@aws-sdk/client-route-53 3.936.0 → 3.940.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/README.md +8 -0
- package/dist-cjs/index.js +60 -4
- package/dist-es/Route53.js +2 -0
- package/dist-es/commands/UpdateHostedZoneFeaturesCommand.js +17 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +10 -0
- package/dist-es/schemas/schemas_0.js +35 -4
- package/dist-types/Route53.d.ts +7 -0
- package/dist-types/Route53Client.d.ts +3 -2
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +6 -0
- package/dist-types/commands/GetHostedZoneCommand.d.ts +6 -0
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +6 -0
- package/dist-types/commands/ListHostedZonesCommand.d.ts +6 -0
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +6 -0
- package/dist-types/commands/UpdateHostedZoneFeaturesCommand.d.ts +92 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +64 -3
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/Route53.d.ts +17 -0
- package/dist-types/ts3.4/Route53Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -762,6 +762,14 @@ UpdateHostedZoneComment
|
|
|
762
762
|
|
|
763
763
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route-53/command/UpdateHostedZoneCommentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route-53/Interface/UpdateHostedZoneCommentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route-53/Interface/UpdateHostedZoneCommentCommandOutput/)
|
|
764
764
|
|
|
765
|
+
</details>
|
|
766
|
+
<details>
|
|
767
|
+
<summary>
|
|
768
|
+
UpdateHostedZoneFeatures
|
|
769
|
+
</summary>
|
|
770
|
+
|
|
771
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/route-53/command/UpdateHostedZoneFeaturesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route-53/Interface/UpdateHostedZoneFeaturesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-route-53/Interface/UpdateHostedZoneFeaturesCommandOutput/)
|
|
772
|
+
|
|
765
773
|
</details>
|
|
766
774
|
<details>
|
|
767
775
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -968,6 +968,8 @@ const _AKSK = "ActivateKeySigningKey";
|
|
|
968
968
|
const _AKSKR = "ActivateKeySigningKeyRequest";
|
|
969
969
|
const _AKSKRc = "ActivateKeySigningKeyResponse";
|
|
970
970
|
const _AL = "AccountLimit";
|
|
971
|
+
const _AR = "AcceleratedRecovery";
|
|
972
|
+
const _ARS = "AcceleratedRecoveryStatus";
|
|
971
973
|
const _AT = "AliasTarget";
|
|
972
974
|
const _ATd = "AddTags";
|
|
973
975
|
const _AVPCWHZ = "AssociateVPCWithHostedZone";
|
|
@@ -1120,6 +1122,7 @@ const _De = "Description";
|
|
|
1120
1122
|
const _Di = "Dimension";
|
|
1121
1123
|
const _Dis = "Disabled";
|
|
1122
1124
|
const _Do = "Document";
|
|
1125
|
+
const _EAR = "EnableAcceleratedRecovery";
|
|
1123
1126
|
const _EDNSCSIP = "EDNS0ClientSubnetIP";
|
|
1124
1127
|
const _EDNSCSM = "EDNS0ClientSubnetMask";
|
|
1125
1128
|
const _EHZDNSSEC = "EnableHostedZoneDNSSEC";
|
|
@@ -1129,10 +1132,12 @@ const _EM = "ErrorMessages";
|
|
|
1129
1132
|
const _EP = "EvaluationPeriods";
|
|
1130
1133
|
const _ESNI = "EnableSNI";
|
|
1131
1134
|
const _ETH = "EvaluateTargetHealth";
|
|
1132
|
-
const _F = "
|
|
1135
|
+
const _F = "Features";
|
|
1133
1136
|
const _FQDN = "FullyQualifiedDomainName";
|
|
1137
|
+
const _FR = "FailureReasons";
|
|
1134
1138
|
const _FT = "FailureThreshold";
|
|
1135
1139
|
const _Fa = "Failover";
|
|
1140
|
+
const _Fl = "Flag";
|
|
1136
1141
|
const _GAL = "GetAccountLimit";
|
|
1137
1142
|
const _GALR = "GetAccountLimitRequest";
|
|
1138
1143
|
const _GALRe = "GetAccountLimitResponse";
|
|
@@ -1208,6 +1213,8 @@ const _HZ = "HostedZone";
|
|
|
1208
1213
|
const _HZAE = "HostedZoneAlreadyExists";
|
|
1209
1214
|
const _HZC = "HostedZoneConfig";
|
|
1210
1215
|
const _HZCo = "HostedZoneCount";
|
|
1216
|
+
const _HZF = "HostedZoneFeatures";
|
|
1217
|
+
const _HZFR = "HostedZoneFailureReasons";
|
|
1211
1218
|
const _HZI = "HostedZoneId";
|
|
1212
1219
|
const _HZIM = "HostedZoneIdMarker";
|
|
1213
1220
|
const _HZL = "HostedZoneLimit";
|
|
@@ -1457,6 +1464,9 @@ const _UHCRp = "UpdateHealthCheckResponse";
|
|
|
1457
1464
|
const _UHZC = "UpdateHostedZoneComment";
|
|
1458
1465
|
const _UHZCR = "UpdateHostedZoneCommentRequest";
|
|
1459
1466
|
const _UHZCRp = "UpdateHostedZoneCommentResponse";
|
|
1467
|
+
const _UHZF = "UpdateHostedZoneFeatures";
|
|
1468
|
+
const _UHZFR = "UpdateHostedZoneFeaturesRequest";
|
|
1469
|
+
const _UHZFRp = "UpdateHostedZoneFeaturesResponse";
|
|
1460
1470
|
const _UTPC = "UpdateTrafficPolicyComment";
|
|
1461
1471
|
const _UTPCR = "UpdateTrafficPolicyCommentRequest";
|
|
1462
1472
|
const _UTPCRp = "UpdateTrafficPolicyCommentResponse";
|
|
@@ -2290,8 +2300,8 @@ var HostedZone = [
|
|
|
2290
2300
|
n0,
|
|
2291
2301
|
_HZ,
|
|
2292
2302
|
0,
|
|
2293
|
-
[_I, _N, _CR, _Con, _RRSC, _LS],
|
|
2294
|
-
[0, 0, 0, () => HostedZoneConfig, 1, () => LinkedService],
|
|
2303
|
+
[_I, _N, _CR, _Con, _RRSC, _LS, _F],
|
|
2304
|
+
[0, 0, 0, () => HostedZoneConfig, 1, () => LinkedService, () => HostedZoneFeatures],
|
|
2295
2305
|
];
|
|
2296
2306
|
var HostedZoneAlreadyExists = [
|
|
2297
2307
|
-3,
|
|
@@ -2306,6 +2316,15 @@ var HostedZoneAlreadyExists = [
|
|
|
2306
2316
|
];
|
|
2307
2317
|
schema.TypeRegistry.for(n0).registerError(HostedZoneAlreadyExists, HostedZoneAlreadyExists$1);
|
|
2308
2318
|
var HostedZoneConfig = [3, n0, _HZC, 0, [_C, _PZ], [0, 2]];
|
|
2319
|
+
var HostedZoneFailureReasons = [3, n0, _HZFR, 0, [_AR], [0]];
|
|
2320
|
+
var HostedZoneFeatures = [
|
|
2321
|
+
3,
|
|
2322
|
+
n0,
|
|
2323
|
+
_HZF,
|
|
2324
|
+
0,
|
|
2325
|
+
[_ARS, _FR],
|
|
2326
|
+
[0, () => HostedZoneFailureReasons],
|
|
2327
|
+
];
|
|
2309
2328
|
var HostedZoneLimit = [3, n0, _HZL, 0, [_T, _V], [0, 1]];
|
|
2310
2329
|
var HostedZoneNotEmpty = [
|
|
2311
2330
|
-3,
|
|
@@ -2511,7 +2530,7 @@ var KeySigningKey = [
|
|
|
2511
2530
|
n0,
|
|
2512
2531
|
_KSK,
|
|
2513
2532
|
0,
|
|
2514
|
-
[_N, _KA,
|
|
2533
|
+
[_N, _KA, _Fl, _SAM, _SAT, _DAM, _DAT, _KT, _DV, _PK, _DSR, _DNSKEYR, _S, _SM, _CD, _LMD],
|
|
2515
2534
|
[0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 4, 4],
|
|
2516
2535
|
];
|
|
2517
2536
|
var KeySigningKeyAlreadyExists = [
|
|
@@ -3678,6 +3697,8 @@ var UpdateHealthCheckRequest = [
|
|
|
3678
3697
|
var UpdateHealthCheckResponse = [3, n0, _UHCRp, 0, [_HC], [[() => HealthCheck, 0]]];
|
|
3679
3698
|
var UpdateHostedZoneCommentRequest = [3, n0, _UHZCR, 0, [_I, _C], [[0, 1], 0]];
|
|
3680
3699
|
var UpdateHostedZoneCommentResponse = [3, n0, _UHZCRp, 0, [_HZ], [() => HostedZone]];
|
|
3700
|
+
var UpdateHostedZoneFeaturesRequest = [3, n0, _UHZFR, 0, [_HZI, _EAR], [[0, 1], 2]];
|
|
3701
|
+
var UpdateHostedZoneFeaturesResponse = [3, n0, _UHZFRp, 0, [], []];
|
|
3681
3702
|
var UpdateTrafficPolicyCommentRequest = [
|
|
3682
3703
|
3,
|
|
3683
3704
|
n0,
|
|
@@ -4734,6 +4755,16 @@ var UpdateHostedZoneComment = [
|
|
|
4734
4755
|
() => UpdateHostedZoneCommentRequest,
|
|
4735
4756
|
() => UpdateHostedZoneCommentResponse,
|
|
4736
4757
|
];
|
|
4758
|
+
var UpdateHostedZoneFeatures = [
|
|
4759
|
+
9,
|
|
4760
|
+
n0,
|
|
4761
|
+
_UHZF,
|
|
4762
|
+
{
|
|
4763
|
+
[_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/features", 200],
|
|
4764
|
+
},
|
|
4765
|
+
() => UpdateHostedZoneFeaturesRequest,
|
|
4766
|
+
() => UpdateHostedZoneFeaturesResponse,
|
|
4767
|
+
];
|
|
4737
4768
|
var UpdateTrafficPolicyComment = [
|
|
4738
4769
|
9,
|
|
4739
4770
|
n0,
|
|
@@ -5575,6 +5606,18 @@ class UpdateHostedZoneCommentCommand extends smithyClient.Command
|
|
|
5575
5606
|
.build() {
|
|
5576
5607
|
}
|
|
5577
5608
|
|
|
5609
|
+
class UpdateHostedZoneFeaturesCommand extends smithyClient.Command
|
|
5610
|
+
.classBuilder()
|
|
5611
|
+
.ep(commonParams)
|
|
5612
|
+
.m(function (Command, cs, config, o) {
|
|
5613
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()), middlewareSdkRoute53.getIdNormalizerPlugin(config)];
|
|
5614
|
+
})
|
|
5615
|
+
.s("AWSDnsV20130401", "UpdateHostedZoneFeatures", {})
|
|
5616
|
+
.n("Route53Client", "UpdateHostedZoneFeaturesCommand")
|
|
5617
|
+
.sc(UpdateHostedZoneFeatures)
|
|
5618
|
+
.build() {
|
|
5619
|
+
}
|
|
5620
|
+
|
|
5578
5621
|
class UpdateTrafficPolicyCommentCommand extends smithyClient.Command
|
|
5579
5622
|
.classBuilder()
|
|
5580
5623
|
.ep(commonParams)
|
|
@@ -5668,6 +5711,7 @@ const commands = {
|
|
|
5668
5711
|
TestDNSAnswerCommand,
|
|
5669
5712
|
UpdateHealthCheckCommand,
|
|
5670
5713
|
UpdateHostedZoneCommentCommand,
|
|
5714
|
+
UpdateHostedZoneFeaturesCommand,
|
|
5671
5715
|
UpdateTrafficPolicyCommentCommand,
|
|
5672
5716
|
UpdateTrafficPolicyInstanceCommand,
|
|
5673
5717
|
};
|
|
@@ -5717,6 +5761,16 @@ const waitUntilResourceRecordSetsChanged = async (params, input) => {
|
|
|
5717
5761
|
return utilWaiter.checkExceptions(result);
|
|
5718
5762
|
};
|
|
5719
5763
|
|
|
5764
|
+
const AcceleratedRecoveryStatus = {
|
|
5765
|
+
DISABLED: "DISABLED",
|
|
5766
|
+
DISABLE_FAILED: "DISABLE_FAILED",
|
|
5767
|
+
DISABLING: "DISABLING",
|
|
5768
|
+
DISABLING_HOSTED_ZONE_LOCKED: "DISABLING_HOSTED_ZONE_LOCKED",
|
|
5769
|
+
ENABLED: "ENABLED",
|
|
5770
|
+
ENABLE_FAILED: "ENABLE_FAILED",
|
|
5771
|
+
ENABLING: "ENABLING",
|
|
5772
|
+
ENABLING_HOSTED_ZONE_LOCKED: "ENABLING_HOSTED_ZONE_LOCKED",
|
|
5773
|
+
};
|
|
5720
5774
|
const AccountLimitType = {
|
|
5721
5775
|
MAX_HEALTH_CHECKS_BY_OWNER: "MAX_HEALTH_CHECKS_BY_OWNER",
|
|
5722
5776
|
MAX_HOSTED_ZONES_BY_OWNER: "MAX_HOSTED_ZONES_BY_OWNER",
|
|
@@ -5961,6 +6015,7 @@ Object.defineProperty(exports, "__Client", {
|
|
|
5961
6015
|
enumerable: true,
|
|
5962
6016
|
get: function () { return smithyClient.Client; }
|
|
5963
6017
|
});
|
|
6018
|
+
exports.AcceleratedRecoveryStatus = AcceleratedRecoveryStatus;
|
|
5964
6019
|
exports.AccountLimitType = AccountLimitType;
|
|
5965
6020
|
exports.ActivateKeySigningKeyCommand = ActivateKeySigningKeyCommand;
|
|
5966
6021
|
exports.AssociateVPCWithHostedZoneCommand = AssociateVPCWithHostedZoneCommand;
|
|
@@ -6117,6 +6172,7 @@ exports.TrafficPolicyInUse = TrafficPolicyInUse$1;
|
|
|
6117
6172
|
exports.TrafficPolicyInstanceAlreadyExists = TrafficPolicyInstanceAlreadyExists$1;
|
|
6118
6173
|
exports.UpdateHealthCheckCommand = UpdateHealthCheckCommand;
|
|
6119
6174
|
exports.UpdateHostedZoneCommentCommand = UpdateHostedZoneCommentCommand;
|
|
6175
|
+
exports.UpdateHostedZoneFeaturesCommand = UpdateHostedZoneFeaturesCommand;
|
|
6120
6176
|
exports.UpdateTrafficPolicyCommentCommand = UpdateTrafficPolicyCommentCommand;
|
|
6121
6177
|
exports.UpdateTrafficPolicyInstanceCommand = UpdateTrafficPolicyInstanceCommand;
|
|
6122
6178
|
exports.VPCAssociationAuthorizationNotFound = VPCAssociationAuthorizationNotFound$1;
|
package/dist-es/Route53.js
CHANGED
|
@@ -67,6 +67,7 @@ import { ListVPCAssociationAuthorizationsCommand, } from "./commands/ListVPCAsso
|
|
|
67
67
|
import { TestDNSAnswerCommand, } from "./commands/TestDNSAnswerCommand";
|
|
68
68
|
import { UpdateHealthCheckCommand, } from "./commands/UpdateHealthCheckCommand";
|
|
69
69
|
import { UpdateHostedZoneCommentCommand, } from "./commands/UpdateHostedZoneCommentCommand";
|
|
70
|
+
import { UpdateHostedZoneFeaturesCommand, } from "./commands/UpdateHostedZoneFeaturesCommand";
|
|
70
71
|
import { UpdateTrafficPolicyCommentCommand, } from "./commands/UpdateTrafficPolicyCommentCommand";
|
|
71
72
|
import { UpdateTrafficPolicyInstanceCommand, } from "./commands/UpdateTrafficPolicyInstanceCommand";
|
|
72
73
|
import { Route53Client } from "./Route53Client";
|
|
@@ -139,6 +140,7 @@ const commands = {
|
|
|
139
140
|
TestDNSAnswerCommand,
|
|
140
141
|
UpdateHealthCheckCommand,
|
|
141
142
|
UpdateHostedZoneCommentCommand,
|
|
143
|
+
UpdateHostedZoneFeaturesCommand,
|
|
142
144
|
UpdateTrafficPolicyCommentCommand,
|
|
143
145
|
UpdateTrafficPolicyInstanceCommand,
|
|
144
146
|
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { getIdNormalizerPlugin } from "@aws-sdk/middleware-sdk-route53";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { UpdateHostedZoneFeatures } from "../schemas/schemas_0";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateHostedZoneFeaturesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getIdNormalizerPlugin(config)];
|
|
12
|
+
})
|
|
13
|
+
.s("AWSDnsV20130401", "UpdateHostedZoneFeatures", {})
|
|
14
|
+
.n("Route53Client", "UpdateHostedZoneFeaturesCommand")
|
|
15
|
+
.sc(UpdateHostedZoneFeatures)
|
|
16
|
+
.build() {
|
|
17
|
+
}
|
|
@@ -66,5 +66,6 @@ export * from "./ListVPCAssociationAuthorizationsCommand";
|
|
|
66
66
|
export * from "./TestDNSAnswerCommand";
|
|
67
67
|
export * from "./UpdateHealthCheckCommand";
|
|
68
68
|
export * from "./UpdateHostedZoneCommentCommand";
|
|
69
|
+
export * from "./UpdateHostedZoneFeaturesCommand";
|
|
69
70
|
export * from "./UpdateTrafficPolicyCommentCommand";
|
|
70
71
|
export * from "./UpdateTrafficPolicyInstanceCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
export const AcceleratedRecoveryStatus = {
|
|
2
|
+
DISABLED: "DISABLED",
|
|
3
|
+
DISABLE_FAILED: "DISABLE_FAILED",
|
|
4
|
+
DISABLING: "DISABLING",
|
|
5
|
+
DISABLING_HOSTED_ZONE_LOCKED: "DISABLING_HOSTED_ZONE_LOCKED",
|
|
6
|
+
ENABLED: "ENABLED",
|
|
7
|
+
ENABLE_FAILED: "ENABLE_FAILED",
|
|
8
|
+
ENABLING: "ENABLING",
|
|
9
|
+
ENABLING_HOSTED_ZONE_LOCKED: "ENABLING_HOSTED_ZONE_LOCKED",
|
|
10
|
+
};
|
|
1
11
|
export const AccountLimitType = {
|
|
2
12
|
MAX_HEALTH_CHECKS_BY_OWNER: "MAX_HEALTH_CHECKS_BY_OWNER",
|
|
3
13
|
MAX_HOSTED_ZONES_BY_OWNER: "MAX_HOSTED_ZONES_BY_OWNER",
|
|
@@ -4,6 +4,8 @@ const _AKSK = "ActivateKeySigningKey";
|
|
|
4
4
|
const _AKSKR = "ActivateKeySigningKeyRequest";
|
|
5
5
|
const _AKSKRc = "ActivateKeySigningKeyResponse";
|
|
6
6
|
const _AL = "AccountLimit";
|
|
7
|
+
const _AR = "AcceleratedRecovery";
|
|
8
|
+
const _ARS = "AcceleratedRecoveryStatus";
|
|
7
9
|
const _AT = "AliasTarget";
|
|
8
10
|
const _ATd = "AddTags";
|
|
9
11
|
const _AVPCWHZ = "AssociateVPCWithHostedZone";
|
|
@@ -156,6 +158,7 @@ const _De = "Description";
|
|
|
156
158
|
const _Di = "Dimension";
|
|
157
159
|
const _Dis = "Disabled";
|
|
158
160
|
const _Do = "Document";
|
|
161
|
+
const _EAR = "EnableAcceleratedRecovery";
|
|
159
162
|
const _EDNSCSIP = "EDNS0ClientSubnetIP";
|
|
160
163
|
const _EDNSCSM = "EDNS0ClientSubnetMask";
|
|
161
164
|
const _EHZDNSSEC = "EnableHostedZoneDNSSEC";
|
|
@@ -165,10 +168,12 @@ const _EM = "ErrorMessages";
|
|
|
165
168
|
const _EP = "EvaluationPeriods";
|
|
166
169
|
const _ESNI = "EnableSNI";
|
|
167
170
|
const _ETH = "EvaluateTargetHealth";
|
|
168
|
-
const _F = "
|
|
171
|
+
const _F = "Features";
|
|
169
172
|
const _FQDN = "FullyQualifiedDomainName";
|
|
173
|
+
const _FR = "FailureReasons";
|
|
170
174
|
const _FT = "FailureThreshold";
|
|
171
175
|
const _Fa = "Failover";
|
|
176
|
+
const _Fl = "Flag";
|
|
172
177
|
const _GAL = "GetAccountLimit";
|
|
173
178
|
const _GALR = "GetAccountLimitRequest";
|
|
174
179
|
const _GALRe = "GetAccountLimitResponse";
|
|
@@ -244,6 +249,8 @@ const _HZ = "HostedZone";
|
|
|
244
249
|
const _HZAE = "HostedZoneAlreadyExists";
|
|
245
250
|
const _HZC = "HostedZoneConfig";
|
|
246
251
|
const _HZCo = "HostedZoneCount";
|
|
252
|
+
const _HZF = "HostedZoneFeatures";
|
|
253
|
+
const _HZFR = "HostedZoneFailureReasons";
|
|
247
254
|
const _HZI = "HostedZoneId";
|
|
248
255
|
const _HZIM = "HostedZoneIdMarker";
|
|
249
256
|
const _HZL = "HostedZoneLimit";
|
|
@@ -493,6 +500,9 @@ const _UHCRp = "UpdateHealthCheckResponse";
|
|
|
493
500
|
const _UHZC = "UpdateHostedZoneComment";
|
|
494
501
|
const _UHZCR = "UpdateHostedZoneCommentRequest";
|
|
495
502
|
const _UHZCRp = "UpdateHostedZoneCommentResponse";
|
|
503
|
+
const _UHZF = "UpdateHostedZoneFeatures";
|
|
504
|
+
const _UHZFR = "UpdateHostedZoneFeaturesRequest";
|
|
505
|
+
const _UHZFRp = "UpdateHostedZoneFeaturesResponse";
|
|
496
506
|
const _UTPC = "UpdateTrafficPolicyComment";
|
|
497
507
|
const _UTPCR = "UpdateTrafficPolicyCommentRequest";
|
|
498
508
|
const _UTPCRp = "UpdateTrafficPolicyCommentResponse";
|
|
@@ -1329,8 +1339,8 @@ export var HostedZone = [
|
|
|
1329
1339
|
n0,
|
|
1330
1340
|
_HZ,
|
|
1331
1341
|
0,
|
|
1332
|
-
[_I, _N, _CR, _Con, _RRSC, _LS],
|
|
1333
|
-
[0, 0, 0, () => HostedZoneConfig, 1, () => LinkedService],
|
|
1342
|
+
[_I, _N, _CR, _Con, _RRSC, _LS, _F],
|
|
1343
|
+
[0, 0, 0, () => HostedZoneConfig, 1, () => LinkedService, () => HostedZoneFeatures],
|
|
1334
1344
|
];
|
|
1335
1345
|
export var HostedZoneAlreadyExists = [
|
|
1336
1346
|
-3,
|
|
@@ -1345,6 +1355,15 @@ export var HostedZoneAlreadyExists = [
|
|
|
1345
1355
|
];
|
|
1346
1356
|
TypeRegistry.for(n0).registerError(HostedZoneAlreadyExists, __HostedZoneAlreadyExists);
|
|
1347
1357
|
export var HostedZoneConfig = [3, n0, _HZC, 0, [_C, _PZ], [0, 2]];
|
|
1358
|
+
export var HostedZoneFailureReasons = [3, n0, _HZFR, 0, [_AR], [0]];
|
|
1359
|
+
export var HostedZoneFeatures = [
|
|
1360
|
+
3,
|
|
1361
|
+
n0,
|
|
1362
|
+
_HZF,
|
|
1363
|
+
0,
|
|
1364
|
+
[_ARS, _FR],
|
|
1365
|
+
[0, () => HostedZoneFailureReasons],
|
|
1366
|
+
];
|
|
1348
1367
|
export var HostedZoneLimit = [3, n0, _HZL, 0, [_T, _V], [0, 1]];
|
|
1349
1368
|
export var HostedZoneNotEmpty = [
|
|
1350
1369
|
-3,
|
|
@@ -1550,7 +1569,7 @@ export var KeySigningKey = [
|
|
|
1550
1569
|
n0,
|
|
1551
1570
|
_KSK,
|
|
1552
1571
|
0,
|
|
1553
|
-
[_N, _KA,
|
|
1572
|
+
[_N, _KA, _Fl, _SAM, _SAT, _DAM, _DAT, _KT, _DV, _PK, _DSR, _DNSKEYR, _S, _SM, _CD, _LMD],
|
|
1554
1573
|
[0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 4, 4],
|
|
1555
1574
|
];
|
|
1556
1575
|
export var KeySigningKeyAlreadyExists = [
|
|
@@ -2717,6 +2736,8 @@ export var UpdateHealthCheckRequest = [
|
|
|
2717
2736
|
export var UpdateHealthCheckResponse = [3, n0, _UHCRp, 0, [_HC], [[() => HealthCheck, 0]]];
|
|
2718
2737
|
export var UpdateHostedZoneCommentRequest = [3, n0, _UHZCR, 0, [_I, _C], [[0, 1], 0]];
|
|
2719
2738
|
export var UpdateHostedZoneCommentResponse = [3, n0, _UHZCRp, 0, [_HZ], [() => HostedZone]];
|
|
2739
|
+
export var UpdateHostedZoneFeaturesRequest = [3, n0, _UHZFR, 0, [_HZI, _EAR], [[0, 1], 2]];
|
|
2740
|
+
export var UpdateHostedZoneFeaturesResponse = [3, n0, _UHZFRp, 0, [], []];
|
|
2720
2741
|
export var UpdateTrafficPolicyCommentRequest = [
|
|
2721
2742
|
3,
|
|
2722
2743
|
n0,
|
|
@@ -3775,6 +3796,16 @@ export var UpdateHostedZoneComment = [
|
|
|
3775
3796
|
() => UpdateHostedZoneCommentRequest,
|
|
3776
3797
|
() => UpdateHostedZoneCommentResponse,
|
|
3777
3798
|
];
|
|
3799
|
+
export var UpdateHostedZoneFeatures = [
|
|
3800
|
+
9,
|
|
3801
|
+
n0,
|
|
3802
|
+
_UHZF,
|
|
3803
|
+
{
|
|
3804
|
+
[_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/features", 200],
|
|
3805
|
+
},
|
|
3806
|
+
() => UpdateHostedZoneFeaturesRequest,
|
|
3807
|
+
() => UpdateHostedZoneFeaturesResponse,
|
|
3808
|
+
];
|
|
3778
3809
|
export var UpdateTrafficPolicyComment = [
|
|
3779
3810
|
9,
|
|
3780
3811
|
n0,
|
package/dist-types/Route53.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ import { ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthori
|
|
|
67
67
|
import { TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput } from "./commands/TestDNSAnswerCommand";
|
|
68
68
|
import { UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput } from "./commands/UpdateHealthCheckCommand";
|
|
69
69
|
import { UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput } from "./commands/UpdateHostedZoneCommentCommand";
|
|
70
|
+
import { UpdateHostedZoneFeaturesCommandInput, UpdateHostedZoneFeaturesCommandOutput } from "./commands/UpdateHostedZoneFeaturesCommand";
|
|
70
71
|
import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput } from "./commands/UpdateTrafficPolicyCommentCommand";
|
|
71
72
|
import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "./commands/UpdateTrafficPolicyInstanceCommand";
|
|
72
73
|
import { Route53Client } from "./Route53Client";
|
|
@@ -493,6 +494,12 @@ export interface Route53 {
|
|
|
493
494
|
updateHostedZoneComment(args: UpdateHostedZoneCommentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHostedZoneCommentCommandOutput>;
|
|
494
495
|
updateHostedZoneComment(args: UpdateHostedZoneCommentCommandInput, cb: (err: any, data?: UpdateHostedZoneCommentCommandOutput) => void): void;
|
|
495
496
|
updateHostedZoneComment(args: UpdateHostedZoneCommentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHostedZoneCommentCommandOutput) => void): void;
|
|
497
|
+
/**
|
|
498
|
+
* @see {@link UpdateHostedZoneFeaturesCommand}
|
|
499
|
+
*/
|
|
500
|
+
updateHostedZoneFeatures(args: UpdateHostedZoneFeaturesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHostedZoneFeaturesCommandOutput>;
|
|
501
|
+
updateHostedZoneFeatures(args: UpdateHostedZoneFeaturesCommandInput, cb: (err: any, data?: UpdateHostedZoneFeaturesCommandOutput) => void): void;
|
|
502
|
+
updateHostedZoneFeatures(args: UpdateHostedZoneFeaturesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHostedZoneFeaturesCommandOutput) => void): void;
|
|
496
503
|
/**
|
|
497
504
|
* @see {@link UpdateTrafficPolicyCommentCommand}
|
|
498
505
|
*/
|
|
@@ -75,6 +75,7 @@ import { ListVPCAssociationAuthorizationsCommandInput, ListVPCAssociationAuthori
|
|
|
75
75
|
import { TestDNSAnswerCommandInput, TestDNSAnswerCommandOutput } from "./commands/TestDNSAnswerCommand";
|
|
76
76
|
import { UpdateHealthCheckCommandInput, UpdateHealthCheckCommandOutput } from "./commands/UpdateHealthCheckCommand";
|
|
77
77
|
import { UpdateHostedZoneCommentCommandInput, UpdateHostedZoneCommentCommandOutput } from "./commands/UpdateHostedZoneCommentCommand";
|
|
78
|
+
import { UpdateHostedZoneFeaturesCommandInput, UpdateHostedZoneFeaturesCommandOutput } from "./commands/UpdateHostedZoneFeaturesCommand";
|
|
78
79
|
import { UpdateTrafficPolicyCommentCommandInput, UpdateTrafficPolicyCommentCommandOutput } from "./commands/UpdateTrafficPolicyCommentCommand";
|
|
79
80
|
import { UpdateTrafficPolicyInstanceCommandInput, UpdateTrafficPolicyInstanceCommandOutput } from "./commands/UpdateTrafficPolicyInstanceCommand";
|
|
80
81
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
@@ -83,11 +84,11 @@ export { __Client };
|
|
|
83
84
|
/**
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
|
-
export type ServiceInputTypes = ActivateKeySigningKeyCommandInput | AssociateVPCWithHostedZoneCommandInput | ChangeCidrCollectionCommandInput | ChangeResourceRecordSetsCommandInput | ChangeTagsForResourceCommandInput | CreateCidrCollectionCommandInput | CreateHealthCheckCommandInput | CreateHostedZoneCommandInput | CreateKeySigningKeyCommandInput | CreateQueryLoggingConfigCommandInput | CreateReusableDelegationSetCommandInput | CreateTrafficPolicyCommandInput | CreateTrafficPolicyInstanceCommandInput | CreateTrafficPolicyVersionCommandInput | CreateVPCAssociationAuthorizationCommandInput | DeactivateKeySigningKeyCommandInput | DeleteCidrCollectionCommandInput | DeleteHealthCheckCommandInput | DeleteHostedZoneCommandInput | DeleteKeySigningKeyCommandInput | DeleteQueryLoggingConfigCommandInput | DeleteReusableDelegationSetCommandInput | DeleteTrafficPolicyCommandInput | DeleteTrafficPolicyInstanceCommandInput | DeleteVPCAssociationAuthorizationCommandInput | DisableHostedZoneDNSSECCommandInput | DisassociateVPCFromHostedZoneCommandInput | EnableHostedZoneDNSSECCommandInput | GetAccountLimitCommandInput | GetChangeCommandInput | GetCheckerIpRangesCommandInput | GetDNSSECCommandInput | GetGeoLocationCommandInput | GetHealthCheckCommandInput | GetHealthCheckCountCommandInput | GetHealthCheckLastFailureReasonCommandInput | GetHealthCheckStatusCommandInput | GetHostedZoneCommandInput | GetHostedZoneCountCommandInput | GetHostedZoneLimitCommandInput | GetQueryLoggingConfigCommandInput | GetReusableDelegationSetCommandInput | GetReusableDelegationSetLimitCommandInput | GetTrafficPolicyCommandInput | GetTrafficPolicyInstanceCommandInput | GetTrafficPolicyInstanceCountCommandInput | ListCidrBlocksCommandInput | ListCidrCollectionsCommandInput | ListCidrLocationsCommandInput | ListGeoLocationsCommandInput | ListHealthChecksCommandInput | ListHostedZonesByNameCommandInput | ListHostedZonesByVPCCommandInput | ListHostedZonesCommandInput | ListQueryLoggingConfigsCommandInput | ListResourceRecordSetsCommandInput | ListReusableDelegationSetsCommandInput | ListTagsForResourceCommandInput | ListTagsForResourcesCommandInput | ListTrafficPoliciesCommandInput | ListTrafficPolicyInstancesByHostedZoneCommandInput | ListTrafficPolicyInstancesByPolicyCommandInput | ListTrafficPolicyInstancesCommandInput | ListTrafficPolicyVersionsCommandInput | ListVPCAssociationAuthorizationsCommandInput | TestDNSAnswerCommandInput | UpdateHealthCheckCommandInput | UpdateHostedZoneCommentCommandInput | UpdateTrafficPolicyCommentCommandInput | UpdateTrafficPolicyInstanceCommandInput;
|
|
87
|
+
export type ServiceInputTypes = ActivateKeySigningKeyCommandInput | AssociateVPCWithHostedZoneCommandInput | ChangeCidrCollectionCommandInput | ChangeResourceRecordSetsCommandInput | ChangeTagsForResourceCommandInput | CreateCidrCollectionCommandInput | CreateHealthCheckCommandInput | CreateHostedZoneCommandInput | CreateKeySigningKeyCommandInput | CreateQueryLoggingConfigCommandInput | CreateReusableDelegationSetCommandInput | CreateTrafficPolicyCommandInput | CreateTrafficPolicyInstanceCommandInput | CreateTrafficPolicyVersionCommandInput | CreateVPCAssociationAuthorizationCommandInput | DeactivateKeySigningKeyCommandInput | DeleteCidrCollectionCommandInput | DeleteHealthCheckCommandInput | DeleteHostedZoneCommandInput | DeleteKeySigningKeyCommandInput | DeleteQueryLoggingConfigCommandInput | DeleteReusableDelegationSetCommandInput | DeleteTrafficPolicyCommandInput | DeleteTrafficPolicyInstanceCommandInput | DeleteVPCAssociationAuthorizationCommandInput | DisableHostedZoneDNSSECCommandInput | DisassociateVPCFromHostedZoneCommandInput | EnableHostedZoneDNSSECCommandInput | GetAccountLimitCommandInput | GetChangeCommandInput | GetCheckerIpRangesCommandInput | GetDNSSECCommandInput | GetGeoLocationCommandInput | GetHealthCheckCommandInput | GetHealthCheckCountCommandInput | GetHealthCheckLastFailureReasonCommandInput | GetHealthCheckStatusCommandInput | GetHostedZoneCommandInput | GetHostedZoneCountCommandInput | GetHostedZoneLimitCommandInput | GetQueryLoggingConfigCommandInput | GetReusableDelegationSetCommandInput | GetReusableDelegationSetLimitCommandInput | GetTrafficPolicyCommandInput | GetTrafficPolicyInstanceCommandInput | GetTrafficPolicyInstanceCountCommandInput | ListCidrBlocksCommandInput | ListCidrCollectionsCommandInput | ListCidrLocationsCommandInput | ListGeoLocationsCommandInput | ListHealthChecksCommandInput | ListHostedZonesByNameCommandInput | ListHostedZonesByVPCCommandInput | ListHostedZonesCommandInput | ListQueryLoggingConfigsCommandInput | ListResourceRecordSetsCommandInput | ListReusableDelegationSetsCommandInput | ListTagsForResourceCommandInput | ListTagsForResourcesCommandInput | ListTrafficPoliciesCommandInput | ListTrafficPolicyInstancesByHostedZoneCommandInput | ListTrafficPolicyInstancesByPolicyCommandInput | ListTrafficPolicyInstancesCommandInput | ListTrafficPolicyVersionsCommandInput | ListVPCAssociationAuthorizationsCommandInput | TestDNSAnswerCommandInput | UpdateHealthCheckCommandInput | UpdateHostedZoneCommentCommandInput | UpdateHostedZoneFeaturesCommandInput | UpdateTrafficPolicyCommentCommandInput | UpdateTrafficPolicyInstanceCommandInput;
|
|
87
88
|
/**
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
|
-
export type ServiceOutputTypes = ActivateKeySigningKeyCommandOutput | AssociateVPCWithHostedZoneCommandOutput | ChangeCidrCollectionCommandOutput | ChangeResourceRecordSetsCommandOutput | ChangeTagsForResourceCommandOutput | CreateCidrCollectionCommandOutput | CreateHealthCheckCommandOutput | CreateHostedZoneCommandOutput | CreateKeySigningKeyCommandOutput | CreateQueryLoggingConfigCommandOutput | CreateReusableDelegationSetCommandOutput | CreateTrafficPolicyCommandOutput | CreateTrafficPolicyInstanceCommandOutput | CreateTrafficPolicyVersionCommandOutput | CreateVPCAssociationAuthorizationCommandOutput | DeactivateKeySigningKeyCommandOutput | DeleteCidrCollectionCommandOutput | DeleteHealthCheckCommandOutput | DeleteHostedZoneCommandOutput | DeleteKeySigningKeyCommandOutput | DeleteQueryLoggingConfigCommandOutput | DeleteReusableDelegationSetCommandOutput | DeleteTrafficPolicyCommandOutput | DeleteTrafficPolicyInstanceCommandOutput | DeleteVPCAssociationAuthorizationCommandOutput | DisableHostedZoneDNSSECCommandOutput | DisassociateVPCFromHostedZoneCommandOutput | EnableHostedZoneDNSSECCommandOutput | GetAccountLimitCommandOutput | GetChangeCommandOutput | GetCheckerIpRangesCommandOutput | GetDNSSECCommandOutput | GetGeoLocationCommandOutput | GetHealthCheckCommandOutput | GetHealthCheckCountCommandOutput | GetHealthCheckLastFailureReasonCommandOutput | GetHealthCheckStatusCommandOutput | GetHostedZoneCommandOutput | GetHostedZoneCountCommandOutput | GetHostedZoneLimitCommandOutput | GetQueryLoggingConfigCommandOutput | GetReusableDelegationSetCommandOutput | GetReusableDelegationSetLimitCommandOutput | GetTrafficPolicyCommandOutput | GetTrafficPolicyInstanceCommandOutput | GetTrafficPolicyInstanceCountCommandOutput | ListCidrBlocksCommandOutput | ListCidrCollectionsCommandOutput | ListCidrLocationsCommandOutput | ListGeoLocationsCommandOutput | ListHealthChecksCommandOutput | ListHostedZonesByNameCommandOutput | ListHostedZonesByVPCCommandOutput | ListHostedZonesCommandOutput | ListQueryLoggingConfigsCommandOutput | ListResourceRecordSetsCommandOutput | ListReusableDelegationSetsCommandOutput | ListTagsForResourceCommandOutput | ListTagsForResourcesCommandOutput | ListTrafficPoliciesCommandOutput | ListTrafficPolicyInstancesByHostedZoneCommandOutput | ListTrafficPolicyInstancesByPolicyCommandOutput | ListTrafficPolicyInstancesCommandOutput | ListTrafficPolicyVersionsCommandOutput | ListVPCAssociationAuthorizationsCommandOutput | TestDNSAnswerCommandOutput | UpdateHealthCheckCommandOutput | UpdateHostedZoneCommentCommandOutput | UpdateTrafficPolicyCommentCommandOutput | UpdateTrafficPolicyInstanceCommandOutput;
|
|
91
|
+
export type ServiceOutputTypes = ActivateKeySigningKeyCommandOutput | AssociateVPCWithHostedZoneCommandOutput | ChangeCidrCollectionCommandOutput | ChangeResourceRecordSetsCommandOutput | ChangeTagsForResourceCommandOutput | CreateCidrCollectionCommandOutput | CreateHealthCheckCommandOutput | CreateHostedZoneCommandOutput | CreateKeySigningKeyCommandOutput | CreateQueryLoggingConfigCommandOutput | CreateReusableDelegationSetCommandOutput | CreateTrafficPolicyCommandOutput | CreateTrafficPolicyInstanceCommandOutput | CreateTrafficPolicyVersionCommandOutput | CreateVPCAssociationAuthorizationCommandOutput | DeactivateKeySigningKeyCommandOutput | DeleteCidrCollectionCommandOutput | DeleteHealthCheckCommandOutput | DeleteHostedZoneCommandOutput | DeleteKeySigningKeyCommandOutput | DeleteQueryLoggingConfigCommandOutput | DeleteReusableDelegationSetCommandOutput | DeleteTrafficPolicyCommandOutput | DeleteTrafficPolicyInstanceCommandOutput | DeleteVPCAssociationAuthorizationCommandOutput | DisableHostedZoneDNSSECCommandOutput | DisassociateVPCFromHostedZoneCommandOutput | EnableHostedZoneDNSSECCommandOutput | GetAccountLimitCommandOutput | GetChangeCommandOutput | GetCheckerIpRangesCommandOutput | GetDNSSECCommandOutput | GetGeoLocationCommandOutput | GetHealthCheckCommandOutput | GetHealthCheckCountCommandOutput | GetHealthCheckLastFailureReasonCommandOutput | GetHealthCheckStatusCommandOutput | GetHostedZoneCommandOutput | GetHostedZoneCountCommandOutput | GetHostedZoneLimitCommandOutput | GetQueryLoggingConfigCommandOutput | GetReusableDelegationSetCommandOutput | GetReusableDelegationSetLimitCommandOutput | GetTrafficPolicyCommandOutput | GetTrafficPolicyInstanceCommandOutput | GetTrafficPolicyInstanceCountCommandOutput | ListCidrBlocksCommandOutput | ListCidrCollectionsCommandOutput | ListCidrLocationsCommandOutput | ListGeoLocationsCommandOutput | ListHealthChecksCommandOutput | ListHostedZonesByNameCommandOutput | ListHostedZonesByVPCCommandOutput | ListHostedZonesCommandOutput | ListQueryLoggingConfigsCommandOutput | ListResourceRecordSetsCommandOutput | ListReusableDelegationSetsCommandOutput | ListTagsForResourceCommandOutput | ListTagsForResourcesCommandOutput | ListTrafficPoliciesCommandOutput | ListTrafficPolicyInstancesByHostedZoneCommandOutput | ListTrafficPolicyInstancesByPolicyCommandOutput | ListTrafficPolicyInstancesCommandOutput | ListTrafficPolicyVersionsCommandOutput | ListVPCAssociationAuthorizationsCommandOutput | TestDNSAnswerCommandOutput | UpdateHealthCheckCommandOutput | UpdateHostedZoneCommentCommandOutput | UpdateHostedZoneFeaturesCommandOutput | UpdateTrafficPolicyCommentCommandOutput | UpdateTrafficPolicyInstanceCommandOutput;
|
|
91
92
|
/**
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
@@ -127,6 +127,12 @@ declare const CreateHostedZoneCommand_base: {
|
|
|
127
127
|
* // ServicePrincipal: "STRING_VALUE",
|
|
128
128
|
* // Description: "STRING_VALUE",
|
|
129
129
|
* // },
|
|
130
|
+
* // Features: { // HostedZoneFeatures
|
|
131
|
+
* // AcceleratedRecoveryStatus: "ENABLING" || "ENABLE_FAILED" || "ENABLING_HOSTED_ZONE_LOCKED" || "ENABLED" || "DISABLING" || "DISABLE_FAILED" || "DISABLED" || "DISABLING_HOSTED_ZONE_LOCKED",
|
|
132
|
+
* // FailureReasons: { // HostedZoneFailureReasons
|
|
133
|
+
* // AcceleratedRecovery: "STRING_VALUE",
|
|
134
|
+
* // },
|
|
135
|
+
* // },
|
|
130
136
|
* // },
|
|
131
137
|
* // ChangeInfo: { // ChangeInfo
|
|
132
138
|
* // Id: "STRING_VALUE", // required
|
|
@@ -59,6 +59,12 @@ declare const GetHostedZoneCommand_base: {
|
|
|
59
59
|
* // ServicePrincipal: "STRING_VALUE",
|
|
60
60
|
* // Description: "STRING_VALUE",
|
|
61
61
|
* // },
|
|
62
|
+
* // Features: { // HostedZoneFeatures
|
|
63
|
+
* // AcceleratedRecoveryStatus: "ENABLING" || "ENABLE_FAILED" || "ENABLING_HOSTED_ZONE_LOCKED" || "ENABLED" || "DISABLING" || "DISABLE_FAILED" || "DISABLED" || "DISABLING_HOSTED_ZONE_LOCKED",
|
|
64
|
+
* // FailureReasons: { // HostedZoneFailureReasons
|
|
65
|
+
* // AcceleratedRecovery: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
62
68
|
* // },
|
|
63
69
|
* // DelegationSet: { // DelegationSet
|
|
64
70
|
* // Id: "STRING_VALUE",
|
|
@@ -113,6 +113,12 @@ declare const ListHostedZonesByNameCommand_base: {
|
|
|
113
113
|
* // ServicePrincipal: "STRING_VALUE",
|
|
114
114
|
* // Description: "STRING_VALUE",
|
|
115
115
|
* // },
|
|
116
|
+
* // Features: { // HostedZoneFeatures
|
|
117
|
+
* // AcceleratedRecoveryStatus: "ENABLING" || "ENABLE_FAILED" || "ENABLING_HOSTED_ZONE_LOCKED" || "ENABLED" || "DISABLING" || "DISABLE_FAILED" || "DISABLED" || "DISABLING_HOSTED_ZONE_LOCKED",
|
|
118
|
+
* // FailureReasons: { // HostedZoneFailureReasons
|
|
119
|
+
* // AcceleratedRecovery: "STRING_VALUE",
|
|
120
|
+
* // },
|
|
121
|
+
* // },
|
|
116
122
|
* // },
|
|
117
123
|
* // ],
|
|
118
124
|
* // DNSName: "STRING_VALUE",
|
|
@@ -64,6 +64,12 @@ declare const ListHostedZonesCommand_base: {
|
|
|
64
64
|
* // ServicePrincipal: "STRING_VALUE",
|
|
65
65
|
* // Description: "STRING_VALUE",
|
|
66
66
|
* // },
|
|
67
|
+
* // Features: { // HostedZoneFeatures
|
|
68
|
+
* // AcceleratedRecoveryStatus: "ENABLING" || "ENABLE_FAILED" || "ENABLING_HOSTED_ZONE_LOCKED" || "ENABLED" || "DISABLING" || "DISABLE_FAILED" || "DISABLED" || "DISABLING_HOSTED_ZONE_LOCKED",
|
|
69
|
+
* // FailureReasons: { // HostedZoneFailureReasons
|
|
70
|
+
* // AcceleratedRecovery: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // },
|
|
67
73
|
* // },
|
|
68
74
|
* // ],
|
|
69
75
|
* // Marker: "STRING_VALUE", // required
|
|
@@ -56,6 +56,12 @@ declare const UpdateHostedZoneCommentCommand_base: {
|
|
|
56
56
|
* // ServicePrincipal: "STRING_VALUE",
|
|
57
57
|
* // Description: "STRING_VALUE",
|
|
58
58
|
* // },
|
|
59
|
+
* // Features: { // HostedZoneFeatures
|
|
60
|
+
* // AcceleratedRecoveryStatus: "ENABLING" || "ENABLE_FAILED" || "ENABLING_HOSTED_ZONE_LOCKED" || "ENABLED" || "DISABLING" || "DISABLE_FAILED" || "DISABLED" || "DISABLING_HOSTED_ZONE_LOCKED",
|
|
61
|
+
* // FailureReasons: { // HostedZoneFailureReasons
|
|
62
|
+
* // AcceleratedRecovery: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
59
65
|
* // },
|
|
60
66
|
* // };
|
|
61
67
|
*
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateHostedZoneFeaturesRequest, UpdateHostedZoneFeaturesResponse } from "../models/models_0";
|
|
4
|
+
import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateHostedZoneFeaturesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateHostedZoneFeaturesCommandInput extends UpdateHostedZoneFeaturesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateHostedZoneFeaturesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateHostedZoneFeaturesCommandOutput extends UpdateHostedZoneFeaturesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateHostedZoneFeaturesCommand_base: {
|
|
25
|
+
new (input: UpdateHostedZoneFeaturesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHostedZoneFeaturesCommandInput, UpdateHostedZoneFeaturesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateHostedZoneFeaturesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHostedZoneFeaturesCommandInput, UpdateHostedZoneFeaturesCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates the features configuration for a hosted zone. This operation allows you to enable or disable specific features for your hosted zone, such as accelerated recovery.</p>
|
|
31
|
+
* <p>Accelerated recovery enables you to update DNS records in your public hosted zone even when the us-east-1 region is unavailable.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { Route53Client, UpdateHostedZoneFeaturesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
|
|
36
|
+
* // const { Route53Client, UpdateHostedZoneFeaturesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
|
|
37
|
+
* // import type { Route53ClientConfig } from "@aws-sdk/client-route-53";
|
|
38
|
+
* const config = {}; // type is Route53ClientConfig
|
|
39
|
+
* const client = new Route53Client(config);
|
|
40
|
+
* const input = { // UpdateHostedZoneFeaturesRequest
|
|
41
|
+
* HostedZoneId: "STRING_VALUE", // required
|
|
42
|
+
* EnableAcceleratedRecovery: true || false,
|
|
43
|
+
* };
|
|
44
|
+
* const command = new UpdateHostedZoneFeaturesCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // {};
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param UpdateHostedZoneFeaturesCommandInput - {@link UpdateHostedZoneFeaturesCommandInput}
|
|
51
|
+
* @returns {@link UpdateHostedZoneFeaturesCommandOutput}
|
|
52
|
+
* @see {@link UpdateHostedZoneFeaturesCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link UpdateHostedZoneFeaturesCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link Route53ClientResolvedConfig | config} for Route53Client's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidInput} (client fault)
|
|
57
|
+
* <p>The input is not valid.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link LimitsExceeded} (client fault)
|
|
60
|
+
* <p>This operation can't be completed because the current account has reached the
|
|
61
|
+
* limit on the resource you are trying to create. To request a higher limit, <a href="http://aws.amazon.com/route53-request">create a case</a> with the Amazon Web Services Support
|
|
62
|
+
* Center.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link NoSuchHostedZone} (client fault)
|
|
65
|
+
* <p>No hosted zone exists with the ID that you specified.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link PriorRequestNotComplete} (client fault)
|
|
68
|
+
* <p>If Amazon Route 53 can't process a request before the next request arrives, it will
|
|
69
|
+
* reject subsequent requests for the same hosted zone and return an <code>HTTP 400
|
|
70
|
+
* error</code> (<code>Bad request</code>). If Route 53 returns this error repeatedly
|
|
71
|
+
* for the same request, we recommend that you wait, in intervals of increasing duration,
|
|
72
|
+
* before you try the request again.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link Route53ServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from Route53 service.</p>
|
|
76
|
+
*
|
|
77
|
+
*
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export declare class UpdateHostedZoneFeaturesCommand extends UpdateHostedZoneFeaturesCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: UpdateHostedZoneFeaturesRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: UpdateHostedZoneFeaturesCommandInput;
|
|
89
|
+
output: UpdateHostedZoneFeaturesCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
}
|
|
@@ -66,5 +66,6 @@ export * from "./ListVPCAssociationAuthorizationsCommand";
|
|
|
66
66
|
export * from "./TestDNSAnswerCommand";
|
|
67
67
|
export * from "./UpdateHealthCheckCommand";
|
|
68
68
|
export * from "./UpdateHostedZoneCommentCommand";
|
|
69
|
+
export * from "./UpdateHostedZoneFeaturesCommand";
|
|
69
70
|
export * from "./UpdateTrafficPolicyCommentCommand";
|
|
70
71
|
export * from "./UpdateTrafficPolicyInstanceCommand";
|
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const AcceleratedRecoveryStatus: {
|
|
6
|
+
readonly DISABLED: "DISABLED";
|
|
7
|
+
readonly DISABLE_FAILED: "DISABLE_FAILED";
|
|
8
|
+
readonly DISABLING: "DISABLING";
|
|
9
|
+
readonly DISABLING_HOSTED_ZONE_LOCKED: "DISABLING_HOSTED_ZONE_LOCKED";
|
|
10
|
+
readonly ENABLED: "ENABLED";
|
|
11
|
+
readonly ENABLE_FAILED: "ENABLE_FAILED";
|
|
12
|
+
readonly ENABLING: "ENABLING";
|
|
13
|
+
readonly ENABLING_HOSTED_ZONE_LOCKED: "ENABLING_HOSTED_ZONE_LOCKED";
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
export type AcceleratedRecoveryStatus = (typeof AcceleratedRecoveryStatus)[keyof typeof AcceleratedRecoveryStatus];
|
|
1
19
|
/**
|
|
2
20
|
* @public
|
|
3
21
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccountLimitType, ChangeAction, ChangeStatus, CidrCollectionChangeAction, CloudWatchRegion, ComparisonOperator, HealthCheckRegion, HealthCheckType, HostedZoneLimitType, HostedZoneType, InsufficientDataHealthStatus, ResettableElementName, ResourceRecordSetFailover, ResourceRecordSetRegion, ReusableDelegationSetLimitType, RRType, Statistic, TagResourceType, VPCRegion } from "./enums";
|
|
1
|
+
import { AcceleratedRecoveryStatus, AccountLimitType, ChangeAction, ChangeStatus, CidrCollectionChangeAction, CloudWatchRegion, ComparisonOperator, HealthCheckRegion, HealthCheckType, HostedZoneLimitType, HostedZoneType, InsufficientDataHealthStatus, ResettableElementName, ResourceRecordSetFailover, ResourceRecordSetRegion, ReusableDelegationSetLimitType, RRType, Statistic, TagResourceType, VPCRegion } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>A complex type that contains the type of limit that you specified in the request and
|
|
4
4
|
* the current value for that limit.</p>
|
|
@@ -2012,6 +2012,9 @@ export interface HealthCheckConfig {
|
|
|
2012
2012
|
* <p>The number of seconds between the time that Amazon Route 53 gets a response from your
|
|
2013
2013
|
* endpoint and the time that it sends the next health check request. Each Route 53 health
|
|
2014
2014
|
* checker makes requests at this interval.</p>
|
|
2015
|
+
* <p>
|
|
2016
|
+
* <code>RequestInterval</code> is not supported when you specify a value for
|
|
2017
|
+
* <code>Type</code> of <code>RECOVERY_CONTROL</code>.</p>
|
|
2015
2018
|
* <important>
|
|
2016
2019
|
* <p>You can't change the value of <code>RequestInterval</code> after you create a
|
|
2017
2020
|
* health check.</p>
|
|
@@ -2026,7 +2029,10 @@ export interface HealthCheckConfig {
|
|
|
2026
2029
|
* Route 53 to change the current status of the endpoint from unhealthy to healthy or vice
|
|
2027
2030
|
* versa. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html">How Amazon Route 53 Determines Whether an Endpoint Is Healthy</a> in the
|
|
2028
2031
|
* <i>Amazon Route 53 Developer Guide</i>.</p>
|
|
2029
|
-
* <p>
|
|
2032
|
+
* <p>
|
|
2033
|
+
* <code>FailureThreshold</code> is not supported when you specify a value for
|
|
2034
|
+
* <code>Type</code> of <code>RECOVERY_CONTROL</code>.</p>
|
|
2035
|
+
* <p>Otherwise, if you don't specify a value for <code>FailureThreshold</code>, the default value is
|
|
2030
2036
|
* three health checks.</p>
|
|
2031
2037
|
* @public
|
|
2032
2038
|
*/
|
|
@@ -2036,6 +2042,9 @@ export interface HealthCheckConfig {
|
|
|
2036
2042
|
* checkers in multiple Amazon Web Services regions and your endpoint, and to display
|
|
2037
2043
|
* CloudWatch latency graphs on the <b>Health Checks</b> page in
|
|
2038
2044
|
* the Route 53 console.</p>
|
|
2045
|
+
* <p>
|
|
2046
|
+
* <code>MeasureLatency</code> is not supported when you specify a value for
|
|
2047
|
+
* <code>Type</code> of <code>RECOVERY_CONTROL</code>.</p>
|
|
2039
2048
|
* <important>
|
|
2040
2049
|
* <p>You can't change the value of <code>MeasureLatency</code> after you create a
|
|
2041
2050
|
* health check.</p>
|
|
@@ -2496,6 +2505,33 @@ export interface DelegationSet {
|
|
|
2496
2505
|
*/
|
|
2497
2506
|
NameServers: string[] | undefined;
|
|
2498
2507
|
}
|
|
2508
|
+
/**
|
|
2509
|
+
* <p>Contains information about why certain features failed to be enabled or configured for the hosted zone.</p>
|
|
2510
|
+
* @public
|
|
2511
|
+
*/
|
|
2512
|
+
export interface HostedZoneFailureReasons {
|
|
2513
|
+
/**
|
|
2514
|
+
* <p>The reason why accelerated recovery failed to be enabled or disabled for the hosted zone, if applicable.</p>
|
|
2515
|
+
* @public
|
|
2516
|
+
*/
|
|
2517
|
+
AcceleratedRecovery?: string | undefined;
|
|
2518
|
+
}
|
|
2519
|
+
/**
|
|
2520
|
+
* <p>Represents the features configuration for a hosted zone, including the status of various features and any associated failure reasons.</p>
|
|
2521
|
+
* @public
|
|
2522
|
+
*/
|
|
2523
|
+
export interface HostedZoneFeatures {
|
|
2524
|
+
/**
|
|
2525
|
+
* <p>The current status of accelerated recovery for the hosted zone.</p>
|
|
2526
|
+
* @public
|
|
2527
|
+
*/
|
|
2528
|
+
AcceleratedRecoveryStatus?: AcceleratedRecoveryStatus | undefined;
|
|
2529
|
+
/**
|
|
2530
|
+
* <p>Information about any failures that occurred when attempting to enable or configure features for the hosted zone.</p>
|
|
2531
|
+
* @public
|
|
2532
|
+
*/
|
|
2533
|
+
FailureReasons?: HostedZoneFailureReasons | undefined;
|
|
2534
|
+
}
|
|
2499
2535
|
/**
|
|
2500
2536
|
* <p>A complex type that contains general information about the hosted zone.</p>
|
|
2501
2537
|
* @public
|
|
@@ -2541,6 +2577,11 @@ export interface HostedZone {
|
|
|
2541
2577
|
* @public
|
|
2542
2578
|
*/
|
|
2543
2579
|
LinkedService?: LinkedService | undefined;
|
|
2580
|
+
/**
|
|
2581
|
+
* <p>The features configuration for the hosted zone, including accelerated recovery settings and status information.</p>
|
|
2582
|
+
* @public
|
|
2583
|
+
*/
|
|
2584
|
+
Features?: HostedZoneFeatures | undefined;
|
|
2544
2585
|
}
|
|
2545
2586
|
/**
|
|
2546
2587
|
* <p>A complex type containing the response information for the hosted zone.</p>
|
|
@@ -6171,7 +6212,7 @@ export interface UpdateHealthCheckRequest {
|
|
|
6171
6212
|
* Route 53 to change the current status of the endpoint from unhealthy to healthy or vice
|
|
6172
6213
|
* versa. For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html">How Amazon Route 53 Determines Whether an Endpoint Is Healthy</a> in the
|
|
6173
6214
|
* <i>Amazon Route 53 Developer Guide</i>.</p>
|
|
6174
|
-
* <p>
|
|
6215
|
+
* <p>Otherwise, if you don't specify a value for <code>FailureThreshold</code>, the default value is
|
|
6175
6216
|
* three health checks.</p>
|
|
6176
6217
|
* @public
|
|
6177
6218
|
*/
|
|
@@ -6373,6 +6414,26 @@ export interface UpdateHostedZoneCommentResponse {
|
|
|
6373
6414
|
*/
|
|
6374
6415
|
HostedZone: HostedZone | undefined;
|
|
6375
6416
|
}
|
|
6417
|
+
/**
|
|
6418
|
+
* @public
|
|
6419
|
+
*/
|
|
6420
|
+
export interface UpdateHostedZoneFeaturesRequest {
|
|
6421
|
+
/**
|
|
6422
|
+
* <p>The ID of the hosted zone for which you want to update features. This is the unique identifier for your hosted zone.</p>
|
|
6423
|
+
* @public
|
|
6424
|
+
*/
|
|
6425
|
+
HostedZoneId: string | undefined;
|
|
6426
|
+
/**
|
|
6427
|
+
* <p>Specifies whether to enable accelerated recovery for the hosted zone. Set to <code>true</code> to enable accelerated recovery, or <code>false</code> to disable it.</p>
|
|
6428
|
+
* @public
|
|
6429
|
+
*/
|
|
6430
|
+
EnableAcceleratedRecovery?: boolean | undefined;
|
|
6431
|
+
}
|
|
6432
|
+
/**
|
|
6433
|
+
* @public
|
|
6434
|
+
*/
|
|
6435
|
+
export interface UpdateHostedZoneFeaturesResponse {
|
|
6436
|
+
}
|
|
6376
6437
|
/**
|
|
6377
6438
|
* <p>A complex type that contains information about the traffic policy that you want to
|
|
6378
6439
|
* update the comment for.</p>
|
|
@@ -132,6 +132,8 @@ export declare var HealthCheckVersionMismatch: StaticErrorSchema;
|
|
|
132
132
|
export declare var HostedZone: StaticStructureSchema;
|
|
133
133
|
export declare var HostedZoneAlreadyExists: StaticErrorSchema;
|
|
134
134
|
export declare var HostedZoneConfig: StaticStructureSchema;
|
|
135
|
+
export declare var HostedZoneFailureReasons: StaticStructureSchema;
|
|
136
|
+
export declare var HostedZoneFeatures: StaticStructureSchema;
|
|
135
137
|
export declare var HostedZoneLimit: StaticStructureSchema;
|
|
136
138
|
export declare var HostedZoneNotEmpty: StaticErrorSchema;
|
|
137
139
|
export declare var HostedZoneNotFound: StaticErrorSchema;
|
|
@@ -242,6 +244,8 @@ export declare var UpdateHealthCheckRequest: StaticStructureSchema;
|
|
|
242
244
|
export declare var UpdateHealthCheckResponse: StaticStructureSchema;
|
|
243
245
|
export declare var UpdateHostedZoneCommentRequest: StaticStructureSchema;
|
|
244
246
|
export declare var UpdateHostedZoneCommentResponse: StaticStructureSchema;
|
|
247
|
+
export declare var UpdateHostedZoneFeaturesRequest: StaticStructureSchema;
|
|
248
|
+
export declare var UpdateHostedZoneFeaturesResponse: StaticStructureSchema;
|
|
245
249
|
export declare var UpdateTrafficPolicyCommentRequest: StaticStructureSchema;
|
|
246
250
|
export declare var UpdateTrafficPolicyCommentResponse: StaticStructureSchema;
|
|
247
251
|
export declare var UpdateTrafficPolicyInstanceRequest: StaticStructureSchema;
|
|
@@ -351,5 +355,6 @@ export declare var ListVPCAssociationAuthorizations: StaticOperationSchema;
|
|
|
351
355
|
export declare var TestDNSAnswer: StaticOperationSchema;
|
|
352
356
|
export declare var UpdateHealthCheck: StaticOperationSchema;
|
|
353
357
|
export declare var UpdateHostedZoneComment: StaticOperationSchema;
|
|
358
|
+
export declare var UpdateHostedZoneFeatures: StaticOperationSchema;
|
|
354
359
|
export declare var UpdateTrafficPolicyComment: StaticOperationSchema;
|
|
355
360
|
export declare var UpdateTrafficPolicyInstance: StaticOperationSchema;
|
|
@@ -271,6 +271,10 @@ import {
|
|
|
271
271
|
UpdateHostedZoneCommentCommandInput,
|
|
272
272
|
UpdateHostedZoneCommentCommandOutput,
|
|
273
273
|
} from "./commands/UpdateHostedZoneCommentCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateHostedZoneFeaturesCommandInput,
|
|
276
|
+
UpdateHostedZoneFeaturesCommandOutput,
|
|
277
|
+
} from "./commands/UpdateHostedZoneFeaturesCommand";
|
|
274
278
|
import {
|
|
275
279
|
UpdateTrafficPolicyCommentCommandInput,
|
|
276
280
|
UpdateTrafficPolicyCommentCommandOutput,
|
|
@@ -1203,6 +1207,19 @@ export interface Route53 {
|
|
|
1203
1207
|
options: __HttpHandlerOptions,
|
|
1204
1208
|
cb: (err: any, data?: UpdateHostedZoneCommentCommandOutput) => void
|
|
1205
1209
|
): void;
|
|
1210
|
+
updateHostedZoneFeatures(
|
|
1211
|
+
args: UpdateHostedZoneFeaturesCommandInput,
|
|
1212
|
+
options?: __HttpHandlerOptions
|
|
1213
|
+
): Promise<UpdateHostedZoneFeaturesCommandOutput>;
|
|
1214
|
+
updateHostedZoneFeatures(
|
|
1215
|
+
args: UpdateHostedZoneFeaturesCommandInput,
|
|
1216
|
+
cb: (err: any, data?: UpdateHostedZoneFeaturesCommandOutput) => void
|
|
1217
|
+
): void;
|
|
1218
|
+
updateHostedZoneFeatures(
|
|
1219
|
+
args: UpdateHostedZoneFeaturesCommandInput,
|
|
1220
|
+
options: __HttpHandlerOptions,
|
|
1221
|
+
cb: (err: any, data?: UpdateHostedZoneFeaturesCommandOutput) => void
|
|
1222
|
+
): void;
|
|
1206
1223
|
updateTrafficPolicyComment(
|
|
1207
1224
|
args: UpdateTrafficPolicyCommentCommandInput,
|
|
1208
1225
|
options?: __HttpHandlerOptions
|
|
@@ -320,6 +320,10 @@ import {
|
|
|
320
320
|
UpdateHostedZoneCommentCommandInput,
|
|
321
321
|
UpdateHostedZoneCommentCommandOutput,
|
|
322
322
|
} from "./commands/UpdateHostedZoneCommentCommand";
|
|
323
|
+
import {
|
|
324
|
+
UpdateHostedZoneFeaturesCommandInput,
|
|
325
|
+
UpdateHostedZoneFeaturesCommandOutput,
|
|
326
|
+
} from "./commands/UpdateHostedZoneFeaturesCommand";
|
|
323
327
|
import {
|
|
324
328
|
UpdateTrafficPolicyCommentCommandInput,
|
|
325
329
|
UpdateTrafficPolicyCommentCommandOutput,
|
|
@@ -404,6 +408,7 @@ export type ServiceInputTypes =
|
|
|
404
408
|
| TestDNSAnswerCommandInput
|
|
405
409
|
| UpdateHealthCheckCommandInput
|
|
406
410
|
| UpdateHostedZoneCommentCommandInput
|
|
411
|
+
| UpdateHostedZoneFeaturesCommandInput
|
|
407
412
|
| UpdateTrafficPolicyCommentCommandInput
|
|
408
413
|
| UpdateTrafficPolicyInstanceCommandInput;
|
|
409
414
|
export type ServiceOutputTypes =
|
|
@@ -475,6 +480,7 @@ export type ServiceOutputTypes =
|
|
|
475
480
|
| TestDNSAnswerCommandOutput
|
|
476
481
|
| UpdateHealthCheckCommandOutput
|
|
477
482
|
| UpdateHostedZoneCommentCommandOutput
|
|
483
|
+
| UpdateHostedZoneFeaturesCommandOutput
|
|
478
484
|
| UpdateTrafficPolicyCommentCommandOutput
|
|
479
485
|
| UpdateTrafficPolicyInstanceCommandOutput;
|
|
480
486
|
export interface ClientDefaults
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateHostedZoneFeaturesRequest,
|
|
5
|
+
UpdateHostedZoneFeaturesResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
Route53ClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../Route53Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateHostedZoneFeaturesCommandInput
|
|
15
|
+
extends UpdateHostedZoneFeaturesRequest {}
|
|
16
|
+
export interface UpdateHostedZoneFeaturesCommandOutput
|
|
17
|
+
extends UpdateHostedZoneFeaturesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateHostedZoneFeaturesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateHostedZoneFeaturesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateHostedZoneFeaturesCommandInput,
|
|
24
|
+
UpdateHostedZoneFeaturesCommandOutput,
|
|
25
|
+
Route53ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateHostedZoneFeaturesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateHostedZoneFeaturesCommandInput,
|
|
33
|
+
UpdateHostedZoneFeaturesCommandOutput,
|
|
34
|
+
Route53ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateHostedZoneFeaturesCommand extends UpdateHostedZoneFeaturesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateHostedZoneFeaturesRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateHostedZoneFeaturesCommandInput;
|
|
48
|
+
output: UpdateHostedZoneFeaturesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -66,5 +66,6 @@ export * from "./ListVPCAssociationAuthorizationsCommand";
|
|
|
66
66
|
export * from "./TestDNSAnswerCommand";
|
|
67
67
|
export * from "./UpdateHealthCheckCommand";
|
|
68
68
|
export * from "./UpdateHostedZoneCommentCommand";
|
|
69
|
+
export * from "./UpdateHostedZoneFeaturesCommand";
|
|
69
70
|
export * from "./UpdateTrafficPolicyCommentCommand";
|
|
70
71
|
export * from "./UpdateTrafficPolicyInstanceCommand";
|
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
export declare const AcceleratedRecoveryStatus: {
|
|
2
|
+
readonly DISABLED: "DISABLED";
|
|
3
|
+
readonly DISABLE_FAILED: "DISABLE_FAILED";
|
|
4
|
+
readonly DISABLING: "DISABLING";
|
|
5
|
+
readonly DISABLING_HOSTED_ZONE_LOCKED: "DISABLING_HOSTED_ZONE_LOCKED";
|
|
6
|
+
readonly ENABLED: "ENABLED";
|
|
7
|
+
readonly ENABLE_FAILED: "ENABLE_FAILED";
|
|
8
|
+
readonly ENABLING: "ENABLING";
|
|
9
|
+
readonly ENABLING_HOSTED_ZONE_LOCKED: "ENABLING_HOSTED_ZONE_LOCKED";
|
|
10
|
+
};
|
|
11
|
+
export type AcceleratedRecoveryStatus =
|
|
12
|
+
(typeof AcceleratedRecoveryStatus)[keyof typeof AcceleratedRecoveryStatus];
|
|
1
13
|
export declare const AccountLimitType: {
|
|
2
14
|
readonly MAX_HEALTH_CHECKS_BY_OWNER: "MAX_HEALTH_CHECKS_BY_OWNER";
|
|
3
15
|
readonly MAX_HOSTED_ZONES_BY_OWNER: "MAX_HOSTED_ZONES_BY_OWNER";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AcceleratedRecoveryStatus,
|
|
2
3
|
AccountLimitType,
|
|
3
4
|
ChangeAction,
|
|
4
5
|
ChangeStatus,
|
|
@@ -219,6 +220,13 @@ export interface DelegationSet {
|
|
|
219
220
|
CallerReference?: string | undefined;
|
|
220
221
|
NameServers: string[] | undefined;
|
|
221
222
|
}
|
|
223
|
+
export interface HostedZoneFailureReasons {
|
|
224
|
+
AcceleratedRecovery?: string | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface HostedZoneFeatures {
|
|
227
|
+
AcceleratedRecoveryStatus?: AcceleratedRecoveryStatus | undefined;
|
|
228
|
+
FailureReasons?: HostedZoneFailureReasons | undefined;
|
|
229
|
+
}
|
|
222
230
|
export interface HostedZone {
|
|
223
231
|
Id: string | undefined;
|
|
224
232
|
Name: string | undefined;
|
|
@@ -226,6 +234,7 @@ export interface HostedZone {
|
|
|
226
234
|
Config?: HostedZoneConfig | undefined;
|
|
227
235
|
ResourceRecordSetCount?: number | undefined;
|
|
228
236
|
LinkedService?: LinkedService | undefined;
|
|
237
|
+
Features?: HostedZoneFeatures | undefined;
|
|
229
238
|
}
|
|
230
239
|
export interface CreateHostedZoneResponse {
|
|
231
240
|
HostedZone: HostedZone | undefined;
|
|
@@ -843,6 +852,11 @@ export interface UpdateHostedZoneCommentRequest {
|
|
|
843
852
|
export interface UpdateHostedZoneCommentResponse {
|
|
844
853
|
HostedZone: HostedZone | undefined;
|
|
845
854
|
}
|
|
855
|
+
export interface UpdateHostedZoneFeaturesRequest {
|
|
856
|
+
HostedZoneId: string | undefined;
|
|
857
|
+
EnableAcceleratedRecovery?: boolean | undefined;
|
|
858
|
+
}
|
|
859
|
+
export interface UpdateHostedZoneFeaturesResponse {}
|
|
846
860
|
export interface UpdateTrafficPolicyCommentRequest {
|
|
847
861
|
Id: string | undefined;
|
|
848
862
|
Version: number | undefined;
|
|
@@ -137,6 +137,8 @@ export declare var HealthCheckVersionMismatch: StaticErrorSchema;
|
|
|
137
137
|
export declare var HostedZone: StaticStructureSchema;
|
|
138
138
|
export declare var HostedZoneAlreadyExists: StaticErrorSchema;
|
|
139
139
|
export declare var HostedZoneConfig: StaticStructureSchema;
|
|
140
|
+
export declare var HostedZoneFailureReasons: StaticStructureSchema;
|
|
141
|
+
export declare var HostedZoneFeatures: StaticStructureSchema;
|
|
140
142
|
export declare var HostedZoneLimit: StaticStructureSchema;
|
|
141
143
|
export declare var HostedZoneNotEmpty: StaticErrorSchema;
|
|
142
144
|
export declare var HostedZoneNotFound: StaticErrorSchema;
|
|
@@ -247,6 +249,8 @@ export declare var UpdateHealthCheckRequest: StaticStructureSchema;
|
|
|
247
249
|
export declare var UpdateHealthCheckResponse: StaticStructureSchema;
|
|
248
250
|
export declare var UpdateHostedZoneCommentRequest: StaticStructureSchema;
|
|
249
251
|
export declare var UpdateHostedZoneCommentResponse: StaticStructureSchema;
|
|
252
|
+
export declare var UpdateHostedZoneFeaturesRequest: StaticStructureSchema;
|
|
253
|
+
export declare var UpdateHostedZoneFeaturesResponse: StaticStructureSchema;
|
|
250
254
|
export declare var UpdateTrafficPolicyCommentRequest: StaticStructureSchema;
|
|
251
255
|
export declare var UpdateTrafficPolicyCommentResponse: StaticStructureSchema;
|
|
252
256
|
export declare var UpdateTrafficPolicyInstanceRequest: StaticStructureSchema;
|
|
@@ -356,5 +360,6 @@ export declare var ListVPCAssociationAuthorizations: StaticOperationSchema;
|
|
|
356
360
|
export declare var TestDNSAnswer: StaticOperationSchema;
|
|
357
361
|
export declare var UpdateHealthCheck: StaticOperationSchema;
|
|
358
362
|
export declare var UpdateHostedZoneComment: StaticOperationSchema;
|
|
363
|
+
export declare var UpdateHostedZoneFeatures: StaticOperationSchema;
|
|
359
364
|
export declare var UpdateTrafficPolicyComment: StaticOperationSchema;
|
|
360
365
|
export declare var UpdateTrafficPolicyInstance: StaticOperationSchema;
|
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.940.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,18 +20,18 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.940.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.940.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-route53": "3.936.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.940.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
31
31
|
"@aws-sdk/types": "3.936.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.940.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.3",
|
|
36
36
|
"@smithy/core": "^3.18.5",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.6",
|