Skip to content

Commit

Permalink
June 29th 2021 Import (#134)
Browse files Browse the repository at this point in the history
* SDK import from smithy-rs v0.15

* Bump version

* Update services supported
  • Loading branch information
rcoh authored Jun 30, 2021
1 parent e242dfe commit abe0ae5
Show file tree
Hide file tree
Showing 507 changed files with 400,431 additions and 201,894 deletions.
6 changes: 3 additions & 3 deletions AWS_SERVICES_SUPPORTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
- [x] [Amazon Ec2](https://github.com/awslabs/aws-sdk-rust/issues/18)
- [x] [Amazon SES v2](https://github.com/awslabs/aws-sdk-rust/issues/27)
- [x] [Amazon Cloudwatch Logs](https://github.com/awslabs/aws-sdk-rust/issues/30)
- [x] [Amazon ECR](https://github.com/awslabs/aws-sdk-rust/issues/34)
- [x] Amazon EKS
- [x] Cloudwatch (metrics)

------
- [ ] Amazon Access Analyzer
Expand Down Expand Up @@ -63,7 +66,6 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
- [ ] Amazon Cloudhsmv2
- [ ] Amazon Cloudsearch
- [ ] Amazon Cloudsearchdomain
- [ ] Amazon Cloudwatch
- [ ] Amazon Cloud Trail
- [ ] Amazon Code Artifact
- [ ] Amazon Code Build
Expand Down Expand Up @@ -100,8 +102,6 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
- [ ] Amazon DS
- [ ] Amazon Ebs
- [ ] Amazon Ec2-Instance-Connect
- [ ] [Amazon ECR](https://github.com/awslabs/aws-sdk-rust/issues/34)
- [ ] Amazon Eks
- [ ] Amazon Elasticache
- [ ] Amazon Elastic Beanstalk
- [ ] Amazon Elastic Filesystem
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The new AWS SDK for Rust is built with one crate per AWS service. [Tokio](https:

```toml
[dependencies]
dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.9-alpha", package = "aws-sdk-dynamodb" }
dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.10-alpha", package = "aws-sdk-dynamodb" }
tokio = { version = "1", features = ["full"] }
```
3. Provide your AWS credentials as environment variables:
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[workspace]
members = [
"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"
"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"
]
8 changes: 1 addition & 7 deletions sdk/apigateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-sdk-apigateway"
version = "0.0.9-alpha"
version = "0.0.10-alpha"
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>"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
license = "Apache-2.0"
Expand All @@ -20,9 +20,6 @@ path = "..//aws-types"
path = "..//aws-auth"
[dependencies.smithy-types]
path = "..//smithy-types"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.http]
version = "0.2"
[dependencies.aws-http]
Expand All @@ -31,9 +28,6 @@ path = "..//aws-http"
path = "..//aws-sig-auth"
[dependencies.bytes]
version = "1"
[dependencies.serde_json]
version = "1"
features = ["float_roundtrip"]
[dependencies.smithy-json]
path = "..//smithy-json"
[features]
Expand Down
165 changes: 0 additions & 165 deletions sdk/apigateway/src/aws_json_errors.rs

This file was deleted.

Loading

0 comments on commit abe0ae5

Please sign in to comment.