Skip to content

Commit 42c955d

Browse files
[examples] Sync SDK examples from awsdocs/aws-doc-sdk-examples
Includes commit(s): 3632d040d1c9c97569a5274d96203d80adedfabb Co-authored-by: David Souther <[email protected]>
1 parent 28fff15 commit 42c955d

File tree

6 files changed

+4
-162
lines changed

6 files changed

+4
-162
lines changed

examples/examples/cloudwatchlogs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ path = "../../test-utils"
3232
version = "0.1.0"
3333

3434
[dev-dependencies]
35-
aws-smithy-mocks-experimental= { version = "0.2.1", path = "../../../sdk/aws-smithy-mocks-experimental" }
35+
aws-smithy-mocks-experimental = { version = "0.2.1", path = "../../../sdk/aws-smithy-mocks-experimental" }

examples/examples/secretsmanager/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `rustv1`
3434

3535
Code excerpts that show you how to call individual service functions.
3636

37-
* [Create a secret](src/bin/create-secret.rs#L32) (`CreateSecret`)
3837
* [Get a secret value](src/bin/get-secret-value.rs#L28) (`GetSecretValue`)
39-
* [List secrets](src/bin/list-secrets.rs#L24) (`ListSecrets`)
4038

4139
## Run the examples
4240

examples/examples/secretsmanager/src/bin/create-secret.rs

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

examples/examples/secretsmanager/src/bin/list-secrets.rs

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

examples/examples/ses/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ publish = false
1010
anyhow = "1.0.81"
1111
tracing = "0.1.40"
1212
tmpfile = "0.0.2"
13+
aws-smithy-http = { version = "0.60.8", path = "../../../sdk/aws-smithy-http" }
14+
aws-smithy-mocks-experimental = { version = "0.2.1", path = "../../../sdk/aws-smithy-mocks-experimental" }
1315
open = "5.1.2"
14-
aws-smithy-http= { version = "0.60.8", path = "../../../sdk/aws-smithy-http" }
15-
aws-smithy-mocks-experimental= { version = "0.2.1", path = "../../../sdk/aws-smithy-mocks-experimental" }
1616
aws-config= { version = "1.4.0", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1717
aws-sdk-sesv2= { version = "1.27.0", path = "../../../sdk/sesv2", features = ["test-util"] }
1818

versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
smithy_rs_revision = 'e4eb98808f8484197b4dafc87a876957ae396d83'
2-
aws_doc_sdk_examples_revision = '8e91c19cd4bc1c042c62e4fde0c5d845f6583f45'
2+
aws_doc_sdk_examples_revision = '3632d040d1c9c97569a5274d96203d80adedfabb'
33

44
[manual_interventions]
55
crates_to_remove = []

0 commit comments

Comments
 (0)