chore: regenerate AWS models from upstream schemas #62

Merged
stack72 merged 1 commit from automated/regenerate-models-aws into main 2026-06-23 23:16:03 +00:00
Owner

Summary

  • Regenerated AWS models from latest CloudFormation Resource Schemas (2026-06-23)
  • 10 updated models across amazonmq, bedrockagentcore, cognito, connect, ecs, eks, lambda, msk, pcs, ram
  • 2 new Lambda models: microvm_image, network_connector
  • All updated models have version 2026.06.23.1 with upgrade entries; new models have matching version, no upgrades (first version)

Changes

Service Model Type
amazonmq broker Updated
bedrockagentcore harness Updated
cognito user_pool_domain Updated
connect task_template Updated
ecs service Updated
eks cluster Updated
lambda layer_version Updated
lambda microvm_image New
lambda network_connector New
msk replicator Updated
pcs cluster Updated
ram resource_share Updated

Test plan

  • CI type-checking passes for all changed services
  • Publishing auto-triggers on merge via publish workflow
## Summary - Regenerated AWS models from latest CloudFormation Resource Schemas (2026-06-23) - 10 updated models across amazonmq, bedrockagentcore, cognito, connect, ecs, eks, lambda, msk, pcs, ram - 2 new Lambda models: microvm_image, network_connector - All updated models have version `2026.06.23.1` with upgrade entries; new models have matching version, no upgrades (first version) ## Changes | Service | Model | Type | |---------|-------|------| | amazonmq | broker | Updated | | bedrockagentcore | harness | Updated | | cognito | user_pool_domain | Updated | | connect | task_template | Updated | | ecs | service | Updated | | eks | cluster | Updated | | lambda | layer_version | Updated | | lambda | microvm_image | **New** | | lambda | network_connector | **New** | | msk | replicator | Updated | | pcs | cluster | Updated | | ram | resource_share | Updated | ## Test plan - [ ] CI type-checking passes for all changed services - [ ] Publishing auto-triggers on merge via publish workflow
chore: regenerate AWS models from upstream schemas (2026-06-23)
All checks were successful
CI / cve/mini-shai-hulud - lint (pull_request) Has been skipped
CI / cve/mini-shai-hulud - check (pull_request) Has been skipped
CI / cve/mini-shai-hulud - fmt (pull_request) Has been skipped
CI / cve/mini-shai-hulud - test (pull_request) Has been skipped
CI / cve/dirtyfrag - lockfile up to date (pull_request) Has been skipped
CI / cve/mini-shai-hulud - lockfile up to date (pull_request) Has been skipped
CI / software-factory - check (pull_request) Has been skipped
CI / software-factory - lockfile up to date (pull_request) Has been skipped
CI / software-factory - lint (pull_request) Has been skipped
CI / software-factory - test (pull_request) Has been skipped
CI / software-factory - fmt (pull_request) Has been skipped
CI / codegen - check (pull_request) Has been skipped
CI / codegen - fmt (pull_request) Has been skipped
CI / model/hetzner-cloud - check (pull_request) Successful in 59s
CI / codegen - lint (pull_request) Has been skipped
CI / Dependency Audit (pull_request) Successful in 6m16s
CI / model/digitalocean - lockfile up to date (pull_request) Successful in 1m13s
CI / codegen - lockfile up to date (pull_request) Has been skipped
CI / model/hetzner-cloud - lockfile up to date (pull_request) Successful in 1m20s
CI / gcp models - lockfiles up to date (pull_request) Successful in 1m12s
CI / model/digitalocean - check (pull_request) Successful in 1m26s
CI / cloudflare models - lockfiles up to date (pull_request) Successful in 1m12s
CI / cloudflare models - sample check (pull_request) Successful in 1m16s
CI / aws models - lockfiles up to date (pull_request) Successful in 1m21s
CI / CI Security Review (pull_request) Has been skipped
CI / aws models - sample check (pull_request) Successful in 1m46s
CI / gcp models - sample check (pull_request) Successful in 1m50s
CI / Adversarial Code Review (pull_request) Has been skipped
CI / Claude Code Review (pull_request) Successful in 3m19s
CI / Merge Gate (pull_request) Successful in 31s
9fa1ed3998
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
Owner

Code Review

All 22 changed files are under model/ and are auto-generated. Per review scope rules, model file content is not reviewed directly. The review focuses on whether these changes are legitimate (generated, not hand-edited) and whether any codegen/ changes were expected.

Blocking Issues

None.

Model-only changes without codegen/ changes: The review criteria flag this pattern as potentially indicating hand-edited generated code. However, this PR is a legitimate upstream schema regeneration:

  • The commit message is chore: regenerate AWS models from upstream schemas (2026-06-23), matching the project's documented regeneration workflow (deno task fetch-schema:aws && deno task generate:aws).
  • Every changed file carries the // Auto-generated extension model and // Do not edit manually. Re-generate with: deno task generate:aws headers.
  • The two new model files (microvm_image.ts, network_connector.ts) have complete generator-pattern structure (copyright header, auto-gen comment, deno-lint-ignore-file no-explicit-any, standard schema/model export shape).
  • Prior regeneration PRs in this repo (#55, #59, #60) follow the identical pattern — model/ changes only, no codegen/ changes — confirming this is the expected operational workflow when upstream AWS CloudFormation schemas change but the generator itself does not.

Suggestions

None.

## Code Review All 22 changed files are under `model/` and are auto-generated. Per review scope rules, model file content is not reviewed directly. The review focuses on whether these changes are legitimate (generated, not hand-edited) and whether any codegen/ changes were expected. ### Blocking Issues None. **Model-only changes without codegen/ changes:** The review criteria flag this pattern as potentially indicating hand-edited generated code. However, this PR is a legitimate upstream schema regeneration: - The commit message is `chore: regenerate AWS models from upstream schemas (2026-06-23)`, matching the project's documented regeneration workflow (`deno task fetch-schema:aws && deno task generate:aws`). - Every changed file carries the `// Auto-generated extension model` and `// Do not edit manually. Re-generate with: deno task generate:aws` headers. - The two new model files (`microvm_image.ts`, `network_connector.ts`) have complete generator-pattern structure (copyright header, auto-gen comment, `deno-lint-ignore-file no-explicit-any`, standard schema/model export shape). - Prior regeneration PRs in this repo (#55, #59, #60) follow the identical pattern — model/ changes only, no codegen/ changes — confirming this is the expected operational workflow when upstream AWS CloudFormation schemas change but the generator itself does not. ### Suggestions None.
stack72 deleted branch automated/regenerate-models-aws 2026-06-23 23:16:03 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
swamp-club/swamp-extensions!62
No description provided.