@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.
@@ -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
- var AccountLimitType;
7
- (function (AccountLimitType) {
8
- AccountLimitType["MAX_HEALTH_CHECKS_BY_OWNER"] = "MAX_HEALTH_CHECKS_BY_OWNER";
9
- AccountLimitType["MAX_HOSTED_ZONES_BY_OWNER"] = "MAX_HOSTED_ZONES_BY_OWNER";
10
- AccountLimitType["MAX_REUSABLE_DELEGATION_SETS_BY_OWNER"] = "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER";
11
- AccountLimitType["MAX_TRAFFIC_POLICIES_BY_OWNER"] = "MAX_TRAFFIC_POLICIES_BY_OWNER";
12
- AccountLimitType["MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER"] = "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER";
13
- })(AccountLimitType = exports.AccountLimitType || (exports.AccountLimitType = {}));
14
- var ChangeStatus;
15
- (function (ChangeStatus) {
16
- ChangeStatus["INSYNC"] = "INSYNC";
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
- var CloudWatchRegion;
98
- (function (CloudWatchRegion) {
99
- CloudWatchRegion["af_south_1"] = "af-south-1";
100
- CloudWatchRegion["ap_east_1"] = "ap-east-1";
101
- CloudWatchRegion["ap_northeast_1"] = "ap-northeast-1";
102
- CloudWatchRegion["ap_northeast_2"] = "ap-northeast-2";
103
- CloudWatchRegion["ap_northeast_3"] = "ap-northeast-3";
104
- CloudWatchRegion["ap_south_1"] = "ap-south-1";
105
- CloudWatchRegion["ap_south_2"] = "ap-south-2";
106
- CloudWatchRegion["ap_southeast_1"] = "ap-southeast-1";
107
- CloudWatchRegion["ap_southeast_2"] = "ap-southeast-2";
108
- CloudWatchRegion["ap_southeast_3"] = "ap-southeast-3";
109
- CloudWatchRegion["ap_southeast_4"] = "ap-southeast-4";
110
- CloudWatchRegion["ca_central_1"] = "ca-central-1";
111
- CloudWatchRegion["cn_north_1"] = "cn-north-1";
112
- CloudWatchRegion["cn_northwest_1"] = "cn-northwest-1";
113
- CloudWatchRegion["eu_central_1"] = "eu-central-1";
114
- CloudWatchRegion["eu_central_2"] = "eu-central-2";
115
- CloudWatchRegion["eu_north_1"] = "eu-north-1";
116
- CloudWatchRegion["eu_south_1"] = "eu-south-1";
117
- CloudWatchRegion["eu_south_2"] = "eu-south-2";
118
- CloudWatchRegion["eu_west_1"] = "eu-west-1";
119
- CloudWatchRegion["eu_west_2"] = "eu-west-2";
120
- CloudWatchRegion["eu_west_3"] = "eu-west-3";
121
- CloudWatchRegion["me_central_1"] = "me-central-1";
122
- CloudWatchRegion["me_south_1"] = "me-south-1";
123
- CloudWatchRegion["sa_east_1"] = "sa-east-1";
124
- CloudWatchRegion["us_east_1"] = "us-east-1";
125
- CloudWatchRegion["us_east_2"] = "us-east-2";
126
- CloudWatchRegion["us_gov_east_1"] = "us-gov-east-1";
127
- CloudWatchRegion["us_gov_west_1"] = "us-gov-west-1";
128
- CloudWatchRegion["us_iso_east_1"] = "us-iso-east-1";
129
- CloudWatchRegion["us_iso_west_1"] = "us-iso-west-1";
130
- CloudWatchRegion["us_isob_east_1"] = "us-isob-east-1";
131
- CloudWatchRegion["us_west_1"] = "us-west-1";
132
- CloudWatchRegion["us_west_2"] = "us-west-2";
133
- })(CloudWatchRegion = exports.CloudWatchRegion || (exports.CloudWatchRegion = {}));
134
- var VPCRegion;
135
- (function (VPCRegion) {
136
- VPCRegion["af_south_1"] = "af-south-1";
137
- VPCRegion["ap_east_1"] = "ap-east-1";
138
- VPCRegion["ap_northeast_1"] = "ap-northeast-1";
139
- VPCRegion["ap_northeast_2"] = "ap-northeast-2";
140
- VPCRegion["ap_northeast_3"] = "ap-northeast-3";
141
- VPCRegion["ap_south_1"] = "ap-south-1";
142
- VPCRegion["ap_south_2"] = "ap-south-2";
143
- VPCRegion["ap_southeast_1"] = "ap-southeast-1";
144
- VPCRegion["ap_southeast_2"] = "ap-southeast-2";
145
- VPCRegion["ap_southeast_3"] = "ap-southeast-3";
146
- VPCRegion["ap_southeast_4"] = "ap-southeast-4";
147
- VPCRegion["ca_central_1"] = "ca-central-1";
148
- VPCRegion["cn_north_1"] = "cn-north-1";
149
- VPCRegion["eu_central_1"] = "eu-central-1";
150
- VPCRegion["eu_central_2"] = "eu-central-2";
151
- VPCRegion["eu_north_1"] = "eu-north-1";
152
- VPCRegion["eu_south_1"] = "eu-south-1";
153
- VPCRegion["eu_south_2"] = "eu-south-2";
154
- VPCRegion["eu_west_1"] = "eu-west-1";
155
- VPCRegion["eu_west_2"] = "eu-west-2";
156
- VPCRegion["eu_west_3"] = "eu-west-3";
157
- VPCRegion["me_central_1"] = "me-central-1";
158
- VPCRegion["me_south_1"] = "me-south-1";
159
- VPCRegion["sa_east_1"] = "sa-east-1";
160
- VPCRegion["us_east_1"] = "us-east-1";
161
- VPCRegion["us_east_2"] = "us-east-2";
162
- VPCRegion["us_gov_east_1"] = "us-gov-east-1";
163
- VPCRegion["us_gov_west_1"] = "us-gov-west-1";
164
- VPCRegion["us_iso_east_1"] = "us-iso-east-1";
165
- VPCRegion["us_iso_west_1"] = "us-iso-west-1";
166
- VPCRegion["us_isob_east_1"] = "us-isob-east-1";
167
- VPCRegion["us_west_1"] = "us-west-1";
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
- var CidrCollectionChangeAction;
262
- (function (CidrCollectionChangeAction) {
263
- CidrCollectionChangeAction["DELETE_IF_EXISTS"] = "DELETE_IF_EXISTS";
264
- CidrCollectionChangeAction["PUT"] = "PUT";
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
- var ChangeAction;
309
- (function (ChangeAction) {
310
- ChangeAction["CREATE"] = "CREATE";
311
- ChangeAction["DELETE"] = "DELETE";
312
- ChangeAction["UPSERT"] = "UPSERT";
313
- })(ChangeAction = exports.ChangeAction || (exports.ChangeAction = {}));
314
- var ResourceRecordSetFailover;
315
- (function (ResourceRecordSetFailover) {
316
- ResourceRecordSetFailover["PRIMARY"] = "PRIMARY";
317
- ResourceRecordSetFailover["SECONDARY"] = "SECONDARY";
318
- })(ResourceRecordSetFailover = exports.ResourceRecordSetFailover || (exports.ResourceRecordSetFailover = {}));
319
- var ResourceRecordSetRegion;
320
- (function (ResourceRecordSetRegion) {
321
- ResourceRecordSetRegion["af_south_1"] = "af-south-1";
322
- ResourceRecordSetRegion["ap_east_1"] = "ap-east-1";
323
- ResourceRecordSetRegion["ap_northeast_1"] = "ap-northeast-1";
324
- ResourceRecordSetRegion["ap_northeast_2"] = "ap-northeast-2";
325
- ResourceRecordSetRegion["ap_northeast_3"] = "ap-northeast-3";
326
- ResourceRecordSetRegion["ap_south_1"] = "ap-south-1";
327
- ResourceRecordSetRegion["ap_south_2"] = "ap-south-2";
328
- ResourceRecordSetRegion["ap_southeast_1"] = "ap-southeast-1";
329
- ResourceRecordSetRegion["ap_southeast_2"] = "ap-southeast-2";
330
- ResourceRecordSetRegion["ap_southeast_3"] = "ap-southeast-3";
331
- ResourceRecordSetRegion["ap_southeast_4"] = "ap-southeast-4";
332
- ResourceRecordSetRegion["ca_central_1"] = "ca-central-1";
333
- ResourceRecordSetRegion["cn_north_1"] = "cn-north-1";
334
- ResourceRecordSetRegion["cn_northwest_1"] = "cn-northwest-1";
335
- ResourceRecordSetRegion["eu_central_1"] = "eu-central-1";
336
- ResourceRecordSetRegion["eu_central_2"] = "eu-central-2";
337
- ResourceRecordSetRegion["eu_north_1"] = "eu-north-1";
338
- ResourceRecordSetRegion["eu_south_1"] = "eu-south-1";
339
- ResourceRecordSetRegion["eu_south_2"] = "eu-south-2";
340
- ResourceRecordSetRegion["eu_west_1"] = "eu-west-1";
341
- ResourceRecordSetRegion["eu_west_2"] = "eu-west-2";
342
- ResourceRecordSetRegion["eu_west_3"] = "eu-west-3";
343
- ResourceRecordSetRegion["me_central_1"] = "me-central-1";
344
- ResourceRecordSetRegion["me_south_1"] = "me-south-1";
345
- ResourceRecordSetRegion["sa_east_1"] = "sa-east-1";
346
- ResourceRecordSetRegion["us_east_1"] = "us-east-1";
347
- ResourceRecordSetRegion["us_east_2"] = "us-east-2";
348
- ResourceRecordSetRegion["us_west_1"] = "us-west-1";
349
- ResourceRecordSetRegion["us_west_2"] = "us-west-2";
350
- })(ResourceRecordSetRegion = exports.ResourceRecordSetRegion || (exports.ResourceRecordSetRegion = {}));
351
- var RRType;
352
- (function (RRType) {
353
- RRType["A"] = "A";
354
- RRType["AAAA"] = "AAAA";
355
- RRType["CAA"] = "CAA";
356
- RRType["CNAME"] = "CNAME";
357
- RRType["DS"] = "DS";
358
- RRType["MX"] = "MX";
359
- RRType["NAPTR"] = "NAPTR";
360
- RRType["NS"] = "NS";
361
- RRType["PTR"] = "PTR";
362
- RRType["SOA"] = "SOA";
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
- var TagResourceType;
395
- (function (TagResourceType) {
396
- TagResourceType["healthcheck"] = "healthcheck";
397
- TagResourceType["hostedzone"] = "hostedzone";
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
- var InsufficientDataHealthStatus;
427
- (function (InsufficientDataHealthStatus) {
428
- InsufficientDataHealthStatus["Healthy"] = "Healthy";
429
- InsufficientDataHealthStatus["LastKnownStatus"] = "LastKnownStatus";
430
- InsufficientDataHealthStatus["Unhealthy"] = "Unhealthy";
431
- })(InsufficientDataHealthStatus = exports.InsufficientDataHealthStatus || (exports.InsufficientDataHealthStatus = {}));
432
- var HealthCheckRegion;
433
- (function (HealthCheckRegion) {
434
- HealthCheckRegion["ap_northeast_1"] = "ap-northeast-1";
435
- HealthCheckRegion["ap_southeast_1"] = "ap-southeast-1";
436
- HealthCheckRegion["ap_southeast_2"] = "ap-southeast-2";
437
- HealthCheckRegion["eu_west_1"] = "eu-west-1";
438
- HealthCheckRegion["sa_east_1"] = "sa-east-1";
439
- HealthCheckRegion["us_east_1"] = "us-east-1";
440
- HealthCheckRegion["us_west_1"] = "us-west-1";
441
- HealthCheckRegion["us_west_2"] = "us-west-2";
442
- })(HealthCheckRegion = exports.HealthCheckRegion || (exports.HealthCheckRegion = {}));
443
- var HealthCheckType;
444
- (function (HealthCheckType) {
445
- HealthCheckType["CALCULATED"] = "CALCULATED";
446
- HealthCheckType["CLOUDWATCH_METRIC"] = "CLOUDWATCH_METRIC";
447
- HealthCheckType["HTTP"] = "HTTP";
448
- HealthCheckType["HTTPS"] = "HTTPS";
449
- HealthCheckType["HTTPS_STR_MATCH"] = "HTTPS_STR_MATCH";
450
- HealthCheckType["HTTP_STR_MATCH"] = "HTTP_STR_MATCH";
451
- HealthCheckType["RECOVERY_CONTROL"] = "RECOVERY_CONTROL";
452
- HealthCheckType["TCP"] = "TCP";
453
- })(HealthCheckType = exports.HealthCheckType || (exports.HealthCheckType = {}));
454
- var ComparisonOperator;
455
- (function (ComparisonOperator) {
456
- ComparisonOperator["GreaterThanOrEqualToThreshold"] = "GreaterThanOrEqualToThreshold";
457
- ComparisonOperator["GreaterThanThreshold"] = "GreaterThanThreshold";
458
- ComparisonOperator["LessThanOrEqualToThreshold"] = "LessThanOrEqualToThreshold";
459
- ComparisonOperator["LessThanThreshold"] = "LessThanThreshold";
460
- })(ComparisonOperator = exports.ComparisonOperator || (exports.ComparisonOperator = {}));
461
- var Statistic;
462
- (function (Statistic) {
463
- Statistic["Average"] = "Average";
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
- var HostedZoneLimitType;
1043
- (function (HostedZoneLimitType) {
1044
- HostedZoneLimitType["MAX_RRSETS_BY_ZONE"] = "MAX_RRSETS_BY_ZONE";
1045
- HostedZoneLimitType["MAX_VPCS_ASSOCIATED_BY_ZONE"] = "MAX_VPCS_ASSOCIATED_BY_ZONE";
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
- var ReusableDelegationSetLimitType;
1061
- (function (ReusableDelegationSetLimitType) {
1062
- ReusableDelegationSetLimitType["MAX_ZONES_BY_REUSABLE_DELEGATION_SET"] = "MAX_ZONES_BY_REUSABLE_DELEGATION_SET";
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
- var ResettableElementName;
1105
- (function (ResettableElementName) {
1106
- ResettableElementName["ChildHealthChecks"] = "ChildHealthChecks";
1107
- ResettableElementName["FullyQualifiedDomainName"] = "FullyQualifiedDomainName";
1108
- ResettableElementName["Regions"] = "Regions";
1109
- ResettableElementName["ResourcePath"] = "ResourcePath";
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({