@aws-sdk/client-route-53 3.40.0 → 3.45.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/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/protocols/Aws_restXml.js +8 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/protocols/Aws_restXml.js +21 -13
- package/dist-types/Route53.d.ts +4 -0
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +1 -1
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +5 -1
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetChangeCommand.d.ts +1 -1
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +1 -1
- package/dist-types/commands/GetDNSSECCommand.d.ts +1 -1
- package/dist-types/commands/GetGeoLocationCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +1 -1
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +1 -1
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +1 -1
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +1 -1
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +1 -1
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListHealthChecksCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +1 -1
- package/dist-types/commands/ListHostedZonesCommand.d.ts +1 -1
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -1
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +22 -17
- package/dist-types/ts3.4/models/models_0.d.ts +3 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-route-53
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-route-53
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -68,6 +68,7 @@ const partitionHash = {
|
|
|
68
68
|
"ap-south-1",
|
|
69
69
|
"ap-southeast-1",
|
|
70
70
|
"ap-southeast-2",
|
|
71
|
+
"ap-southeast-3",
|
|
71
72
|
"aws-global",
|
|
72
73
|
"ca-central-1",
|
|
73
74
|
"eu-central-1",
|
|
@@ -136,6 +137,10 @@ const partitionHash = {
|
|
|
136
137
|
hostname: "route53.{region}.c2s.ic.gov",
|
|
137
138
|
tags: [],
|
|
138
139
|
},
|
|
140
|
+
{
|
|
141
|
+
hostname: "route53-fips.{region}.c2s.ic.gov",
|
|
142
|
+
tags: ["fips"],
|
|
143
|
+
},
|
|
139
144
|
],
|
|
140
145
|
endpoint: "aws-iso-global",
|
|
141
146
|
},
|
|
@@ -147,6 +152,10 @@ const partitionHash = {
|
|
|
147
152
|
hostname: "route53.{region}.sc2s.sgov.gov",
|
|
148
153
|
tags: [],
|
|
149
154
|
},
|
|
155
|
+
{
|
|
156
|
+
hostname: "route53-fips.{region}.sc2s.sgov.gov",
|
|
157
|
+
tags: ["fips"],
|
|
158
|
+
},
|
|
150
159
|
],
|
|
151
160
|
endpoint: "aws-iso-b-global",
|
|
152
161
|
},
|
|
@@ -6641,6 +6641,14 @@ const deserializeAws_restXmlUpdateHostedZoneCommentCommandError = async (output,
|
|
|
6641
6641
|
$metadata: deserializeMetadata(output),
|
|
6642
6642
|
};
|
|
6643
6643
|
break;
|
|
6644
|
+
case "PriorRequestNotComplete":
|
|
6645
|
+
case "com.amazonaws.route53#PriorRequestNotComplete":
|
|
6646
|
+
response = {
|
|
6647
|
+
...(await deserializeAws_restXmlPriorRequestNotCompleteResponse(parsedOutput, context)),
|
|
6648
|
+
name: errorCode,
|
|
6649
|
+
$metadata: deserializeMetadata(output),
|
|
6650
|
+
};
|
|
6651
|
+
break;
|
|
6644
6652
|
default:
|
|
6645
6653
|
const parsedBody = parsedOutput.body;
|
|
6646
6654
|
errorCode = parsedBody.Error.code || parsedBody.Error.Code || errorCode;
|
package/dist-es/endpoints.js
CHANGED
|
@@ -66,6 +66,7 @@ var partitionHash = {
|
|
|
66
66
|
"ap-south-1",
|
|
67
67
|
"ap-southeast-1",
|
|
68
68
|
"ap-southeast-2",
|
|
69
|
+
"ap-southeast-3",
|
|
69
70
|
"aws-global",
|
|
70
71
|
"ca-central-1",
|
|
71
72
|
"eu-central-1",
|
|
@@ -134,6 +135,10 @@ var partitionHash = {
|
|
|
134
135
|
hostname: "route53.{region}.c2s.ic.gov",
|
|
135
136
|
tags: [],
|
|
136
137
|
},
|
|
138
|
+
{
|
|
139
|
+
hostname: "route53-fips.{region}.c2s.ic.gov",
|
|
140
|
+
tags: ["fips"],
|
|
141
|
+
},
|
|
137
142
|
],
|
|
138
143
|
endpoint: "aws-iso-global",
|
|
139
144
|
},
|
|
@@ -145,6 +150,10 @@ var partitionHash = {
|
|
|
145
150
|
hostname: "route53.{region}.sc2s.sgov.gov",
|
|
146
151
|
tags: [],
|
|
147
152
|
},
|
|
153
|
+
{
|
|
154
|
+
hostname: "route53-fips.{region}.sc2s.sgov.gov",
|
|
155
|
+
tags: ["fips"],
|
|
156
|
+
},
|
|
148
157
|
],
|
|
149
158
|
endpoint: "aws-iso-b-global",
|
|
150
159
|
},
|
|
@@ -7700,16 +7700,16 @@ export var deserializeAws_restXmlUpdateHostedZoneCommentCommand = function (outp
|
|
|
7700
7700
|
});
|
|
7701
7701
|
}); };
|
|
7702
7702
|
var deserializeAws_restXmlUpdateHostedZoneCommentCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
7703
|
-
var parsedOutput, _a, response, errorCode, _b, _c, _d, parsedBody, message;
|
|
7704
|
-
var
|
|
7705
|
-
return __generator(this, function (
|
|
7706
|
-
switch (
|
|
7703
|
+
var parsedOutput, _a, response, errorCode, _b, _c, _d, _e, parsedBody, message;
|
|
7704
|
+
var _f;
|
|
7705
|
+
return __generator(this, function (_g) {
|
|
7706
|
+
switch (_g.label) {
|
|
7707
7707
|
case 0:
|
|
7708
7708
|
_a = [__assign({}, output)];
|
|
7709
|
-
|
|
7709
|
+
_f = {};
|
|
7710
7710
|
return [4, parseBody(output.body, context)];
|
|
7711
7711
|
case 1:
|
|
7712
|
-
parsedOutput = __assign.apply(void 0, _a.concat([(
|
|
7712
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_f.body = _g.sent(), _f)]));
|
|
7713
7713
|
errorCode = "UnknownError";
|
|
7714
7714
|
errorCode = loadRestXmlErrorCode(output, parsedOutput.body);
|
|
7715
7715
|
_b = errorCode;
|
|
@@ -7718,26 +7718,34 @@ var deserializeAws_restXmlUpdateHostedZoneCommentCommandError = function (output
|
|
|
7718
7718
|
case "com.amazonaws.route53#InvalidInput": return [3, 2];
|
|
7719
7719
|
case "NoSuchHostedZone": return [3, 4];
|
|
7720
7720
|
case "com.amazonaws.route53#NoSuchHostedZone": return [3, 4];
|
|
7721
|
+
case "PriorRequestNotComplete": return [3, 6];
|
|
7722
|
+
case "com.amazonaws.route53#PriorRequestNotComplete": return [3, 6];
|
|
7721
7723
|
}
|
|
7722
|
-
return [3,
|
|
7724
|
+
return [3, 8];
|
|
7723
7725
|
case 2:
|
|
7724
7726
|
_c = [{}];
|
|
7725
7727
|
return [4, deserializeAws_restXmlInvalidInputResponse(parsedOutput, context)];
|
|
7726
7728
|
case 3:
|
|
7727
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(
|
|
7728
|
-
return [3,
|
|
7729
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_g.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
7730
|
+
return [3, 9];
|
|
7729
7731
|
case 4:
|
|
7730
7732
|
_d = [{}];
|
|
7731
7733
|
return [4, deserializeAws_restXmlNoSuchHostedZoneResponse(parsedOutput, context)];
|
|
7732
7734
|
case 5:
|
|
7733
|
-
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(
|
|
7734
|
-
return [3,
|
|
7735
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _d.concat([(_g.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
7736
|
+
return [3, 9];
|
|
7735
7737
|
case 6:
|
|
7738
|
+
_e = [{}];
|
|
7739
|
+
return [4, deserializeAws_restXmlPriorRequestNotCompleteResponse(parsedOutput, context)];
|
|
7740
|
+
case 7:
|
|
7741
|
+
response = __assign.apply(void 0, [__assign.apply(void 0, _e.concat([(_g.sent())])), { name: errorCode, $metadata: deserializeMetadata(output) }]);
|
|
7742
|
+
return [3, 9];
|
|
7743
|
+
case 8:
|
|
7736
7744
|
parsedBody = parsedOutput.body;
|
|
7737
7745
|
errorCode = parsedBody.Error.code || parsedBody.Error.Code || errorCode;
|
|
7738
7746
|
response = __assign(__assign({}, parsedBody.Error), { name: "" + errorCode, message: parsedBody.Error.message || parsedBody.Error.Message || errorCode, $fault: "client", $metadata: deserializeMetadata(output) });
|
|
7739
|
-
|
|
7740
|
-
case
|
|
7747
|
+
_g.label = 9;
|
|
7748
|
+
case 9:
|
|
7741
7749
|
message = response.message || response.Message || errorCode;
|
|
7742
7750
|
response.message = message;
|
|
7743
7751
|
delete response.Message;
|
package/dist-types/Route53.d.ts
CHANGED
|
@@ -561,6 +561,10 @@ export declare class Route53 extends Route53Client {
|
|
|
561
561
|
/**
|
|
562
562
|
* <p>Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it. The KSK must be
|
|
563
563
|
* deactivated before you can delete it regardless of whether the hosted zone is enabled for DNSSEC signing.</p>
|
|
564
|
+
* <p>You can use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeactivateKeySigningKey.html">DeactivateKeySigningKey</a>
|
|
565
|
+
* to deactivate the key before you delete it.</p>
|
|
566
|
+
* <p>Use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetDNSSEC.html">GetDNSSEC</a> to verify that the KSK is in an <code>INACTIVE</code>
|
|
567
|
+
* status.</p>
|
|
564
568
|
*/
|
|
565
569
|
deleteKeySigningKey(args: DeleteKeySigningKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteKeySigningKeyCommandOutput>;
|
|
566
570
|
deleteKeySigningKey(args: DeleteKeySigningKeyCommandInput, cb: (err: any, data?: DeleteKeySigningKeyCommandOutput) => void): void;
|
|
@@ -21,7 +21,7 @@ export interface ActivateKeySigningKeyCommandOutput extends ActivateKeySigningKe
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ActivateKeySigningKeyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ActivateKeySigningKeyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ActivateKeySigningKeyCommand extends $Command<ActivateKeySigningKeyCommandInput, ActivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface AssociateVPCWithHostedZoneCommandOutput extends AssociateVPCWit
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link AssociateVPCWithHostedZoneCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link AssociateVPCWithHostedZoneCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class AssociateVPCWithHostedZoneCommand extends $Command<AssociateVPCWithHostedZoneCommandInput, AssociateVPCWithHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -101,7 +101,7 @@ export interface ChangeResourceRecordSetsCommandOutput extends ChangeResourceRec
|
|
|
101
101
|
*
|
|
102
102
|
* @see {@link ChangeResourceRecordSetsCommandInput} for command's `input` shape.
|
|
103
103
|
* @see {@link ChangeResourceRecordSetsCommandOutput} for command's `response` shape.
|
|
104
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
104
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
105
105
|
*
|
|
106
106
|
*/
|
|
107
107
|
export declare class ChangeResourceRecordSetsCommand extends $Command<ChangeResourceRecordSetsCommandInput, ChangeResourceRecordSetsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ChangeTagsForResourceCommandOutput extends ChangeTagsForResourc
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ChangeTagsForResourceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ChangeTagsForResourceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ChangeTagsForResourceCommand extends $Command<ChangeTagsForResourceCommandInput, ChangeTagsForResourceCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -53,7 +53,7 @@ export interface CreateHealthCheckCommandOutput extends CreateHealthCheckRespons
|
|
|
53
53
|
*
|
|
54
54
|
* @see {@link CreateHealthCheckCommandInput} for command's `input` shape.
|
|
55
55
|
* @see {@link CreateHealthCheckCommandOutput} for command's `response` shape.
|
|
56
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
56
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
export declare class CreateHealthCheckCommand extends $Command<CreateHealthCheckCommandInput, CreateHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -52,7 +52,7 @@ export interface CreateHostedZoneCommandOutput extends CreateHostedZoneResponse,
|
|
|
52
52
|
*
|
|
53
53
|
* @see {@link CreateHostedZoneCommandInput} for command's `input` shape.
|
|
54
54
|
* @see {@link CreateHostedZoneCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
55
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
export declare class CreateHostedZoneCommand extends $Command<CreateHostedZoneCommandInput, CreateHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateKeySigningKeyCommandOutput extends CreateKeySigningKeyRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateKeySigningKeyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateKeySigningKeyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateKeySigningKeyCommand extends $Command<CreateKeySigningKeyCommandInput, CreateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -136,7 +136,7 @@ export interface CreateQueryLoggingConfigCommandOutput extends CreateQueryLoggin
|
|
|
136
136
|
*
|
|
137
137
|
* @see {@link CreateQueryLoggingConfigCommandInput} for command's `input` shape.
|
|
138
138
|
* @see {@link CreateQueryLoggingConfigCommandOutput} for command's `response` shape.
|
|
139
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
139
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
140
140
|
*
|
|
141
141
|
*/
|
|
142
142
|
export declare class CreateQueryLoggingConfigCommand extends $Command<CreateQueryLoggingConfigCommandInput, CreateQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -70,7 +70,7 @@ export interface CreateReusableDelegationSetCommandOutput extends CreateReusable
|
|
|
70
70
|
*
|
|
71
71
|
* @see {@link CreateReusableDelegationSetCommandInput} for command's `input` shape.
|
|
72
72
|
* @see {@link CreateReusableDelegationSetCommandOutput} for command's `response` shape.
|
|
73
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
73
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
export declare class CreateReusableDelegationSetCommand extends $Command<CreateReusableDelegationSetCommandInput, CreateReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateTrafficPolicyCommandOutput extends CreateTrafficPolicyRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateTrafficPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateTrafficPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateTrafficPolicyCommand extends $Command<CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateTrafficPolicyInstanceCommandOutput extends CreateTrafficP
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateTrafficPolicyInstanceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateTrafficPolicyInstanceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateTrafficPolicyInstanceCommand extends $Command<CreateTrafficPolicyInstanceCommandInput, CreateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface CreateTrafficPolicyVersionCommandOutput extends CreateTrafficPo
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link CreateTrafficPolicyVersionCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link CreateTrafficPolicyVersionCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class CreateTrafficPolicyVersionCommand extends $Command<CreateTrafficPolicyVersionCommandInput, CreateTrafficPolicyVersionCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface CreateVPCAssociationAuthorizationCommandOutput extends CreateVP
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link CreateVPCAssociationAuthorizationCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link CreateVPCAssociationAuthorizationCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class CreateVPCAssociationAuthorizationCommand extends $Command<CreateVPCAssociationAuthorizationCommandInput, CreateVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeactivateKeySigningKeyCommandOutput extends DeactivateKeySigni
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeactivateKeySigningKeyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeactivateKeySigningKeyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeactivateKeySigningKeyCommand extends $Command<DeactivateKeySigningKeyCommandInput, DeactivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface DeleteHealthCheckCommandOutput extends DeleteHealthCheckRespons
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link DeleteHealthCheckCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link DeleteHealthCheckCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class DeleteHealthCheckCommand extends $Command<DeleteHealthCheckCommandInput, DeleteHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -58,7 +58,7 @@ export interface DeleteHostedZoneCommandOutput extends DeleteHostedZoneResponse,
|
|
|
58
58
|
*
|
|
59
59
|
* @see {@link DeleteHostedZoneCommandInput} for command's `input` shape.
|
|
60
60
|
* @see {@link DeleteHostedZoneCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
61
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
export declare class DeleteHostedZoneCommand extends $Command<DeleteHostedZoneCommandInput, DeleteHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -9,6 +9,10 @@ export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyRes
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deletes a key-signing key (KSK). Before you can delete a KSK, you must deactivate it. The KSK must be
|
|
11
11
|
* deactivated before you can delete it regardless of whether the hosted zone is enabled for DNSSEC signing.</p>
|
|
12
|
+
* <p>You can use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeactivateKeySigningKey.html">DeactivateKeySigningKey</a>
|
|
13
|
+
* to deactivate the key before you delete it.</p>
|
|
14
|
+
* <p>Use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetDNSSEC.html">GetDNSSEC</a> to verify that the KSK is in an <code>INACTIVE</code>
|
|
15
|
+
* status.</p>
|
|
12
16
|
* @example
|
|
13
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
18
|
* ```javascript
|
|
@@ -21,7 +25,7 @@ export interface DeleteKeySigningKeyCommandOutput extends DeleteKeySigningKeyRes
|
|
|
21
25
|
*
|
|
22
26
|
* @see {@link DeleteKeySigningKeyCommandInput} for command's `input` shape.
|
|
23
27
|
* @see {@link DeleteKeySigningKeyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
25
29
|
*
|
|
26
30
|
*/
|
|
27
31
|
export declare class DeleteKeySigningKeyCommand extends $Command<DeleteKeySigningKeyCommandInput, DeleteKeySigningKeyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DeleteQueryLoggingConfigCommandOutput extends DeleteQueryLoggin
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DeleteQueryLoggingConfigCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DeleteQueryLoggingConfigCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DeleteQueryLoggingConfigCommand extends $Command<DeleteQueryLoggingConfigCommandInput, DeleteQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteReusableDelegationSetCommandOutput extends DeleteReusable
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteReusableDelegationSetCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteReusableDelegationSetCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteReusableDelegationSetCommand extends $Command<DeleteReusableDelegationSetCommandInput, DeleteReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface DeleteTrafficPolicyCommandOutput extends DeleteTrafficPolicyRes
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link DeleteTrafficPolicyCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link DeleteTrafficPolicyCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class DeleteTrafficPolicyCommand extends $Command<DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteTrafficPolicyInstanceCommandOutput extends DeleteTrafficP
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteTrafficPolicyInstanceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteTrafficPolicyInstanceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteTrafficPolicyInstanceCommand extends $Command<DeleteTrafficPolicyInstanceCommandInput, DeleteTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DeleteVPCAssociationAuthorizationCommandOutput extends DeleteVP
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DeleteVPCAssociationAuthorizationCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DeleteVPCAssociationAuthorizationCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DeleteVPCAssociationAuthorizationCommand extends $Command<DeleteVPCAssociationAuthorizationCommandInput, DeleteVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisableHostedZoneDNSSECCommandOutput extends DisableHostedZoneD
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisableHostedZoneDNSSECCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisableHostedZoneDNSSECCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DisableHostedZoneDNSSECCommand extends $Command<DisableHostedZoneDNSSECCommandInput, DisableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface DisassociateVPCFromHostedZoneCommandOutput extends Disassociate
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link DisassociateVPCFromHostedZoneCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link DisassociateVPCFromHostedZoneCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class DisassociateVPCFromHostedZoneCommand extends $Command<DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface EnableHostedZoneDNSSECCommandOutput extends EnableHostedZoneDNS
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link EnableHostedZoneDNSSECCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link EnableHostedZoneDNSSECCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class EnableHostedZoneDNSSECCommand extends $Command<EnableHostedZoneDNSSECCommandInput, EnableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface GetAccountLimitCommandOutput extends GetAccountLimitResponse, _
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link GetAccountLimitCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link GetAccountLimitCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class GetAccountLimitCommand extends $Command<GetAccountLimitCommandInput, GetAccountLimitCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface GetChangeCommandOutput extends GetChangeResponse, __MetadataBea
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link GetChangeCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link GetChangeCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class GetChangeCommand extends $Command<GetChangeCommandInput, GetChangeCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface GetCheckerIpRangesCommandOutput extends GetCheckerIpRangesRespo
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link GetCheckerIpRangesCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link GetCheckerIpRangesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class GetCheckerIpRangesCommand extends $Command<GetCheckerIpRangesCommandInput, GetCheckerIpRangesCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDNSSECCommandOutput extends GetDNSSECResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDNSSECCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDNSSECCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDNSSECCommand extends $Command<GetDNSSECCommandInput, GetDNSSECCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface GetGeoLocationCommandOutput extends GetGeoLocationResponse, __M
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link GetGeoLocationCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link GetGeoLocationCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class GetGeoLocationCommand extends $Command<GetGeoLocationCommandInput, GetGeoLocationCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetHealthCheckCommandOutput extends GetHealthCheckResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetHealthCheckCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetHealthCheckCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetHealthCheckCommand extends $Command<GetHealthCheckCommandInput, GetHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetHealthCheckCountCommandOutput extends GetHealthCheckCountRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetHealthCheckCountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetHealthCheckCountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetHealthCheckCountCommand extends $Command<GetHealthCheckCountCommandInput, GetHealthCheckCountCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetHealthCheckLastFailureReasonCommandOutput extends GetHealthC
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetHealthCheckLastFailureReasonCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetHealthCheckLastFailureReasonCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetHealthCheckLastFailureReasonCommand extends $Command<GetHealthCheckLastFailureReasonCommandInput, GetHealthCheckLastFailureReasonCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetHealthCheckStatusCommandOutput extends GetHealthCheckStatusR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetHealthCheckStatusCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetHealthCheckStatusCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetHealthCheckStatusCommand extends $Command<GetHealthCheckStatusCommandInput, GetHealthCheckStatusCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetHostedZoneCommandOutput extends GetHostedZoneResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetHostedZoneCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetHostedZoneCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetHostedZoneCommand extends $Command<GetHostedZoneCommandInput, GetHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetHostedZoneCountCommandOutput extends GetHostedZoneCountRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetHostedZoneCountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetHostedZoneCountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetHostedZoneCountCommand extends $Command<GetHostedZoneCountCommandInput, GetHostedZoneCountCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetHostedZoneLimitCommandOutput extends GetHostedZoneLimitRespo
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetHostedZoneLimitCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetHostedZoneLimitCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetHostedZoneLimitCommand extends $Command<GetHostedZoneLimitCommandInput, GetHostedZoneLimitCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetQueryLoggingConfigCommandOutput extends GetQueryLoggingConfi
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetQueryLoggingConfigCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetQueryLoggingConfigCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetQueryLoggingConfigCommand extends $Command<GetQueryLoggingConfigCommandInput, GetQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetReusableDelegationSetCommandOutput extends GetReusableDelega
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetReusableDelegationSetCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetReusableDelegationSetCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetReusableDelegationSetCommand extends $Command<GetReusableDelegationSetCommandInput, GetReusableDelegationSetCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetReusableDelegationSetLimitCommandOutput extends GetReusableD
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetReusableDelegationSetLimitCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetReusableDelegationSetLimitCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetReusableDelegationSetLimitCommand extends $Command<GetReusableDelegationSetLimitCommandInput, GetReusableDelegationSetLimitCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetTrafficPolicyCommandOutput extends GetTrafficPolicyResponse,
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetTrafficPolicyCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetTrafficPolicyCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetTrafficPolicyCommand extends $Command<GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetTrafficPolicyInstanceCommandOutput extends GetTrafficPolicyI
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetTrafficPolicyInstanceCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetTrafficPolicyInstanceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetTrafficPolicyInstanceCommand extends $Command<GetTrafficPolicyInstanceCommandInput, GetTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetTrafficPolicyInstanceCountCommandOutput extends GetTrafficPo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetTrafficPolicyInstanceCountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetTrafficPolicyInstanceCountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetTrafficPolicyInstanceCountCommand extends $Command<GetTrafficPolicyInstanceCountCommandInput, GetTrafficPolicyInstanceCountCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListGeoLocationsCommandOutput extends ListGeoLocationsResponse,
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListGeoLocationsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListGeoLocationsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListGeoLocationsCommand extends $Command<ListGeoLocationsCommandInput, ListGeoLocationsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListHealthChecksCommandOutput extends ListHealthChecksResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListHealthChecksCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListHealthChecksCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListHealthChecksCommand extends $Command<ListHealthChecksCommandInput, ListHealthChecksCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -64,7 +64,7 @@ export interface ListHostedZonesByNameCommandOutput extends ListHostedZonesByNam
|
|
|
64
64
|
*
|
|
65
65
|
* @see {@link ListHostedZonesByNameCommandInput} for command's `input` shape.
|
|
66
66
|
* @see {@link ListHostedZonesByNameCommandOutput} for command's `response` shape.
|
|
67
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
67
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListHostedZonesByNameCommand extends $Command<ListHostedZonesByNameCommandInput, ListHostedZonesByNameCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface ListHostedZonesByVPCCommandOutput extends ListHostedZonesByVPCR
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link ListHostedZonesByVPCCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link ListHostedZonesByVPCCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class ListHostedZonesByVPCCommand extends $Command<ListHostedZonesByVPCCommandInput, ListHostedZonesByVPCCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListHostedZonesCommandOutput extends ListHostedZonesResponse, _
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListHostedZonesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListHostedZonesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListHostedZonesCommand extends $Command<ListHostedZonesCommandInput, ListHostedZonesCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ListQueryLoggingConfigsCommandOutput extends ListQueryLoggingCo
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ListQueryLoggingConfigsCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ListQueryLoggingConfigsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ListQueryLoggingConfigsCommand extends $Command<ListQueryLoggingConfigsCommandInput, ListQueryLoggingConfigsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -83,7 +83,7 @@ export interface ListResourceRecordSetsCommandOutput extends ListResourceRecordS
|
|
|
83
83
|
*
|
|
84
84
|
* @see {@link ListResourceRecordSetsCommandInput} for command's `input` shape.
|
|
85
85
|
* @see {@link ListResourceRecordSetsCommandOutput} for command's `response` shape.
|
|
86
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
86
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListResourceRecordSetsCommand extends $Command<ListResourceRecordSetsCommandInput, ListResourceRecordSetsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListReusableDelegationSetsCommandOutput extends ListReusableDel
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListReusableDelegationSetsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListReusableDelegationSetsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListReusableDelegationSetsCommand extends $Command<ListReusableDelegationSetsCommandInput, ListReusableDelegationSetsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourcesCommandOutput extends ListTagsForResourcesR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListTagsForResourcesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListTagsForResourcesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListTagsForResourcesCommand extends $Command<ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface ListTrafficPoliciesCommandOutput extends ListTrafficPoliciesRes
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ListTrafficPoliciesCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ListTrafficPoliciesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class ListTrafficPoliciesCommand extends $Command<ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ListTrafficPolicyInstancesByHostedZoneCommandOutput extends Lis
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ListTrafficPolicyInstancesByHostedZoneCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ListTrafficPolicyInstancesByHostedZoneCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command<ListTrafficPolicyInstancesByHostedZoneCommandInput, ListTrafficPolicyInstancesByHostedZoneCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ListTrafficPolicyInstancesByPolicyCommandOutput extends ListTra
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ListTrafficPolicyInstancesByPolicyCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ListTrafficPolicyInstancesByPolicyCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ListTrafficPolicyInstancesByPolicyCommand extends $Command<ListTrafficPolicyInstancesByPolicyCommandInput, ListTrafficPolicyInstancesByPolicyCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface ListTrafficPolicyInstancesCommandOutput extends ListTrafficPoli
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ListTrafficPolicyInstancesCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ListTrafficPolicyInstancesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class ListTrafficPolicyInstancesCommand extends $Command<ListTrafficPolicyInstancesCommandInput, ListTrafficPolicyInstancesCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListTrafficPolicyVersionsCommandOutput extends ListTrafficPolic
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListTrafficPolicyVersionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListTrafficPolicyVersionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListTrafficPolicyVersionsCommand extends $Command<ListTrafficPolicyVersionsCommandInput, ListTrafficPolicyVersionsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListVPCAssociationAuthorizationsCommandOutput extends ListVPCAs
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListVPCAssociationAuthorizationsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListVPCAssociationAuthorizationsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListVPCAssociationAuthorizationsCommand extends $Command<ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthorizationsCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface TestDNSAnswerCommandOutput extends TestDNSAnswerResponse, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link TestDNSAnswerCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link TestDNSAnswerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class TestDNSAnswerCommand extends $Command<TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateHealthCheckCommandOutput extends UpdateHealthCheckRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateHealthCheckCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateHealthCheckCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateHealthCheckCommand extends $Command<UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateHostedZoneCommentCommandOutput extends UpdateHostedZoneCo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateHostedZoneCommentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateHostedZoneCommentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateHostedZoneCommentCommand extends $Command<UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateTrafficPolicyCommentCommandOutput extends UpdateTrafficPo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateTrafficPolicyCommentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateTrafficPolicyCommentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateTrafficPolicyCommentCommand extends $Command<UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface UpdateTrafficPolicyInstanceCommandOutput extends UpdateTrafficP
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link UpdateTrafficPolicyInstanceCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link UpdateTrafficPolicyInstanceCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link Route53ClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class UpdateTrafficPolicyInstanceCommand extends $Command<UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig> {
|
|
@@ -203,7 +203,7 @@ export declare namespace NoSuchKeySigningKey {
|
|
|
203
203
|
*/
|
|
204
204
|
const filterSensitiveLog: (obj: NoSuchKeySigningKey) => any;
|
|
205
205
|
}
|
|
206
|
-
export declare type CloudWatchRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
|
|
206
|
+
export declare type CloudWatchRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
|
|
207
207
|
/**
|
|
208
208
|
* <p>A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether
|
|
209
209
|
* the specified health check is healthy.</p>
|
|
@@ -616,9 +616,11 @@ export declare namespace AliasTarget {
|
|
|
616
616
|
*/
|
|
617
617
|
const filterSensitiveLog: (obj: AliasTarget) => any;
|
|
618
618
|
}
|
|
619
|
-
export declare type VPCRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "cn-north-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
|
|
619
|
+
export declare type VPCRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
|
|
620
620
|
/**
|
|
621
621
|
* <p>(Private hosted zones only) A complex type that contains information about an Amazon VPC.</p>
|
|
622
|
+
* <p>If you associate a private hosted zone with an Amazon VPC when you make a <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateHostedZone.html">CreateHostedZone</a> request, the following parameters are also
|
|
623
|
+
* required.</p>
|
|
622
624
|
*/
|
|
623
625
|
export interface VPC {
|
|
624
626
|
/**
|
|
@@ -884,7 +886,7 @@ export declare namespace GeoLocation {
|
|
|
884
886
|
*/
|
|
885
887
|
const filterSensitiveLog: (obj: GeoLocation) => any;
|
|
886
888
|
}
|
|
887
|
-
export declare type ResourceRecordSetRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2";
|
|
889
|
+
export declare type ResourceRecordSetRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2";
|
|
888
890
|
/**
|
|
889
891
|
* <p>Information specific to the resource record.</p>
|
|
890
892
|
* <note>
|
|
@@ -2265,7 +2267,10 @@ export interface CreateHostedZoneRequest {
|
|
|
2265
2267
|
Name: string | undefined;
|
|
2266
2268
|
/**
|
|
2267
2269
|
* <p>(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating with this hosted zone.</p>
|
|
2268
|
-
* <p>You can specify only one Amazon VPC when you create a private hosted zone.
|
|
2270
|
+
* <p>You can specify only one Amazon VPC when you create a private hosted zone. If you are associating a VPC with a hosted zone with this request,
|
|
2271
|
+
* the paramaters
|
|
2272
|
+
* <code>VPCId</code> and <code>VPCRegion</code> are also required.</p>
|
|
2273
|
+
* <p>To associate additional Amazon VPCs with the hosted zone,
|
|
2269
2274
|
* use <a href="https://docs.aws.amazon.com/Route53/latest/APIReference/API_AssociateVPCWithHostedZone.html">AssociateVPCWithHostedZone</a>
|
|
2270
2275
|
* after you create a hosted zone.</p>
|
|
2271
2276
|
*/
|
|
@@ -2525,11 +2530,11 @@ export interface CreateKeySigningKeyRequest {
|
|
|
2525
2530
|
*/
|
|
2526
2531
|
HostedZoneId: string | undefined;
|
|
2527
2532
|
/**
|
|
2528
|
-
* <p>The Amazon resource name (ARN) for a customer managed
|
|
2533
|
+
* <p>The Amazon resource name (ARN) for a customer managed key in Key Management Service (KMS).
|
|
2529
2534
|
* The <code>KeyManagementServiceArn</code> must be unique for each key-signing key (KSK) in a single hosted zone.
|
|
2530
2535
|
* To see an example of <code>KeyManagementServiceArn</code> that grants the correct permissions for DNSSEC,
|
|
2531
2536
|
* scroll down to <b>Example</b>. </p>
|
|
2532
|
-
* <p>You must configure the customer managed
|
|
2537
|
+
* <p>You must configure the customer managed customer managed key as follows:</p>
|
|
2533
2538
|
* <dl>
|
|
2534
2539
|
* <dt>Status</dt>
|
|
2535
2540
|
* <dd>
|
|
@@ -2568,7 +2573,7 @@ export interface CreateKeySigningKeyRequest {
|
|
|
2568
2573
|
* </ul>
|
|
2569
2574
|
* </dd>
|
|
2570
2575
|
* </dl>
|
|
2571
|
-
* <p>For more information about working with a customer managed
|
|
2576
|
+
* <p>For more information about working with a customer managed key in KMS, see
|
|
2572
2577
|
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html">Key Management Service concepts</a>.</p>
|
|
2573
2578
|
*/
|
|
2574
2579
|
KeyManagementServiceArn: string | undefined;
|
|
@@ -2600,9 +2605,9 @@ export interface KeySigningKey {
|
|
|
2600
2605
|
*/
|
|
2601
2606
|
Name?: string;
|
|
2602
2607
|
/**
|
|
2603
|
-
* <p>The Amazon resource name (ARN) used to identify the customer managed
|
|
2608
|
+
* <p>The Amazon resource name (ARN) used to identify the customer managed key in Key Management Service (KMS).
|
|
2604
2609
|
* The <code>KmsArn</code> must be unique for each key-signing key (KSK) in a single hosted zone.</p>
|
|
2605
|
-
* <p>You must configure the
|
|
2610
|
+
* <p>You must configure the customer managed key as follows:</p>
|
|
2606
2611
|
* <dl>
|
|
2607
2612
|
* <dt>Status</dt>
|
|
2608
2613
|
* <dd>
|
|
@@ -2641,7 +2646,7 @@ export interface KeySigningKey {
|
|
|
2641
2646
|
* </ul>
|
|
2642
2647
|
* </dd>
|
|
2643
2648
|
* </dl>
|
|
2644
|
-
* <p>For more information about working with the customer managed
|
|
2649
|
+
* <p>For more information about working with the customer managed key in KMS, see
|
|
2645
2650
|
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html">Key Management Service concepts</a>.</p>
|
|
2646
2651
|
*/
|
|
2647
2652
|
KmsArn?: string;
|
|
@@ -2714,8 +2719,8 @@ export interface KeySigningKey {
|
|
|
2714
2719
|
* <dt>ACTION_NEEDED</dt>
|
|
2715
2720
|
* <dd>
|
|
2716
2721
|
* <p>There is a problem with the KSK that requires you to take action to resolve.
|
|
2717
|
-
*
|
|
2718
|
-
*
|
|
2722
|
+
* For example, the customer managed key might have been deleted, or the
|
|
2723
|
+
* permissions for the customer managed key might have been changed.</p>
|
|
2719
2724
|
* </dd>
|
|
2720
2725
|
* <dt>INTERNAL_FAILURE</dt>
|
|
2721
2726
|
* <dd>
|
|
@@ -2800,7 +2805,7 @@ export declare namespace InvalidKeySigningKeyName {
|
|
|
2800
2805
|
const filterSensitiveLog: (obj: InvalidKeySigningKeyName) => any;
|
|
2801
2806
|
}
|
|
2802
2807
|
/**
|
|
2803
|
-
* <p>You've already created a key-signing key (KSK) with this name or with the same customer managed
|
|
2808
|
+
* <p>You've already created a key-signing key (KSK) with this name or with the same customer managed key ARN.</p>
|
|
2804
2809
|
*/
|
|
2805
2810
|
export interface KeySigningKeyAlreadyExists extends __SmithyException, $MetadataBearer {
|
|
2806
2811
|
name: "KeySigningKeyAlreadyExists";
|
|
@@ -4222,8 +4227,8 @@ export interface DNSSECStatus {
|
|
|
4222
4227
|
* <dt>ACTION_NEEDED</dt>
|
|
4223
4228
|
* <dd>
|
|
4224
4229
|
* <p>There is a problem with signing in the hosted zone that requires you to take action to resolve.
|
|
4225
|
-
* For example, the customer managed
|
|
4226
|
-
* permissions for the customer managed
|
|
4230
|
+
* For example, the customer managed key might have been deleted, or the
|
|
4231
|
+
* permissions for the customer managed key might have been changed.</p>
|
|
4227
4232
|
* </dd>
|
|
4228
4233
|
* <dt>INTERNAL_FAILURE</dt>
|
|
4229
4234
|
* <dd>
|
|
@@ -6539,8 +6544,8 @@ export interface UpdateHealthCheckRequest {
|
|
|
6539
6544
|
* </li>
|
|
6540
6545
|
* <li>
|
|
6541
6546
|
* <p>
|
|
6542
|
-
* <code>LastKnownStatus</code>: Route 53 uses the status of the health check from the last time CloudWatch had sufficient data
|
|
6543
|
-
* to determine the alarm state. For new health checks that have no last known status, the
|
|
6547
|
+
* <code>LastKnownStatus</code>: By default, Route 53 uses the status of the health check from the last time CloudWatch had sufficient data
|
|
6548
|
+
* to determine the alarm state. For new health checks that have no last known status, the status for the health check is healthy.</p>
|
|
6544
6549
|
* </li>
|
|
6545
6550
|
* </ul>
|
|
6546
6551
|
*/
|
|
@@ -107,7 +107,7 @@ export declare namespace NoSuchKeySigningKey {
|
|
|
107
107
|
|
|
108
108
|
const filterSensitiveLog: (obj: NoSuchKeySigningKey) => any;
|
|
109
109
|
}
|
|
110
|
-
export declare type CloudWatchRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
|
|
110
|
+
export declare type CloudWatchRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
|
|
111
111
|
|
|
112
112
|
export interface AlarmIdentifier {
|
|
113
113
|
|
|
@@ -132,7 +132,7 @@ export declare namespace AliasTarget {
|
|
|
132
132
|
|
|
133
133
|
const filterSensitiveLog: (obj: AliasTarget) => any;
|
|
134
134
|
}
|
|
135
|
-
export declare type VPCRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "cn-north-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
|
|
135
|
+
export declare type VPCRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-iso-east-1" | "us-iso-west-1" | "us-isob-east-1" | "us-west-1" | "us-west-2";
|
|
136
136
|
|
|
137
137
|
export interface VPC {
|
|
138
138
|
|
|
@@ -256,7 +256,7 @@ export declare namespace GeoLocation {
|
|
|
256
256
|
|
|
257
257
|
const filterSensitiveLog: (obj: GeoLocation) => any;
|
|
258
258
|
}
|
|
259
|
-
export declare type ResourceRecordSetRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2";
|
|
259
|
+
export declare type ResourceRecordSetRegion = "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2";
|
|
260
260
|
|
|
261
261
|
export interface ResourceRecord {
|
|
262
262
|
|
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.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-sdk-route53": "3.40.0",
|
|
35
35
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
37
37
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
38
38
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
43
43
|
"@aws-sdk/types": "3.40.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.40.0",
|
|
45
45
|
"@aws-sdk/util-base64-browser": "3.37.0",
|