Updating to AWS published specs - #62
Merged
michaelelrom merged 2 commits intoAug 12, 2026
Merged
Conversation
Replaces both amazon_ec2 OpenAPI specs, previously sourced from a third-party conversion (mermade/aws2openapi, via the APIs.guru catalog), with an in-house conversion of AWS's own official EC2 service model (ec2-2016-11-15.normal.json, published by AWS at github.com/aws/aws-sdk-js). Full spec: 627 actions / 1254 GET+POST operations (previously inconsistently documented as 1182 in one place and 1773 in another). Curated -latest spec: same 106-action / 212-operation scope as before, re-derived from the fresh conversion. Both validated against openapi-spec-validator and Itential Platform's own PUT /integration-models/validation endpoint.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces all AWS OpenAPI specs in this repo (EC2 plus 12 other products — API Gateway, CloudFormation, Cognito, Connect, Direct Connect, EKS, Lambda, Network Firewall, Organizations, Route 53, S3, Secrets Manager) with in-house conversions of AWS's own official service models, published by AWS at
github.com/aws/aws-sdk-js— the same machine-readable definitions AWS uses to generate its own SDKs.