@aws-sdk/client-route-53 3.502.0 → 3.503.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1193,9 +1193,9 @@ export interface Coordinates {
|
|
|
1193
1193
|
}
|
|
1194
1194
|
/**
|
|
1195
1195
|
* @public
|
|
1196
|
-
* <p> (Resource record sets only): A complex type that lets you
|
|
1197
|
-
*
|
|
1198
|
-
*
|
|
1196
|
+
* <p> (Resource record sets only): A complex type that lets you specify where your resources are
|
|
1197
|
+
* located. Only one of <code>LocalZoneGroup</code>, <code>Coordinates</code>, or
|
|
1198
|
+
* <code>Amazon Web ServicesRegion</code> is allowed per request at a time.</p>
|
|
1199
1199
|
* <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
|
|
1200
1200
|
* <i>Amazon Route 53 Developer Guide</i>.</p>
|
|
1201
1201
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.503.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
23
|
"@aws-sdk/client-sts": "3.502.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.503.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.502.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.502.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.502.0",
|