Skip to content

Commit 6350db5

Browse files
author
awstools
committed
feat(client-application-auto-scaling): add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent c3bb98f commit 6350db5

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

codegen/sdk-codegen/aws-models/application-auto-scaling.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,22 @@
14871487
"outputToken": "NextToken",
14881488
"items": "ScalableTargets",
14891489
"pageSize": "MaxResults"
1490-
}
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+
]
14911506
}
14921507
},
14931508
"com.amazonaws.applicationautoscaling#DescribeScalableTargetsRequest": {

0 commit comments

Comments
 (0)