@aws-sdk/client-route-53 3.934.0 → 3.935.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/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +236 -235
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +235 -0
- package/dist-es/models/errors.js +843 -0
- package/dist-es/models/models_0.js +1 -1078
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -2
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +387 -0
- package/dist-types/models/errors.d.ts +981 -0
- package/dist-types/models/models_0.d.ts +28 -1395
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +268 -0
- package/dist-types/ts3.4/models/errors.d.ts +477 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -745
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = "sigv4", j =
|
|
6
|
-
const _data = { version: "1.0", parameters: {
|
|
4
|
+
const F = "required", G = "fn", H = "argv", I = "ref", J = "properties", K = "headers", L = "authSchemes", M = "name", N = "signingRegion";
|
|
5
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = "sigv4", j = { [F]: true, "default": false, "type": "boolean" }, k = { [F]: false, "type": "string" }, l = { [I]: "Endpoint" }, m = { [G]: c, [H]: [{ [I]: "UseFIPS" }, true] }, n = { [G]: c, [H]: [{ [I]: "UseDualStack" }, true] }, o = {}, p = { [G]: h, [H]: [{ [G]: "getAttr", [H]: [{ [I]: g }, "name"] }, "aws"] }, q = { [G]: "getAttr", [H]: [{ [I]: g }, "name"] }, r = { [G]: c, [H]: [{ [I]: "UseFIPS" }, false] }, s = { [G]: c, [H]: [{ [I]: "UseDualStack" }, false] }, t = { [L]: [{ [M]: i, [N]: "us-east-1" }] }, u = { [G]: h, [H]: [q, "aws-cn"] }, v = { [L]: [{ [M]: i, [N]: "cn-northwest-1" }] }, w = { [G]: h, [H]: [q, "aws-us-gov"] }, x = { "url": "https://route53.us-gov.amazonaws.com", [J]: { [L]: [{ [M]: i, [N]: "us-gov-west-1" }] }, [K]: {} }, y = { "url": "https://route53.us-gov.api.aws", [J]: { [L]: [{ [M]: i, [N]: "us-gov-west-1" }] }, [K]: {} }, z = { [G]: h, [H]: [q, "aws-eusc"] }, A = { [L]: [{ [M]: i, [N]: "eusc-de-east-1" }] }, B = { [G]: "getAttr", [H]: [{ [I]: g }, "supportsFIPS"] }, C = { [G]: c, [H]: [true, { [G]: "getAttr", [H]: [{ [I]: g }, "supportsDualStack"] }] }, D = { [L]: [{ [M]: i, [N]: "{PartitionResult#implicitGlobalRegion}" }] }, E = [{ [I]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { UseDualStack: j, UseFIPS: j, Endpoint: k, Region: k }, rules: [{ conditions: [{ [G]: b, [H]: [l] }], rules: [{ conditions: [m], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: [n], error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: l, [J]: o, [K]: o }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [G]: b, [H]: E }], rules: [{ conditions: [{ [G]: "aws.partition", [H]: E, assign: g }], rules: [{ conditions: [p, r, s], endpoint: { url: "https://route53.amazonaws.com", [J]: t, [K]: o }, type: e }, { conditions: [p, m, s], endpoint: { url: "https://route53-fips.amazonaws.com", [J]: t, [K]: o }, type: e }, { conditions: [p, r, n], endpoint: { url: "https://route53.global.api.aws", [J]: t, [K]: o }, type: e }, { conditions: [p, m, n], endpoint: { url: "https://route53-fips.global.api.aws", [J]: t, [K]: o }, type: e }, { conditions: [u, r, s], endpoint: { url: "https://route53.amazonaws.com.cn", [J]: v, [K]: o }, type: e }, { conditions: [u, r, n], endpoint: { url: "https://route53.global.api.amazonwebservices.com.cn", [J]: v, [K]: o }, type: e }, { conditions: [w, r, s], endpoint: x, type: e }, { conditions: [w, m, s], endpoint: x, type: e }, { conditions: [w, r, n], endpoint: y, type: e }, { conditions: [w, m, n], endpoint: y, type: e }, { conditions: [{ [G]: h, [H]: [q, "aws-iso"] }, r, s], endpoint: { url: "https://route53.c2s.ic.gov", [J]: { [L]: [{ [M]: i, [N]: "us-iso-east-1" }] }, [K]: o }, type: e }, { conditions: [{ [G]: h, [H]: [q, "aws-iso-b"] }, r, s], endpoint: { url: "https://route53.sc2s.sgov.gov", [J]: { [L]: [{ [M]: i, [N]: "us-isob-east-1" }] }, [K]: o }, type: e }, { conditions: [{ [G]: h, [H]: [q, "aws-iso-e"] }, r, s], endpoint: { url: "https://route53.cloud.adc-e.uk", [J]: { [L]: [{ [M]: i, [N]: "eu-isoe-west-1" }] }, [K]: o }, type: e }, { conditions: [{ [G]: h, [H]: [q, "aws-iso-f"] }, r, s], endpoint: { url: "https://route53.csp.hci.ic.gov", [J]: { [L]: [{ [M]: i, [N]: "us-isof-south-1" }] }, [K]: o }, type: e }, { conditions: [z, r, s], endpoint: { url: "https://route53.amazonaws.eu", [J]: A, [K]: o }, type: e }, { conditions: [z, r, n], endpoint: { url: "https://route53.global.api.amazonwebservices.eu", [J]: A, [K]: o }, type: e }, { conditions: [m, n], rules: [{ conditions: [{ [G]: c, [H]: [a, B] }, C], rules: [{ endpoint: { url: "https://route53-fips.{PartitionResult#dualStackDnsSuffix}", [J]: D, [K]: o }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: [m, s], rules: [{ conditions: [{ [G]: c, [H]: [B, a] }], rules: [{ endpoint: { url: "https://route53-fips.{PartitionResult#dnsSuffix}", [J]: D, [K]: o }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: [r, n], rules: [{ conditions: [C], rules: [{ endpoint: { url: "https://route53.{PartitionResult#dualStackDnsSuffix}", [J]: D, [K]: o }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://route53.{PartitionResult#dnsSuffix}", [J]: D, [K]: o }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
|
|
7
7
|
exports.ruleSet = _data;
|
package/dist-cjs/index.js
CHANGED
|
@@ -119,17 +119,6 @@ let Route53ServiceException$1 = class Route53ServiceException extends smithyClie
|
|
|
119
119
|
}
|
|
120
120
|
};
|
|
121
121
|
|
|
122
|
-
const AccountLimitType = {
|
|
123
|
-
MAX_HEALTH_CHECKS_BY_OWNER: "MAX_HEALTH_CHECKS_BY_OWNER",
|
|
124
|
-
MAX_HOSTED_ZONES_BY_OWNER: "MAX_HOSTED_ZONES_BY_OWNER",
|
|
125
|
-
MAX_REUSABLE_DELEGATION_SETS_BY_OWNER: "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER",
|
|
126
|
-
MAX_TRAFFIC_POLICIES_BY_OWNER: "MAX_TRAFFIC_POLICIES_BY_OWNER",
|
|
127
|
-
MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER: "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER",
|
|
128
|
-
};
|
|
129
|
-
const ChangeStatus = {
|
|
130
|
-
INSYNC: "INSYNC",
|
|
131
|
-
PENDING: "PENDING",
|
|
132
|
-
};
|
|
133
122
|
let ConcurrentModification$1 = class ConcurrentModification extends Route53ServiceException$1 {
|
|
134
123
|
name = "ConcurrentModification";
|
|
135
124
|
$fault = "client";
|
|
@@ -202,100 +191,6 @@ let NoSuchKeySigningKey$1 = class NoSuchKeySigningKey extends Route53ServiceExce
|
|
|
202
191
|
Object.setPrototypeOf(this, NoSuchKeySigningKey.prototype);
|
|
203
192
|
}
|
|
204
193
|
};
|
|
205
|
-
const CloudWatchRegion = {
|
|
206
|
-
af_south_1: "af-south-1",
|
|
207
|
-
ap_east_1: "ap-east-1",
|
|
208
|
-
ap_east_2: "ap-east-2",
|
|
209
|
-
ap_northeast_1: "ap-northeast-1",
|
|
210
|
-
ap_northeast_2: "ap-northeast-2",
|
|
211
|
-
ap_northeast_3: "ap-northeast-3",
|
|
212
|
-
ap_south_1: "ap-south-1",
|
|
213
|
-
ap_south_2: "ap-south-2",
|
|
214
|
-
ap_southeast_1: "ap-southeast-1",
|
|
215
|
-
ap_southeast_2: "ap-southeast-2",
|
|
216
|
-
ap_southeast_3: "ap-southeast-3",
|
|
217
|
-
ap_southeast_4: "ap-southeast-4",
|
|
218
|
-
ap_southeast_5: "ap-southeast-5",
|
|
219
|
-
ap_southeast_6: "ap-southeast-6",
|
|
220
|
-
ap_southeast_7: "ap-southeast-7",
|
|
221
|
-
ca_central_1: "ca-central-1",
|
|
222
|
-
ca_west_1: "ca-west-1",
|
|
223
|
-
cn_north_1: "cn-north-1",
|
|
224
|
-
cn_northwest_1: "cn-northwest-1",
|
|
225
|
-
eu_central_1: "eu-central-1",
|
|
226
|
-
eu_central_2: "eu-central-2",
|
|
227
|
-
eu_isoe_west_1: "eu-isoe-west-1",
|
|
228
|
-
eu_north_1: "eu-north-1",
|
|
229
|
-
eu_south_1: "eu-south-1",
|
|
230
|
-
eu_south_2: "eu-south-2",
|
|
231
|
-
eu_west_1: "eu-west-1",
|
|
232
|
-
eu_west_2: "eu-west-2",
|
|
233
|
-
eu_west_3: "eu-west-3",
|
|
234
|
-
il_central_1: "il-central-1",
|
|
235
|
-
me_central_1: "me-central-1",
|
|
236
|
-
me_south_1: "me-south-1",
|
|
237
|
-
mx_central_1: "mx-central-1",
|
|
238
|
-
sa_east_1: "sa-east-1",
|
|
239
|
-
us_east_1: "us-east-1",
|
|
240
|
-
us_east_2: "us-east-2",
|
|
241
|
-
us_gov_east_1: "us-gov-east-1",
|
|
242
|
-
us_gov_west_1: "us-gov-west-1",
|
|
243
|
-
us_iso_east_1: "us-iso-east-1",
|
|
244
|
-
us_iso_west_1: "us-iso-west-1",
|
|
245
|
-
us_isob_east_1: "us-isob-east-1",
|
|
246
|
-
us_isob_west_1: "us-isob-west-1",
|
|
247
|
-
us_isof_east_1: "us-isof-east-1",
|
|
248
|
-
us_isof_south_1: "us-isof-south-1",
|
|
249
|
-
us_west_1: "us-west-1",
|
|
250
|
-
us_west_2: "us-west-2",
|
|
251
|
-
};
|
|
252
|
-
const VPCRegion = {
|
|
253
|
-
af_south_1: "af-south-1",
|
|
254
|
-
ap_east_1: "ap-east-1",
|
|
255
|
-
ap_east_2: "ap-east-2",
|
|
256
|
-
ap_northeast_1: "ap-northeast-1",
|
|
257
|
-
ap_northeast_2: "ap-northeast-2",
|
|
258
|
-
ap_northeast_3: "ap-northeast-3",
|
|
259
|
-
ap_south_1: "ap-south-1",
|
|
260
|
-
ap_south_2: "ap-south-2",
|
|
261
|
-
ap_southeast_1: "ap-southeast-1",
|
|
262
|
-
ap_southeast_2: "ap-southeast-2",
|
|
263
|
-
ap_southeast_3: "ap-southeast-3",
|
|
264
|
-
ap_southeast_4: "ap-southeast-4",
|
|
265
|
-
ap_southeast_5: "ap-southeast-5",
|
|
266
|
-
ap_southeast_6: "ap-southeast-6",
|
|
267
|
-
ap_southeast_7: "ap-southeast-7",
|
|
268
|
-
ca_central_1: "ca-central-1",
|
|
269
|
-
ca_west_1: "ca-west-1",
|
|
270
|
-
cn_north_1: "cn-north-1",
|
|
271
|
-
cn_northwest_1: "cn-northwest-1",
|
|
272
|
-
eu_central_1: "eu-central-1",
|
|
273
|
-
eu_central_2: "eu-central-2",
|
|
274
|
-
eu_isoe_west_1: "eu-isoe-west-1",
|
|
275
|
-
eu_north_1: "eu-north-1",
|
|
276
|
-
eu_south_1: "eu-south-1",
|
|
277
|
-
eu_south_2: "eu-south-2",
|
|
278
|
-
eu_west_1: "eu-west-1",
|
|
279
|
-
eu_west_2: "eu-west-2",
|
|
280
|
-
eu_west_3: "eu-west-3",
|
|
281
|
-
il_central_1: "il-central-1",
|
|
282
|
-
me_central_1: "me-central-1",
|
|
283
|
-
me_south_1: "me-south-1",
|
|
284
|
-
mx_central_1: "mx-central-1",
|
|
285
|
-
sa_east_1: "sa-east-1",
|
|
286
|
-
us_east_1: "us-east-1",
|
|
287
|
-
us_east_2: "us-east-2",
|
|
288
|
-
us_gov_east_1: "us-gov-east-1",
|
|
289
|
-
us_gov_west_1: "us-gov-west-1",
|
|
290
|
-
us_iso_east_1: "us-iso-east-1",
|
|
291
|
-
us_iso_west_1: "us-iso-west-1",
|
|
292
|
-
us_isob_east_1: "us-isob-east-1",
|
|
293
|
-
us_isob_west_1: "us-isob-west-1",
|
|
294
|
-
us_isof_east_1: "us-isof-east-1",
|
|
295
|
-
us_isof_south_1: "us-isof-south-1",
|
|
296
|
-
us_west_1: "us-west-1",
|
|
297
|
-
us_west_2: "us-west-2",
|
|
298
|
-
};
|
|
299
194
|
let ConflictingDomainExists$1 = class ConflictingDomainExists extends Route53ServiceException$1 {
|
|
300
195
|
name = "ConflictingDomainExists";
|
|
301
196
|
$fault = "client";
|
|
@@ -380,10 +275,6 @@ let PublicZoneVPCAssociation$1 = class PublicZoneVPCAssociation extends Route53S
|
|
|
380
275
|
Object.setPrototypeOf(this, PublicZoneVPCAssociation.prototype);
|
|
381
276
|
}
|
|
382
277
|
};
|
|
383
|
-
const CidrCollectionChangeAction = {
|
|
384
|
-
DELETE_IF_EXISTS: "DELETE_IF_EXISTS",
|
|
385
|
-
PUT: "PUT",
|
|
386
|
-
};
|
|
387
278
|
let CidrBlockInUseException$1 = class CidrBlockInUseException extends Route53ServiceException$1 {
|
|
388
279
|
name = "CidrBlockInUseException";
|
|
389
280
|
$fault = "client";
|
|
@@ -426,74 +317,6 @@ let NoSuchCidrCollectionException$1 = class NoSuchCidrCollectionException extend
|
|
|
426
317
|
this.Message = opts.Message;
|
|
427
318
|
}
|
|
428
319
|
};
|
|
429
|
-
const ChangeAction = {
|
|
430
|
-
CREATE: "CREATE",
|
|
431
|
-
DELETE: "DELETE",
|
|
432
|
-
UPSERT: "UPSERT",
|
|
433
|
-
};
|
|
434
|
-
const ResourceRecordSetFailover = {
|
|
435
|
-
PRIMARY: "PRIMARY",
|
|
436
|
-
SECONDARY: "SECONDARY",
|
|
437
|
-
};
|
|
438
|
-
const ResourceRecordSetRegion = {
|
|
439
|
-
af_south_1: "af-south-1",
|
|
440
|
-
ap_east_1: "ap-east-1",
|
|
441
|
-
ap_east_2: "ap-east-2",
|
|
442
|
-
ap_northeast_1: "ap-northeast-1",
|
|
443
|
-
ap_northeast_2: "ap-northeast-2",
|
|
444
|
-
ap_northeast_3: "ap-northeast-3",
|
|
445
|
-
ap_south_1: "ap-south-1",
|
|
446
|
-
ap_south_2: "ap-south-2",
|
|
447
|
-
ap_southeast_1: "ap-southeast-1",
|
|
448
|
-
ap_southeast_2: "ap-southeast-2",
|
|
449
|
-
ap_southeast_3: "ap-southeast-3",
|
|
450
|
-
ap_southeast_4: "ap-southeast-4",
|
|
451
|
-
ap_southeast_5: "ap-southeast-5",
|
|
452
|
-
ap_southeast_6: "ap-southeast-6",
|
|
453
|
-
ap_southeast_7: "ap-southeast-7",
|
|
454
|
-
ca_central_1: "ca-central-1",
|
|
455
|
-
ca_west_1: "ca-west-1",
|
|
456
|
-
cn_north_1: "cn-north-1",
|
|
457
|
-
cn_northwest_1: "cn-northwest-1",
|
|
458
|
-
eu_central_1: "eu-central-1",
|
|
459
|
-
eu_central_2: "eu-central-2",
|
|
460
|
-
eu_north_1: "eu-north-1",
|
|
461
|
-
eu_south_1: "eu-south-1",
|
|
462
|
-
eu_south_2: "eu-south-2",
|
|
463
|
-
eu_west_1: "eu-west-1",
|
|
464
|
-
eu_west_2: "eu-west-2",
|
|
465
|
-
eu_west_3: "eu-west-3",
|
|
466
|
-
il_central_1: "il-central-1",
|
|
467
|
-
me_central_1: "me-central-1",
|
|
468
|
-
me_south_1: "me-south-1",
|
|
469
|
-
mx_central_1: "mx-central-1",
|
|
470
|
-
sa_east_1: "sa-east-1",
|
|
471
|
-
us_east_1: "us-east-1",
|
|
472
|
-
us_east_2: "us-east-2",
|
|
473
|
-
us_gov_east_1: "us-gov-east-1",
|
|
474
|
-
us_gov_west_1: "us-gov-west-1",
|
|
475
|
-
us_west_1: "us-west-1",
|
|
476
|
-
us_west_2: "us-west-2",
|
|
477
|
-
};
|
|
478
|
-
const RRType = {
|
|
479
|
-
A: "A",
|
|
480
|
-
AAAA: "AAAA",
|
|
481
|
-
CAA: "CAA",
|
|
482
|
-
CNAME: "CNAME",
|
|
483
|
-
DS: "DS",
|
|
484
|
-
HTTPS: "HTTPS",
|
|
485
|
-
MX: "MX",
|
|
486
|
-
NAPTR: "NAPTR",
|
|
487
|
-
NS: "NS",
|
|
488
|
-
PTR: "PTR",
|
|
489
|
-
SOA: "SOA",
|
|
490
|
-
SPF: "SPF",
|
|
491
|
-
SRV: "SRV",
|
|
492
|
-
SSHFP: "SSHFP",
|
|
493
|
-
SVCB: "SVCB",
|
|
494
|
-
TLSA: "TLSA",
|
|
495
|
-
TXT: "TXT",
|
|
496
|
-
};
|
|
497
320
|
let InvalidChangeBatch$1 = class InvalidChangeBatch extends Route53ServiceException$1 {
|
|
498
321
|
name = "InvalidChangeBatch";
|
|
499
322
|
$fault = "client";
|
|
@@ -520,10 +343,6 @@ let NoSuchHealthCheck$1 = class NoSuchHealthCheck extends Route53ServiceExceptio
|
|
|
520
343
|
Object.setPrototypeOf(this, NoSuchHealthCheck.prototype);
|
|
521
344
|
}
|
|
522
345
|
};
|
|
523
|
-
const TagResourceType = {
|
|
524
|
-
healthcheck: "healthcheck",
|
|
525
|
-
hostedzone: "hostedzone",
|
|
526
|
-
};
|
|
527
346
|
let ThrottlingException$1 = class ThrottlingException extends Route53ServiceException$1 {
|
|
528
347
|
name = "ThrottlingException";
|
|
529
348
|
$fault = "client";
|
|
@@ -550,44 +369,6 @@ let CidrCollectionAlreadyExistsException$1 = class CidrCollectionAlreadyExistsEx
|
|
|
550
369
|
this.Message = opts.Message;
|
|
551
370
|
}
|
|
552
371
|
};
|
|
553
|
-
const InsufficientDataHealthStatus = {
|
|
554
|
-
Healthy: "Healthy",
|
|
555
|
-
LastKnownStatus: "LastKnownStatus",
|
|
556
|
-
Unhealthy: "Unhealthy",
|
|
557
|
-
};
|
|
558
|
-
const HealthCheckRegion = {
|
|
559
|
-
ap_northeast_1: "ap-northeast-1",
|
|
560
|
-
ap_southeast_1: "ap-southeast-1",
|
|
561
|
-
ap_southeast_2: "ap-southeast-2",
|
|
562
|
-
eu_west_1: "eu-west-1",
|
|
563
|
-
sa_east_1: "sa-east-1",
|
|
564
|
-
us_east_1: "us-east-1",
|
|
565
|
-
us_west_1: "us-west-1",
|
|
566
|
-
us_west_2: "us-west-2",
|
|
567
|
-
};
|
|
568
|
-
const HealthCheckType = {
|
|
569
|
-
CALCULATED: "CALCULATED",
|
|
570
|
-
CLOUDWATCH_METRIC: "CLOUDWATCH_METRIC",
|
|
571
|
-
HTTP: "HTTP",
|
|
572
|
-
HTTPS: "HTTPS",
|
|
573
|
-
HTTPS_STR_MATCH: "HTTPS_STR_MATCH",
|
|
574
|
-
HTTP_STR_MATCH: "HTTP_STR_MATCH",
|
|
575
|
-
RECOVERY_CONTROL: "RECOVERY_CONTROL",
|
|
576
|
-
TCP: "TCP",
|
|
577
|
-
};
|
|
578
|
-
const ComparisonOperator = {
|
|
579
|
-
GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold",
|
|
580
|
-
GreaterThanThreshold: "GreaterThanThreshold",
|
|
581
|
-
LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold",
|
|
582
|
-
LessThanThreshold: "LessThanThreshold",
|
|
583
|
-
};
|
|
584
|
-
const Statistic = {
|
|
585
|
-
Average: "Average",
|
|
586
|
-
Maximum: "Maximum",
|
|
587
|
-
Minimum: "Minimum",
|
|
588
|
-
SampleCount: "SampleCount",
|
|
589
|
-
Sum: "Sum",
|
|
590
|
-
};
|
|
591
372
|
let HealthCheckAlreadyExists$1 = class HealthCheckAlreadyExists extends Route53ServiceException$1 {
|
|
592
373
|
name = "HealthCheckAlreadyExists";
|
|
593
374
|
$fault = "client";
|
|
@@ -1118,10 +899,6 @@ let IncompatibleVersion$1 = class IncompatibleVersion extends Route53ServiceExce
|
|
|
1118
899
|
Object.setPrototypeOf(this, IncompatibleVersion.prototype);
|
|
1119
900
|
}
|
|
1120
901
|
};
|
|
1121
|
-
const HostedZoneLimitType = {
|
|
1122
|
-
MAX_RRSETS_BY_ZONE: "MAX_RRSETS_BY_ZONE",
|
|
1123
|
-
MAX_VPCS_ASSOCIATED_BY_ZONE: "MAX_VPCS_ASSOCIATED_BY_ZONE",
|
|
1124
|
-
};
|
|
1125
902
|
let HostedZoneNotPrivate$1 = class HostedZoneNotPrivate extends Route53ServiceException$1 {
|
|
1126
903
|
name = "HostedZoneNotPrivate";
|
|
1127
904
|
$fault = "client";
|
|
@@ -1134,9 +911,6 @@ let HostedZoneNotPrivate$1 = class HostedZoneNotPrivate extends Route53ServiceEx
|
|
|
1134
911
|
Object.setPrototypeOf(this, HostedZoneNotPrivate.prototype);
|
|
1135
912
|
}
|
|
1136
913
|
};
|
|
1137
|
-
const ReusableDelegationSetLimitType = {
|
|
1138
|
-
MAX_ZONES_BY_REUSABLE_DELEGATION_SET: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET",
|
|
1139
|
-
};
|
|
1140
914
|
let NoSuchCidrLocationException$1 = class NoSuchCidrLocationException extends Route53ServiceException$1 {
|
|
1141
915
|
name = "NoSuchCidrLocationException";
|
|
1142
916
|
$fault = "client";
|
|
@@ -1151,9 +925,6 @@ let NoSuchCidrLocationException$1 = class NoSuchCidrLocationException extends Ro
|
|
|
1151
925
|
this.Message = opts.Message;
|
|
1152
926
|
}
|
|
1153
927
|
};
|
|
1154
|
-
const HostedZoneType = {
|
|
1155
|
-
PRIVATE_HOSTED_ZONE: "PrivateHostedZone",
|
|
1156
|
-
};
|
|
1157
928
|
let InvalidPaginationToken$1 = class InvalidPaginationToken extends Route53ServiceException$1 {
|
|
1158
929
|
name = "InvalidPaginationToken";
|
|
1159
930
|
$fault = "client";
|
|
@@ -1178,12 +949,6 @@ let HealthCheckVersionMismatch$1 = class HealthCheckVersionMismatch extends Rout
|
|
|
1178
949
|
Object.setPrototypeOf(this, HealthCheckVersionMismatch.prototype);
|
|
1179
950
|
}
|
|
1180
951
|
};
|
|
1181
|
-
const ResettableElementName = {
|
|
1182
|
-
ChildHealthChecks: "ChildHealthChecks",
|
|
1183
|
-
FullyQualifiedDomainName: "FullyQualifiedDomainName",
|
|
1184
|
-
Regions: "Regions",
|
|
1185
|
-
ResourcePath: "ResourcePath",
|
|
1186
|
-
};
|
|
1187
952
|
let ConflictingTypes$1 = class ConflictingTypes extends Route53ServiceException$1 {
|
|
1188
953
|
name = "ConflictingTypes";
|
|
1189
954
|
$fault = "client";
|
|
@@ -5952,6 +5717,242 @@ const waitUntilResourceRecordSetsChanged = async (params, input) => {
|
|
|
5952
5717
|
return utilWaiter.checkExceptions(result);
|
|
5953
5718
|
};
|
|
5954
5719
|
|
|
5720
|
+
const AccountLimitType = {
|
|
5721
|
+
MAX_HEALTH_CHECKS_BY_OWNER: "MAX_HEALTH_CHECKS_BY_OWNER",
|
|
5722
|
+
MAX_HOSTED_ZONES_BY_OWNER: "MAX_HOSTED_ZONES_BY_OWNER",
|
|
5723
|
+
MAX_REUSABLE_DELEGATION_SETS_BY_OWNER: "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER",
|
|
5724
|
+
MAX_TRAFFIC_POLICIES_BY_OWNER: "MAX_TRAFFIC_POLICIES_BY_OWNER",
|
|
5725
|
+
MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER: "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER",
|
|
5726
|
+
};
|
|
5727
|
+
const ChangeStatus = {
|
|
5728
|
+
INSYNC: "INSYNC",
|
|
5729
|
+
PENDING: "PENDING",
|
|
5730
|
+
};
|
|
5731
|
+
const CloudWatchRegion = {
|
|
5732
|
+
af_south_1: "af-south-1",
|
|
5733
|
+
ap_east_1: "ap-east-1",
|
|
5734
|
+
ap_east_2: "ap-east-2",
|
|
5735
|
+
ap_northeast_1: "ap-northeast-1",
|
|
5736
|
+
ap_northeast_2: "ap-northeast-2",
|
|
5737
|
+
ap_northeast_3: "ap-northeast-3",
|
|
5738
|
+
ap_south_1: "ap-south-1",
|
|
5739
|
+
ap_south_2: "ap-south-2",
|
|
5740
|
+
ap_southeast_1: "ap-southeast-1",
|
|
5741
|
+
ap_southeast_2: "ap-southeast-2",
|
|
5742
|
+
ap_southeast_3: "ap-southeast-3",
|
|
5743
|
+
ap_southeast_4: "ap-southeast-4",
|
|
5744
|
+
ap_southeast_5: "ap-southeast-5",
|
|
5745
|
+
ap_southeast_6: "ap-southeast-6",
|
|
5746
|
+
ap_southeast_7: "ap-southeast-7",
|
|
5747
|
+
ca_central_1: "ca-central-1",
|
|
5748
|
+
ca_west_1: "ca-west-1",
|
|
5749
|
+
cn_north_1: "cn-north-1",
|
|
5750
|
+
cn_northwest_1: "cn-northwest-1",
|
|
5751
|
+
eu_central_1: "eu-central-1",
|
|
5752
|
+
eu_central_2: "eu-central-2",
|
|
5753
|
+
eu_isoe_west_1: "eu-isoe-west-1",
|
|
5754
|
+
eu_north_1: "eu-north-1",
|
|
5755
|
+
eu_south_1: "eu-south-1",
|
|
5756
|
+
eu_south_2: "eu-south-2",
|
|
5757
|
+
eu_west_1: "eu-west-1",
|
|
5758
|
+
eu_west_2: "eu-west-2",
|
|
5759
|
+
eu_west_3: "eu-west-3",
|
|
5760
|
+
il_central_1: "il-central-1",
|
|
5761
|
+
me_central_1: "me-central-1",
|
|
5762
|
+
me_south_1: "me-south-1",
|
|
5763
|
+
mx_central_1: "mx-central-1",
|
|
5764
|
+
sa_east_1: "sa-east-1",
|
|
5765
|
+
us_east_1: "us-east-1",
|
|
5766
|
+
us_east_2: "us-east-2",
|
|
5767
|
+
us_gov_east_1: "us-gov-east-1",
|
|
5768
|
+
us_gov_west_1: "us-gov-west-1",
|
|
5769
|
+
us_iso_east_1: "us-iso-east-1",
|
|
5770
|
+
us_iso_west_1: "us-iso-west-1",
|
|
5771
|
+
us_isob_east_1: "us-isob-east-1",
|
|
5772
|
+
us_isob_west_1: "us-isob-west-1",
|
|
5773
|
+
us_isof_east_1: "us-isof-east-1",
|
|
5774
|
+
us_isof_south_1: "us-isof-south-1",
|
|
5775
|
+
us_west_1: "us-west-1",
|
|
5776
|
+
us_west_2: "us-west-2",
|
|
5777
|
+
};
|
|
5778
|
+
const VPCRegion = {
|
|
5779
|
+
af_south_1: "af-south-1",
|
|
5780
|
+
ap_east_1: "ap-east-1",
|
|
5781
|
+
ap_east_2: "ap-east-2",
|
|
5782
|
+
ap_northeast_1: "ap-northeast-1",
|
|
5783
|
+
ap_northeast_2: "ap-northeast-2",
|
|
5784
|
+
ap_northeast_3: "ap-northeast-3",
|
|
5785
|
+
ap_south_1: "ap-south-1",
|
|
5786
|
+
ap_south_2: "ap-south-2",
|
|
5787
|
+
ap_southeast_1: "ap-southeast-1",
|
|
5788
|
+
ap_southeast_2: "ap-southeast-2",
|
|
5789
|
+
ap_southeast_3: "ap-southeast-3",
|
|
5790
|
+
ap_southeast_4: "ap-southeast-4",
|
|
5791
|
+
ap_southeast_5: "ap-southeast-5",
|
|
5792
|
+
ap_southeast_6: "ap-southeast-6",
|
|
5793
|
+
ap_southeast_7: "ap-southeast-7",
|
|
5794
|
+
ca_central_1: "ca-central-1",
|
|
5795
|
+
ca_west_1: "ca-west-1",
|
|
5796
|
+
cn_north_1: "cn-north-1",
|
|
5797
|
+
cn_northwest_1: "cn-northwest-1",
|
|
5798
|
+
eu_central_1: "eu-central-1",
|
|
5799
|
+
eu_central_2: "eu-central-2",
|
|
5800
|
+
eu_isoe_west_1: "eu-isoe-west-1",
|
|
5801
|
+
eu_north_1: "eu-north-1",
|
|
5802
|
+
eu_south_1: "eu-south-1",
|
|
5803
|
+
eu_south_2: "eu-south-2",
|
|
5804
|
+
eu_west_1: "eu-west-1",
|
|
5805
|
+
eu_west_2: "eu-west-2",
|
|
5806
|
+
eu_west_3: "eu-west-3",
|
|
5807
|
+
il_central_1: "il-central-1",
|
|
5808
|
+
me_central_1: "me-central-1",
|
|
5809
|
+
me_south_1: "me-south-1",
|
|
5810
|
+
mx_central_1: "mx-central-1",
|
|
5811
|
+
sa_east_1: "sa-east-1",
|
|
5812
|
+
us_east_1: "us-east-1",
|
|
5813
|
+
us_east_2: "us-east-2",
|
|
5814
|
+
us_gov_east_1: "us-gov-east-1",
|
|
5815
|
+
us_gov_west_1: "us-gov-west-1",
|
|
5816
|
+
us_iso_east_1: "us-iso-east-1",
|
|
5817
|
+
us_iso_west_1: "us-iso-west-1",
|
|
5818
|
+
us_isob_east_1: "us-isob-east-1",
|
|
5819
|
+
us_isob_west_1: "us-isob-west-1",
|
|
5820
|
+
us_isof_east_1: "us-isof-east-1",
|
|
5821
|
+
us_isof_south_1: "us-isof-south-1",
|
|
5822
|
+
us_west_1: "us-west-1",
|
|
5823
|
+
us_west_2: "us-west-2",
|
|
5824
|
+
};
|
|
5825
|
+
const CidrCollectionChangeAction = {
|
|
5826
|
+
DELETE_IF_EXISTS: "DELETE_IF_EXISTS",
|
|
5827
|
+
PUT: "PUT",
|
|
5828
|
+
};
|
|
5829
|
+
const ChangeAction = {
|
|
5830
|
+
CREATE: "CREATE",
|
|
5831
|
+
DELETE: "DELETE",
|
|
5832
|
+
UPSERT: "UPSERT",
|
|
5833
|
+
};
|
|
5834
|
+
const ResourceRecordSetFailover = {
|
|
5835
|
+
PRIMARY: "PRIMARY",
|
|
5836
|
+
SECONDARY: "SECONDARY",
|
|
5837
|
+
};
|
|
5838
|
+
const ResourceRecordSetRegion = {
|
|
5839
|
+
af_south_1: "af-south-1",
|
|
5840
|
+
ap_east_1: "ap-east-1",
|
|
5841
|
+
ap_east_2: "ap-east-2",
|
|
5842
|
+
ap_northeast_1: "ap-northeast-1",
|
|
5843
|
+
ap_northeast_2: "ap-northeast-2",
|
|
5844
|
+
ap_northeast_3: "ap-northeast-3",
|
|
5845
|
+
ap_south_1: "ap-south-1",
|
|
5846
|
+
ap_south_2: "ap-south-2",
|
|
5847
|
+
ap_southeast_1: "ap-southeast-1",
|
|
5848
|
+
ap_southeast_2: "ap-southeast-2",
|
|
5849
|
+
ap_southeast_3: "ap-southeast-3",
|
|
5850
|
+
ap_southeast_4: "ap-southeast-4",
|
|
5851
|
+
ap_southeast_5: "ap-southeast-5",
|
|
5852
|
+
ap_southeast_6: "ap-southeast-6",
|
|
5853
|
+
ap_southeast_7: "ap-southeast-7",
|
|
5854
|
+
ca_central_1: "ca-central-1",
|
|
5855
|
+
ca_west_1: "ca-west-1",
|
|
5856
|
+
cn_north_1: "cn-north-1",
|
|
5857
|
+
cn_northwest_1: "cn-northwest-1",
|
|
5858
|
+
eu_central_1: "eu-central-1",
|
|
5859
|
+
eu_central_2: "eu-central-2",
|
|
5860
|
+
eu_north_1: "eu-north-1",
|
|
5861
|
+
eu_south_1: "eu-south-1",
|
|
5862
|
+
eu_south_2: "eu-south-2",
|
|
5863
|
+
eu_west_1: "eu-west-1",
|
|
5864
|
+
eu_west_2: "eu-west-2",
|
|
5865
|
+
eu_west_3: "eu-west-3",
|
|
5866
|
+
il_central_1: "il-central-1",
|
|
5867
|
+
me_central_1: "me-central-1",
|
|
5868
|
+
me_south_1: "me-south-1",
|
|
5869
|
+
mx_central_1: "mx-central-1",
|
|
5870
|
+
sa_east_1: "sa-east-1",
|
|
5871
|
+
us_east_1: "us-east-1",
|
|
5872
|
+
us_east_2: "us-east-2",
|
|
5873
|
+
us_gov_east_1: "us-gov-east-1",
|
|
5874
|
+
us_gov_west_1: "us-gov-west-1",
|
|
5875
|
+
us_west_1: "us-west-1",
|
|
5876
|
+
us_west_2: "us-west-2",
|
|
5877
|
+
};
|
|
5878
|
+
const RRType = {
|
|
5879
|
+
A: "A",
|
|
5880
|
+
AAAA: "AAAA",
|
|
5881
|
+
CAA: "CAA",
|
|
5882
|
+
CNAME: "CNAME",
|
|
5883
|
+
DS: "DS",
|
|
5884
|
+
HTTPS: "HTTPS",
|
|
5885
|
+
MX: "MX",
|
|
5886
|
+
NAPTR: "NAPTR",
|
|
5887
|
+
NS: "NS",
|
|
5888
|
+
PTR: "PTR",
|
|
5889
|
+
SOA: "SOA",
|
|
5890
|
+
SPF: "SPF",
|
|
5891
|
+
SRV: "SRV",
|
|
5892
|
+
SSHFP: "SSHFP",
|
|
5893
|
+
SVCB: "SVCB",
|
|
5894
|
+
TLSA: "TLSA",
|
|
5895
|
+
TXT: "TXT",
|
|
5896
|
+
};
|
|
5897
|
+
const TagResourceType = {
|
|
5898
|
+
healthcheck: "healthcheck",
|
|
5899
|
+
hostedzone: "hostedzone",
|
|
5900
|
+
};
|
|
5901
|
+
const InsufficientDataHealthStatus = {
|
|
5902
|
+
Healthy: "Healthy",
|
|
5903
|
+
LastKnownStatus: "LastKnownStatus",
|
|
5904
|
+
Unhealthy: "Unhealthy",
|
|
5905
|
+
};
|
|
5906
|
+
const HealthCheckRegion = {
|
|
5907
|
+
ap_northeast_1: "ap-northeast-1",
|
|
5908
|
+
ap_southeast_1: "ap-southeast-1",
|
|
5909
|
+
ap_southeast_2: "ap-southeast-2",
|
|
5910
|
+
eu_west_1: "eu-west-1",
|
|
5911
|
+
sa_east_1: "sa-east-1",
|
|
5912
|
+
us_east_1: "us-east-1",
|
|
5913
|
+
us_west_1: "us-west-1",
|
|
5914
|
+
us_west_2: "us-west-2",
|
|
5915
|
+
};
|
|
5916
|
+
const HealthCheckType = {
|
|
5917
|
+
CALCULATED: "CALCULATED",
|
|
5918
|
+
CLOUDWATCH_METRIC: "CLOUDWATCH_METRIC",
|
|
5919
|
+
HTTP: "HTTP",
|
|
5920
|
+
HTTPS: "HTTPS",
|
|
5921
|
+
HTTPS_STR_MATCH: "HTTPS_STR_MATCH",
|
|
5922
|
+
HTTP_STR_MATCH: "HTTP_STR_MATCH",
|
|
5923
|
+
RECOVERY_CONTROL: "RECOVERY_CONTROL",
|
|
5924
|
+
TCP: "TCP",
|
|
5925
|
+
};
|
|
5926
|
+
const ComparisonOperator = {
|
|
5927
|
+
GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold",
|
|
5928
|
+
GreaterThanThreshold: "GreaterThanThreshold",
|
|
5929
|
+
LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold",
|
|
5930
|
+
LessThanThreshold: "LessThanThreshold",
|
|
5931
|
+
};
|
|
5932
|
+
const Statistic = {
|
|
5933
|
+
Average: "Average",
|
|
5934
|
+
Maximum: "Maximum",
|
|
5935
|
+
Minimum: "Minimum",
|
|
5936
|
+
SampleCount: "SampleCount",
|
|
5937
|
+
Sum: "Sum",
|
|
5938
|
+
};
|
|
5939
|
+
const HostedZoneLimitType = {
|
|
5940
|
+
MAX_RRSETS_BY_ZONE: "MAX_RRSETS_BY_ZONE",
|
|
5941
|
+
MAX_VPCS_ASSOCIATED_BY_ZONE: "MAX_VPCS_ASSOCIATED_BY_ZONE",
|
|
5942
|
+
};
|
|
5943
|
+
const ReusableDelegationSetLimitType = {
|
|
5944
|
+
MAX_ZONES_BY_REUSABLE_DELEGATION_SET: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET",
|
|
5945
|
+
};
|
|
5946
|
+
const HostedZoneType = {
|
|
5947
|
+
PRIVATE_HOSTED_ZONE: "PrivateHostedZone",
|
|
5948
|
+
};
|
|
5949
|
+
const ResettableElementName = {
|
|
5950
|
+
ChildHealthChecks: "ChildHealthChecks",
|
|
5951
|
+
FullyQualifiedDomainName: "FullyQualifiedDomainName",
|
|
5952
|
+
Regions: "Regions",
|
|
5953
|
+
ResourcePath: "ResourcePath",
|
|
5954
|
+
};
|
|
5955
|
+
|
|
5955
5956
|
Object.defineProperty(exports, "$Command", {
|
|
5956
5957
|
enumerable: true,
|
|
5957
5958
|
get: function () { return smithyClient.Command; }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = "sigv4", j =
|
|
3
|
-
const _data = { version: "1.0", parameters: {
|
|
1
|
+
const F = "required", G = "fn", H = "argv", I = "ref", J = "properties", K = "headers", L = "authSchemes", M = "name", N = "signingRegion";
|
|
2
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = "sigv4", j = { [F]: true, "default": false, "type": "boolean" }, k = { [F]: false, "type": "string" }, l = { [I]: "Endpoint" }, m = { [G]: c, [H]: [{ [I]: "UseFIPS" }, true] }, n = { [G]: c, [H]: [{ [I]: "UseDualStack" }, true] }, o = {}, p = { [G]: h, [H]: [{ [G]: "getAttr", [H]: [{ [I]: g }, "name"] }, "aws"] }, q = { [G]: "getAttr", [H]: [{ [I]: g }, "name"] }, r = { [G]: c, [H]: [{ [I]: "UseFIPS" }, false] }, s = { [G]: c, [H]: [{ [I]: "UseDualStack" }, false] }, t = { [L]: [{ [M]: i, [N]: "us-east-1" }] }, u = { [G]: h, [H]: [q, "aws-cn"] }, v = { [L]: [{ [M]: i, [N]: "cn-northwest-1" }] }, w = { [G]: h, [H]: [q, "aws-us-gov"] }, x = { "url": "https://route53.us-gov.amazonaws.com", [J]: { [L]: [{ [M]: i, [N]: "us-gov-west-1" }] }, [K]: {} }, y = { "url": "https://route53.us-gov.api.aws", [J]: { [L]: [{ [M]: i, [N]: "us-gov-west-1" }] }, [K]: {} }, z = { [G]: h, [H]: [q, "aws-eusc"] }, A = { [L]: [{ [M]: i, [N]: "eusc-de-east-1" }] }, B = { [G]: "getAttr", [H]: [{ [I]: g }, "supportsFIPS"] }, C = { [G]: c, [H]: [true, { [G]: "getAttr", [H]: [{ [I]: g }, "supportsDualStack"] }] }, D = { [L]: [{ [M]: i, [N]: "{PartitionResult#implicitGlobalRegion}" }] }, E = [{ [I]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { UseDualStack: j, UseFIPS: j, Endpoint: k, Region: k }, rules: [{ conditions: [{ [G]: b, [H]: [l] }], rules: [{ conditions: [m], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: [n], error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: l, [J]: o, [K]: o }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [G]: b, [H]: E }], rules: [{ conditions: [{ [G]: "aws.partition", [H]: E, assign: g }], rules: [{ conditions: [p, r, s], endpoint: { url: "https://route53.amazonaws.com", [J]: t, [K]: o }, type: e }, { conditions: [p, m, s], endpoint: { url: "https://route53-fips.amazonaws.com", [J]: t, [K]: o }, type: e }, { conditions: [p, r, n], endpoint: { url: "https://route53.global.api.aws", [J]: t, [K]: o }, type: e }, { conditions: [p, m, n], endpoint: { url: "https://route53-fips.global.api.aws", [J]: t, [K]: o }, type: e }, { conditions: [u, r, s], endpoint: { url: "https://route53.amazonaws.com.cn", [J]: v, [K]: o }, type: e }, { conditions: [u, r, n], endpoint: { url: "https://route53.global.api.amazonwebservices.com.cn", [J]: v, [K]: o }, type: e }, { conditions: [w, r, s], endpoint: x, type: e }, { conditions: [w, m, s], endpoint: x, type: e }, { conditions: [w, r, n], endpoint: y, type: e }, { conditions: [w, m, n], endpoint: y, type: e }, { conditions: [{ [G]: h, [H]: [q, "aws-iso"] }, r, s], endpoint: { url: "https://route53.c2s.ic.gov", [J]: { [L]: [{ [M]: i, [N]: "us-iso-east-1" }] }, [K]: o }, type: e }, { conditions: [{ [G]: h, [H]: [q, "aws-iso-b"] }, r, s], endpoint: { url: "https://route53.sc2s.sgov.gov", [J]: { [L]: [{ [M]: i, [N]: "us-isob-east-1" }] }, [K]: o }, type: e }, { conditions: [{ [G]: h, [H]: [q, "aws-iso-e"] }, r, s], endpoint: { url: "https://route53.cloud.adc-e.uk", [J]: { [L]: [{ [M]: i, [N]: "eu-isoe-west-1" }] }, [K]: o }, type: e }, { conditions: [{ [G]: h, [H]: [q, "aws-iso-f"] }, r, s], endpoint: { url: "https://route53.csp.hci.ic.gov", [J]: { [L]: [{ [M]: i, [N]: "us-isof-south-1" }] }, [K]: o }, type: e }, { conditions: [z, r, s], endpoint: { url: "https://route53.amazonaws.eu", [J]: A, [K]: o }, type: e }, { conditions: [z, r, n], endpoint: { url: "https://route53.global.api.amazonwebservices.eu", [J]: A, [K]: o }, type: e }, { conditions: [m, n], rules: [{ conditions: [{ [G]: c, [H]: [a, B] }, C], rules: [{ endpoint: { url: "https://route53-fips.{PartitionResult#dualStackDnsSuffix}", [J]: D, [K]: o }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: [m, s], rules: [{ conditions: [{ [G]: c, [H]: [B, a] }], rules: [{ endpoint: { url: "https://route53-fips.{PartitionResult#dnsSuffix}", [J]: D, [K]: o }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: [r, n], rules: [{ conditions: [C], rules: [{ endpoint: { url: "https://route53.{PartitionResult#dualStackDnsSuffix}", [J]: D, [K]: o }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://route53.{PartitionResult#dnsSuffix}", [J]: D, [K]: o }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
|
|
4
4
|
export const ruleSet = _data;
|
package/dist-es/index.js
CHANGED
|
@@ -3,5 +3,6 @@ export * from "./Route53";
|
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
5
|
export * from "./waiters";
|
|
6
|
-
export * from "./models";
|
|
6
|
+
export * from "./models/enums";
|
|
7
|
+
export * from "./models/errors";
|
|
7
8
|
export { Route53ServiceException } from "./models/Route53ServiceException";
|