chore: regenerate models from upstream schemas #51
Loading…
Reference in a new issue
No description provided.
Delete branch "automated/regenerate-models"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Automated regeneration of extension models from upstream provider schemas.
Schema Sources
Review Notes
model/are auto-generated — review themanifest.yamldiffs for version changesCode Review
Blocking Issues
None.
Summary
All 70 changed files are under
model/and were produced by the codegen pipeline. Every modified and newly added.tsfile carries the standard auto-generated header (// Auto-generated extension model … Do not edit manually. Re-generate with: deno task generate:awsordeno task generate:gcp), and the Zod schema structure is consistent with pipeline output throughout.The PR contains a single commit (
chore: regenerate models from upstream schemas (2026-06-11)) and follows the same recurring pattern as previous regeneration commits in the repo history. Nocodegen/files needed to change because the pipeline itself was not modified — only the upstream CloudFormation/GCP schemas changed, producing updated model output.Changes observed:
model/aws/bcm/(entirely new package —AWS::BCM::Dashboard),model/aws/apigatewayv2/stage.ts,model/aws/appstream/stack_fleet_association.ts,model/aws/sagemaker/mlflow_app.tseks/cluster.ts(newEtcdPlacement/EtcdInstanceTypefields onOutpostConfig),aps/workspace.ts,logs/delivery_source.ts,neptune/dbcluster.ts,observabilityadmin/telemetry_enrichment.ts,appstream/stack.tscompute/(instance templates, instances, instance group managers, interconnects, machine images, TCP proxies),run/(services, revisions, worker pools — newsandboxes/sandboxLauncherfields),chat/spaces_messages.ts,cloudchannel/,domains/registrations.ts,hypercomputecluster/clusters.ts,merchantapi/accounts_products.ts,saasservicemgmt/,workloadmanager/2026.06.11.1) and matchingreleaseNotesentriesAll manifest version bumps and release-note entries accurately reflect the file-level additions and updates. No hand-edited code, no security concerns, no test gaps (generated model files do not require their own tests).
9e934eb55af1bd2bffeaCode Review
Blocking Issues
None.
Suggestions
None.
All 109 changed files are auto-generated model files under
model/. The commit message ("chore: regenerate models from upstream schemas (2026-06-12)") matches the established pattern for schema-refresh PRs (#44, #47, #48). All manifests carry the# Auto-generated manifestheader confirming they are codegen output.Notable changes:
model/aws/awsexternalanthropic/,model/aws/bcm/,model/gcp/cloudproductregistry/No codegen pipeline changes are required here — the pipeline itself is unchanged; only the upstream schemas changed, producing new/updated model output. This is consistent with how previous schema-refresh PRs in this repo operate.