smithy-rs/aws/sdk/aws-models
ysaito1001 177965cd2d
Update SDK models for release (#2790)
## Motivation and Context
This PR updates AWS models for the upcoming model-only release.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._

Co-authored-by: Yuki Saito <awsaito@amazon.com>
2023-06-23 02:35:47 +00:00
..
README.md Decouple `aws-sdk-rust` release from `smithy-rs` release (#1495) 2022-06-27 19:16:48 +00:00
config.json Update SDK models for release (#2790) 2023-06-23 02:35:47 +00:00
dynamodb.json Update SDK models for release (#2790) 2023-06-23 02:35:47 +00:00
ec2.json Update SDK models for release (#2790) 2023-06-23 02:35:47 +00:00
ecs.json Update AWS models (#2714) 2023-05-18 21:12:00 +00:00
glacier-tests.smithy Endpoints 2.0 Integration pre-work (#2063) 2022-12-07 13:24:34 -05:00
glacier.json Update to latest models (#2625) 2023-04-25 21:17:53 +00:00
iam.json Update SDK models for release (#2790) 2023-06-23 02:35:47 +00:00
kms.json Update SDK models for release (#2790) 2023-06-23 02:35:47 +00:00
lambda.json Update SDK models for release (#2790) 2023-06-23 02:35:47 +00:00
polly.json Update SDK models for release (#2790) 2023-06-23 02:35:47 +00:00
qldb-session.json Update to latest models (#2625) 2023-04-25 21:17:53 +00:00
route53-tests.smithy Endpoints 2.0 Integration pre-work (#2063) 2022-12-07 13:24:34 -05:00
route53.json Update to latest models (#2625) 2023-04-25 21:17:53 +00:00
s3-tests.smithy Enable Endpoints 2.0 (#2074) 2022-12-16 12:56:16 -05:00
s3.json Update SDK models for release (#2790) 2023-06-23 02:35:47 +00:00
s3control.json Update to latest models (#2625) 2023-04-25 21:17:53 +00:00
sdk-default-configuration.json Use endpoint config from aws-sdk-rust (#1543) 2022-07-12 09:43:00 -07:00
sdk-endpoints.json Update SDK models for release (#2790) 2023-06-23 02:35:47 +00:00
sso.json Update to latest models (#2625) 2023-04-25 21:17:53 +00:00
sts.json Update AWS models (#2714) 2023-05-18 21:12:00 +00:00
timestream-query.json Update SDK models for release (#2790) 2023-06-23 02:35:47 +00:00
timestream-write.json Update SDK models for release (#2790) 2023-06-23 02:35:47 +00:00
transcribe-streaming.json Update to latest models (#2625) 2023-04-25 21:17:53 +00:00

README.md

This directory contains a snapshot of a small subset of AWS service models to test the code generator against. These were carefully selected to exercise every Smithy AWS protocol:

  • @awsJson1_0: dynamodb
  • @awsJson1_1: config
  • @awsQuery: sts
  • @ec2Query: ec2
  • @restJson1: polly
  • @restXml: s3
  • Allow-listed Event Stream: transcribestreaming

All other services in this directory not listed above have integration tests that need to run in CI.

When generating the full SDK for releases, the models in awslabs/aws-sdk-rust's aws-models directory are used.