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 Aug 2, 2024
1 parent a274795 commit 0897137
Show file tree
Hide file tree
Showing 11 changed files with 1,308 additions and 341 deletions.
19 changes: 17 additions & 2 deletions codegen/sdk-codegen/aws-models/cloudwatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2594,7 +2594,7 @@
"sdkId": "CloudWatch",
"arnNamespace": "monitoring",
"cloudFormationName": "CloudWatch",
"cloudTrailEventSource": "cloudwatch.amazonaws.com",
"cloudTrailEventSource": "monitoring.amazonaws.com",
"docId": "monitoring-2010-08-01",
"endpointPrefix": "monitoring"
},
Expand Down Expand Up @@ -4360,7 +4360,22 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken"
}
},
"smithy.test#smokeTests": [
{
"id": "ListMetricsSuccess",
"params": {
"Namespace": "AWS/EC2"
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.cloudwatch#ListMetricsInput": {
Expand Down
163 changes: 88 additions & 75 deletions codegen/sdk-codegen/aws-models/ecs.json

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/glue.json
Original file line number Diff line number Diff line change
Expand Up @@ -15670,7 +15670,20 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Retrieves the status of a migration operation.</p>"
"smithy.api#documentation": "<p>Retrieves the status of a migration operation.</p>",
"smithy.test#smokeTests": [
{
"id": "GetCatalogImportStatusSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.glue#GetCatalogImportStatusRequest": {
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/ivs-realtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"sdkId": "IVS RealTime",
"arnNamespace": "ivs",
"cloudFormationName": "IVS",
"cloudTrailEventSource": "REPLACE_WITH_EVENT_SOURCE",
"cloudTrailEventSource": "ivs.amazonaws.com",
"endpointPrefix": "ivsrealtime"
},
"aws.auth#sigv4": {
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/ivs.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"sdkId": "ivs",
"arnNamespace": "ivs",
"cloudFormationName": "IVS",
"cloudTrailEventSource": "REPLACE_WITH_EVENT_SOURCE"
"cloudTrailEventSource": "ivs.amazonaws.com"
},
"aws.auth#sigv4": {
"name": "ivs"
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/ivschat.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"sdkId": "ivschat",
"arnNamespace": "ivschat",
"cloudFormationName": "IVSChat",
"cloudTrailEventSource": "REPLACE_WITH_EVENT_SOURCE"
"cloudTrailEventSource": "ivschat.amazonaws.com"
},
"aws.auth#sigv4": {
"name": "ivschat"
Expand Down
30 changes: 29 additions & 1 deletion codegen/sdk-codegen/aws-models/kinesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,21 @@
"value": "control"
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeStreamFailure",
"params": {
"StreamName": "bogus-stream-name"
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"failure": {}
}
}
],
"smithy.waiters#waitable": {
"StreamExists": {
"acceptors": [
Expand Down Expand Up @@ -6069,7 +6084,20 @@
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "Limit"
}
},
"smithy.test#smokeTests": [
{
"id": "ListStreamsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.kinesis#ListStreamsInput": {
Expand Down
Loading

0 comments on commit 0897137

Please sign in to comment.