Skip to content

Commit 96b429f

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

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

codegen/sdk-codegen/aws-models/cloudtrail.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3133,7 +3133,20 @@
31333133
],
31343134
"traits": {
31353135
"smithy.api#documentation": "<p>Retrieves settings for one or more trails associated with the current Region for your\n account.</p>",
3136-
"smithy.api#idempotent": {}
3136+
"smithy.api#idempotent": {},
3137+
"smithy.test#smokeTests": [
3138+
{
3139+
"id": "DescribeTrailsSuccess",
3140+
"params": {},
3141+
"vendorParams": {
3142+
"region": "us-west-2"
3143+
},
3144+
"vendorParamsShape": "aws.test#AwsVendorParams",
3145+
"expect": {
3146+
"success": {}
3147+
}
3148+
}
3149+
]
31373150
}
31383151
},
31393152
"com.amazonaws.cloudtrail#DescribeTrailsRequest": {

0 commit comments

Comments
 (0)