Skip to content

Commit

Permalink
feat(client-route-53-domains): Add v2 smoke tests and smithy smokeTes…
Browse files Browse the repository at this point in the history
…ts trait for SDK testing.
  • Loading branch information
awstools committed Jun 14, 2024
1 parent 227e399 commit f397a80
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions codegen/sdk-codegen/aws-models/route-53-domains.json
Original file line number Diff line number Diff line change
Expand Up @@ -3235,7 +3235,22 @@
}
],
"traits": {
"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>"
"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>",
"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": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit f397a80

Please sign in to comment.