Skip to content

Commit f727d58

Browse files
author
awstools
committed
feat(client-iot-data-plane): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 404a00a commit f727d58

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

codegen/sdk-codegen/aws-models/iot-data-plane.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,23 @@
273273
"method": "GET",
274274
"uri": "/things/{thingName}/shadow",
275275
"code": 200
276-
}
276+
},
277+
"smithy.test#smokeTests": [
278+
{
279+
"id": "GetThingShadowFailure",
280+
"params": {
281+
"thingName": "fake-thing"
282+
},
283+
"vendorParams": {
284+
"region": "us-west-2",
285+
"uri": "https://data-ats.iot.us-west-2.amazonaws.com"
286+
},
287+
"vendorParamsShape": "aws.test#AwsVendorParams",
288+
"expect": {
289+
"failure": {}
290+
}
291+
}
292+
]
277293
}
278294
},
279295
"com.amazonaws.iotdataplane#GetThingShadowRequest": {

0 commit comments

Comments
 (0)