chore: regenerate AWS models from upstream schemas #62
Loading…
Reference in a new issue
No description provided.
Delete branch "automated/regenerate-models-aws"
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
2026.06.23.1with upgrade entries; new models have matching version, no upgrades (first version)Changes
Test plan
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:
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).// Auto-generated extension modeland// Do not edit manually. Re-generate with: deno task generate:awsheaders.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).Suggestions
None.