Skip to content

Commit 4cc788a

Browse files
feat: update AWS API models
1 parent b9a75f5 commit 4cc788a

File tree

7 files changed

+1160
-613
lines changed

7 files changed

+1160
-613
lines changed

codegen/sdk/aws-models/codebuild.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8735,6 +8735,12 @@
87358735
"traits": {
87368736
"smithy.api#documentation": "<p> The date and time a test case expires. A test case expires 30 days after it is\n created. An expired test case is not available to view in CodeBuild. </p>"
87378737
}
8738+
},
8739+
"testSuiteName": {
8740+
"target": "com.amazonaws.codebuild#String",
8741+
"traits": {
8742+
"smithy.api#documentation": "<p>The name of the test suite that the test case is a part of.</p>"
8743+
}
87388744
}
87398745
},
87408746
"traits": {

codegen/sdk/aws-models/connect.json

Lines changed: 247 additions & 16 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/database-migration-service.json

Lines changed: 545 additions & 458 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/rds-data.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@
128128
{
129129
"target": "com.amazonaws.rdsdata#InternalServerErrorException"
130130
},
131+
{
132+
"target": "com.amazonaws.rdsdata#InvalidResourceStateException"
133+
},
131134
{
132135
"target": "com.amazonaws.rdsdata#InvalidSecretException"
133136
},
@@ -256,6 +259,9 @@
256259
{
257260
"target": "com.amazonaws.rdsdata#InternalServerErrorException"
258261
},
262+
{
263+
"target": "com.amazonaws.rdsdata#InvalidResourceStateException"
264+
},
259265
{
260266
"target": "com.amazonaws.rdsdata#InvalidSecretException"
261267
},
@@ -496,6 +502,9 @@
496502
{
497503
"target": "com.amazonaws.rdsdata#InternalServerErrorException"
498504
},
505+
{
506+
"target": "com.amazonaws.rdsdata#InvalidResourceStateException"
507+
},
499508
{
500509
"target": "com.amazonaws.rdsdata#InvalidSecretException"
501510
},
@@ -601,7 +610,7 @@
601610
}
602611
},
603612
"traits": {
604-
"smithy.api#documentation": "<p>A request was canceled because the Aurora Serverless v2 DB instance was in a paused state.\n The Data API request automatically causes the DB instance to begin resuming. Wait a few seconds and\n try again.</p>",
613+
"smithy.api#documentation": "<p>A request was cancelled because the Aurora Serverless v2 DB instance was paused.\n The Data API request automatically resumes the DB instance. Wait a few seconds and\n try again.</p>",
605614
"smithy.api#error": "client",
606615
"smithy.api#httpError": 400
607616
}
@@ -779,6 +788,9 @@
779788
{
780789
"target": "com.amazonaws.rdsdata#InternalServerErrorException"
781790
},
791+
{
792+
"target": "com.amazonaws.rdsdata#InvalidResourceStateException"
793+
},
782794
{
783795
"target": "com.amazonaws.rdsdata#InvalidSecretException"
784796
},
@@ -1036,6 +1048,19 @@
10361048
"smithy.api#httpError": 500
10371049
}
10381050
},
1051+
"com.amazonaws.rdsdata#InvalidResourceStateException": {
1052+
"type": "structure",
1053+
"members": {
1054+
"message": {
1055+
"target": "com.amazonaws.rdsdata#ErrorMessage"
1056+
}
1057+
},
1058+
"traits": {
1059+
"smithy.api#documentation": "<p>The resource is in an invalid state.</p>",
1060+
"smithy.api#error": "client",
1061+
"smithy.api#httpError": 400
1062+
}
1063+
},
10391064
"com.amazonaws.rdsdata#InvalidSecretException": {
10401065
"type": "structure",
10411066
"members": {
@@ -1904,6 +1929,9 @@
19041929
{
19051930
"target": "com.amazonaws.rdsdata#InternalServerErrorException"
19061931
},
1932+
{
1933+
"target": "com.amazonaws.rdsdata#InvalidResourceStateException"
1934+
},
19071935
{
19081936
"target": "com.amazonaws.rdsdata#InvalidSecretException"
19091937
},

0 commit comments

Comments
 (0)