Skip to content

Commit

Permalink
[examples] Sync SDK examples from awsdocs/aws-doc-sdk-examples
Browse files Browse the repository at this point in the history
Includes commit(s):
  b2fc232ffc226f6e028deb9202b49f1712f2f969

Co-authored-by: ford prior <108086978+ford-at-aws@users.noreply.github.com>
  • Loading branch information
aws-sdk-rust-ci and ford-at-aws committed Jun 6, 2024
1 parent 6493aee commit 4e0393e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/examples/cloudwatchlogs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ path = "../../test-utils"
version = "0.1.0"

[dev-dependencies]
aws-smithy-mocks-experimental= { version = "0.2.1", path = "../../../sdk/aws-smithy-mocks-experimental" }
aws-smithy-mocks-experimental = { version = "0.2.1", path = "../../../sdk/aws-smithy-mocks-experimental" }
12 changes: 6 additions & 6 deletions examples/examples/firehose/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Kinesis Data Firehose code examples for the SDK for Rust
# Data Firehose code examples for the SDK for Rust

## Overview

Shows how to use the AWS SDK for Rust to work with Amazon Kinesis Data Firehose.
Shows how to use the AWS SDK for Rust to work with Amazon Data Firehose.

<!--custom.overview.start-->
<!--custom.overview.end-->

_Kinesis Data Firehose is a fully managed service for delivering real-time streaming data to AWS destinations and third-party HTTP endpoints._
_Data Firehose is a fully managed service for delivering real-time streaming data to AWS destinations and third-party HTTP endpoints._

## ⚠ Important

Expand Down Expand Up @@ -64,9 +64,9 @@ in the `rustv1` folder.

## Additional resources

- [Kinesis Data Firehose User Guide](https://docs.aws.amazon.com/firehose/latest/dev/what-is-this-service.html)
- [Kinesis Data Firehose API Reference](https://docs.aws.amazon.com/firehose/latest/APIReference/Welcome.html)
- [SDK for Rust Kinesis Data Firehose reference](https://docs.rs/aws-sdk-firehose/latest/aws_sdk_firehose/)
- [Data Firehose User Guide](https://docs.aws.amazon.com/firehose/latest/dev/what-is-this-service.html)
- [Data Firehose API Reference](https://docs.aws.amazon.com/firehose/latest/APIReference/Welcome.html)
- [SDK for Rust Data Firehose reference](https://docs.rs/aws-sdk-firehose/latest/aws_sdk_firehose/)

<!--custom.resources.start-->
<!--custom.resources.end-->
Expand Down
4 changes: 2 additions & 2 deletions examples/examples/ses/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ publish = false
anyhow = "1.0.81"
tracing = "0.1.40"
tmpfile = "0.0.2"
aws-smithy-http = { version = "0.60.8", path = "../../../sdk/aws-smithy-http" }
aws-smithy-mocks-experimental = { version = "0.2.1", path = "../../../sdk/aws-smithy-mocks-experimental" }
open = "5.1.2"
aws-smithy-http= { version = "0.60.8", path = "../../../sdk/aws-smithy-http" }
aws-smithy-mocks-experimental= { version = "0.2.1", path = "../../../sdk/aws-smithy-mocks-experimental" }
aws-config= { version = "1.5.1", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-sdk-sesv2= { version = "1.31.0", path = "../../../sdk/sesv2", features = ["test-util"] }

Expand Down
2 changes: 1 addition & 1 deletion versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
smithy_rs_revision = '09e6e19cfd548c701c8acaf726971ff4138395c7'
aws_doc_sdk_examples_revision = 'e009b8e0bc47fef3accf875eccf1da21a65eca54'
aws_doc_sdk_examples_revision = 'b2fc232ffc226f6e028deb9202b49f1712f2f969'

[manual_interventions]
crates_to_remove = []
Expand Down

0 comments on commit 4e0393e

Please sign in to comment.