Skip to content

Commit

Permalink
feat(client-shield): Add v2 smoke tests and smithy smokeTests trait f…
Browse files Browse the repository at this point in the history
…or SDK testing.
  • Loading branch information
awstools committed Jun 18, 2024
1 parent 96b429f commit db1da4c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/shield.json
Original file line number Diff line number Diff line change
Expand Up @@ -2979,7 +2979,20 @@
"outputToken": "NextToken",
"items": "AttackSummaries",
"pageSize": "MaxResults"
}
},
"smithy.test#smokeTests": [
{
"id": "ListAttacksSuccess",
"params": {},
"vendorParams": {
"region": "us-east-1"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.shield#ListAttacksRequest": {
Expand Down

0 comments on commit db1da4c

Please sign in to comment.