@aws-sdk/client-route-53 3.946.0 → 3.947.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.
|
@@ -1794,7 +1794,6 @@ export var VPCAssociationAuthorizationNotFound = [
|
|
|
1794
1794
|
TypeRegistry.for(n0).registerError(VPCAssociationAuthorizationNotFound, __VPCAssociationAuthorizationNotFound);
|
|
1795
1795
|
export var VPCAssociationNotFound = [-3, n0, _VPCANF, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1796
1796
|
TypeRegistry.for(n0).registerError(VPCAssociationNotFound, __VPCAssociationNotFound);
|
|
1797
|
-
export var __Unit = "unit";
|
|
1798
1797
|
export var Route53ServiceException = [-3, _sm, "Route53ServiceException", 0, [], []];
|
|
1799
1798
|
TypeRegistry.for(_sm).registerError(Route53ServiceException, __Route53ServiceException);
|
|
1800
1799
|
export var Changes = [1, n0, _Cha, 0, [() => Change, { [_xN]: _Ch }]];
|
|
@@ -253,7 +253,6 @@ export declare var UpdateTrafficPolicyInstanceResponse: StaticStructureSchema;
|
|
|
253
253
|
export declare var VPC: StaticStructureSchema;
|
|
254
254
|
export declare var VPCAssociationAuthorizationNotFound: StaticErrorSchema;
|
|
255
255
|
export declare var VPCAssociationNotFound: StaticErrorSchema;
|
|
256
|
-
export declare var __Unit: "unit";
|
|
257
256
|
export declare var Route53ServiceException: StaticErrorSchema;
|
|
258
257
|
export declare var Changes: StaticListSchema;
|
|
259
258
|
export declare var CheckerIpRanges: number;
|
|
@@ -258,7 +258,6 @@ export declare var UpdateTrafficPolicyInstanceResponse: StaticStructureSchema;
|
|
|
258
258
|
export declare var VPC: StaticStructureSchema;
|
|
259
259
|
export declare var VPCAssociationAuthorizationNotFound: StaticErrorSchema;
|
|
260
260
|
export declare var VPCAssociationNotFound: StaticErrorSchema;
|
|
261
|
-
export declare var __Unit: "unit";
|
|
262
261
|
export declare var Route53ServiceException: StaticErrorSchema;
|
|
263
262
|
export declare var Changes: StaticListSchema;
|
|
264
263
|
export declare var CheckerIpRanges: number;
|
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.947.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",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.947.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.947.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
29
29
|
"@aws-sdk/middleware-sdk-route53": "3.936.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.947.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
32
32
|
"@aws-sdk/types": "3.936.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.947.0",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.3",
|
|
37
37
|
"@smithy/core": "^3.18.7",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.3.6",
|