Skip to content

Commit 52164d5

Browse files
authored
Import release for smithy-rs v0.14 (#125)
* Import release for smithy-rs v0.14 * Update services supported and README
1 parent 8d55a05 commit 52164d5

File tree

336 files changed

+214033
-144404
lines changed

Some content is hidden

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

336 files changed

+214033
-144404
lines changed

AWS_SERVICES_SUPPORTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
3030
- [x] Amazon Runtime.Sagemaker
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)
33+
- [x] [Amazon Cloudwatch Logs](https://github.com/awslabs/aws-sdk-rust/issues/30)
3334

3435
------
3536
- [ ] Amazon Access Analyzer
@@ -63,7 +64,6 @@ The alpha SDK for Rust currently supports the checked services below. If you wan
6364
- [ ] Amazon Cloudsearch
6465
- [ ] Amazon Cloudsearchdomain
6566
- [ ] Amazon Cloudwatch
66-
- [ ] [Amazon Cloudwatch Logs](https://github.com/awslabs/aws-sdk-rust/issues/30)
6767
- [ ] Amazon Cloud Trail
6868
- [ ] Amazon Code Artifact
6969
- [ ] Amazon Code Build

README.md

Lines changed: 2 additions & 2 deletions
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.8--alpha-blue)](https://awslabs.github.io/aws-sdk-rust/)
1+
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.0.9--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.8-alpha", package = "aws-sdk-dynamodb" }
18+
dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.9-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-
"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"
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"
44
]

sdk/apigateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.8-alpha"
4+
version = "0.0.9-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)