mirror of https://github.com/smithy-lang/smithy-rs
![]() ## 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> |
||
---|---|---|
.. | ||
README.md | ||
config.json | ||
dynamodb.json | ||
ec2.json | ||
ecs.json | ||
glacier-tests.smithy | ||
glacier.json | ||
iam.json | ||
kms.json | ||
lambda.json | ||
polly.json | ||
qldb-session.json | ||
route53-tests.smithy | ||
route53.json | ||
s3-tests.smithy | ||
s3.json | ||
s3control.json | ||
sdk-default-configuration.json | ||
sdk-endpoints.json | ||
sso.json | ||
sts.json | ||
timestream-query.json | ||
timestream-write.json | ||
transcribe-streaming.json |
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.