@aws-sdk/client-route-53 3.301.0 → 3.303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +196 -214
- package/dist-es/models/models_0.js +196 -214
- package/dist-types/models/models_0.d.ts +289 -199
- package/dist-types/ts3.4/models/models_0.d.ts +227 -196
- package/package.json +37 -37
|
@@ -3,19 +3,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.QueryLoggingConfigAlreadyExists = exports.NoSuchCloudWatchLogsLogGroup = exports.InsufficientCloudWatchLogsResourcePolicy = exports.TooManyKeySigningKeys = exports.KeySigningKeyAlreadyExists = exports.InvalidKeySigningKeyName = exports.InvalidArgument = exports.TooManyHostedZones = exports.NoSuchDelegationSet = exports.InvalidDomainName = exports.HostedZoneAlreadyExists = exports.DelegationSetNotReusable = exports.DelegationSetNotAvailable = exports.TooManyHealthChecks = exports.HealthCheckAlreadyExists = exports.Statistic = exports.ComparisonOperator = exports.HealthCheckType = exports.HealthCheckRegion = exports.InsufficientDataHealthStatus = exports.CidrCollectionAlreadyExistsException = exports.ThrottlingException = exports.TagResourceType = exports.NoSuchHealthCheck = exports.InvalidChangeBatch = exports.RRType = exports.ResourceRecordSetRegion = exports.ResourceRecordSetFailover = exports.ChangeAction = exports.NoSuchCidrCollectionException = exports.CidrCollectionVersionMismatchException = exports.CidrBlockInUseException = exports.CidrCollectionChangeAction = exports.PublicZoneVPCAssociation = exports.PriorRequestNotComplete = exports.NotAuthorizedException = exports.NoSuchHostedZone = exports.LimitsExceeded = exports.InvalidVPCId = exports.ConflictingDomainExists = exports.VPCRegion = exports.CloudWatchRegion = exports.NoSuchKeySigningKey = exports.InvalidSigningStatus = exports.InvalidKMSArn = exports.InvalidKeySigningKeyStatus = exports.InvalidInput = exports.ConcurrentModification = exports.ChangeStatus = exports.AccountLimitType = void 0;
|
|
4
4
|
exports.ConflictingTypes = exports.ResettableElementName = exports.HealthCheckVersionMismatch = exports.InvalidPaginationToken = exports.NoSuchCidrLocationException = exports.ReusableDelegationSetLimitType = exports.HostedZoneNotPrivate = exports.HostedZoneLimitType = exports.IncompatibleVersion = exports.NoSuchGeoLocation = exports.NoSuchChange = exports.KeySigningKeyWithActiveStatusNotFound = exports.HostedZonePartiallyDelegated = exports.VPCAssociationNotFound = exports.LastVPCAssociation = exports.DNSSECNotFound = exports.VPCAssociationAuthorizationNotFound = exports.NoSuchTrafficPolicyInstance = exports.TrafficPolicyInUse = exports.DelegationSetInUse = exports.NoSuchQueryLoggingConfig = exports.HostedZoneNotEmpty = exports.HealthCheckInUse = exports.CidrCollectionInUseException = exports.KeySigningKeyInUse = exports.KeySigningKeyInParentDSRecord = exports.TooManyVPCAssociationAuthorizations = exports.TooManyTrafficPolicyVersionsForCurrentPolicy = exports.TrafficPolicyInstanceAlreadyExists = exports.TooManyTrafficPolicyInstances = exports.NoSuchTrafficPolicy = exports.TrafficPolicyAlreadyExists = exports.TooManyTrafficPolicies = exports.InvalidTrafficPolicyDocument = exports.HostedZoneNotFound = exports.DelegationSetAlreadyReusable = exports.DelegationSetAlreadyCreated = void 0;
|
|
5
5
|
const Route53ServiceException_1 = require("./Route53ServiceException");
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
ChangeStatus["PENDING"] = "PENDING";
|
|
18
|
-
})(ChangeStatus = exports.ChangeStatus || (exports.ChangeStatus = {}));
|
|
6
|
+
exports.AccountLimitType = {
|
|
7
|
+
MAX_HEALTH_CHECKS_BY_OWNER: "MAX_HEALTH_CHECKS_BY_OWNER",
|
|
8
|
+
MAX_HOSTED_ZONES_BY_OWNER: "MAX_HOSTED_ZONES_BY_OWNER",
|
|
9
|
+
MAX_REUSABLE_DELEGATION_SETS_BY_OWNER: "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER",
|
|
10
|
+
MAX_TRAFFIC_POLICIES_BY_OWNER: "MAX_TRAFFIC_POLICIES_BY_OWNER",
|
|
11
|
+
MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER: "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER",
|
|
12
|
+
};
|
|
13
|
+
exports.ChangeStatus = {
|
|
14
|
+
INSYNC: "INSYNC",
|
|
15
|
+
PENDING: "PENDING",
|
|
16
|
+
};
|
|
19
17
|
class ConcurrentModification extends Route53ServiceException_1.Route53ServiceException {
|
|
20
18
|
constructor(opts) {
|
|
21
19
|
super({
|
|
@@ -94,79 +92,77 @@ class NoSuchKeySigningKey extends Route53ServiceException_1.Route53ServiceExcept
|
|
|
94
92
|
}
|
|
95
93
|
}
|
|
96
94
|
exports.NoSuchKeySigningKey = NoSuchKeySigningKey;
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
VPCRegion["us_west_2"] = "us-west-2";
|
|
169
|
-
})(VPCRegion = exports.VPCRegion || (exports.VPCRegion = {}));
|
|
95
|
+
exports.CloudWatchRegion = {
|
|
96
|
+
af_south_1: "af-south-1",
|
|
97
|
+
ap_east_1: "ap-east-1",
|
|
98
|
+
ap_northeast_1: "ap-northeast-1",
|
|
99
|
+
ap_northeast_2: "ap-northeast-2",
|
|
100
|
+
ap_northeast_3: "ap-northeast-3",
|
|
101
|
+
ap_south_1: "ap-south-1",
|
|
102
|
+
ap_south_2: "ap-south-2",
|
|
103
|
+
ap_southeast_1: "ap-southeast-1",
|
|
104
|
+
ap_southeast_2: "ap-southeast-2",
|
|
105
|
+
ap_southeast_3: "ap-southeast-3",
|
|
106
|
+
ap_southeast_4: "ap-southeast-4",
|
|
107
|
+
ca_central_1: "ca-central-1",
|
|
108
|
+
cn_north_1: "cn-north-1",
|
|
109
|
+
cn_northwest_1: "cn-northwest-1",
|
|
110
|
+
eu_central_1: "eu-central-1",
|
|
111
|
+
eu_central_2: "eu-central-2",
|
|
112
|
+
eu_north_1: "eu-north-1",
|
|
113
|
+
eu_south_1: "eu-south-1",
|
|
114
|
+
eu_south_2: "eu-south-2",
|
|
115
|
+
eu_west_1: "eu-west-1",
|
|
116
|
+
eu_west_2: "eu-west-2",
|
|
117
|
+
eu_west_3: "eu-west-3",
|
|
118
|
+
me_central_1: "me-central-1",
|
|
119
|
+
me_south_1: "me-south-1",
|
|
120
|
+
sa_east_1: "sa-east-1",
|
|
121
|
+
us_east_1: "us-east-1",
|
|
122
|
+
us_east_2: "us-east-2",
|
|
123
|
+
us_gov_east_1: "us-gov-east-1",
|
|
124
|
+
us_gov_west_1: "us-gov-west-1",
|
|
125
|
+
us_iso_east_1: "us-iso-east-1",
|
|
126
|
+
us_iso_west_1: "us-iso-west-1",
|
|
127
|
+
us_isob_east_1: "us-isob-east-1",
|
|
128
|
+
us_west_1: "us-west-1",
|
|
129
|
+
us_west_2: "us-west-2",
|
|
130
|
+
};
|
|
131
|
+
exports.VPCRegion = {
|
|
132
|
+
af_south_1: "af-south-1",
|
|
133
|
+
ap_east_1: "ap-east-1",
|
|
134
|
+
ap_northeast_1: "ap-northeast-1",
|
|
135
|
+
ap_northeast_2: "ap-northeast-2",
|
|
136
|
+
ap_northeast_3: "ap-northeast-3",
|
|
137
|
+
ap_south_1: "ap-south-1",
|
|
138
|
+
ap_south_2: "ap-south-2",
|
|
139
|
+
ap_southeast_1: "ap-southeast-1",
|
|
140
|
+
ap_southeast_2: "ap-southeast-2",
|
|
141
|
+
ap_southeast_3: "ap-southeast-3",
|
|
142
|
+
ap_southeast_4: "ap-southeast-4",
|
|
143
|
+
ca_central_1: "ca-central-1",
|
|
144
|
+
cn_north_1: "cn-north-1",
|
|
145
|
+
eu_central_1: "eu-central-1",
|
|
146
|
+
eu_central_2: "eu-central-2",
|
|
147
|
+
eu_north_1: "eu-north-1",
|
|
148
|
+
eu_south_1: "eu-south-1",
|
|
149
|
+
eu_south_2: "eu-south-2",
|
|
150
|
+
eu_west_1: "eu-west-1",
|
|
151
|
+
eu_west_2: "eu-west-2",
|
|
152
|
+
eu_west_3: "eu-west-3",
|
|
153
|
+
me_central_1: "me-central-1",
|
|
154
|
+
me_south_1: "me-south-1",
|
|
155
|
+
sa_east_1: "sa-east-1",
|
|
156
|
+
us_east_1: "us-east-1",
|
|
157
|
+
us_east_2: "us-east-2",
|
|
158
|
+
us_gov_east_1: "us-gov-east-1",
|
|
159
|
+
us_gov_west_1: "us-gov-west-1",
|
|
160
|
+
us_iso_east_1: "us-iso-east-1",
|
|
161
|
+
us_iso_west_1: "us-iso-west-1",
|
|
162
|
+
us_isob_east_1: "us-isob-east-1",
|
|
163
|
+
us_west_1: "us-west-1",
|
|
164
|
+
us_west_2: "us-west-2",
|
|
165
|
+
};
|
|
170
166
|
class ConflictingDomainExists extends Route53ServiceException_1.Route53ServiceException {
|
|
171
167
|
constructor(opts) {
|
|
172
168
|
super({
|
|
@@ -258,11 +254,10 @@ class PublicZoneVPCAssociation extends Route53ServiceException_1.Route53ServiceE
|
|
|
258
254
|
}
|
|
259
255
|
}
|
|
260
256
|
exports.PublicZoneVPCAssociation = PublicZoneVPCAssociation;
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
})(CidrCollectionChangeAction = exports.CidrCollectionChangeAction || (exports.CidrCollectionChangeAction = {}));
|
|
257
|
+
exports.CidrCollectionChangeAction = {
|
|
258
|
+
DELETE_IF_EXISTS: "DELETE_IF_EXISTS",
|
|
259
|
+
PUT: "PUT",
|
|
260
|
+
};
|
|
266
261
|
class CidrBlockInUseException extends Route53ServiceException_1.Route53ServiceException {
|
|
267
262
|
constructor(opts) {
|
|
268
263
|
super({
|
|
@@ -305,65 +300,61 @@ class NoSuchCidrCollectionException extends Route53ServiceException_1.Route53Ser
|
|
|
305
300
|
}
|
|
306
301
|
}
|
|
307
302
|
exports.NoSuchCidrCollectionException = NoSuchCidrCollectionException;
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
RRType["SPF"] = "SPF";
|
|
364
|
-
RRType["SRV"] = "SRV";
|
|
365
|
-
RRType["TXT"] = "TXT";
|
|
366
|
-
})(RRType = exports.RRType || (exports.RRType = {}));
|
|
303
|
+
exports.ChangeAction = {
|
|
304
|
+
CREATE: "CREATE",
|
|
305
|
+
DELETE: "DELETE",
|
|
306
|
+
UPSERT: "UPSERT",
|
|
307
|
+
};
|
|
308
|
+
exports.ResourceRecordSetFailover = {
|
|
309
|
+
PRIMARY: "PRIMARY",
|
|
310
|
+
SECONDARY: "SECONDARY",
|
|
311
|
+
};
|
|
312
|
+
exports.ResourceRecordSetRegion = {
|
|
313
|
+
af_south_1: "af-south-1",
|
|
314
|
+
ap_east_1: "ap-east-1",
|
|
315
|
+
ap_northeast_1: "ap-northeast-1",
|
|
316
|
+
ap_northeast_2: "ap-northeast-2",
|
|
317
|
+
ap_northeast_3: "ap-northeast-3",
|
|
318
|
+
ap_south_1: "ap-south-1",
|
|
319
|
+
ap_south_2: "ap-south-2",
|
|
320
|
+
ap_southeast_1: "ap-southeast-1",
|
|
321
|
+
ap_southeast_2: "ap-southeast-2",
|
|
322
|
+
ap_southeast_3: "ap-southeast-3",
|
|
323
|
+
ap_southeast_4: "ap-southeast-4",
|
|
324
|
+
ca_central_1: "ca-central-1",
|
|
325
|
+
cn_north_1: "cn-north-1",
|
|
326
|
+
cn_northwest_1: "cn-northwest-1",
|
|
327
|
+
eu_central_1: "eu-central-1",
|
|
328
|
+
eu_central_2: "eu-central-2",
|
|
329
|
+
eu_north_1: "eu-north-1",
|
|
330
|
+
eu_south_1: "eu-south-1",
|
|
331
|
+
eu_south_2: "eu-south-2",
|
|
332
|
+
eu_west_1: "eu-west-1",
|
|
333
|
+
eu_west_2: "eu-west-2",
|
|
334
|
+
eu_west_3: "eu-west-3",
|
|
335
|
+
me_central_1: "me-central-1",
|
|
336
|
+
me_south_1: "me-south-1",
|
|
337
|
+
sa_east_1: "sa-east-1",
|
|
338
|
+
us_east_1: "us-east-1",
|
|
339
|
+
us_east_2: "us-east-2",
|
|
340
|
+
us_west_1: "us-west-1",
|
|
341
|
+
us_west_2: "us-west-2",
|
|
342
|
+
};
|
|
343
|
+
exports.RRType = {
|
|
344
|
+
A: "A",
|
|
345
|
+
AAAA: "AAAA",
|
|
346
|
+
CAA: "CAA",
|
|
347
|
+
CNAME: "CNAME",
|
|
348
|
+
DS: "DS",
|
|
349
|
+
MX: "MX",
|
|
350
|
+
NAPTR: "NAPTR",
|
|
351
|
+
NS: "NS",
|
|
352
|
+
PTR: "PTR",
|
|
353
|
+
SOA: "SOA",
|
|
354
|
+
SPF: "SPF",
|
|
355
|
+
SRV: "SRV",
|
|
356
|
+
TXT: "TXT",
|
|
357
|
+
};
|
|
367
358
|
class InvalidChangeBatch extends Route53ServiceException_1.Route53ServiceException {
|
|
368
359
|
constructor(opts) {
|
|
369
360
|
super({
|
|
@@ -391,11 +382,10 @@ class NoSuchHealthCheck extends Route53ServiceException_1.Route53ServiceExceptio
|
|
|
391
382
|
}
|
|
392
383
|
}
|
|
393
384
|
exports.NoSuchHealthCheck = NoSuchHealthCheck;
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
})(TagResourceType = exports.TagResourceType || (exports.TagResourceType = {}));
|
|
385
|
+
exports.TagResourceType = {
|
|
386
|
+
healthcheck: "healthcheck",
|
|
387
|
+
hostedzone: "hostedzone",
|
|
388
|
+
};
|
|
399
389
|
class ThrottlingException extends Route53ServiceException_1.Route53ServiceException {
|
|
400
390
|
constructor(opts) {
|
|
401
391
|
super({
|
|
@@ -423,49 +413,44 @@ class CidrCollectionAlreadyExistsException extends Route53ServiceException_1.Rou
|
|
|
423
413
|
}
|
|
424
414
|
}
|
|
425
415
|
exports.CidrCollectionAlreadyExistsException = CidrCollectionAlreadyExistsException;
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
Statistic["Maximum"] = "Maximum";
|
|
465
|
-
Statistic["Minimum"] = "Minimum";
|
|
466
|
-
Statistic["SampleCount"] = "SampleCount";
|
|
467
|
-
Statistic["Sum"] = "Sum";
|
|
468
|
-
})(Statistic = exports.Statistic || (exports.Statistic = {}));
|
|
416
|
+
exports.InsufficientDataHealthStatus = {
|
|
417
|
+
Healthy: "Healthy",
|
|
418
|
+
LastKnownStatus: "LastKnownStatus",
|
|
419
|
+
Unhealthy: "Unhealthy",
|
|
420
|
+
};
|
|
421
|
+
exports.HealthCheckRegion = {
|
|
422
|
+
ap_northeast_1: "ap-northeast-1",
|
|
423
|
+
ap_southeast_1: "ap-southeast-1",
|
|
424
|
+
ap_southeast_2: "ap-southeast-2",
|
|
425
|
+
eu_west_1: "eu-west-1",
|
|
426
|
+
sa_east_1: "sa-east-1",
|
|
427
|
+
us_east_1: "us-east-1",
|
|
428
|
+
us_west_1: "us-west-1",
|
|
429
|
+
us_west_2: "us-west-2",
|
|
430
|
+
};
|
|
431
|
+
exports.HealthCheckType = {
|
|
432
|
+
CALCULATED: "CALCULATED",
|
|
433
|
+
CLOUDWATCH_METRIC: "CLOUDWATCH_METRIC",
|
|
434
|
+
HTTP: "HTTP",
|
|
435
|
+
HTTPS: "HTTPS",
|
|
436
|
+
HTTPS_STR_MATCH: "HTTPS_STR_MATCH",
|
|
437
|
+
HTTP_STR_MATCH: "HTTP_STR_MATCH",
|
|
438
|
+
RECOVERY_CONTROL: "RECOVERY_CONTROL",
|
|
439
|
+
TCP: "TCP",
|
|
440
|
+
};
|
|
441
|
+
exports.ComparisonOperator = {
|
|
442
|
+
GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold",
|
|
443
|
+
GreaterThanThreshold: "GreaterThanThreshold",
|
|
444
|
+
LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold",
|
|
445
|
+
LessThanThreshold: "LessThanThreshold",
|
|
446
|
+
};
|
|
447
|
+
exports.Statistic = {
|
|
448
|
+
Average: "Average",
|
|
449
|
+
Maximum: "Maximum",
|
|
450
|
+
Minimum: "Minimum",
|
|
451
|
+
SampleCount: "SampleCount",
|
|
452
|
+
Sum: "Sum",
|
|
453
|
+
};
|
|
469
454
|
class HealthCheckAlreadyExists extends Route53ServiceException_1.Route53ServiceException {
|
|
470
455
|
constructor(opts) {
|
|
471
456
|
super({
|
|
@@ -1039,11 +1024,10 @@ class IncompatibleVersion extends Route53ServiceException_1.Route53ServiceExcept
|
|
|
1039
1024
|
}
|
|
1040
1025
|
}
|
|
1041
1026
|
exports.IncompatibleVersion = IncompatibleVersion;
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
})(HostedZoneLimitType = exports.HostedZoneLimitType || (exports.HostedZoneLimitType = {}));
|
|
1027
|
+
exports.HostedZoneLimitType = {
|
|
1028
|
+
MAX_RRSETS_BY_ZONE: "MAX_RRSETS_BY_ZONE",
|
|
1029
|
+
MAX_VPCS_ASSOCIATED_BY_ZONE: "MAX_VPCS_ASSOCIATED_BY_ZONE",
|
|
1030
|
+
};
|
|
1047
1031
|
class HostedZoneNotPrivate extends Route53ServiceException_1.Route53ServiceException {
|
|
1048
1032
|
constructor(opts) {
|
|
1049
1033
|
super({
|
|
@@ -1057,10 +1041,9 @@ class HostedZoneNotPrivate extends Route53ServiceException_1.Route53ServiceExcep
|
|
|
1057
1041
|
}
|
|
1058
1042
|
}
|
|
1059
1043
|
exports.HostedZoneNotPrivate = HostedZoneNotPrivate;
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
})(ReusableDelegationSetLimitType = exports.ReusableDelegationSetLimitType || (exports.ReusableDelegationSetLimitType = {}));
|
|
1044
|
+
exports.ReusableDelegationSetLimitType = {
|
|
1045
|
+
MAX_ZONES_BY_REUSABLE_DELEGATION_SET: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET",
|
|
1046
|
+
};
|
|
1064
1047
|
class NoSuchCidrLocationException extends Route53ServiceException_1.Route53ServiceException {
|
|
1065
1048
|
constructor(opts) {
|
|
1066
1049
|
super({
|
|
@@ -1101,13 +1084,12 @@ class HealthCheckVersionMismatch extends Route53ServiceException_1.Route53Servic
|
|
|
1101
1084
|
}
|
|
1102
1085
|
}
|
|
1103
1086
|
exports.HealthCheckVersionMismatch = HealthCheckVersionMismatch;
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
})(ResettableElementName = exports.ResettableElementName || (exports.ResettableElementName = {}));
|
|
1087
|
+
exports.ResettableElementName = {
|
|
1088
|
+
ChildHealthChecks: "ChildHealthChecks",
|
|
1089
|
+
FullyQualifiedDomainName: "FullyQualifiedDomainName",
|
|
1090
|
+
Regions: "Regions",
|
|
1091
|
+
ResourcePath: "ResourcePath",
|
|
1092
|
+
};
|
|
1111
1093
|
class ConflictingTypes extends Route53ServiceException_1.Route53ServiceException {
|
|
1112
1094
|
constructor(opts) {
|
|
1113
1095
|
super({
|