Skip to content

Commit 0897137

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent a274795 commit 0897137

11 files changed

+1308
-341
lines changed

codegen/sdk-codegen/aws-models/cloudwatch.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@
25942594
"sdkId": "CloudWatch",
25952595
"arnNamespace": "monitoring",
25962596
"cloudFormationName": "CloudWatch",
2597-
"cloudTrailEventSource": "cloudwatch.amazonaws.com",
2597+
"cloudTrailEventSource": "monitoring.amazonaws.com",
25982598
"docId": "monitoring-2010-08-01",
25992599
"endpointPrefix": "monitoring"
26002600
},
@@ -4360,7 +4360,22 @@
43604360
"smithy.api#paginated": {
43614361
"inputToken": "NextToken",
43624362
"outputToken": "NextToken"
4363-
}
4363+
},
4364+
"smithy.test#smokeTests": [
4365+
{
4366+
"id": "ListMetricsSuccess",
4367+
"params": {
4368+
"Namespace": "AWS/EC2"
4369+
},
4370+
"vendorParams": {
4371+
"region": "us-west-2"
4372+
},
4373+
"vendorParamsShape": "aws.test#AwsVendorParams",
4374+
"expect": {
4375+
"success": {}
4376+
}
4377+
}
4378+
]
43644379
}
43654380
},
43664381
"com.amazonaws.cloudwatch#ListMetricsInput": {

codegen/sdk-codegen/aws-models/ecs.json

Lines changed: 88 additions & 75 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/glue.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15670,7 +15670,20 @@
1567015670
}
1567115671
],
1567215672
"traits": {
15673-
"smithy.api#documentation": "<p>Retrieves the status of a migration operation.</p>"
15673+
"smithy.api#documentation": "<p>Retrieves the status of a migration operation.</p>",
15674+
"smithy.test#smokeTests": [
15675+
{
15676+
"id": "GetCatalogImportStatusSuccess",
15677+
"params": {},
15678+
"vendorParams": {
15679+
"region": "us-west-2"
15680+
},
15681+
"vendorParamsShape": "aws.test#AwsVendorParams",
15682+
"expect": {
15683+
"success": {}
15684+
}
15685+
}
15686+
]
1567415687
}
1567515688
},
1567615689
"com.amazonaws.glue#GetCatalogImportStatusRequest": {

codegen/sdk-codegen/aws-models/ivs-realtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"sdkId": "IVS RealTime",
121121
"arnNamespace": "ivs",
122122
"cloudFormationName": "IVS",
123-
"cloudTrailEventSource": "REPLACE_WITH_EVENT_SOURCE",
123+
"cloudTrailEventSource": "ivs.amazonaws.com",
124124
"endpointPrefix": "ivsrealtime"
125125
},
126126
"aws.auth#sigv4": {

codegen/sdk-codegen/aws-models/ivs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"sdkId": "ivs",
133133
"arnNamespace": "ivs",
134134
"cloudFormationName": "IVS",
135-
"cloudTrailEventSource": "REPLACE_WITH_EVENT_SOURCE"
135+
"cloudTrailEventSource": "ivs.amazonaws.com"
136136
},
137137
"aws.auth#sigv4": {
138138
"name": "ivs"

codegen/sdk-codegen/aws-models/ivschat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"sdkId": "ivschat",
7979
"arnNamespace": "ivschat",
8080
"cloudFormationName": "IVSChat",
81-
"cloudTrailEventSource": "REPLACE_WITH_EVENT_SOURCE"
81+
"cloudTrailEventSource": "ivschat.amazonaws.com"
8282
},
8383
"aws.auth#sigv4": {
8484
"name": "ivschat"

codegen/sdk-codegen/aws-models/kinesis.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,21 @@
670670
"value": "control"
671671
}
672672
},
673+
"smithy.test#smokeTests": [
674+
{
675+
"id": "DescribeStreamFailure",
676+
"params": {
677+
"StreamName": "bogus-stream-name"
678+
},
679+
"vendorParams": {
680+
"region": "us-west-2"
681+
},
682+
"vendorParamsShape": "aws.test#AwsVendorParams",
683+
"expect": {
684+
"failure": {}
685+
}
686+
}
687+
],
673688
"smithy.waiters#waitable": {
674689
"StreamExists": {
675690
"acceptors": [
@@ -6069,7 +6084,20 @@
60696084
"inputToken": "NextToken",
60706085
"outputToken": "NextToken",
60716086
"pageSize": "Limit"
6072-
}
6087+
},
6088+
"smithy.test#smokeTests": [
6089+
{
6090+
"id": "ListStreamsSuccess",
6091+
"params": {},
6092+
"vendorParams": {
6093+
"region": "us-west-2"
6094+
},
6095+
"vendorParamsShape": "aws.test#AwsVendorParams",
6096+
"expect": {
6097+
"success": {}
6098+
}
6099+
}
6100+
]
60736101
}
60746102
},
60756103
"com.amazonaws.kinesis#ListStreamsInput": {

0 commit comments

Comments
 (0)