Skip to content

Commit

Permalink
feat(client-lightsail): Add v2 smoke tests and smithy smokeTests trai…
Browse files Browse the repository at this point in the history
…t for SDK testing.
  • Loading branch information
awstools committed Jun 18, 2024
1 parent 1bf87e3 commit 9a35ffe
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/lightsail.json
Original file line number Diff line number Diff line change
Expand Up @@ -8637,7 +8637,20 @@
"method": "POST",
"uri": "/ls/api/2016-11-28/GetActiveNames",
"code": 200
}
},
"smithy.test#smokeTests": [
{
"id": "GetActiveNamesSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.lightsail#GetActiveNamesRequest": {
Expand Down

0 comments on commit 9a35ffe

Please sign in to comment.