From f397a80ff8db1f2065e884c3e2baf58036516c11 Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 14 Jun 2024 18:20:31 +0000 Subject: [PATCH] feat(client-route-53-domains): Add v2 smoke tests and smithy smokeTests trait for SDK testing. --- .../aws-models/route-53-domains.json | 32 +++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/codegen/sdk-codegen/aws-models/route-53-domains.json b/codegen/sdk-codegen/aws-models/route-53-domains.json index 38b846e5895a..3c3be7d610b6 100644 --- a/codegen/sdk-codegen/aws-models/route-53-domains.json +++ b/codegen/sdk-codegen/aws-models/route-53-domains.json @@ -3235,7 +3235,22 @@ } ], "traits": { - "smithy.api#documentation": "

This operation returns detailed information about a specified domain that is\n\t\t\tassociated with the current Amazon Web Services account. Contact information for the\n\t\t\tdomain is also returned as part of the output.

" + "smithy.api#documentation": "

This operation returns detailed information about a specified domain that is\n\t\t\tassociated with the current Amazon Web Services account. Contact information for the\n\t\t\tdomain is also returned as part of the output.

", + "smithy.test#smokeTests": [ + { + "id": "GetDomainDetailFailure", + "params": { + "DomainName": "fake-domain-name" + }, + "vendorParams": { + "region": "us-east-1" + }, + "vendorParamsShape": "aws.test#AwsVendorParams", + "expect": { + "failure": {} + } + } + ] } }, "com.amazonaws.route53domains#GetDomainDetailRequest": { @@ -3649,7 +3664,20 @@ "outputToken": "NextPageMarker", "items": "Domains", "pageSize": "MaxItems" - } + }, + "smithy.test#smokeTests": [ + { + "id": "ListDomainsSuccess", + "params": {}, + "vendorParams": { + "region": "us-east-1" + }, + "vendorParamsShape": "aws.test#AwsVendorParams", + "expect": { + "success": {} + } + } + ] } }, "com.amazonaws.route53domains#ListDomainsAttributeName": {