Skip to content

Commit 2d87693

Browse files
authored
Import release for smithy-rs v0.13 (#111)
* Import release for smithy-rs v0.13 * Update service supported and README
1 parent c7fa6a9 commit 2d87693

File tree

414 files changed

+776504
-19973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

414 files changed

+776504
-19973
lines changed

AWS_SERVICES_SUPPORTED.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
2424
- [x] [Amazon Sts](https://github.com/awslabs/aws-sdk-rust/issues/17)
2525
- [x] Amazon Medialive
2626
- [x] Amazon Mediapackage
27+
- [x] [Amazon Cloud Formation](https://github.com/awslabs/aws-sdk-rust/issues/25)
28+
- [x] Amazon Sagemaker
29+
- [x] Amazon Sagemaker-A2I-Runtime
30+
- [x] Amazon Runtime.Sagemaker
31+
- [x] [Amazon Ec2](https://github.com/awslabs/aws-sdk-rust/issues/18)
32+
- [x] [Amazon SES v2](https://github.com/awslabs/aws-sdk-rust/issues/27)
2733

2834
------
2935
- [ ] Amazon Access Analyzer
@@ -51,7 +57,6 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
5157
- [ ] Amazon Chime
5258
- [ ] Amazon Cloud9
5359
- [ ] Amazon Cloud Directory
54-
- [ ] [Amazon Cloud Formation](https://github.com/awslabs/aws-sdk-rust/issues/25)
5560
- [ ] Amazon Cloud Front
5661
- [ ] Amazon Cloudhsm
5762
- [ ] Amazon Cloudhsmv2
@@ -94,7 +99,6 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
9499
- [ ] Amazon Docdb
95100
- [ ] Amazon DS
96101
- [ ] Amazon Ebs
97-
- [ ] [Amazon Ec2](https://github.com/awslabs/aws-sdk-rust/issues/18)
98102
- [ ] Amazon Ec2-Instance-Connect
99103
- [ ] [Amazon ECR](https://github.com/awslabs/aws-sdk-rust/issues/34)
100104
- [ ] Amazon Eks
@@ -198,11 +202,8 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
198202
- [ ] Amazon Route53Domains
199203
- [ ] Amazon Route53Resolver
200204
- [ ] Amazon Runtime.Lex
201-
- [ ] Amazon Runtime.Sagemaker
202205
- [ ] Amazon S3Control
203206
- [ ] Amazon S3Outposts
204-
- [ ] Amazon Sagemaker
205-
- [ ] Amazon Sagemaker-A2I-Runtime
206207
- [ ] Amazon Savingsplans
207208
- [ ] Amazon Schemas
208209
- [ ] Amazon Securityhub
@@ -211,7 +212,6 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
211212
- [ ] Amazon Servicecatalog-Appregistry
212213
- [ ] Amazon Service Discovery
213214
- [ ] Amazon Service-Quotas
214-
- [ ] [Amazon SES v2](https://github.com/awslabs/aws-sdk-rust/issues/27)
215215
- [ ] Amazon Shield
216216
- [ ] Amazon Signer
217217
- [ ] Amazon SMS

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.0.7--alpha-blue)](https://awslabs.github.io/aws-sdk-rust/)
1+
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.0.8--alpha-blue)](https://awslabs.github.io/aws-sdk-rust/)
22

33
This repo contains the new AWS SDK for Rust and its [public roadmap](https://github.com/awslabs/aws-sdk-rust/projects/1)
44

@@ -15,7 +15,7 @@ The new AWS SDK for Rust is built with one crate per AWS service. [Tokio](https:
1515

1616
```toml
1717
[dependencies]
18-
dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.7-alpha", package = "aws-sdk-dynamodb" }
18+
dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.8-alpha", package = "aws-sdk-dynamodb" }
1919
tokio = { version = "1", features = ["full"] }
2020
```
2121
3. Provide your AWS credentials as environment variables:

sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[workspace]
22
members = [
3-
"sns","qldb","qldbsession","sqs","route53","sts","secretsmanager","kms","rdsdata","dynamodb","kinesis","batch","polly","ecs","ssm","rds","lambda","apigateway","mediapackage","medialive","iam","s3","smithy-types","smithy-json","smithy-query","smithy-xml","smithy-http","smithy-http-tower","protocol-test-helpers","aws-auth","aws-endpoint","aws-types","aws-hyper","aws-sig-auth","aws-http","examples/lambda-list-functions","examples/polly-synthesize-speech","examples/secretsmanager-helloworld","examples/polly-describe-voices","examples/ssm-put-parameter","examples/medialive-helloworld","examples/polly-list-lexicons","examples/kinesis-create-stream","examples/polly-helloworld","examples/lambda-invoke-function","examples/iam","examples/ecs","examples/sqs","examples/kinesis-list-streams","examples/qldbsession-helloworld","examples/kinesis-describe-stream","examples/dynamo-create-table","examples/dynamo-list-items","examples/kinesis-put-record","examples/secretsmanager-get-secret-value","examples/dynamo-movies","examples/secretsmanager-create-secret","examples/dynamo-delete-item","examples/sts","examples/kinesis-delete-stream","examples/secretsmanager-list-secrets","examples/rds-helloworld","examples/sns","examples/mediapackage-helloworld","examples/s3-helloworld","examples/batch-helloworld","examples/dynamo-add-item","examples/dynamo-delete-table","examples/rdsdata-helloworld","examples/polly-put-lexicon","examples/dynamo-helloworld","examples/dynamo-list-tables","examples/route53-helloworld","examples/kms-helloworld","examples/mediapackage-listendpoints","examples/qldb-list-ledgers"
3+
"sagemakera2iruntime","sns","sesv2","qldb","sagemakerfeaturestoreruntime","qldbsession","sqs","route53","sts","secretsmanager","kms","sagemakeredge","cloudformation","sagemakerruntime","dynamodb","kinesis","batch","sagemaker","ec2","polly","ecs","ssm","rds","lambda","apigateway","mediapackage","medialive","rdsdata","iam","s3","smithy-types","smithy-json","smithy-query","smithy-xml","smithy-http","smithy-http-tower","smithy-client","protocol-test-helpers","aws-auth","aws-endpoint","aws-types","aws-hyper","aws-sig-auth","aws-http","examples/lambda-list-functions","examples/ssm-put-parameter","examples/polly","examples/lambda-invoke-function","examples/ec2","examples/iam","examples/ecs","examples/qldb","examples/ses","examples/sqs","examples/medialive","examples/route53","examples/sagemaker-helloworld","examples/secretsmanager","examples/dynamo-create-table","examples/rdsdata","examples/cloudformation","examples/sagemaker-list-training-jobs","examples/dynamo-list-items","examples/dynamo-movies","examples/dynamo-delete-item","examples/kms","examples/sts","examples/sns","examples/mediapackage-helloworld","examples/s3-helloworld","examples/batch-helloworld","examples/dynamo-add-item","examples/dynamo-delete-table","examples/rds","examples/dynamo-helloworld","examples/dynamo-list-tables","examples/kinesis","examples/mediapackage-listendpoints"
44
]

sdk/apigateway/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
22
[package]
33
name = "aws-sdk-apigateway"
4-
version = "0.0.7-alpha"
4+
version = "0.0.8-alpha"
55
description = "<fullname>Amazon API Gateway</fullname>\n <p>Amazon API Gateway helps developers deliver robust, secure, and scalable mobile and web application back ends. API Gateway allows developers to securely connect mobile and web applications to APIs that run on AWS Lambda, Amazon EC2, or other publicly addressable web services that are hosted outside of AWS.</p>"
66
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"]
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)