@aws-sdk/client-route-53 3.1075.0 → 3.1077.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/index.js CHANGED
@@ -1,22 +1,59 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultRoute53HttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestXmlProtocol } = require("@aws-sdk/core/protocols");
16
+ const { Sha256 } = require("@smithy/core/checksum");
14
17
  const { getIdNormalizerPlugin, getChangeResourceRecordSetsPlugin } = require("@aws-sdk/middleware-sdk-route53");
15
- const { ActivateKeySigningKey$, AssociateVPCWithHostedZone$, ChangeCidrCollection$, ChangeResourceRecordSets$, ChangeTagsForResource$, CreateCidrCollection$, CreateHealthCheck$, CreateHostedZone$, CreateKeySigningKey$, CreateQueryLoggingConfig$, CreateReusableDelegationSet$, CreateTrafficPolicy$, CreateTrafficPolicyInstance$, CreateTrafficPolicyVersion$, CreateVPCAssociationAuthorization$, DeactivateKeySigningKey$, DeleteCidrCollection$, DeleteHealthCheck$, DeleteHostedZone$, DeleteKeySigningKey$, DeleteQueryLoggingConfig$, DeleteReusableDelegationSet$, DeleteTrafficPolicy$, DeleteTrafficPolicyInstance$, DeleteVPCAssociationAuthorization$, DisableHostedZoneDNSSEC$, DisassociateVPCFromHostedZone$, EnableHostedZoneDNSSEC$, GetAccountLimit$, GetChange$, GetCheckerIpRanges$, GetDNSSEC$, GetGeoLocation$, GetHealthCheck$, GetHealthCheckCount$, GetHealthCheckLastFailureReason$, GetHealthCheckStatus$, GetHostedZone$, GetHostedZoneCount$, GetHostedZoneLimit$, GetQueryLoggingConfig$, GetReusableDelegationSet$, GetReusableDelegationSetLimit$, GetTrafficPolicy$, GetTrafficPolicyInstance$, GetTrafficPolicyInstanceCount$, ListCidrBlocks$, ListCidrCollections$, ListCidrLocations$, ListGeoLocations$, ListHealthChecks$, ListHostedZonesByName$, ListHostedZonesByVPC$, ListHostedZones$, ListQueryLoggingConfigs$, ListResourceRecordSets$, ListReusableDelegationSets$, ListTagsForResource$, ListTagsForResources$, ListTrafficPolicies$, ListTrafficPolicyInstancesByHostedZone$, ListTrafficPolicyInstancesByPolicy$, ListTrafficPolicyInstances$, ListTrafficPolicyVersions$, ListVPCAssociationAuthorizations$, TestDNSAnswer$, UpdateHealthCheck$, UpdateHostedZoneComment$, UpdateHostedZoneFeatures$, UpdateTrafficPolicyComment$, UpdateTrafficPolicyInstance$ } = require("./schemas/schemas_0");
16
- __exportStar(require("./schemas/schemas_0"), exports);
17
- __exportStar(require("./models/errors"), exports);
18
- const { Route53ServiceException } = require("./models/Route53ServiceException");
19
- exports.Route53ServiceException = Route53ServiceException;
18
+
19
+ const defaultRoute53HttpAuthSchemeParametersProvider = async (config, context, input) => {
20
+ return {
21
+ operation: getSmithyContext(context).operation,
22
+ region: await normalizeProvider(config.region)() || (() => {
23
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
24
+ })(),
25
+ };
26
+ };
27
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
28
+ return {
29
+ schemeId: "aws.auth#sigv4",
30
+ signingProperties: {
31
+ name: "route53",
32
+ region: authParameters.region,
33
+ },
34
+ propertiesExtractor: (config, context) => ({
35
+ signingProperties: {
36
+ config,
37
+ context,
38
+ },
39
+ }),
40
+ };
41
+ }
42
+ const defaultRoute53HttpAuthSchemeProvider = (authParameters) => {
43
+ const options = [];
44
+ switch (authParameters.operation) {
45
+ default: {
46
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
47
+ }
48
+ }
49
+ return options;
50
+ };
51
+ const resolveHttpAuthSchemeConfig = (config) => {
52
+ const config_0 = resolveAwsSdkSigV4Config(config);
53
+ return Object.assign(config_0, {
54
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
55
+ });
56
+ };
20
57
 
21
58
  const resolveClientEndpointParameters = (options) => {
22
59
  return Object.assign(options, {
@@ -32,6 +69,3265 @@ const commonParams = {
32
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
33
70
  };
34
71
 
72
+ var version = "3.1076.0";
73
+ var packageInfo = {
74
+ version: version};
75
+
76
+ const s = "ref", t = "authSchemes", u = "name", v = "signingRegion";
77
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "stringEquals", g = "getAttr", h = "sigv4", i = { [s]: "Endpoint" }, j = { "fn": g, "argv": [{ [s]: d }, "name"] }, k = { [s]: d }, l = { [t]: [{ [u]: h, [v]: "us-east-1" }] }, m = { [t]: [{ [u]: h, [v]: "cn-northwest-1" }] }, n = { [t]: [{ [u]: h, [v]: "us-gov-west-1" }] }, o = { [t]: [{ [u]: h, [v]: "eusc-de-east-1" }] }, p = { [t]: [{ [u]: h, [v]: "{PartitionResult#implicitGlobalRegion}" }] }, q = [{ [s]: "Region" }];
78
+ const _data = {
79
+ conditions: [
80
+ [c, [i]],
81
+ [c, q],
82
+ ["aws.partition", q, d],
83
+ [e, [{ [s]: "UseFIPS" }, b]],
84
+ [f, [j, "aws"]],
85
+ [f, [j, "aws-cn"]],
86
+ [f, [j, "aws-us-gov"]],
87
+ [e, [{ [s]: "UseDualStack" }, b]],
88
+ [e, [{ fn: g, argv: [k, "supportsFIPS"] }, b]],
89
+ [f, [j, "aws-iso"]],
90
+ [f, [j, "aws-iso-b"]],
91
+ [f, [j, "aws-iso-e"]],
92
+ [f, [j, "aws-iso-f"]],
93
+ [f, [j, "aws-eusc"]],
94
+ [e, [{ fn: g, argv: [k, "supportsDualStack"] }, b]]
95
+ ],
96
+ results: [
97
+ [a],
98
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
99
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
100
+ [i, {}],
101
+ ["https://route53.amazonaws.com", l],
102
+ ["https://route53-fips.amazonaws.com", l],
103
+ ["https://route53.global.api.aws", l],
104
+ ["https://route53-fips.global.api.aws", l],
105
+ ["https://route53.amazonaws.com.cn", m],
106
+ ["https://route53.global.api.amazonwebservices.com.cn", m],
107
+ ["https://route53.us-gov.amazonaws.com", n],
108
+ ["https://route53.us-gov.api.aws", n],
109
+ ["https://route53.c2s.ic.gov", { [t]: [{ [u]: h, [v]: "us-iso-east-1" }] }],
110
+ ["https://route53.sc2s.sgov.gov", { [t]: [{ [u]: h, [v]: "us-isob-east-1" }] }],
111
+ ["https://route53.cloud.adc-e.uk", { [t]: [{ [u]: h, [v]: "eu-isoe-west-1" }] }],
112
+ ["https://route53.csp.hci.ic.gov", { [t]: [{ [u]: h, [v]: "us-isof-south-1" }] }],
113
+ ["https://route53.amazonaws.eu", o],
114
+ ["https://route53.global.api.amazonwebservices.eu", o],
115
+ ["https://route53-fips.{PartitionResult#dualStackDnsSuffix}", p],
116
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
117
+ ["https://route53-fips.{PartitionResult#dnsSuffix}", p],
118
+ [a, "FIPS is enabled but this partition does not support FIPS"],
119
+ ["https://route53.{PartitionResult#dualStackDnsSuffix}", p],
120
+ [a, "DualStack is enabled but this partition does not support DualStack"],
121
+ ["https://route53.{PartitionResult#dnsSuffix}", p],
122
+ [a, "Invalid Configuration: Missing Region"]
123
+ ]
124
+ };
125
+ const root = 2;
126
+ const r = 100_000_000;
127
+ const nodes = new Int32Array([
128
+ -1, 1, -1,
129
+ 0, 27, 3,
130
+ 1, 4, r + 25,
131
+ 2, 5, r + 25,
132
+ 3, 19, 6,
133
+ 4, 18, 7,
134
+ 5, 17, 8,
135
+ 6, 25, 9,
136
+ 7, 15, 10,
137
+ 9, r + 12, 11,
138
+ 10, r + 13, 12,
139
+ 11, r + 14, 13,
140
+ 12, r + 15, 14,
141
+ 13, r + 16, r + 24,
142
+ 13, r + 17, 16,
143
+ 14, r + 22, r + 23,
144
+ 7, r + 9, r + 8,
145
+ 7, r + 6, r + 4,
146
+ 4, 26, 20,
147
+ 6, 25, 21,
148
+ 7, 23, 22,
149
+ 8, r + 20, r + 21,
150
+ 8, 24, r + 19,
151
+ 14, r + 18, r + 19,
152
+ 7, r + 11, r + 10,
153
+ 7, r + 7, r + 5,
154
+ 3, r + 1, 28,
155
+ 7, r + 2, r + 3,
156
+ ]);
157
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
158
+
159
+ const cache = new EndpointCache({
160
+ size: 50,
161
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
162
+ });
163
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
164
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
165
+ endpointParams: endpointParams,
166
+ logger: context.logger,
167
+ }));
168
+ };
169
+ customEndpointFunctions.aws = awsEndpointFunctions;
170
+
171
+ class Route53ServiceException extends ServiceException {
172
+ constructor(options) {
173
+ super(options);
174
+ Object.setPrototypeOf(this, Route53ServiceException.prototype);
175
+ }
176
+ }
177
+
178
+ class ConcurrentModification extends Route53ServiceException {
179
+ name = "ConcurrentModification";
180
+ $fault = "client";
181
+ constructor(opts) {
182
+ super({
183
+ name: "ConcurrentModification",
184
+ $fault: "client",
185
+ ...opts,
186
+ });
187
+ Object.setPrototypeOf(this, ConcurrentModification.prototype);
188
+ }
189
+ }
190
+ class InvalidInput extends Route53ServiceException {
191
+ name = "InvalidInput";
192
+ $fault = "client";
193
+ constructor(opts) {
194
+ super({
195
+ name: "InvalidInput",
196
+ $fault: "client",
197
+ ...opts,
198
+ });
199
+ Object.setPrototypeOf(this, InvalidInput.prototype);
200
+ }
201
+ }
202
+ class InvalidKeySigningKeyStatus extends Route53ServiceException {
203
+ name = "InvalidKeySigningKeyStatus";
204
+ $fault = "client";
205
+ constructor(opts) {
206
+ super({
207
+ name: "InvalidKeySigningKeyStatus",
208
+ $fault: "client",
209
+ ...opts,
210
+ });
211
+ Object.setPrototypeOf(this, InvalidKeySigningKeyStatus.prototype);
212
+ }
213
+ }
214
+ class InvalidKMSArn extends Route53ServiceException {
215
+ name = "InvalidKMSArn";
216
+ $fault = "client";
217
+ constructor(opts) {
218
+ super({
219
+ name: "InvalidKMSArn",
220
+ $fault: "client",
221
+ ...opts,
222
+ });
223
+ Object.setPrototypeOf(this, InvalidKMSArn.prototype);
224
+ }
225
+ }
226
+ class InvalidSigningStatus extends Route53ServiceException {
227
+ name = "InvalidSigningStatus";
228
+ $fault = "client";
229
+ constructor(opts) {
230
+ super({
231
+ name: "InvalidSigningStatus",
232
+ $fault: "client",
233
+ ...opts,
234
+ });
235
+ Object.setPrototypeOf(this, InvalidSigningStatus.prototype);
236
+ }
237
+ }
238
+ class NoSuchKeySigningKey extends Route53ServiceException {
239
+ name = "NoSuchKeySigningKey";
240
+ $fault = "client";
241
+ constructor(opts) {
242
+ super({
243
+ name: "NoSuchKeySigningKey",
244
+ $fault: "client",
245
+ ...opts,
246
+ });
247
+ Object.setPrototypeOf(this, NoSuchKeySigningKey.prototype);
248
+ }
249
+ }
250
+ class ConflictingDomainExists extends Route53ServiceException {
251
+ name = "ConflictingDomainExists";
252
+ $fault = "client";
253
+ constructor(opts) {
254
+ super({
255
+ name: "ConflictingDomainExists",
256
+ $fault: "client",
257
+ ...opts,
258
+ });
259
+ Object.setPrototypeOf(this, ConflictingDomainExists.prototype);
260
+ }
261
+ }
262
+ class InvalidVPCId extends Route53ServiceException {
263
+ name = "InvalidVPCId";
264
+ $fault = "client";
265
+ constructor(opts) {
266
+ super({
267
+ name: "InvalidVPCId",
268
+ $fault: "client",
269
+ ...opts,
270
+ });
271
+ Object.setPrototypeOf(this, InvalidVPCId.prototype);
272
+ }
273
+ }
274
+ class LimitsExceeded extends Route53ServiceException {
275
+ name = "LimitsExceeded";
276
+ $fault = "client";
277
+ constructor(opts) {
278
+ super({
279
+ name: "LimitsExceeded",
280
+ $fault: "client",
281
+ ...opts,
282
+ });
283
+ Object.setPrototypeOf(this, LimitsExceeded.prototype);
284
+ }
285
+ }
286
+ class NoSuchHostedZone extends Route53ServiceException {
287
+ name = "NoSuchHostedZone";
288
+ $fault = "client";
289
+ constructor(opts) {
290
+ super({
291
+ name: "NoSuchHostedZone",
292
+ $fault: "client",
293
+ ...opts,
294
+ });
295
+ Object.setPrototypeOf(this, NoSuchHostedZone.prototype);
296
+ }
297
+ }
298
+ class NotAuthorizedException extends Route53ServiceException {
299
+ name = "NotAuthorizedException";
300
+ $fault = "client";
301
+ constructor(opts) {
302
+ super({
303
+ name: "NotAuthorizedException",
304
+ $fault: "client",
305
+ ...opts,
306
+ });
307
+ Object.setPrototypeOf(this, NotAuthorizedException.prototype);
308
+ }
309
+ }
310
+ class PriorRequestNotComplete extends Route53ServiceException {
311
+ name = "PriorRequestNotComplete";
312
+ $fault = "client";
313
+ constructor(opts) {
314
+ super({
315
+ name: "PriorRequestNotComplete",
316
+ $fault: "client",
317
+ ...opts,
318
+ });
319
+ Object.setPrototypeOf(this, PriorRequestNotComplete.prototype);
320
+ }
321
+ }
322
+ class PublicZoneVPCAssociation extends Route53ServiceException {
323
+ name = "PublicZoneVPCAssociation";
324
+ $fault = "client";
325
+ constructor(opts) {
326
+ super({
327
+ name: "PublicZoneVPCAssociation",
328
+ $fault: "client",
329
+ ...opts,
330
+ });
331
+ Object.setPrototypeOf(this, PublicZoneVPCAssociation.prototype);
332
+ }
333
+ }
334
+ class CidrBlockInUseException extends Route53ServiceException {
335
+ name = "CidrBlockInUseException";
336
+ $fault = "client";
337
+ Message;
338
+ constructor(opts) {
339
+ super({
340
+ name: "CidrBlockInUseException",
341
+ $fault: "client",
342
+ ...opts,
343
+ });
344
+ Object.setPrototypeOf(this, CidrBlockInUseException.prototype);
345
+ this.Message = opts.Message;
346
+ }
347
+ }
348
+ class CidrCollectionVersionMismatchException extends Route53ServiceException {
349
+ name = "CidrCollectionVersionMismatchException";
350
+ $fault = "client";
351
+ Message;
352
+ constructor(opts) {
353
+ super({
354
+ name: "CidrCollectionVersionMismatchException",
355
+ $fault: "client",
356
+ ...opts,
357
+ });
358
+ Object.setPrototypeOf(this, CidrCollectionVersionMismatchException.prototype);
359
+ this.Message = opts.Message;
360
+ }
361
+ }
362
+ class NoSuchCidrCollectionException extends Route53ServiceException {
363
+ name = "NoSuchCidrCollectionException";
364
+ $fault = "client";
365
+ Message;
366
+ constructor(opts) {
367
+ super({
368
+ name: "NoSuchCidrCollectionException",
369
+ $fault: "client",
370
+ ...opts,
371
+ });
372
+ Object.setPrototypeOf(this, NoSuchCidrCollectionException.prototype);
373
+ this.Message = opts.Message;
374
+ }
375
+ }
376
+ class InvalidChangeBatch extends Route53ServiceException {
377
+ name = "InvalidChangeBatch";
378
+ $fault = "client";
379
+ messages;
380
+ constructor(opts) {
381
+ super({
382
+ name: "InvalidChangeBatch",
383
+ $fault: "client",
384
+ ...opts,
385
+ });
386
+ Object.setPrototypeOf(this, InvalidChangeBatch.prototype);
387
+ this.messages = opts.messages;
388
+ }
389
+ }
390
+ class NoSuchHealthCheck extends Route53ServiceException {
391
+ name = "NoSuchHealthCheck";
392
+ $fault = "client";
393
+ constructor(opts) {
394
+ super({
395
+ name: "NoSuchHealthCheck",
396
+ $fault: "client",
397
+ ...opts,
398
+ });
399
+ Object.setPrototypeOf(this, NoSuchHealthCheck.prototype);
400
+ }
401
+ }
402
+ class ThrottlingException extends Route53ServiceException {
403
+ name = "ThrottlingException";
404
+ $fault = "client";
405
+ constructor(opts) {
406
+ super({
407
+ name: "ThrottlingException",
408
+ $fault: "client",
409
+ ...opts,
410
+ });
411
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
412
+ }
413
+ }
414
+ class CidrCollectionAlreadyExistsException extends Route53ServiceException {
415
+ name = "CidrCollectionAlreadyExistsException";
416
+ $fault = "client";
417
+ Message;
418
+ constructor(opts) {
419
+ super({
420
+ name: "CidrCollectionAlreadyExistsException",
421
+ $fault: "client",
422
+ ...opts,
423
+ });
424
+ Object.setPrototypeOf(this, CidrCollectionAlreadyExistsException.prototype);
425
+ this.Message = opts.Message;
426
+ }
427
+ }
428
+ class HealthCheckAlreadyExists extends Route53ServiceException {
429
+ name = "HealthCheckAlreadyExists";
430
+ $fault = "client";
431
+ constructor(opts) {
432
+ super({
433
+ name: "HealthCheckAlreadyExists",
434
+ $fault: "client",
435
+ ...opts,
436
+ });
437
+ Object.setPrototypeOf(this, HealthCheckAlreadyExists.prototype);
438
+ }
439
+ }
440
+ class TooManyHealthChecks extends Route53ServiceException {
441
+ name = "TooManyHealthChecks";
442
+ $fault = "client";
443
+ constructor(opts) {
444
+ super({
445
+ name: "TooManyHealthChecks",
446
+ $fault: "client",
447
+ ...opts,
448
+ });
449
+ Object.setPrototypeOf(this, TooManyHealthChecks.prototype);
450
+ }
451
+ }
452
+ class DelegationSetNotAvailable extends Route53ServiceException {
453
+ name = "DelegationSetNotAvailable";
454
+ $fault = "client";
455
+ constructor(opts) {
456
+ super({
457
+ name: "DelegationSetNotAvailable",
458
+ $fault: "client",
459
+ ...opts,
460
+ });
461
+ Object.setPrototypeOf(this, DelegationSetNotAvailable.prototype);
462
+ }
463
+ }
464
+ class DelegationSetNotReusable extends Route53ServiceException {
465
+ name = "DelegationSetNotReusable";
466
+ $fault = "client";
467
+ constructor(opts) {
468
+ super({
469
+ name: "DelegationSetNotReusable",
470
+ $fault: "client",
471
+ ...opts,
472
+ });
473
+ Object.setPrototypeOf(this, DelegationSetNotReusable.prototype);
474
+ }
475
+ }
476
+ class HostedZoneAlreadyExists extends Route53ServiceException {
477
+ name = "HostedZoneAlreadyExists";
478
+ $fault = "client";
479
+ constructor(opts) {
480
+ super({
481
+ name: "HostedZoneAlreadyExists",
482
+ $fault: "client",
483
+ ...opts,
484
+ });
485
+ Object.setPrototypeOf(this, HostedZoneAlreadyExists.prototype);
486
+ }
487
+ }
488
+ class InvalidDomainName extends Route53ServiceException {
489
+ name = "InvalidDomainName";
490
+ $fault = "client";
491
+ constructor(opts) {
492
+ super({
493
+ name: "InvalidDomainName",
494
+ $fault: "client",
495
+ ...opts,
496
+ });
497
+ Object.setPrototypeOf(this, InvalidDomainName.prototype);
498
+ }
499
+ }
500
+ class NoSuchDelegationSet extends Route53ServiceException {
501
+ name = "NoSuchDelegationSet";
502
+ $fault = "client";
503
+ constructor(opts) {
504
+ super({
505
+ name: "NoSuchDelegationSet",
506
+ $fault: "client",
507
+ ...opts,
508
+ });
509
+ Object.setPrototypeOf(this, NoSuchDelegationSet.prototype);
510
+ }
511
+ }
512
+ class TooManyHostedZones extends Route53ServiceException {
513
+ name = "TooManyHostedZones";
514
+ $fault = "client";
515
+ constructor(opts) {
516
+ super({
517
+ name: "TooManyHostedZones",
518
+ $fault: "client",
519
+ ...opts,
520
+ });
521
+ Object.setPrototypeOf(this, TooManyHostedZones.prototype);
522
+ }
523
+ }
524
+ class InvalidArgument extends Route53ServiceException {
525
+ name = "InvalidArgument";
526
+ $fault = "client";
527
+ constructor(opts) {
528
+ super({
529
+ name: "InvalidArgument",
530
+ $fault: "client",
531
+ ...opts,
532
+ });
533
+ Object.setPrototypeOf(this, InvalidArgument.prototype);
534
+ }
535
+ }
536
+ class InvalidKeySigningKeyName extends Route53ServiceException {
537
+ name = "InvalidKeySigningKeyName";
538
+ $fault = "client";
539
+ constructor(opts) {
540
+ super({
541
+ name: "InvalidKeySigningKeyName",
542
+ $fault: "client",
543
+ ...opts,
544
+ });
545
+ Object.setPrototypeOf(this, InvalidKeySigningKeyName.prototype);
546
+ }
547
+ }
548
+ class KeySigningKeyAlreadyExists extends Route53ServiceException {
549
+ name = "KeySigningKeyAlreadyExists";
550
+ $fault = "client";
551
+ constructor(opts) {
552
+ super({
553
+ name: "KeySigningKeyAlreadyExists",
554
+ $fault: "client",
555
+ ...opts,
556
+ });
557
+ Object.setPrototypeOf(this, KeySigningKeyAlreadyExists.prototype);
558
+ }
559
+ }
560
+ class TooManyKeySigningKeys extends Route53ServiceException {
561
+ name = "TooManyKeySigningKeys";
562
+ $fault = "client";
563
+ constructor(opts) {
564
+ super({
565
+ name: "TooManyKeySigningKeys",
566
+ $fault: "client",
567
+ ...opts,
568
+ });
569
+ Object.setPrototypeOf(this, TooManyKeySigningKeys.prototype);
570
+ }
571
+ }
572
+ class InsufficientCloudWatchLogsResourcePolicy extends Route53ServiceException {
573
+ name = "InsufficientCloudWatchLogsResourcePolicy";
574
+ $fault = "client";
575
+ constructor(opts) {
576
+ super({
577
+ name: "InsufficientCloudWatchLogsResourcePolicy",
578
+ $fault: "client",
579
+ ...opts,
580
+ });
581
+ Object.setPrototypeOf(this, InsufficientCloudWatchLogsResourcePolicy.prototype);
582
+ }
583
+ }
584
+ class NoSuchCloudWatchLogsLogGroup extends Route53ServiceException {
585
+ name = "NoSuchCloudWatchLogsLogGroup";
586
+ $fault = "client";
587
+ constructor(opts) {
588
+ super({
589
+ name: "NoSuchCloudWatchLogsLogGroup",
590
+ $fault: "client",
591
+ ...opts,
592
+ });
593
+ Object.setPrototypeOf(this, NoSuchCloudWatchLogsLogGroup.prototype);
594
+ }
595
+ }
596
+ class QueryLoggingConfigAlreadyExists extends Route53ServiceException {
597
+ name = "QueryLoggingConfigAlreadyExists";
598
+ $fault = "client";
599
+ constructor(opts) {
600
+ super({
601
+ name: "QueryLoggingConfigAlreadyExists",
602
+ $fault: "client",
603
+ ...opts,
604
+ });
605
+ Object.setPrototypeOf(this, QueryLoggingConfigAlreadyExists.prototype);
606
+ }
607
+ }
608
+ class DelegationSetAlreadyCreated extends Route53ServiceException {
609
+ name = "DelegationSetAlreadyCreated";
610
+ $fault = "client";
611
+ constructor(opts) {
612
+ super({
613
+ name: "DelegationSetAlreadyCreated",
614
+ $fault: "client",
615
+ ...opts,
616
+ });
617
+ Object.setPrototypeOf(this, DelegationSetAlreadyCreated.prototype);
618
+ }
619
+ }
620
+ class DelegationSetAlreadyReusable extends Route53ServiceException {
621
+ name = "DelegationSetAlreadyReusable";
622
+ $fault = "client";
623
+ constructor(opts) {
624
+ super({
625
+ name: "DelegationSetAlreadyReusable",
626
+ $fault: "client",
627
+ ...opts,
628
+ });
629
+ Object.setPrototypeOf(this, DelegationSetAlreadyReusable.prototype);
630
+ }
631
+ }
632
+ class HostedZoneNotFound extends Route53ServiceException {
633
+ name = "HostedZoneNotFound";
634
+ $fault = "client";
635
+ constructor(opts) {
636
+ super({
637
+ name: "HostedZoneNotFound",
638
+ $fault: "client",
639
+ ...opts,
640
+ });
641
+ Object.setPrototypeOf(this, HostedZoneNotFound.prototype);
642
+ }
643
+ }
644
+ class InvalidTrafficPolicyDocument extends Route53ServiceException {
645
+ name = "InvalidTrafficPolicyDocument";
646
+ $fault = "client";
647
+ constructor(opts) {
648
+ super({
649
+ name: "InvalidTrafficPolicyDocument",
650
+ $fault: "client",
651
+ ...opts,
652
+ });
653
+ Object.setPrototypeOf(this, InvalidTrafficPolicyDocument.prototype);
654
+ }
655
+ }
656
+ class TooManyTrafficPolicies extends Route53ServiceException {
657
+ name = "TooManyTrafficPolicies";
658
+ $fault = "client";
659
+ constructor(opts) {
660
+ super({
661
+ name: "TooManyTrafficPolicies",
662
+ $fault: "client",
663
+ ...opts,
664
+ });
665
+ Object.setPrototypeOf(this, TooManyTrafficPolicies.prototype);
666
+ }
667
+ }
668
+ class TrafficPolicyAlreadyExists extends Route53ServiceException {
669
+ name = "TrafficPolicyAlreadyExists";
670
+ $fault = "client";
671
+ constructor(opts) {
672
+ super({
673
+ name: "TrafficPolicyAlreadyExists",
674
+ $fault: "client",
675
+ ...opts,
676
+ });
677
+ Object.setPrototypeOf(this, TrafficPolicyAlreadyExists.prototype);
678
+ }
679
+ }
680
+ class NoSuchTrafficPolicy extends Route53ServiceException {
681
+ name = "NoSuchTrafficPolicy";
682
+ $fault = "client";
683
+ constructor(opts) {
684
+ super({
685
+ name: "NoSuchTrafficPolicy",
686
+ $fault: "client",
687
+ ...opts,
688
+ });
689
+ Object.setPrototypeOf(this, NoSuchTrafficPolicy.prototype);
690
+ }
691
+ }
692
+ class TooManyTrafficPolicyInstances extends Route53ServiceException {
693
+ name = "TooManyTrafficPolicyInstances";
694
+ $fault = "client";
695
+ constructor(opts) {
696
+ super({
697
+ name: "TooManyTrafficPolicyInstances",
698
+ $fault: "client",
699
+ ...opts,
700
+ });
701
+ Object.setPrototypeOf(this, TooManyTrafficPolicyInstances.prototype);
702
+ }
703
+ }
704
+ class TrafficPolicyInstanceAlreadyExists extends Route53ServiceException {
705
+ name = "TrafficPolicyInstanceAlreadyExists";
706
+ $fault = "client";
707
+ constructor(opts) {
708
+ super({
709
+ name: "TrafficPolicyInstanceAlreadyExists",
710
+ $fault: "client",
711
+ ...opts,
712
+ });
713
+ Object.setPrototypeOf(this, TrafficPolicyInstanceAlreadyExists.prototype);
714
+ }
715
+ }
716
+ class TooManyTrafficPolicyVersionsForCurrentPolicy extends Route53ServiceException {
717
+ name = "TooManyTrafficPolicyVersionsForCurrentPolicy";
718
+ $fault = "client";
719
+ constructor(opts) {
720
+ super({
721
+ name: "TooManyTrafficPolicyVersionsForCurrentPolicy",
722
+ $fault: "client",
723
+ ...opts,
724
+ });
725
+ Object.setPrototypeOf(this, TooManyTrafficPolicyVersionsForCurrentPolicy.prototype);
726
+ }
727
+ }
728
+ class TooManyVPCAssociationAuthorizations extends Route53ServiceException {
729
+ name = "TooManyVPCAssociationAuthorizations";
730
+ $fault = "client";
731
+ constructor(opts) {
732
+ super({
733
+ name: "TooManyVPCAssociationAuthorizations",
734
+ $fault: "client",
735
+ ...opts,
736
+ });
737
+ Object.setPrototypeOf(this, TooManyVPCAssociationAuthorizations.prototype);
738
+ }
739
+ }
740
+ class KeySigningKeyInParentDSRecord extends Route53ServiceException {
741
+ name = "KeySigningKeyInParentDSRecord";
742
+ $fault = "client";
743
+ constructor(opts) {
744
+ super({
745
+ name: "KeySigningKeyInParentDSRecord",
746
+ $fault: "client",
747
+ ...opts,
748
+ });
749
+ Object.setPrototypeOf(this, KeySigningKeyInParentDSRecord.prototype);
750
+ }
751
+ }
752
+ class KeySigningKeyInUse extends Route53ServiceException {
753
+ name = "KeySigningKeyInUse";
754
+ $fault = "client";
755
+ constructor(opts) {
756
+ super({
757
+ name: "KeySigningKeyInUse",
758
+ $fault: "client",
759
+ ...opts,
760
+ });
761
+ Object.setPrototypeOf(this, KeySigningKeyInUse.prototype);
762
+ }
763
+ }
764
+ class CidrCollectionInUseException extends Route53ServiceException {
765
+ name = "CidrCollectionInUseException";
766
+ $fault = "client";
767
+ Message;
768
+ constructor(opts) {
769
+ super({
770
+ name: "CidrCollectionInUseException",
771
+ $fault: "client",
772
+ ...opts,
773
+ });
774
+ Object.setPrototypeOf(this, CidrCollectionInUseException.prototype);
775
+ this.Message = opts.Message;
776
+ }
777
+ }
778
+ class HealthCheckInUse extends Route53ServiceException {
779
+ name = "HealthCheckInUse";
780
+ $fault = "client";
781
+ constructor(opts) {
782
+ super({
783
+ name: "HealthCheckInUse",
784
+ $fault: "client",
785
+ ...opts,
786
+ });
787
+ Object.setPrototypeOf(this, HealthCheckInUse.prototype);
788
+ }
789
+ }
790
+ class HostedZoneNotEmpty extends Route53ServiceException {
791
+ name = "HostedZoneNotEmpty";
792
+ $fault = "client";
793
+ constructor(opts) {
794
+ super({
795
+ name: "HostedZoneNotEmpty",
796
+ $fault: "client",
797
+ ...opts,
798
+ });
799
+ Object.setPrototypeOf(this, HostedZoneNotEmpty.prototype);
800
+ }
801
+ }
802
+ class NoSuchQueryLoggingConfig extends Route53ServiceException {
803
+ name = "NoSuchQueryLoggingConfig";
804
+ $fault = "client";
805
+ constructor(opts) {
806
+ super({
807
+ name: "NoSuchQueryLoggingConfig",
808
+ $fault: "client",
809
+ ...opts,
810
+ });
811
+ Object.setPrototypeOf(this, NoSuchQueryLoggingConfig.prototype);
812
+ }
813
+ }
814
+ class DelegationSetInUse extends Route53ServiceException {
815
+ name = "DelegationSetInUse";
816
+ $fault = "client";
817
+ constructor(opts) {
818
+ super({
819
+ name: "DelegationSetInUse",
820
+ $fault: "client",
821
+ ...opts,
822
+ });
823
+ Object.setPrototypeOf(this, DelegationSetInUse.prototype);
824
+ }
825
+ }
826
+ class TrafficPolicyInUse extends Route53ServiceException {
827
+ name = "TrafficPolicyInUse";
828
+ $fault = "client";
829
+ constructor(opts) {
830
+ super({
831
+ name: "TrafficPolicyInUse",
832
+ $fault: "client",
833
+ ...opts,
834
+ });
835
+ Object.setPrototypeOf(this, TrafficPolicyInUse.prototype);
836
+ }
837
+ }
838
+ class NoSuchTrafficPolicyInstance extends Route53ServiceException {
839
+ name = "NoSuchTrafficPolicyInstance";
840
+ $fault = "client";
841
+ constructor(opts) {
842
+ super({
843
+ name: "NoSuchTrafficPolicyInstance",
844
+ $fault: "client",
845
+ ...opts,
846
+ });
847
+ Object.setPrototypeOf(this, NoSuchTrafficPolicyInstance.prototype);
848
+ }
849
+ }
850
+ class VPCAssociationAuthorizationNotFound extends Route53ServiceException {
851
+ name = "VPCAssociationAuthorizationNotFound";
852
+ $fault = "client";
853
+ constructor(opts) {
854
+ super({
855
+ name: "VPCAssociationAuthorizationNotFound",
856
+ $fault: "client",
857
+ ...opts,
858
+ });
859
+ Object.setPrototypeOf(this, VPCAssociationAuthorizationNotFound.prototype);
860
+ }
861
+ }
862
+ class DNSSECNotFound extends Route53ServiceException {
863
+ name = "DNSSECNotFound";
864
+ $fault = "client";
865
+ constructor(opts) {
866
+ super({
867
+ name: "DNSSECNotFound",
868
+ $fault: "client",
869
+ ...opts,
870
+ });
871
+ Object.setPrototypeOf(this, DNSSECNotFound.prototype);
872
+ }
873
+ }
874
+ class LastVPCAssociation extends Route53ServiceException {
875
+ name = "LastVPCAssociation";
876
+ $fault = "client";
877
+ constructor(opts) {
878
+ super({
879
+ name: "LastVPCAssociation",
880
+ $fault: "client",
881
+ ...opts,
882
+ });
883
+ Object.setPrototypeOf(this, LastVPCAssociation.prototype);
884
+ }
885
+ }
886
+ class VPCAssociationNotFound extends Route53ServiceException {
887
+ name = "VPCAssociationNotFound";
888
+ $fault = "client";
889
+ constructor(opts) {
890
+ super({
891
+ name: "VPCAssociationNotFound",
892
+ $fault: "client",
893
+ ...opts,
894
+ });
895
+ Object.setPrototypeOf(this, VPCAssociationNotFound.prototype);
896
+ }
897
+ }
898
+ class HostedZonePartiallyDelegated extends Route53ServiceException {
899
+ name = "HostedZonePartiallyDelegated";
900
+ $fault = "client";
901
+ constructor(opts) {
902
+ super({
903
+ name: "HostedZonePartiallyDelegated",
904
+ $fault: "client",
905
+ ...opts,
906
+ });
907
+ Object.setPrototypeOf(this, HostedZonePartiallyDelegated.prototype);
908
+ }
909
+ }
910
+ class KeySigningKeyWithActiveStatusNotFound extends Route53ServiceException {
911
+ name = "KeySigningKeyWithActiveStatusNotFound";
912
+ $fault = "client";
913
+ constructor(opts) {
914
+ super({
915
+ name: "KeySigningKeyWithActiveStatusNotFound",
916
+ $fault: "client",
917
+ ...opts,
918
+ });
919
+ Object.setPrototypeOf(this, KeySigningKeyWithActiveStatusNotFound.prototype);
920
+ }
921
+ }
922
+ class NoSuchChange extends Route53ServiceException {
923
+ name = "NoSuchChange";
924
+ $fault = "client";
925
+ constructor(opts) {
926
+ super({
927
+ name: "NoSuchChange",
928
+ $fault: "client",
929
+ ...opts,
930
+ });
931
+ Object.setPrototypeOf(this, NoSuchChange.prototype);
932
+ }
933
+ }
934
+ class NoSuchGeoLocation extends Route53ServiceException {
935
+ name = "NoSuchGeoLocation";
936
+ $fault = "client";
937
+ constructor(opts) {
938
+ super({
939
+ name: "NoSuchGeoLocation",
940
+ $fault: "client",
941
+ ...opts,
942
+ });
943
+ Object.setPrototypeOf(this, NoSuchGeoLocation.prototype);
944
+ }
945
+ }
946
+ class IncompatibleVersion extends Route53ServiceException {
947
+ name = "IncompatibleVersion";
948
+ $fault = "client";
949
+ constructor(opts) {
950
+ super({
951
+ name: "IncompatibleVersion",
952
+ $fault: "client",
953
+ ...opts,
954
+ });
955
+ Object.setPrototypeOf(this, IncompatibleVersion.prototype);
956
+ }
957
+ }
958
+ class HostedZoneNotPrivate extends Route53ServiceException {
959
+ name = "HostedZoneNotPrivate";
960
+ $fault = "client";
961
+ constructor(opts) {
962
+ super({
963
+ name: "HostedZoneNotPrivate",
964
+ $fault: "client",
965
+ ...opts,
966
+ });
967
+ Object.setPrototypeOf(this, HostedZoneNotPrivate.prototype);
968
+ }
969
+ }
970
+ class NoSuchCidrLocationException extends Route53ServiceException {
971
+ name = "NoSuchCidrLocationException";
972
+ $fault = "client";
973
+ Message;
974
+ constructor(opts) {
975
+ super({
976
+ name: "NoSuchCidrLocationException",
977
+ $fault: "client",
978
+ ...opts,
979
+ });
980
+ Object.setPrototypeOf(this, NoSuchCidrLocationException.prototype);
981
+ this.Message = opts.Message;
982
+ }
983
+ }
984
+ class InvalidPaginationToken extends Route53ServiceException {
985
+ name = "InvalidPaginationToken";
986
+ $fault = "client";
987
+ constructor(opts) {
988
+ super({
989
+ name: "InvalidPaginationToken",
990
+ $fault: "client",
991
+ ...opts,
992
+ });
993
+ Object.setPrototypeOf(this, InvalidPaginationToken.prototype);
994
+ }
995
+ }
996
+ class HealthCheckVersionMismatch extends Route53ServiceException {
997
+ name = "HealthCheckVersionMismatch";
998
+ $fault = "client";
999
+ constructor(opts) {
1000
+ super({
1001
+ name: "HealthCheckVersionMismatch",
1002
+ $fault: "client",
1003
+ ...opts,
1004
+ });
1005
+ Object.setPrototypeOf(this, HealthCheckVersionMismatch.prototype);
1006
+ }
1007
+ }
1008
+ class ConflictingTypes extends Route53ServiceException {
1009
+ name = "ConflictingTypes";
1010
+ $fault = "client";
1011
+ constructor(opts) {
1012
+ super({
1013
+ name: "ConflictingTypes",
1014
+ $fault: "client",
1015
+ ...opts,
1016
+ });
1017
+ Object.setPrototypeOf(this, ConflictingTypes.prototype);
1018
+ }
1019
+ }
1020
+
1021
+ const _A = "Action";
1022
+ const _AI = "AlarmIdentifier";
1023
+ const _AKSK = "ActivateKeySigningKey";
1024
+ const _AKSKR = "ActivateKeySigningKeyRequest";
1025
+ const _AKSKRc = "ActivateKeySigningKeyResponse";
1026
+ const _AL = "AccountLimit";
1027
+ const _AR = "AcceleratedRecovery";
1028
+ const _ARS = "AcceleratedRecoveryStatus";
1029
+ const _AT = "AliasTarget";
1030
+ const _ATd = "AddTags";
1031
+ const _AVPCWHZ = "AssociateVPCWithHostedZone";
1032
+ const _AVPCWHZR = "AssociateVPCWithHostedZoneRequest";
1033
+ const _AVPCWHZRs = "AssociateVPCWithHostedZoneResponse";
1034
+ const _AWSR = "AWSRegion";
1035
+ const _Ar = "Arn";
1036
+ const _B = "Bias";
1037
+ const _C = "Comment";
1038
+ const _CB = "ChangeBatch";
1039
+ const _CBIUE = "CidrBlockInUseException";
1040
+ const _CBS = "CidrBlockSummary";
1041
+ const _CBSi = "CidrBlockSummaries";
1042
+ const _CBi = "CidrBlock";
1043
+ const _CBid = "CidrBlocks";
1044
+ const _CC = "CidrCollection";
1045
+ const _CCAEE = "CidrCollectionAlreadyExistsException";
1046
+ const _CCC = "CidrCollectionChange";
1047
+ const _CCCR = "ChangeCidrCollectionRequest";
1048
+ const _CCCRh = "ChangeCidrCollectionResponse";
1049
+ const _CCCRr = "CreateCidrCollectionRequest";
1050
+ const _CCCRre = "CreateCidrCollectionResponse";
1051
+ const _CCCh = "ChangeCidrCollection";
1052
+ const _CCCi = "CidrCollectionChanges";
1053
+ const _CCCr = "CreateCidrCollection";
1054
+ const _CCIUE = "CidrCollectionInUseException";
1055
+ const _CCVME = "CidrCollectionVersionMismatchException";
1056
+ const _CCi = "CidrCollections";
1057
+ const _CCo = "ContinentCode";
1058
+ const _CCou = "CountryCode";
1059
+ const _CD = "CreatedDate";
1060
+ const _CDE = "ConflictingDomainExists";
1061
+ const _CHC = "ChildHealthChecks";
1062
+ const _CHCL = "ChildHealthCheckList";
1063
+ const _CHCR = "CreateHealthCheckRequest";
1064
+ const _CHCRr = "CreateHealthCheckResponse";
1065
+ const _CHCh = "ChildHealthCheck";
1066
+ const _CHCr = "CreateHealthCheck";
1067
+ const _CHZ = "CreateHostedZone";
1068
+ const _CHZR = "CreateHostedZoneRequest";
1069
+ const _CHZRr = "CreateHostedZoneResponse";
1070
+ const _CI = "ChangeInfo";
1071
+ const _CIR = "CheckerIpRanges";
1072
+ const _CIo = "CollectionId";
1073
+ const _CKSK = "CreateKeySigningKey";
1074
+ const _CKSKR = "CreateKeySigningKeyRequest";
1075
+ const _CKSKRr = "CreateKeySigningKeyResponse";
1076
+ const _CL = "CidrList";
1077
+ const _CLi = "CidrLocations";
1078
+ const _CM = "ConcurrentModification";
1079
+ const _CN = "ContinentName";
1080
+ const _CNo = "CountryName";
1081
+ const _CO = "ComparisonOperator";
1082
+ const _CQLC = "CreateQueryLoggingConfig";
1083
+ const _CQLCR = "CreateQueryLoggingConfigRequest";
1084
+ const _CQLCRr = "CreateQueryLoggingConfigResponse";
1085
+ const _CR = "CallerReference";
1086
+ const _CRC = "CidrRoutingConfig";
1087
+ const _CRDS = "CreateReusableDelegationSet";
1088
+ const _CRDSR = "CreateReusableDelegationSetRequest";
1089
+ const _CRDSRr = "CreateReusableDelegationSetResponse";
1090
+ const _CRRS = "ChangeResourceRecordSets";
1091
+ const _CRRSR = "ChangeResourceRecordSetsRequest";
1092
+ const _CRRSRh = "ChangeResourceRecordSetsResponse";
1093
+ const _CS = "CollectionSummary";
1094
+ const _CSo = "CollectionSummaries";
1095
+ const _CT = "ConflictingTypes";
1096
+ const _CTFR = "ChangeTagsForResource";
1097
+ const _CTFRR = "ChangeTagsForResourceRequest";
1098
+ const _CTFRRh = "ChangeTagsForResourceResponse";
1099
+ const _CTP = "CreateTrafficPolicy";
1100
+ const _CTPI = "CreateTrafficPolicyInstance";
1101
+ const _CTPIR = "CreateTrafficPolicyInstanceRequest";
1102
+ const _CTPIRr = "CreateTrafficPolicyInstanceResponse";
1103
+ const _CTPR = "CreateTrafficPolicyRequest";
1104
+ const _CTPRr = "CreateTrafficPolicyResponse";
1105
+ const _CTPV = "CreateTrafficPolicyVersion";
1106
+ const _CTPVR = "CreateTrafficPolicyVersionRequest";
1107
+ const _CTPVRr = "CreateTrafficPolicyVersionResponse";
1108
+ const _CTh = "CheckedTime";
1109
+ const _CV = "CollectionVersion";
1110
+ const _CVPCAA = "CreateVPCAssociationAuthorization";
1111
+ const _CVPCAAR = "CreateVPCAssociationAuthorizationRequest";
1112
+ const _CVPCAARr = "CreateVPCAssociationAuthorizationResponse";
1113
+ const _CWAC = "CloudWatchAlarmConfiguration";
1114
+ const _CWLLGA = "CloudWatchLogsLogGroupArn";
1115
+ const _Ch = "Change";
1116
+ const _Cha = "Changes";
1117
+ const _Ci = "Cidr";
1118
+ const _Co = "Coordinates";
1119
+ const _Col = "Collection";
1120
+ const _Con = "Config";
1121
+ const _Cou = "Count";
1122
+ const _D = "Dimensions";
1123
+ const _DAM = "DigestAlgorithmMnemonic";
1124
+ const _DAT = "DigestAlgorithmType";
1125
+ const _DCC = "DeleteCidrCollection";
1126
+ const _DCCR = "DeleteCidrCollectionRequest";
1127
+ const _DCCRe = "DeleteCidrCollectionResponse";
1128
+ const _DHC = "DeleteHealthCheck";
1129
+ const _DHCR = "DeleteHealthCheckRequest";
1130
+ const _DHCRe = "DeleteHealthCheckResponse";
1131
+ const _DHZ = "DeleteHostedZone";
1132
+ const _DHZDNSSEC = "DisableHostedZoneDNSSEC";
1133
+ const _DHZDNSSECR = "DisableHostedZoneDNSSECRequest";
1134
+ const _DHZDNSSECRi = "DisableHostedZoneDNSSECResponse";
1135
+ const _DHZR = "DeleteHostedZoneRequest";
1136
+ const _DHZRe = "DeleteHostedZoneResponse";
1137
+ const _DKSK = "DeactivateKeySigningKey";
1138
+ const _DKSKR = "DeactivateKeySigningKeyRequest";
1139
+ const _DKSKRe = "DeactivateKeySigningKeyResponse";
1140
+ const _DKSKRel = "DeleteKeySigningKeyRequest";
1141
+ const _DKSKRele = "DeleteKeySigningKeyResponse";
1142
+ const _DKSKe = "DeleteKeySigningKey";
1143
+ const _DL = "DimensionList";
1144
+ const _DNSKEYR = "DNSKEYRecord";
1145
+ const _DNSN = "DNSName";
1146
+ const _DNSSECNF = "DNSSECNotFound";
1147
+ const _DNSSECS = "DNSSECStatus";
1148
+ const _DQLC = "DeleteQueryLoggingConfig";
1149
+ const _DQLCR = "DeleteQueryLoggingConfigRequest";
1150
+ const _DQLCRe = "DeleteQueryLoggingConfigResponse";
1151
+ const _DRDS = "DeleteReusableDelegationSet";
1152
+ const _DRDSR = "DeleteReusableDelegationSetRequest";
1153
+ const _DRDSRe = "DeleteReusableDelegationSetResponse";
1154
+ const _DS = "DelegationSet";
1155
+ const _DSAC = "DelegationSetAlreadyCreated";
1156
+ const _DSAR = "DelegationSetAlreadyReusable";
1157
+ const _DSI = "DelegationSetId";
1158
+ const _DSIU = "DelegationSetInUse";
1159
+ const _DSNA = "DelegationSetNotAvailable";
1160
+ const _DSNR = "DelegationSetNotReusable";
1161
+ const _DSNS = "DelegationSetNameServers";
1162
+ const _DSR = "DSRecord";
1163
+ const _DSe = "DelegationSets";
1164
+ const _DTP = "DeleteTrafficPolicy";
1165
+ const _DTPI = "DeleteTrafficPolicyInstance";
1166
+ const _DTPIR = "DeleteTrafficPolicyInstanceRequest";
1167
+ const _DTPIRe = "DeleteTrafficPolicyInstanceResponse";
1168
+ const _DTPR = "DeleteTrafficPolicyRequest";
1169
+ const _DTPRe = "DeleteTrafficPolicyResponse";
1170
+ const _DV = "DigestValue";
1171
+ const _DVPCAA = "DeleteVPCAssociationAuthorization";
1172
+ const _DVPCAAR = "DeleteVPCAssociationAuthorizationRequest";
1173
+ const _DVPCAARe = "DeleteVPCAssociationAuthorizationResponse";
1174
+ const _DVPCFHZ = "DisassociateVPCFromHostedZone";
1175
+ const _DVPCFHZR = "DisassociateVPCFromHostedZoneRequest";
1176
+ const _DVPCFHZRi = "DisassociateVPCFromHostedZoneResponse";
1177
+ const _De = "Description";
1178
+ const _Di = "Dimension";
1179
+ const _Dis = "Disabled";
1180
+ const _Do = "Document";
1181
+ const _EAR = "EnableAcceleratedRecovery";
1182
+ const _EDNSCSIP = "EDNS0ClientSubnetIP";
1183
+ const _EDNSCSM = "EDNS0ClientSubnetMask";
1184
+ const _EHZDNSSEC = "EnableHostedZoneDNSSEC";
1185
+ const _EHZDNSSECR = "EnableHostedZoneDNSSECRequest";
1186
+ const _EHZDNSSECRn = "EnableHostedZoneDNSSECResponse";
1187
+ const _EM = "ErrorMessages";
1188
+ const _EP = "EvaluationPeriods";
1189
+ const _ESNI = "EnableSNI";
1190
+ const _ETH = "EvaluateTargetHealth";
1191
+ const _F = "Features";
1192
+ const _FQDN = "FullyQualifiedDomainName";
1193
+ const _FR = "FailureReasons";
1194
+ const _FT = "FailureThreshold";
1195
+ const _Fa = "Failover";
1196
+ const _Fl = "Flag";
1197
+ const _GAL = "GetAccountLimit";
1198
+ const _GALR = "GetAccountLimitRequest";
1199
+ const _GALRe = "GetAccountLimitResponse";
1200
+ const _GC = "GetChange";
1201
+ const _GCIR = "GetCheckerIpRanges";
1202
+ const _GCIRR = "GetCheckerIpRangesRequest";
1203
+ const _GCIRRe = "GetCheckerIpRangesResponse";
1204
+ const _GCR = "GetChangeRequest";
1205
+ const _GCRe = "GetChangeResponse";
1206
+ const _GDNSSEC = "GetDNSSEC";
1207
+ const _GDNSSECR = "GetDNSSECRequest";
1208
+ const _GDNSSECRe = "GetDNSSECResponse";
1209
+ const _GGL = "GetGeoLocation";
1210
+ const _GGLR = "GetGeoLocationRequest";
1211
+ const _GGLRe = "GetGeoLocationResponse";
1212
+ const _GHC = "GetHealthCheck";
1213
+ const _GHCC = "GetHealthCheckCount";
1214
+ const _GHCCR = "GetHealthCheckCountRequest";
1215
+ const _GHCCRe = "GetHealthCheckCountResponse";
1216
+ const _GHCLFR = "GetHealthCheckLastFailureReason";
1217
+ const _GHCLFRR = "GetHealthCheckLastFailureReasonRequest";
1218
+ const _GHCLFRRe = "GetHealthCheckLastFailureReasonResponse";
1219
+ const _GHCR = "GetHealthCheckRequest";
1220
+ const _GHCRe = "GetHealthCheckResponse";
1221
+ const _GHCS = "GetHealthCheckStatus";
1222
+ const _GHCSR = "GetHealthCheckStatusRequest";
1223
+ const _GHCSRe = "GetHealthCheckStatusResponse";
1224
+ const _GHZ = "GetHostedZone";
1225
+ const _GHZC = "GetHostedZoneCount";
1226
+ const _GHZCR = "GetHostedZoneCountRequest";
1227
+ const _GHZCRe = "GetHostedZoneCountResponse";
1228
+ const _GHZL = "GetHostedZoneLimit";
1229
+ const _GHZLR = "GetHostedZoneLimitRequest";
1230
+ const _GHZLRe = "GetHostedZoneLimitResponse";
1231
+ const _GHZR = "GetHostedZoneRequest";
1232
+ const _GHZRe = "GetHostedZoneResponse";
1233
+ const _GL = "GeoLocation";
1234
+ const _GLD = "GeoLocationDetails";
1235
+ const _GLDL = "GeoLocationDetailsList";
1236
+ const _GPL = "GeoProximityLocation";
1237
+ const _GQLC = "GetQueryLoggingConfig";
1238
+ const _GQLCR = "GetQueryLoggingConfigRequest";
1239
+ const _GQLCRe = "GetQueryLoggingConfigResponse";
1240
+ const _GRDS = "GetReusableDelegationSet";
1241
+ const _GRDSL = "GetReusableDelegationSetLimit";
1242
+ const _GRDSLR = "GetReusableDelegationSetLimitRequest";
1243
+ const _GRDSLRe = "GetReusableDelegationSetLimitResponse";
1244
+ const _GRDSR = "GetReusableDelegationSetRequest";
1245
+ const _GRDSRe = "GetReusableDelegationSetResponse";
1246
+ const _GTP = "GetTrafficPolicy";
1247
+ const _GTPI = "GetTrafficPolicyInstance";
1248
+ const _GTPIC = "GetTrafficPolicyInstanceCount";
1249
+ const _GTPICR = "GetTrafficPolicyInstanceCountRequest";
1250
+ const _GTPICRe = "GetTrafficPolicyInstanceCountResponse";
1251
+ const _GTPIR = "GetTrafficPolicyInstanceRequest";
1252
+ const _GTPIRe = "GetTrafficPolicyInstanceResponse";
1253
+ const _GTPR = "GetTrafficPolicyRequest";
1254
+ const _GTPRe = "GetTrafficPolicyResponse";
1255
+ const _HC = "HealthCheck";
1256
+ const _HCAE = "HealthCheckAlreadyExists";
1257
+ const _HCC = "HealthCheckConfig";
1258
+ const _HCCe = "HealthCheckCount";
1259
+ const _HCI = "HealthCheckId";
1260
+ const _HCIU = "HealthCheckInUse";
1261
+ const _HCO = "HealthCheckObservations";
1262
+ const _HCOe = "HealthCheckObservation";
1263
+ const _HCRL = "HealthCheckRegionList";
1264
+ const _HCV = "HealthCheckVersion";
1265
+ const _HCVM = "HealthCheckVersionMismatch";
1266
+ const _HCe = "HealthChecks";
1267
+ const _HT = "HealthThreshold";
1268
+ const _HZ = "HostedZone";
1269
+ const _HZAE = "HostedZoneAlreadyExists";
1270
+ const _HZC = "HostedZoneConfig";
1271
+ const _HZCo = "HostedZoneCount";
1272
+ const _HZF = "HostedZoneFeatures";
1273
+ const _HZFR = "HostedZoneFailureReasons";
1274
+ const _HZI = "HostedZoneId";
1275
+ const _HZIM = "HostedZoneIdMarker";
1276
+ const _HZL = "HostedZoneLimit";
1277
+ const _HZNE = "HostedZoneNotEmpty";
1278
+ const _HZNF = "HostedZoneNotFound";
1279
+ const _HZNP = "HostedZoneNotPrivate";
1280
+ const _HZO = "HostedZoneOwner";
1281
+ const _HZPD = "HostedZonePartiallyDelegated";
1282
+ const _HZS = "HostedZoneSummary";
1283
+ const _HZSo = "HostedZoneSummaries";
1284
+ const _HZT = "HostedZoneType";
1285
+ const _HZo = "HostedZones";
1286
+ const _I = "Id";
1287
+ const _IA = "InvalidArgument";
1288
+ const _ICB = "InvalidChangeBatch";
1289
+ const _ICWLRP = "InsufficientCloudWatchLogsResourcePolicy";
1290
+ const _IDHS = "InsufficientDataHealthStatus";
1291
+ const _IDN = "InvalidDomainName";
1292
+ const _II = "InvalidInput";
1293
+ const _IKMSA = "InvalidKMSArn";
1294
+ const _IKSKN = "InvalidKeySigningKeyName";
1295
+ const _IKSKS = "InvalidKeySigningKeyStatus";
1296
+ const _IPA = "IPAddress";
1297
+ const _IPT = "InvalidPaginationToken";
1298
+ const _ISS = "InvalidSigningStatus";
1299
+ const _IT = "IsTruncated";
1300
+ const _ITPD = "InvalidTrafficPolicyDocument";
1301
+ const _IV = "IncompatibleVersion";
1302
+ const _IVPCI = "InvalidVPCId";
1303
+ const _In = "Inverted";
1304
+ const _K = "Key";
1305
+ const _KA = "KmsArn";
1306
+ const _KMSA = "KeyManagementServiceArn";
1307
+ const _KSK = "KeySigningKey";
1308
+ const _KSKAE = "KeySigningKeyAlreadyExists";
1309
+ const _KSKIPDSR = "KeySigningKeyInParentDSRecord";
1310
+ const _KSKIU = "KeySigningKeyInUse";
1311
+ const _KSKWASNF = "KeySigningKeyWithActiveStatusNotFound";
1312
+ const _KSKe = "KeySigningKeys";
1313
+ const _KT = "KeyTag";
1314
+ const _L = "Latitude";
1315
+ const _LCB = "ListCidrBlocks";
1316
+ const _LCBR = "ListCidrBlocksRequest";
1317
+ const _LCBRi = "ListCidrBlocksResponse";
1318
+ const _LCC = "ListCidrCollections";
1319
+ const _LCCR = "ListCidrCollectionsRequest";
1320
+ const _LCCRi = "ListCidrCollectionsResponse";
1321
+ const _LCL = "ListCidrLocations";
1322
+ const _LCLR = "ListCidrLocationsRequest";
1323
+ const _LCLRi = "ListCidrLocationsResponse";
1324
+ const _LE = "LimitsExceeded";
1325
+ const _LGL = "ListGeoLocations";
1326
+ const _LGLR = "ListGeoLocationsRequest";
1327
+ const _LGLRi = "ListGeoLocationsResponse";
1328
+ const _LHC = "ListHealthChecks";
1329
+ const _LHCR = "ListHealthChecksRequest";
1330
+ const _LHCRi = "ListHealthChecksResponse";
1331
+ const _LHZ = "ListHostedZones";
1332
+ const _LHZBN = "ListHostedZonesByName";
1333
+ const _LHZBNR = "ListHostedZonesByNameRequest";
1334
+ const _LHZBNRi = "ListHostedZonesByNameResponse";
1335
+ const _LHZBVPC = "ListHostedZonesByVPC";
1336
+ const _LHZBVPCR = "ListHostedZonesByVPCRequest";
1337
+ const _LHZBVPCRi = "ListHostedZonesByVPCResponse";
1338
+ const _LHZR = "ListHostedZonesRequest";
1339
+ const _LHZRi = "ListHostedZonesResponse";
1340
+ const _LMD = "LastModifiedDate";
1341
+ const _LN = "LocationName";
1342
+ const _LQLC = "ListQueryLoggingConfigs";
1343
+ const _LQLCR = "ListQueryLoggingConfigsRequest";
1344
+ const _LQLCRi = "ListQueryLoggingConfigsResponse";
1345
+ const _LRDS = "ListReusableDelegationSets";
1346
+ const _LRDSR = "ListReusableDelegationSetsRequest";
1347
+ const _LRDSRi = "ListReusableDelegationSetsResponse";
1348
+ const _LRRS = "ListResourceRecordSets";
1349
+ const _LRRSR = "ListResourceRecordSetsRequest";
1350
+ const _LRRSRi = "ListResourceRecordSetsResponse";
1351
+ const _LS = "LinkedService";
1352
+ const _LSo = "LocationSummary";
1353
+ const _LSoc = "LocationSummaries";
1354
+ const _LTFR = "ListTagsForResource";
1355
+ const _LTFRR = "ListTagsForResourceRequest";
1356
+ const _LTFRRi = "ListTagsForResourceResponse";
1357
+ const _LTFRRis = "ListTagsForResourcesRequest";
1358
+ const _LTFRRist = "ListTagsForResourcesResponse";
1359
+ const _LTFRi = "ListTagsForResources";
1360
+ const _LTP = "ListTrafficPolicies";
1361
+ const _LTPI = "ListTrafficPolicyInstances";
1362
+ const _LTPIBHZ = "ListTrafficPolicyInstancesByHostedZone";
1363
+ const _LTPIBHZR = "ListTrafficPolicyInstancesByHostedZoneRequest";
1364
+ const _LTPIBHZRi = "ListTrafficPolicyInstancesByHostedZoneResponse";
1365
+ const _LTPIBP = "ListTrafficPolicyInstancesByPolicy";
1366
+ const _LTPIBPR = "ListTrafficPolicyInstancesByPolicyRequest";
1367
+ const _LTPIBPRi = "ListTrafficPolicyInstancesByPolicyResponse";
1368
+ const _LTPIR = "ListTrafficPolicyInstancesRequest";
1369
+ const _LTPIRi = "ListTrafficPolicyInstancesResponse";
1370
+ const _LTPR = "ListTrafficPoliciesRequest";
1371
+ const _LTPRi = "ListTrafficPoliciesResponse";
1372
+ const _LTPV = "ListTrafficPolicyVersions";
1373
+ const _LTPVR = "ListTrafficPolicyVersionsRequest";
1374
+ const _LTPVRi = "ListTrafficPolicyVersionsResponse";
1375
+ const _LV = "LatestVersion";
1376
+ const _LVPCA = "LastVPCAssociation";
1377
+ const _LVPCAA = "ListVPCAssociationAuthorizations";
1378
+ const _LVPCAAR = "ListVPCAssociationAuthorizationsRequest";
1379
+ const _LVPCAARi = "ListVPCAssociationAuthorizationsResponse";
1380
+ const _LZG = "LocalZoneGroup";
1381
+ const _Li = "Limit";
1382
+ const _Lo = "Longitude";
1383
+ const _Loc = "Location";
1384
+ const _M = "Message";
1385
+ const _MI = "MaxItems";
1386
+ const _ML = "MeasureLatency";
1387
+ const _MN = "MetricName";
1388
+ const _MR = "MaxResults";
1389
+ const _MVA = "MultiValueAnswer";
1390
+ const _Ma = "Marker";
1391
+ const _N = "Name";
1392
+ const _NAE = "NotAuthorizedException";
1393
+ const _NCC = "NextContinentCode";
1394
+ const _NCCe = "NextCountryCode";
1395
+ const _NDNSN = "NextDNSName";
1396
+ const _NHZI = "NextHostedZoneId";
1397
+ const _NM = "NextMarker";
1398
+ const _NRI = "NextRecordIdentifier";
1399
+ const _NRN = "NextRecordName";
1400
+ const _NRT = "NextRecordType";
1401
+ const _NS = "NameServers";
1402
+ const _NSC = "NoSuchChange";
1403
+ const _NSCCE = "NoSuchCidrCollectionException";
1404
+ const _NSCLE = "NoSuchCidrLocationException";
1405
+ const _NSCWLLG = "NoSuchCloudWatchLogsLogGroup";
1406
+ const _NSCe = "NextSubdivisionCode";
1407
+ const _NSDS = "NoSuchDelegationSet";
1408
+ const _NSGL = "NoSuchGeoLocation";
1409
+ const _NSHC = "NoSuchHealthCheck";
1410
+ const _NSHZ = "NoSuchHostedZone";
1411
+ const _NSKSK = "NoSuchKeySigningKey";
1412
+ const _NSQLC = "NoSuchQueryLoggingConfig";
1413
+ const _NSTP = "NoSuchTrafficPolicy";
1414
+ const _NSTPI = "NoSuchTrafficPolicyInstance";
1415
+ const _NSa = "NameServer";
1416
+ const _NT = "NextToken";
1417
+ const _Na = "Namespace";
1418
+ const _Nam = "Nameserver";
1419
+ const _O = "Owner";
1420
+ const _OA = "OwningAccount";
1421
+ const _OS = "OwningService";
1422
+ const _P = "Period";
1423
+ const _PK = "PublicKey";
1424
+ const _PRNC = "PriorRequestNotComplete";
1425
+ const _PZ = "PrivateZone";
1426
+ const _PZVPCA = "PublicZoneVPCAssociation";
1427
+ const _Po = "Port";
1428
+ const _Pr = "Protocol";
1429
+ const _QLC = "QueryLoggingConfig";
1430
+ const _QLCAE = "QueryLoggingConfigAlreadyExists";
1431
+ const _QLCu = "QueryLoggingConfigs";
1432
+ const _R = "Region";
1433
+ const _RC = "ResponseCode";
1434
+ const _RCA = "RoutingControlArn";
1435
+ const _RD = "RecordData";
1436
+ const _RDE = "RecordDataEntry";
1437
+ const _RDSL = "ReusableDelegationSetLimit";
1438
+ const _RE = "ResetElements";
1439
+ const _REN = "ResettableElementName";
1440
+ const _RENL = "ResettableElementNameList";
1441
+ const _RI = "ResourceId";
1442
+ const _RIP = "ResolverIP";
1443
+ const _RIe = "RequestInterval";
1444
+ const _RIes = "ResourceIds";
1445
+ const _RN = "RecordName";
1446
+ const _RP = "ResourcePath";
1447
+ const _RR = "ResourceRecord";
1448
+ const _RRS = "ResourceRecordSet";
1449
+ const _RRSC = "ResourceRecordSetCount";
1450
+ const _RRSe = "ResourceRecordSets";
1451
+ const _RRe = "ResourceRecords";
1452
+ const _RT = "ResourceType";
1453
+ const _RTK = "RemoveTagKeys";
1454
+ const _RTS = "ResourceTagSet";
1455
+ const _RTSL = "ResourceTagSetList";
1456
+ const _RTSe = "ResourceTagSets";
1457
+ const _RTe = "RecordType";
1458
+ const _Re = "Regions";
1459
+ const _S = "Status";
1460
+ const _SA = "SubmittedAt";
1461
+ const _SAM = "SigningAlgorithmMnemonic";
1462
+ const _SAT = "SigningAlgorithmType";
1463
+ const _SC = "SubdivisionCode";
1464
+ const _SCC = "StartContinentCode";
1465
+ const _SCCt = "StartCountryCode";
1466
+ const _SI = "SetIdentifier";
1467
+ const _SM = "StatusMessage";
1468
+ const _SN = "SubdivisionName";
1469
+ const _SP = "ServicePrincipal";
1470
+ const _SR = "StatusReport";
1471
+ const _SRI = "StartRecordIdentifier";
1472
+ const _SRN = "StartRecordName";
1473
+ const _SRT = "StartRecordType";
1474
+ const _SS = "ServeSignature";
1475
+ const _SSC = "StartSubdivisionCode";
1476
+ const _SSe = "SearchString";
1477
+ const _St = "Statistic";
1478
+ const _Sta = "State";
1479
+ const _T = "Type";
1480
+ const _TDNSA = "TestDNSAnswer";
1481
+ const _TDNSAR = "TestDNSAnswerRequest";
1482
+ const _TDNSARe = "TestDNSAnswerResponse";
1483
+ const _TE = "ThrottlingException";
1484
+ const _TKL = "TagKeyList";
1485
+ const _TL = "TagList";
1486
+ const _TMHC = "TooManyHealthChecks";
1487
+ const _TMHZ = "TooManyHostedZones";
1488
+ const _TMKSK = "TooManyKeySigningKeys";
1489
+ const _TMTP = "TooManyTrafficPolicies";
1490
+ const _TMTPI = "TooManyTrafficPolicyInstances";
1491
+ const _TMTPVFCP = "TooManyTrafficPolicyVersionsForCurrentPolicy";
1492
+ const _TMVPCAA = "TooManyVPCAssociationAuthorizations";
1493
+ const _TP = "TrafficPolicy";
1494
+ const _TPAE = "TrafficPolicyAlreadyExists";
1495
+ const _TPC = "TrafficPolicyCount";
1496
+ const _TPI = "TrafficPolicyId";
1497
+ const _TPIAE = "TrafficPolicyInstanceAlreadyExists";
1498
+ const _TPIC = "TrafficPolicyInstanceCount";
1499
+ const _TPII = "TrafficPolicyInstanceId";
1500
+ const _TPIM = "TrafficPolicyIdMarker";
1501
+ const _TPINM = "TrafficPolicyInstanceNameMarker";
1502
+ const _TPITM = "TrafficPolicyInstanceTypeMarker";
1503
+ const _TPIU = "TrafficPolicyInUse";
1504
+ const _TPIr = "TrafficPolicyInstance";
1505
+ const _TPIra = "TrafficPolicyInstances";
1506
+ const _TPS = "TrafficPolicySummaries";
1507
+ const _TPSr = "TrafficPolicySummary";
1508
+ const _TPT = "TrafficPolicyType";
1509
+ const _TPV = "TrafficPolicyVersion";
1510
+ const _TPVM = "TrafficPolicyVersionMarker";
1511
+ const _TPr = "TrafficPolicies";
1512
+ const _TRIL = "TagResourceIdList";
1513
+ const _TTL = "TTL";
1514
+ const _Ta = "Tags";
1515
+ const _Tag = "Tag";
1516
+ const _Th = "Threshold";
1517
+ const _UHC = "UpdateHealthCheck";
1518
+ const _UHCR = "UpdateHealthCheckRequest";
1519
+ const _UHCRp = "UpdateHealthCheckResponse";
1520
+ const _UHZC = "UpdateHostedZoneComment";
1521
+ const _UHZCR = "UpdateHostedZoneCommentRequest";
1522
+ const _UHZCRp = "UpdateHostedZoneCommentResponse";
1523
+ const _UHZF = "UpdateHostedZoneFeatures";
1524
+ const _UHZFR = "UpdateHostedZoneFeaturesRequest";
1525
+ const _UHZFRp = "UpdateHostedZoneFeaturesResponse";
1526
+ const _UTPC = "UpdateTrafficPolicyComment";
1527
+ const _UTPCR = "UpdateTrafficPolicyCommentRequest";
1528
+ const _UTPCRp = "UpdateTrafficPolicyCommentResponse";
1529
+ const _UTPI = "UpdateTrafficPolicyInstance";
1530
+ const _UTPIR = "UpdateTrafficPolicyInstanceRequest";
1531
+ const _UTPIRp = "UpdateTrafficPolicyInstanceResponse";
1532
+ const _V = "Value";
1533
+ const _VPC = "VPC";
1534
+ const _VPCAANF = "VPCAssociationAuthorizationNotFound";
1535
+ const _VPCANF = "VPCAssociationNotFound";
1536
+ const _VPCI = "VPCId";
1537
+ const _VPCR = "VPCRegion";
1538
+ const _VPCs = "VPCs";
1539
+ const _Ve = "Version";
1540
+ const _W = "Weight";
1541
+ const _c = "client";
1542
+ const _co = "continentcode";
1543
+ const _cou = "countrycode";
1544
+ const _d = "dnsname";
1545
+ const _de = "delegationsetid";
1546
+ const _e = "error";
1547
+ const _ed = "edns0clientsubnetip";
1548
+ const _edn = "edns0clientsubnetmask";
1549
+ const _h = "hostedzoneid";
1550
+ const _hE = "httpError";
1551
+ const _hH = "httpHeader";
1552
+ const _hQ = "httpQuery";
1553
+ const _ho = "hostedzonetype";
1554
+ const _ht = "http";
1555
+ const _i = "identifier";
1556
+ const _id = "id";
1557
+ const _l = "location";
1558
+ const _m = "message";
1559
+ const _ma = "maxresults";
1560
+ const _mar = "marker";
1561
+ const _max = "maxitems";
1562
+ const _me = "messages";
1563
+ const _n = "nexttoken";
1564
+ const _na = "name";
1565
+ const _r = "recordname";
1566
+ const _re = "recordtype";
1567
+ const _res = "resolverip";
1568
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.route53";
1569
+ const _st = "startcontinentcode";
1570
+ const _sta = "startcountrycode";
1571
+ const _star = "startsubdivisioncode";
1572
+ const _su = "subdivisioncode";
1573
+ const _t = "type";
1574
+ const _tr = "trafficpolicyid";
1575
+ const _tra = "trafficpolicyinstancename";
1576
+ const _traf = "trafficpolicyinstancetype";
1577
+ const _traff = "trafficpolicyversion";
1578
+ const _v = "vpcid";
1579
+ const _ve = "version";
1580
+ const _vp = "vpcregion";
1581
+ const _xN = "xmlName";
1582
+ const n0 = "com.amazonaws.route53";
1583
+ const _s_registry = TypeRegistry.for(_s);
1584
+ var Route53ServiceException$ = [-3, _s, "Route53ServiceException", 0, [], []];
1585
+ _s_registry.registerError(Route53ServiceException$, Route53ServiceException);
1586
+ const n0_registry = TypeRegistry.for(n0);
1587
+ var CidrBlockInUseException$ = [-3, n0, _CBIUE,
1588
+ { [_e]: _c, [_hE]: 400 },
1589
+ [_M],
1590
+ [0]
1591
+ ];
1592
+ n0_registry.registerError(CidrBlockInUseException$, CidrBlockInUseException);
1593
+ var CidrCollectionAlreadyExistsException$ = [-3, n0, _CCAEE,
1594
+ { [_e]: _c },
1595
+ [_M],
1596
+ [0]
1597
+ ];
1598
+ n0_registry.registerError(CidrCollectionAlreadyExistsException$, CidrCollectionAlreadyExistsException);
1599
+ var CidrCollectionInUseException$ = [-3, n0, _CCIUE,
1600
+ { [_e]: _c, [_hE]: 400 },
1601
+ [_M],
1602
+ [0]
1603
+ ];
1604
+ n0_registry.registerError(CidrCollectionInUseException$, CidrCollectionInUseException);
1605
+ var CidrCollectionVersionMismatchException$ = [-3, n0, _CCVME,
1606
+ { [_e]: _c, [_hE]: 409 },
1607
+ [_M],
1608
+ [0]
1609
+ ];
1610
+ n0_registry.registerError(CidrCollectionVersionMismatchException$, CidrCollectionVersionMismatchException);
1611
+ var ConcurrentModification$ = [-3, n0, _CM,
1612
+ { [_e]: _c, [_hE]: 400 },
1613
+ [_m],
1614
+ [0]
1615
+ ];
1616
+ n0_registry.registerError(ConcurrentModification$, ConcurrentModification);
1617
+ var ConflictingDomainExists$ = [-3, n0, _CDE,
1618
+ { [_e]: _c },
1619
+ [_m],
1620
+ [0]
1621
+ ];
1622
+ n0_registry.registerError(ConflictingDomainExists$, ConflictingDomainExists);
1623
+ var ConflictingTypes$ = [-3, n0, _CT,
1624
+ { [_e]: _c, [_hE]: 400 },
1625
+ [_m],
1626
+ [0]
1627
+ ];
1628
+ n0_registry.registerError(ConflictingTypes$, ConflictingTypes);
1629
+ var DelegationSetAlreadyCreated$ = [-3, n0, _DSAC,
1630
+ { [_e]: _c },
1631
+ [_m],
1632
+ [0]
1633
+ ];
1634
+ n0_registry.registerError(DelegationSetAlreadyCreated$, DelegationSetAlreadyCreated);
1635
+ var DelegationSetAlreadyReusable$ = [-3, n0, _DSAR,
1636
+ { [_e]: _c },
1637
+ [_m],
1638
+ [0]
1639
+ ];
1640
+ n0_registry.registerError(DelegationSetAlreadyReusable$, DelegationSetAlreadyReusable);
1641
+ var DelegationSetInUse$ = [-3, n0, _DSIU,
1642
+ { [_e]: _c },
1643
+ [_m],
1644
+ [0]
1645
+ ];
1646
+ n0_registry.registerError(DelegationSetInUse$, DelegationSetInUse);
1647
+ var DelegationSetNotAvailable$ = [-3, n0, _DSNA,
1648
+ { [_e]: _c },
1649
+ [_m],
1650
+ [0]
1651
+ ];
1652
+ n0_registry.registerError(DelegationSetNotAvailable$, DelegationSetNotAvailable);
1653
+ var DelegationSetNotReusable$ = [-3, n0, _DSNR,
1654
+ { [_e]: _c },
1655
+ [_m],
1656
+ [0]
1657
+ ];
1658
+ n0_registry.registerError(DelegationSetNotReusable$, DelegationSetNotReusable);
1659
+ var DNSSECNotFound$ = [-3, n0, _DNSSECNF,
1660
+ { [_e]: _c, [_hE]: 400 },
1661
+ [_m],
1662
+ [0]
1663
+ ];
1664
+ n0_registry.registerError(DNSSECNotFound$, DNSSECNotFound);
1665
+ var HealthCheckAlreadyExists$ = [-3, n0, _HCAE,
1666
+ { [_e]: _c, [_hE]: 409 },
1667
+ [_m],
1668
+ [0]
1669
+ ];
1670
+ n0_registry.registerError(HealthCheckAlreadyExists$, HealthCheckAlreadyExists);
1671
+ var HealthCheckInUse$ = [-3, n0, _HCIU,
1672
+ { [_e]: _c, [_hE]: 400 },
1673
+ [_m],
1674
+ [0]
1675
+ ];
1676
+ n0_registry.registerError(HealthCheckInUse$, HealthCheckInUse);
1677
+ var HealthCheckVersionMismatch$ = [-3, n0, _HCVM,
1678
+ { [_e]: _c, [_hE]: 409 },
1679
+ [_m],
1680
+ [0]
1681
+ ];
1682
+ n0_registry.registerError(HealthCheckVersionMismatch$, HealthCheckVersionMismatch);
1683
+ var HostedZoneAlreadyExists$ = [-3, n0, _HZAE,
1684
+ { [_e]: _c, [_hE]: 409 },
1685
+ [_m],
1686
+ [0]
1687
+ ];
1688
+ n0_registry.registerError(HostedZoneAlreadyExists$, HostedZoneAlreadyExists);
1689
+ var HostedZoneNotEmpty$ = [-3, n0, _HZNE,
1690
+ { [_e]: _c, [_hE]: 400 },
1691
+ [_m],
1692
+ [0]
1693
+ ];
1694
+ n0_registry.registerError(HostedZoneNotEmpty$, HostedZoneNotEmpty);
1695
+ var HostedZoneNotFound$ = [-3, n0, _HZNF,
1696
+ { [_e]: _c },
1697
+ [_m],
1698
+ [0]
1699
+ ];
1700
+ n0_registry.registerError(HostedZoneNotFound$, HostedZoneNotFound);
1701
+ var HostedZoneNotPrivate$ = [-3, n0, _HZNP,
1702
+ { [_e]: _c },
1703
+ [_m],
1704
+ [0]
1705
+ ];
1706
+ n0_registry.registerError(HostedZoneNotPrivate$, HostedZoneNotPrivate);
1707
+ var HostedZonePartiallyDelegated$ = [-3, n0, _HZPD,
1708
+ { [_e]: _c },
1709
+ [_m],
1710
+ [0]
1711
+ ];
1712
+ n0_registry.registerError(HostedZonePartiallyDelegated$, HostedZonePartiallyDelegated);
1713
+ var IncompatibleVersion$ = [-3, n0, _IV,
1714
+ { [_e]: _c, [_hE]: 400 },
1715
+ [_m],
1716
+ [0]
1717
+ ];
1718
+ n0_registry.registerError(IncompatibleVersion$, IncompatibleVersion);
1719
+ var InsufficientCloudWatchLogsResourcePolicy$ = [-3, n0, _ICWLRP,
1720
+ { [_e]: _c, [_hE]: 400 },
1721
+ [_m],
1722
+ [0]
1723
+ ];
1724
+ n0_registry.registerError(InsufficientCloudWatchLogsResourcePolicy$, InsufficientCloudWatchLogsResourcePolicy);
1725
+ var InvalidArgument$ = [-3, n0, _IA,
1726
+ { [_e]: _c },
1727
+ [_m],
1728
+ [0]
1729
+ ];
1730
+ n0_registry.registerError(InvalidArgument$, InvalidArgument);
1731
+ var InvalidChangeBatch$ = [-3, n0, _ICB,
1732
+ { [_e]: _c },
1733
+ [_me, _m],
1734
+ [[() => ErrorMessages, 0], 0]
1735
+ ];
1736
+ n0_registry.registerError(InvalidChangeBatch$, InvalidChangeBatch);
1737
+ var InvalidDomainName$ = [-3, n0, _IDN,
1738
+ { [_e]: _c, [_hE]: 400 },
1739
+ [_m],
1740
+ [0]
1741
+ ];
1742
+ n0_registry.registerError(InvalidDomainName$, InvalidDomainName);
1743
+ var InvalidInput$ = [-3, n0, _II,
1744
+ { [_e]: _c, [_hE]: 400 },
1745
+ [_m],
1746
+ [0]
1747
+ ];
1748
+ n0_registry.registerError(InvalidInput$, InvalidInput);
1749
+ var InvalidKeySigningKeyName$ = [-3, n0, _IKSKN,
1750
+ { [_e]: _c, [_hE]: 400 },
1751
+ [_m],
1752
+ [0]
1753
+ ];
1754
+ n0_registry.registerError(InvalidKeySigningKeyName$, InvalidKeySigningKeyName);
1755
+ var InvalidKeySigningKeyStatus$ = [-3, n0, _IKSKS,
1756
+ { [_e]: _c, [_hE]: 400 },
1757
+ [_m],
1758
+ [0]
1759
+ ];
1760
+ n0_registry.registerError(InvalidKeySigningKeyStatus$, InvalidKeySigningKeyStatus);
1761
+ var InvalidKMSArn$ = [-3, n0, _IKMSA,
1762
+ { [_e]: _c },
1763
+ [_m],
1764
+ [0]
1765
+ ];
1766
+ n0_registry.registerError(InvalidKMSArn$, InvalidKMSArn);
1767
+ var InvalidPaginationToken$ = [-3, n0, _IPT,
1768
+ { [_e]: _c, [_hE]: 400 },
1769
+ [_m],
1770
+ [0]
1771
+ ];
1772
+ n0_registry.registerError(InvalidPaginationToken$, InvalidPaginationToken);
1773
+ var InvalidSigningStatus$ = [-3, n0, _ISS,
1774
+ { [_e]: _c },
1775
+ [_m],
1776
+ [0]
1777
+ ];
1778
+ n0_registry.registerError(InvalidSigningStatus$, InvalidSigningStatus);
1779
+ var InvalidTrafficPolicyDocument$ = [-3, n0, _ITPD,
1780
+ { [_e]: _c, [_hE]: 400 },
1781
+ [_m],
1782
+ [0]
1783
+ ];
1784
+ n0_registry.registerError(InvalidTrafficPolicyDocument$, InvalidTrafficPolicyDocument);
1785
+ var InvalidVPCId$ = [-3, n0, _IVPCI,
1786
+ { [_e]: _c, [_hE]: 400 },
1787
+ [_m],
1788
+ [0]
1789
+ ];
1790
+ n0_registry.registerError(InvalidVPCId$, InvalidVPCId);
1791
+ var KeySigningKeyAlreadyExists$ = [-3, n0, _KSKAE,
1792
+ { [_e]: _c, [_hE]: 409 },
1793
+ [_m],
1794
+ [0]
1795
+ ];
1796
+ n0_registry.registerError(KeySigningKeyAlreadyExists$, KeySigningKeyAlreadyExists);
1797
+ var KeySigningKeyInParentDSRecord$ = [-3, n0, _KSKIPDSR,
1798
+ { [_e]: _c, [_hE]: 400 },
1799
+ [_m],
1800
+ [0]
1801
+ ];
1802
+ n0_registry.registerError(KeySigningKeyInParentDSRecord$, KeySigningKeyInParentDSRecord);
1803
+ var KeySigningKeyInUse$ = [-3, n0, _KSKIU,
1804
+ { [_e]: _c },
1805
+ [_m],
1806
+ [0]
1807
+ ];
1808
+ n0_registry.registerError(KeySigningKeyInUse$, KeySigningKeyInUse);
1809
+ var KeySigningKeyWithActiveStatusNotFound$ = [-3, n0, _KSKWASNF,
1810
+ { [_e]: _c },
1811
+ [_m],
1812
+ [0]
1813
+ ];
1814
+ n0_registry.registerError(KeySigningKeyWithActiveStatusNotFound$, KeySigningKeyWithActiveStatusNotFound);
1815
+ var LastVPCAssociation$ = [-3, n0, _LVPCA,
1816
+ { [_e]: _c, [_hE]: 400 },
1817
+ [_m],
1818
+ [0]
1819
+ ];
1820
+ n0_registry.registerError(LastVPCAssociation$, LastVPCAssociation);
1821
+ var LimitsExceeded$ = [-3, n0, _LE,
1822
+ { [_e]: _c },
1823
+ [_m],
1824
+ [0]
1825
+ ];
1826
+ n0_registry.registerError(LimitsExceeded$, LimitsExceeded);
1827
+ var NoSuchChange$ = [-3, n0, _NSC,
1828
+ { [_e]: _c, [_hE]: 404 },
1829
+ [_m],
1830
+ [0]
1831
+ ];
1832
+ n0_registry.registerError(NoSuchChange$, NoSuchChange);
1833
+ var NoSuchCidrCollectionException$ = [-3, n0, _NSCCE,
1834
+ { [_e]: _c, [_hE]: 404 },
1835
+ [_M],
1836
+ [0]
1837
+ ];
1838
+ n0_registry.registerError(NoSuchCidrCollectionException$, NoSuchCidrCollectionException);
1839
+ var NoSuchCidrLocationException$ = [-3, n0, _NSCLE,
1840
+ { [_e]: _c, [_hE]: 404 },
1841
+ [_M],
1842
+ [0]
1843
+ ];
1844
+ n0_registry.registerError(NoSuchCidrLocationException$, NoSuchCidrLocationException);
1845
+ var NoSuchCloudWatchLogsLogGroup$ = [-3, n0, _NSCWLLG,
1846
+ { [_e]: _c, [_hE]: 404 },
1847
+ [_m],
1848
+ [0]
1849
+ ];
1850
+ n0_registry.registerError(NoSuchCloudWatchLogsLogGroup$, NoSuchCloudWatchLogsLogGroup);
1851
+ var NoSuchDelegationSet$ = [-3, n0, _NSDS,
1852
+ { [_e]: _c },
1853
+ [_m],
1854
+ [0]
1855
+ ];
1856
+ n0_registry.registerError(NoSuchDelegationSet$, NoSuchDelegationSet);
1857
+ var NoSuchGeoLocation$ = [-3, n0, _NSGL,
1858
+ { [_e]: _c, [_hE]: 404 },
1859
+ [_m],
1860
+ [0]
1861
+ ];
1862
+ n0_registry.registerError(NoSuchGeoLocation$, NoSuchGeoLocation);
1863
+ var NoSuchHealthCheck$ = [-3, n0, _NSHC,
1864
+ { [_e]: _c, [_hE]: 404 },
1865
+ [_m],
1866
+ [0]
1867
+ ];
1868
+ n0_registry.registerError(NoSuchHealthCheck$, NoSuchHealthCheck);
1869
+ var NoSuchHostedZone$ = [-3, n0, _NSHZ,
1870
+ { [_e]: _c, [_hE]: 404 },
1871
+ [_m],
1872
+ [0]
1873
+ ];
1874
+ n0_registry.registerError(NoSuchHostedZone$, NoSuchHostedZone);
1875
+ var NoSuchKeySigningKey$ = [-3, n0, _NSKSK,
1876
+ { [_e]: _c, [_hE]: 404 },
1877
+ [_m],
1878
+ [0]
1879
+ ];
1880
+ n0_registry.registerError(NoSuchKeySigningKey$, NoSuchKeySigningKey);
1881
+ var NoSuchQueryLoggingConfig$ = [-3, n0, _NSQLC,
1882
+ { [_e]: _c, [_hE]: 404 },
1883
+ [_m],
1884
+ [0]
1885
+ ];
1886
+ n0_registry.registerError(NoSuchQueryLoggingConfig$, NoSuchQueryLoggingConfig);
1887
+ var NoSuchTrafficPolicy$ = [-3, n0, _NSTP,
1888
+ { [_e]: _c, [_hE]: 404 },
1889
+ [_m],
1890
+ [0]
1891
+ ];
1892
+ n0_registry.registerError(NoSuchTrafficPolicy$, NoSuchTrafficPolicy);
1893
+ var NoSuchTrafficPolicyInstance$ = [-3, n0, _NSTPI,
1894
+ { [_e]: _c, [_hE]: 404 },
1895
+ [_m],
1896
+ [0]
1897
+ ];
1898
+ n0_registry.registerError(NoSuchTrafficPolicyInstance$, NoSuchTrafficPolicyInstance);
1899
+ var NotAuthorizedException$ = [-3, n0, _NAE,
1900
+ { [_e]: _c, [_hE]: 401 },
1901
+ [_m],
1902
+ [0]
1903
+ ];
1904
+ n0_registry.registerError(NotAuthorizedException$, NotAuthorizedException);
1905
+ var PriorRequestNotComplete$ = [-3, n0, _PRNC,
1906
+ { [_e]: _c, [_hE]: 400 },
1907
+ [_m],
1908
+ [0]
1909
+ ];
1910
+ n0_registry.registerError(PriorRequestNotComplete$, PriorRequestNotComplete);
1911
+ var PublicZoneVPCAssociation$ = [-3, n0, _PZVPCA,
1912
+ { [_e]: _c, [_hE]: 400 },
1913
+ [_m],
1914
+ [0]
1915
+ ];
1916
+ n0_registry.registerError(PublicZoneVPCAssociation$, PublicZoneVPCAssociation);
1917
+ var QueryLoggingConfigAlreadyExists$ = [-3, n0, _QLCAE,
1918
+ { [_e]: _c, [_hE]: 409 },
1919
+ [_m],
1920
+ [0]
1921
+ ];
1922
+ n0_registry.registerError(QueryLoggingConfigAlreadyExists$, QueryLoggingConfigAlreadyExists);
1923
+ var ThrottlingException$ = [-3, n0, _TE,
1924
+ { [_e]: _c, [_hE]: 400 },
1925
+ [_m],
1926
+ [0]
1927
+ ];
1928
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
1929
+ var TooManyHealthChecks$ = [-3, n0, _TMHC,
1930
+ { [_e]: _c },
1931
+ [_m],
1932
+ [0]
1933
+ ];
1934
+ n0_registry.registerError(TooManyHealthChecks$, TooManyHealthChecks);
1935
+ var TooManyHostedZones$ = [-3, n0, _TMHZ,
1936
+ { [_e]: _c, [_hE]: 400 },
1937
+ [_m],
1938
+ [0]
1939
+ ];
1940
+ n0_registry.registerError(TooManyHostedZones$, TooManyHostedZones);
1941
+ var TooManyKeySigningKeys$ = [-3, n0, _TMKSK,
1942
+ { [_e]: _c },
1943
+ [_m],
1944
+ [0]
1945
+ ];
1946
+ n0_registry.registerError(TooManyKeySigningKeys$, TooManyKeySigningKeys);
1947
+ var TooManyTrafficPolicies$ = [-3, n0, _TMTP,
1948
+ { [_e]: _c, [_hE]: 400 },
1949
+ [_m],
1950
+ [0]
1951
+ ];
1952
+ n0_registry.registerError(TooManyTrafficPolicies$, TooManyTrafficPolicies);
1953
+ var TooManyTrafficPolicyInstances$ = [-3, n0, _TMTPI,
1954
+ { [_e]: _c, [_hE]: 400 },
1955
+ [_m],
1956
+ [0]
1957
+ ];
1958
+ n0_registry.registerError(TooManyTrafficPolicyInstances$, TooManyTrafficPolicyInstances);
1959
+ var TooManyTrafficPolicyVersionsForCurrentPolicy$ = [-3, n0, _TMTPVFCP,
1960
+ { [_e]: _c, [_hE]: 400 },
1961
+ [_m],
1962
+ [0]
1963
+ ];
1964
+ n0_registry.registerError(TooManyTrafficPolicyVersionsForCurrentPolicy$, TooManyTrafficPolicyVersionsForCurrentPolicy);
1965
+ var TooManyVPCAssociationAuthorizations$ = [-3, n0, _TMVPCAA,
1966
+ { [_e]: _c, [_hE]: 400 },
1967
+ [_m],
1968
+ [0]
1969
+ ];
1970
+ n0_registry.registerError(TooManyVPCAssociationAuthorizations$, TooManyVPCAssociationAuthorizations);
1971
+ var TrafficPolicyAlreadyExists$ = [-3, n0, _TPAE,
1972
+ { [_e]: _c, [_hE]: 409 },
1973
+ [_m],
1974
+ [0]
1975
+ ];
1976
+ n0_registry.registerError(TrafficPolicyAlreadyExists$, TrafficPolicyAlreadyExists);
1977
+ var TrafficPolicyInstanceAlreadyExists$ = [-3, n0, _TPIAE,
1978
+ { [_e]: _c, [_hE]: 409 },
1979
+ [_m],
1980
+ [0]
1981
+ ];
1982
+ n0_registry.registerError(TrafficPolicyInstanceAlreadyExists$, TrafficPolicyInstanceAlreadyExists);
1983
+ var TrafficPolicyInUse$ = [-3, n0, _TPIU,
1984
+ { [_e]: _c, [_hE]: 400 },
1985
+ [_m],
1986
+ [0]
1987
+ ];
1988
+ n0_registry.registerError(TrafficPolicyInUse$, TrafficPolicyInUse);
1989
+ var VPCAssociationAuthorizationNotFound$ = [-3, n0, _VPCAANF,
1990
+ { [_e]: _c, [_hE]: 404 },
1991
+ [_m],
1992
+ [0]
1993
+ ];
1994
+ n0_registry.registerError(VPCAssociationAuthorizationNotFound$, VPCAssociationAuthorizationNotFound);
1995
+ var VPCAssociationNotFound$ = [-3, n0, _VPCANF,
1996
+ { [_e]: _c, [_hE]: 404 },
1997
+ [_m],
1998
+ [0]
1999
+ ];
2000
+ n0_registry.registerError(VPCAssociationNotFound$, VPCAssociationNotFound);
2001
+ const errorTypeRegistries = [
2002
+ _s_registry,
2003
+ n0_registry,
2004
+ ];
2005
+ var AccountLimit$ = [3, n0, _AL,
2006
+ 0,
2007
+ [_T, _V],
2008
+ [0, 1], 2
2009
+ ];
2010
+ var ActivateKeySigningKeyRequest$ = [3, n0, _AKSKR,
2011
+ 0,
2012
+ [_HZI, _N],
2013
+ [[0, 1], [0, 1]], 2
2014
+ ];
2015
+ var ActivateKeySigningKeyResponse$ = [3, n0, _AKSKRc,
2016
+ 0,
2017
+ [_CI],
2018
+ [() => ChangeInfo$], 1
2019
+ ];
2020
+ var AlarmIdentifier$ = [3, n0, _AI,
2021
+ 0,
2022
+ [_R, _N],
2023
+ [0, 0], 2
2024
+ ];
2025
+ var AliasTarget$ = [3, n0, _AT,
2026
+ 0,
2027
+ [_HZI, _DNSN, _ETH],
2028
+ [0, 0, 2], 3
2029
+ ];
2030
+ var AssociateVPCWithHostedZoneRequest$ = [3, n0, _AVPCWHZR,
2031
+ 0,
2032
+ [_HZI, _VPC, _C],
2033
+ [[0, 1], () => VPC$, 0], 2
2034
+ ];
2035
+ var AssociateVPCWithHostedZoneResponse$ = [3, n0, _AVPCWHZRs,
2036
+ 0,
2037
+ [_CI],
2038
+ [() => ChangeInfo$], 1
2039
+ ];
2040
+ var Change$ = [3, n0, _Ch,
2041
+ 0,
2042
+ [_A, _RRS],
2043
+ [0, [() => ResourceRecordSet$, 0]], 2
2044
+ ];
2045
+ var ChangeBatch$ = [3, n0, _CB,
2046
+ 0,
2047
+ [_Cha, _C],
2048
+ [[() => Changes, 0], 0], 1
2049
+ ];
2050
+ var ChangeCidrCollectionRequest$ = [3, n0, _CCCR,
2051
+ 0,
2052
+ [_I, _Cha, _CV],
2053
+ [[0, 1], [() => CidrCollectionChanges, 0], 1], 2
2054
+ ];
2055
+ var ChangeCidrCollectionResponse$ = [3, n0, _CCCRh,
2056
+ 0,
2057
+ [_I],
2058
+ [0], 1
2059
+ ];
2060
+ var ChangeInfo$ = [3, n0, _CI,
2061
+ 0,
2062
+ [_I, _S, _SA, _C],
2063
+ [0, 0, 4, 0], 3
2064
+ ];
2065
+ var ChangeResourceRecordSetsRequest$ = [3, n0, _CRRSR,
2066
+ 0,
2067
+ [_HZI, _CB],
2068
+ [[0, 1], [() => ChangeBatch$, 0]], 2
2069
+ ];
2070
+ var ChangeResourceRecordSetsResponse$ = [3, n0, _CRRSRh,
2071
+ 0,
2072
+ [_CI],
2073
+ [() => ChangeInfo$], 1
2074
+ ];
2075
+ var ChangeTagsForResourceRequest$ = [3, n0, _CTFRR,
2076
+ 0,
2077
+ [_RT, _RI, _ATd, _RTK],
2078
+ [[0, 1], [0, 1], [() => TagList, 0], [() => TagKeyList, 0]], 2
2079
+ ];
2080
+ var ChangeTagsForResourceResponse$ = [3, n0, _CTFRRh,
2081
+ 0,
2082
+ [],
2083
+ []
2084
+ ];
2085
+ var CidrBlockSummary$ = [3, n0, _CBS,
2086
+ 0,
2087
+ [_CBi, _LN],
2088
+ [0, 0]
2089
+ ];
2090
+ var CidrCollection$ = [3, n0, _CC,
2091
+ 0,
2092
+ [_Ar, _I, _N, _Ve],
2093
+ [0, 0, 0, 1]
2094
+ ];
2095
+ var CidrCollectionChange$ = [3, n0, _CCC,
2096
+ 0,
2097
+ [_LN, _A, _CL],
2098
+ [0, 0, [() => CidrList, 0]], 3
2099
+ ];
2100
+ var CidrRoutingConfig$ = [3, n0, _CRC,
2101
+ 0,
2102
+ [_CIo, _LN],
2103
+ [0, 0], 2
2104
+ ];
2105
+ var CloudWatchAlarmConfiguration$ = [3, n0, _CWAC,
2106
+ 0,
2107
+ [_EP, _Th, _CO, _P, _MN, _Na, _St, _D],
2108
+ [1, 1, 0, 1, 0, 0, 0, [() => DimensionList, 0]], 7
2109
+ ];
2110
+ var CollectionSummary$ = [3, n0, _CS,
2111
+ 0,
2112
+ [_Ar, _I, _N, _Ve],
2113
+ [0, 0, 0, 1]
2114
+ ];
2115
+ var Coordinates$ = [3, n0, _Co,
2116
+ 0,
2117
+ [_L, _Lo],
2118
+ [0, 0], 2
2119
+ ];
2120
+ var CreateCidrCollectionRequest$ = [3, n0, _CCCRr,
2121
+ 0,
2122
+ [_N, _CR],
2123
+ [0, 0], 2
2124
+ ];
2125
+ var CreateCidrCollectionResponse$ = [3, n0, _CCCRre,
2126
+ 0,
2127
+ [_Col, _Loc],
2128
+ [() => CidrCollection$, [0, { [_hH]: _Loc }]]
2129
+ ];
2130
+ var CreateHealthCheckRequest$ = [3, n0, _CHCR,
2131
+ 0,
2132
+ [_CR, _HCC],
2133
+ [0, [() => HealthCheckConfig$, 0]], 2
2134
+ ];
2135
+ var CreateHealthCheckResponse$ = [3, n0, _CHCRr,
2136
+ 0,
2137
+ [_HC, _Loc],
2138
+ [[() => HealthCheck$, 0], [0, { [_hH]: _Loc }]], 2
2139
+ ];
2140
+ var CreateHostedZoneRequest$ = [3, n0, _CHZR,
2141
+ 0,
2142
+ [_N, _CR, _VPC, _HZC, _DSI],
2143
+ [0, 0, () => VPC$, () => HostedZoneConfig$, 0], 2
2144
+ ];
2145
+ var CreateHostedZoneResponse$ = [3, n0, _CHZRr,
2146
+ 0,
2147
+ [_HZ, _CI, _DS, _Loc, _VPC],
2148
+ [() => HostedZone$, () => ChangeInfo$, [() => DelegationSet$, 0], [0, { [_hH]: _Loc }], () => VPC$], 4
2149
+ ];
2150
+ var CreateKeySigningKeyRequest$ = [3, n0, _CKSKR,
2151
+ 0,
2152
+ [_CR, _HZI, _KMSA, _N, _S],
2153
+ [0, 0, 0, 0, 0], 5
2154
+ ];
2155
+ var CreateKeySigningKeyResponse$ = [3, n0, _CKSKRr,
2156
+ 0,
2157
+ [_CI, _KSK, _Loc],
2158
+ [() => ChangeInfo$, () => KeySigningKey$, [0, { [_hH]: _Loc }]], 3
2159
+ ];
2160
+ var CreateQueryLoggingConfigRequest$ = [3, n0, _CQLCR,
2161
+ 0,
2162
+ [_HZI, _CWLLGA],
2163
+ [0, 0], 2
2164
+ ];
2165
+ var CreateQueryLoggingConfigResponse$ = [3, n0, _CQLCRr,
2166
+ 0,
2167
+ [_QLC, _Loc],
2168
+ [() => QueryLoggingConfig$, [0, { [_hH]: _Loc }]], 2
2169
+ ];
2170
+ var CreateReusableDelegationSetRequest$ = [3, n0, _CRDSR,
2171
+ 0,
2172
+ [_CR, _HZI],
2173
+ [0, 0], 1
2174
+ ];
2175
+ var CreateReusableDelegationSetResponse$ = [3, n0, _CRDSRr,
2176
+ 0,
2177
+ [_DS, _Loc],
2178
+ [[() => DelegationSet$, 0], [0, { [_hH]: _Loc }]], 2
2179
+ ];
2180
+ var CreateTrafficPolicyInstanceRequest$ = [3, n0, _CTPIR,
2181
+ 0,
2182
+ [_HZI, _N, _TTL, _TPI, _TPV],
2183
+ [0, 0, 1, 0, 1], 5
2184
+ ];
2185
+ var CreateTrafficPolicyInstanceResponse$ = [3, n0, _CTPIRr,
2186
+ 0,
2187
+ [_TPIr, _Loc],
2188
+ [() => TrafficPolicyInstance$, [0, { [_hH]: _Loc }]], 2
2189
+ ];
2190
+ var CreateTrafficPolicyRequest$ = [3, n0, _CTPR,
2191
+ 0,
2192
+ [_N, _Do, _C],
2193
+ [0, 0, 0], 2
2194
+ ];
2195
+ var CreateTrafficPolicyResponse$ = [3, n0, _CTPRr,
2196
+ 0,
2197
+ [_TP, _Loc],
2198
+ [() => TrafficPolicy$, [0, { [_hH]: _Loc }]], 2
2199
+ ];
2200
+ var CreateTrafficPolicyVersionRequest$ = [3, n0, _CTPVR,
2201
+ 0,
2202
+ [_I, _Do, _C],
2203
+ [[0, 1], 0, 0], 2
2204
+ ];
2205
+ var CreateTrafficPolicyVersionResponse$ = [3, n0, _CTPVRr,
2206
+ 0,
2207
+ [_TP, _Loc],
2208
+ [() => TrafficPolicy$, [0, { [_hH]: _Loc }]], 2
2209
+ ];
2210
+ var CreateVPCAssociationAuthorizationRequest$ = [3, n0, _CVPCAAR,
2211
+ 0,
2212
+ [_HZI, _VPC],
2213
+ [[0, 1], () => VPC$], 2
2214
+ ];
2215
+ var CreateVPCAssociationAuthorizationResponse$ = [3, n0, _CVPCAARr,
2216
+ 0,
2217
+ [_HZI, _VPC],
2218
+ [0, () => VPC$], 2
2219
+ ];
2220
+ var DeactivateKeySigningKeyRequest$ = [3, n0, _DKSKR,
2221
+ 0,
2222
+ [_HZI, _N],
2223
+ [[0, 1], [0, 1]], 2
2224
+ ];
2225
+ var DeactivateKeySigningKeyResponse$ = [3, n0, _DKSKRe,
2226
+ 0,
2227
+ [_CI],
2228
+ [() => ChangeInfo$], 1
2229
+ ];
2230
+ var DelegationSet$ = [3, n0, _DS,
2231
+ 0,
2232
+ [_NS, _I, _CR],
2233
+ [[() => DelegationSetNameServers, 0], 0, 0], 1
2234
+ ];
2235
+ var DeleteCidrCollectionRequest$ = [3, n0, _DCCR,
2236
+ 0,
2237
+ [_I],
2238
+ [[0, 1]], 1
2239
+ ];
2240
+ var DeleteCidrCollectionResponse$ = [3, n0, _DCCRe,
2241
+ 0,
2242
+ [],
2243
+ []
2244
+ ];
2245
+ var DeleteHealthCheckRequest$ = [3, n0, _DHCR,
2246
+ 0,
2247
+ [_HCI],
2248
+ [[0, 1]], 1
2249
+ ];
2250
+ var DeleteHealthCheckResponse$ = [3, n0, _DHCRe,
2251
+ 0,
2252
+ [],
2253
+ []
2254
+ ];
2255
+ var DeleteHostedZoneRequest$ = [3, n0, _DHZR,
2256
+ 0,
2257
+ [_I],
2258
+ [[0, 1]], 1
2259
+ ];
2260
+ var DeleteHostedZoneResponse$ = [3, n0, _DHZRe,
2261
+ 0,
2262
+ [_CI],
2263
+ [() => ChangeInfo$], 1
2264
+ ];
2265
+ var DeleteKeySigningKeyRequest$ = [3, n0, _DKSKRel,
2266
+ 0,
2267
+ [_HZI, _N],
2268
+ [[0, 1], [0, 1]], 2
2269
+ ];
2270
+ var DeleteKeySigningKeyResponse$ = [3, n0, _DKSKRele,
2271
+ 0,
2272
+ [_CI],
2273
+ [() => ChangeInfo$], 1
2274
+ ];
2275
+ var DeleteQueryLoggingConfigRequest$ = [3, n0, _DQLCR,
2276
+ 0,
2277
+ [_I],
2278
+ [[0, 1]], 1
2279
+ ];
2280
+ var DeleteQueryLoggingConfigResponse$ = [3, n0, _DQLCRe,
2281
+ 0,
2282
+ [],
2283
+ []
2284
+ ];
2285
+ var DeleteReusableDelegationSetRequest$ = [3, n0, _DRDSR,
2286
+ 0,
2287
+ [_I],
2288
+ [[0, 1]], 1
2289
+ ];
2290
+ var DeleteReusableDelegationSetResponse$ = [3, n0, _DRDSRe,
2291
+ 0,
2292
+ [],
2293
+ []
2294
+ ];
2295
+ var DeleteTrafficPolicyInstanceRequest$ = [3, n0, _DTPIR,
2296
+ 0,
2297
+ [_I],
2298
+ [[0, 1]], 1
2299
+ ];
2300
+ var DeleteTrafficPolicyInstanceResponse$ = [3, n0, _DTPIRe,
2301
+ 0,
2302
+ [],
2303
+ []
2304
+ ];
2305
+ var DeleteTrafficPolicyRequest$ = [3, n0, _DTPR,
2306
+ 0,
2307
+ [_I, _Ve],
2308
+ [[0, 1], [1, 1]], 2
2309
+ ];
2310
+ var DeleteTrafficPolicyResponse$ = [3, n0, _DTPRe,
2311
+ 0,
2312
+ [],
2313
+ []
2314
+ ];
2315
+ var DeleteVPCAssociationAuthorizationRequest$ = [3, n0, _DVPCAAR,
2316
+ 0,
2317
+ [_HZI, _VPC],
2318
+ [[0, 1], () => VPC$], 2
2319
+ ];
2320
+ var DeleteVPCAssociationAuthorizationResponse$ = [3, n0, _DVPCAARe,
2321
+ 0,
2322
+ [],
2323
+ []
2324
+ ];
2325
+ var Dimension$ = [3, n0, _Di,
2326
+ 0,
2327
+ [_N, _V],
2328
+ [0, 0], 2
2329
+ ];
2330
+ var DisableHostedZoneDNSSECRequest$ = [3, n0, _DHZDNSSECR,
2331
+ 0,
2332
+ [_HZI],
2333
+ [[0, 1]], 1
2334
+ ];
2335
+ var DisableHostedZoneDNSSECResponse$ = [3, n0, _DHZDNSSECRi,
2336
+ 0,
2337
+ [_CI],
2338
+ [() => ChangeInfo$], 1
2339
+ ];
2340
+ var DisassociateVPCFromHostedZoneRequest$ = [3, n0, _DVPCFHZR,
2341
+ 0,
2342
+ [_HZI, _VPC, _C],
2343
+ [[0, 1], () => VPC$, 0], 2
2344
+ ];
2345
+ var DisassociateVPCFromHostedZoneResponse$ = [3, n0, _DVPCFHZRi,
2346
+ 0,
2347
+ [_CI],
2348
+ [() => ChangeInfo$], 1
2349
+ ];
2350
+ var DNSSECStatus$ = [3, n0, _DNSSECS,
2351
+ 0,
2352
+ [_SS, _SM],
2353
+ [0, 0]
2354
+ ];
2355
+ var EnableHostedZoneDNSSECRequest$ = [3, n0, _EHZDNSSECR,
2356
+ 0,
2357
+ [_HZI],
2358
+ [[0, 1]], 1
2359
+ ];
2360
+ var EnableHostedZoneDNSSECResponse$ = [3, n0, _EHZDNSSECRn,
2361
+ 0,
2362
+ [_CI],
2363
+ [() => ChangeInfo$], 1
2364
+ ];
2365
+ var GeoLocation$ = [3, n0, _GL,
2366
+ 0,
2367
+ [_CCo, _CCou, _SC],
2368
+ [0, 0, 0]
2369
+ ];
2370
+ var GeoLocationDetails$ = [3, n0, _GLD,
2371
+ 0,
2372
+ [_CCo, _CN, _CCou, _CNo, _SC, _SN],
2373
+ [0, 0, 0, 0, 0, 0]
2374
+ ];
2375
+ var GeoProximityLocation$ = [3, n0, _GPL,
2376
+ 0,
2377
+ [_AWSR, _LZG, _Co, _B],
2378
+ [0, 0, () => Coordinates$, 1]
2379
+ ];
2380
+ var GetAccountLimitRequest$ = [3, n0, _GALR,
2381
+ 0,
2382
+ [_T],
2383
+ [[0, 1]], 1
2384
+ ];
2385
+ var GetAccountLimitResponse$ = [3, n0, _GALRe,
2386
+ 0,
2387
+ [_Li, _Cou],
2388
+ [() => AccountLimit$, 1], 2
2389
+ ];
2390
+ var GetChangeRequest$ = [3, n0, _GCR,
2391
+ 0,
2392
+ [_I],
2393
+ [[0, 1]], 1
2394
+ ];
2395
+ var GetChangeResponse$ = [3, n0, _GCRe,
2396
+ 0,
2397
+ [_CI],
2398
+ [() => ChangeInfo$], 1
2399
+ ];
2400
+ var GetCheckerIpRangesRequest$ = [3, n0, _GCIRR,
2401
+ 0,
2402
+ [],
2403
+ []
2404
+ ];
2405
+ var GetCheckerIpRangesResponse$ = [3, n0, _GCIRRe,
2406
+ 0,
2407
+ [_CIR],
2408
+ [64 | 0], 1
2409
+ ];
2410
+ var GetDNSSECRequest$ = [3, n0, _GDNSSECR,
2411
+ 0,
2412
+ [_HZI],
2413
+ [[0, 1]], 1
2414
+ ];
2415
+ var GetDNSSECResponse$ = [3, n0, _GDNSSECRe,
2416
+ 0,
2417
+ [_S, _KSKe],
2418
+ [() => DNSSECStatus$, () => KeySigningKeys], 2
2419
+ ];
2420
+ var GetGeoLocationRequest$ = [3, n0, _GGLR,
2421
+ 0,
2422
+ [_CCo, _CCou, _SC],
2423
+ [[0, { [_hQ]: _co }], [0, { [_hQ]: _cou }], [0, { [_hQ]: _su }]]
2424
+ ];
2425
+ var GetGeoLocationResponse$ = [3, n0, _GGLRe,
2426
+ 0,
2427
+ [_GLD],
2428
+ [() => GeoLocationDetails$], 1
2429
+ ];
2430
+ var GetHealthCheckCountRequest$ = [3, n0, _GHCCR,
2431
+ 0,
2432
+ [],
2433
+ []
2434
+ ];
2435
+ var GetHealthCheckCountResponse$ = [3, n0, _GHCCRe,
2436
+ 0,
2437
+ [_HCCe],
2438
+ [1], 1
2439
+ ];
2440
+ var GetHealthCheckLastFailureReasonRequest$ = [3, n0, _GHCLFRR,
2441
+ 0,
2442
+ [_HCI],
2443
+ [[0, 1]], 1
2444
+ ];
2445
+ var GetHealthCheckLastFailureReasonResponse$ = [3, n0, _GHCLFRRe,
2446
+ 0,
2447
+ [_HCO],
2448
+ [[() => HealthCheckObservations, 0]], 1
2449
+ ];
2450
+ var GetHealthCheckRequest$ = [3, n0, _GHCR,
2451
+ 0,
2452
+ [_HCI],
2453
+ [[0, 1]], 1
2454
+ ];
2455
+ var GetHealthCheckResponse$ = [3, n0, _GHCRe,
2456
+ 0,
2457
+ [_HC],
2458
+ [[() => HealthCheck$, 0]], 1
2459
+ ];
2460
+ var GetHealthCheckStatusRequest$ = [3, n0, _GHCSR,
2461
+ 0,
2462
+ [_HCI],
2463
+ [[0, 1]], 1
2464
+ ];
2465
+ var GetHealthCheckStatusResponse$ = [3, n0, _GHCSRe,
2466
+ 0,
2467
+ [_HCO],
2468
+ [[() => HealthCheckObservations, 0]], 1
2469
+ ];
2470
+ var GetHostedZoneCountRequest$ = [3, n0, _GHZCR,
2471
+ 0,
2472
+ [],
2473
+ []
2474
+ ];
2475
+ var GetHostedZoneCountResponse$ = [3, n0, _GHZCRe,
2476
+ 0,
2477
+ [_HZCo],
2478
+ [1], 1
2479
+ ];
2480
+ var GetHostedZoneLimitRequest$ = [3, n0, _GHZLR,
2481
+ 0,
2482
+ [_T, _HZI],
2483
+ [[0, 1], [0, 1]], 2
2484
+ ];
2485
+ var GetHostedZoneLimitResponse$ = [3, n0, _GHZLRe,
2486
+ 0,
2487
+ [_Li, _Cou],
2488
+ [() => HostedZoneLimit$, 1], 2
2489
+ ];
2490
+ var GetHostedZoneRequest$ = [3, n0, _GHZR,
2491
+ 0,
2492
+ [_I],
2493
+ [[0, 1]], 1
2494
+ ];
2495
+ var GetHostedZoneResponse$ = [3, n0, _GHZRe,
2496
+ 0,
2497
+ [_HZ, _DS, _VPCs],
2498
+ [() => HostedZone$, [() => DelegationSet$, 0], [() => VPCs, 0]], 1
2499
+ ];
2500
+ var GetQueryLoggingConfigRequest$ = [3, n0, _GQLCR,
2501
+ 0,
2502
+ [_I],
2503
+ [[0, 1]], 1
2504
+ ];
2505
+ var GetQueryLoggingConfigResponse$ = [3, n0, _GQLCRe,
2506
+ 0,
2507
+ [_QLC],
2508
+ [() => QueryLoggingConfig$], 1
2509
+ ];
2510
+ var GetReusableDelegationSetLimitRequest$ = [3, n0, _GRDSLR,
2511
+ 0,
2512
+ [_T, _DSI],
2513
+ [[0, 1], [0, 1]], 2
2514
+ ];
2515
+ var GetReusableDelegationSetLimitResponse$ = [3, n0, _GRDSLRe,
2516
+ 0,
2517
+ [_Li, _Cou],
2518
+ [() => ReusableDelegationSetLimit$, 1], 2
2519
+ ];
2520
+ var GetReusableDelegationSetRequest$ = [3, n0, _GRDSR,
2521
+ 0,
2522
+ [_I],
2523
+ [[0, 1]], 1
2524
+ ];
2525
+ var GetReusableDelegationSetResponse$ = [3, n0, _GRDSRe,
2526
+ 0,
2527
+ [_DS],
2528
+ [[() => DelegationSet$, 0]], 1
2529
+ ];
2530
+ var GetTrafficPolicyInstanceCountRequest$ = [3, n0, _GTPICR,
2531
+ 0,
2532
+ [],
2533
+ []
2534
+ ];
2535
+ var GetTrafficPolicyInstanceCountResponse$ = [3, n0, _GTPICRe,
2536
+ 0,
2537
+ [_TPIC],
2538
+ [1], 1
2539
+ ];
2540
+ var GetTrafficPolicyInstanceRequest$ = [3, n0, _GTPIR,
2541
+ 0,
2542
+ [_I],
2543
+ [[0, 1]], 1
2544
+ ];
2545
+ var GetTrafficPolicyInstanceResponse$ = [3, n0, _GTPIRe,
2546
+ 0,
2547
+ [_TPIr],
2548
+ [() => TrafficPolicyInstance$], 1
2549
+ ];
2550
+ var GetTrafficPolicyRequest$ = [3, n0, _GTPR,
2551
+ 0,
2552
+ [_I, _Ve],
2553
+ [[0, 1], [1, 1]], 2
2554
+ ];
2555
+ var GetTrafficPolicyResponse$ = [3, n0, _GTPRe,
2556
+ 0,
2557
+ [_TP],
2558
+ [() => TrafficPolicy$], 1
2559
+ ];
2560
+ var HealthCheck$ = [3, n0, _HC,
2561
+ 0,
2562
+ [_I, _CR, _HCC, _HCV, _LS, _CWAC],
2563
+ [0, 0, [() => HealthCheckConfig$, 0], 1, () => LinkedService$, [() => CloudWatchAlarmConfiguration$, 0]], 4
2564
+ ];
2565
+ var HealthCheckConfig$ = [3, n0, _HCC,
2566
+ 0,
2567
+ [_T, _IPA, _Po, _RP, _FQDN, _SSe, _RIe, _FT, _ML, _In, _Dis, _HT, _CHC, _ESNI, _Re, _AI, _IDHS, _RCA],
2568
+ [0, 0, 1, 0, 0, 0, 1, 1, 2, 2, 2, 1, [() => ChildHealthCheckList, 0], 2, [() => HealthCheckRegionList, 0], () => AlarmIdentifier$, 0, 0], 1
2569
+ ];
2570
+ var HealthCheckObservation$ = [3, n0, _HCOe,
2571
+ 0,
2572
+ [_R, _IPA, _SR],
2573
+ [0, 0, () => StatusReport$]
2574
+ ];
2575
+ var HostedZone$ = [3, n0, _HZ,
2576
+ 0,
2577
+ [_I, _N, _CR, _Con, _RRSC, _LS, _F],
2578
+ [0, 0, 0, () => HostedZoneConfig$, 1, () => LinkedService$, () => HostedZoneFeatures$], 3
2579
+ ];
2580
+ var HostedZoneConfig$ = [3, n0, _HZC,
2581
+ 0,
2582
+ [_C, _PZ],
2583
+ [0, 2]
2584
+ ];
2585
+ var HostedZoneFailureReasons$ = [3, n0, _HZFR,
2586
+ 0,
2587
+ [_AR],
2588
+ [0]
2589
+ ];
2590
+ var HostedZoneFeatures$ = [3, n0, _HZF,
2591
+ 0,
2592
+ [_ARS, _FR],
2593
+ [0, () => HostedZoneFailureReasons$]
2594
+ ];
2595
+ var HostedZoneLimit$ = [3, n0, _HZL,
2596
+ 0,
2597
+ [_T, _V],
2598
+ [0, 1], 2
2599
+ ];
2600
+ var HostedZoneOwner$ = [3, n0, _HZO,
2601
+ 0,
2602
+ [_OA, _OS],
2603
+ [0, 0]
2604
+ ];
2605
+ var HostedZoneSummary$ = [3, n0, _HZS,
2606
+ 0,
2607
+ [_HZI, _N, _O],
2608
+ [0, 0, () => HostedZoneOwner$], 3
2609
+ ];
2610
+ var KeySigningKey$ = [3, n0, _KSK,
2611
+ 0,
2612
+ [_N, _KA, _Fl, _SAM, _SAT, _DAM, _DAT, _KT, _DV, _PK, _DSR, _DNSKEYR, _S, _SM, _CD, _LMD],
2613
+ [0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 4, 4]
2614
+ ];
2615
+ var LinkedService$ = [3, n0, _LS,
2616
+ 0,
2617
+ [_SP, _De],
2618
+ [0, 0]
2619
+ ];
2620
+ var ListCidrBlocksRequest$ = [3, n0, _LCBR,
2621
+ 0,
2622
+ [_CIo, _LN, _NT, _MR],
2623
+ [[0, 1], [0, { [_hQ]: _l }], [0, { [_hQ]: _n }], [1, { [_hQ]: _ma }]], 1
2624
+ ];
2625
+ var ListCidrBlocksResponse$ = [3, n0, _LCBRi,
2626
+ 0,
2627
+ [_NT, _CBid],
2628
+ [0, () => CidrBlockSummaries]
2629
+ ];
2630
+ var ListCidrCollectionsRequest$ = [3, n0, _LCCR,
2631
+ 0,
2632
+ [_NT, _MR],
2633
+ [[0, { [_hQ]: _n }], [1, { [_hQ]: _ma }]]
2634
+ ];
2635
+ var ListCidrCollectionsResponse$ = [3, n0, _LCCRi,
2636
+ 0,
2637
+ [_NT, _CCi],
2638
+ [0, () => CollectionSummaries]
2639
+ ];
2640
+ var ListCidrLocationsRequest$ = [3, n0, _LCLR,
2641
+ 0,
2642
+ [_CIo, _NT, _MR],
2643
+ [[0, 1], [0, { [_hQ]: _n }], [1, { [_hQ]: _ma }]], 1
2644
+ ];
2645
+ var ListCidrLocationsResponse$ = [3, n0, _LCLRi,
2646
+ 0,
2647
+ [_NT, _CLi],
2648
+ [0, () => LocationSummaries]
2649
+ ];
2650
+ var ListGeoLocationsRequest$ = [3, n0, _LGLR,
2651
+ 0,
2652
+ [_SCC, _SCCt, _SSC, _MI],
2653
+ [[0, { [_hQ]: _st }], [0, { [_hQ]: _sta }], [0, { [_hQ]: _star }], [1, { [_hQ]: _max }]]
2654
+ ];
2655
+ var ListGeoLocationsResponse$ = [3, n0, _LGLRi,
2656
+ 0,
2657
+ [_GLDL, _IT, _MI, _NCC, _NCCe, _NSCe],
2658
+ [[() => GeoLocationDetailsList, 0], 2, 1, 0, 0, 0], 3
2659
+ ];
2660
+ var ListHealthChecksRequest$ = [3, n0, _LHCR,
2661
+ 0,
2662
+ [_Ma, _MI],
2663
+ [[0, { [_hQ]: _mar }], [1, { [_hQ]: _max }]]
2664
+ ];
2665
+ var ListHealthChecksResponse$ = [3, n0, _LHCRi,
2666
+ 0,
2667
+ [_HCe, _Ma, _IT, _MI, _NM],
2668
+ [[() => HealthChecks, 0], 0, 2, 1, 0], 4
2669
+ ];
2670
+ var ListHostedZonesByNameRequest$ = [3, n0, _LHZBNR,
2671
+ 0,
2672
+ [_DNSN, _HZI, _MI],
2673
+ [[0, { [_hQ]: _d }], [0, { [_hQ]: _h }], [1, { [_hQ]: _max }]]
2674
+ ];
2675
+ var ListHostedZonesByNameResponse$ = [3, n0, _LHZBNRi,
2676
+ 0,
2677
+ [_HZo, _IT, _MI, _DNSN, _HZI, _NDNSN, _NHZI],
2678
+ [[() => HostedZones, 0], 2, 1, 0, 0, 0, 0], 3
2679
+ ];
2680
+ var ListHostedZonesByVPCRequest$ = [3, n0, _LHZBVPCR,
2681
+ 0,
2682
+ [_VPCI, _VPCR, _MI, _NT],
2683
+ [[0, { [_hQ]: _v }], [0, { [_hQ]: _vp }], [1, { [_hQ]: _max }], [0, { [_hQ]: _n }]], 2
2684
+ ];
2685
+ var ListHostedZonesByVPCResponse$ = [3, n0, _LHZBVPCRi,
2686
+ 0,
2687
+ [_HZSo, _MI, _NT],
2688
+ [[() => HostedZoneSummaries, 0], 1, 0], 2
2689
+ ];
2690
+ var ListHostedZonesRequest$ = [3, n0, _LHZR,
2691
+ 0,
2692
+ [_Ma, _MI, _DSI, _HZT],
2693
+ [[0, { [_hQ]: _mar }], [1, { [_hQ]: _max }], [0, { [_hQ]: _de }], [0, { [_hQ]: _ho }]]
2694
+ ];
2695
+ var ListHostedZonesResponse$ = [3, n0, _LHZRi,
2696
+ 0,
2697
+ [_HZo, _Ma, _IT, _MI, _NM],
2698
+ [[() => HostedZones, 0], 0, 2, 1, 0], 4
2699
+ ];
2700
+ var ListQueryLoggingConfigsRequest$ = [3, n0, _LQLCR,
2701
+ 0,
2702
+ [_HZI, _NT, _MR],
2703
+ [[0, { [_hQ]: _h }], [0, { [_hQ]: _n }], [1, { [_hQ]: _ma }]]
2704
+ ];
2705
+ var ListQueryLoggingConfigsResponse$ = [3, n0, _LQLCRi,
2706
+ 0,
2707
+ [_QLCu, _NT],
2708
+ [[() => QueryLoggingConfigs, 0], 0], 1
2709
+ ];
2710
+ var ListResourceRecordSetsRequest$ = [3, n0, _LRRSR,
2711
+ 0,
2712
+ [_HZI, _SRN, _SRT, _SRI, _MI],
2713
+ [[0, 1], [0, { [_hQ]: _na }], [0, { [_hQ]: _t }], [0, { [_hQ]: _i }], [1, { [_hQ]: _max }]], 1
2714
+ ];
2715
+ var ListResourceRecordSetsResponse$ = [3, n0, _LRRSRi,
2716
+ 0,
2717
+ [_RRSe, _IT, _MI, _NRN, _NRT, _NRI],
2718
+ [[() => ResourceRecordSets, 0], 2, 1, 0, 0, 0], 3
2719
+ ];
2720
+ var ListReusableDelegationSetsRequest$ = [3, n0, _LRDSR,
2721
+ 0,
2722
+ [_Ma, _MI],
2723
+ [[0, { [_hQ]: _mar }], [1, { [_hQ]: _max }]]
2724
+ ];
2725
+ var ListReusableDelegationSetsResponse$ = [3, n0, _LRDSRi,
2726
+ 0,
2727
+ [_DSe, _Ma, _IT, _MI, _NM],
2728
+ [[() => DelegationSets, 0], 0, 2, 1, 0], 4
2729
+ ];
2730
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
2731
+ 0,
2732
+ [_RT, _RI],
2733
+ [[0, 1], [0, 1]], 2
2734
+ ];
2735
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
2736
+ 0,
2737
+ [_RTS],
2738
+ [[() => ResourceTagSet$, 0]], 1
2739
+ ];
2740
+ var ListTagsForResourcesRequest$ = [3, n0, _LTFRRis,
2741
+ 0,
2742
+ [_RT, _RIes],
2743
+ [[0, 1], [() => TagResourceIdList, 0]], 2
2744
+ ];
2745
+ var ListTagsForResourcesResponse$ = [3, n0, _LTFRRist,
2746
+ 0,
2747
+ [_RTSe],
2748
+ [[() => ResourceTagSetList, 0]], 1
2749
+ ];
2750
+ var ListTrafficPoliciesRequest$ = [3, n0, _LTPR,
2751
+ 0,
2752
+ [_TPIM, _MI],
2753
+ [[0, { [_hQ]: _tr }], [1, { [_hQ]: _max }]]
2754
+ ];
2755
+ var ListTrafficPoliciesResponse$ = [3, n0, _LTPRi,
2756
+ 0,
2757
+ [_TPS, _IT, _TPIM, _MI],
2758
+ [[() => TrafficPolicySummaries, 0], 2, 0, 1], 4
2759
+ ];
2760
+ var ListTrafficPolicyInstancesByHostedZoneRequest$ = [3, n0, _LTPIBHZR,
2761
+ 0,
2762
+ [_HZI, _TPINM, _TPITM, _MI],
2763
+ [[0, { [_hQ]: _id }], [0, { [_hQ]: _tra }], [0, { [_hQ]: _traf }], [1, { [_hQ]: _max }]], 1
2764
+ ];
2765
+ var ListTrafficPolicyInstancesByHostedZoneResponse$ = [3, n0, _LTPIBHZRi,
2766
+ 0,
2767
+ [_TPIra, _IT, _MI, _TPINM, _TPITM],
2768
+ [[() => TrafficPolicyInstances, 0], 2, 1, 0, 0], 3
2769
+ ];
2770
+ var ListTrafficPolicyInstancesByPolicyRequest$ = [3, n0, _LTPIBPR,
2771
+ 0,
2772
+ [_TPI, _TPV, _HZIM, _TPINM, _TPITM, _MI],
2773
+ [[0, { [_hQ]: _id }], [1, { [_hQ]: _ve }], [0, { [_hQ]: _h }], [0, { [_hQ]: _tra }], [0, { [_hQ]: _traf }], [1, { [_hQ]: _max }]], 2
2774
+ ];
2775
+ var ListTrafficPolicyInstancesByPolicyResponse$ = [3, n0, _LTPIBPRi,
2776
+ 0,
2777
+ [_TPIra, _IT, _MI, _HZIM, _TPINM, _TPITM],
2778
+ [[() => TrafficPolicyInstances, 0], 2, 1, 0, 0, 0], 3
2779
+ ];
2780
+ var ListTrafficPolicyInstancesRequest$ = [3, n0, _LTPIR,
2781
+ 0,
2782
+ [_HZIM, _TPINM, _TPITM, _MI],
2783
+ [[0, { [_hQ]: _h }], [0, { [_hQ]: _tra }], [0, { [_hQ]: _traf }], [1, { [_hQ]: _max }]]
2784
+ ];
2785
+ var ListTrafficPolicyInstancesResponse$ = [3, n0, _LTPIRi,
2786
+ 0,
2787
+ [_TPIra, _IT, _MI, _HZIM, _TPINM, _TPITM],
2788
+ [[() => TrafficPolicyInstances, 0], 2, 1, 0, 0, 0], 3
2789
+ ];
2790
+ var ListTrafficPolicyVersionsRequest$ = [3, n0, _LTPVR,
2791
+ 0,
2792
+ [_I, _TPVM, _MI],
2793
+ [[0, 1], [0, { [_hQ]: _traff }], [1, { [_hQ]: _max }]], 1
2794
+ ];
2795
+ var ListTrafficPolicyVersionsResponse$ = [3, n0, _LTPVRi,
2796
+ 0,
2797
+ [_TPr, _IT, _TPVM, _MI],
2798
+ [[() => TrafficPolicies, 0], 2, 0, 1], 4
2799
+ ];
2800
+ var ListVPCAssociationAuthorizationsRequest$ = [3, n0, _LVPCAAR,
2801
+ 0,
2802
+ [_HZI, _NT, _MR],
2803
+ [[0, 1], [0, { [_hQ]: _n }], [1, { [_hQ]: _ma }]], 1
2804
+ ];
2805
+ var ListVPCAssociationAuthorizationsResponse$ = [3, n0, _LVPCAARi,
2806
+ 0,
2807
+ [_HZI, _VPCs, _NT],
2808
+ [0, [() => VPCs, 0], 0], 2
2809
+ ];
2810
+ var LocationSummary$ = [3, n0, _LSo,
2811
+ 0,
2812
+ [_LN],
2813
+ [0]
2814
+ ];
2815
+ var QueryLoggingConfig$ = [3, n0, _QLC,
2816
+ 0,
2817
+ [_I, _HZI, _CWLLGA],
2818
+ [0, 0, 0], 3
2819
+ ];
2820
+ var ResourceRecord$ = [3, n0, _RR,
2821
+ 0,
2822
+ [_V],
2823
+ [0], 1
2824
+ ];
2825
+ var ResourceRecordSet$ = [3, n0, _RRS,
2826
+ 0,
2827
+ [_N, _T, _SI, _W, _R, _GL, _Fa, _MVA, _TTL, _RRe, _AT, _HCI, _TPII, _CRC, _GPL],
2828
+ [0, 0, 0, 1, 0, () => GeoLocation$, 0, 2, 1, [() => ResourceRecords, 0], () => AliasTarget$, 0, 0, () => CidrRoutingConfig$, () => GeoProximityLocation$], 2
2829
+ ];
2830
+ var ResourceTagSet$ = [3, n0, _RTS,
2831
+ 0,
2832
+ [_RT, _RI, _Ta],
2833
+ [0, 0, [() => TagList, 0]]
2834
+ ];
2835
+ var ReusableDelegationSetLimit$ = [3, n0, _RDSL,
2836
+ 0,
2837
+ [_T, _V],
2838
+ [0, 1], 2
2839
+ ];
2840
+ var StatusReport$ = [3, n0, _SR,
2841
+ 0,
2842
+ [_S, _CTh],
2843
+ [0, 4]
2844
+ ];
2845
+ var Tag$ = [3, n0, _Tag,
2846
+ 0,
2847
+ [_K, _V],
2848
+ [0, 0]
2849
+ ];
2850
+ var TestDNSAnswerRequest$ = [3, n0, _TDNSAR,
2851
+ 0,
2852
+ [_HZI, _RN, _RTe, _RIP, _EDNSCSIP, _EDNSCSM],
2853
+ [[0, { [_hQ]: _h }], [0, { [_hQ]: _r }], [0, { [_hQ]: _re }], [0, { [_hQ]: _res }], [0, { [_hQ]: _ed }], [0, { [_hQ]: _edn }]], 3
2854
+ ];
2855
+ var TestDNSAnswerResponse$ = [3, n0, _TDNSARe,
2856
+ 0,
2857
+ [_Nam, _RN, _RTe, _RD, _RC, _Pr],
2858
+ [0, 0, 0, [() => RecordData, 0], 0, 0], 6
2859
+ ];
2860
+ var TrafficPolicy$ = [3, n0, _TP,
2861
+ 0,
2862
+ [_I, _Ve, _N, _T, _Do, _C],
2863
+ [0, 1, 0, 0, 0, 0], 5
2864
+ ];
2865
+ var TrafficPolicyInstance$ = [3, n0, _TPIr,
2866
+ 0,
2867
+ [_I, _HZI, _N, _TTL, _Sta, _M, _TPI, _TPV, _TPT],
2868
+ [0, 0, 0, 1, 0, 0, 0, 1, 0], 9
2869
+ ];
2870
+ var TrafficPolicySummary$ = [3, n0, _TPSr,
2871
+ 0,
2872
+ [_I, _N, _T, _LV, _TPC],
2873
+ [0, 0, 0, 1, 1], 5
2874
+ ];
2875
+ var UpdateHealthCheckRequest$ = [3, n0, _UHCR,
2876
+ 0,
2877
+ [_HCI, _HCV, _IPA, _Po, _RP, _FQDN, _SSe, _FT, _In, _Dis, _HT, _CHC, _ESNI, _Re, _AI, _IDHS, _RE],
2878
+ [[0, 1], 1, 0, 1, 0, 0, 0, 1, 2, 2, 1, [() => ChildHealthCheckList, 0], 2, [() => HealthCheckRegionList, 0], () => AlarmIdentifier$, 0, [() => ResettableElementNameList, 0]], 1
2879
+ ];
2880
+ var UpdateHealthCheckResponse$ = [3, n0, _UHCRp,
2881
+ 0,
2882
+ [_HC],
2883
+ [[() => HealthCheck$, 0]], 1
2884
+ ];
2885
+ var UpdateHostedZoneCommentRequest$ = [3, n0, _UHZCR,
2886
+ 0,
2887
+ [_I, _C],
2888
+ [[0, 1], 0], 1
2889
+ ];
2890
+ var UpdateHostedZoneCommentResponse$ = [3, n0, _UHZCRp,
2891
+ 0,
2892
+ [_HZ],
2893
+ [() => HostedZone$], 1
2894
+ ];
2895
+ var UpdateHostedZoneFeaturesRequest$ = [3, n0, _UHZFR,
2896
+ 0,
2897
+ [_HZI, _EAR],
2898
+ [[0, 1], 2], 1
2899
+ ];
2900
+ var UpdateHostedZoneFeaturesResponse$ = [3, n0, _UHZFRp,
2901
+ 0,
2902
+ [],
2903
+ []
2904
+ ];
2905
+ var UpdateTrafficPolicyCommentRequest$ = [3, n0, _UTPCR,
2906
+ 0,
2907
+ [_I, _Ve, _C],
2908
+ [[0, 1], [1, 1], 0], 3
2909
+ ];
2910
+ var UpdateTrafficPolicyCommentResponse$ = [3, n0, _UTPCRp,
2911
+ 0,
2912
+ [_TP],
2913
+ [() => TrafficPolicy$], 1
2914
+ ];
2915
+ var UpdateTrafficPolicyInstanceRequest$ = [3, n0, _UTPIR,
2916
+ 0,
2917
+ [_I, _TTL, _TPI, _TPV],
2918
+ [[0, 1], 1, 0, 1], 4
2919
+ ];
2920
+ var UpdateTrafficPolicyInstanceResponse$ = [3, n0, _UTPIRp,
2921
+ 0,
2922
+ [_TPIr],
2923
+ [() => TrafficPolicyInstance$], 1
2924
+ ];
2925
+ var VPC$ = [3, n0, _VPC,
2926
+ 0,
2927
+ [_VPCR, _VPCI],
2928
+ [0, 0]
2929
+ ];
2930
+ var Changes = [1, n0, _Cha,
2931
+ 0, [() => Change$,
2932
+ { [_xN]: _Ch }]
2933
+ ];
2934
+ var ChildHealthCheckList = [1, n0, _CHCL,
2935
+ 0, [0,
2936
+ { [_xN]: _CHCh }]
2937
+ ];
2938
+ var CidrBlockSummaries = [1, n0, _CBSi,
2939
+ 0, () => CidrBlockSummary$
2940
+ ];
2941
+ var CidrCollectionChanges = [1, n0, _CCCi,
2942
+ 0, [() => CidrCollectionChange$,
2943
+ 0]
2944
+ ];
2945
+ var CidrList = [1, n0, _CL,
2946
+ 0, [0,
2947
+ { [_xN]: _Ci }]
2948
+ ];
2949
+ var CollectionSummaries = [1, n0, _CSo,
2950
+ 0, () => CollectionSummary$
2951
+ ];
2952
+ var DelegationSetNameServers = [1, n0, _DSNS,
2953
+ 0, [0,
2954
+ { [_xN]: _NSa }]
2955
+ ];
2956
+ var DelegationSets = [1, n0, _DSe,
2957
+ 0, [() => DelegationSet$,
2958
+ { [_xN]: _DS }]
2959
+ ];
2960
+ var DimensionList = [1, n0, _DL,
2961
+ 0, [() => Dimension$,
2962
+ { [_xN]: _Di }]
2963
+ ];
2964
+ var ErrorMessages = [1, n0, _EM,
2965
+ 0, [0,
2966
+ { [_xN]: _M }]
2967
+ ];
2968
+ var GeoLocationDetailsList = [1, n0, _GLDL,
2969
+ 0, [() => GeoLocationDetails$,
2970
+ { [_xN]: _GLD }]
2971
+ ];
2972
+ var HealthCheckObservations = [1, n0, _HCO,
2973
+ 0, [() => HealthCheckObservation$,
2974
+ { [_xN]: _HCOe }]
2975
+ ];
2976
+ var HealthCheckRegionList = [1, n0, _HCRL,
2977
+ 0, [0,
2978
+ { [_xN]: _R }]
2979
+ ];
2980
+ var HealthChecks = [1, n0, _HCe,
2981
+ 0, [() => HealthCheck$,
2982
+ { [_xN]: _HC }]
2983
+ ];
2984
+ var HostedZones = [1, n0, _HZo,
2985
+ 0, [() => HostedZone$,
2986
+ { [_xN]: _HZ }]
2987
+ ];
2988
+ var HostedZoneSummaries = [1, n0, _HZSo,
2989
+ 0, [() => HostedZoneSummary$,
2990
+ { [_xN]: _HZS }]
2991
+ ];
2992
+ var KeySigningKeys = [1, n0, _KSKe,
2993
+ 0, () => KeySigningKey$
2994
+ ];
2995
+ var LocationSummaries = [1, n0, _LSoc,
2996
+ 0, () => LocationSummary$
2997
+ ];
2998
+ var QueryLoggingConfigs = [1, n0, _QLCu,
2999
+ 0, [() => QueryLoggingConfig$,
3000
+ { [_xN]: _QLC }]
3001
+ ];
3002
+ var RecordData = [1, n0, _RD,
3003
+ 0, [0,
3004
+ { [_xN]: _RDE }]
3005
+ ];
3006
+ var ResettableElementNameList = [1, n0, _RENL,
3007
+ 0, [0,
3008
+ { [_xN]: _REN }]
3009
+ ];
3010
+ var ResourceRecords = [1, n0, _RRe,
3011
+ 0, [() => ResourceRecord$,
3012
+ { [_xN]: _RR }]
3013
+ ];
3014
+ var ResourceRecordSets = [1, n0, _RRSe,
3015
+ 0, [() => ResourceRecordSet$,
3016
+ { [_xN]: _RRS }]
3017
+ ];
3018
+ var ResourceTagSetList = [1, n0, _RTSL,
3019
+ 0, [() => ResourceTagSet$,
3020
+ { [_xN]: _RTS }]
3021
+ ];
3022
+ var TagKeyList = [1, n0, _TKL,
3023
+ 0, [0,
3024
+ { [_xN]: _K }]
3025
+ ];
3026
+ var TagList = [1, n0, _TL,
3027
+ 0, [() => Tag$,
3028
+ { [_xN]: _Tag }]
3029
+ ];
3030
+ var TagResourceIdList = [1, n0, _TRIL,
3031
+ 0, [0,
3032
+ { [_xN]: _RI }]
3033
+ ];
3034
+ var TrafficPolicies = [1, n0, _TPr,
3035
+ 0, [() => TrafficPolicy$,
3036
+ { [_xN]: _TP }]
3037
+ ];
3038
+ var TrafficPolicyInstances = [1, n0, _TPIra,
3039
+ 0, [() => TrafficPolicyInstance$,
3040
+ { [_xN]: _TPIr }]
3041
+ ];
3042
+ var TrafficPolicySummaries = [1, n0, _TPS,
3043
+ 0, [() => TrafficPolicySummary$,
3044
+ { [_xN]: _TPSr }]
3045
+ ];
3046
+ var VPCs = [1, n0, _VPCs,
3047
+ 0, [() => VPC$,
3048
+ { [_xN]: _VPC }]
3049
+ ];
3050
+ var ActivateKeySigningKey$ = [9, n0, _AKSK,
3051
+ { [_ht]: ["POST", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activate", 200] }, () => ActivateKeySigningKeyRequest$, () => ActivateKeySigningKeyResponse$
3052
+ ];
3053
+ var AssociateVPCWithHostedZone$ = [9, n0, _AVPCWHZ,
3054
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/associatevpc", 200] }, () => AssociateVPCWithHostedZoneRequest$, () => AssociateVPCWithHostedZoneResponse$
3055
+ ];
3056
+ var ChangeCidrCollection$ = [9, n0, _CCCh,
3057
+ { [_ht]: ["POST", "/2013-04-01/cidrcollection/{Id}", 200] }, () => ChangeCidrCollectionRequest$, () => ChangeCidrCollectionResponse$
3058
+ ];
3059
+ var ChangeResourceRecordSets$ = [9, n0, _CRRS,
3060
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/rrset", 200] }, () => ChangeResourceRecordSetsRequest$, () => ChangeResourceRecordSetsResponse$
3061
+ ];
3062
+ var ChangeTagsForResource$ = [9, n0, _CTFR,
3063
+ { [_ht]: ["POST", "/2013-04-01/tags/{ResourceType}/{ResourceId}", 200] }, () => ChangeTagsForResourceRequest$, () => ChangeTagsForResourceResponse$
3064
+ ];
3065
+ var CreateCidrCollection$ = [9, n0, _CCCr,
3066
+ { [_ht]: ["POST", "/2013-04-01/cidrcollection", 201] }, () => CreateCidrCollectionRequest$, () => CreateCidrCollectionResponse$
3067
+ ];
3068
+ var CreateHealthCheck$ = [9, n0, _CHCr,
3069
+ { [_ht]: ["POST", "/2013-04-01/healthcheck", 201] }, () => CreateHealthCheckRequest$, () => CreateHealthCheckResponse$
3070
+ ];
3071
+ var CreateHostedZone$ = [9, n0, _CHZ,
3072
+ { [_ht]: ["POST", "/2013-04-01/hostedzone", 201] }, () => CreateHostedZoneRequest$, () => CreateHostedZoneResponse$
3073
+ ];
3074
+ var CreateKeySigningKey$ = [9, n0, _CKSK,
3075
+ { [_ht]: ["POST", "/2013-04-01/keysigningkey", 201] }, () => CreateKeySigningKeyRequest$, () => CreateKeySigningKeyResponse$
3076
+ ];
3077
+ var CreateQueryLoggingConfig$ = [9, n0, _CQLC,
3078
+ { [_ht]: ["POST", "/2013-04-01/queryloggingconfig", 201] }, () => CreateQueryLoggingConfigRequest$, () => CreateQueryLoggingConfigResponse$
3079
+ ];
3080
+ var CreateReusableDelegationSet$ = [9, n0, _CRDS,
3081
+ { [_ht]: ["POST", "/2013-04-01/delegationset", 201] }, () => CreateReusableDelegationSetRequest$, () => CreateReusableDelegationSetResponse$
3082
+ ];
3083
+ var CreateTrafficPolicy$ = [9, n0, _CTP,
3084
+ { [_ht]: ["POST", "/2013-04-01/trafficpolicy", 201] }, () => CreateTrafficPolicyRequest$, () => CreateTrafficPolicyResponse$
3085
+ ];
3086
+ var CreateTrafficPolicyInstance$ = [9, n0, _CTPI,
3087
+ { [_ht]: ["POST", "/2013-04-01/trafficpolicyinstance", 201] }, () => CreateTrafficPolicyInstanceRequest$, () => CreateTrafficPolicyInstanceResponse$
3088
+ ];
3089
+ var CreateTrafficPolicyVersion$ = [9, n0, _CTPV,
3090
+ { [_ht]: ["POST", "/2013-04-01/trafficpolicy/{Id}", 201] }, () => CreateTrafficPolicyVersionRequest$, () => CreateTrafficPolicyVersionResponse$
3091
+ ];
3092
+ var CreateVPCAssociationAuthorization$ = [9, n0, _CVPCAA,
3093
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation", 200] }, () => CreateVPCAssociationAuthorizationRequest$, () => CreateVPCAssociationAuthorizationResponse$
3094
+ ];
3095
+ var DeactivateKeySigningKey$ = [9, n0, _DKSK,
3096
+ { [_ht]: ["POST", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/deactivate", 200] }, () => DeactivateKeySigningKeyRequest$, () => DeactivateKeySigningKeyResponse$
3097
+ ];
3098
+ var DeleteCidrCollection$ = [9, n0, _DCC,
3099
+ { [_ht]: ["DELETE", "/2013-04-01/cidrcollection/{Id}", 200] }, () => DeleteCidrCollectionRequest$, () => DeleteCidrCollectionResponse$
3100
+ ];
3101
+ var DeleteHealthCheck$ = [9, n0, _DHC,
3102
+ { [_ht]: ["DELETE", "/2013-04-01/healthcheck/{HealthCheckId}", 200] }, () => DeleteHealthCheckRequest$, () => DeleteHealthCheckResponse$
3103
+ ];
3104
+ var DeleteHostedZone$ = [9, n0, _DHZ,
3105
+ { [_ht]: ["DELETE", "/2013-04-01/hostedzone/{Id}", 200] }, () => DeleteHostedZoneRequest$, () => DeleteHostedZoneResponse$
3106
+ ];
3107
+ var DeleteKeySigningKey$ = [9, n0, _DKSKe,
3108
+ { [_ht]: ["DELETE", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}", 200] }, () => DeleteKeySigningKeyRequest$, () => DeleteKeySigningKeyResponse$
3109
+ ];
3110
+ var DeleteQueryLoggingConfig$ = [9, n0, _DQLC,
3111
+ { [_ht]: ["DELETE", "/2013-04-01/queryloggingconfig/{Id}", 200] }, () => DeleteQueryLoggingConfigRequest$, () => DeleteQueryLoggingConfigResponse$
3112
+ ];
3113
+ var DeleteReusableDelegationSet$ = [9, n0, _DRDS,
3114
+ { [_ht]: ["DELETE", "/2013-04-01/delegationset/{Id}", 200] }, () => DeleteReusableDelegationSetRequest$, () => DeleteReusableDelegationSetResponse$
3115
+ ];
3116
+ var DeleteTrafficPolicy$ = [9, n0, _DTP,
3117
+ { [_ht]: ["DELETE", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200] }, () => DeleteTrafficPolicyRequest$, () => DeleteTrafficPolicyResponse$
3118
+ ];
3119
+ var DeleteTrafficPolicyInstance$ = [9, n0, _DTPI,
3120
+ { [_ht]: ["DELETE", "/2013-04-01/trafficpolicyinstance/{Id}", 200] }, () => DeleteTrafficPolicyInstanceRequest$, () => DeleteTrafficPolicyInstanceResponse$
3121
+ ];
3122
+ var DeleteVPCAssociationAuthorization$ = [9, n0, _DVPCAA,
3123
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/deauthorizevpcassociation", 200] }, () => DeleteVPCAssociationAuthorizationRequest$, () => DeleteVPCAssociationAuthorizationResponse$
3124
+ ];
3125
+ var DisableHostedZoneDNSSEC$ = [9, n0, _DHZDNSSEC,
3126
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/disable-dnssec", 200] }, () => DisableHostedZoneDNSSECRequest$, () => DisableHostedZoneDNSSECResponse$
3127
+ ];
3128
+ var DisassociateVPCFromHostedZone$ = [9, n0, _DVPCFHZ,
3129
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/disassociatevpc", 200] }, () => DisassociateVPCFromHostedZoneRequest$, () => DisassociateVPCFromHostedZoneResponse$
3130
+ ];
3131
+ var EnableHostedZoneDNSSEC$ = [9, n0, _EHZDNSSEC,
3132
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/enable-dnssec", 200] }, () => EnableHostedZoneDNSSECRequest$, () => EnableHostedZoneDNSSECResponse$
3133
+ ];
3134
+ var GetAccountLimit$ = [9, n0, _GAL,
3135
+ { [_ht]: ["GET", "/2013-04-01/accountlimit/{Type}", 200] }, () => GetAccountLimitRequest$, () => GetAccountLimitResponse$
3136
+ ];
3137
+ var GetChange$ = [9, n0, _GC,
3138
+ { [_ht]: ["GET", "/2013-04-01/change/{Id}", 200] }, () => GetChangeRequest$, () => GetChangeResponse$
3139
+ ];
3140
+ var GetCheckerIpRanges$ = [9, n0, _GCIR,
3141
+ { [_ht]: ["GET", "/2013-04-01/checkeripranges", 200] }, () => GetCheckerIpRangesRequest$, () => GetCheckerIpRangesResponse$
3142
+ ];
3143
+ var GetDNSSEC$ = [9, n0, _GDNSSEC,
3144
+ { [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/dnssec", 200] }, () => GetDNSSECRequest$, () => GetDNSSECResponse$
3145
+ ];
3146
+ var GetGeoLocation$ = [9, n0, _GGL,
3147
+ { [_ht]: ["GET", "/2013-04-01/geolocation", 200] }, () => GetGeoLocationRequest$, () => GetGeoLocationResponse$
3148
+ ];
3149
+ var GetHealthCheck$ = [9, n0, _GHC,
3150
+ { [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}", 200] }, () => GetHealthCheckRequest$, () => GetHealthCheckResponse$
3151
+ ];
3152
+ var GetHealthCheckCount$ = [9, n0, _GHCC,
3153
+ { [_ht]: ["GET", "/2013-04-01/healthcheckcount", 200] }, () => GetHealthCheckCountRequest$, () => GetHealthCheckCountResponse$
3154
+ ];
3155
+ var GetHealthCheckLastFailureReason$ = [9, n0, _GHCLFR,
3156
+ { [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason", 200] }, () => GetHealthCheckLastFailureReasonRequest$, () => GetHealthCheckLastFailureReasonResponse$
3157
+ ];
3158
+ var GetHealthCheckStatus$ = [9, n0, _GHCS,
3159
+ { [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}/status", 200] }, () => GetHealthCheckStatusRequest$, () => GetHealthCheckStatusResponse$
3160
+ ];
3161
+ var GetHostedZone$ = [9, n0, _GHZ,
3162
+ { [_ht]: ["GET", "/2013-04-01/hostedzone/{Id}", 200] }, () => GetHostedZoneRequest$, () => GetHostedZoneResponse$
3163
+ ];
3164
+ var GetHostedZoneCount$ = [9, n0, _GHZC,
3165
+ { [_ht]: ["GET", "/2013-04-01/hostedzonecount", 200] }, () => GetHostedZoneCountRequest$, () => GetHostedZoneCountResponse$
3166
+ ];
3167
+ var GetHostedZoneLimit$ = [9, n0, _GHZL,
3168
+ { [_ht]: ["GET", "/2013-04-01/hostedzonelimit/{HostedZoneId}/{Type}", 200] }, () => GetHostedZoneLimitRequest$, () => GetHostedZoneLimitResponse$
3169
+ ];
3170
+ var GetQueryLoggingConfig$ = [9, n0, _GQLC,
3171
+ { [_ht]: ["GET", "/2013-04-01/queryloggingconfig/{Id}", 200] }, () => GetQueryLoggingConfigRequest$, () => GetQueryLoggingConfigResponse$
3172
+ ];
3173
+ var GetReusableDelegationSet$ = [9, n0, _GRDS,
3174
+ { [_ht]: ["GET", "/2013-04-01/delegationset/{Id}", 200] }, () => GetReusableDelegationSetRequest$, () => GetReusableDelegationSetResponse$
3175
+ ];
3176
+ var GetReusableDelegationSetLimit$ = [9, n0, _GRDSL,
3177
+ { [_ht]: ["GET", "/2013-04-01/reusabledelegationsetlimit/{DelegationSetId}/{Type}", 200] }, () => GetReusableDelegationSetLimitRequest$, () => GetReusableDelegationSetLimitResponse$
3178
+ ];
3179
+ var GetTrafficPolicy$ = [9, n0, _GTP,
3180
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200] }, () => GetTrafficPolicyRequest$, () => GetTrafficPolicyResponse$
3181
+ ];
3182
+ var GetTrafficPolicyInstance$ = [9, n0, _GTPI,
3183
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicyinstance/{Id}", 200] }, () => GetTrafficPolicyInstanceRequest$, () => GetTrafficPolicyInstanceResponse$
3184
+ ];
3185
+ var GetTrafficPolicyInstanceCount$ = [9, n0, _GTPIC,
3186
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicyinstancecount", 200] }, () => GetTrafficPolicyInstanceCountRequest$, () => GetTrafficPolicyInstanceCountResponse$
3187
+ ];
3188
+ var ListCidrBlocks$ = [9, n0, _LCB,
3189
+ { [_ht]: ["GET", "/2013-04-01/cidrcollection/{CollectionId}/cidrblocks", 200] }, () => ListCidrBlocksRequest$, () => ListCidrBlocksResponse$
3190
+ ];
3191
+ var ListCidrCollections$ = [9, n0, _LCC,
3192
+ { [_ht]: ["GET", "/2013-04-01/cidrcollection", 200] }, () => ListCidrCollectionsRequest$, () => ListCidrCollectionsResponse$
3193
+ ];
3194
+ var ListCidrLocations$ = [9, n0, _LCL,
3195
+ { [_ht]: ["GET", "/2013-04-01/cidrcollection/{CollectionId}", 200] }, () => ListCidrLocationsRequest$, () => ListCidrLocationsResponse$
3196
+ ];
3197
+ var ListGeoLocations$ = [9, n0, _LGL,
3198
+ { [_ht]: ["GET", "/2013-04-01/geolocations", 200] }, () => ListGeoLocationsRequest$, () => ListGeoLocationsResponse$
3199
+ ];
3200
+ var ListHealthChecks$ = [9, n0, _LHC,
3201
+ { [_ht]: ["GET", "/2013-04-01/healthcheck", 200] }, () => ListHealthChecksRequest$, () => ListHealthChecksResponse$
3202
+ ];
3203
+ var ListHostedZones$ = [9, n0, _LHZ,
3204
+ { [_ht]: ["GET", "/2013-04-01/hostedzone", 200] }, () => ListHostedZonesRequest$, () => ListHostedZonesResponse$
3205
+ ];
3206
+ var ListHostedZonesByName$ = [9, n0, _LHZBN,
3207
+ { [_ht]: ["GET", "/2013-04-01/hostedzonesbyname", 200] }, () => ListHostedZonesByNameRequest$, () => ListHostedZonesByNameResponse$
3208
+ ];
3209
+ var ListHostedZonesByVPC$ = [9, n0, _LHZBVPC,
3210
+ { [_ht]: ["GET", "/2013-04-01/hostedzonesbyvpc", 200] }, () => ListHostedZonesByVPCRequest$, () => ListHostedZonesByVPCResponse$
3211
+ ];
3212
+ var ListQueryLoggingConfigs$ = [9, n0, _LQLC,
3213
+ { [_ht]: ["GET", "/2013-04-01/queryloggingconfig", 200] }, () => ListQueryLoggingConfigsRequest$, () => ListQueryLoggingConfigsResponse$
3214
+ ];
3215
+ var ListResourceRecordSets$ = [9, n0, _LRRS,
3216
+ { [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/rrset", 200] }, () => ListResourceRecordSetsRequest$, () => ListResourceRecordSetsResponse$
3217
+ ];
3218
+ var ListReusableDelegationSets$ = [9, n0, _LRDS,
3219
+ { [_ht]: ["GET", "/2013-04-01/delegationset", 200] }, () => ListReusableDelegationSetsRequest$, () => ListReusableDelegationSetsResponse$
3220
+ ];
3221
+ var ListTagsForResource$ = [9, n0, _LTFR,
3222
+ { [_ht]: ["GET", "/2013-04-01/tags/{ResourceType}/{ResourceId}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
3223
+ ];
3224
+ var ListTagsForResources$ = [9, n0, _LTFRi,
3225
+ { [_ht]: ["POST", "/2013-04-01/tags/{ResourceType}", 200] }, () => ListTagsForResourcesRequest$, () => ListTagsForResourcesResponse$
3226
+ ];
3227
+ var ListTrafficPolicies$ = [9, n0, _LTP,
3228
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicies", 200] }, () => ListTrafficPoliciesRequest$, () => ListTrafficPoliciesResponse$
3229
+ ];
3230
+ var ListTrafficPolicyInstances$ = [9, n0, _LTPI,
3231
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances", 200] }, () => ListTrafficPolicyInstancesRequest$, () => ListTrafficPolicyInstancesResponse$
3232
+ ];
3233
+ var ListTrafficPolicyInstancesByHostedZone$ = [9, n0, _LTPIBHZ,
3234
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances/hostedzone", 200] }, () => ListTrafficPolicyInstancesByHostedZoneRequest$, () => ListTrafficPolicyInstancesByHostedZoneResponse$
3235
+ ];
3236
+ var ListTrafficPolicyInstancesByPolicy$ = [9, n0, _LTPIBP,
3237
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances/trafficpolicy", 200] }, () => ListTrafficPolicyInstancesByPolicyRequest$, () => ListTrafficPolicyInstancesByPolicyResponse$
3238
+ ];
3239
+ var ListTrafficPolicyVersions$ = [9, n0, _LTPV,
3240
+ { [_ht]: ["GET", "/2013-04-01/trafficpolicies/{Id}/versions", 200] }, () => ListTrafficPolicyVersionsRequest$, () => ListTrafficPolicyVersionsResponse$
3241
+ ];
3242
+ var ListVPCAssociationAuthorizations$ = [9, n0, _LVPCAA,
3243
+ { [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation", 200] }, () => ListVPCAssociationAuthorizationsRequest$, () => ListVPCAssociationAuthorizationsResponse$
3244
+ ];
3245
+ var TestDNSAnswer$ = [9, n0, _TDNSA,
3246
+ { [_ht]: ["GET", "/2013-04-01/testdnsanswer", 200] }, () => TestDNSAnswerRequest$, () => TestDNSAnswerResponse$
3247
+ ];
3248
+ var UpdateHealthCheck$ = [9, n0, _UHC,
3249
+ { [_ht]: ["POST", "/2013-04-01/healthcheck/{HealthCheckId}", 200] }, () => UpdateHealthCheckRequest$, () => UpdateHealthCheckResponse$
3250
+ ];
3251
+ var UpdateHostedZoneComment$ = [9, n0, _UHZC,
3252
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{Id}", 200] }, () => UpdateHostedZoneCommentRequest$, () => UpdateHostedZoneCommentResponse$
3253
+ ];
3254
+ var UpdateHostedZoneFeatures$ = [9, n0, _UHZF,
3255
+ { [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/features", 200] }, () => UpdateHostedZoneFeaturesRequest$, () => UpdateHostedZoneFeaturesResponse$
3256
+ ];
3257
+ var UpdateTrafficPolicyComment$ = [9, n0, _UTPC,
3258
+ { [_ht]: ["POST", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200] }, () => UpdateTrafficPolicyCommentRequest$, () => UpdateTrafficPolicyCommentResponse$
3259
+ ];
3260
+ var UpdateTrafficPolicyInstance$ = [9, n0, _UTPI,
3261
+ { [_ht]: ["POST", "/2013-04-01/trafficpolicyinstance/{Id}", 200] }, () => UpdateTrafficPolicyInstanceRequest$, () => UpdateTrafficPolicyInstanceResponse$
3262
+ ];
3263
+
3264
+ const getRuntimeConfig$1 = (config) => {
3265
+ return {
3266
+ apiVersion: "2013-04-01",
3267
+ base64Decoder: config?.base64Decoder ?? fromBase64,
3268
+ base64Encoder: config?.base64Encoder ?? toBase64,
3269
+ disableHostPrefix: config?.disableHostPrefix ?? false,
3270
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
3271
+ extensions: config?.extensions ?? [],
3272
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultRoute53HttpAuthSchemeProvider,
3273
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
3274
+ {
3275
+ schemeId: "aws.auth#sigv4",
3276
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
3277
+ signer: new AwsSdkSigV4Signer(),
3278
+ },
3279
+ ],
3280
+ logger: config?.logger ?? new NoOpLogger(),
3281
+ protocol: config?.protocol ?? AwsRestXmlProtocol,
3282
+ protocolSettings: config?.protocolSettings ?? {
3283
+ defaultNamespace: "com.amazonaws.route53",
3284
+ errorTypeRegistries,
3285
+ xmlNamespace: "https://route53.amazonaws.com/doc/2013-04-01/",
3286
+ version: "2013-04-01",
3287
+ serviceTarget: "AWSDnsV20130401",
3288
+ },
3289
+ serviceId: config?.serviceId ?? "Route 53",
3290
+ sha256: config?.sha256 ?? Sha256,
3291
+ urlParser: config?.urlParser ?? parseUrl,
3292
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3293
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
3294
+ };
3295
+ };
3296
+
3297
+ const getRuntimeConfig = (config) => {
3298
+ emitWarningIfUnsupportedVersion(process.version);
3299
+ const defaultsMode = resolveDefaultsModeConfig(config);
3300
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
3301
+ const clientSharedValues = getRuntimeConfig$1(config);
3302
+ emitWarningIfUnsupportedVersion$1(process.version);
3303
+ const loaderConfig = {
3304
+ profile: config?.profile,
3305
+ logger: clientSharedValues.logger,
3306
+ };
3307
+ return {
3308
+ ...clientSharedValues,
3309
+ ...config,
3310
+ runtime: "node",
3311
+ defaultsMode,
3312
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
3313
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
3314
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
3315
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
3316
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
3317
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
3318
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
3319
+ retryMode: config?.retryMode ??
3320
+ loadConfig({
3321
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3322
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3323
+ }, config),
3324
+ streamCollector: config?.streamCollector ?? streamCollector,
3325
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3326
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3327
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
3328
+ };
3329
+ };
3330
+
35
3331
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
36
3332
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
37
3333
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -1477,98 +4773,495 @@ const ResettableElementName = {
1477
4773
  };
1478
4774
 
1479
4775
  exports.AcceleratedRecoveryStatus = AcceleratedRecoveryStatus;
4776
+ exports.AccountLimit$ = AccountLimit$;
1480
4777
  exports.AccountLimitType = AccountLimitType;
4778
+ exports.ActivateKeySigningKey$ = ActivateKeySigningKey$;
1481
4779
  exports.ActivateKeySigningKeyCommand = ActivateKeySigningKeyCommand;
4780
+ exports.ActivateKeySigningKeyRequest$ = ActivateKeySigningKeyRequest$;
4781
+ exports.ActivateKeySigningKeyResponse$ = ActivateKeySigningKeyResponse$;
4782
+ exports.AlarmIdentifier$ = AlarmIdentifier$;
4783
+ exports.AliasTarget$ = AliasTarget$;
4784
+ exports.AssociateVPCWithHostedZone$ = AssociateVPCWithHostedZone$;
1482
4785
  exports.AssociateVPCWithHostedZoneCommand = AssociateVPCWithHostedZoneCommand;
4786
+ exports.AssociateVPCWithHostedZoneRequest$ = AssociateVPCWithHostedZoneRequest$;
4787
+ exports.AssociateVPCWithHostedZoneResponse$ = AssociateVPCWithHostedZoneResponse$;
4788
+ exports.Change$ = Change$;
1483
4789
  exports.ChangeAction = ChangeAction;
4790
+ exports.ChangeBatch$ = ChangeBatch$;
4791
+ exports.ChangeCidrCollection$ = ChangeCidrCollection$;
1484
4792
  exports.ChangeCidrCollectionCommand = ChangeCidrCollectionCommand;
4793
+ exports.ChangeCidrCollectionRequest$ = ChangeCidrCollectionRequest$;
4794
+ exports.ChangeCidrCollectionResponse$ = ChangeCidrCollectionResponse$;
4795
+ exports.ChangeInfo$ = ChangeInfo$;
4796
+ exports.ChangeResourceRecordSets$ = ChangeResourceRecordSets$;
1485
4797
  exports.ChangeResourceRecordSetsCommand = ChangeResourceRecordSetsCommand;
4798
+ exports.ChangeResourceRecordSetsRequest$ = ChangeResourceRecordSetsRequest$;
4799
+ exports.ChangeResourceRecordSetsResponse$ = ChangeResourceRecordSetsResponse$;
1486
4800
  exports.ChangeStatus = ChangeStatus;
4801
+ exports.ChangeTagsForResource$ = ChangeTagsForResource$;
1487
4802
  exports.ChangeTagsForResourceCommand = ChangeTagsForResourceCommand;
4803
+ exports.ChangeTagsForResourceRequest$ = ChangeTagsForResourceRequest$;
4804
+ exports.ChangeTagsForResourceResponse$ = ChangeTagsForResourceResponse$;
4805
+ exports.CidrBlockInUseException = CidrBlockInUseException;
4806
+ exports.CidrBlockInUseException$ = CidrBlockInUseException$;
4807
+ exports.CidrBlockSummary$ = CidrBlockSummary$;
4808
+ exports.CidrCollection$ = CidrCollection$;
4809
+ exports.CidrCollectionAlreadyExistsException = CidrCollectionAlreadyExistsException;
4810
+ exports.CidrCollectionAlreadyExistsException$ = CidrCollectionAlreadyExistsException$;
4811
+ exports.CidrCollectionChange$ = CidrCollectionChange$;
1488
4812
  exports.CidrCollectionChangeAction = CidrCollectionChangeAction;
4813
+ exports.CidrCollectionInUseException = CidrCollectionInUseException;
4814
+ exports.CidrCollectionInUseException$ = CidrCollectionInUseException$;
4815
+ exports.CidrCollectionVersionMismatchException = CidrCollectionVersionMismatchException;
4816
+ exports.CidrCollectionVersionMismatchException$ = CidrCollectionVersionMismatchException$;
4817
+ exports.CidrRoutingConfig$ = CidrRoutingConfig$;
4818
+ exports.CloudWatchAlarmConfiguration$ = CloudWatchAlarmConfiguration$;
1489
4819
  exports.CloudWatchRegion = CloudWatchRegion;
4820
+ exports.CollectionSummary$ = CollectionSummary$;
1490
4821
  exports.ComparisonOperator = ComparisonOperator;
4822
+ exports.ConcurrentModification = ConcurrentModification;
4823
+ exports.ConcurrentModification$ = ConcurrentModification$;
4824
+ exports.ConflictingDomainExists = ConflictingDomainExists;
4825
+ exports.ConflictingDomainExists$ = ConflictingDomainExists$;
4826
+ exports.ConflictingTypes = ConflictingTypes;
4827
+ exports.ConflictingTypes$ = ConflictingTypes$;
4828
+ exports.Coordinates$ = Coordinates$;
4829
+ exports.CreateCidrCollection$ = CreateCidrCollection$;
1491
4830
  exports.CreateCidrCollectionCommand = CreateCidrCollectionCommand;
4831
+ exports.CreateCidrCollectionRequest$ = CreateCidrCollectionRequest$;
4832
+ exports.CreateCidrCollectionResponse$ = CreateCidrCollectionResponse$;
4833
+ exports.CreateHealthCheck$ = CreateHealthCheck$;
1492
4834
  exports.CreateHealthCheckCommand = CreateHealthCheckCommand;
4835
+ exports.CreateHealthCheckRequest$ = CreateHealthCheckRequest$;
4836
+ exports.CreateHealthCheckResponse$ = CreateHealthCheckResponse$;
4837
+ exports.CreateHostedZone$ = CreateHostedZone$;
1493
4838
  exports.CreateHostedZoneCommand = CreateHostedZoneCommand;
4839
+ exports.CreateHostedZoneRequest$ = CreateHostedZoneRequest$;
4840
+ exports.CreateHostedZoneResponse$ = CreateHostedZoneResponse$;
4841
+ exports.CreateKeySigningKey$ = CreateKeySigningKey$;
1494
4842
  exports.CreateKeySigningKeyCommand = CreateKeySigningKeyCommand;
4843
+ exports.CreateKeySigningKeyRequest$ = CreateKeySigningKeyRequest$;
4844
+ exports.CreateKeySigningKeyResponse$ = CreateKeySigningKeyResponse$;
4845
+ exports.CreateQueryLoggingConfig$ = CreateQueryLoggingConfig$;
1495
4846
  exports.CreateQueryLoggingConfigCommand = CreateQueryLoggingConfigCommand;
4847
+ exports.CreateQueryLoggingConfigRequest$ = CreateQueryLoggingConfigRequest$;
4848
+ exports.CreateQueryLoggingConfigResponse$ = CreateQueryLoggingConfigResponse$;
4849
+ exports.CreateReusableDelegationSet$ = CreateReusableDelegationSet$;
1496
4850
  exports.CreateReusableDelegationSetCommand = CreateReusableDelegationSetCommand;
4851
+ exports.CreateReusableDelegationSetRequest$ = CreateReusableDelegationSetRequest$;
4852
+ exports.CreateReusableDelegationSetResponse$ = CreateReusableDelegationSetResponse$;
4853
+ exports.CreateTrafficPolicy$ = CreateTrafficPolicy$;
1497
4854
  exports.CreateTrafficPolicyCommand = CreateTrafficPolicyCommand;
4855
+ exports.CreateTrafficPolicyInstance$ = CreateTrafficPolicyInstance$;
1498
4856
  exports.CreateTrafficPolicyInstanceCommand = CreateTrafficPolicyInstanceCommand;
4857
+ exports.CreateTrafficPolicyInstanceRequest$ = CreateTrafficPolicyInstanceRequest$;
4858
+ exports.CreateTrafficPolicyInstanceResponse$ = CreateTrafficPolicyInstanceResponse$;
4859
+ exports.CreateTrafficPolicyRequest$ = CreateTrafficPolicyRequest$;
4860
+ exports.CreateTrafficPolicyResponse$ = CreateTrafficPolicyResponse$;
4861
+ exports.CreateTrafficPolicyVersion$ = CreateTrafficPolicyVersion$;
1499
4862
  exports.CreateTrafficPolicyVersionCommand = CreateTrafficPolicyVersionCommand;
4863
+ exports.CreateTrafficPolicyVersionRequest$ = CreateTrafficPolicyVersionRequest$;
4864
+ exports.CreateTrafficPolicyVersionResponse$ = CreateTrafficPolicyVersionResponse$;
4865
+ exports.CreateVPCAssociationAuthorization$ = CreateVPCAssociationAuthorization$;
1500
4866
  exports.CreateVPCAssociationAuthorizationCommand = CreateVPCAssociationAuthorizationCommand;
4867
+ exports.CreateVPCAssociationAuthorizationRequest$ = CreateVPCAssociationAuthorizationRequest$;
4868
+ exports.CreateVPCAssociationAuthorizationResponse$ = CreateVPCAssociationAuthorizationResponse$;
4869
+ exports.DNSSECNotFound = DNSSECNotFound;
4870
+ exports.DNSSECNotFound$ = DNSSECNotFound$;
4871
+ exports.DNSSECStatus$ = DNSSECStatus$;
4872
+ exports.DeactivateKeySigningKey$ = DeactivateKeySigningKey$;
1501
4873
  exports.DeactivateKeySigningKeyCommand = DeactivateKeySigningKeyCommand;
4874
+ exports.DeactivateKeySigningKeyRequest$ = DeactivateKeySigningKeyRequest$;
4875
+ exports.DeactivateKeySigningKeyResponse$ = DeactivateKeySigningKeyResponse$;
4876
+ exports.DelegationSet$ = DelegationSet$;
4877
+ exports.DelegationSetAlreadyCreated = DelegationSetAlreadyCreated;
4878
+ exports.DelegationSetAlreadyCreated$ = DelegationSetAlreadyCreated$;
4879
+ exports.DelegationSetAlreadyReusable = DelegationSetAlreadyReusable;
4880
+ exports.DelegationSetAlreadyReusable$ = DelegationSetAlreadyReusable$;
4881
+ exports.DelegationSetInUse = DelegationSetInUse;
4882
+ exports.DelegationSetInUse$ = DelegationSetInUse$;
4883
+ exports.DelegationSetNotAvailable = DelegationSetNotAvailable;
4884
+ exports.DelegationSetNotAvailable$ = DelegationSetNotAvailable$;
4885
+ exports.DelegationSetNotReusable = DelegationSetNotReusable;
4886
+ exports.DelegationSetNotReusable$ = DelegationSetNotReusable$;
4887
+ exports.DeleteCidrCollection$ = DeleteCidrCollection$;
1502
4888
  exports.DeleteCidrCollectionCommand = DeleteCidrCollectionCommand;
4889
+ exports.DeleteCidrCollectionRequest$ = DeleteCidrCollectionRequest$;
4890
+ exports.DeleteCidrCollectionResponse$ = DeleteCidrCollectionResponse$;
4891
+ exports.DeleteHealthCheck$ = DeleteHealthCheck$;
1503
4892
  exports.DeleteHealthCheckCommand = DeleteHealthCheckCommand;
4893
+ exports.DeleteHealthCheckRequest$ = DeleteHealthCheckRequest$;
4894
+ exports.DeleteHealthCheckResponse$ = DeleteHealthCheckResponse$;
4895
+ exports.DeleteHostedZone$ = DeleteHostedZone$;
1504
4896
  exports.DeleteHostedZoneCommand = DeleteHostedZoneCommand;
4897
+ exports.DeleteHostedZoneRequest$ = DeleteHostedZoneRequest$;
4898
+ exports.DeleteHostedZoneResponse$ = DeleteHostedZoneResponse$;
4899
+ exports.DeleteKeySigningKey$ = DeleteKeySigningKey$;
1505
4900
  exports.DeleteKeySigningKeyCommand = DeleteKeySigningKeyCommand;
4901
+ exports.DeleteKeySigningKeyRequest$ = DeleteKeySigningKeyRequest$;
4902
+ exports.DeleteKeySigningKeyResponse$ = DeleteKeySigningKeyResponse$;
4903
+ exports.DeleteQueryLoggingConfig$ = DeleteQueryLoggingConfig$;
1506
4904
  exports.DeleteQueryLoggingConfigCommand = DeleteQueryLoggingConfigCommand;
4905
+ exports.DeleteQueryLoggingConfigRequest$ = DeleteQueryLoggingConfigRequest$;
4906
+ exports.DeleteQueryLoggingConfigResponse$ = DeleteQueryLoggingConfigResponse$;
4907
+ exports.DeleteReusableDelegationSet$ = DeleteReusableDelegationSet$;
1507
4908
  exports.DeleteReusableDelegationSetCommand = DeleteReusableDelegationSetCommand;
4909
+ exports.DeleteReusableDelegationSetRequest$ = DeleteReusableDelegationSetRequest$;
4910
+ exports.DeleteReusableDelegationSetResponse$ = DeleteReusableDelegationSetResponse$;
4911
+ exports.DeleteTrafficPolicy$ = DeleteTrafficPolicy$;
1508
4912
  exports.DeleteTrafficPolicyCommand = DeleteTrafficPolicyCommand;
4913
+ exports.DeleteTrafficPolicyInstance$ = DeleteTrafficPolicyInstance$;
1509
4914
  exports.DeleteTrafficPolicyInstanceCommand = DeleteTrafficPolicyInstanceCommand;
4915
+ exports.DeleteTrafficPolicyInstanceRequest$ = DeleteTrafficPolicyInstanceRequest$;
4916
+ exports.DeleteTrafficPolicyInstanceResponse$ = DeleteTrafficPolicyInstanceResponse$;
4917
+ exports.DeleteTrafficPolicyRequest$ = DeleteTrafficPolicyRequest$;
4918
+ exports.DeleteTrafficPolicyResponse$ = DeleteTrafficPolicyResponse$;
4919
+ exports.DeleteVPCAssociationAuthorization$ = DeleteVPCAssociationAuthorization$;
1510
4920
  exports.DeleteVPCAssociationAuthorizationCommand = DeleteVPCAssociationAuthorizationCommand;
4921
+ exports.DeleteVPCAssociationAuthorizationRequest$ = DeleteVPCAssociationAuthorizationRequest$;
4922
+ exports.DeleteVPCAssociationAuthorizationResponse$ = DeleteVPCAssociationAuthorizationResponse$;
4923
+ exports.Dimension$ = Dimension$;
4924
+ exports.DisableHostedZoneDNSSEC$ = DisableHostedZoneDNSSEC$;
1511
4925
  exports.DisableHostedZoneDNSSECCommand = DisableHostedZoneDNSSECCommand;
4926
+ exports.DisableHostedZoneDNSSECRequest$ = DisableHostedZoneDNSSECRequest$;
4927
+ exports.DisableHostedZoneDNSSECResponse$ = DisableHostedZoneDNSSECResponse$;
4928
+ exports.DisassociateVPCFromHostedZone$ = DisassociateVPCFromHostedZone$;
1512
4929
  exports.DisassociateVPCFromHostedZoneCommand = DisassociateVPCFromHostedZoneCommand;
4930
+ exports.DisassociateVPCFromHostedZoneRequest$ = DisassociateVPCFromHostedZoneRequest$;
4931
+ exports.DisassociateVPCFromHostedZoneResponse$ = DisassociateVPCFromHostedZoneResponse$;
4932
+ exports.EnableHostedZoneDNSSEC$ = EnableHostedZoneDNSSEC$;
1513
4933
  exports.EnableHostedZoneDNSSECCommand = EnableHostedZoneDNSSECCommand;
4934
+ exports.EnableHostedZoneDNSSECRequest$ = EnableHostedZoneDNSSECRequest$;
4935
+ exports.EnableHostedZoneDNSSECResponse$ = EnableHostedZoneDNSSECResponse$;
4936
+ exports.GeoLocation$ = GeoLocation$;
4937
+ exports.GeoLocationDetails$ = GeoLocationDetails$;
4938
+ exports.GeoProximityLocation$ = GeoProximityLocation$;
4939
+ exports.GetAccountLimit$ = GetAccountLimit$;
1514
4940
  exports.GetAccountLimitCommand = GetAccountLimitCommand;
4941
+ exports.GetAccountLimitRequest$ = GetAccountLimitRequest$;
4942
+ exports.GetAccountLimitResponse$ = GetAccountLimitResponse$;
4943
+ exports.GetChange$ = GetChange$;
1515
4944
  exports.GetChangeCommand = GetChangeCommand;
4945
+ exports.GetChangeRequest$ = GetChangeRequest$;
4946
+ exports.GetChangeResponse$ = GetChangeResponse$;
4947
+ exports.GetCheckerIpRanges$ = GetCheckerIpRanges$;
1516
4948
  exports.GetCheckerIpRangesCommand = GetCheckerIpRangesCommand;
4949
+ exports.GetCheckerIpRangesRequest$ = GetCheckerIpRangesRequest$;
4950
+ exports.GetCheckerIpRangesResponse$ = GetCheckerIpRangesResponse$;
4951
+ exports.GetDNSSEC$ = GetDNSSEC$;
1517
4952
  exports.GetDNSSECCommand = GetDNSSECCommand;
4953
+ exports.GetDNSSECRequest$ = GetDNSSECRequest$;
4954
+ exports.GetDNSSECResponse$ = GetDNSSECResponse$;
4955
+ exports.GetGeoLocation$ = GetGeoLocation$;
1518
4956
  exports.GetGeoLocationCommand = GetGeoLocationCommand;
4957
+ exports.GetGeoLocationRequest$ = GetGeoLocationRequest$;
4958
+ exports.GetGeoLocationResponse$ = GetGeoLocationResponse$;
4959
+ exports.GetHealthCheck$ = GetHealthCheck$;
1519
4960
  exports.GetHealthCheckCommand = GetHealthCheckCommand;
4961
+ exports.GetHealthCheckCount$ = GetHealthCheckCount$;
1520
4962
  exports.GetHealthCheckCountCommand = GetHealthCheckCountCommand;
4963
+ exports.GetHealthCheckCountRequest$ = GetHealthCheckCountRequest$;
4964
+ exports.GetHealthCheckCountResponse$ = GetHealthCheckCountResponse$;
4965
+ exports.GetHealthCheckLastFailureReason$ = GetHealthCheckLastFailureReason$;
1521
4966
  exports.GetHealthCheckLastFailureReasonCommand = GetHealthCheckLastFailureReasonCommand;
4967
+ exports.GetHealthCheckLastFailureReasonRequest$ = GetHealthCheckLastFailureReasonRequest$;
4968
+ exports.GetHealthCheckLastFailureReasonResponse$ = GetHealthCheckLastFailureReasonResponse$;
4969
+ exports.GetHealthCheckRequest$ = GetHealthCheckRequest$;
4970
+ exports.GetHealthCheckResponse$ = GetHealthCheckResponse$;
4971
+ exports.GetHealthCheckStatus$ = GetHealthCheckStatus$;
1522
4972
  exports.GetHealthCheckStatusCommand = GetHealthCheckStatusCommand;
4973
+ exports.GetHealthCheckStatusRequest$ = GetHealthCheckStatusRequest$;
4974
+ exports.GetHealthCheckStatusResponse$ = GetHealthCheckStatusResponse$;
4975
+ exports.GetHostedZone$ = GetHostedZone$;
1523
4976
  exports.GetHostedZoneCommand = GetHostedZoneCommand;
4977
+ exports.GetHostedZoneCount$ = GetHostedZoneCount$;
1524
4978
  exports.GetHostedZoneCountCommand = GetHostedZoneCountCommand;
4979
+ exports.GetHostedZoneCountRequest$ = GetHostedZoneCountRequest$;
4980
+ exports.GetHostedZoneCountResponse$ = GetHostedZoneCountResponse$;
4981
+ exports.GetHostedZoneLimit$ = GetHostedZoneLimit$;
1525
4982
  exports.GetHostedZoneLimitCommand = GetHostedZoneLimitCommand;
4983
+ exports.GetHostedZoneLimitRequest$ = GetHostedZoneLimitRequest$;
4984
+ exports.GetHostedZoneLimitResponse$ = GetHostedZoneLimitResponse$;
4985
+ exports.GetHostedZoneRequest$ = GetHostedZoneRequest$;
4986
+ exports.GetHostedZoneResponse$ = GetHostedZoneResponse$;
4987
+ exports.GetQueryLoggingConfig$ = GetQueryLoggingConfig$;
1526
4988
  exports.GetQueryLoggingConfigCommand = GetQueryLoggingConfigCommand;
4989
+ exports.GetQueryLoggingConfigRequest$ = GetQueryLoggingConfigRequest$;
4990
+ exports.GetQueryLoggingConfigResponse$ = GetQueryLoggingConfigResponse$;
4991
+ exports.GetReusableDelegationSet$ = GetReusableDelegationSet$;
1527
4992
  exports.GetReusableDelegationSetCommand = GetReusableDelegationSetCommand;
4993
+ exports.GetReusableDelegationSetLimit$ = GetReusableDelegationSetLimit$;
1528
4994
  exports.GetReusableDelegationSetLimitCommand = GetReusableDelegationSetLimitCommand;
4995
+ exports.GetReusableDelegationSetLimitRequest$ = GetReusableDelegationSetLimitRequest$;
4996
+ exports.GetReusableDelegationSetLimitResponse$ = GetReusableDelegationSetLimitResponse$;
4997
+ exports.GetReusableDelegationSetRequest$ = GetReusableDelegationSetRequest$;
4998
+ exports.GetReusableDelegationSetResponse$ = GetReusableDelegationSetResponse$;
4999
+ exports.GetTrafficPolicy$ = GetTrafficPolicy$;
1529
5000
  exports.GetTrafficPolicyCommand = GetTrafficPolicyCommand;
5001
+ exports.GetTrafficPolicyInstance$ = GetTrafficPolicyInstance$;
1530
5002
  exports.GetTrafficPolicyInstanceCommand = GetTrafficPolicyInstanceCommand;
5003
+ exports.GetTrafficPolicyInstanceCount$ = GetTrafficPolicyInstanceCount$;
1531
5004
  exports.GetTrafficPolicyInstanceCountCommand = GetTrafficPolicyInstanceCountCommand;
5005
+ exports.GetTrafficPolicyInstanceCountRequest$ = GetTrafficPolicyInstanceCountRequest$;
5006
+ exports.GetTrafficPolicyInstanceCountResponse$ = GetTrafficPolicyInstanceCountResponse$;
5007
+ exports.GetTrafficPolicyInstanceRequest$ = GetTrafficPolicyInstanceRequest$;
5008
+ exports.GetTrafficPolicyInstanceResponse$ = GetTrafficPolicyInstanceResponse$;
5009
+ exports.GetTrafficPolicyRequest$ = GetTrafficPolicyRequest$;
5010
+ exports.GetTrafficPolicyResponse$ = GetTrafficPolicyResponse$;
5011
+ exports.HealthCheck$ = HealthCheck$;
5012
+ exports.HealthCheckAlreadyExists = HealthCheckAlreadyExists;
5013
+ exports.HealthCheckAlreadyExists$ = HealthCheckAlreadyExists$;
5014
+ exports.HealthCheckConfig$ = HealthCheckConfig$;
5015
+ exports.HealthCheckInUse = HealthCheckInUse;
5016
+ exports.HealthCheckInUse$ = HealthCheckInUse$;
5017
+ exports.HealthCheckObservation$ = HealthCheckObservation$;
1532
5018
  exports.HealthCheckRegion = HealthCheckRegion;
1533
5019
  exports.HealthCheckType = HealthCheckType;
5020
+ exports.HealthCheckVersionMismatch = HealthCheckVersionMismatch;
5021
+ exports.HealthCheckVersionMismatch$ = HealthCheckVersionMismatch$;
5022
+ exports.HostedZone$ = HostedZone$;
5023
+ exports.HostedZoneAlreadyExists = HostedZoneAlreadyExists;
5024
+ exports.HostedZoneAlreadyExists$ = HostedZoneAlreadyExists$;
5025
+ exports.HostedZoneConfig$ = HostedZoneConfig$;
5026
+ exports.HostedZoneFailureReasons$ = HostedZoneFailureReasons$;
5027
+ exports.HostedZoneFeatures$ = HostedZoneFeatures$;
5028
+ exports.HostedZoneLimit$ = HostedZoneLimit$;
1534
5029
  exports.HostedZoneLimitType = HostedZoneLimitType;
5030
+ exports.HostedZoneNotEmpty = HostedZoneNotEmpty;
5031
+ exports.HostedZoneNotEmpty$ = HostedZoneNotEmpty$;
5032
+ exports.HostedZoneNotFound = HostedZoneNotFound;
5033
+ exports.HostedZoneNotFound$ = HostedZoneNotFound$;
5034
+ exports.HostedZoneNotPrivate = HostedZoneNotPrivate;
5035
+ exports.HostedZoneNotPrivate$ = HostedZoneNotPrivate$;
5036
+ exports.HostedZoneOwner$ = HostedZoneOwner$;
5037
+ exports.HostedZonePartiallyDelegated = HostedZonePartiallyDelegated;
5038
+ exports.HostedZonePartiallyDelegated$ = HostedZonePartiallyDelegated$;
5039
+ exports.HostedZoneSummary$ = HostedZoneSummary$;
1535
5040
  exports.HostedZoneType = HostedZoneType;
5041
+ exports.IncompatibleVersion = IncompatibleVersion;
5042
+ exports.IncompatibleVersion$ = IncompatibleVersion$;
5043
+ exports.InsufficientCloudWatchLogsResourcePolicy = InsufficientCloudWatchLogsResourcePolicy;
5044
+ exports.InsufficientCloudWatchLogsResourcePolicy$ = InsufficientCloudWatchLogsResourcePolicy$;
1536
5045
  exports.InsufficientDataHealthStatus = InsufficientDataHealthStatus;
5046
+ exports.InvalidArgument = InvalidArgument;
5047
+ exports.InvalidArgument$ = InvalidArgument$;
5048
+ exports.InvalidChangeBatch = InvalidChangeBatch;
5049
+ exports.InvalidChangeBatch$ = InvalidChangeBatch$;
5050
+ exports.InvalidDomainName = InvalidDomainName;
5051
+ exports.InvalidDomainName$ = InvalidDomainName$;
5052
+ exports.InvalidInput = InvalidInput;
5053
+ exports.InvalidInput$ = InvalidInput$;
5054
+ exports.InvalidKMSArn = InvalidKMSArn;
5055
+ exports.InvalidKMSArn$ = InvalidKMSArn$;
5056
+ exports.InvalidKeySigningKeyName = InvalidKeySigningKeyName;
5057
+ exports.InvalidKeySigningKeyName$ = InvalidKeySigningKeyName$;
5058
+ exports.InvalidKeySigningKeyStatus = InvalidKeySigningKeyStatus;
5059
+ exports.InvalidKeySigningKeyStatus$ = InvalidKeySigningKeyStatus$;
5060
+ exports.InvalidPaginationToken = InvalidPaginationToken;
5061
+ exports.InvalidPaginationToken$ = InvalidPaginationToken$;
5062
+ exports.InvalidSigningStatus = InvalidSigningStatus;
5063
+ exports.InvalidSigningStatus$ = InvalidSigningStatus$;
5064
+ exports.InvalidTrafficPolicyDocument = InvalidTrafficPolicyDocument;
5065
+ exports.InvalidTrafficPolicyDocument$ = InvalidTrafficPolicyDocument$;
5066
+ exports.InvalidVPCId = InvalidVPCId;
5067
+ exports.InvalidVPCId$ = InvalidVPCId$;
5068
+ exports.KeySigningKey$ = KeySigningKey$;
5069
+ exports.KeySigningKeyAlreadyExists = KeySigningKeyAlreadyExists;
5070
+ exports.KeySigningKeyAlreadyExists$ = KeySigningKeyAlreadyExists$;
5071
+ exports.KeySigningKeyInParentDSRecord = KeySigningKeyInParentDSRecord;
5072
+ exports.KeySigningKeyInParentDSRecord$ = KeySigningKeyInParentDSRecord$;
5073
+ exports.KeySigningKeyInUse = KeySigningKeyInUse;
5074
+ exports.KeySigningKeyInUse$ = KeySigningKeyInUse$;
5075
+ exports.KeySigningKeyWithActiveStatusNotFound = KeySigningKeyWithActiveStatusNotFound;
5076
+ exports.KeySigningKeyWithActiveStatusNotFound$ = KeySigningKeyWithActiveStatusNotFound$;
5077
+ exports.LastVPCAssociation = LastVPCAssociation;
5078
+ exports.LastVPCAssociation$ = LastVPCAssociation$;
5079
+ exports.LimitsExceeded = LimitsExceeded;
5080
+ exports.LimitsExceeded$ = LimitsExceeded$;
5081
+ exports.LinkedService$ = LinkedService$;
5082
+ exports.ListCidrBlocks$ = ListCidrBlocks$;
1537
5083
  exports.ListCidrBlocksCommand = ListCidrBlocksCommand;
5084
+ exports.ListCidrBlocksRequest$ = ListCidrBlocksRequest$;
5085
+ exports.ListCidrBlocksResponse$ = ListCidrBlocksResponse$;
5086
+ exports.ListCidrCollections$ = ListCidrCollections$;
1538
5087
  exports.ListCidrCollectionsCommand = ListCidrCollectionsCommand;
5088
+ exports.ListCidrCollectionsRequest$ = ListCidrCollectionsRequest$;
5089
+ exports.ListCidrCollectionsResponse$ = ListCidrCollectionsResponse$;
5090
+ exports.ListCidrLocations$ = ListCidrLocations$;
1539
5091
  exports.ListCidrLocationsCommand = ListCidrLocationsCommand;
5092
+ exports.ListCidrLocationsRequest$ = ListCidrLocationsRequest$;
5093
+ exports.ListCidrLocationsResponse$ = ListCidrLocationsResponse$;
5094
+ exports.ListGeoLocations$ = ListGeoLocations$;
1540
5095
  exports.ListGeoLocationsCommand = ListGeoLocationsCommand;
5096
+ exports.ListGeoLocationsRequest$ = ListGeoLocationsRequest$;
5097
+ exports.ListGeoLocationsResponse$ = ListGeoLocationsResponse$;
5098
+ exports.ListHealthChecks$ = ListHealthChecks$;
1541
5099
  exports.ListHealthChecksCommand = ListHealthChecksCommand;
5100
+ exports.ListHealthChecksRequest$ = ListHealthChecksRequest$;
5101
+ exports.ListHealthChecksResponse$ = ListHealthChecksResponse$;
5102
+ exports.ListHostedZones$ = ListHostedZones$;
5103
+ exports.ListHostedZonesByName$ = ListHostedZonesByName$;
1542
5104
  exports.ListHostedZonesByNameCommand = ListHostedZonesByNameCommand;
5105
+ exports.ListHostedZonesByNameRequest$ = ListHostedZonesByNameRequest$;
5106
+ exports.ListHostedZonesByNameResponse$ = ListHostedZonesByNameResponse$;
5107
+ exports.ListHostedZonesByVPC$ = ListHostedZonesByVPC$;
1543
5108
  exports.ListHostedZonesByVPCCommand = ListHostedZonesByVPCCommand;
5109
+ exports.ListHostedZonesByVPCRequest$ = ListHostedZonesByVPCRequest$;
5110
+ exports.ListHostedZonesByVPCResponse$ = ListHostedZonesByVPCResponse$;
1544
5111
  exports.ListHostedZonesCommand = ListHostedZonesCommand;
5112
+ exports.ListHostedZonesRequest$ = ListHostedZonesRequest$;
5113
+ exports.ListHostedZonesResponse$ = ListHostedZonesResponse$;
5114
+ exports.ListQueryLoggingConfigs$ = ListQueryLoggingConfigs$;
1545
5115
  exports.ListQueryLoggingConfigsCommand = ListQueryLoggingConfigsCommand;
5116
+ exports.ListQueryLoggingConfigsRequest$ = ListQueryLoggingConfigsRequest$;
5117
+ exports.ListQueryLoggingConfigsResponse$ = ListQueryLoggingConfigsResponse$;
5118
+ exports.ListResourceRecordSets$ = ListResourceRecordSets$;
1546
5119
  exports.ListResourceRecordSetsCommand = ListResourceRecordSetsCommand;
5120
+ exports.ListResourceRecordSetsRequest$ = ListResourceRecordSetsRequest$;
5121
+ exports.ListResourceRecordSetsResponse$ = ListResourceRecordSetsResponse$;
5122
+ exports.ListReusableDelegationSets$ = ListReusableDelegationSets$;
1547
5123
  exports.ListReusableDelegationSetsCommand = ListReusableDelegationSetsCommand;
5124
+ exports.ListReusableDelegationSetsRequest$ = ListReusableDelegationSetsRequest$;
5125
+ exports.ListReusableDelegationSetsResponse$ = ListReusableDelegationSetsResponse$;
5126
+ exports.ListTagsForResource$ = ListTagsForResource$;
1548
5127
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
5128
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
5129
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
5130
+ exports.ListTagsForResources$ = ListTagsForResources$;
1549
5131
  exports.ListTagsForResourcesCommand = ListTagsForResourcesCommand;
5132
+ exports.ListTagsForResourcesRequest$ = ListTagsForResourcesRequest$;
5133
+ exports.ListTagsForResourcesResponse$ = ListTagsForResourcesResponse$;
5134
+ exports.ListTrafficPolicies$ = ListTrafficPolicies$;
1550
5135
  exports.ListTrafficPoliciesCommand = ListTrafficPoliciesCommand;
5136
+ exports.ListTrafficPoliciesRequest$ = ListTrafficPoliciesRequest$;
5137
+ exports.ListTrafficPoliciesResponse$ = ListTrafficPoliciesResponse$;
5138
+ exports.ListTrafficPolicyInstances$ = ListTrafficPolicyInstances$;
5139
+ exports.ListTrafficPolicyInstancesByHostedZone$ = ListTrafficPolicyInstancesByHostedZone$;
1551
5140
  exports.ListTrafficPolicyInstancesByHostedZoneCommand = ListTrafficPolicyInstancesByHostedZoneCommand;
5141
+ exports.ListTrafficPolicyInstancesByHostedZoneRequest$ = ListTrafficPolicyInstancesByHostedZoneRequest$;
5142
+ exports.ListTrafficPolicyInstancesByHostedZoneResponse$ = ListTrafficPolicyInstancesByHostedZoneResponse$;
5143
+ exports.ListTrafficPolicyInstancesByPolicy$ = ListTrafficPolicyInstancesByPolicy$;
1552
5144
  exports.ListTrafficPolicyInstancesByPolicyCommand = ListTrafficPolicyInstancesByPolicyCommand;
5145
+ exports.ListTrafficPolicyInstancesByPolicyRequest$ = ListTrafficPolicyInstancesByPolicyRequest$;
5146
+ exports.ListTrafficPolicyInstancesByPolicyResponse$ = ListTrafficPolicyInstancesByPolicyResponse$;
1553
5147
  exports.ListTrafficPolicyInstancesCommand = ListTrafficPolicyInstancesCommand;
5148
+ exports.ListTrafficPolicyInstancesRequest$ = ListTrafficPolicyInstancesRequest$;
5149
+ exports.ListTrafficPolicyInstancesResponse$ = ListTrafficPolicyInstancesResponse$;
5150
+ exports.ListTrafficPolicyVersions$ = ListTrafficPolicyVersions$;
1554
5151
  exports.ListTrafficPolicyVersionsCommand = ListTrafficPolicyVersionsCommand;
5152
+ exports.ListTrafficPolicyVersionsRequest$ = ListTrafficPolicyVersionsRequest$;
5153
+ exports.ListTrafficPolicyVersionsResponse$ = ListTrafficPolicyVersionsResponse$;
5154
+ exports.ListVPCAssociationAuthorizations$ = ListVPCAssociationAuthorizations$;
1555
5155
  exports.ListVPCAssociationAuthorizationsCommand = ListVPCAssociationAuthorizationsCommand;
5156
+ exports.ListVPCAssociationAuthorizationsRequest$ = ListVPCAssociationAuthorizationsRequest$;
5157
+ exports.ListVPCAssociationAuthorizationsResponse$ = ListVPCAssociationAuthorizationsResponse$;
5158
+ exports.LocationSummary$ = LocationSummary$;
5159
+ exports.NoSuchChange = NoSuchChange;
5160
+ exports.NoSuchChange$ = NoSuchChange$;
5161
+ exports.NoSuchCidrCollectionException = NoSuchCidrCollectionException;
5162
+ exports.NoSuchCidrCollectionException$ = NoSuchCidrCollectionException$;
5163
+ exports.NoSuchCidrLocationException = NoSuchCidrLocationException;
5164
+ exports.NoSuchCidrLocationException$ = NoSuchCidrLocationException$;
5165
+ exports.NoSuchCloudWatchLogsLogGroup = NoSuchCloudWatchLogsLogGroup;
5166
+ exports.NoSuchCloudWatchLogsLogGroup$ = NoSuchCloudWatchLogsLogGroup$;
5167
+ exports.NoSuchDelegationSet = NoSuchDelegationSet;
5168
+ exports.NoSuchDelegationSet$ = NoSuchDelegationSet$;
5169
+ exports.NoSuchGeoLocation = NoSuchGeoLocation;
5170
+ exports.NoSuchGeoLocation$ = NoSuchGeoLocation$;
5171
+ exports.NoSuchHealthCheck = NoSuchHealthCheck;
5172
+ exports.NoSuchHealthCheck$ = NoSuchHealthCheck$;
5173
+ exports.NoSuchHostedZone = NoSuchHostedZone;
5174
+ exports.NoSuchHostedZone$ = NoSuchHostedZone$;
5175
+ exports.NoSuchKeySigningKey = NoSuchKeySigningKey;
5176
+ exports.NoSuchKeySigningKey$ = NoSuchKeySigningKey$;
5177
+ exports.NoSuchQueryLoggingConfig = NoSuchQueryLoggingConfig;
5178
+ exports.NoSuchQueryLoggingConfig$ = NoSuchQueryLoggingConfig$;
5179
+ exports.NoSuchTrafficPolicy = NoSuchTrafficPolicy;
5180
+ exports.NoSuchTrafficPolicy$ = NoSuchTrafficPolicy$;
5181
+ exports.NoSuchTrafficPolicyInstance = NoSuchTrafficPolicyInstance;
5182
+ exports.NoSuchTrafficPolicyInstance$ = NoSuchTrafficPolicyInstance$;
5183
+ exports.NotAuthorizedException = NotAuthorizedException;
5184
+ exports.NotAuthorizedException$ = NotAuthorizedException$;
5185
+ exports.PriorRequestNotComplete = PriorRequestNotComplete;
5186
+ exports.PriorRequestNotComplete$ = PriorRequestNotComplete$;
5187
+ exports.PublicZoneVPCAssociation = PublicZoneVPCAssociation;
5188
+ exports.PublicZoneVPCAssociation$ = PublicZoneVPCAssociation$;
5189
+ exports.QueryLoggingConfig$ = QueryLoggingConfig$;
5190
+ exports.QueryLoggingConfigAlreadyExists = QueryLoggingConfigAlreadyExists;
5191
+ exports.QueryLoggingConfigAlreadyExists$ = QueryLoggingConfigAlreadyExists$;
1556
5192
  exports.RRType = RRType;
1557
5193
  exports.ResettableElementName = ResettableElementName;
5194
+ exports.ResourceRecord$ = ResourceRecord$;
5195
+ exports.ResourceRecordSet$ = ResourceRecordSet$;
1558
5196
  exports.ResourceRecordSetFailover = ResourceRecordSetFailover;
1559
5197
  exports.ResourceRecordSetRegion = ResourceRecordSetRegion;
5198
+ exports.ResourceTagSet$ = ResourceTagSet$;
5199
+ exports.ReusableDelegationSetLimit$ = ReusableDelegationSetLimit$;
1560
5200
  exports.ReusableDelegationSetLimitType = ReusableDelegationSetLimitType;
1561
5201
  exports.Route53 = Route53;
1562
5202
  exports.Route53Client = Route53Client;
5203
+ exports.Route53ServiceException = Route53ServiceException;
5204
+ exports.Route53ServiceException$ = Route53ServiceException$;
1563
5205
  exports.Statistic = Statistic;
5206
+ exports.StatusReport$ = StatusReport$;
5207
+ exports.Tag$ = Tag$;
1564
5208
  exports.TagResourceType = TagResourceType;
5209
+ exports.TestDNSAnswer$ = TestDNSAnswer$;
1565
5210
  exports.TestDNSAnswerCommand = TestDNSAnswerCommand;
5211
+ exports.TestDNSAnswerRequest$ = TestDNSAnswerRequest$;
5212
+ exports.TestDNSAnswerResponse$ = TestDNSAnswerResponse$;
5213
+ exports.ThrottlingException = ThrottlingException;
5214
+ exports.ThrottlingException$ = ThrottlingException$;
5215
+ exports.TooManyHealthChecks = TooManyHealthChecks;
5216
+ exports.TooManyHealthChecks$ = TooManyHealthChecks$;
5217
+ exports.TooManyHostedZones = TooManyHostedZones;
5218
+ exports.TooManyHostedZones$ = TooManyHostedZones$;
5219
+ exports.TooManyKeySigningKeys = TooManyKeySigningKeys;
5220
+ exports.TooManyKeySigningKeys$ = TooManyKeySigningKeys$;
5221
+ exports.TooManyTrafficPolicies = TooManyTrafficPolicies;
5222
+ exports.TooManyTrafficPolicies$ = TooManyTrafficPolicies$;
5223
+ exports.TooManyTrafficPolicyInstances = TooManyTrafficPolicyInstances;
5224
+ exports.TooManyTrafficPolicyInstances$ = TooManyTrafficPolicyInstances$;
5225
+ exports.TooManyTrafficPolicyVersionsForCurrentPolicy = TooManyTrafficPolicyVersionsForCurrentPolicy;
5226
+ exports.TooManyTrafficPolicyVersionsForCurrentPolicy$ = TooManyTrafficPolicyVersionsForCurrentPolicy$;
5227
+ exports.TooManyVPCAssociationAuthorizations = TooManyVPCAssociationAuthorizations;
5228
+ exports.TooManyVPCAssociationAuthorizations$ = TooManyVPCAssociationAuthorizations$;
5229
+ exports.TrafficPolicy$ = TrafficPolicy$;
5230
+ exports.TrafficPolicyAlreadyExists = TrafficPolicyAlreadyExists;
5231
+ exports.TrafficPolicyAlreadyExists$ = TrafficPolicyAlreadyExists$;
5232
+ exports.TrafficPolicyInUse = TrafficPolicyInUse;
5233
+ exports.TrafficPolicyInUse$ = TrafficPolicyInUse$;
5234
+ exports.TrafficPolicyInstance$ = TrafficPolicyInstance$;
5235
+ exports.TrafficPolicyInstanceAlreadyExists = TrafficPolicyInstanceAlreadyExists;
5236
+ exports.TrafficPolicyInstanceAlreadyExists$ = TrafficPolicyInstanceAlreadyExists$;
5237
+ exports.TrafficPolicySummary$ = TrafficPolicySummary$;
5238
+ exports.UpdateHealthCheck$ = UpdateHealthCheck$;
1566
5239
  exports.UpdateHealthCheckCommand = UpdateHealthCheckCommand;
5240
+ exports.UpdateHealthCheckRequest$ = UpdateHealthCheckRequest$;
5241
+ exports.UpdateHealthCheckResponse$ = UpdateHealthCheckResponse$;
5242
+ exports.UpdateHostedZoneComment$ = UpdateHostedZoneComment$;
1567
5243
  exports.UpdateHostedZoneCommentCommand = UpdateHostedZoneCommentCommand;
5244
+ exports.UpdateHostedZoneCommentRequest$ = UpdateHostedZoneCommentRequest$;
5245
+ exports.UpdateHostedZoneCommentResponse$ = UpdateHostedZoneCommentResponse$;
5246
+ exports.UpdateHostedZoneFeatures$ = UpdateHostedZoneFeatures$;
1568
5247
  exports.UpdateHostedZoneFeaturesCommand = UpdateHostedZoneFeaturesCommand;
5248
+ exports.UpdateHostedZoneFeaturesRequest$ = UpdateHostedZoneFeaturesRequest$;
5249
+ exports.UpdateHostedZoneFeaturesResponse$ = UpdateHostedZoneFeaturesResponse$;
5250
+ exports.UpdateTrafficPolicyComment$ = UpdateTrafficPolicyComment$;
1569
5251
  exports.UpdateTrafficPolicyCommentCommand = UpdateTrafficPolicyCommentCommand;
5252
+ exports.UpdateTrafficPolicyCommentRequest$ = UpdateTrafficPolicyCommentRequest$;
5253
+ exports.UpdateTrafficPolicyCommentResponse$ = UpdateTrafficPolicyCommentResponse$;
5254
+ exports.UpdateTrafficPolicyInstance$ = UpdateTrafficPolicyInstance$;
1570
5255
  exports.UpdateTrafficPolicyInstanceCommand = UpdateTrafficPolicyInstanceCommand;
5256
+ exports.UpdateTrafficPolicyInstanceRequest$ = UpdateTrafficPolicyInstanceRequest$;
5257
+ exports.UpdateTrafficPolicyInstanceResponse$ = UpdateTrafficPolicyInstanceResponse$;
5258
+ exports.VPC$ = VPC$;
5259
+ exports.VPCAssociationAuthorizationNotFound = VPCAssociationAuthorizationNotFound;
5260
+ exports.VPCAssociationAuthorizationNotFound$ = VPCAssociationAuthorizationNotFound$;
5261
+ exports.VPCAssociationNotFound = VPCAssociationNotFound;
5262
+ exports.VPCAssociationNotFound$ = VPCAssociationNotFound$;
1571
5263
  exports.VPCRegion = VPCRegion;
5264
+ exports.errorTypeRegistries = errorTypeRegistries;
1572
5265
  exports.paginateListCidrBlocks = paginateListCidrBlocks;
1573
5266
  exports.paginateListCidrCollections = paginateListCidrCollections;
1574
5267
  exports.paginateListCidrLocations = paginateListCidrLocations;