Skip to content

Commit

Permalink
docs(client-route-53-domains): Fixed typos in description fields
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 21, 2023
1 parent 89bdf1a commit be667e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clients/client-route-53-domains/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ export interface DomainTransferability {
* </dd>
* <dt>DOMAIN_IN_ANOTHER_ACCOUNT</dt>
* <dd>
* <p> The domain exists in another Amazon Web Services account.</p>
* <p> the domain exists in another Amazon Web Services account.</p>
* </dd>
* <dt>PREMIUM_DOMAIN</dt>
* <dd>
Expand Down Expand Up @@ -2954,7 +2954,7 @@ export interface ListOperationsRequest {

/**
* @public
* <p> The sort order ofr returned values, either ascending or descending. </p>
* <p> The sort order for returned values, either ascending or descending. </p>
*/
SortOrder?: SortOrder | string;
}
Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/route-53-domains.json
Original file line number Diff line number Diff line change
Expand Up @@ -3764,7 +3764,7 @@
"SortOrder": {
"target": "com.amazonaws.route53domains#SortOrder",
"traits": {
"smithy.api#documentation": "<p> The sort order ofr returned values, either ascending or descending. </p>"
"smithy.api#documentation": "<p> The sort order for returned values, either ascending or descending. </p>"
}
}
},
Expand Down Expand Up @@ -5949,7 +5949,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Whether the domain name can be transferred to Route 53.</p>\n <note>\n <p>You can transfer only domains that have a value of <code>TRANSFERABLE</code> or\n\t\t\t\t\t<code>Transferable</code>.</p>\n </note>\n <p>Valid values:</p>\n <dl>\n <dt>TRANSFERABLE</dt>\n <dd>\n <p>The domain name can be transferred to Route 53.</p>\n </dd>\n <dt>UNTRANSFERRABLE</dt>\n <dd>\n <p>The domain name can't be transferred to Route 53.</p>\n </dd>\n <dt>DONT_KNOW</dt>\n <dd>\n <p>Reserved for future use.</p>\n </dd>\n <dt>DOMAIN_IN_OWN_ACCOUNT</dt>\n <dd>\n <p>The domain already exists in the current Amazon Web Services account.</p>\n </dd>\n <dt>DOMAIN_IN_ANOTHER_ACCOUNT</dt>\n <dd>\n <p> The domain exists in another Amazon Web Services account.</p>\n </dd>\n <dt>PREMIUM_DOMAIN</dt>\n <dd>\n <p>Premium domain transfer is not supported.</p>\n </dd>\n </dl>"
"smithy.api#documentation": "<p>Whether the domain name can be transferred to Route 53.</p>\n <note>\n <p>You can transfer only domains that have a value of <code>TRANSFERABLE</code> or\n\t\t\t\t\t<code>Transferable</code>.</p>\n </note>\n <p>Valid values:</p>\n <dl>\n <dt>TRANSFERABLE</dt>\n <dd>\n <p>The domain name can be transferred to Route 53.</p>\n </dd>\n <dt>UNTRANSFERRABLE</dt>\n <dd>\n <p>The domain name can't be transferred to Route 53.</p>\n </dd>\n <dt>DONT_KNOW</dt>\n <dd>\n <p>Reserved for future use.</p>\n </dd>\n <dt>DOMAIN_IN_OWN_ACCOUNT</dt>\n <dd>\n <p>The domain already exists in the current Amazon Web Services account.</p>\n </dd>\n <dt>DOMAIN_IN_ANOTHER_ACCOUNT</dt>\n <dd>\n <p> the domain exists in another Amazon Web Services account.</p>\n </dd>\n <dt>PREMIUM_DOMAIN</dt>\n <dd>\n <p>Premium domain transfer is not supported.</p>\n </dd>\n </dl>"
}
},
"com.amazonaws.route53domains#UnsupportedTLD": {
Expand Down

0 comments on commit be667e9

Please sign in to comment.