From 9a35ffe65610e30aaf37449892a151eea3a7ee87 Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 18 Jun 2024 18:21:19 +0000 Subject: [PATCH] feat(client-lightsail): Add v2 smoke tests and smithy smokeTests trait for SDK testing. --- codegen/sdk-codegen/aws-models/lightsail.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/codegen/sdk-codegen/aws-models/lightsail.json b/codegen/sdk-codegen/aws-models/lightsail.json index 2f813c3e2a67..c2c85a9a0b0c 100644 --- a/codegen/sdk-codegen/aws-models/lightsail.json +++ b/codegen/sdk-codegen/aws-models/lightsail.json @@ -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": {