Skip to content

Commit 313e9a6

Browse files
Update SDK models
1 parent cddea58 commit 313e9a6

File tree

3,395 files changed

+80238
-15946
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,395 files changed

+80238
-15946
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/lambda",
5-
"examples/cross_service",
64
"examples/test-utils",
75
"examples/examples",
6+
"examples/lambda",
87
"examples/webassembly",
8+
"examples/cross_service",
99
"tests/no-default-features",
10-
"tests/webassembly",
11-
"tests/telemetry"
10+
"tests/telemetry",
11+
"tests/webassembly"
1212
]
1313
members = [
1414
"sdk/accessanalyzer",

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.3", features = ["behavior-version-latest"] }
28-
aws-sdk-dynamodb = "1.86.0"
27+
aws-config = { version= "1.8.4", features = ["behavior-version-latest"] }
28+
aws-sdk-dynamodb = "1.87.0"
2929
tokio = { version = "1", features = ["full"] }
3030
```
3131

aws-models/bedrock-runtime.json

Lines changed: 477 additions & 0 deletions
Large diffs are not rendered by default.

aws-models/bedrock.json

Lines changed: 11369 additions & 6166 deletions
Large diffs are not rendered by default.

aws-models/eks.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2674,6 +2674,12 @@
26742674
"traits": {
26752675
"smithy.api#documentation": "<p>Indicates the current configuration of the block storage capability on your EKS Auto\n Mode cluster. For example, if the capability is enabled or disabled. If the block\n storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your\n Amazon Web Services account. For more information, see EKS Auto Mode block storage capability in the\n <i>Amazon EKS User Guide</i>.</p>"
26762676
}
2677+
},
2678+
"deletionProtection": {
2679+
"target": "com.amazonaws.eks#BoxedBoolean",
2680+
"traits": {
2681+
"smithy.api#documentation": "<p>The current deletion protection setting for the cluster. When <code>true</code>, \n deletion protection is enabled and the cluster cannot be deleted until protection is \n disabled. When <code>false</code>, the cluster can be deleted normally. This setting \n only applies to clusters in an active state.</p>"
2682+
}
26772683
}
26782684
},
26792685
"traits": {
@@ -3632,6 +3638,12 @@
36323638
"traits": {
36333639
"smithy.api#documentation": "<p>Enable or disable the block storage capability of EKS Auto Mode when creating your EKS\n Auto Mode cluster. If the block storage capability is enabled, EKS Auto Mode will create\n and delete EBS volumes in your Amazon Web Services account.</p>"
36343640
}
3641+
},
3642+
"deletionProtection": {
3643+
"target": "com.amazonaws.eks#BoxedBoolean",
3644+
"traits": {
3645+
"smithy.api#documentation": "<p>Indicates whether to enable deletion protection for the cluster. When enabled, the cluster \n cannot be deleted unless deletion protection is first disabled. This helps prevent \n accidental cluster deletion. Default value is <code>false</code>.</p>"
3646+
}
36353647
}
36363648
},
36373649
"traits": {
@@ -4304,6 +4316,9 @@
43044316
{
43054317
"target": "com.amazonaws.eks#ClientException"
43064318
},
4319+
{
4320+
"target": "com.amazonaws.eks#InvalidRequestException"
4321+
},
43074322
{
43084323
"target": "com.amazonaws.eks#ResourceInUseException"
43094324
},
@@ -10789,6 +10804,12 @@
1078910804
},
1079010805
"remoteNetworkConfig": {
1079110806
"target": "com.amazonaws.eks#RemoteNetworkConfigRequest"
10807+
},
10808+
"deletionProtection": {
10809+
"target": "com.amazonaws.eks#BoxedBoolean",
10810+
"traits": {
10811+
"smithy.api#documentation": "<p>Specifies whether to enable or disable deletion protection for the cluster. When \n enabled (<code>true</code>), the cluster cannot be deleted until deletion protection is \n explicitly disabled. When disabled (<code>false</code>), the cluster can be deleted \n normally.</p>"
10812+
}
1079210813
}
1079310814
},
1079410815
"traits": {
@@ -11450,6 +11471,12 @@
1145011471
"traits": {
1145111472
"smithy.api#enumValue": "RemoteNetworkConfig"
1145211473
}
11474+
},
11475+
"DELETION_PROTECTION": {
11476+
"target": "smithy.api#Unit",
11477+
"traits": {
11478+
"smithy.api#enumValue": "DeletionProtection"
11479+
}
1145311480
}
1145411481
}
1145511482
},
@@ -11688,6 +11715,12 @@
1168811715
"traits": {
1168911716
"smithy.api#enumValue": "RemoteNetworkConfigUpdate"
1169011717
}
11718+
},
11719+
"DELETION_PROTECTION_UPDATE": {
11720+
"target": "smithy.api#Unit",
11721+
"traits": {
11722+
"smithy.api#enumValue": "DeletionProtectionUpdate"
11723+
}
1169111724
}
1169211725
}
1169311726
},

aws-models/rds.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5079,7 +5079,7 @@
50795079
"MultiAZ": {
50805080
"target": "com.amazonaws.rds#BooleanOptional",
50815081
"traits": {
5082-
"smithy.api#documentation": "<p>Specifies whether the DB instance is a Multi-AZ deployment. You can't set \n the <code>AvailabilityZone</code> parameter if the DB instance is a Multi-AZ deployment.</p>\n <p>This setting doesn't apply to Amazon Aurora because the DB instance Availability Zones (AZs)\n are managed by the DB cluster.</p>"
5082+
"smithy.api#documentation": "<p>Specifies whether the DB instance is a Multi-AZ deployment. You can't set \n the <code>AvailabilityZone</code> parameter if the DB instance is a Multi-AZ deployment.</p>\n <p>This setting doesn't apply to the following DB instances:</p>\n <ul>\n <li>\n <p>Amazon Aurora (DB instance Availability Zones (AZs) are managed by the DB cluster.)</p>\n </li>\n <li>\n <p>RDS Custom</p>\n </li>\n </ul>"
50835083
}
50845084
},
50855085
"EngineVersion": {
@@ -7610,6 +7610,12 @@
76107610
"ServerlessV2ScalingConfiguration": {
76117611
"target": "com.amazonaws.rds#ServerlessV2ScalingConfigurationInfo"
76127612
},
7613+
"ServerlessV2PlatformVersion": {
7614+
"target": "com.amazonaws.rds#String",
7615+
"traits": {
7616+
"smithy.api#documentation": "<p>The version of the Aurora Serverless V2 platform used by the DB cluster. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html\">Using Aurora Serverless v2</a> in the <i>Amazon Aurora User Guide</i>.</p>"
7617+
}
7618+
},
76137619
"NetworkType": {
76147620
"target": "com.amazonaws.rds#String",
76157621
"traits": {
@@ -7675,7 +7681,7 @@
76757681
}
76767682
},
76777683
"traits": {
7678-
"smithy.api#documentation": "<p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>\n <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations \n <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>, \n <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>, \n <code>RestoreDBClusterFromS3</code>, <code>RestoreDBClusterFromSnapshot</code>, \n <code>RestoreDBClusterToPointInTime</code>, <code>StartDBCluster</code>, and <code>StopDBCluster</code>.</p>\n <p>For a Multi-AZ DB cluster, this data type is used as a response element in the operations \n <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>, \n <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>RebootDBCluster</code>, \n <code>RestoreDBClusterFromSnapshot</code>, and <code>RestoreDBClusterToPointInTime</code>.</p>\n <p>For more information on Amazon Aurora DB clusters, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html\">\n What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>\n </p>\n <p>For more information on Multi-AZ DB clusters, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html\">\n Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>\n </p>"
7684+
"smithy.api#documentation": "<p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. </p>\n <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations \n <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>, \n <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>, \n <code>RestoreDBClusterFromS3</code>, <code>RestoreDBClusterFromSnapshot</code>, \n <code>RestoreDBClusterToPointInTime</code>, <code>StartDBCluster</code>, and <code>StopDBCluster</code>.</p>\n <p>For a Multi-AZ DB cluster, this data type is used as a response element in the operations \n <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>, \n <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>RebootDBCluster</code>, \n <code>RestoreDBClusterFromSnapshot</code>, and <code>RestoreDBClusterToPointInTime</code>.</p>\n <p>For more information on Amazon Aurora DB clusters, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html\">\n What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>\n </p>\n <p>For more information on Multi-AZ DB clusters, see \n <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html\">\n Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>\n </p>"
76797685
}
76807686
},
76817687
"com.amazonaws.rds#DBClusterAlreadyExistsFault": {
@@ -29721,18 +29727,18 @@
2972129727
"MinCapacity": {
2972229728
"target": "com.amazonaws.rds#DoubleOptional",
2972329729
"traits": {
29724-
"smithy.api#documentation": "<p>If the minimum capacity is 0 ACUs, the engine version supports the automatic pause/resume\n feature of Aurora Serverless v2.</p>"
29730+
"smithy.api#documentation": "<p>If the minimum capacity is 0 ACUs, the engine version or platform version supports the automatic pause/resume\n feature of Aurora Serverless v2.</p>"
2972529731
}
2972629732
},
2972729733
"MaxCapacity": {
2972829734
"target": "com.amazonaws.rds#DoubleOptional",
2972929735
"traits": {
29730-
"smithy.api#documentation": "<p>\n Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version.\n Depending on the engine version, the maximum capacity for an Aurora Serverless v2 cluster might be\n <code>256</code> or <code>128</code>.\n </p>"
29736+
"smithy.api#documentation": "<p>\n Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version or platform version.\n Depending on the engine version, the maximum capacity for an Aurora Serverless v2 cluster might be\n <code>256</code> or <code>128</code>.\n </p>"
2973129737
}
2973229738
}
2973329739
},
2973429740
"traits": {
29735-
"smithy.api#documentation": "<p>Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions.\n You can test the values of this attribute when deciding which Aurora version to use in a new or upgraded\n DB cluster. You can also retrieve the version of an existing DB cluster and check whether that version\n supports certain Aurora Serverless v2 features before you attempt to use those features.\n </p>"
29741+
"smithy.api#documentation": "<p>Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions and platform versions.\n You can test the values of this attribute when deciding which Aurora version to use in a new or upgraded\n DB cluster. You can also retrieve the version of an existing DB cluster and check whether that version\n supports certain Aurora Serverless v2 features before you attempt to use those features.\n </p>"
2973629742
}
2973729743
},
2973829744
"com.amazonaws.rds#ServerlessV2ScalingConfiguration": {
@@ -29747,7 +29753,7 @@
2974729753
"MaxCapacity": {
2974829754
"target": "com.amazonaws.rds#DoubleOptional",
2974929755
"traits": {
29750-
"smithy.api#documentation": "<p>The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.\n You can specify ACU values in half-step increments, such as 32, 32.5, 33, and so on. The largest value\n that you can use is 256 for recent Aurora versions, or 128 for older versions.</p>"
29756+
"smithy.api#documentation": "<p>The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.\n You can specify ACU values in half-step increments, such as 32, 32.5, 33, and so on. The largest value\n that you can use is 256 for recent Aurora versions, or 128 for older versions. You can check the attributes of your engine version or platform version to determine the specific maximum capacity supported.</p>"
2975129757
}
2975229758
},
2975329759
"SecondsUntilAutoPause": {
@@ -29773,7 +29779,7 @@
2977329779
"MaxCapacity": {
2977429780
"target": "com.amazonaws.rds#DoubleOptional",
2977529781
"traits": {
29776-
"smithy.api#documentation": "<p>The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.\n You can specify ACU values in half-step increments, such as 32, 32.5, 33, and so on. The largest value\n that you can use is 256 for recent Aurora versions, or 128 for older versions.</p>"
29782+
"smithy.api#documentation": "<p>The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.\n You can specify ACU values in half-step increments, such as 32, 32.5, 33, and so on. The largest value\n that you can use is 256 for recent Aurora versions, or 128 for older versions. You can check the attributes of your engine version or platform version to determine the specific maximum capacity supported.</p>"
2977729783
}
2977829784
},
2977929785
"SecondsUntilAutoPause": {

0 commit comments

Comments
 (0)