Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Feb 14, 2025
1 parent 7ee5a64 commit 311d793
Show file tree
Hide file tree
Showing 7 changed files with 1,160 additions and 613 deletions.
6 changes: 6 additions & 0 deletions codegen/sdk-codegen/aws-models/codebuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -8735,6 +8735,12 @@
"traits": {
"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>"
}
},
"testSuiteName": {
"target": "com.amazonaws.codebuild#String",
"traits": {
"smithy.api#documentation": "<p>The name of the test suite that the test case is a part of.</p>"
}
}
},
"traits": {
Expand Down
263 changes: 247 additions & 16 deletions codegen/sdk-codegen/aws-models/connect.json

Large diffs are not rendered by default.

1,003 changes: 545 additions & 458 deletions codegen/sdk-codegen/aws-models/database-migration-service.json

Large diffs are not rendered by default.

30 changes: 29 additions & 1 deletion codegen/sdk-codegen/aws-models/rds-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@
{
"target": "com.amazonaws.rdsdata#InternalServerErrorException"
},
{
"target": "com.amazonaws.rdsdata#InvalidResourceStateException"
},
{
"target": "com.amazonaws.rdsdata#InvalidSecretException"
},
Expand Down Expand Up @@ -256,6 +259,9 @@
{
"target": "com.amazonaws.rdsdata#InternalServerErrorException"
},
{
"target": "com.amazonaws.rdsdata#InvalidResourceStateException"
},
{
"target": "com.amazonaws.rdsdata#InvalidSecretException"
},
Expand Down Expand Up @@ -496,6 +502,9 @@
{
"target": "com.amazonaws.rdsdata#InternalServerErrorException"
},
{
"target": "com.amazonaws.rdsdata#InvalidResourceStateException"
},
{
"target": "com.amazonaws.rdsdata#InvalidSecretException"
},
Expand Down Expand Up @@ -601,7 +610,7 @@
}
},
"traits": {
"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>",
"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>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
Expand Down Expand Up @@ -779,6 +788,9 @@
{
"target": "com.amazonaws.rdsdata#InternalServerErrorException"
},
{
"target": "com.amazonaws.rdsdata#InvalidResourceStateException"
},
{
"target": "com.amazonaws.rdsdata#InvalidSecretException"
},
Expand Down Expand Up @@ -1036,6 +1048,19 @@
"smithy.api#httpError": 500
}
},
"com.amazonaws.rdsdata#InvalidResourceStateException": {
"type": "structure",
"members": {
"message": {
"target": "com.amazonaws.rdsdata#ErrorMessage"
}
},
"traits": {
"smithy.api#documentation": "<p>The resource is in an invalid state.</p>",
"smithy.api#error": "client",
"smithy.api#httpError": 400
}
},
"com.amazonaws.rdsdata#InvalidSecretException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -1904,6 +1929,9 @@
{
"target": "com.amazonaws.rdsdata#InternalServerErrorException"
},
{
"target": "com.amazonaws.rdsdata#InvalidResourceStateException"
},
{
"target": "com.amazonaws.rdsdata#InvalidSecretException"
},
Expand Down
Loading

0 comments on commit 311d793

Please sign in to comment.