Skip to content

Commit 99b32e4

Browse files
Update SDK models
1 parent f5f2680 commit 99b32e4

File tree

201 files changed

+9766
-541
lines changed

Some content is hidden

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

201 files changed

+9766
-541
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/webassembly",
5-
"examples/test-utils",
6-
"examples/cross_service",
74
"examples/lambda",
5+
"examples/cross_service",
6+
"examples/test-utils",
87
"examples/examples",
9-
"tests/webassembly",
8+
"examples/webassembly",
109
"tests/no-default-features",
10+
"tests/webassembly",
1111
"tests/telemetry"
1212
]
1313
members = [

aws-models/bedrock-agentcore.json

Lines changed: 30 additions & 36 deletions
Large diffs are not rendered by default.

aws-models/codeconnections.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@
917917
"ConnectionArn": {
918918
"target": "com.amazonaws.codeconnections#ConnectionArn",
919919
"traits": {
920-
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection\n reference when the connection is shared between Amazon Web Servicesservices.</p>\n <note>\n <p>The ARN is never reused if the connection is deleted.</p>\n </note>"
920+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection\n reference when the connection is shared between Amazon Web Services services.</p>\n <note>\n <p>The ARN is never reused if the connection is deleted.</p>\n </note>"
921921
}
922922
},
923923
"ProviderType": {
@@ -2703,6 +2703,12 @@
27032703
"traits": {
27042704
"smithy.api#enumValue": "GitLabSelfManaged"
27052705
}
2706+
},
2707+
"AZURE_DEV_OPS": {
2708+
"target": "smithy.api#Unit",
2709+
"traits": {
2710+
"smithy.api#enumValue": "AzureDevOps"
2711+
}
27062712
}
27072713
}
27082714
},

aws-models/evs.json

Lines changed: 62 additions & 42 deletions
Large diffs are not rendered by default.

aws-models/iotsitewise.json

Lines changed: 654 additions & 54 deletions
Large diffs are not rendered by default.

aws-models/sagemaker.json

Lines changed: 273 additions & 2 deletions
Large diffs are not rendered by default.

aws-models/sdk-endpoints.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15588,6 +15588,7 @@
1558815588
"ap-south-1" : { },
1558915589
"ap-southeast-1" : { },
1559015590
"ap-southeast-2" : { },
15591+
"ap-southeast-3" : { },
1559115592
"ca-central-1" : { },
1559215593
"eu-central-1" : { },
1559315594
"eu-north-1" : { },
@@ -21465,6 +21466,7 @@
2146521466
"ap-southeast-3" : { },
2146621467
"ap-southeast-4" : { },
2146721468
"ap-southeast-5" : { },
21469+
"ap-southeast-7" : { },
2146821470
"ca-central-1" : { },
2146921471
"ca-west-1" : { },
2147021472
"eu-central-1" : { },
@@ -21478,6 +21480,7 @@
2147821480
"il-central-1" : { },
2147921481
"me-central-1" : { },
2148021482
"me-south-1" : { },
21483+
"mx-central-1" : { },
2148121484
"sa-east-1" : { },
2148221485
"us-east-1" : { },
2148321486
"us-east-2" : { },

examples/examples/sagemaker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dependencies]
1010
thiserror = "1.0"
1111
aws-config= { version = "1.8.3", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
12-
aws-sdk-sagemaker= { version = "1.144.0", path = "../../../sdk/sagemaker" }
12+
aws-sdk-sagemaker= { version = "1.145.0", path = "../../../sdk/sagemaker" }
1313
aws-smithy-types-convert= { version = "0.60.9", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] }
1414

1515
[dependencies.clap]

examples/examples/sitewise/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dependencies]
1010
thiserror = "1.0"
1111
aws-config= { version = "1.8.3", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
12-
aws-sdk-iotsitewise= { version = "1.83.0", path = "../../../sdk/iotsitewise" }
12+
aws-sdk-iotsitewise= { version = "1.84.0", path = "../../../sdk/iotsitewise" }
1313
aws-smithy-types-convert= { version = "0.60.9", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] }
1414

1515
[dependencies.clap]

sdk/bedrockagentcore/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-bedrockagentcore"
4-
version = "1.2.0"
4+
version = "1.3.0"
55
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
66
description = "AWS SDK for Amazon Bedrock AgentCore Data Plane Fronting Layer"
77
edition = "2021"

0 commit comments

Comments
 (0)