Skip to content

Commit 90db597

Browse files
Update SDK models
1 parent 7b73025 commit 90db597

File tree

122 files changed

+6655
-708
lines changed

Some content is hidden

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

122 files changed

+6655
-708
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/webassembly",
4+
"examples/test-utils",
55
"examples/examples",
66
"examples/cross_service",
7+
"examples/webassembly",
78
"examples/lambda",
8-
"examples/test-utils",
9-
"tests/webassembly",
9+
"tests/telemetry",
1010
"tests/no-default-features",
11-
"tests/telemetry"
11+
"tests/webassembly"
1212
]
1313
members = [
1414
"sdk/accessanalyzer",

aws-models/ec2.json

Lines changed: 201 additions & 9 deletions
Large diffs are not rendered by default.

aws-models/neptune.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2666,8 +2666,7 @@
26662666
"PubliclyAccessible": {
26672667
"target": "com.amazonaws.neptune#BooleanOptional",
26682668
"traits": {
2669-
"smithy.api#deprecated": {},
2670-
"smithy.api#documentation": "<p>This flag should no longer be used.</p>"
2669+
"smithy.api#documentation": "<p>Indicates whether the DB instance is publicly accessible.</p>\n <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private \n cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within \n the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is \n ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned \n to the DB cluster doesn't permit it.</p>\n <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a \n private IP address.</p>"
26712670
}
26722671
},
26732672
"Tags": {
@@ -4483,8 +4482,7 @@
44834482
"PubliclyAccessible": {
44844483
"target": "com.amazonaws.neptune#Boolean",
44854484
"traits": {
4486-
"smithy.api#deprecated": {},
4487-
"smithy.api#documentation": "<p>This flag should no longer be used.</p>"
4485+
"smithy.api#documentation": "<p>Indicates whether the DB instance is publicly accessible.</p>\n <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private \n cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within \n the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is \n ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned \n to the DB cluster doesn't permit it.</p>\n <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a \n private IP address.</p>"
44884486
}
44894487
},
44904488
"StatusInfos": {
@@ -8974,8 +8972,7 @@
89748972
"PubliclyAccessible": {
89758973
"target": "com.amazonaws.neptune#BooleanOptional",
89768974
"traits": {
8977-
"smithy.api#deprecated": {},
8978-
"smithy.api#documentation": "<p>This flag should no longer be used.</p>"
8975+
"smithy.api#documentation": "<p>Indicates whether the DB instance is publicly accessible.</p>\n <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private \n cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within \n the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is \n ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned \n to the DB cluster doesn't permit it.</p>\n <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a \n private IP address.</p>"
89798976
}
89808977
},
89818978
"MonitoringRoleArn": {

aws-models/notifications.json

Lines changed: 621 additions & 82 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
@@ -19315,6 +19315,8 @@
1931519315
"eu-west-1" : { },
1931619316
"eu-west-2" : { },
1931719317
"eu-west-3" : { },
19318+
"il-central-1" : { },
19319+
"me-central-1" : { },
1931819320
"sa-east-1" : { },
1931919321
"us-east-1" : { },
1932019322
"us-east-2" : { },
@@ -20819,6 +20821,7 @@
2081920821
"ap-southeast-3" : { },
2082020822
"ap-southeast-4" : { },
2082120823
"ap-southeast-5" : { },
20824+
"ap-southeast-6" : { },
2082220825
"ap-southeast-7" : { },
2082320826
"ca-central-1" : { },
2082420827
"ca-west-1" : { },

aws-models/workmail.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7964,8 +7964,7 @@
79647964
"RoleArn": {
79657965
"target": "com.amazonaws.workmail#RoleArn",
79667966
"traits": {
7967-
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.</p>",
7968-
"smithy.api#required": {}
7967+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration. If absent, the IAM Role Arn of AWSServiceRoleForAmazonWorkMailEvents will be used.</p>"
79697968
}
79707969
},
79717970
"LogGroupArn": {
@@ -8460,6 +8459,9 @@
84608459
},
84618460
{
84628461
"target": "com.amazonaws.workmail#OrganizationStateException"
8462+
},
8463+
{
8464+
"target": "com.amazonaws.workmail#UnsupportedOperationException"
84638465
}
84648466
],
84658467
"traits": {

examples/examples/auto-scaling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tracing = "0.1.37"
1212
tokio-stream = "0.1.14"
1313
aws-config= { version = "1.8.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1414
aws-sdk-autoscaling= { version = "1.93.0", path = "../../../sdk/autoscaling" }
15-
aws-sdk-ec2= { version = "1.164.0", path = "../../../sdk/ec2" }
15+
aws-sdk-ec2= { version = "1.165.0", path = "../../../sdk/ec2" }
1616
aws-types= { version = "1.3.8", path = "../../../sdk/aws-types" }
1717

1818
[dependencies.tokio]

examples/examples/ebs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ base64 = "0.13.0"
1111
sha2 = "0.9.5"
1212
aws-config= { version = "1.8.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1313
aws-sdk-ebs= { version = "1.83.0", path = "../../../sdk/ebs" }
14-
aws-sdk-ec2= { version = "1.164.0", path = "../../../sdk/ec2" }
14+
aws-sdk-ec2= { version = "1.165.0", path = "../../../sdk/ec2" }
1515

1616
[dependencies.tokio]
1717
version = "1.20.1"

examples/examples/ec2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ aws-smithy-runtime-api= { version = "1.9.0", path = "../../../sdk/aws-smithy-run
1515
aws-sdk-ssm= { version = "1.92.0", path = "../../../sdk/ssm" }
1616
aws-smithy-async= { version = "1.2.5", path = "../../../sdk/aws-smithy-async" }
1717
aws-config= { version = "1.8.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
18-
aws-sdk-ec2= { version = "1.164.0", path = "../../../sdk/ec2" }
18+
aws-sdk-ec2= { version = "1.165.0", path = "../../../sdk/ec2" }
1919
aws-types= { version = "1.3.8", path = "../../../sdk/aws-types" }
2020

2121
[dependencies.tokio]

examples/examples/lambda/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1.0.71"
1212
lambda_runtime = "0.8.0"
1313
serde = "1.0.164"
1414
aws-config= { version = "1.8.6", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
15-
aws-sdk-ec2= { version = "1.164.0", path = "../../../sdk/ec2" }
15+
aws-sdk-ec2= { version = "1.165.0", path = "../../../sdk/ec2" }
1616
aws-sdk-iam= { version = "1.88.0", path = "../../../sdk/iam" }
1717
aws-sdk-lambda= { version = "1.96.0", path = "../../../sdk/lambda" }
1818
aws-sdk-s3= { version = "1.104.0", path = "../../../sdk/s3" }

0 commit comments

Comments
 (0)