We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b429f commit db1da4cCopy full SHA for db1da4c
codegen/sdk-codegen/aws-models/shield.json
@@ -2979,7 +2979,20 @@
2979
"outputToken": "NextToken",
2980
"items": "AttackSummaries",
2981
"pageSize": "MaxResults"
2982
- }
+ },
2983
+ "smithy.test#smokeTests": [
2984
+ {
2985
+ "id": "ListAttacksSuccess",
2986
+ "params": {},
2987
+ "vendorParams": {
2988
+ "region": "us-east-1"
2989
2990
+ "vendorParamsShape": "aws.test#AwsVendorParams",
2991
+ "expect": {
2992
+ "success": {}
2993
+ }
2994
2995
+ ]
2996
}
2997
},
2998
"com.amazonaws.shield#ListAttacksRequest": {
0 commit comments