We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404a00a commit f727d58Copy full SHA for f727d58
codegen/sdk-codegen/aws-models/iot-data-plane.json
@@ -273,7 +273,23 @@
273
"method": "GET",
274
"uri": "/things/{thingName}/shadow",
275
"code": 200
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
+ ]
293
}
294
},
295
"com.amazonaws.iotdataplane#GetThingShadowRequest": {
0 commit comments