Skip to content

Commit

Permalink
feat(client-cloudtrail): Add v2 smoke tests and smithy smokeTests tra…
Browse files Browse the repository at this point in the history
…it for SDK testing.
  • Loading branch information
awstools committed Jun 18, 2024
1 parent 34e2d61 commit 96b429f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/cloudtrail.json
Original file line number Diff line number Diff line change
Expand Up @@ -3133,7 +3133,20 @@
],
"traits": {
"smithy.api#documentation": "<p>Retrieves settings for one or more trails associated with the current Region for your\n account.</p>",
"smithy.api#idempotent": {}
"smithy.api#idempotent": {},
"smithy.test#smokeTests": [
{
"id": "DescribeTrailsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.cloudtrail#DescribeTrailsRequest": {
Expand Down

0 comments on commit 96b429f

Please sign in to comment.