Skip to content

Commit

Permalink
feat(client-config-service): Add v2 smoke tests and smithy smokeTests…
Browse files Browse the repository at this point in the history
… trait for SDK testing.
  • Loading branch information
awstools committed Jun 18, 2024
1 parent 92df932 commit 472d873
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/config-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4135,7 +4135,20 @@
}
],
"traits": {
"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>"
"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>",
"smithy.test#smokeTests": [
{
"id": "DescribeConfigurationRecordersSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.configservice#DescribeConfigurationRecordersRequest": {
Expand Down

0 comments on commit 472d873

Please sign in to comment.