We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bb98f commit 6350db5Copy full SHA for 6350db5
codegen/sdk-codegen/aws-models/application-auto-scaling.json
@@ -1487,7 +1487,22 @@
1487
"outputToken": "NextToken",
1488
"items": "ScalableTargets",
1489
"pageSize": "MaxResults"
1490
- }
+ },
1491
+ "smithy.test#smokeTests": [
1492
+ {
1493
+ "id": "DescribeScalableTargetsSuccess",
1494
+ "params": {
1495
+ "ServiceNamespace": "ec2"
1496
1497
+ "vendorParams": {
1498
+ "region": "us-west-2"
1499
1500
+ "vendorParamsShape": "aws.test#AwsVendorParams",
1501
+ "expect": {
1502
+ "success": {}
1503
+ }
1504
1505
+ ]
1506
}
1507
},
1508
"com.amazonaws.applicationautoscaling#DescribeScalableTargetsRequest": {
0 commit comments