Skip to content

Commit 8edb9b5

Browse files
author
awstools
committedJan 30, 2024
docs(client-route-53): Update the SDKs for text changes in the APIs.
1 parent 4a6c458 commit 8edb9b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎clients/client-route-53/src/models/models_0.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1375,9 +1375,9 @@ export interface Coordinates {
13751375

13761376
/**
13771377
* @public
1378-
* <p> (Resource record sets only): A complex type that lets you control how Amazon Route 53
1379-
* responds to DNS queries based on the geographic origin of the query and your resources.
1380-
* Only one of , <code>LocalZoneGroup</code>, <code>Coordinates</code>, or <code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p>
1378+
* <p> (Resource record sets only): A complex type that lets you specify where your resources are
1379+
* located. Only one of <code>LocalZoneGroup</code>, <code>Coordinates</code>, or
1380+
* <code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p>
13811381
* <p>For more information about geoproximity routing, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geoproximity.html">Geoproximity routing</a> in the
13821382
* <i>Amazon Route 53 Developer Guide</i>.</p>
13831383
*/

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5794,7 +5794,7 @@
57945794
}
57955795
},
57965796
"traits": {
5797-
"smithy.api#documentation": "<p> (Resource record sets only): A complex type that lets you control how Amazon Route 53\n\t\t\tresponds to DNS queries based on the geographic origin of the query and your resources.\n\t\t\tOnly one of , <code>LocalZoneGroup</code>, <code>Coordinates</code>, or <code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p>\n <p>For more information about geoproximity routing, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geoproximity.html\">Geoproximity routing</a> in the\n\t\t\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>"
5797+
"smithy.api#documentation": "<p> (Resource record sets only): A complex type that lets you specify where your resources are\n\t\t\tlocated. Only one of <code>LocalZoneGroup</code>, <code>Coordinates</code>, or\n\t\t\t\t\t<code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p>\n <p>For more information about geoproximity routing, see <a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geoproximity.html\">Geoproximity routing</a> in the\n\t\t\t\t\t<i>Amazon Route 53 Developer Guide</i>.</p>"
57985798
}
57995799
},
58005800
"com.amazonaws.route53#GetAccountLimit": {

0 commit comments

Comments
 (0)
Please sign in to comment.