Skip to content

Commit 65290c8

Browse files
author
awstools
committed
feat(client-eventbridge): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 5bc3008 commit 65290c8

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

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

+30-2
Original file line numberDiff line numberDiff line change
@@ -4789,7 +4789,22 @@
47894789
}
47904790
],
47914791
"traits": {
4792-
"smithy.api#documentation": "<p>Describes the specified rule.</p>\n <p>DescribeRule does not list the targets of a rule. To see the targets associated with a\n rule, use <a href=\"https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_ListTargetsByRule.html\">ListTargetsByRule</a>.</p>"
4792+
"smithy.api#documentation": "<p>Describes the specified rule.</p>\n <p>DescribeRule does not list the targets of a rule. To see the targets associated with a\n rule, use <a href=\"https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_ListTargetsByRule.html\">ListTargetsByRule</a>.</p>",
4793+
"smithy.test#smokeTests": [
4794+
{
4795+
"id": "DescribeRuleFailure",
4796+
"params": {
4797+
"Name": "fake-rule"
4798+
},
4799+
"vendorParams": {
4800+
"region": "us-west-2"
4801+
},
4802+
"vendorParamsShape": "aws.test#AwsVendorParams",
4803+
"expect": {
4804+
"failure": {}
4805+
}
4806+
}
4807+
]
47934808
}
47944809
},
47954810
"com.amazonaws.eventbridge#DescribeRuleRequest": {
@@ -6525,7 +6540,20 @@
65256540
}
65266541
],
65276542
"traits": {
6528-
"smithy.api#documentation": "<p>Lists your Amazon EventBridge rules. You can either list all the rules or you can\n provide a prefix to match to the rule names.</p>\n <p>The maximum number of results per page for requests is 100.</p>\n <p>ListRules does not list the targets of a rule. To see the targets associated with a rule,\n use <a href=\"https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_ListTargetsByRule.html\">ListTargetsByRule</a>.</p>"
6543+
"smithy.api#documentation": "<p>Lists your Amazon EventBridge rules. You can either list all the rules or you can\n provide a prefix to match to the rule names.</p>\n <p>The maximum number of results per page for requests is 100.</p>\n <p>ListRules does not list the targets of a rule. To see the targets associated with a rule,\n use <a href=\"https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_ListTargetsByRule.html\">ListTargetsByRule</a>.</p>",
6544+
"smithy.test#smokeTests": [
6545+
{
6546+
"id": "ListRulesSuccess",
6547+
"params": {},
6548+
"vendorParams": {
6549+
"region": "us-west-2"
6550+
},
6551+
"vendorParamsShape": "aws.test#AwsVendorParams",
6552+
"expect": {
6553+
"success": {}
6554+
}
6555+
}
6556+
]
65296557
}
65306558
},
65316559
"com.amazonaws.eventbridge#ListRulesRequest": {

0 commit comments

Comments
 (0)