File tree Expand file tree Collapse file tree 11 files changed +1308
-341
lines changed Expand file tree Collapse file tree 11 files changed +1308
-341
lines changed Original file line number Diff line number Diff line change 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 },
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" : {
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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": {
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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": [
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": {
You can’t perform that action at this time.
0 commit comments