Skip to content

Commit 9a35ffe

Browse files
author
awstools
committed
feat(client-lightsail): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 1bf87e3 commit 9a35ffe

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8637,7 +8637,20 @@
86378637
"method": "POST",
86388638
"uri": "/ls/api/2016-11-28/GetActiveNames",
86398639
"code": 200
8640-
}
8640+
},
8641+
"smithy.test#smokeTests": [
8642+
{
8643+
"id": "GetActiveNamesSuccess",
8644+
"params": {},
8645+
"vendorParams": {
8646+
"region": "us-west-2"
8647+
},
8648+
"vendorParamsShape": "aws.test#AwsVendorParams",
8649+
"expect": {
8650+
"success": {}
8651+
}
8652+
}
8653+
]
86418654
}
86428655
},
86438656
"com.amazonaws.lightsail#GetActiveNamesRequest": {

0 commit comments

Comments
 (0)