Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jul 12, 2024
1 parent 0599931 commit 1b3794c
Show file tree
Hide file tree
Showing 10 changed files with 2,279 additions and 139 deletions.
126 changes: 49 additions & 77 deletions codegen/sdk-codegen/aws-models/acm-pca.json

Large diffs are not rendered by default.

282 changes: 226 additions & 56 deletions codegen/sdk-codegen/aws-models/arc-zonal-shift.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions codegen/sdk-codegen/aws-models/auto-scaling.json
Original file line number Diff line number Diff line change
Expand Up @@ -4954,6 +4954,19 @@
]
}
}
],
"smithy.test#smokeTests": [
{
"id": "DescribeScalingProcessTypesSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
Expand Down
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/codebuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -4916,7 +4916,20 @@
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "ids"
}
},
"smithy.test#smokeTests": [
{
"id": "ListBuildsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.codebuild#ListBuildsForProject": {
Expand Down
17 changes: 16 additions & 1 deletion codegen/sdk-codegen/aws-models/dynamodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -7720,7 +7720,22 @@
"outputToken": "LastEvaluatedTableName",
"items": "TableNames",
"pageSize": "Limit"
}
},
"smithy.test#smokeTests": [
{
"id": "ListTablesSuccess",
"params": {
"Limit": 1
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.dynamodb#ListTablesInput": {
Expand Down
42 changes: 42 additions & 0 deletions codegen/sdk-codegen/aws-models/global-accelerator.json
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,9 @@
"target": "com.amazonaws.globalaccelerator#CreateAcceleratorResponse"
},
"errors": [
{
"target": "com.amazonaws.globalaccelerator#AccessDeniedException"
},
{
"target": "com.amazonaws.globalaccelerator#InternalServiceErrorException"
},
Expand All @@ -815,6 +818,9 @@
},
{
"target": "com.amazonaws.globalaccelerator#LimitExceededException"
},
{
"target": "com.amazonaws.globalaccelerator#TransactionInProgressException"
}
],
"traits": {
Expand Down Expand Up @@ -986,6 +992,9 @@
},
{
"target": "com.amazonaws.globalaccelerator#LimitExceededException"
},
{
"target": "com.amazonaws.globalaccelerator#TransactionInProgressException"
}
],
"traits": {
Expand Down Expand Up @@ -1829,6 +1838,9 @@
},
{
"target": "com.amazonaws.globalaccelerator#InvalidArgumentException"
},
{
"target": "com.amazonaws.globalaccelerator#TransactionInProgressException"
}
],
"traits": {
Expand Down Expand Up @@ -1917,6 +1929,9 @@
},
{
"target": "com.amazonaws.globalaccelerator#InvalidArgumentException"
},
{
"target": "com.amazonaws.globalaccelerator#TransactionInProgressException"
}
],
"traits": {
Expand Down Expand Up @@ -5033,11 +5048,20 @@
{
"target": "com.amazonaws.globalaccelerator#AcceleratorNotFoundException"
},
{
"target": "com.amazonaws.globalaccelerator#AttachmentNotFoundException"
},
{
"target": "com.amazonaws.globalaccelerator#EndpointGroupNotFoundException"
},
{
"target": "com.amazonaws.globalaccelerator#InternalServiceErrorException"
},
{
"target": "com.amazonaws.globalaccelerator#InvalidArgumentException"
},
{
"target": "com.amazonaws.globalaccelerator#ListenerNotFoundException"
}
],
"traits": {
Expand Down Expand Up @@ -5754,11 +5778,17 @@
{
"target": "com.amazonaws.globalaccelerator#AccessDeniedException"
},
{
"target": "com.amazonaws.globalaccelerator#ConflictException"
},
{
"target": "com.amazonaws.globalaccelerator#InternalServiceErrorException"
},
{
"target": "com.amazonaws.globalaccelerator#InvalidArgumentException"
},
{
"target": "com.amazonaws.globalaccelerator#TransactionInProgressException"
}
],
"traits": {
Expand All @@ -5785,6 +5815,9 @@
},
{
"target": "com.amazonaws.globalaccelerator#InvalidArgumentException"
},
{
"target": "com.amazonaws.globalaccelerator#TransactionInProgressException"
}
],
"traits": {
Expand Down Expand Up @@ -5994,11 +6027,17 @@
{
"target": "com.amazonaws.globalaccelerator#AcceleratorNotFoundException"
},
{
"target": "com.amazonaws.globalaccelerator#ConflictException"
},
{
"target": "com.amazonaws.globalaccelerator#InternalServiceErrorException"
},
{
"target": "com.amazonaws.globalaccelerator#InvalidArgumentException"
},
{
"target": "com.amazonaws.globalaccelerator#TransactionInProgressException"
}
],
"traits": {
Expand All @@ -6025,6 +6064,9 @@
},
{
"target": "com.amazonaws.globalaccelerator#InvalidArgumentException"
},
{
"target": "com.amazonaws.globalaccelerator#TransactionInProgressException"
}
],
"traits": {
Expand Down
35 changes: 33 additions & 2 deletions codegen/sdk-codegen/aws-models/pinpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -8034,7 +8034,22 @@
"method": "GET",
"uri": "/v1/apps/{ApplicationId}",
"code": 200
}
},
"smithy.test#smokeTests": [
{
"id": "GetAppFailure",
"params": {
"ApplicationId": "InvalidApplicationId"
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"failure": {}
}
}
]
}
},
"com.amazonaws.pinpoint#GetAppRequest": {
Expand Down Expand Up @@ -8286,7 +8301,20 @@
"method": "GET",
"uri": "/v1/apps",
"code": 200
}
},
"smithy.test#smokeTests": [
{
"id": "GetAppsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.pinpoint#GetAppsRequest": {
Expand Down Expand Up @@ -15202,6 +15230,9 @@
"name": "mobiletargeting"
},
"aws.protocols#restJson1": {},
"smithy.api#auth": [
"aws.auth#sigv4"
],
"smithy.api#documentation": "<p>Doc Engage API - Amazon Pinpoint API</p>",
"smithy.api#title": "Amazon Pinpoint",
"smithy.rules#endpointRuleSet": {
Expand Down
Loading

0 comments on commit 1b3794c

Please sign in to comment.