File tree 11 files changed +1308
-341
lines changed
codegen/sdk-codegen/aws-models
11 files changed +1308
-341
lines changed Original file line number Diff line number Diff line change 2594
2594
"sdkId" : " CloudWatch" ,
2595
2595
"arnNamespace" : " monitoring" ,
2596
2596
"cloudFormationName" : " CloudWatch" ,
2597
- "cloudTrailEventSource" : " cloudwatch .amazonaws.com" ,
2597
+ "cloudTrailEventSource" : " monitoring .amazonaws.com" ,
2598
2598
"docId" : " monitoring-2010-08-01" ,
2599
2599
"endpointPrefix" : " monitoring"
2600
2600
},
4360
4360
"smithy.api#paginated" : {
4361
4361
"inputToken" : " NextToken" ,
4362
4362
"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
+ ]
4364
4379
}
4365
4380
},
4366
4381
"com.amazonaws.cloudwatch#ListMetricsInput" : {
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 15670
15670
}
15671
15671
],
15672
15672
"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
+ ]
15674
15687
}
15675
15688
},
15676
15689
"com.amazonaws.glue#GetCatalogImportStatusRequest": {
Original file line number Diff line number Diff line change 120
120
"sdkId" : " IVS RealTime" ,
121
121
"arnNamespace" : " ivs" ,
122
122
"cloudFormationName" : " IVS" ,
123
- "cloudTrailEventSource" : " REPLACE_WITH_EVENT_SOURCE " ,
123
+ "cloudTrailEventSource" : " ivs.amazonaws.com " ,
124
124
"endpointPrefix" : " ivsrealtime"
125
125
},
126
126
"aws.auth#sigv4" : {
Original file line number Diff line number Diff line change 132
132
"sdkId" : " ivs" ,
133
133
"arnNamespace" : " ivs" ,
134
134
"cloudFormationName" : " IVS" ,
135
- "cloudTrailEventSource" : " REPLACE_WITH_EVENT_SOURCE "
135
+ "cloudTrailEventSource" : " ivs.amazonaws.com "
136
136
},
137
137
"aws.auth#sigv4" : {
138
138
"name" : " ivs"
Original file line number Diff line number Diff line change 78
78
"sdkId" : " ivschat" ,
79
79
"arnNamespace" : " ivschat" ,
80
80
"cloudFormationName" : " IVSChat" ,
81
- "cloudTrailEventSource" : " REPLACE_WITH_EVENT_SOURCE "
81
+ "cloudTrailEventSource" : " ivschat.amazonaws.com "
82
82
},
83
83
"aws.auth#sigv4" : {
84
84
"name" : " ivschat"
Original file line number Diff line number Diff line change 670
670
"value": "control"
671
671
}
672
672
},
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
+ ],
673
688
"smithy.waiters#waitable": {
674
689
"StreamExists": {
675
690
"acceptors": [
6069
6084
"inputToken": "NextToken",
6070
6085
"outputToken": "NextToken",
6071
6086
"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
+ ]
6073
6101
}
6074
6102
},
6075
6103
"com.amazonaws.kinesis#ListStreamsInput": {
You can’t perform that action at this time.
0 commit comments