Skip to content

Commit

Permalink
feat(client-iot-data-plane): Add v2 smoke tests and smithy smokeTests…
Browse files Browse the repository at this point in the history
… trait for SDK testing.
  • Loading branch information
awstools committed Oct 4, 2024
1 parent 404a00a commit f727d58
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion codegen/sdk-codegen/aws-models/iot-data-plane.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,23 @@
"method": "GET",
"uri": "/things/{thingName}/shadow",
"code": 200
}
},
"smithy.test#smokeTests": [
{
"id": "GetThingShadowFailure",
"params": {
"thingName": "fake-thing"
},
"vendorParams": {
"region": "us-west-2",
"uri": "https://data-ats.iot.us-west-2.amazonaws.com"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"failure": {}
}
}
]
}
},
"com.amazonaws.iotdataplane#GetThingShadowRequest": {
Expand Down

0 comments on commit f727d58

Please sign in to comment.