Skip to content

Commit f397a80

Browse files
author
awstools
committed
feat(client-route-53-domains): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 227e399 commit f397a80

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

codegen/sdk-codegen/aws-models/route-53-domains.json

+30-2
Original file line numberDiff line numberDiff line change
@@ -3235,7 +3235,22 @@
32353235
}
32363236
],
32373237
"traits": {
3238-
"smithy.api#documentation": "<p>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.</p>"
3238+
"smithy.api#documentation": "<p>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.</p>",
3239+
"smithy.test#smokeTests": [
3240+
{
3241+
"id": "GetDomainDetailFailure",
3242+
"params": {
3243+
"DomainName": "fake-domain-name"
3244+
},
3245+
"vendorParams": {
3246+
"region": "us-east-1"
3247+
},
3248+
"vendorParamsShape": "aws.test#AwsVendorParams",
3249+
"expect": {
3250+
"failure": {}
3251+
}
3252+
}
3253+
]
32393254
}
32403255
},
32413256
"com.amazonaws.route53domains#GetDomainDetailRequest": {
@@ -3649,7 +3664,20 @@
36493664
"outputToken": "NextPageMarker",
36503665
"items": "Domains",
36513666
"pageSize": "MaxItems"
3652-
}
3667+
},
3668+
"smithy.test#smokeTests": [
3669+
{
3670+
"id": "ListDomainsSuccess",
3671+
"params": {},
3672+
"vendorParams": {
3673+
"region": "us-east-1"
3674+
},
3675+
"vendorParamsShape": "aws.test#AwsVendorParams",
3676+
"expect": {
3677+
"success": {}
3678+
}
3679+
}
3680+
]
36533681
}
36543682
},
36553683
"com.amazonaws.route53domains#ListDomainsAttributeName": {

0 commit comments

Comments
 (0)