Skip to content

Commit abe0ae5

Browse files
authored
June 29th 2021 Import (#134)
* SDK import from smithy-rs v0.15 * Bump version * Update services supported
1 parent e242dfe commit abe0ae5

File tree

507 files changed

+400431
-201894
lines changed

Some content is hidden

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

507 files changed

+400431
-201894
lines changed

AWS_SERVICES_SUPPORTED.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
3131
- [x] [Amazon Ec2](https://github.com/awslabs/aws-sdk-rust/issues/18)
3232
- [x] [Amazon SES v2](https://github.com/awslabs/aws-sdk-rust/issues/27)
3333
- [x] [Amazon Cloudwatch Logs](https://github.com/awslabs/aws-sdk-rust/issues/30)
34+
- [x] [Amazon ECR](https://github.com/awslabs/aws-sdk-rust/issues/34)
35+
- [x] Amazon EKS
36+
- [x] Cloudwatch (metrics)
3437

3538
------
3639
- [ ] Amazon Access Analyzer
@@ -63,7 +66,6 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
6366
- [ ] Amazon Cloudhsmv2
6467
- [ ] Amazon Cloudsearch
6568
- [ ] Amazon Cloudsearchdomain
66-
- [ ] Amazon Cloudwatch
6769
- [ ] Amazon Cloud Trail
6870
- [ ] Amazon Code Artifact
6971
- [ ] Amazon Code Build
@@ -100,8 +102,6 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
100102
- [ ] Amazon DS
101103
- [ ] Amazon Ebs
102104
- [ ] Amazon Ec2-Instance-Connect
103-
- [ ] [Amazon ECR](https://github.com/awslabs/aws-sdk-rust/issues/34)
104-
- [ ] Amazon Eks
105105
- [ ] Amazon Elasticache
106106
- [ ] Amazon Elastic Beanstalk
107107
- [ ] Amazon Elastic Filesystem

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.9-alpha", package = "aws-sdk-dynamodb" }
18+
dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.10-alpha", package = "aws-sdk-dynamodb" }
1919
tokio = { version = "1", features = ["full"] }
2020
```
2121
3. Provide your AWS credentials as environment variables:

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[workspace]
22
members = [
3-
"sqs","sns","kinesis","route53","ecs","secretsmanager","batch","ec2","mediapackage","sagemaker","qldb","sesv2","rds","medialive","sagemakera2iruntime","sagemakerruntime","sagemakeredge","dynamodb","kms","s3","lambda","polly","sts","qldbsession","cloudformation","rdsdata","apigateway","sagemakerfeaturestoreruntime","ssm","iam","cloudwatchlogs","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/sns","examples/ec2","examples/secretsmanager","examples/ssm","examples/kinesis","examples/rdsdata","examples/sts","examples/lambda","examples/dynamo-delete-item","examples/iam","examples/qldb","examples/ses","examples/dynamo-add-item","examples/sagemaker","examples/cloudwatchlogs","examples/kms","examples/ecs","examples/dynamo-movies","examples/dynamo-delete-table","examples/sqs","examples/dynamo-create-table","examples/mediapackage","examples/route53","examples/dynamo-list-items","examples/batch-helloworld","examples/dynamo-helloworld","examples/s3","examples/medialive","examples/polly","examples/dynamo-list-tables","examples/cloudformation","examples/rds"
3+
"cloudwatchlogs","sesv2","route53","sagemaker","ec2","sagemakerfeaturestoreruntime","eks","secretsmanager","polly","apigateway","lambda","cloudformation","rds","batch","s3","dynamodb","ssm","qldbsession","sagemakera2iruntime","ecs","sns","sts","medialive","ecr","iam","mediapackage","sagemakeredge","qldb","kinesis","cloudwatch","kms","sqs","rdsdata","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/dynamo-list-tables","examples/dynamo-movies","examples/medialive","examples/secretsmanager","examples/cloudformation","examples/ecs","examples/dynamo-delete-item","examples/iam","examples/dynamo-create-table","examples/batch","examples/dynamo-delete-table","examples/ec2","examples/mediapackage","examples/sqs","examples/sns","examples/kinesis","examples/sts","examples/eks","examples/lambda","examples/rds","examples/s3","examples/sagemaker","examples/polly","examples/ses","examples/qldb","examples/rdsdata","examples/dynamo-list-items","examples/ssm","examples/ecr","examples/cloudwatch","examples/dynamo-helloworld","examples/cloudwatchlogs","examples/route53","examples/kms","examples/dynamo-add-item"
44
]

sdk/apigateway/Cargo.toml

Lines changed: 1 addition & 7 deletions
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.9-alpha"
4+
version = "0.0.10-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"
@@ -20,9 +20,6 @@ path = "..//aws-types"
2020
path = "..//aws-auth"
2121
[dependencies.smithy-types]
2222
path = "..//smithy-types"
23-
[dependencies.serde]
24-
version = "1"
25-
features = ["derive"]
2623
[dependencies.http]
2724
version = "0.2"
2825
[dependencies.aws-http]
@@ -31,9 +28,6 @@ path = "..//aws-http"
3128
path = "..//aws-sig-auth"
3229
[dependencies.bytes]
3330
version = "1"
34-
[dependencies.serde_json]
35-
version = "1"
36-
features = ["float_roundtrip"]
3731
[dependencies.smithy-json]
3832
path = "..//smithy-json"
3933
[features]

sdk/apigateway/src/aws_json_errors.rs

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)