Skip to content

Commit 9f19dd0

Browse files
author
awstools
committed
feat(client-firehose): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 340d910 commit 9f19dd0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4256,7 +4256,20 @@
42564256
"target": "com.amazonaws.firehose#ListDeliveryStreamsOutput"
42574257
},
42584258
"traits": {
4259-
"smithy.api#documentation": "<p>Lists your delivery streams in alphabetical order of their names.</p>\n <p>The number of delivery streams might be too large to return using a single call to\n <code>ListDeliveryStreams</code>. You can limit the number of delivery streams returned,\n using the <code>Limit</code> parameter. To determine whether there are more delivery\n streams to list, check the value of <code>HasMoreDeliveryStreams</code> in the output. If\n there are more delivery streams to list, you can request them by calling this operation\n again and setting the <code>ExclusiveStartDeliveryStreamName</code> parameter to the name\n of the last delivery stream returned in the last call.</p>"
4259+
"smithy.api#documentation": "<p>Lists your delivery streams in alphabetical order of their names.</p>\n <p>The number of delivery streams might be too large to return using a single call to\n <code>ListDeliveryStreams</code>. You can limit the number of delivery streams returned,\n using the <code>Limit</code> parameter. To determine whether there are more delivery\n streams to list, check the value of <code>HasMoreDeliveryStreams</code> in the output. If\n there are more delivery streams to list, you can request them by calling this operation\n again and setting the <code>ExclusiveStartDeliveryStreamName</code> parameter to the name\n of the last delivery stream returned in the last call.</p>",
4260+
"smithy.test#smokeTests": [
4261+
{
4262+
"id": "ListDeliveryStreamsSuccess",
4263+
"params": {},
4264+
"vendorParams": {
4265+
"region": "us-west-2"
4266+
},
4267+
"vendorParamsShape": "aws.test#AwsVendorParams",
4268+
"expect": {
4269+
"success": {}
4270+
}
4271+
}
4272+
]
42604273
}
42614274
},
42624275
"com.amazonaws.firehose#ListDeliveryStreamsInput": {

0 commit comments

Comments
 (0)