Skip to content

Commit 472d873

Browse files
author
awstools
committed
feat(client-config-service): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 92df932 commit 472d873

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Diff for: codegen/sdk-codegen/aws-models/config-service.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -4135,7 +4135,20 @@
41354135
}
41364136
],
41374137
"traits": {
4138-
"smithy.api#documentation": "<p>Returns the details for the specified configuration recorders.\n\t\t\tIf the configuration recorder is not specified, this action returns\n\t\t\tthe details for all configuration recorders associated with the\n\t\t\taccount.</p>\n <note>\n <p>You can specify only one configuration recorder for each Amazon Web Services Region for each account.</p>\n </note>"
4138+
"smithy.api#documentation": "<p>Returns the details for the specified configuration recorders.\n\t\t\tIf the configuration recorder is not specified, this action returns\n\t\t\tthe details for all configuration recorders associated with the\n\t\t\taccount.</p>\n <note>\n <p>You can specify only one configuration recorder for each Amazon Web Services Region for each account.</p>\n </note>",
4139+
"smithy.test#smokeTests": [
4140+
{
4141+
"id": "DescribeConfigurationRecordersSuccess",
4142+
"params": {},
4143+
"vendorParams": {
4144+
"region": "us-west-2"
4145+
},
4146+
"vendorParamsShape": "aws.test#AwsVendorParams",
4147+
"expect": {
4148+
"success": {}
4149+
}
4150+
}
4151+
]
41394152
}
41404153
},
41414154
"com.amazonaws.configservice#DescribeConfigurationRecordersRequest": {

0 commit comments

Comments
 (0)