Skip to content

Commit ee10721

Browse files
Update SDK models
1 parent 55b5174 commit ee10721

File tree

3,909 files changed

+31848
-9972
lines changed

Some content is hidden

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

3,909 files changed

+31848
-9972
lines changed

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/cross_service",
5-
"examples/test-utils",
6-
"examples/lambda",
74
"examples/webassembly",
85
"examples/examples",
6+
"examples/cross_service",
7+
"examples/lambda",
8+
"examples/test-utils",
9+
"tests/webassembly",
910
"tests/no-default-features",
10-
"tests/telemetry",
11-
"tests/webassembly"
11+
"tests/telemetry"
1212
]
1313
members = [
1414
"sdk/accessanalyzer",
@@ -59,6 +59,7 @@ members = [
5959
"sdk/aws-smithy-checksums",
6060
"sdk/aws-smithy-client",
6161
"sdk/aws-smithy-compression",
62+
"sdk/aws-smithy-dns",
6263
"sdk/aws-smithy-eventstream",
6364
"sdk/aws-smithy-experimental",
6465
"sdk/aws-smithy-http",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
2424

2525
```toml
2626
[dependencies]
27-
aws-config = { version= "1.8.5", features = ["behavior-version-latest"] }
28-
aws-sdk-dynamodb = "1.91.0"
27+
aws-config = { version= "1.8.6", features = ["behavior-version-latest"] }
28+
aws-sdk-dynamodb = "1.92.0"
2929
tokio = { version = "1", features = ["full"] }
3030
```
3131

aws-models/bedrock-runtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4674,7 +4674,7 @@
46744674
"traits": {
46754675
"smithy.api#documentation": "<p>A list of stop sequences. A stop sequence is a sequence of characters that causes the model to stop generating the response. </p>",
46764676
"smithy.api#length": {
4677-
"max": 4
4677+
"max": 2500
46784678
}
46794679
}
46804680
}

aws-models/ec2.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46851,7 +46851,7 @@
4685146851
"Filters": {
4685246852
"target": "com.amazonaws.ec2#FilterList",
4685346853
"traits": {
46854-
"smithy.api#documentation": "<p>The filters.</p>\n <ul>\n <li>\n <p>\n <code>vpc-endpoint-id</code> - The ID of the VPC endpoint.</p>\n </li>\n <li>\n <p>\n <code>associated-resource-accessibility</code> - The association state. When the\n state is <code>accessible</code>, it returns <code>AVAILABLE</code>. When the state\n is <code>inaccessible</code>, it returns <code>PENDING</code> or\n <code>FAILED</code>.</p>\n </li>\n <li>\n <p>\n <code>association-id</code> - The ID of the VPC endpoint association.</p>\n </li>\n <li>\n <p>\n <code>associated-resource-id</code> - The ID of the associated resource\n configuration.</p>\n </li>\n <li>\n <p>\n <code>service-network-arn</code> - The Amazon Resource Name (ARN) of the\n associated service network. Only VPC endpoints of type service network will be\n returned.</p>\n </li>\n <li>\n <p>\n <code>resource-configuration-group-arn</code> - The Amazon Resource Name (ARN) of\n the resource configuration of type GROUP.</p>\n </li>\n <li>\n <p>\n <code>service-network-resource-association-id</code> - The ID of the\n association.</p>\n </li>\n </ul>",
46854+
"smithy.api#documentation": "<p>The filters.</p>\n <ul>\n <li>\n <p>\n <code>vpc-endpoint-id</code> - The ID of the VPC endpoint.</p>\n </li>\n <li>\n <p>\n <code>associated-resource-accessibility</code> - The association state. When the\n state is <code>accessible</code>, it returns <code>AVAILABLE</code>. When the state\n is <code>inaccessible</code>, it returns <code>PENDING</code> or\n <code>FAILED</code>.</p>\n </li>\n <li>\n <p>\n <code>association-id</code> - The ID of the VPC endpoint association.</p>\n </li>\n <li>\n <p>\n <code>associated-resource-id</code> - The ID of the associated resource\n configuration.</p>\n </li>\n <li>\n <p>\n <code>service-network-arn</code> - The Amazon Resource Name (ARN) of the\n associated service network. Only VPC endpoints of type service network will be\n returned.</p>\n </li>\n <li>\n <p>\n <code>resource-configuration-group-arn</code> - The Amazon Resource Name (ARN) of\n the resource configuration of type GROUP.</p>\n </li>\n </ul>",
4685546855
"smithy.api#xmlName": "Filter"
4685646856
}
4685746857
},
@@ -87864,7 +87864,7 @@
8786487864
"DefaultRouteTablePropagation": {
8786587865
"target": "com.amazonaws.ec2#DefaultRouteTablePropagationValue",
8786687866
"traits": {
87867-
"smithy.api#documentation": "<p>Enable or disable automatic propagation of routes to the default propagation route table.</p>"
87867+
"smithy.api#documentation": "<p>Indicates whether resource attachments automatically propagate routes to the default\n propagation route table. Enabled by default. If <code>defaultRouteTablePropagation</code>\n is set to <code>enable</code>,\n Amazon Web Services Transit Gateway will create the default transit gateway route\n table.</p>"
8786887868
}
8786987869
},
8787087870
"PropagationDefaultRouteTableId": {
@@ -103573,6 +103573,12 @@
103573103573
"traits": {
103574103574
"smithy.api#enumValue": "EnableVgwRoutePropagation"
103575103575
}
103576+
},
103577+
"Advertisement": {
103578+
"target": "smithy.api#Unit",
103579+
"traits": {
103580+
"smithy.api#enumValue": "Advertisement"
103581+
}
103576103582
}
103577103583
}
103578103584
},
@@ -104525,6 +104531,12 @@
104525104531
"traits": {
104526104532
"smithy.api#enumValue": "blackhole"
104527104533
}
104534+
},
104535+
"filtered": {
104536+
"target": "smithy.api#Unit",
104537+
"traits": {
104538+
"smithy.api#enumValue": "filtered"
104539+
}
104528104540
}
104529104541
}
104530104542
},
@@ -114581,7 +114593,7 @@
114581114593
"target": "com.amazonaws.ec2#DefaultRouteTableAssociationValue",
114582114594
"traits": {
114583114595
"aws.protocols#ec2QueryName": "DefaultRouteTableAssociation",
114584-
"smithy.api#documentation": "<p>Indicates whether resource attachments are automatically associated with the default\n association route table. Enabled by default. If <code>defaultRouteTableAssociation</code>\n is set to <code>enable</code>,\n Amazon Web Services Transit Gateway will create the default transit gateway route\n table.</p>",
114596+
"smithy.api#documentation": "<p>Indicates whether resource attachments are automatically associated with the default\n association route table. Enabled by default. Either <code>defaultRouteTableAssociation</code> or <code>defaultRouteTablePropagation</code> must be set to <code>enable</code> for Amazon Web Services Transit Gateway to create the default transit gateway route table.</p>",
114585114597
"smithy.api#xmlName": "defaultRouteTableAssociation"
114586114598
}
114587114599
},
@@ -114597,7 +114609,7 @@
114597114609
"target": "com.amazonaws.ec2#DefaultRouteTablePropagationValue",
114598114610
"traits": {
114599114611
"aws.protocols#ec2QueryName": "DefaultRouteTablePropagation",
114600-
"smithy.api#documentation": "<p>Indicates whether resource attachments automatically propagate routes to the default\n propagation route table. Enabled by default. If <code>defaultRouteTablePropagation</code>\n is set to <code>enable</code>,\n Amazon Web Services Transit Gateway will create the default transit gateway route\n table.</p>",
114612+
"smithy.api#documentation": "<p>Indicates whether resource attachments automatically propagate routes to the default\n propagation route table. Enabled by default. If <code>defaultRouteTablePropagation</code>\n is set to <code>enable</code>,\n Amazon Web Services Transit Gateway creates the default transit gateway route\n table.</p>",
114601114613
"smithy.api#xmlName": "defaultRouteTablePropagation"
114602114614
}
114603114615
},

0 commit comments

Comments
 (0)