@aws-sdk/client-route-53 3.774.0 → 3.777.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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/Route53Client.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +1 -0
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +13 -13
- package/dist-types/commands/ChangeCidrCollectionCommand.d.ts +1 -0
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +388 -397
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +14 -11
- package/dist-types/commands/CreateCidrCollectionCommand.d.ts +1 -0
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +1 -0
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +1 -0
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +1 -0
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +1 -0
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +1 -0
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +1 -0
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCidrCollectionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +1 -0
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +1 -0
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +1 -0
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +1 -0
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountLimitCommand.d.ts +1 -0
- package/dist-types/commands/GetChangeCommand.d.ts +1 -0
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +1 -0
- package/dist-types/commands/GetDNSSECCommand.d.ts +1 -0
- package/dist-types/commands/GetGeoLocationCommand.d.ts +1 -0
- package/dist-types/commands/GetHealthCheckCommand.d.ts +1 -0
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +1 -0
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +1 -0
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetHostedZoneCommand.d.ts +13 -13
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +1 -0
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +1 -0
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +1 -0
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +1 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +1 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +1 -0
- package/dist-types/commands/ListCidrBlocksCommand.d.ts +1 -0
- package/dist-types/commands/ListCidrCollectionsCommand.d.ts +1 -0
- package/dist-types/commands/ListCidrLocationsCommand.d.ts +1 -0
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +1 -0
- package/dist-types/commands/ListHealthChecksCommand.d.ts +1 -0
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +1 -0
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +1 -0
- package/dist-types/commands/ListHostedZonesCommand.d.ts +1 -0
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +1 -0
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +1 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +1 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +1 -0
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +1 -0
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -0
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +1 -0
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +1 -0
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +1 -0
- package/package.json +36 -36
|
@@ -76,6 +76,7 @@ declare const ListTrafficPolicyVersionsCommand_base: {
|
|
|
76
76
|
* @throws {@link Route53ServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListTrafficPolicyVersionsCommand extends ListTrafficPolicyVersionsCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListVPCAssociationAuthorizationsCommand_base: {
|
|
|
77
77
|
* @throws {@link Route53ServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListVPCAssociationAuthorizationsCommand extends ListVPCAssociationAuthorizationsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const TestDNSAnswerCommand_base: {
|
|
|
81
81
|
* @throws {@link Route53ServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class TestDNSAnswerCommand extends TestDNSAnswerCommand_base {
|
|
@@ -142,6 +142,7 @@ declare const UpdateHealthCheckCommand_base: {
|
|
|
142
142
|
* @throws {@link Route53ServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
144
144
|
*
|
|
145
|
+
*
|
|
145
146
|
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class UpdateHealthCheckCommand extends UpdateHealthCheckCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const UpdateHostedZoneCommentCommand_base: {
|
|
|
81
81
|
* @throws {@link Route53ServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class UpdateHostedZoneCommentCommand extends UpdateHostedZoneCommentCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const UpdateTrafficPolicyCommentCommand_base: {
|
|
|
73
73
|
* @throws {@link Route53ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateTrafficPolicyCommentCommand extends UpdateTrafficPolicyCommentCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const UpdateTrafficPolicyInstanceCommand_base: {
|
|
|
117
117
|
* @throws {@link Route53ServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class UpdateTrafficPolicyInstanceCommand extends UpdateTrafficPolicyInstanceCommand_base {
|
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.777.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",
|
|
@@ -20,45 +20,45 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-sdk-route53": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@aws-sdk/xml-builder": "3.
|
|
36
|
-
"@smithy/config-resolver": "^4.0
|
|
37
|
-
"@smithy/core": "^3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
39
|
-
"@smithy/hash-node": "^4.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
43
|
-
"@smithy/middleware-retry": "^4.0
|
|
44
|
-
"@smithy/middleware-serde": "^4.0.
|
|
45
|
-
"@smithy/middleware-stack": "^4.0.
|
|
46
|
-
"@smithy/node-config-provider": "^4.0.
|
|
47
|
-
"@smithy/node-http-handler": "^4.0.
|
|
48
|
-
"@smithy/protocol-http": "^5.0
|
|
49
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
-
"@smithy/types": "^4.
|
|
51
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.775.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
+
"@aws-sdk/middleware-sdk-route53": "3.775.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
31
|
+
"@aws-sdk/types": "3.775.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
35
|
+
"@aws-sdk/xml-builder": "3.775.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
37
|
+
"@smithy/core": "^3.2.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
39
|
+
"@smithy/hash-node": "^4.0.2",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
48
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
50
|
+
"@smithy/types": "^4.2.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.2",
|
|
52
52
|
"@smithy/util-base64": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
57
|
-
"@smithy/util-endpoints": "^3.0.
|
|
58
|
-
"@smithy/util-middleware": "^4.0.
|
|
59
|
-
"@smithy/util-retry": "^4.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
59
|
+
"@smithy/util-retry": "^4.0.2",
|
|
60
60
|
"@smithy/util-utf8": "^4.0.0",
|
|
61
|
-
"@smithy/util-waiter": "^4.0.
|
|
61
|
+
"@smithy/util-waiter": "^4.0.3",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|