Skip to content

Commit

Permalink
feat(client-eventbridge): Add v2 smoke tests and smithy smokeTests tr…
Browse files Browse the repository at this point in the history
…ait for SDK testing.
  • Loading branch information
awstools committed Jul 30, 2024
1 parent 5bc3008 commit 65290c8
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions codegen/sdk-codegen/aws-models/eventbridge.json
Original file line number Diff line number Diff line change
Expand Up @@ -4789,7 +4789,22 @@
}
],
"traits": {
"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>"
"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>",
"smithy.test#smokeTests": [
{
"id": "DescribeRuleFailure",
"params": {
"Name": "fake-rule"
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"failure": {}
}
}
]
}
},
"com.amazonaws.eventbridge#DescribeRuleRequest": {
Expand Down Expand Up @@ -6525,7 +6540,20 @@
}
],
"traits": {
"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>"
"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>",
"smithy.test#smokeTests": [
{
"id": "ListRulesSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.eventbridge#ListRulesRequest": {
Expand Down

0 comments on commit 65290c8

Please sign in to comment.