Skip to content

Commit db1da4c

Browse files
author
awstools
committed
feat(client-shield): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 96b429f commit db1da4c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Diff for: codegen/sdk-codegen/aws-models/shield.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -2979,7 +2979,20 @@
29792979
"outputToken": "NextToken",
29802980
"items": "AttackSummaries",
29812981
"pageSize": "MaxResults"
2982-
}
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+
]
29832996
}
29842997
},
29852998
"com.amazonaws.shield#ListAttacksRequest": {

0 commit comments

Comments
 (0)