@aws-sdk/client-route-53 3.716.0 → 3.723.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 +722 -565
- package/dist-es/Route53Client.js +1 -0
- package/dist-es/models/models_0.js +145 -138
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +46 -46
package/dist-cjs/index.js
CHANGED
|
@@ -290,7 +290,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
290
290
|
}, "resolveRuntimeExtensions");
|
|
291
291
|
|
|
292
292
|
// src/Route53Client.ts
|
|
293
|
-
var
|
|
293
|
+
var Route53Client = class extends import_smithy_client.Client {
|
|
294
|
+
static {
|
|
295
|
+
__name(this, "Route53Client");
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* The resolved configuration of Route53Client class. This is resolved and normalized from the {@link Route53ClientConfig | constructor configuration interface}.
|
|
299
|
+
*/
|
|
300
|
+
config;
|
|
294
301
|
constructor(...[configuration]) {
|
|
295
302
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
296
303
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -300,7 +307,7 @@ var _Route53Client = class _Route53Client extends import_smithy_client.Client {
|
|
|
300
307
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
301
308
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
302
309
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
303
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
310
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
304
311
|
super(_config_8);
|
|
305
312
|
this.config = _config_8;
|
|
306
313
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -328,8 +335,6 @@ var _Route53Client = class _Route53Client extends import_smithy_client.Client {
|
|
|
328
335
|
super.destroy();
|
|
329
336
|
}
|
|
330
337
|
};
|
|
331
|
-
__name(_Route53Client, "Route53Client");
|
|
332
|
-
var Route53Client = _Route53Client;
|
|
333
338
|
|
|
334
339
|
// src/Route53.ts
|
|
335
340
|
|
|
@@ -348,7 +353,10 @@ var import_xml_builder = require("@aws-sdk/xml-builder");
|
|
|
348
353
|
|
|
349
354
|
// src/models/Route53ServiceException.ts
|
|
350
355
|
|
|
351
|
-
var
|
|
356
|
+
var Route53ServiceException = class _Route53ServiceException extends import_smithy_client.ServiceException {
|
|
357
|
+
static {
|
|
358
|
+
__name(this, "Route53ServiceException");
|
|
359
|
+
}
|
|
352
360
|
/**
|
|
353
361
|
* @internal
|
|
354
362
|
*/
|
|
@@ -357,8 +365,6 @@ var _Route53ServiceException = class _Route53ServiceException extends import_smi
|
|
|
357
365
|
Object.setPrototypeOf(this, _Route53ServiceException.prototype);
|
|
358
366
|
}
|
|
359
367
|
};
|
|
360
|
-
__name(_Route53ServiceException, "Route53ServiceException");
|
|
361
|
-
var Route53ServiceException = _Route53ServiceException;
|
|
362
368
|
|
|
363
369
|
// src/models/models_0.ts
|
|
364
370
|
var AccountLimitType = {
|
|
@@ -372,7 +378,12 @@ var ChangeStatus = {
|
|
|
372
378
|
INSYNC: "INSYNC",
|
|
373
379
|
PENDING: "PENDING"
|
|
374
380
|
};
|
|
375
|
-
var
|
|
381
|
+
var ConcurrentModification = class _ConcurrentModification extends Route53ServiceException {
|
|
382
|
+
static {
|
|
383
|
+
__name(this, "ConcurrentModification");
|
|
384
|
+
}
|
|
385
|
+
name = "ConcurrentModification";
|
|
386
|
+
$fault = "client";
|
|
376
387
|
/**
|
|
377
388
|
* @internal
|
|
378
389
|
*/
|
|
@@ -382,14 +393,15 @@ var _ConcurrentModification = class _ConcurrentModification extends Route53Servi
|
|
|
382
393
|
$fault: "client",
|
|
383
394
|
...opts
|
|
384
395
|
});
|
|
385
|
-
this.name = "ConcurrentModification";
|
|
386
|
-
this.$fault = "client";
|
|
387
396
|
Object.setPrototypeOf(this, _ConcurrentModification.prototype);
|
|
388
397
|
}
|
|
389
398
|
};
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
399
|
+
var InvalidInput = class _InvalidInput extends Route53ServiceException {
|
|
400
|
+
static {
|
|
401
|
+
__name(this, "InvalidInput");
|
|
402
|
+
}
|
|
403
|
+
name = "InvalidInput";
|
|
404
|
+
$fault = "client";
|
|
393
405
|
/**
|
|
394
406
|
* @internal
|
|
395
407
|
*/
|
|
@@ -399,14 +411,15 @@ var _InvalidInput = class _InvalidInput extends Route53ServiceException {
|
|
|
399
411
|
$fault: "client",
|
|
400
412
|
...opts
|
|
401
413
|
});
|
|
402
|
-
this.name = "InvalidInput";
|
|
403
|
-
this.$fault = "client";
|
|
404
414
|
Object.setPrototypeOf(this, _InvalidInput.prototype);
|
|
405
415
|
}
|
|
406
416
|
};
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
417
|
+
var InvalidKeySigningKeyStatus = class _InvalidKeySigningKeyStatus extends Route53ServiceException {
|
|
418
|
+
static {
|
|
419
|
+
__name(this, "InvalidKeySigningKeyStatus");
|
|
420
|
+
}
|
|
421
|
+
name = "InvalidKeySigningKeyStatus";
|
|
422
|
+
$fault = "client";
|
|
410
423
|
/**
|
|
411
424
|
* @internal
|
|
412
425
|
*/
|
|
@@ -416,14 +429,15 @@ var _InvalidKeySigningKeyStatus = class _InvalidKeySigningKeyStatus extends Rout
|
|
|
416
429
|
$fault: "client",
|
|
417
430
|
...opts
|
|
418
431
|
});
|
|
419
|
-
this.name = "InvalidKeySigningKeyStatus";
|
|
420
|
-
this.$fault = "client";
|
|
421
432
|
Object.setPrototypeOf(this, _InvalidKeySigningKeyStatus.prototype);
|
|
422
433
|
}
|
|
423
434
|
};
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
435
|
+
var InvalidKMSArn = class _InvalidKMSArn extends Route53ServiceException {
|
|
436
|
+
static {
|
|
437
|
+
__name(this, "InvalidKMSArn");
|
|
438
|
+
}
|
|
439
|
+
name = "InvalidKMSArn";
|
|
440
|
+
$fault = "client";
|
|
427
441
|
/**
|
|
428
442
|
* @internal
|
|
429
443
|
*/
|
|
@@ -433,14 +447,15 @@ var _InvalidKMSArn = class _InvalidKMSArn extends Route53ServiceException {
|
|
|
433
447
|
$fault: "client",
|
|
434
448
|
...opts
|
|
435
449
|
});
|
|
436
|
-
this.name = "InvalidKMSArn";
|
|
437
|
-
this.$fault = "client";
|
|
438
450
|
Object.setPrototypeOf(this, _InvalidKMSArn.prototype);
|
|
439
451
|
}
|
|
440
452
|
};
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
453
|
+
var InvalidSigningStatus = class _InvalidSigningStatus extends Route53ServiceException {
|
|
454
|
+
static {
|
|
455
|
+
__name(this, "InvalidSigningStatus");
|
|
456
|
+
}
|
|
457
|
+
name = "InvalidSigningStatus";
|
|
458
|
+
$fault = "client";
|
|
444
459
|
/**
|
|
445
460
|
* @internal
|
|
446
461
|
*/
|
|
@@ -450,14 +465,15 @@ var _InvalidSigningStatus = class _InvalidSigningStatus extends Route53ServiceEx
|
|
|
450
465
|
$fault: "client",
|
|
451
466
|
...opts
|
|
452
467
|
});
|
|
453
|
-
this.name = "InvalidSigningStatus";
|
|
454
|
-
this.$fault = "client";
|
|
455
468
|
Object.setPrototypeOf(this, _InvalidSigningStatus.prototype);
|
|
456
469
|
}
|
|
457
470
|
};
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
471
|
+
var NoSuchKeySigningKey = class _NoSuchKeySigningKey extends Route53ServiceException {
|
|
472
|
+
static {
|
|
473
|
+
__name(this, "NoSuchKeySigningKey");
|
|
474
|
+
}
|
|
475
|
+
name = "NoSuchKeySigningKey";
|
|
476
|
+
$fault = "client";
|
|
461
477
|
/**
|
|
462
478
|
* @internal
|
|
463
479
|
*/
|
|
@@ -467,13 +483,9 @@ var _NoSuchKeySigningKey = class _NoSuchKeySigningKey extends Route53ServiceExce
|
|
|
467
483
|
$fault: "client",
|
|
468
484
|
...opts
|
|
469
485
|
});
|
|
470
|
-
this.name = "NoSuchKeySigningKey";
|
|
471
|
-
this.$fault = "client";
|
|
472
486
|
Object.setPrototypeOf(this, _NoSuchKeySigningKey.prototype);
|
|
473
487
|
}
|
|
474
488
|
};
|
|
475
|
-
__name(_NoSuchKeySigningKey, "NoSuchKeySigningKey");
|
|
476
|
-
var NoSuchKeySigningKey = _NoSuchKeySigningKey;
|
|
477
489
|
var CloudWatchRegion = {
|
|
478
490
|
af_south_1: "af-south-1",
|
|
479
491
|
ap_east_1: "ap-east-1",
|
|
@@ -552,7 +564,12 @@ var VPCRegion = {
|
|
|
552
564
|
us_west_1: "us-west-1",
|
|
553
565
|
us_west_2: "us-west-2"
|
|
554
566
|
};
|
|
555
|
-
var
|
|
567
|
+
var ConflictingDomainExists = class _ConflictingDomainExists extends Route53ServiceException {
|
|
568
|
+
static {
|
|
569
|
+
__name(this, "ConflictingDomainExists");
|
|
570
|
+
}
|
|
571
|
+
name = "ConflictingDomainExists";
|
|
572
|
+
$fault = "client";
|
|
556
573
|
/**
|
|
557
574
|
* @internal
|
|
558
575
|
*/
|
|
@@ -562,14 +579,15 @@ var _ConflictingDomainExists = class _ConflictingDomainExists extends Route53Ser
|
|
|
562
579
|
$fault: "client",
|
|
563
580
|
...opts
|
|
564
581
|
});
|
|
565
|
-
this.name = "ConflictingDomainExists";
|
|
566
|
-
this.$fault = "client";
|
|
567
582
|
Object.setPrototypeOf(this, _ConflictingDomainExists.prototype);
|
|
568
583
|
}
|
|
569
584
|
};
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
585
|
+
var InvalidVPCId = class _InvalidVPCId extends Route53ServiceException {
|
|
586
|
+
static {
|
|
587
|
+
__name(this, "InvalidVPCId");
|
|
588
|
+
}
|
|
589
|
+
name = "InvalidVPCId";
|
|
590
|
+
$fault = "client";
|
|
573
591
|
/**
|
|
574
592
|
* @internal
|
|
575
593
|
*/
|
|
@@ -579,14 +597,15 @@ var _InvalidVPCId = class _InvalidVPCId extends Route53ServiceException {
|
|
|
579
597
|
$fault: "client",
|
|
580
598
|
...opts
|
|
581
599
|
});
|
|
582
|
-
this.name = "InvalidVPCId";
|
|
583
|
-
this.$fault = "client";
|
|
584
600
|
Object.setPrototypeOf(this, _InvalidVPCId.prototype);
|
|
585
601
|
}
|
|
586
602
|
};
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
603
|
+
var LimitsExceeded = class _LimitsExceeded extends Route53ServiceException {
|
|
604
|
+
static {
|
|
605
|
+
__name(this, "LimitsExceeded");
|
|
606
|
+
}
|
|
607
|
+
name = "LimitsExceeded";
|
|
608
|
+
$fault = "client";
|
|
590
609
|
/**
|
|
591
610
|
* @internal
|
|
592
611
|
*/
|
|
@@ -596,14 +615,15 @@ var _LimitsExceeded = class _LimitsExceeded extends Route53ServiceException {
|
|
|
596
615
|
$fault: "client",
|
|
597
616
|
...opts
|
|
598
617
|
});
|
|
599
|
-
this.name = "LimitsExceeded";
|
|
600
|
-
this.$fault = "client";
|
|
601
618
|
Object.setPrototypeOf(this, _LimitsExceeded.prototype);
|
|
602
619
|
}
|
|
603
620
|
};
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
621
|
+
var NoSuchHostedZone = class _NoSuchHostedZone extends Route53ServiceException {
|
|
622
|
+
static {
|
|
623
|
+
__name(this, "NoSuchHostedZone");
|
|
624
|
+
}
|
|
625
|
+
name = "NoSuchHostedZone";
|
|
626
|
+
$fault = "client";
|
|
607
627
|
/**
|
|
608
628
|
* @internal
|
|
609
629
|
*/
|
|
@@ -613,14 +633,15 @@ var _NoSuchHostedZone = class _NoSuchHostedZone extends Route53ServiceException
|
|
|
613
633
|
$fault: "client",
|
|
614
634
|
...opts
|
|
615
635
|
});
|
|
616
|
-
this.name = "NoSuchHostedZone";
|
|
617
|
-
this.$fault = "client";
|
|
618
636
|
Object.setPrototypeOf(this, _NoSuchHostedZone.prototype);
|
|
619
637
|
}
|
|
620
638
|
};
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
639
|
+
var NotAuthorizedException = class _NotAuthorizedException extends Route53ServiceException {
|
|
640
|
+
static {
|
|
641
|
+
__name(this, "NotAuthorizedException");
|
|
642
|
+
}
|
|
643
|
+
name = "NotAuthorizedException";
|
|
644
|
+
$fault = "client";
|
|
624
645
|
/**
|
|
625
646
|
* @internal
|
|
626
647
|
*/
|
|
@@ -630,14 +651,15 @@ var _NotAuthorizedException = class _NotAuthorizedException extends Route53Servi
|
|
|
630
651
|
$fault: "client",
|
|
631
652
|
...opts
|
|
632
653
|
});
|
|
633
|
-
this.name = "NotAuthorizedException";
|
|
634
|
-
this.$fault = "client";
|
|
635
654
|
Object.setPrototypeOf(this, _NotAuthorizedException.prototype);
|
|
636
655
|
}
|
|
637
656
|
};
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
657
|
+
var PriorRequestNotComplete = class _PriorRequestNotComplete extends Route53ServiceException {
|
|
658
|
+
static {
|
|
659
|
+
__name(this, "PriorRequestNotComplete");
|
|
660
|
+
}
|
|
661
|
+
name = "PriorRequestNotComplete";
|
|
662
|
+
$fault = "client";
|
|
641
663
|
/**
|
|
642
664
|
* @internal
|
|
643
665
|
*/
|
|
@@ -647,14 +669,15 @@ var _PriorRequestNotComplete = class _PriorRequestNotComplete extends Route53Ser
|
|
|
647
669
|
$fault: "client",
|
|
648
670
|
...opts
|
|
649
671
|
});
|
|
650
|
-
this.name = "PriorRequestNotComplete";
|
|
651
|
-
this.$fault = "client";
|
|
652
672
|
Object.setPrototypeOf(this, _PriorRequestNotComplete.prototype);
|
|
653
673
|
}
|
|
654
674
|
};
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
675
|
+
var PublicZoneVPCAssociation = class _PublicZoneVPCAssociation extends Route53ServiceException {
|
|
676
|
+
static {
|
|
677
|
+
__name(this, "PublicZoneVPCAssociation");
|
|
678
|
+
}
|
|
679
|
+
name = "PublicZoneVPCAssociation";
|
|
680
|
+
$fault = "client";
|
|
658
681
|
/**
|
|
659
682
|
* @internal
|
|
660
683
|
*/
|
|
@@ -664,18 +687,20 @@ var _PublicZoneVPCAssociation = class _PublicZoneVPCAssociation extends Route53S
|
|
|
664
687
|
$fault: "client",
|
|
665
688
|
...opts
|
|
666
689
|
});
|
|
667
|
-
this.name = "PublicZoneVPCAssociation";
|
|
668
|
-
this.$fault = "client";
|
|
669
690
|
Object.setPrototypeOf(this, _PublicZoneVPCAssociation.prototype);
|
|
670
691
|
}
|
|
671
692
|
};
|
|
672
|
-
__name(_PublicZoneVPCAssociation, "PublicZoneVPCAssociation");
|
|
673
|
-
var PublicZoneVPCAssociation = _PublicZoneVPCAssociation;
|
|
674
693
|
var CidrCollectionChangeAction = {
|
|
675
694
|
DELETE_IF_EXISTS: "DELETE_IF_EXISTS",
|
|
676
695
|
PUT: "PUT"
|
|
677
696
|
};
|
|
678
|
-
var
|
|
697
|
+
var CidrBlockInUseException = class _CidrBlockInUseException extends Route53ServiceException {
|
|
698
|
+
static {
|
|
699
|
+
__name(this, "CidrBlockInUseException");
|
|
700
|
+
}
|
|
701
|
+
name = "CidrBlockInUseException";
|
|
702
|
+
$fault = "client";
|
|
703
|
+
Message;
|
|
679
704
|
/**
|
|
680
705
|
* @internal
|
|
681
706
|
*/
|
|
@@ -685,15 +710,17 @@ var _CidrBlockInUseException = class _CidrBlockInUseException extends Route53Ser
|
|
|
685
710
|
$fault: "client",
|
|
686
711
|
...opts
|
|
687
712
|
});
|
|
688
|
-
this.name = "CidrBlockInUseException";
|
|
689
|
-
this.$fault = "client";
|
|
690
713
|
Object.setPrototypeOf(this, _CidrBlockInUseException.prototype);
|
|
691
714
|
this.Message = opts.Message;
|
|
692
715
|
}
|
|
693
716
|
};
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
717
|
+
var CidrCollectionVersionMismatchException = class _CidrCollectionVersionMismatchException extends Route53ServiceException {
|
|
718
|
+
static {
|
|
719
|
+
__name(this, "CidrCollectionVersionMismatchException");
|
|
720
|
+
}
|
|
721
|
+
name = "CidrCollectionVersionMismatchException";
|
|
722
|
+
$fault = "client";
|
|
723
|
+
Message;
|
|
697
724
|
/**
|
|
698
725
|
* @internal
|
|
699
726
|
*/
|
|
@@ -703,15 +730,17 @@ var _CidrCollectionVersionMismatchException = class _CidrCollectionVersionMismat
|
|
|
703
730
|
$fault: "client",
|
|
704
731
|
...opts
|
|
705
732
|
});
|
|
706
|
-
this.name = "CidrCollectionVersionMismatchException";
|
|
707
|
-
this.$fault = "client";
|
|
708
733
|
Object.setPrototypeOf(this, _CidrCollectionVersionMismatchException.prototype);
|
|
709
734
|
this.Message = opts.Message;
|
|
710
735
|
}
|
|
711
736
|
};
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
737
|
+
var NoSuchCidrCollectionException = class _NoSuchCidrCollectionException extends Route53ServiceException {
|
|
738
|
+
static {
|
|
739
|
+
__name(this, "NoSuchCidrCollectionException");
|
|
740
|
+
}
|
|
741
|
+
name = "NoSuchCidrCollectionException";
|
|
742
|
+
$fault = "client";
|
|
743
|
+
Message;
|
|
715
744
|
/**
|
|
716
745
|
* @internal
|
|
717
746
|
*/
|
|
@@ -721,14 +750,10 @@ var _NoSuchCidrCollectionException = class _NoSuchCidrCollectionException extend
|
|
|
721
750
|
$fault: "client",
|
|
722
751
|
...opts
|
|
723
752
|
});
|
|
724
|
-
this.name = "NoSuchCidrCollectionException";
|
|
725
|
-
this.$fault = "client";
|
|
726
753
|
Object.setPrototypeOf(this, _NoSuchCidrCollectionException.prototype);
|
|
727
754
|
this.Message = opts.Message;
|
|
728
755
|
}
|
|
729
756
|
};
|
|
730
|
-
__name(_NoSuchCidrCollectionException, "NoSuchCidrCollectionException");
|
|
731
|
-
var NoSuchCidrCollectionException = _NoSuchCidrCollectionException;
|
|
732
757
|
var ChangeAction = {
|
|
733
758
|
CREATE: "CREATE",
|
|
734
759
|
DELETE: "DELETE",
|
|
@@ -791,7 +816,17 @@ var RRType = {
|
|
|
791
816
|
TLSA: "TLSA",
|
|
792
817
|
TXT: "TXT"
|
|
793
818
|
};
|
|
794
|
-
var
|
|
819
|
+
var InvalidChangeBatch = class _InvalidChangeBatch extends Route53ServiceException {
|
|
820
|
+
static {
|
|
821
|
+
__name(this, "InvalidChangeBatch");
|
|
822
|
+
}
|
|
823
|
+
name = "InvalidChangeBatch";
|
|
824
|
+
$fault = "client";
|
|
825
|
+
/**
|
|
826
|
+
* <p></p>
|
|
827
|
+
* @public
|
|
828
|
+
*/
|
|
829
|
+
messages;
|
|
795
830
|
/**
|
|
796
831
|
* @internal
|
|
797
832
|
*/
|
|
@@ -801,15 +836,16 @@ var _InvalidChangeBatch = class _InvalidChangeBatch extends Route53ServiceExcept
|
|
|
801
836
|
$fault: "client",
|
|
802
837
|
...opts
|
|
803
838
|
});
|
|
804
|
-
this.name = "InvalidChangeBatch";
|
|
805
|
-
this.$fault = "client";
|
|
806
839
|
Object.setPrototypeOf(this, _InvalidChangeBatch.prototype);
|
|
807
840
|
this.messages = opts.messages;
|
|
808
841
|
}
|
|
809
842
|
};
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
843
|
+
var NoSuchHealthCheck = class _NoSuchHealthCheck extends Route53ServiceException {
|
|
844
|
+
static {
|
|
845
|
+
__name(this, "NoSuchHealthCheck");
|
|
846
|
+
}
|
|
847
|
+
name = "NoSuchHealthCheck";
|
|
848
|
+
$fault = "client";
|
|
813
849
|
/**
|
|
814
850
|
* @internal
|
|
815
851
|
*/
|
|
@@ -819,18 +855,19 @@ var _NoSuchHealthCheck = class _NoSuchHealthCheck extends Route53ServiceExceptio
|
|
|
819
855
|
$fault: "client",
|
|
820
856
|
...opts
|
|
821
857
|
});
|
|
822
|
-
this.name = "NoSuchHealthCheck";
|
|
823
|
-
this.$fault = "client";
|
|
824
858
|
Object.setPrototypeOf(this, _NoSuchHealthCheck.prototype);
|
|
825
859
|
}
|
|
826
860
|
};
|
|
827
|
-
__name(_NoSuchHealthCheck, "NoSuchHealthCheck");
|
|
828
|
-
var NoSuchHealthCheck = _NoSuchHealthCheck;
|
|
829
861
|
var TagResourceType = {
|
|
830
862
|
healthcheck: "healthcheck",
|
|
831
863
|
hostedzone: "hostedzone"
|
|
832
864
|
};
|
|
833
|
-
var
|
|
865
|
+
var ThrottlingException = class _ThrottlingException extends Route53ServiceException {
|
|
866
|
+
static {
|
|
867
|
+
__name(this, "ThrottlingException");
|
|
868
|
+
}
|
|
869
|
+
name = "ThrottlingException";
|
|
870
|
+
$fault = "client";
|
|
834
871
|
/**
|
|
835
872
|
* @internal
|
|
836
873
|
*/
|
|
@@ -840,14 +877,16 @@ var _ThrottlingException = class _ThrottlingException extends Route53ServiceExce
|
|
|
840
877
|
$fault: "client",
|
|
841
878
|
...opts
|
|
842
879
|
});
|
|
843
|
-
this.name = "ThrottlingException";
|
|
844
|
-
this.$fault = "client";
|
|
845
880
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
846
881
|
}
|
|
847
882
|
};
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
883
|
+
var CidrCollectionAlreadyExistsException = class _CidrCollectionAlreadyExistsException extends Route53ServiceException {
|
|
884
|
+
static {
|
|
885
|
+
__name(this, "CidrCollectionAlreadyExistsException");
|
|
886
|
+
}
|
|
887
|
+
name = "CidrCollectionAlreadyExistsException";
|
|
888
|
+
$fault = "client";
|
|
889
|
+
Message;
|
|
851
890
|
/**
|
|
852
891
|
* @internal
|
|
853
892
|
*/
|
|
@@ -857,14 +896,10 @@ var _CidrCollectionAlreadyExistsException = class _CidrCollectionAlreadyExistsEx
|
|
|
857
896
|
$fault: "client",
|
|
858
897
|
...opts
|
|
859
898
|
});
|
|
860
|
-
this.name = "CidrCollectionAlreadyExistsException";
|
|
861
|
-
this.$fault = "client";
|
|
862
899
|
Object.setPrototypeOf(this, _CidrCollectionAlreadyExistsException.prototype);
|
|
863
900
|
this.Message = opts.Message;
|
|
864
901
|
}
|
|
865
902
|
};
|
|
866
|
-
__name(_CidrCollectionAlreadyExistsException, "CidrCollectionAlreadyExistsException");
|
|
867
|
-
var CidrCollectionAlreadyExistsException = _CidrCollectionAlreadyExistsException;
|
|
868
903
|
var InsufficientDataHealthStatus = {
|
|
869
904
|
Healthy: "Healthy",
|
|
870
905
|
LastKnownStatus: "LastKnownStatus",
|
|
@@ -903,7 +938,12 @@ var Statistic = {
|
|
|
903
938
|
SampleCount: "SampleCount",
|
|
904
939
|
Sum: "Sum"
|
|
905
940
|
};
|
|
906
|
-
var
|
|
941
|
+
var HealthCheckAlreadyExists = class _HealthCheckAlreadyExists extends Route53ServiceException {
|
|
942
|
+
static {
|
|
943
|
+
__name(this, "HealthCheckAlreadyExists");
|
|
944
|
+
}
|
|
945
|
+
name = "HealthCheckAlreadyExists";
|
|
946
|
+
$fault = "client";
|
|
907
947
|
/**
|
|
908
948
|
* @internal
|
|
909
949
|
*/
|
|
@@ -913,14 +953,15 @@ var _HealthCheckAlreadyExists = class _HealthCheckAlreadyExists extends Route53S
|
|
|
913
953
|
$fault: "client",
|
|
914
954
|
...opts
|
|
915
955
|
});
|
|
916
|
-
this.name = "HealthCheckAlreadyExists";
|
|
917
|
-
this.$fault = "client";
|
|
918
956
|
Object.setPrototypeOf(this, _HealthCheckAlreadyExists.prototype);
|
|
919
957
|
}
|
|
920
958
|
};
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
959
|
+
var TooManyHealthChecks = class _TooManyHealthChecks extends Route53ServiceException {
|
|
960
|
+
static {
|
|
961
|
+
__name(this, "TooManyHealthChecks");
|
|
962
|
+
}
|
|
963
|
+
name = "TooManyHealthChecks";
|
|
964
|
+
$fault = "client";
|
|
924
965
|
/**
|
|
925
966
|
* @internal
|
|
926
967
|
*/
|
|
@@ -930,14 +971,15 @@ var _TooManyHealthChecks = class _TooManyHealthChecks extends Route53ServiceExce
|
|
|
930
971
|
$fault: "client",
|
|
931
972
|
...opts
|
|
932
973
|
});
|
|
933
|
-
this.name = "TooManyHealthChecks";
|
|
934
|
-
this.$fault = "client";
|
|
935
974
|
Object.setPrototypeOf(this, _TooManyHealthChecks.prototype);
|
|
936
975
|
}
|
|
937
976
|
};
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
977
|
+
var DelegationSetNotAvailable = class _DelegationSetNotAvailable extends Route53ServiceException {
|
|
978
|
+
static {
|
|
979
|
+
__name(this, "DelegationSetNotAvailable");
|
|
980
|
+
}
|
|
981
|
+
name = "DelegationSetNotAvailable";
|
|
982
|
+
$fault = "client";
|
|
941
983
|
/**
|
|
942
984
|
* @internal
|
|
943
985
|
*/
|
|
@@ -947,14 +989,15 @@ var _DelegationSetNotAvailable = class _DelegationSetNotAvailable extends Route5
|
|
|
947
989
|
$fault: "client",
|
|
948
990
|
...opts
|
|
949
991
|
});
|
|
950
|
-
this.name = "DelegationSetNotAvailable";
|
|
951
|
-
this.$fault = "client";
|
|
952
992
|
Object.setPrototypeOf(this, _DelegationSetNotAvailable.prototype);
|
|
953
993
|
}
|
|
954
994
|
};
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
995
|
+
var DelegationSetNotReusable = class _DelegationSetNotReusable extends Route53ServiceException {
|
|
996
|
+
static {
|
|
997
|
+
__name(this, "DelegationSetNotReusable");
|
|
998
|
+
}
|
|
999
|
+
name = "DelegationSetNotReusable";
|
|
1000
|
+
$fault = "client";
|
|
958
1001
|
/**
|
|
959
1002
|
* @internal
|
|
960
1003
|
*/
|
|
@@ -964,14 +1007,15 @@ var _DelegationSetNotReusable = class _DelegationSetNotReusable extends Route53S
|
|
|
964
1007
|
$fault: "client",
|
|
965
1008
|
...opts
|
|
966
1009
|
});
|
|
967
|
-
this.name = "DelegationSetNotReusable";
|
|
968
|
-
this.$fault = "client";
|
|
969
1010
|
Object.setPrototypeOf(this, _DelegationSetNotReusable.prototype);
|
|
970
1011
|
}
|
|
971
1012
|
};
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
1013
|
+
var HostedZoneAlreadyExists = class _HostedZoneAlreadyExists extends Route53ServiceException {
|
|
1014
|
+
static {
|
|
1015
|
+
__name(this, "HostedZoneAlreadyExists");
|
|
1016
|
+
}
|
|
1017
|
+
name = "HostedZoneAlreadyExists";
|
|
1018
|
+
$fault = "client";
|
|
975
1019
|
/**
|
|
976
1020
|
* @internal
|
|
977
1021
|
*/
|
|
@@ -981,14 +1025,15 @@ var _HostedZoneAlreadyExists = class _HostedZoneAlreadyExists extends Route53Ser
|
|
|
981
1025
|
$fault: "client",
|
|
982
1026
|
...opts
|
|
983
1027
|
});
|
|
984
|
-
this.name = "HostedZoneAlreadyExists";
|
|
985
|
-
this.$fault = "client";
|
|
986
1028
|
Object.setPrototypeOf(this, _HostedZoneAlreadyExists.prototype);
|
|
987
1029
|
}
|
|
988
1030
|
};
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
1031
|
+
var InvalidDomainName = class _InvalidDomainName extends Route53ServiceException {
|
|
1032
|
+
static {
|
|
1033
|
+
__name(this, "InvalidDomainName");
|
|
1034
|
+
}
|
|
1035
|
+
name = "InvalidDomainName";
|
|
1036
|
+
$fault = "client";
|
|
992
1037
|
/**
|
|
993
1038
|
* @internal
|
|
994
1039
|
*/
|
|
@@ -998,14 +1043,15 @@ var _InvalidDomainName = class _InvalidDomainName extends Route53ServiceExceptio
|
|
|
998
1043
|
$fault: "client",
|
|
999
1044
|
...opts
|
|
1000
1045
|
});
|
|
1001
|
-
this.name = "InvalidDomainName";
|
|
1002
|
-
this.$fault = "client";
|
|
1003
1046
|
Object.setPrototypeOf(this, _InvalidDomainName.prototype);
|
|
1004
1047
|
}
|
|
1005
1048
|
};
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1049
|
+
var NoSuchDelegationSet = class _NoSuchDelegationSet extends Route53ServiceException {
|
|
1050
|
+
static {
|
|
1051
|
+
__name(this, "NoSuchDelegationSet");
|
|
1052
|
+
}
|
|
1053
|
+
name = "NoSuchDelegationSet";
|
|
1054
|
+
$fault = "client";
|
|
1009
1055
|
/**
|
|
1010
1056
|
* @internal
|
|
1011
1057
|
*/
|
|
@@ -1015,14 +1061,15 @@ var _NoSuchDelegationSet = class _NoSuchDelegationSet extends Route53ServiceExce
|
|
|
1015
1061
|
$fault: "client",
|
|
1016
1062
|
...opts
|
|
1017
1063
|
});
|
|
1018
|
-
this.name = "NoSuchDelegationSet";
|
|
1019
|
-
this.$fault = "client";
|
|
1020
1064
|
Object.setPrototypeOf(this, _NoSuchDelegationSet.prototype);
|
|
1021
1065
|
}
|
|
1022
1066
|
};
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1067
|
+
var TooManyHostedZones = class _TooManyHostedZones extends Route53ServiceException {
|
|
1068
|
+
static {
|
|
1069
|
+
__name(this, "TooManyHostedZones");
|
|
1070
|
+
}
|
|
1071
|
+
name = "TooManyHostedZones";
|
|
1072
|
+
$fault = "client";
|
|
1026
1073
|
/**
|
|
1027
1074
|
* @internal
|
|
1028
1075
|
*/
|
|
@@ -1032,14 +1079,15 @@ var _TooManyHostedZones = class _TooManyHostedZones extends Route53ServiceExcept
|
|
|
1032
1079
|
$fault: "client",
|
|
1033
1080
|
...opts
|
|
1034
1081
|
});
|
|
1035
|
-
this.name = "TooManyHostedZones";
|
|
1036
|
-
this.$fault = "client";
|
|
1037
1082
|
Object.setPrototypeOf(this, _TooManyHostedZones.prototype);
|
|
1038
1083
|
}
|
|
1039
1084
|
};
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1085
|
+
var InvalidArgument = class _InvalidArgument extends Route53ServiceException {
|
|
1086
|
+
static {
|
|
1087
|
+
__name(this, "InvalidArgument");
|
|
1088
|
+
}
|
|
1089
|
+
name = "InvalidArgument";
|
|
1090
|
+
$fault = "client";
|
|
1043
1091
|
/**
|
|
1044
1092
|
* @internal
|
|
1045
1093
|
*/
|
|
@@ -1049,14 +1097,15 @@ var _InvalidArgument = class _InvalidArgument extends Route53ServiceException {
|
|
|
1049
1097
|
$fault: "client",
|
|
1050
1098
|
...opts
|
|
1051
1099
|
});
|
|
1052
|
-
this.name = "InvalidArgument";
|
|
1053
|
-
this.$fault = "client";
|
|
1054
1100
|
Object.setPrototypeOf(this, _InvalidArgument.prototype);
|
|
1055
1101
|
}
|
|
1056
1102
|
};
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1103
|
+
var InvalidKeySigningKeyName = class _InvalidKeySigningKeyName extends Route53ServiceException {
|
|
1104
|
+
static {
|
|
1105
|
+
__name(this, "InvalidKeySigningKeyName");
|
|
1106
|
+
}
|
|
1107
|
+
name = "InvalidKeySigningKeyName";
|
|
1108
|
+
$fault = "client";
|
|
1060
1109
|
/**
|
|
1061
1110
|
* @internal
|
|
1062
1111
|
*/
|
|
@@ -1066,14 +1115,15 @@ var _InvalidKeySigningKeyName = class _InvalidKeySigningKeyName extends Route53S
|
|
|
1066
1115
|
$fault: "client",
|
|
1067
1116
|
...opts
|
|
1068
1117
|
});
|
|
1069
|
-
this.name = "InvalidKeySigningKeyName";
|
|
1070
|
-
this.$fault = "client";
|
|
1071
1118
|
Object.setPrototypeOf(this, _InvalidKeySigningKeyName.prototype);
|
|
1072
1119
|
}
|
|
1073
1120
|
};
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1121
|
+
var KeySigningKeyAlreadyExists = class _KeySigningKeyAlreadyExists extends Route53ServiceException {
|
|
1122
|
+
static {
|
|
1123
|
+
__name(this, "KeySigningKeyAlreadyExists");
|
|
1124
|
+
}
|
|
1125
|
+
name = "KeySigningKeyAlreadyExists";
|
|
1126
|
+
$fault = "client";
|
|
1077
1127
|
/**
|
|
1078
1128
|
* @internal
|
|
1079
1129
|
*/
|
|
@@ -1083,14 +1133,15 @@ var _KeySigningKeyAlreadyExists = class _KeySigningKeyAlreadyExists extends Rout
|
|
|
1083
1133
|
$fault: "client",
|
|
1084
1134
|
...opts
|
|
1085
1135
|
});
|
|
1086
|
-
this.name = "KeySigningKeyAlreadyExists";
|
|
1087
|
-
this.$fault = "client";
|
|
1088
1136
|
Object.setPrototypeOf(this, _KeySigningKeyAlreadyExists.prototype);
|
|
1089
1137
|
}
|
|
1090
1138
|
};
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1139
|
+
var TooManyKeySigningKeys = class _TooManyKeySigningKeys extends Route53ServiceException {
|
|
1140
|
+
static {
|
|
1141
|
+
__name(this, "TooManyKeySigningKeys");
|
|
1142
|
+
}
|
|
1143
|
+
name = "TooManyKeySigningKeys";
|
|
1144
|
+
$fault = "client";
|
|
1094
1145
|
/**
|
|
1095
1146
|
* @internal
|
|
1096
1147
|
*/
|
|
@@ -1100,14 +1151,15 @@ var _TooManyKeySigningKeys = class _TooManyKeySigningKeys extends Route53Service
|
|
|
1100
1151
|
$fault: "client",
|
|
1101
1152
|
...opts
|
|
1102
1153
|
});
|
|
1103
|
-
this.name = "TooManyKeySigningKeys";
|
|
1104
|
-
this.$fault = "client";
|
|
1105
1154
|
Object.setPrototypeOf(this, _TooManyKeySigningKeys.prototype);
|
|
1106
1155
|
}
|
|
1107
1156
|
};
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1157
|
+
var InsufficientCloudWatchLogsResourcePolicy = class _InsufficientCloudWatchLogsResourcePolicy extends Route53ServiceException {
|
|
1158
|
+
static {
|
|
1159
|
+
__name(this, "InsufficientCloudWatchLogsResourcePolicy");
|
|
1160
|
+
}
|
|
1161
|
+
name = "InsufficientCloudWatchLogsResourcePolicy";
|
|
1162
|
+
$fault = "client";
|
|
1111
1163
|
/**
|
|
1112
1164
|
* @internal
|
|
1113
1165
|
*/
|
|
@@ -1117,14 +1169,15 @@ var _InsufficientCloudWatchLogsResourcePolicy = class _InsufficientCloudWatchLog
|
|
|
1117
1169
|
$fault: "client",
|
|
1118
1170
|
...opts
|
|
1119
1171
|
});
|
|
1120
|
-
this.name = "InsufficientCloudWatchLogsResourcePolicy";
|
|
1121
|
-
this.$fault = "client";
|
|
1122
1172
|
Object.setPrototypeOf(this, _InsufficientCloudWatchLogsResourcePolicy.prototype);
|
|
1123
1173
|
}
|
|
1124
1174
|
};
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1175
|
+
var NoSuchCloudWatchLogsLogGroup = class _NoSuchCloudWatchLogsLogGroup extends Route53ServiceException {
|
|
1176
|
+
static {
|
|
1177
|
+
__name(this, "NoSuchCloudWatchLogsLogGroup");
|
|
1178
|
+
}
|
|
1179
|
+
name = "NoSuchCloudWatchLogsLogGroup";
|
|
1180
|
+
$fault = "client";
|
|
1128
1181
|
/**
|
|
1129
1182
|
* @internal
|
|
1130
1183
|
*/
|
|
@@ -1134,14 +1187,15 @@ var _NoSuchCloudWatchLogsLogGroup = class _NoSuchCloudWatchLogsLogGroup extends
|
|
|
1134
1187
|
$fault: "client",
|
|
1135
1188
|
...opts
|
|
1136
1189
|
});
|
|
1137
|
-
this.name = "NoSuchCloudWatchLogsLogGroup";
|
|
1138
|
-
this.$fault = "client";
|
|
1139
1190
|
Object.setPrototypeOf(this, _NoSuchCloudWatchLogsLogGroup.prototype);
|
|
1140
1191
|
}
|
|
1141
1192
|
};
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1193
|
+
var QueryLoggingConfigAlreadyExists = class _QueryLoggingConfigAlreadyExists extends Route53ServiceException {
|
|
1194
|
+
static {
|
|
1195
|
+
__name(this, "QueryLoggingConfigAlreadyExists");
|
|
1196
|
+
}
|
|
1197
|
+
name = "QueryLoggingConfigAlreadyExists";
|
|
1198
|
+
$fault = "client";
|
|
1145
1199
|
/**
|
|
1146
1200
|
* @internal
|
|
1147
1201
|
*/
|
|
@@ -1151,14 +1205,15 @@ var _QueryLoggingConfigAlreadyExists = class _QueryLoggingConfigAlreadyExists ex
|
|
|
1151
1205
|
$fault: "client",
|
|
1152
1206
|
...opts
|
|
1153
1207
|
});
|
|
1154
|
-
this.name = "QueryLoggingConfigAlreadyExists";
|
|
1155
|
-
this.$fault = "client";
|
|
1156
1208
|
Object.setPrototypeOf(this, _QueryLoggingConfigAlreadyExists.prototype);
|
|
1157
1209
|
}
|
|
1158
1210
|
};
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1211
|
+
var DelegationSetAlreadyCreated = class _DelegationSetAlreadyCreated extends Route53ServiceException {
|
|
1212
|
+
static {
|
|
1213
|
+
__name(this, "DelegationSetAlreadyCreated");
|
|
1214
|
+
}
|
|
1215
|
+
name = "DelegationSetAlreadyCreated";
|
|
1216
|
+
$fault = "client";
|
|
1162
1217
|
/**
|
|
1163
1218
|
* @internal
|
|
1164
1219
|
*/
|
|
@@ -1168,14 +1223,15 @@ var _DelegationSetAlreadyCreated = class _DelegationSetAlreadyCreated extends Ro
|
|
|
1168
1223
|
$fault: "client",
|
|
1169
1224
|
...opts
|
|
1170
1225
|
});
|
|
1171
|
-
this.name = "DelegationSetAlreadyCreated";
|
|
1172
|
-
this.$fault = "client";
|
|
1173
1226
|
Object.setPrototypeOf(this, _DelegationSetAlreadyCreated.prototype);
|
|
1174
1227
|
}
|
|
1175
1228
|
};
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1229
|
+
var DelegationSetAlreadyReusable = class _DelegationSetAlreadyReusable extends Route53ServiceException {
|
|
1230
|
+
static {
|
|
1231
|
+
__name(this, "DelegationSetAlreadyReusable");
|
|
1232
|
+
}
|
|
1233
|
+
name = "DelegationSetAlreadyReusable";
|
|
1234
|
+
$fault = "client";
|
|
1179
1235
|
/**
|
|
1180
1236
|
* @internal
|
|
1181
1237
|
*/
|
|
@@ -1185,14 +1241,15 @@ var _DelegationSetAlreadyReusable = class _DelegationSetAlreadyReusable extends
|
|
|
1185
1241
|
$fault: "client",
|
|
1186
1242
|
...opts
|
|
1187
1243
|
});
|
|
1188
|
-
this.name = "DelegationSetAlreadyReusable";
|
|
1189
|
-
this.$fault = "client";
|
|
1190
1244
|
Object.setPrototypeOf(this, _DelegationSetAlreadyReusable.prototype);
|
|
1191
1245
|
}
|
|
1192
1246
|
};
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1247
|
+
var HostedZoneNotFound = class _HostedZoneNotFound extends Route53ServiceException {
|
|
1248
|
+
static {
|
|
1249
|
+
__name(this, "HostedZoneNotFound");
|
|
1250
|
+
}
|
|
1251
|
+
name = "HostedZoneNotFound";
|
|
1252
|
+
$fault = "client";
|
|
1196
1253
|
/**
|
|
1197
1254
|
* @internal
|
|
1198
1255
|
*/
|
|
@@ -1202,14 +1259,15 @@ var _HostedZoneNotFound = class _HostedZoneNotFound extends Route53ServiceExcept
|
|
|
1202
1259
|
$fault: "client",
|
|
1203
1260
|
...opts
|
|
1204
1261
|
});
|
|
1205
|
-
this.name = "HostedZoneNotFound";
|
|
1206
|
-
this.$fault = "client";
|
|
1207
1262
|
Object.setPrototypeOf(this, _HostedZoneNotFound.prototype);
|
|
1208
1263
|
}
|
|
1209
1264
|
};
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1265
|
+
var InvalidTrafficPolicyDocument = class _InvalidTrafficPolicyDocument extends Route53ServiceException {
|
|
1266
|
+
static {
|
|
1267
|
+
__name(this, "InvalidTrafficPolicyDocument");
|
|
1268
|
+
}
|
|
1269
|
+
name = "InvalidTrafficPolicyDocument";
|
|
1270
|
+
$fault = "client";
|
|
1213
1271
|
/**
|
|
1214
1272
|
* @internal
|
|
1215
1273
|
*/
|
|
@@ -1219,14 +1277,15 @@ var _InvalidTrafficPolicyDocument = class _InvalidTrafficPolicyDocument extends
|
|
|
1219
1277
|
$fault: "client",
|
|
1220
1278
|
...opts
|
|
1221
1279
|
});
|
|
1222
|
-
this.name = "InvalidTrafficPolicyDocument";
|
|
1223
|
-
this.$fault = "client";
|
|
1224
1280
|
Object.setPrototypeOf(this, _InvalidTrafficPolicyDocument.prototype);
|
|
1225
1281
|
}
|
|
1226
1282
|
};
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1283
|
+
var TooManyTrafficPolicies = class _TooManyTrafficPolicies extends Route53ServiceException {
|
|
1284
|
+
static {
|
|
1285
|
+
__name(this, "TooManyTrafficPolicies");
|
|
1286
|
+
}
|
|
1287
|
+
name = "TooManyTrafficPolicies";
|
|
1288
|
+
$fault = "client";
|
|
1230
1289
|
/**
|
|
1231
1290
|
* @internal
|
|
1232
1291
|
*/
|
|
@@ -1236,14 +1295,15 @@ var _TooManyTrafficPolicies = class _TooManyTrafficPolicies extends Route53Servi
|
|
|
1236
1295
|
$fault: "client",
|
|
1237
1296
|
...opts
|
|
1238
1297
|
});
|
|
1239
|
-
this.name = "TooManyTrafficPolicies";
|
|
1240
|
-
this.$fault = "client";
|
|
1241
1298
|
Object.setPrototypeOf(this, _TooManyTrafficPolicies.prototype);
|
|
1242
1299
|
}
|
|
1243
1300
|
};
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1301
|
+
var TrafficPolicyAlreadyExists = class _TrafficPolicyAlreadyExists extends Route53ServiceException {
|
|
1302
|
+
static {
|
|
1303
|
+
__name(this, "TrafficPolicyAlreadyExists");
|
|
1304
|
+
}
|
|
1305
|
+
name = "TrafficPolicyAlreadyExists";
|
|
1306
|
+
$fault = "client";
|
|
1247
1307
|
/**
|
|
1248
1308
|
* @internal
|
|
1249
1309
|
*/
|
|
@@ -1253,14 +1313,15 @@ var _TrafficPolicyAlreadyExists = class _TrafficPolicyAlreadyExists extends Rout
|
|
|
1253
1313
|
$fault: "client",
|
|
1254
1314
|
...opts
|
|
1255
1315
|
});
|
|
1256
|
-
this.name = "TrafficPolicyAlreadyExists";
|
|
1257
|
-
this.$fault = "client";
|
|
1258
1316
|
Object.setPrototypeOf(this, _TrafficPolicyAlreadyExists.prototype);
|
|
1259
1317
|
}
|
|
1260
1318
|
};
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1319
|
+
var NoSuchTrafficPolicy = class _NoSuchTrafficPolicy extends Route53ServiceException {
|
|
1320
|
+
static {
|
|
1321
|
+
__name(this, "NoSuchTrafficPolicy");
|
|
1322
|
+
}
|
|
1323
|
+
name = "NoSuchTrafficPolicy";
|
|
1324
|
+
$fault = "client";
|
|
1264
1325
|
/**
|
|
1265
1326
|
* @internal
|
|
1266
1327
|
*/
|
|
@@ -1270,14 +1331,15 @@ var _NoSuchTrafficPolicy = class _NoSuchTrafficPolicy extends Route53ServiceExce
|
|
|
1270
1331
|
$fault: "client",
|
|
1271
1332
|
...opts
|
|
1272
1333
|
});
|
|
1273
|
-
this.name = "NoSuchTrafficPolicy";
|
|
1274
|
-
this.$fault = "client";
|
|
1275
1334
|
Object.setPrototypeOf(this, _NoSuchTrafficPolicy.prototype);
|
|
1276
1335
|
}
|
|
1277
1336
|
};
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1337
|
+
var TooManyTrafficPolicyInstances = class _TooManyTrafficPolicyInstances extends Route53ServiceException {
|
|
1338
|
+
static {
|
|
1339
|
+
__name(this, "TooManyTrafficPolicyInstances");
|
|
1340
|
+
}
|
|
1341
|
+
name = "TooManyTrafficPolicyInstances";
|
|
1342
|
+
$fault = "client";
|
|
1281
1343
|
/**
|
|
1282
1344
|
* @internal
|
|
1283
1345
|
*/
|
|
@@ -1287,14 +1349,15 @@ var _TooManyTrafficPolicyInstances = class _TooManyTrafficPolicyInstances extend
|
|
|
1287
1349
|
$fault: "client",
|
|
1288
1350
|
...opts
|
|
1289
1351
|
});
|
|
1290
|
-
this.name = "TooManyTrafficPolicyInstances";
|
|
1291
|
-
this.$fault = "client";
|
|
1292
1352
|
Object.setPrototypeOf(this, _TooManyTrafficPolicyInstances.prototype);
|
|
1293
1353
|
}
|
|
1294
1354
|
};
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1355
|
+
var TrafficPolicyInstanceAlreadyExists = class _TrafficPolicyInstanceAlreadyExists extends Route53ServiceException {
|
|
1356
|
+
static {
|
|
1357
|
+
__name(this, "TrafficPolicyInstanceAlreadyExists");
|
|
1358
|
+
}
|
|
1359
|
+
name = "TrafficPolicyInstanceAlreadyExists";
|
|
1360
|
+
$fault = "client";
|
|
1298
1361
|
/**
|
|
1299
1362
|
* @internal
|
|
1300
1363
|
*/
|
|
@@ -1304,14 +1367,15 @@ var _TrafficPolicyInstanceAlreadyExists = class _TrafficPolicyInstanceAlreadyExi
|
|
|
1304
1367
|
$fault: "client",
|
|
1305
1368
|
...opts
|
|
1306
1369
|
});
|
|
1307
|
-
this.name = "TrafficPolicyInstanceAlreadyExists";
|
|
1308
|
-
this.$fault = "client";
|
|
1309
1370
|
Object.setPrototypeOf(this, _TrafficPolicyInstanceAlreadyExists.prototype);
|
|
1310
1371
|
}
|
|
1311
1372
|
};
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1373
|
+
var TooManyTrafficPolicyVersionsForCurrentPolicy = class _TooManyTrafficPolicyVersionsForCurrentPolicy extends Route53ServiceException {
|
|
1374
|
+
static {
|
|
1375
|
+
__name(this, "TooManyTrafficPolicyVersionsForCurrentPolicy");
|
|
1376
|
+
}
|
|
1377
|
+
name = "TooManyTrafficPolicyVersionsForCurrentPolicy";
|
|
1378
|
+
$fault = "client";
|
|
1315
1379
|
/**
|
|
1316
1380
|
* @internal
|
|
1317
1381
|
*/
|
|
@@ -1321,14 +1385,15 @@ var _TooManyTrafficPolicyVersionsForCurrentPolicy = class _TooManyTrafficPolicyV
|
|
|
1321
1385
|
$fault: "client",
|
|
1322
1386
|
...opts
|
|
1323
1387
|
});
|
|
1324
|
-
this.name = "TooManyTrafficPolicyVersionsForCurrentPolicy";
|
|
1325
|
-
this.$fault = "client";
|
|
1326
1388
|
Object.setPrototypeOf(this, _TooManyTrafficPolicyVersionsForCurrentPolicy.prototype);
|
|
1327
1389
|
}
|
|
1328
1390
|
};
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1391
|
+
var TooManyVPCAssociationAuthorizations = class _TooManyVPCAssociationAuthorizations extends Route53ServiceException {
|
|
1392
|
+
static {
|
|
1393
|
+
__name(this, "TooManyVPCAssociationAuthorizations");
|
|
1394
|
+
}
|
|
1395
|
+
name = "TooManyVPCAssociationAuthorizations";
|
|
1396
|
+
$fault = "client";
|
|
1332
1397
|
/**
|
|
1333
1398
|
* @internal
|
|
1334
1399
|
*/
|
|
@@ -1338,14 +1403,15 @@ var _TooManyVPCAssociationAuthorizations = class _TooManyVPCAssociationAuthoriza
|
|
|
1338
1403
|
$fault: "client",
|
|
1339
1404
|
...opts
|
|
1340
1405
|
});
|
|
1341
|
-
this.name = "TooManyVPCAssociationAuthorizations";
|
|
1342
|
-
this.$fault = "client";
|
|
1343
1406
|
Object.setPrototypeOf(this, _TooManyVPCAssociationAuthorizations.prototype);
|
|
1344
1407
|
}
|
|
1345
1408
|
};
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1409
|
+
var KeySigningKeyInParentDSRecord = class _KeySigningKeyInParentDSRecord extends Route53ServiceException {
|
|
1410
|
+
static {
|
|
1411
|
+
__name(this, "KeySigningKeyInParentDSRecord");
|
|
1412
|
+
}
|
|
1413
|
+
name = "KeySigningKeyInParentDSRecord";
|
|
1414
|
+
$fault = "client";
|
|
1349
1415
|
/**
|
|
1350
1416
|
* @internal
|
|
1351
1417
|
*/
|
|
@@ -1355,14 +1421,15 @@ var _KeySigningKeyInParentDSRecord = class _KeySigningKeyInParentDSRecord extend
|
|
|
1355
1421
|
$fault: "client",
|
|
1356
1422
|
...opts
|
|
1357
1423
|
});
|
|
1358
|
-
this.name = "KeySigningKeyInParentDSRecord";
|
|
1359
|
-
this.$fault = "client";
|
|
1360
1424
|
Object.setPrototypeOf(this, _KeySigningKeyInParentDSRecord.prototype);
|
|
1361
1425
|
}
|
|
1362
1426
|
};
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1427
|
+
var KeySigningKeyInUse = class _KeySigningKeyInUse extends Route53ServiceException {
|
|
1428
|
+
static {
|
|
1429
|
+
__name(this, "KeySigningKeyInUse");
|
|
1430
|
+
}
|
|
1431
|
+
name = "KeySigningKeyInUse";
|
|
1432
|
+
$fault = "client";
|
|
1366
1433
|
/**
|
|
1367
1434
|
* @internal
|
|
1368
1435
|
*/
|
|
@@ -1372,14 +1439,16 @@ var _KeySigningKeyInUse = class _KeySigningKeyInUse extends Route53ServiceExcept
|
|
|
1372
1439
|
$fault: "client",
|
|
1373
1440
|
...opts
|
|
1374
1441
|
});
|
|
1375
|
-
this.name = "KeySigningKeyInUse";
|
|
1376
|
-
this.$fault = "client";
|
|
1377
1442
|
Object.setPrototypeOf(this, _KeySigningKeyInUse.prototype);
|
|
1378
1443
|
}
|
|
1379
1444
|
};
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1445
|
+
var CidrCollectionInUseException = class _CidrCollectionInUseException extends Route53ServiceException {
|
|
1446
|
+
static {
|
|
1447
|
+
__name(this, "CidrCollectionInUseException");
|
|
1448
|
+
}
|
|
1449
|
+
name = "CidrCollectionInUseException";
|
|
1450
|
+
$fault = "client";
|
|
1451
|
+
Message;
|
|
1383
1452
|
/**
|
|
1384
1453
|
* @internal
|
|
1385
1454
|
*/
|
|
@@ -1389,15 +1458,16 @@ var _CidrCollectionInUseException = class _CidrCollectionInUseException extends
|
|
|
1389
1458
|
$fault: "client",
|
|
1390
1459
|
...opts
|
|
1391
1460
|
});
|
|
1392
|
-
this.name = "CidrCollectionInUseException";
|
|
1393
|
-
this.$fault = "client";
|
|
1394
1461
|
Object.setPrototypeOf(this, _CidrCollectionInUseException.prototype);
|
|
1395
1462
|
this.Message = opts.Message;
|
|
1396
1463
|
}
|
|
1397
1464
|
};
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1465
|
+
var HealthCheckInUse = class _HealthCheckInUse extends Route53ServiceException {
|
|
1466
|
+
static {
|
|
1467
|
+
__name(this, "HealthCheckInUse");
|
|
1468
|
+
}
|
|
1469
|
+
name = "HealthCheckInUse";
|
|
1470
|
+
$fault = "client";
|
|
1401
1471
|
/**
|
|
1402
1472
|
* @internal
|
|
1403
1473
|
*/
|
|
@@ -1407,14 +1477,15 @@ var _HealthCheckInUse = class _HealthCheckInUse extends Route53ServiceException
|
|
|
1407
1477
|
$fault: "client",
|
|
1408
1478
|
...opts
|
|
1409
1479
|
});
|
|
1410
|
-
this.name = "HealthCheckInUse";
|
|
1411
|
-
this.$fault = "client";
|
|
1412
1480
|
Object.setPrototypeOf(this, _HealthCheckInUse.prototype);
|
|
1413
1481
|
}
|
|
1414
1482
|
};
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1483
|
+
var HostedZoneNotEmpty = class _HostedZoneNotEmpty extends Route53ServiceException {
|
|
1484
|
+
static {
|
|
1485
|
+
__name(this, "HostedZoneNotEmpty");
|
|
1486
|
+
}
|
|
1487
|
+
name = "HostedZoneNotEmpty";
|
|
1488
|
+
$fault = "client";
|
|
1418
1489
|
/**
|
|
1419
1490
|
* @internal
|
|
1420
1491
|
*/
|
|
@@ -1424,14 +1495,15 @@ var _HostedZoneNotEmpty = class _HostedZoneNotEmpty extends Route53ServiceExcept
|
|
|
1424
1495
|
$fault: "client",
|
|
1425
1496
|
...opts
|
|
1426
1497
|
});
|
|
1427
|
-
this.name = "HostedZoneNotEmpty";
|
|
1428
|
-
this.$fault = "client";
|
|
1429
1498
|
Object.setPrototypeOf(this, _HostedZoneNotEmpty.prototype);
|
|
1430
1499
|
}
|
|
1431
1500
|
};
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1501
|
+
var NoSuchQueryLoggingConfig = class _NoSuchQueryLoggingConfig extends Route53ServiceException {
|
|
1502
|
+
static {
|
|
1503
|
+
__name(this, "NoSuchQueryLoggingConfig");
|
|
1504
|
+
}
|
|
1505
|
+
name = "NoSuchQueryLoggingConfig";
|
|
1506
|
+
$fault = "client";
|
|
1435
1507
|
/**
|
|
1436
1508
|
* @internal
|
|
1437
1509
|
*/
|
|
@@ -1441,14 +1513,15 @@ var _NoSuchQueryLoggingConfig = class _NoSuchQueryLoggingConfig extends Route53S
|
|
|
1441
1513
|
$fault: "client",
|
|
1442
1514
|
...opts
|
|
1443
1515
|
});
|
|
1444
|
-
this.name = "NoSuchQueryLoggingConfig";
|
|
1445
|
-
this.$fault = "client";
|
|
1446
1516
|
Object.setPrototypeOf(this, _NoSuchQueryLoggingConfig.prototype);
|
|
1447
1517
|
}
|
|
1448
1518
|
};
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1519
|
+
var DelegationSetInUse = class _DelegationSetInUse extends Route53ServiceException {
|
|
1520
|
+
static {
|
|
1521
|
+
__name(this, "DelegationSetInUse");
|
|
1522
|
+
}
|
|
1523
|
+
name = "DelegationSetInUse";
|
|
1524
|
+
$fault = "client";
|
|
1452
1525
|
/**
|
|
1453
1526
|
* @internal
|
|
1454
1527
|
*/
|
|
@@ -1458,14 +1531,15 @@ var _DelegationSetInUse = class _DelegationSetInUse extends Route53ServiceExcept
|
|
|
1458
1531
|
$fault: "client",
|
|
1459
1532
|
...opts
|
|
1460
1533
|
});
|
|
1461
|
-
this.name = "DelegationSetInUse";
|
|
1462
|
-
this.$fault = "client";
|
|
1463
1534
|
Object.setPrototypeOf(this, _DelegationSetInUse.prototype);
|
|
1464
1535
|
}
|
|
1465
1536
|
};
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1537
|
+
var TrafficPolicyInUse = class _TrafficPolicyInUse extends Route53ServiceException {
|
|
1538
|
+
static {
|
|
1539
|
+
__name(this, "TrafficPolicyInUse");
|
|
1540
|
+
}
|
|
1541
|
+
name = "TrafficPolicyInUse";
|
|
1542
|
+
$fault = "client";
|
|
1469
1543
|
/**
|
|
1470
1544
|
* @internal
|
|
1471
1545
|
*/
|
|
@@ -1475,14 +1549,15 @@ var _TrafficPolicyInUse = class _TrafficPolicyInUse extends Route53ServiceExcept
|
|
|
1475
1549
|
$fault: "client",
|
|
1476
1550
|
...opts
|
|
1477
1551
|
});
|
|
1478
|
-
this.name = "TrafficPolicyInUse";
|
|
1479
|
-
this.$fault = "client";
|
|
1480
1552
|
Object.setPrototypeOf(this, _TrafficPolicyInUse.prototype);
|
|
1481
1553
|
}
|
|
1482
1554
|
};
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1555
|
+
var NoSuchTrafficPolicyInstance = class _NoSuchTrafficPolicyInstance extends Route53ServiceException {
|
|
1556
|
+
static {
|
|
1557
|
+
__name(this, "NoSuchTrafficPolicyInstance");
|
|
1558
|
+
}
|
|
1559
|
+
name = "NoSuchTrafficPolicyInstance";
|
|
1560
|
+
$fault = "client";
|
|
1486
1561
|
/**
|
|
1487
1562
|
* @internal
|
|
1488
1563
|
*/
|
|
@@ -1492,14 +1567,15 @@ var _NoSuchTrafficPolicyInstance = class _NoSuchTrafficPolicyInstance extends Ro
|
|
|
1492
1567
|
$fault: "client",
|
|
1493
1568
|
...opts
|
|
1494
1569
|
});
|
|
1495
|
-
this.name = "NoSuchTrafficPolicyInstance";
|
|
1496
|
-
this.$fault = "client";
|
|
1497
1570
|
Object.setPrototypeOf(this, _NoSuchTrafficPolicyInstance.prototype);
|
|
1498
1571
|
}
|
|
1499
1572
|
};
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1573
|
+
var VPCAssociationAuthorizationNotFound = class _VPCAssociationAuthorizationNotFound extends Route53ServiceException {
|
|
1574
|
+
static {
|
|
1575
|
+
__name(this, "VPCAssociationAuthorizationNotFound");
|
|
1576
|
+
}
|
|
1577
|
+
name = "VPCAssociationAuthorizationNotFound";
|
|
1578
|
+
$fault = "client";
|
|
1503
1579
|
/**
|
|
1504
1580
|
* @internal
|
|
1505
1581
|
*/
|
|
@@ -1509,14 +1585,15 @@ var _VPCAssociationAuthorizationNotFound = class _VPCAssociationAuthorizationNot
|
|
|
1509
1585
|
$fault: "client",
|
|
1510
1586
|
...opts
|
|
1511
1587
|
});
|
|
1512
|
-
this.name = "VPCAssociationAuthorizationNotFound";
|
|
1513
|
-
this.$fault = "client";
|
|
1514
1588
|
Object.setPrototypeOf(this, _VPCAssociationAuthorizationNotFound.prototype);
|
|
1515
1589
|
}
|
|
1516
1590
|
};
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1591
|
+
var DNSSECNotFound = class _DNSSECNotFound extends Route53ServiceException {
|
|
1592
|
+
static {
|
|
1593
|
+
__name(this, "DNSSECNotFound");
|
|
1594
|
+
}
|
|
1595
|
+
name = "DNSSECNotFound";
|
|
1596
|
+
$fault = "client";
|
|
1520
1597
|
/**
|
|
1521
1598
|
* @internal
|
|
1522
1599
|
*/
|
|
@@ -1526,14 +1603,15 @@ var _DNSSECNotFound = class _DNSSECNotFound extends Route53ServiceException {
|
|
|
1526
1603
|
$fault: "client",
|
|
1527
1604
|
...opts
|
|
1528
1605
|
});
|
|
1529
|
-
this.name = "DNSSECNotFound";
|
|
1530
|
-
this.$fault = "client";
|
|
1531
1606
|
Object.setPrototypeOf(this, _DNSSECNotFound.prototype);
|
|
1532
1607
|
}
|
|
1533
1608
|
};
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1609
|
+
var LastVPCAssociation = class _LastVPCAssociation extends Route53ServiceException {
|
|
1610
|
+
static {
|
|
1611
|
+
__name(this, "LastVPCAssociation");
|
|
1612
|
+
}
|
|
1613
|
+
name = "LastVPCAssociation";
|
|
1614
|
+
$fault = "client";
|
|
1537
1615
|
/**
|
|
1538
1616
|
* @internal
|
|
1539
1617
|
*/
|
|
@@ -1543,14 +1621,15 @@ var _LastVPCAssociation = class _LastVPCAssociation extends Route53ServiceExcept
|
|
|
1543
1621
|
$fault: "client",
|
|
1544
1622
|
...opts
|
|
1545
1623
|
});
|
|
1546
|
-
this.name = "LastVPCAssociation";
|
|
1547
|
-
this.$fault = "client";
|
|
1548
1624
|
Object.setPrototypeOf(this, _LastVPCAssociation.prototype);
|
|
1549
1625
|
}
|
|
1550
1626
|
};
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1627
|
+
var VPCAssociationNotFound = class _VPCAssociationNotFound extends Route53ServiceException {
|
|
1628
|
+
static {
|
|
1629
|
+
__name(this, "VPCAssociationNotFound");
|
|
1630
|
+
}
|
|
1631
|
+
name = "VPCAssociationNotFound";
|
|
1632
|
+
$fault = "client";
|
|
1554
1633
|
/**
|
|
1555
1634
|
* @internal
|
|
1556
1635
|
*/
|
|
@@ -1560,14 +1639,15 @@ var _VPCAssociationNotFound = class _VPCAssociationNotFound extends Route53Servi
|
|
|
1560
1639
|
$fault: "client",
|
|
1561
1640
|
...opts
|
|
1562
1641
|
});
|
|
1563
|
-
this.name = "VPCAssociationNotFound";
|
|
1564
|
-
this.$fault = "client";
|
|
1565
1642
|
Object.setPrototypeOf(this, _VPCAssociationNotFound.prototype);
|
|
1566
1643
|
}
|
|
1567
1644
|
};
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1645
|
+
var HostedZonePartiallyDelegated = class _HostedZonePartiallyDelegated extends Route53ServiceException {
|
|
1646
|
+
static {
|
|
1647
|
+
__name(this, "HostedZonePartiallyDelegated");
|
|
1648
|
+
}
|
|
1649
|
+
name = "HostedZonePartiallyDelegated";
|
|
1650
|
+
$fault = "client";
|
|
1571
1651
|
/**
|
|
1572
1652
|
* @internal
|
|
1573
1653
|
*/
|
|
@@ -1577,14 +1657,15 @@ var _HostedZonePartiallyDelegated = class _HostedZonePartiallyDelegated extends
|
|
|
1577
1657
|
$fault: "client",
|
|
1578
1658
|
...opts
|
|
1579
1659
|
});
|
|
1580
|
-
this.name = "HostedZonePartiallyDelegated";
|
|
1581
|
-
this.$fault = "client";
|
|
1582
1660
|
Object.setPrototypeOf(this, _HostedZonePartiallyDelegated.prototype);
|
|
1583
1661
|
}
|
|
1584
1662
|
};
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1663
|
+
var KeySigningKeyWithActiveStatusNotFound = class _KeySigningKeyWithActiveStatusNotFound extends Route53ServiceException {
|
|
1664
|
+
static {
|
|
1665
|
+
__name(this, "KeySigningKeyWithActiveStatusNotFound");
|
|
1666
|
+
}
|
|
1667
|
+
name = "KeySigningKeyWithActiveStatusNotFound";
|
|
1668
|
+
$fault = "client";
|
|
1588
1669
|
/**
|
|
1589
1670
|
* @internal
|
|
1590
1671
|
*/
|
|
@@ -1594,14 +1675,15 @@ var _KeySigningKeyWithActiveStatusNotFound = class _KeySigningKeyWithActiveStatu
|
|
|
1594
1675
|
$fault: "client",
|
|
1595
1676
|
...opts
|
|
1596
1677
|
});
|
|
1597
|
-
this.name = "KeySigningKeyWithActiveStatusNotFound";
|
|
1598
|
-
this.$fault = "client";
|
|
1599
1678
|
Object.setPrototypeOf(this, _KeySigningKeyWithActiveStatusNotFound.prototype);
|
|
1600
1679
|
}
|
|
1601
1680
|
};
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1681
|
+
var NoSuchChange = class _NoSuchChange extends Route53ServiceException {
|
|
1682
|
+
static {
|
|
1683
|
+
__name(this, "NoSuchChange");
|
|
1684
|
+
}
|
|
1685
|
+
name = "NoSuchChange";
|
|
1686
|
+
$fault = "client";
|
|
1605
1687
|
/**
|
|
1606
1688
|
* @internal
|
|
1607
1689
|
*/
|
|
@@ -1611,14 +1693,15 @@ var _NoSuchChange = class _NoSuchChange extends Route53ServiceException {
|
|
|
1611
1693
|
$fault: "client",
|
|
1612
1694
|
...opts
|
|
1613
1695
|
});
|
|
1614
|
-
this.name = "NoSuchChange";
|
|
1615
|
-
this.$fault = "client";
|
|
1616
1696
|
Object.setPrototypeOf(this, _NoSuchChange.prototype);
|
|
1617
1697
|
}
|
|
1618
1698
|
};
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1699
|
+
var NoSuchGeoLocation = class _NoSuchGeoLocation extends Route53ServiceException {
|
|
1700
|
+
static {
|
|
1701
|
+
__name(this, "NoSuchGeoLocation");
|
|
1702
|
+
}
|
|
1703
|
+
name = "NoSuchGeoLocation";
|
|
1704
|
+
$fault = "client";
|
|
1622
1705
|
/**
|
|
1623
1706
|
* @internal
|
|
1624
1707
|
*/
|
|
@@ -1628,14 +1711,15 @@ var _NoSuchGeoLocation = class _NoSuchGeoLocation extends Route53ServiceExceptio
|
|
|
1628
1711
|
$fault: "client",
|
|
1629
1712
|
...opts
|
|
1630
1713
|
});
|
|
1631
|
-
this.name = "NoSuchGeoLocation";
|
|
1632
|
-
this.$fault = "client";
|
|
1633
1714
|
Object.setPrototypeOf(this, _NoSuchGeoLocation.prototype);
|
|
1634
1715
|
}
|
|
1635
1716
|
};
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1717
|
+
var IncompatibleVersion = class _IncompatibleVersion extends Route53ServiceException {
|
|
1718
|
+
static {
|
|
1719
|
+
__name(this, "IncompatibleVersion");
|
|
1720
|
+
}
|
|
1721
|
+
name = "IncompatibleVersion";
|
|
1722
|
+
$fault = "client";
|
|
1639
1723
|
/**
|
|
1640
1724
|
* @internal
|
|
1641
1725
|
*/
|
|
@@ -1645,18 +1729,19 @@ var _IncompatibleVersion = class _IncompatibleVersion extends Route53ServiceExce
|
|
|
1645
1729
|
$fault: "client",
|
|
1646
1730
|
...opts
|
|
1647
1731
|
});
|
|
1648
|
-
this.name = "IncompatibleVersion";
|
|
1649
|
-
this.$fault = "client";
|
|
1650
1732
|
Object.setPrototypeOf(this, _IncompatibleVersion.prototype);
|
|
1651
1733
|
}
|
|
1652
1734
|
};
|
|
1653
|
-
__name(_IncompatibleVersion, "IncompatibleVersion");
|
|
1654
|
-
var IncompatibleVersion = _IncompatibleVersion;
|
|
1655
1735
|
var HostedZoneLimitType = {
|
|
1656
1736
|
MAX_RRSETS_BY_ZONE: "MAX_RRSETS_BY_ZONE",
|
|
1657
1737
|
MAX_VPCS_ASSOCIATED_BY_ZONE: "MAX_VPCS_ASSOCIATED_BY_ZONE"
|
|
1658
1738
|
};
|
|
1659
|
-
var
|
|
1739
|
+
var HostedZoneNotPrivate = class _HostedZoneNotPrivate extends Route53ServiceException {
|
|
1740
|
+
static {
|
|
1741
|
+
__name(this, "HostedZoneNotPrivate");
|
|
1742
|
+
}
|
|
1743
|
+
name = "HostedZoneNotPrivate";
|
|
1744
|
+
$fault = "client";
|
|
1660
1745
|
/**
|
|
1661
1746
|
* @internal
|
|
1662
1747
|
*/
|
|
@@ -1666,17 +1751,19 @@ var _HostedZoneNotPrivate = class _HostedZoneNotPrivate extends Route53ServiceEx
|
|
|
1666
1751
|
$fault: "client",
|
|
1667
1752
|
...opts
|
|
1668
1753
|
});
|
|
1669
|
-
this.name = "HostedZoneNotPrivate";
|
|
1670
|
-
this.$fault = "client";
|
|
1671
1754
|
Object.setPrototypeOf(this, _HostedZoneNotPrivate.prototype);
|
|
1672
1755
|
}
|
|
1673
1756
|
};
|
|
1674
|
-
__name(_HostedZoneNotPrivate, "HostedZoneNotPrivate");
|
|
1675
|
-
var HostedZoneNotPrivate = _HostedZoneNotPrivate;
|
|
1676
1757
|
var ReusableDelegationSetLimitType = {
|
|
1677
1758
|
MAX_ZONES_BY_REUSABLE_DELEGATION_SET: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET"
|
|
1678
1759
|
};
|
|
1679
|
-
var
|
|
1760
|
+
var NoSuchCidrLocationException = class _NoSuchCidrLocationException extends Route53ServiceException {
|
|
1761
|
+
static {
|
|
1762
|
+
__name(this, "NoSuchCidrLocationException");
|
|
1763
|
+
}
|
|
1764
|
+
name = "NoSuchCidrLocationException";
|
|
1765
|
+
$fault = "client";
|
|
1766
|
+
Message;
|
|
1680
1767
|
/**
|
|
1681
1768
|
* @internal
|
|
1682
1769
|
*/
|
|
@@ -1686,18 +1773,19 @@ var _NoSuchCidrLocationException = class _NoSuchCidrLocationException extends Ro
|
|
|
1686
1773
|
$fault: "client",
|
|
1687
1774
|
...opts
|
|
1688
1775
|
});
|
|
1689
|
-
this.name = "NoSuchCidrLocationException";
|
|
1690
|
-
this.$fault = "client";
|
|
1691
1776
|
Object.setPrototypeOf(this, _NoSuchCidrLocationException.prototype);
|
|
1692
1777
|
this.Message = opts.Message;
|
|
1693
1778
|
}
|
|
1694
1779
|
};
|
|
1695
|
-
__name(_NoSuchCidrLocationException, "NoSuchCidrLocationException");
|
|
1696
|
-
var NoSuchCidrLocationException = _NoSuchCidrLocationException;
|
|
1697
1780
|
var HostedZoneType = {
|
|
1698
1781
|
PRIVATE_HOSTED_ZONE: "PrivateHostedZone"
|
|
1699
1782
|
};
|
|
1700
|
-
var
|
|
1783
|
+
var InvalidPaginationToken = class _InvalidPaginationToken extends Route53ServiceException {
|
|
1784
|
+
static {
|
|
1785
|
+
__name(this, "InvalidPaginationToken");
|
|
1786
|
+
}
|
|
1787
|
+
name = "InvalidPaginationToken";
|
|
1788
|
+
$fault = "client";
|
|
1701
1789
|
/**
|
|
1702
1790
|
* @internal
|
|
1703
1791
|
*/
|
|
@@ -1707,14 +1795,15 @@ var _InvalidPaginationToken = class _InvalidPaginationToken extends Route53Servi
|
|
|
1707
1795
|
$fault: "client",
|
|
1708
1796
|
...opts
|
|
1709
1797
|
});
|
|
1710
|
-
this.name = "InvalidPaginationToken";
|
|
1711
|
-
this.$fault = "client";
|
|
1712
1798
|
Object.setPrototypeOf(this, _InvalidPaginationToken.prototype);
|
|
1713
1799
|
}
|
|
1714
1800
|
};
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1801
|
+
var HealthCheckVersionMismatch = class _HealthCheckVersionMismatch extends Route53ServiceException {
|
|
1802
|
+
static {
|
|
1803
|
+
__name(this, "HealthCheckVersionMismatch");
|
|
1804
|
+
}
|
|
1805
|
+
name = "HealthCheckVersionMismatch";
|
|
1806
|
+
$fault = "client";
|
|
1718
1807
|
/**
|
|
1719
1808
|
* @internal
|
|
1720
1809
|
*/
|
|
@@ -1724,20 +1813,21 @@ var _HealthCheckVersionMismatch = class _HealthCheckVersionMismatch extends Rout
|
|
|
1724
1813
|
$fault: "client",
|
|
1725
1814
|
...opts
|
|
1726
1815
|
});
|
|
1727
|
-
this.name = "HealthCheckVersionMismatch";
|
|
1728
|
-
this.$fault = "client";
|
|
1729
1816
|
Object.setPrototypeOf(this, _HealthCheckVersionMismatch.prototype);
|
|
1730
1817
|
}
|
|
1731
1818
|
};
|
|
1732
|
-
__name(_HealthCheckVersionMismatch, "HealthCheckVersionMismatch");
|
|
1733
|
-
var HealthCheckVersionMismatch = _HealthCheckVersionMismatch;
|
|
1734
1819
|
var ResettableElementName = {
|
|
1735
1820
|
ChildHealthChecks: "ChildHealthChecks",
|
|
1736
1821
|
FullyQualifiedDomainName: "FullyQualifiedDomainName",
|
|
1737
1822
|
Regions: "Regions",
|
|
1738
1823
|
ResourcePath: "ResourcePath"
|
|
1739
1824
|
};
|
|
1740
|
-
var
|
|
1825
|
+
var ConflictingTypes = class _ConflictingTypes extends Route53ServiceException {
|
|
1826
|
+
static {
|
|
1827
|
+
__name(this, "ConflictingTypes");
|
|
1828
|
+
}
|
|
1829
|
+
name = "ConflictingTypes";
|
|
1830
|
+
$fault = "client";
|
|
1741
1831
|
/**
|
|
1742
1832
|
* @internal
|
|
1743
1833
|
*/
|
|
@@ -1747,13 +1837,9 @@ var _ConflictingTypes = class _ConflictingTypes extends Route53ServiceException
|
|
|
1747
1837
|
$fault: "client",
|
|
1748
1838
|
...opts
|
|
1749
1839
|
});
|
|
1750
|
-
this.name = "ConflictingTypes";
|
|
1751
|
-
this.$fault = "client";
|
|
1752
1840
|
Object.setPrototypeOf(this, _ConflictingTypes.prototype);
|
|
1753
1841
|
}
|
|
1754
1842
|
};
|
|
1755
|
-
__name(_ConflictingTypes, "ConflictingTypes");
|
|
1756
|
-
var ConflictingTypes = _ConflictingTypes;
|
|
1757
1843
|
|
|
1758
1844
|
// src/protocols/Aws_restXml.ts
|
|
1759
1845
|
var se_ActivateKeySigningKeyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -6332,55 +6418,58 @@ var _ver = "version";
|
|
|
6332
6418
|
var _vp = "vpcregion";
|
|
6333
6419
|
|
|
6334
6420
|
// src/commands/ActivateKeySigningKeyCommand.ts
|
|
6335
|
-
var
|
|
6421
|
+
var ActivateKeySigningKeyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6336
6422
|
return [
|
|
6337
6423
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6338
6424
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6339
6425
|
(0, import_middleware_sdk_route53.getIdNormalizerPlugin)(config)
|
|
6340
6426
|
];
|
|
6341
6427
|
}).s("AWSDnsV20130401", "ActivateKeySigningKey", {}).n("Route53Client", "ActivateKeySigningKeyCommand").f(void 0, void 0).ser(se_ActivateKeySigningKeyCommand).de(de_ActivateKeySigningKeyCommand).build() {
|
|
6428
|
+
static {
|
|
6429
|
+
__name(this, "ActivateKeySigningKeyCommand");
|
|
6430
|
+
}
|
|
6342
6431
|
};
|
|
6343
|
-
__name(_ActivateKeySigningKeyCommand, "ActivateKeySigningKeyCommand");
|
|
6344
|
-
var ActivateKeySigningKeyCommand = _ActivateKeySigningKeyCommand;
|
|
6345
6432
|
|
|
6346
6433
|
// src/commands/AssociateVPCWithHostedZoneCommand.ts
|
|
6347
6434
|
var import_middleware_sdk_route532 = require("@aws-sdk/middleware-sdk-route53");
|
|
6348
6435
|
|
|
6349
6436
|
|
|
6350
6437
|
|
|
6351
|
-
var
|
|
6438
|
+
var AssociateVPCWithHostedZoneCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6352
6439
|
return [
|
|
6353
6440
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6354
6441
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6355
6442
|
(0, import_middleware_sdk_route532.getIdNormalizerPlugin)(config)
|
|
6356
6443
|
];
|
|
6357
6444
|
}).s("AWSDnsV20130401", "AssociateVPCWithHostedZone", {}).n("Route53Client", "AssociateVPCWithHostedZoneCommand").f(void 0, void 0).ser(se_AssociateVPCWithHostedZoneCommand).de(de_AssociateVPCWithHostedZoneCommand).build() {
|
|
6445
|
+
static {
|
|
6446
|
+
__name(this, "AssociateVPCWithHostedZoneCommand");
|
|
6447
|
+
}
|
|
6358
6448
|
};
|
|
6359
|
-
__name(_AssociateVPCWithHostedZoneCommand, "AssociateVPCWithHostedZoneCommand");
|
|
6360
|
-
var AssociateVPCWithHostedZoneCommand = _AssociateVPCWithHostedZoneCommand;
|
|
6361
6449
|
|
|
6362
6450
|
// src/commands/ChangeCidrCollectionCommand.ts
|
|
6363
6451
|
var import_middleware_sdk_route533 = require("@aws-sdk/middleware-sdk-route53");
|
|
6364
6452
|
|
|
6365
6453
|
|
|
6366
6454
|
|
|
6367
|
-
var
|
|
6455
|
+
var ChangeCidrCollectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6368
6456
|
return [
|
|
6369
6457
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6370
6458
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6371
6459
|
(0, import_middleware_sdk_route533.getIdNormalizerPlugin)(config)
|
|
6372
6460
|
];
|
|
6373
6461
|
}).s("AWSDnsV20130401", "ChangeCidrCollection", {}).n("Route53Client", "ChangeCidrCollectionCommand").f(void 0, void 0).ser(se_ChangeCidrCollectionCommand).de(de_ChangeCidrCollectionCommand).build() {
|
|
6462
|
+
static {
|
|
6463
|
+
__name(this, "ChangeCidrCollectionCommand");
|
|
6464
|
+
}
|
|
6374
6465
|
};
|
|
6375
|
-
__name(_ChangeCidrCollectionCommand, "ChangeCidrCollectionCommand");
|
|
6376
|
-
var ChangeCidrCollectionCommand = _ChangeCidrCollectionCommand;
|
|
6377
6466
|
|
|
6378
6467
|
// src/commands/ChangeResourceRecordSetsCommand.ts
|
|
6379
6468
|
var import_middleware_sdk_route534 = require("@aws-sdk/middleware-sdk-route53");
|
|
6380
6469
|
|
|
6381
6470
|
|
|
6382
6471
|
|
|
6383
|
-
var
|
|
6472
|
+
var ChangeResourceRecordSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6384
6473
|
return [
|
|
6385
6474
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6386
6475
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -6388,1011 +6477,1078 @@ var _ChangeResourceRecordSetsCommand = class _ChangeResourceRecordSetsCommand ex
|
|
|
6388
6477
|
(0, import_middleware_sdk_route534.getIdNormalizerPlugin)(config)
|
|
6389
6478
|
];
|
|
6390
6479
|
}).s("AWSDnsV20130401", "ChangeResourceRecordSets", {}).n("Route53Client", "ChangeResourceRecordSetsCommand").f(void 0, void 0).ser(se_ChangeResourceRecordSetsCommand).de(de_ChangeResourceRecordSetsCommand).build() {
|
|
6480
|
+
static {
|
|
6481
|
+
__name(this, "ChangeResourceRecordSetsCommand");
|
|
6482
|
+
}
|
|
6391
6483
|
};
|
|
6392
|
-
__name(_ChangeResourceRecordSetsCommand, "ChangeResourceRecordSetsCommand");
|
|
6393
|
-
var ChangeResourceRecordSetsCommand = _ChangeResourceRecordSetsCommand;
|
|
6394
6484
|
|
|
6395
6485
|
// src/commands/ChangeTagsForResourceCommand.ts
|
|
6396
6486
|
|
|
6397
6487
|
|
|
6398
6488
|
|
|
6399
|
-
var
|
|
6489
|
+
var ChangeTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6400
6490
|
return [
|
|
6401
6491
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6402
6492
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6403
6493
|
];
|
|
6404
6494
|
}).s("AWSDnsV20130401", "ChangeTagsForResource", {}).n("Route53Client", "ChangeTagsForResourceCommand").f(void 0, void 0).ser(se_ChangeTagsForResourceCommand).de(de_ChangeTagsForResourceCommand).build() {
|
|
6495
|
+
static {
|
|
6496
|
+
__name(this, "ChangeTagsForResourceCommand");
|
|
6497
|
+
}
|
|
6405
6498
|
};
|
|
6406
|
-
__name(_ChangeTagsForResourceCommand, "ChangeTagsForResourceCommand");
|
|
6407
|
-
var ChangeTagsForResourceCommand = _ChangeTagsForResourceCommand;
|
|
6408
6499
|
|
|
6409
6500
|
// src/commands/CreateCidrCollectionCommand.ts
|
|
6410
6501
|
|
|
6411
6502
|
|
|
6412
6503
|
|
|
6413
|
-
var
|
|
6504
|
+
var CreateCidrCollectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6414
6505
|
return [
|
|
6415
6506
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6416
6507
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6417
6508
|
];
|
|
6418
6509
|
}).s("AWSDnsV20130401", "CreateCidrCollection", {}).n("Route53Client", "CreateCidrCollectionCommand").f(void 0, void 0).ser(se_CreateCidrCollectionCommand).de(de_CreateCidrCollectionCommand).build() {
|
|
6510
|
+
static {
|
|
6511
|
+
__name(this, "CreateCidrCollectionCommand");
|
|
6512
|
+
}
|
|
6419
6513
|
};
|
|
6420
|
-
__name(_CreateCidrCollectionCommand, "CreateCidrCollectionCommand");
|
|
6421
|
-
var CreateCidrCollectionCommand = _CreateCidrCollectionCommand;
|
|
6422
6514
|
|
|
6423
6515
|
// src/commands/CreateHealthCheckCommand.ts
|
|
6424
6516
|
|
|
6425
6517
|
|
|
6426
6518
|
|
|
6427
|
-
var
|
|
6519
|
+
var CreateHealthCheckCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6428
6520
|
return [
|
|
6429
6521
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6430
6522
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6431
6523
|
];
|
|
6432
6524
|
}).s("AWSDnsV20130401", "CreateHealthCheck", {}).n("Route53Client", "CreateHealthCheckCommand").f(void 0, void 0).ser(se_CreateHealthCheckCommand).de(de_CreateHealthCheckCommand).build() {
|
|
6525
|
+
static {
|
|
6526
|
+
__name(this, "CreateHealthCheckCommand");
|
|
6527
|
+
}
|
|
6433
6528
|
};
|
|
6434
|
-
__name(_CreateHealthCheckCommand, "CreateHealthCheckCommand");
|
|
6435
|
-
var CreateHealthCheckCommand = _CreateHealthCheckCommand;
|
|
6436
6529
|
|
|
6437
6530
|
// src/commands/CreateHostedZoneCommand.ts
|
|
6438
6531
|
var import_middleware_sdk_route535 = require("@aws-sdk/middleware-sdk-route53");
|
|
6439
6532
|
|
|
6440
6533
|
|
|
6441
6534
|
|
|
6442
|
-
var
|
|
6535
|
+
var CreateHostedZoneCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6443
6536
|
return [
|
|
6444
6537
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6445
6538
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6446
6539
|
(0, import_middleware_sdk_route535.getIdNormalizerPlugin)(config)
|
|
6447
6540
|
];
|
|
6448
6541
|
}).s("AWSDnsV20130401", "CreateHostedZone", {}).n("Route53Client", "CreateHostedZoneCommand").f(void 0, void 0).ser(se_CreateHostedZoneCommand).de(de_CreateHostedZoneCommand).build() {
|
|
6542
|
+
static {
|
|
6543
|
+
__name(this, "CreateHostedZoneCommand");
|
|
6544
|
+
}
|
|
6449
6545
|
};
|
|
6450
|
-
__name(_CreateHostedZoneCommand, "CreateHostedZoneCommand");
|
|
6451
|
-
var CreateHostedZoneCommand = _CreateHostedZoneCommand;
|
|
6452
6546
|
|
|
6453
6547
|
// src/commands/CreateKeySigningKeyCommand.ts
|
|
6454
6548
|
var import_middleware_sdk_route536 = require("@aws-sdk/middleware-sdk-route53");
|
|
6455
6549
|
|
|
6456
6550
|
|
|
6457
6551
|
|
|
6458
|
-
var
|
|
6552
|
+
var CreateKeySigningKeyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6459
6553
|
return [
|
|
6460
6554
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6461
6555
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6462
6556
|
(0, import_middleware_sdk_route536.getIdNormalizerPlugin)(config)
|
|
6463
6557
|
];
|
|
6464
6558
|
}).s("AWSDnsV20130401", "CreateKeySigningKey", {}).n("Route53Client", "CreateKeySigningKeyCommand").f(void 0, void 0).ser(se_CreateKeySigningKeyCommand).de(de_CreateKeySigningKeyCommand).build() {
|
|
6559
|
+
static {
|
|
6560
|
+
__name(this, "CreateKeySigningKeyCommand");
|
|
6561
|
+
}
|
|
6465
6562
|
};
|
|
6466
|
-
__name(_CreateKeySigningKeyCommand, "CreateKeySigningKeyCommand");
|
|
6467
|
-
var CreateKeySigningKeyCommand = _CreateKeySigningKeyCommand;
|
|
6468
6563
|
|
|
6469
6564
|
// src/commands/CreateQueryLoggingConfigCommand.ts
|
|
6470
6565
|
var import_middleware_sdk_route537 = require("@aws-sdk/middleware-sdk-route53");
|
|
6471
6566
|
|
|
6472
6567
|
|
|
6473
6568
|
|
|
6474
|
-
var
|
|
6569
|
+
var CreateQueryLoggingConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6475
6570
|
return [
|
|
6476
6571
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6477
6572
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6478
6573
|
(0, import_middleware_sdk_route537.getIdNormalizerPlugin)(config)
|
|
6479
6574
|
];
|
|
6480
6575
|
}).s("AWSDnsV20130401", "CreateQueryLoggingConfig", {}).n("Route53Client", "CreateQueryLoggingConfigCommand").f(void 0, void 0).ser(se_CreateQueryLoggingConfigCommand).de(de_CreateQueryLoggingConfigCommand).build() {
|
|
6576
|
+
static {
|
|
6577
|
+
__name(this, "CreateQueryLoggingConfigCommand");
|
|
6578
|
+
}
|
|
6481
6579
|
};
|
|
6482
|
-
__name(_CreateQueryLoggingConfigCommand, "CreateQueryLoggingConfigCommand");
|
|
6483
|
-
var CreateQueryLoggingConfigCommand = _CreateQueryLoggingConfigCommand;
|
|
6484
6580
|
|
|
6485
6581
|
// src/commands/CreateReusableDelegationSetCommand.ts
|
|
6486
6582
|
var import_middleware_sdk_route538 = require("@aws-sdk/middleware-sdk-route53");
|
|
6487
6583
|
|
|
6488
6584
|
|
|
6489
6585
|
|
|
6490
|
-
var
|
|
6586
|
+
var CreateReusableDelegationSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6491
6587
|
return [
|
|
6492
6588
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6493
6589
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6494
6590
|
(0, import_middleware_sdk_route538.getIdNormalizerPlugin)(config)
|
|
6495
6591
|
];
|
|
6496
6592
|
}).s("AWSDnsV20130401", "CreateReusableDelegationSet", {}).n("Route53Client", "CreateReusableDelegationSetCommand").f(void 0, void 0).ser(se_CreateReusableDelegationSetCommand).de(de_CreateReusableDelegationSetCommand).build() {
|
|
6593
|
+
static {
|
|
6594
|
+
__name(this, "CreateReusableDelegationSetCommand");
|
|
6595
|
+
}
|
|
6497
6596
|
};
|
|
6498
|
-
__name(_CreateReusableDelegationSetCommand, "CreateReusableDelegationSetCommand");
|
|
6499
|
-
var CreateReusableDelegationSetCommand = _CreateReusableDelegationSetCommand;
|
|
6500
6597
|
|
|
6501
6598
|
// src/commands/CreateTrafficPolicyCommand.ts
|
|
6502
6599
|
|
|
6503
6600
|
|
|
6504
6601
|
|
|
6505
|
-
var
|
|
6602
|
+
var CreateTrafficPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6506
6603
|
return [
|
|
6507
6604
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6508
6605
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6509
6606
|
];
|
|
6510
6607
|
}).s("AWSDnsV20130401", "CreateTrafficPolicy", {}).n("Route53Client", "CreateTrafficPolicyCommand").f(void 0, void 0).ser(se_CreateTrafficPolicyCommand).de(de_CreateTrafficPolicyCommand).build() {
|
|
6608
|
+
static {
|
|
6609
|
+
__name(this, "CreateTrafficPolicyCommand");
|
|
6610
|
+
}
|
|
6511
6611
|
};
|
|
6512
|
-
__name(_CreateTrafficPolicyCommand, "CreateTrafficPolicyCommand");
|
|
6513
|
-
var CreateTrafficPolicyCommand = _CreateTrafficPolicyCommand;
|
|
6514
6612
|
|
|
6515
6613
|
// src/commands/CreateTrafficPolicyInstanceCommand.ts
|
|
6516
6614
|
var import_middleware_sdk_route539 = require("@aws-sdk/middleware-sdk-route53");
|
|
6517
6615
|
|
|
6518
6616
|
|
|
6519
6617
|
|
|
6520
|
-
var
|
|
6618
|
+
var CreateTrafficPolicyInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6521
6619
|
return [
|
|
6522
6620
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6523
6621
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6524
6622
|
(0, import_middleware_sdk_route539.getIdNormalizerPlugin)(config)
|
|
6525
6623
|
];
|
|
6526
6624
|
}).s("AWSDnsV20130401", "CreateTrafficPolicyInstance", {}).n("Route53Client", "CreateTrafficPolicyInstanceCommand").f(void 0, void 0).ser(se_CreateTrafficPolicyInstanceCommand).de(de_CreateTrafficPolicyInstanceCommand).build() {
|
|
6625
|
+
static {
|
|
6626
|
+
__name(this, "CreateTrafficPolicyInstanceCommand");
|
|
6627
|
+
}
|
|
6527
6628
|
};
|
|
6528
|
-
__name(_CreateTrafficPolicyInstanceCommand, "CreateTrafficPolicyInstanceCommand");
|
|
6529
|
-
var CreateTrafficPolicyInstanceCommand = _CreateTrafficPolicyInstanceCommand;
|
|
6530
6629
|
|
|
6531
6630
|
// src/commands/CreateTrafficPolicyVersionCommand.ts
|
|
6532
6631
|
var import_middleware_sdk_route5310 = require("@aws-sdk/middleware-sdk-route53");
|
|
6533
6632
|
|
|
6534
6633
|
|
|
6535
6634
|
|
|
6536
|
-
var
|
|
6635
|
+
var CreateTrafficPolicyVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6537
6636
|
return [
|
|
6538
6637
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6539
6638
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6540
6639
|
(0, import_middleware_sdk_route5310.getIdNormalizerPlugin)(config)
|
|
6541
6640
|
];
|
|
6542
6641
|
}).s("AWSDnsV20130401", "CreateTrafficPolicyVersion", {}).n("Route53Client", "CreateTrafficPolicyVersionCommand").f(void 0, void 0).ser(se_CreateTrafficPolicyVersionCommand).de(de_CreateTrafficPolicyVersionCommand).build() {
|
|
6642
|
+
static {
|
|
6643
|
+
__name(this, "CreateTrafficPolicyVersionCommand");
|
|
6644
|
+
}
|
|
6543
6645
|
};
|
|
6544
|
-
__name(_CreateTrafficPolicyVersionCommand, "CreateTrafficPolicyVersionCommand");
|
|
6545
|
-
var CreateTrafficPolicyVersionCommand = _CreateTrafficPolicyVersionCommand;
|
|
6546
6646
|
|
|
6547
6647
|
// src/commands/CreateVPCAssociationAuthorizationCommand.ts
|
|
6548
6648
|
var import_middleware_sdk_route5311 = require("@aws-sdk/middleware-sdk-route53");
|
|
6549
6649
|
|
|
6550
6650
|
|
|
6551
6651
|
|
|
6552
|
-
var
|
|
6652
|
+
var CreateVPCAssociationAuthorizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6553
6653
|
return [
|
|
6554
6654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6555
6655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6556
6656
|
(0, import_middleware_sdk_route5311.getIdNormalizerPlugin)(config)
|
|
6557
6657
|
];
|
|
6558
6658
|
}).s("AWSDnsV20130401", "CreateVPCAssociationAuthorization", {}).n("Route53Client", "CreateVPCAssociationAuthorizationCommand").f(void 0, void 0).ser(se_CreateVPCAssociationAuthorizationCommand).de(de_CreateVPCAssociationAuthorizationCommand).build() {
|
|
6659
|
+
static {
|
|
6660
|
+
__name(this, "CreateVPCAssociationAuthorizationCommand");
|
|
6661
|
+
}
|
|
6559
6662
|
};
|
|
6560
|
-
__name(_CreateVPCAssociationAuthorizationCommand, "CreateVPCAssociationAuthorizationCommand");
|
|
6561
|
-
var CreateVPCAssociationAuthorizationCommand = _CreateVPCAssociationAuthorizationCommand;
|
|
6562
6663
|
|
|
6563
6664
|
// src/commands/DeactivateKeySigningKeyCommand.ts
|
|
6564
6665
|
var import_middleware_sdk_route5312 = require("@aws-sdk/middleware-sdk-route53");
|
|
6565
6666
|
|
|
6566
6667
|
|
|
6567
6668
|
|
|
6568
|
-
var
|
|
6669
|
+
var DeactivateKeySigningKeyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6569
6670
|
return [
|
|
6570
6671
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6571
6672
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6572
6673
|
(0, import_middleware_sdk_route5312.getIdNormalizerPlugin)(config)
|
|
6573
6674
|
];
|
|
6574
6675
|
}).s("AWSDnsV20130401", "DeactivateKeySigningKey", {}).n("Route53Client", "DeactivateKeySigningKeyCommand").f(void 0, void 0).ser(se_DeactivateKeySigningKeyCommand).de(de_DeactivateKeySigningKeyCommand).build() {
|
|
6676
|
+
static {
|
|
6677
|
+
__name(this, "DeactivateKeySigningKeyCommand");
|
|
6678
|
+
}
|
|
6575
6679
|
};
|
|
6576
|
-
__name(_DeactivateKeySigningKeyCommand, "DeactivateKeySigningKeyCommand");
|
|
6577
|
-
var DeactivateKeySigningKeyCommand = _DeactivateKeySigningKeyCommand;
|
|
6578
6680
|
|
|
6579
6681
|
// src/commands/DeleteCidrCollectionCommand.ts
|
|
6580
6682
|
var import_middleware_sdk_route5313 = require("@aws-sdk/middleware-sdk-route53");
|
|
6581
6683
|
|
|
6582
6684
|
|
|
6583
6685
|
|
|
6584
|
-
var
|
|
6686
|
+
var DeleteCidrCollectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6585
6687
|
return [
|
|
6586
6688
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6587
6689
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6588
6690
|
(0, import_middleware_sdk_route5313.getIdNormalizerPlugin)(config)
|
|
6589
6691
|
];
|
|
6590
6692
|
}).s("AWSDnsV20130401", "DeleteCidrCollection", {}).n("Route53Client", "DeleteCidrCollectionCommand").f(void 0, void 0).ser(se_DeleteCidrCollectionCommand).de(de_DeleteCidrCollectionCommand).build() {
|
|
6693
|
+
static {
|
|
6694
|
+
__name(this, "DeleteCidrCollectionCommand");
|
|
6695
|
+
}
|
|
6591
6696
|
};
|
|
6592
|
-
__name(_DeleteCidrCollectionCommand, "DeleteCidrCollectionCommand");
|
|
6593
|
-
var DeleteCidrCollectionCommand = _DeleteCidrCollectionCommand;
|
|
6594
6697
|
|
|
6595
6698
|
// src/commands/DeleteHealthCheckCommand.ts
|
|
6596
6699
|
|
|
6597
6700
|
|
|
6598
6701
|
|
|
6599
|
-
var
|
|
6702
|
+
var DeleteHealthCheckCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6600
6703
|
return [
|
|
6601
6704
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6602
6705
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6603
6706
|
];
|
|
6604
6707
|
}).s("AWSDnsV20130401", "DeleteHealthCheck", {}).n("Route53Client", "DeleteHealthCheckCommand").f(void 0, void 0).ser(se_DeleteHealthCheckCommand).de(de_DeleteHealthCheckCommand).build() {
|
|
6708
|
+
static {
|
|
6709
|
+
__name(this, "DeleteHealthCheckCommand");
|
|
6710
|
+
}
|
|
6605
6711
|
};
|
|
6606
|
-
__name(_DeleteHealthCheckCommand, "DeleteHealthCheckCommand");
|
|
6607
|
-
var DeleteHealthCheckCommand = _DeleteHealthCheckCommand;
|
|
6608
6712
|
|
|
6609
6713
|
// src/commands/DeleteHostedZoneCommand.ts
|
|
6610
6714
|
var import_middleware_sdk_route5314 = require("@aws-sdk/middleware-sdk-route53");
|
|
6611
6715
|
|
|
6612
6716
|
|
|
6613
6717
|
|
|
6614
|
-
var
|
|
6718
|
+
var DeleteHostedZoneCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6615
6719
|
return [
|
|
6616
6720
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6617
6721
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6618
6722
|
(0, import_middleware_sdk_route5314.getIdNormalizerPlugin)(config)
|
|
6619
6723
|
];
|
|
6620
6724
|
}).s("AWSDnsV20130401", "DeleteHostedZone", {}).n("Route53Client", "DeleteHostedZoneCommand").f(void 0, void 0).ser(se_DeleteHostedZoneCommand).de(de_DeleteHostedZoneCommand).build() {
|
|
6725
|
+
static {
|
|
6726
|
+
__name(this, "DeleteHostedZoneCommand");
|
|
6727
|
+
}
|
|
6621
6728
|
};
|
|
6622
|
-
__name(_DeleteHostedZoneCommand, "DeleteHostedZoneCommand");
|
|
6623
|
-
var DeleteHostedZoneCommand = _DeleteHostedZoneCommand;
|
|
6624
6729
|
|
|
6625
6730
|
// src/commands/DeleteKeySigningKeyCommand.ts
|
|
6626
6731
|
var import_middleware_sdk_route5315 = require("@aws-sdk/middleware-sdk-route53");
|
|
6627
6732
|
|
|
6628
6733
|
|
|
6629
6734
|
|
|
6630
|
-
var
|
|
6735
|
+
var DeleteKeySigningKeyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6631
6736
|
return [
|
|
6632
6737
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6633
6738
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6634
6739
|
(0, import_middleware_sdk_route5315.getIdNormalizerPlugin)(config)
|
|
6635
6740
|
];
|
|
6636
6741
|
}).s("AWSDnsV20130401", "DeleteKeySigningKey", {}).n("Route53Client", "DeleteKeySigningKeyCommand").f(void 0, void 0).ser(se_DeleteKeySigningKeyCommand).de(de_DeleteKeySigningKeyCommand).build() {
|
|
6742
|
+
static {
|
|
6743
|
+
__name(this, "DeleteKeySigningKeyCommand");
|
|
6744
|
+
}
|
|
6637
6745
|
};
|
|
6638
|
-
__name(_DeleteKeySigningKeyCommand, "DeleteKeySigningKeyCommand");
|
|
6639
|
-
var DeleteKeySigningKeyCommand = _DeleteKeySigningKeyCommand;
|
|
6640
6746
|
|
|
6641
6747
|
// src/commands/DeleteQueryLoggingConfigCommand.ts
|
|
6642
6748
|
var import_middleware_sdk_route5316 = require("@aws-sdk/middleware-sdk-route53");
|
|
6643
6749
|
|
|
6644
6750
|
|
|
6645
6751
|
|
|
6646
|
-
var
|
|
6752
|
+
var DeleteQueryLoggingConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6647
6753
|
return [
|
|
6648
6754
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6649
6755
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6650
6756
|
(0, import_middleware_sdk_route5316.getIdNormalizerPlugin)(config)
|
|
6651
6757
|
];
|
|
6652
6758
|
}).s("AWSDnsV20130401", "DeleteQueryLoggingConfig", {}).n("Route53Client", "DeleteQueryLoggingConfigCommand").f(void 0, void 0).ser(se_DeleteQueryLoggingConfigCommand).de(de_DeleteQueryLoggingConfigCommand).build() {
|
|
6759
|
+
static {
|
|
6760
|
+
__name(this, "DeleteQueryLoggingConfigCommand");
|
|
6761
|
+
}
|
|
6653
6762
|
};
|
|
6654
|
-
__name(_DeleteQueryLoggingConfigCommand, "DeleteQueryLoggingConfigCommand");
|
|
6655
|
-
var DeleteQueryLoggingConfigCommand = _DeleteQueryLoggingConfigCommand;
|
|
6656
6763
|
|
|
6657
6764
|
// src/commands/DeleteReusableDelegationSetCommand.ts
|
|
6658
6765
|
var import_middleware_sdk_route5317 = require("@aws-sdk/middleware-sdk-route53");
|
|
6659
6766
|
|
|
6660
6767
|
|
|
6661
6768
|
|
|
6662
|
-
var
|
|
6769
|
+
var DeleteReusableDelegationSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6663
6770
|
return [
|
|
6664
6771
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6665
6772
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6666
6773
|
(0, import_middleware_sdk_route5317.getIdNormalizerPlugin)(config)
|
|
6667
6774
|
];
|
|
6668
6775
|
}).s("AWSDnsV20130401", "DeleteReusableDelegationSet", {}).n("Route53Client", "DeleteReusableDelegationSetCommand").f(void 0, void 0).ser(se_DeleteReusableDelegationSetCommand).de(de_DeleteReusableDelegationSetCommand).build() {
|
|
6776
|
+
static {
|
|
6777
|
+
__name(this, "DeleteReusableDelegationSetCommand");
|
|
6778
|
+
}
|
|
6669
6779
|
};
|
|
6670
|
-
__name(_DeleteReusableDelegationSetCommand, "DeleteReusableDelegationSetCommand");
|
|
6671
|
-
var DeleteReusableDelegationSetCommand = _DeleteReusableDelegationSetCommand;
|
|
6672
6780
|
|
|
6673
6781
|
// src/commands/DeleteTrafficPolicyCommand.ts
|
|
6674
6782
|
var import_middleware_sdk_route5318 = require("@aws-sdk/middleware-sdk-route53");
|
|
6675
6783
|
|
|
6676
6784
|
|
|
6677
6785
|
|
|
6678
|
-
var
|
|
6786
|
+
var DeleteTrafficPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6679
6787
|
return [
|
|
6680
6788
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6681
6789
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6682
6790
|
(0, import_middleware_sdk_route5318.getIdNormalizerPlugin)(config)
|
|
6683
6791
|
];
|
|
6684
6792
|
}).s("AWSDnsV20130401", "DeleteTrafficPolicy", {}).n("Route53Client", "DeleteTrafficPolicyCommand").f(void 0, void 0).ser(se_DeleteTrafficPolicyCommand).de(de_DeleteTrafficPolicyCommand).build() {
|
|
6793
|
+
static {
|
|
6794
|
+
__name(this, "DeleteTrafficPolicyCommand");
|
|
6795
|
+
}
|
|
6685
6796
|
};
|
|
6686
|
-
__name(_DeleteTrafficPolicyCommand, "DeleteTrafficPolicyCommand");
|
|
6687
|
-
var DeleteTrafficPolicyCommand = _DeleteTrafficPolicyCommand;
|
|
6688
6797
|
|
|
6689
6798
|
// src/commands/DeleteTrafficPolicyInstanceCommand.ts
|
|
6690
6799
|
var import_middleware_sdk_route5319 = require("@aws-sdk/middleware-sdk-route53");
|
|
6691
6800
|
|
|
6692
6801
|
|
|
6693
6802
|
|
|
6694
|
-
var
|
|
6803
|
+
var DeleteTrafficPolicyInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6695
6804
|
return [
|
|
6696
6805
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6697
6806
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6698
6807
|
(0, import_middleware_sdk_route5319.getIdNormalizerPlugin)(config)
|
|
6699
6808
|
];
|
|
6700
6809
|
}).s("AWSDnsV20130401", "DeleteTrafficPolicyInstance", {}).n("Route53Client", "DeleteTrafficPolicyInstanceCommand").f(void 0, void 0).ser(se_DeleteTrafficPolicyInstanceCommand).de(de_DeleteTrafficPolicyInstanceCommand).build() {
|
|
6810
|
+
static {
|
|
6811
|
+
__name(this, "DeleteTrafficPolicyInstanceCommand");
|
|
6812
|
+
}
|
|
6701
6813
|
};
|
|
6702
|
-
__name(_DeleteTrafficPolicyInstanceCommand, "DeleteTrafficPolicyInstanceCommand");
|
|
6703
|
-
var DeleteTrafficPolicyInstanceCommand = _DeleteTrafficPolicyInstanceCommand;
|
|
6704
6814
|
|
|
6705
6815
|
// src/commands/DeleteVPCAssociationAuthorizationCommand.ts
|
|
6706
6816
|
var import_middleware_sdk_route5320 = require("@aws-sdk/middleware-sdk-route53");
|
|
6707
6817
|
|
|
6708
6818
|
|
|
6709
6819
|
|
|
6710
|
-
var
|
|
6820
|
+
var DeleteVPCAssociationAuthorizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6711
6821
|
return [
|
|
6712
6822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6713
6823
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6714
6824
|
(0, import_middleware_sdk_route5320.getIdNormalizerPlugin)(config)
|
|
6715
6825
|
];
|
|
6716
6826
|
}).s("AWSDnsV20130401", "DeleteVPCAssociationAuthorization", {}).n("Route53Client", "DeleteVPCAssociationAuthorizationCommand").f(void 0, void 0).ser(se_DeleteVPCAssociationAuthorizationCommand).de(de_DeleteVPCAssociationAuthorizationCommand).build() {
|
|
6827
|
+
static {
|
|
6828
|
+
__name(this, "DeleteVPCAssociationAuthorizationCommand");
|
|
6829
|
+
}
|
|
6717
6830
|
};
|
|
6718
|
-
__name(_DeleteVPCAssociationAuthorizationCommand, "DeleteVPCAssociationAuthorizationCommand");
|
|
6719
|
-
var DeleteVPCAssociationAuthorizationCommand = _DeleteVPCAssociationAuthorizationCommand;
|
|
6720
6831
|
|
|
6721
6832
|
// src/commands/DisableHostedZoneDNSSECCommand.ts
|
|
6722
6833
|
var import_middleware_sdk_route5321 = require("@aws-sdk/middleware-sdk-route53");
|
|
6723
6834
|
|
|
6724
6835
|
|
|
6725
6836
|
|
|
6726
|
-
var
|
|
6837
|
+
var DisableHostedZoneDNSSECCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6727
6838
|
return [
|
|
6728
6839
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6729
6840
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6730
6841
|
(0, import_middleware_sdk_route5321.getIdNormalizerPlugin)(config)
|
|
6731
6842
|
];
|
|
6732
6843
|
}).s("AWSDnsV20130401", "DisableHostedZoneDNSSEC", {}).n("Route53Client", "DisableHostedZoneDNSSECCommand").f(void 0, void 0).ser(se_DisableHostedZoneDNSSECCommand).de(de_DisableHostedZoneDNSSECCommand).build() {
|
|
6844
|
+
static {
|
|
6845
|
+
__name(this, "DisableHostedZoneDNSSECCommand");
|
|
6846
|
+
}
|
|
6733
6847
|
};
|
|
6734
|
-
__name(_DisableHostedZoneDNSSECCommand, "DisableHostedZoneDNSSECCommand");
|
|
6735
|
-
var DisableHostedZoneDNSSECCommand = _DisableHostedZoneDNSSECCommand;
|
|
6736
6848
|
|
|
6737
6849
|
// src/commands/DisassociateVPCFromHostedZoneCommand.ts
|
|
6738
6850
|
var import_middleware_sdk_route5322 = require("@aws-sdk/middleware-sdk-route53");
|
|
6739
6851
|
|
|
6740
6852
|
|
|
6741
6853
|
|
|
6742
|
-
var
|
|
6854
|
+
var DisassociateVPCFromHostedZoneCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6743
6855
|
return [
|
|
6744
6856
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6745
6857
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6746
6858
|
(0, import_middleware_sdk_route5322.getIdNormalizerPlugin)(config)
|
|
6747
6859
|
];
|
|
6748
6860
|
}).s("AWSDnsV20130401", "DisassociateVPCFromHostedZone", {}).n("Route53Client", "DisassociateVPCFromHostedZoneCommand").f(void 0, void 0).ser(se_DisassociateVPCFromHostedZoneCommand).de(de_DisassociateVPCFromHostedZoneCommand).build() {
|
|
6861
|
+
static {
|
|
6862
|
+
__name(this, "DisassociateVPCFromHostedZoneCommand");
|
|
6863
|
+
}
|
|
6749
6864
|
};
|
|
6750
|
-
__name(_DisassociateVPCFromHostedZoneCommand, "DisassociateVPCFromHostedZoneCommand");
|
|
6751
|
-
var DisassociateVPCFromHostedZoneCommand = _DisassociateVPCFromHostedZoneCommand;
|
|
6752
6865
|
|
|
6753
6866
|
// src/commands/EnableHostedZoneDNSSECCommand.ts
|
|
6754
6867
|
var import_middleware_sdk_route5323 = require("@aws-sdk/middleware-sdk-route53");
|
|
6755
6868
|
|
|
6756
6869
|
|
|
6757
6870
|
|
|
6758
|
-
var
|
|
6871
|
+
var EnableHostedZoneDNSSECCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6759
6872
|
return [
|
|
6760
6873
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6761
6874
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6762
6875
|
(0, import_middleware_sdk_route5323.getIdNormalizerPlugin)(config)
|
|
6763
6876
|
];
|
|
6764
6877
|
}).s("AWSDnsV20130401", "EnableHostedZoneDNSSEC", {}).n("Route53Client", "EnableHostedZoneDNSSECCommand").f(void 0, void 0).ser(se_EnableHostedZoneDNSSECCommand).de(de_EnableHostedZoneDNSSECCommand).build() {
|
|
6878
|
+
static {
|
|
6879
|
+
__name(this, "EnableHostedZoneDNSSECCommand");
|
|
6880
|
+
}
|
|
6765
6881
|
};
|
|
6766
|
-
__name(_EnableHostedZoneDNSSECCommand, "EnableHostedZoneDNSSECCommand");
|
|
6767
|
-
var EnableHostedZoneDNSSECCommand = _EnableHostedZoneDNSSECCommand;
|
|
6768
6882
|
|
|
6769
6883
|
// src/commands/GetAccountLimitCommand.ts
|
|
6770
6884
|
|
|
6771
6885
|
|
|
6772
6886
|
|
|
6773
|
-
var
|
|
6887
|
+
var GetAccountLimitCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6774
6888
|
return [
|
|
6775
6889
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6776
6890
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6777
6891
|
];
|
|
6778
6892
|
}).s("AWSDnsV20130401", "GetAccountLimit", {}).n("Route53Client", "GetAccountLimitCommand").f(void 0, void 0).ser(se_GetAccountLimitCommand).de(de_GetAccountLimitCommand).build() {
|
|
6893
|
+
static {
|
|
6894
|
+
__name(this, "GetAccountLimitCommand");
|
|
6895
|
+
}
|
|
6779
6896
|
};
|
|
6780
|
-
__name(_GetAccountLimitCommand, "GetAccountLimitCommand");
|
|
6781
|
-
var GetAccountLimitCommand = _GetAccountLimitCommand;
|
|
6782
6897
|
|
|
6783
6898
|
// src/commands/GetChangeCommand.ts
|
|
6784
6899
|
var import_middleware_sdk_route5324 = require("@aws-sdk/middleware-sdk-route53");
|
|
6785
6900
|
|
|
6786
6901
|
|
|
6787
6902
|
|
|
6788
|
-
var
|
|
6903
|
+
var GetChangeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6789
6904
|
return [
|
|
6790
6905
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6791
6906
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6792
6907
|
(0, import_middleware_sdk_route5324.getIdNormalizerPlugin)(config)
|
|
6793
6908
|
];
|
|
6794
6909
|
}).s("AWSDnsV20130401", "GetChange", {}).n("Route53Client", "GetChangeCommand").f(void 0, void 0).ser(se_GetChangeCommand).de(de_GetChangeCommand).build() {
|
|
6910
|
+
static {
|
|
6911
|
+
__name(this, "GetChangeCommand");
|
|
6912
|
+
}
|
|
6795
6913
|
};
|
|
6796
|
-
__name(_GetChangeCommand, "GetChangeCommand");
|
|
6797
|
-
var GetChangeCommand = _GetChangeCommand;
|
|
6798
6914
|
|
|
6799
6915
|
// src/commands/GetCheckerIpRangesCommand.ts
|
|
6800
6916
|
|
|
6801
6917
|
|
|
6802
6918
|
|
|
6803
|
-
var
|
|
6919
|
+
var GetCheckerIpRangesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6804
6920
|
return [
|
|
6805
6921
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6806
6922
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6807
6923
|
];
|
|
6808
6924
|
}).s("AWSDnsV20130401", "GetCheckerIpRanges", {}).n("Route53Client", "GetCheckerIpRangesCommand").f(void 0, void 0).ser(se_GetCheckerIpRangesCommand).de(de_GetCheckerIpRangesCommand).build() {
|
|
6925
|
+
static {
|
|
6926
|
+
__name(this, "GetCheckerIpRangesCommand");
|
|
6927
|
+
}
|
|
6809
6928
|
};
|
|
6810
|
-
__name(_GetCheckerIpRangesCommand, "GetCheckerIpRangesCommand");
|
|
6811
|
-
var GetCheckerIpRangesCommand = _GetCheckerIpRangesCommand;
|
|
6812
6929
|
|
|
6813
6930
|
// src/commands/GetDNSSECCommand.ts
|
|
6814
6931
|
var import_middleware_sdk_route5325 = require("@aws-sdk/middleware-sdk-route53");
|
|
6815
6932
|
|
|
6816
6933
|
|
|
6817
6934
|
|
|
6818
|
-
var
|
|
6935
|
+
var GetDNSSECCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6819
6936
|
return [
|
|
6820
6937
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6821
6938
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6822
6939
|
(0, import_middleware_sdk_route5325.getIdNormalizerPlugin)(config)
|
|
6823
6940
|
];
|
|
6824
6941
|
}).s("AWSDnsV20130401", "GetDNSSEC", {}).n("Route53Client", "GetDNSSECCommand").f(void 0, void 0).ser(se_GetDNSSECCommand).de(de_GetDNSSECCommand).build() {
|
|
6942
|
+
static {
|
|
6943
|
+
__name(this, "GetDNSSECCommand");
|
|
6944
|
+
}
|
|
6825
6945
|
};
|
|
6826
|
-
__name(_GetDNSSECCommand, "GetDNSSECCommand");
|
|
6827
|
-
var GetDNSSECCommand = _GetDNSSECCommand;
|
|
6828
6946
|
|
|
6829
6947
|
// src/commands/GetGeoLocationCommand.ts
|
|
6830
6948
|
|
|
6831
6949
|
|
|
6832
6950
|
|
|
6833
|
-
var
|
|
6951
|
+
var GetGeoLocationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6834
6952
|
return [
|
|
6835
6953
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6836
6954
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6837
6955
|
];
|
|
6838
6956
|
}).s("AWSDnsV20130401", "GetGeoLocation", {}).n("Route53Client", "GetGeoLocationCommand").f(void 0, void 0).ser(se_GetGeoLocationCommand).de(de_GetGeoLocationCommand).build() {
|
|
6957
|
+
static {
|
|
6958
|
+
__name(this, "GetGeoLocationCommand");
|
|
6959
|
+
}
|
|
6839
6960
|
};
|
|
6840
|
-
__name(_GetGeoLocationCommand, "GetGeoLocationCommand");
|
|
6841
|
-
var GetGeoLocationCommand = _GetGeoLocationCommand;
|
|
6842
6961
|
|
|
6843
6962
|
// src/commands/GetHealthCheckCommand.ts
|
|
6844
6963
|
|
|
6845
6964
|
|
|
6846
6965
|
|
|
6847
|
-
var
|
|
6966
|
+
var GetHealthCheckCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6848
6967
|
return [
|
|
6849
6968
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6850
6969
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6851
6970
|
];
|
|
6852
6971
|
}).s("AWSDnsV20130401", "GetHealthCheck", {}).n("Route53Client", "GetHealthCheckCommand").f(void 0, void 0).ser(se_GetHealthCheckCommand).de(de_GetHealthCheckCommand).build() {
|
|
6972
|
+
static {
|
|
6973
|
+
__name(this, "GetHealthCheckCommand");
|
|
6974
|
+
}
|
|
6853
6975
|
};
|
|
6854
|
-
__name(_GetHealthCheckCommand, "GetHealthCheckCommand");
|
|
6855
|
-
var GetHealthCheckCommand = _GetHealthCheckCommand;
|
|
6856
6976
|
|
|
6857
6977
|
// src/commands/GetHealthCheckCountCommand.ts
|
|
6858
6978
|
|
|
6859
6979
|
|
|
6860
6980
|
|
|
6861
|
-
var
|
|
6981
|
+
var GetHealthCheckCountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6862
6982
|
return [
|
|
6863
6983
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6864
6984
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6865
6985
|
];
|
|
6866
6986
|
}).s("AWSDnsV20130401", "GetHealthCheckCount", {}).n("Route53Client", "GetHealthCheckCountCommand").f(void 0, void 0).ser(se_GetHealthCheckCountCommand).de(de_GetHealthCheckCountCommand).build() {
|
|
6987
|
+
static {
|
|
6988
|
+
__name(this, "GetHealthCheckCountCommand");
|
|
6989
|
+
}
|
|
6867
6990
|
};
|
|
6868
|
-
__name(_GetHealthCheckCountCommand, "GetHealthCheckCountCommand");
|
|
6869
|
-
var GetHealthCheckCountCommand = _GetHealthCheckCountCommand;
|
|
6870
6991
|
|
|
6871
6992
|
// src/commands/GetHealthCheckLastFailureReasonCommand.ts
|
|
6872
6993
|
|
|
6873
6994
|
|
|
6874
6995
|
|
|
6875
|
-
var
|
|
6996
|
+
var GetHealthCheckLastFailureReasonCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6876
6997
|
return [
|
|
6877
6998
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6878
6999
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6879
7000
|
];
|
|
6880
7001
|
}).s("AWSDnsV20130401", "GetHealthCheckLastFailureReason", {}).n("Route53Client", "GetHealthCheckLastFailureReasonCommand").f(void 0, void 0).ser(se_GetHealthCheckLastFailureReasonCommand).de(de_GetHealthCheckLastFailureReasonCommand).build() {
|
|
7002
|
+
static {
|
|
7003
|
+
__name(this, "GetHealthCheckLastFailureReasonCommand");
|
|
7004
|
+
}
|
|
6881
7005
|
};
|
|
6882
|
-
__name(_GetHealthCheckLastFailureReasonCommand, "GetHealthCheckLastFailureReasonCommand");
|
|
6883
|
-
var GetHealthCheckLastFailureReasonCommand = _GetHealthCheckLastFailureReasonCommand;
|
|
6884
7006
|
|
|
6885
7007
|
// src/commands/GetHealthCheckStatusCommand.ts
|
|
6886
7008
|
|
|
6887
7009
|
|
|
6888
7010
|
|
|
6889
|
-
var
|
|
7011
|
+
var GetHealthCheckStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6890
7012
|
return [
|
|
6891
7013
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6892
7014
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6893
7015
|
];
|
|
6894
7016
|
}).s("AWSDnsV20130401", "GetHealthCheckStatus", {}).n("Route53Client", "GetHealthCheckStatusCommand").f(void 0, void 0).ser(se_GetHealthCheckStatusCommand).de(de_GetHealthCheckStatusCommand).build() {
|
|
7017
|
+
static {
|
|
7018
|
+
__name(this, "GetHealthCheckStatusCommand");
|
|
7019
|
+
}
|
|
6895
7020
|
};
|
|
6896
|
-
__name(_GetHealthCheckStatusCommand, "GetHealthCheckStatusCommand");
|
|
6897
|
-
var GetHealthCheckStatusCommand = _GetHealthCheckStatusCommand;
|
|
6898
7021
|
|
|
6899
7022
|
// src/commands/GetHostedZoneCommand.ts
|
|
6900
7023
|
var import_middleware_sdk_route5326 = require("@aws-sdk/middleware-sdk-route53");
|
|
6901
7024
|
|
|
6902
7025
|
|
|
6903
7026
|
|
|
6904
|
-
var
|
|
7027
|
+
var GetHostedZoneCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6905
7028
|
return [
|
|
6906
7029
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6907
7030
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6908
7031
|
(0, import_middleware_sdk_route5326.getIdNormalizerPlugin)(config)
|
|
6909
7032
|
];
|
|
6910
7033
|
}).s("AWSDnsV20130401", "GetHostedZone", {}).n("Route53Client", "GetHostedZoneCommand").f(void 0, void 0).ser(se_GetHostedZoneCommand).de(de_GetHostedZoneCommand).build() {
|
|
7034
|
+
static {
|
|
7035
|
+
__name(this, "GetHostedZoneCommand");
|
|
7036
|
+
}
|
|
6911
7037
|
};
|
|
6912
|
-
__name(_GetHostedZoneCommand, "GetHostedZoneCommand");
|
|
6913
|
-
var GetHostedZoneCommand = _GetHostedZoneCommand;
|
|
6914
7038
|
|
|
6915
7039
|
// src/commands/GetHostedZoneCountCommand.ts
|
|
6916
7040
|
|
|
6917
7041
|
|
|
6918
7042
|
|
|
6919
|
-
var
|
|
7043
|
+
var GetHostedZoneCountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6920
7044
|
return [
|
|
6921
7045
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6922
7046
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6923
7047
|
];
|
|
6924
7048
|
}).s("AWSDnsV20130401", "GetHostedZoneCount", {}).n("Route53Client", "GetHostedZoneCountCommand").f(void 0, void 0).ser(se_GetHostedZoneCountCommand).de(de_GetHostedZoneCountCommand).build() {
|
|
7049
|
+
static {
|
|
7050
|
+
__name(this, "GetHostedZoneCountCommand");
|
|
7051
|
+
}
|
|
6925
7052
|
};
|
|
6926
|
-
__name(_GetHostedZoneCountCommand, "GetHostedZoneCountCommand");
|
|
6927
|
-
var GetHostedZoneCountCommand = _GetHostedZoneCountCommand;
|
|
6928
7053
|
|
|
6929
7054
|
// src/commands/GetHostedZoneLimitCommand.ts
|
|
6930
7055
|
var import_middleware_sdk_route5327 = require("@aws-sdk/middleware-sdk-route53");
|
|
6931
7056
|
|
|
6932
7057
|
|
|
6933
7058
|
|
|
6934
|
-
var
|
|
7059
|
+
var GetHostedZoneLimitCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6935
7060
|
return [
|
|
6936
7061
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6937
7062
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6938
7063
|
(0, import_middleware_sdk_route5327.getIdNormalizerPlugin)(config)
|
|
6939
7064
|
];
|
|
6940
7065
|
}).s("AWSDnsV20130401", "GetHostedZoneLimit", {}).n("Route53Client", "GetHostedZoneLimitCommand").f(void 0, void 0).ser(se_GetHostedZoneLimitCommand).de(de_GetHostedZoneLimitCommand).build() {
|
|
7066
|
+
static {
|
|
7067
|
+
__name(this, "GetHostedZoneLimitCommand");
|
|
7068
|
+
}
|
|
6941
7069
|
};
|
|
6942
|
-
__name(_GetHostedZoneLimitCommand, "GetHostedZoneLimitCommand");
|
|
6943
|
-
var GetHostedZoneLimitCommand = _GetHostedZoneLimitCommand;
|
|
6944
7070
|
|
|
6945
7071
|
// src/commands/GetQueryLoggingConfigCommand.ts
|
|
6946
7072
|
var import_middleware_sdk_route5328 = require("@aws-sdk/middleware-sdk-route53");
|
|
6947
7073
|
|
|
6948
7074
|
|
|
6949
7075
|
|
|
6950
|
-
var
|
|
7076
|
+
var GetQueryLoggingConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6951
7077
|
return [
|
|
6952
7078
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6953
7079
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6954
7080
|
(0, import_middleware_sdk_route5328.getIdNormalizerPlugin)(config)
|
|
6955
7081
|
];
|
|
6956
7082
|
}).s("AWSDnsV20130401", "GetQueryLoggingConfig", {}).n("Route53Client", "GetQueryLoggingConfigCommand").f(void 0, void 0).ser(se_GetQueryLoggingConfigCommand).de(de_GetQueryLoggingConfigCommand).build() {
|
|
7083
|
+
static {
|
|
7084
|
+
__name(this, "GetQueryLoggingConfigCommand");
|
|
7085
|
+
}
|
|
6957
7086
|
};
|
|
6958
|
-
__name(_GetQueryLoggingConfigCommand, "GetQueryLoggingConfigCommand");
|
|
6959
|
-
var GetQueryLoggingConfigCommand = _GetQueryLoggingConfigCommand;
|
|
6960
7087
|
|
|
6961
7088
|
// src/commands/GetReusableDelegationSetCommand.ts
|
|
6962
7089
|
var import_middleware_sdk_route5329 = require("@aws-sdk/middleware-sdk-route53");
|
|
6963
7090
|
|
|
6964
7091
|
|
|
6965
7092
|
|
|
6966
|
-
var
|
|
7093
|
+
var GetReusableDelegationSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6967
7094
|
return [
|
|
6968
7095
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6969
7096
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6970
7097
|
(0, import_middleware_sdk_route5329.getIdNormalizerPlugin)(config)
|
|
6971
7098
|
];
|
|
6972
7099
|
}).s("AWSDnsV20130401", "GetReusableDelegationSet", {}).n("Route53Client", "GetReusableDelegationSetCommand").f(void 0, void 0).ser(se_GetReusableDelegationSetCommand).de(de_GetReusableDelegationSetCommand).build() {
|
|
7100
|
+
static {
|
|
7101
|
+
__name(this, "GetReusableDelegationSetCommand");
|
|
7102
|
+
}
|
|
6973
7103
|
};
|
|
6974
|
-
__name(_GetReusableDelegationSetCommand, "GetReusableDelegationSetCommand");
|
|
6975
|
-
var GetReusableDelegationSetCommand = _GetReusableDelegationSetCommand;
|
|
6976
7104
|
|
|
6977
7105
|
// src/commands/GetReusableDelegationSetLimitCommand.ts
|
|
6978
7106
|
var import_middleware_sdk_route5330 = require("@aws-sdk/middleware-sdk-route53");
|
|
6979
7107
|
|
|
6980
7108
|
|
|
6981
7109
|
|
|
6982
|
-
var
|
|
7110
|
+
var GetReusableDelegationSetLimitCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6983
7111
|
return [
|
|
6984
7112
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6985
7113
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
6986
7114
|
(0, import_middleware_sdk_route5330.getIdNormalizerPlugin)(config)
|
|
6987
7115
|
];
|
|
6988
7116
|
}).s("AWSDnsV20130401", "GetReusableDelegationSetLimit", {}).n("Route53Client", "GetReusableDelegationSetLimitCommand").f(void 0, void 0).ser(se_GetReusableDelegationSetLimitCommand).de(de_GetReusableDelegationSetLimitCommand).build() {
|
|
7117
|
+
static {
|
|
7118
|
+
__name(this, "GetReusableDelegationSetLimitCommand");
|
|
7119
|
+
}
|
|
6989
7120
|
};
|
|
6990
|
-
__name(_GetReusableDelegationSetLimitCommand, "GetReusableDelegationSetLimitCommand");
|
|
6991
|
-
var GetReusableDelegationSetLimitCommand = _GetReusableDelegationSetLimitCommand;
|
|
6992
7121
|
|
|
6993
7122
|
// src/commands/GetTrafficPolicyCommand.ts
|
|
6994
7123
|
var import_middleware_sdk_route5331 = require("@aws-sdk/middleware-sdk-route53");
|
|
6995
7124
|
|
|
6996
7125
|
|
|
6997
7126
|
|
|
6998
|
-
var
|
|
7127
|
+
var GetTrafficPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6999
7128
|
return [
|
|
7000
7129
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7001
7130
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7002
7131
|
(0, import_middleware_sdk_route5331.getIdNormalizerPlugin)(config)
|
|
7003
7132
|
];
|
|
7004
7133
|
}).s("AWSDnsV20130401", "GetTrafficPolicy", {}).n("Route53Client", "GetTrafficPolicyCommand").f(void 0, void 0).ser(se_GetTrafficPolicyCommand).de(de_GetTrafficPolicyCommand).build() {
|
|
7134
|
+
static {
|
|
7135
|
+
__name(this, "GetTrafficPolicyCommand");
|
|
7136
|
+
}
|
|
7005
7137
|
};
|
|
7006
|
-
__name(_GetTrafficPolicyCommand, "GetTrafficPolicyCommand");
|
|
7007
|
-
var GetTrafficPolicyCommand = _GetTrafficPolicyCommand;
|
|
7008
7138
|
|
|
7009
7139
|
// src/commands/GetTrafficPolicyInstanceCommand.ts
|
|
7010
7140
|
var import_middleware_sdk_route5332 = require("@aws-sdk/middleware-sdk-route53");
|
|
7011
7141
|
|
|
7012
7142
|
|
|
7013
7143
|
|
|
7014
|
-
var
|
|
7144
|
+
var GetTrafficPolicyInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7015
7145
|
return [
|
|
7016
7146
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7017
7147
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7018
7148
|
(0, import_middleware_sdk_route5332.getIdNormalizerPlugin)(config)
|
|
7019
7149
|
];
|
|
7020
7150
|
}).s("AWSDnsV20130401", "GetTrafficPolicyInstance", {}).n("Route53Client", "GetTrafficPolicyInstanceCommand").f(void 0, void 0).ser(se_GetTrafficPolicyInstanceCommand).de(de_GetTrafficPolicyInstanceCommand).build() {
|
|
7151
|
+
static {
|
|
7152
|
+
__name(this, "GetTrafficPolicyInstanceCommand");
|
|
7153
|
+
}
|
|
7021
7154
|
};
|
|
7022
|
-
__name(_GetTrafficPolicyInstanceCommand, "GetTrafficPolicyInstanceCommand");
|
|
7023
|
-
var GetTrafficPolicyInstanceCommand = _GetTrafficPolicyInstanceCommand;
|
|
7024
7155
|
|
|
7025
7156
|
// src/commands/GetTrafficPolicyInstanceCountCommand.ts
|
|
7026
7157
|
|
|
7027
7158
|
|
|
7028
7159
|
|
|
7029
|
-
var
|
|
7160
|
+
var GetTrafficPolicyInstanceCountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7030
7161
|
return [
|
|
7031
7162
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7032
7163
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7033
7164
|
];
|
|
7034
7165
|
}).s("AWSDnsV20130401", "GetTrafficPolicyInstanceCount", {}).n("Route53Client", "GetTrafficPolicyInstanceCountCommand").f(void 0, void 0).ser(se_GetTrafficPolicyInstanceCountCommand).de(de_GetTrafficPolicyInstanceCountCommand).build() {
|
|
7166
|
+
static {
|
|
7167
|
+
__name(this, "GetTrafficPolicyInstanceCountCommand");
|
|
7168
|
+
}
|
|
7035
7169
|
};
|
|
7036
|
-
__name(_GetTrafficPolicyInstanceCountCommand, "GetTrafficPolicyInstanceCountCommand");
|
|
7037
|
-
var GetTrafficPolicyInstanceCountCommand = _GetTrafficPolicyInstanceCountCommand;
|
|
7038
7170
|
|
|
7039
7171
|
// src/commands/ListCidrBlocksCommand.ts
|
|
7040
7172
|
|
|
7041
7173
|
|
|
7042
7174
|
|
|
7043
|
-
var
|
|
7175
|
+
var ListCidrBlocksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7044
7176
|
return [
|
|
7045
7177
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7046
7178
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7047
7179
|
];
|
|
7048
7180
|
}).s("AWSDnsV20130401", "ListCidrBlocks", {}).n("Route53Client", "ListCidrBlocksCommand").f(void 0, void 0).ser(se_ListCidrBlocksCommand).de(de_ListCidrBlocksCommand).build() {
|
|
7181
|
+
static {
|
|
7182
|
+
__name(this, "ListCidrBlocksCommand");
|
|
7183
|
+
}
|
|
7049
7184
|
};
|
|
7050
|
-
__name(_ListCidrBlocksCommand, "ListCidrBlocksCommand");
|
|
7051
|
-
var ListCidrBlocksCommand = _ListCidrBlocksCommand;
|
|
7052
7185
|
|
|
7053
7186
|
// src/commands/ListCidrCollectionsCommand.ts
|
|
7054
7187
|
|
|
7055
7188
|
|
|
7056
7189
|
|
|
7057
|
-
var
|
|
7190
|
+
var ListCidrCollectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7058
7191
|
return [
|
|
7059
7192
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7060
7193
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7061
7194
|
];
|
|
7062
7195
|
}).s("AWSDnsV20130401", "ListCidrCollections", {}).n("Route53Client", "ListCidrCollectionsCommand").f(void 0, void 0).ser(se_ListCidrCollectionsCommand).de(de_ListCidrCollectionsCommand).build() {
|
|
7196
|
+
static {
|
|
7197
|
+
__name(this, "ListCidrCollectionsCommand");
|
|
7198
|
+
}
|
|
7063
7199
|
};
|
|
7064
|
-
__name(_ListCidrCollectionsCommand, "ListCidrCollectionsCommand");
|
|
7065
|
-
var ListCidrCollectionsCommand = _ListCidrCollectionsCommand;
|
|
7066
7200
|
|
|
7067
7201
|
// src/commands/ListCidrLocationsCommand.ts
|
|
7068
7202
|
|
|
7069
7203
|
|
|
7070
7204
|
|
|
7071
|
-
var
|
|
7205
|
+
var ListCidrLocationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7072
7206
|
return [
|
|
7073
7207
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7074
7208
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7075
7209
|
];
|
|
7076
7210
|
}).s("AWSDnsV20130401", "ListCidrLocations", {}).n("Route53Client", "ListCidrLocationsCommand").f(void 0, void 0).ser(se_ListCidrLocationsCommand).de(de_ListCidrLocationsCommand).build() {
|
|
7211
|
+
static {
|
|
7212
|
+
__name(this, "ListCidrLocationsCommand");
|
|
7213
|
+
}
|
|
7077
7214
|
};
|
|
7078
|
-
__name(_ListCidrLocationsCommand, "ListCidrLocationsCommand");
|
|
7079
|
-
var ListCidrLocationsCommand = _ListCidrLocationsCommand;
|
|
7080
7215
|
|
|
7081
7216
|
// src/commands/ListGeoLocationsCommand.ts
|
|
7082
7217
|
|
|
7083
7218
|
|
|
7084
7219
|
|
|
7085
|
-
var
|
|
7220
|
+
var ListGeoLocationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7086
7221
|
return [
|
|
7087
7222
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7088
7223
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7089
7224
|
];
|
|
7090
7225
|
}).s("AWSDnsV20130401", "ListGeoLocations", {}).n("Route53Client", "ListGeoLocationsCommand").f(void 0, void 0).ser(se_ListGeoLocationsCommand).de(de_ListGeoLocationsCommand).build() {
|
|
7226
|
+
static {
|
|
7227
|
+
__name(this, "ListGeoLocationsCommand");
|
|
7228
|
+
}
|
|
7091
7229
|
};
|
|
7092
|
-
__name(_ListGeoLocationsCommand, "ListGeoLocationsCommand");
|
|
7093
|
-
var ListGeoLocationsCommand = _ListGeoLocationsCommand;
|
|
7094
7230
|
|
|
7095
7231
|
// src/commands/ListHealthChecksCommand.ts
|
|
7096
7232
|
|
|
7097
7233
|
|
|
7098
7234
|
|
|
7099
|
-
var
|
|
7235
|
+
var ListHealthChecksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7100
7236
|
return [
|
|
7101
7237
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7102
7238
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7103
7239
|
];
|
|
7104
7240
|
}).s("AWSDnsV20130401", "ListHealthChecks", {}).n("Route53Client", "ListHealthChecksCommand").f(void 0, void 0).ser(se_ListHealthChecksCommand).de(de_ListHealthChecksCommand).build() {
|
|
7241
|
+
static {
|
|
7242
|
+
__name(this, "ListHealthChecksCommand");
|
|
7243
|
+
}
|
|
7105
7244
|
};
|
|
7106
|
-
__name(_ListHealthChecksCommand, "ListHealthChecksCommand");
|
|
7107
|
-
var ListHealthChecksCommand = _ListHealthChecksCommand;
|
|
7108
7245
|
|
|
7109
7246
|
// src/commands/ListHostedZonesByNameCommand.ts
|
|
7110
7247
|
var import_middleware_sdk_route5333 = require("@aws-sdk/middleware-sdk-route53");
|
|
7111
7248
|
|
|
7112
7249
|
|
|
7113
7250
|
|
|
7114
|
-
var
|
|
7251
|
+
var ListHostedZonesByNameCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7115
7252
|
return [
|
|
7116
7253
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7117
7254
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7118
7255
|
(0, import_middleware_sdk_route5333.getIdNormalizerPlugin)(config)
|
|
7119
7256
|
];
|
|
7120
7257
|
}).s("AWSDnsV20130401", "ListHostedZonesByName", {}).n("Route53Client", "ListHostedZonesByNameCommand").f(void 0, void 0).ser(se_ListHostedZonesByNameCommand).de(de_ListHostedZonesByNameCommand).build() {
|
|
7258
|
+
static {
|
|
7259
|
+
__name(this, "ListHostedZonesByNameCommand");
|
|
7260
|
+
}
|
|
7121
7261
|
};
|
|
7122
|
-
__name(_ListHostedZonesByNameCommand, "ListHostedZonesByNameCommand");
|
|
7123
|
-
var ListHostedZonesByNameCommand = _ListHostedZonesByNameCommand;
|
|
7124
7262
|
|
|
7125
7263
|
// src/commands/ListHostedZonesByVPCCommand.ts
|
|
7126
7264
|
|
|
7127
7265
|
|
|
7128
7266
|
|
|
7129
|
-
var
|
|
7267
|
+
var ListHostedZonesByVPCCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7130
7268
|
return [
|
|
7131
7269
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7132
7270
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7133
7271
|
];
|
|
7134
7272
|
}).s("AWSDnsV20130401", "ListHostedZonesByVPC", {}).n("Route53Client", "ListHostedZonesByVPCCommand").f(void 0, void 0).ser(se_ListHostedZonesByVPCCommand).de(de_ListHostedZonesByVPCCommand).build() {
|
|
7273
|
+
static {
|
|
7274
|
+
__name(this, "ListHostedZonesByVPCCommand");
|
|
7275
|
+
}
|
|
7135
7276
|
};
|
|
7136
|
-
__name(_ListHostedZonesByVPCCommand, "ListHostedZonesByVPCCommand");
|
|
7137
|
-
var ListHostedZonesByVPCCommand = _ListHostedZonesByVPCCommand;
|
|
7138
7277
|
|
|
7139
7278
|
// src/commands/ListHostedZonesCommand.ts
|
|
7140
7279
|
var import_middleware_sdk_route5334 = require("@aws-sdk/middleware-sdk-route53");
|
|
7141
7280
|
|
|
7142
7281
|
|
|
7143
7282
|
|
|
7144
|
-
var
|
|
7283
|
+
var ListHostedZonesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7145
7284
|
return [
|
|
7146
7285
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7147
7286
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7148
7287
|
(0, import_middleware_sdk_route5334.getIdNormalizerPlugin)(config)
|
|
7149
7288
|
];
|
|
7150
7289
|
}).s("AWSDnsV20130401", "ListHostedZones", {}).n("Route53Client", "ListHostedZonesCommand").f(void 0, void 0).ser(se_ListHostedZonesCommand).de(de_ListHostedZonesCommand).build() {
|
|
7290
|
+
static {
|
|
7291
|
+
__name(this, "ListHostedZonesCommand");
|
|
7292
|
+
}
|
|
7151
7293
|
};
|
|
7152
|
-
__name(_ListHostedZonesCommand, "ListHostedZonesCommand");
|
|
7153
|
-
var ListHostedZonesCommand = _ListHostedZonesCommand;
|
|
7154
7294
|
|
|
7155
7295
|
// src/commands/ListQueryLoggingConfigsCommand.ts
|
|
7156
7296
|
var import_middleware_sdk_route5335 = require("@aws-sdk/middleware-sdk-route53");
|
|
7157
7297
|
|
|
7158
7298
|
|
|
7159
7299
|
|
|
7160
|
-
var
|
|
7300
|
+
var ListQueryLoggingConfigsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7161
7301
|
return [
|
|
7162
7302
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7163
7303
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7164
7304
|
(0, import_middleware_sdk_route5335.getIdNormalizerPlugin)(config)
|
|
7165
7305
|
];
|
|
7166
7306
|
}).s("AWSDnsV20130401", "ListQueryLoggingConfigs", {}).n("Route53Client", "ListQueryLoggingConfigsCommand").f(void 0, void 0).ser(se_ListQueryLoggingConfigsCommand).de(de_ListQueryLoggingConfigsCommand).build() {
|
|
7307
|
+
static {
|
|
7308
|
+
__name(this, "ListQueryLoggingConfigsCommand");
|
|
7309
|
+
}
|
|
7167
7310
|
};
|
|
7168
|
-
__name(_ListQueryLoggingConfigsCommand, "ListQueryLoggingConfigsCommand");
|
|
7169
|
-
var ListQueryLoggingConfigsCommand = _ListQueryLoggingConfigsCommand;
|
|
7170
7311
|
|
|
7171
7312
|
// src/commands/ListResourceRecordSetsCommand.ts
|
|
7172
7313
|
var import_middleware_sdk_route5336 = require("@aws-sdk/middleware-sdk-route53");
|
|
7173
7314
|
|
|
7174
7315
|
|
|
7175
7316
|
|
|
7176
|
-
var
|
|
7317
|
+
var ListResourceRecordSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7177
7318
|
return [
|
|
7178
7319
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7179
7320
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7180
7321
|
(0, import_middleware_sdk_route5336.getIdNormalizerPlugin)(config)
|
|
7181
7322
|
];
|
|
7182
7323
|
}).s("AWSDnsV20130401", "ListResourceRecordSets", {}).n("Route53Client", "ListResourceRecordSetsCommand").f(void 0, void 0).ser(se_ListResourceRecordSetsCommand).de(de_ListResourceRecordSetsCommand).build() {
|
|
7324
|
+
static {
|
|
7325
|
+
__name(this, "ListResourceRecordSetsCommand");
|
|
7326
|
+
}
|
|
7183
7327
|
};
|
|
7184
|
-
__name(_ListResourceRecordSetsCommand, "ListResourceRecordSetsCommand");
|
|
7185
|
-
var ListResourceRecordSetsCommand = _ListResourceRecordSetsCommand;
|
|
7186
7328
|
|
|
7187
7329
|
// src/commands/ListReusableDelegationSetsCommand.ts
|
|
7188
7330
|
|
|
7189
7331
|
|
|
7190
7332
|
|
|
7191
|
-
var
|
|
7333
|
+
var ListReusableDelegationSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7192
7334
|
return [
|
|
7193
7335
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7194
7336
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7195
7337
|
];
|
|
7196
7338
|
}).s("AWSDnsV20130401", "ListReusableDelegationSets", {}).n("Route53Client", "ListReusableDelegationSetsCommand").f(void 0, void 0).ser(se_ListReusableDelegationSetsCommand).de(de_ListReusableDelegationSetsCommand).build() {
|
|
7339
|
+
static {
|
|
7340
|
+
__name(this, "ListReusableDelegationSetsCommand");
|
|
7341
|
+
}
|
|
7197
7342
|
};
|
|
7198
|
-
__name(_ListReusableDelegationSetsCommand, "ListReusableDelegationSetsCommand");
|
|
7199
|
-
var ListReusableDelegationSetsCommand = _ListReusableDelegationSetsCommand;
|
|
7200
7343
|
|
|
7201
7344
|
// src/commands/ListTagsForResourceCommand.ts
|
|
7202
7345
|
|
|
7203
7346
|
|
|
7204
7347
|
|
|
7205
|
-
var
|
|
7348
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7206
7349
|
return [
|
|
7207
7350
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7208
7351
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7209
7352
|
];
|
|
7210
7353
|
}).s("AWSDnsV20130401", "ListTagsForResource", {}).n("Route53Client", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
7354
|
+
static {
|
|
7355
|
+
__name(this, "ListTagsForResourceCommand");
|
|
7356
|
+
}
|
|
7211
7357
|
};
|
|
7212
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
7213
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
7214
7358
|
|
|
7215
7359
|
// src/commands/ListTagsForResourcesCommand.ts
|
|
7216
7360
|
|
|
7217
7361
|
|
|
7218
7362
|
|
|
7219
|
-
var
|
|
7363
|
+
var ListTagsForResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7220
7364
|
return [
|
|
7221
7365
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7222
7366
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7223
7367
|
];
|
|
7224
7368
|
}).s("AWSDnsV20130401", "ListTagsForResources", {}).n("Route53Client", "ListTagsForResourcesCommand").f(void 0, void 0).ser(se_ListTagsForResourcesCommand).de(de_ListTagsForResourcesCommand).build() {
|
|
7369
|
+
static {
|
|
7370
|
+
__name(this, "ListTagsForResourcesCommand");
|
|
7371
|
+
}
|
|
7225
7372
|
};
|
|
7226
|
-
__name(_ListTagsForResourcesCommand, "ListTagsForResourcesCommand");
|
|
7227
|
-
var ListTagsForResourcesCommand = _ListTagsForResourcesCommand;
|
|
7228
7373
|
|
|
7229
7374
|
// src/commands/ListTrafficPoliciesCommand.ts
|
|
7230
7375
|
|
|
7231
7376
|
|
|
7232
7377
|
|
|
7233
|
-
var
|
|
7378
|
+
var ListTrafficPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7234
7379
|
return [
|
|
7235
7380
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7236
7381
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7237
7382
|
];
|
|
7238
7383
|
}).s("AWSDnsV20130401", "ListTrafficPolicies", {}).n("Route53Client", "ListTrafficPoliciesCommand").f(void 0, void 0).ser(se_ListTrafficPoliciesCommand).de(de_ListTrafficPoliciesCommand).build() {
|
|
7384
|
+
static {
|
|
7385
|
+
__name(this, "ListTrafficPoliciesCommand");
|
|
7386
|
+
}
|
|
7239
7387
|
};
|
|
7240
|
-
__name(_ListTrafficPoliciesCommand, "ListTrafficPoliciesCommand");
|
|
7241
|
-
var ListTrafficPoliciesCommand = _ListTrafficPoliciesCommand;
|
|
7242
7388
|
|
|
7243
7389
|
// src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts
|
|
7244
7390
|
var import_middleware_sdk_route5337 = require("@aws-sdk/middleware-sdk-route53");
|
|
7245
7391
|
|
|
7246
7392
|
|
|
7247
7393
|
|
|
7248
|
-
var
|
|
7394
|
+
var ListTrafficPolicyInstancesByHostedZoneCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7249
7395
|
return [
|
|
7250
7396
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7251
7397
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7252
7398
|
(0, import_middleware_sdk_route5337.getIdNormalizerPlugin)(config)
|
|
7253
7399
|
];
|
|
7254
7400
|
}).s("AWSDnsV20130401", "ListTrafficPolicyInstancesByHostedZone", {}).n("Route53Client", "ListTrafficPolicyInstancesByHostedZoneCommand").f(void 0, void 0).ser(se_ListTrafficPolicyInstancesByHostedZoneCommand).de(de_ListTrafficPolicyInstancesByHostedZoneCommand).build() {
|
|
7401
|
+
static {
|
|
7402
|
+
__name(this, "ListTrafficPolicyInstancesByHostedZoneCommand");
|
|
7403
|
+
}
|
|
7255
7404
|
};
|
|
7256
|
-
__name(_ListTrafficPolicyInstancesByHostedZoneCommand, "ListTrafficPolicyInstancesByHostedZoneCommand");
|
|
7257
|
-
var ListTrafficPolicyInstancesByHostedZoneCommand = _ListTrafficPolicyInstancesByHostedZoneCommand;
|
|
7258
7405
|
|
|
7259
7406
|
// src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts
|
|
7260
7407
|
|
|
7261
7408
|
|
|
7262
7409
|
|
|
7263
|
-
var
|
|
7410
|
+
var ListTrafficPolicyInstancesByPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7264
7411
|
return [
|
|
7265
7412
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7266
7413
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7267
7414
|
];
|
|
7268
7415
|
}).s("AWSDnsV20130401", "ListTrafficPolicyInstancesByPolicy", {}).n("Route53Client", "ListTrafficPolicyInstancesByPolicyCommand").f(void 0, void 0).ser(se_ListTrafficPolicyInstancesByPolicyCommand).de(de_ListTrafficPolicyInstancesByPolicyCommand).build() {
|
|
7416
|
+
static {
|
|
7417
|
+
__name(this, "ListTrafficPolicyInstancesByPolicyCommand");
|
|
7418
|
+
}
|
|
7269
7419
|
};
|
|
7270
|
-
__name(_ListTrafficPolicyInstancesByPolicyCommand, "ListTrafficPolicyInstancesByPolicyCommand");
|
|
7271
|
-
var ListTrafficPolicyInstancesByPolicyCommand = _ListTrafficPolicyInstancesByPolicyCommand;
|
|
7272
7420
|
|
|
7273
7421
|
// src/commands/ListTrafficPolicyInstancesCommand.ts
|
|
7274
7422
|
|
|
7275
7423
|
|
|
7276
7424
|
|
|
7277
|
-
var
|
|
7425
|
+
var ListTrafficPolicyInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7278
7426
|
return [
|
|
7279
7427
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7280
7428
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7281
7429
|
];
|
|
7282
7430
|
}).s("AWSDnsV20130401", "ListTrafficPolicyInstances", {}).n("Route53Client", "ListTrafficPolicyInstancesCommand").f(void 0, void 0).ser(se_ListTrafficPolicyInstancesCommand).de(de_ListTrafficPolicyInstancesCommand).build() {
|
|
7431
|
+
static {
|
|
7432
|
+
__name(this, "ListTrafficPolicyInstancesCommand");
|
|
7433
|
+
}
|
|
7283
7434
|
};
|
|
7284
|
-
__name(_ListTrafficPolicyInstancesCommand, "ListTrafficPolicyInstancesCommand");
|
|
7285
|
-
var ListTrafficPolicyInstancesCommand = _ListTrafficPolicyInstancesCommand;
|
|
7286
7435
|
|
|
7287
7436
|
// src/commands/ListTrafficPolicyVersionsCommand.ts
|
|
7288
7437
|
var import_middleware_sdk_route5338 = require("@aws-sdk/middleware-sdk-route53");
|
|
7289
7438
|
|
|
7290
7439
|
|
|
7291
7440
|
|
|
7292
|
-
var
|
|
7441
|
+
var ListTrafficPolicyVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7293
7442
|
return [
|
|
7294
7443
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7295
7444
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7296
7445
|
(0, import_middleware_sdk_route5338.getIdNormalizerPlugin)(config)
|
|
7297
7446
|
];
|
|
7298
7447
|
}).s("AWSDnsV20130401", "ListTrafficPolicyVersions", {}).n("Route53Client", "ListTrafficPolicyVersionsCommand").f(void 0, void 0).ser(se_ListTrafficPolicyVersionsCommand).de(de_ListTrafficPolicyVersionsCommand).build() {
|
|
7448
|
+
static {
|
|
7449
|
+
__name(this, "ListTrafficPolicyVersionsCommand");
|
|
7450
|
+
}
|
|
7299
7451
|
};
|
|
7300
|
-
__name(_ListTrafficPolicyVersionsCommand, "ListTrafficPolicyVersionsCommand");
|
|
7301
|
-
var ListTrafficPolicyVersionsCommand = _ListTrafficPolicyVersionsCommand;
|
|
7302
7452
|
|
|
7303
7453
|
// src/commands/ListVPCAssociationAuthorizationsCommand.ts
|
|
7304
7454
|
var import_middleware_sdk_route5339 = require("@aws-sdk/middleware-sdk-route53");
|
|
7305
7455
|
|
|
7306
7456
|
|
|
7307
7457
|
|
|
7308
|
-
var
|
|
7458
|
+
var ListVPCAssociationAuthorizationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7309
7459
|
return [
|
|
7310
7460
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7311
7461
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7312
7462
|
(0, import_middleware_sdk_route5339.getIdNormalizerPlugin)(config)
|
|
7313
7463
|
];
|
|
7314
7464
|
}).s("AWSDnsV20130401", "ListVPCAssociationAuthorizations", {}).n("Route53Client", "ListVPCAssociationAuthorizationsCommand").f(void 0, void 0).ser(se_ListVPCAssociationAuthorizationsCommand).de(de_ListVPCAssociationAuthorizationsCommand).build() {
|
|
7465
|
+
static {
|
|
7466
|
+
__name(this, "ListVPCAssociationAuthorizationsCommand");
|
|
7467
|
+
}
|
|
7315
7468
|
};
|
|
7316
|
-
__name(_ListVPCAssociationAuthorizationsCommand, "ListVPCAssociationAuthorizationsCommand");
|
|
7317
|
-
var ListVPCAssociationAuthorizationsCommand = _ListVPCAssociationAuthorizationsCommand;
|
|
7318
7469
|
|
|
7319
7470
|
// src/commands/TestDNSAnswerCommand.ts
|
|
7320
7471
|
var import_middleware_sdk_route5340 = require("@aws-sdk/middleware-sdk-route53");
|
|
7321
7472
|
|
|
7322
7473
|
|
|
7323
7474
|
|
|
7324
|
-
var
|
|
7475
|
+
var TestDNSAnswerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7325
7476
|
return [
|
|
7326
7477
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7327
7478
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7328
7479
|
(0, import_middleware_sdk_route5340.getIdNormalizerPlugin)(config)
|
|
7329
7480
|
];
|
|
7330
7481
|
}).s("AWSDnsV20130401", "TestDNSAnswer", {}).n("Route53Client", "TestDNSAnswerCommand").f(void 0, void 0).ser(se_TestDNSAnswerCommand).de(de_TestDNSAnswerCommand).build() {
|
|
7482
|
+
static {
|
|
7483
|
+
__name(this, "TestDNSAnswerCommand");
|
|
7484
|
+
}
|
|
7331
7485
|
};
|
|
7332
|
-
__name(_TestDNSAnswerCommand, "TestDNSAnswerCommand");
|
|
7333
|
-
var TestDNSAnswerCommand = _TestDNSAnswerCommand;
|
|
7334
7486
|
|
|
7335
7487
|
// src/commands/UpdateHealthCheckCommand.ts
|
|
7336
7488
|
|
|
7337
7489
|
|
|
7338
7490
|
|
|
7339
|
-
var
|
|
7491
|
+
var UpdateHealthCheckCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7340
7492
|
return [
|
|
7341
7493
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7342
7494
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7343
7495
|
];
|
|
7344
7496
|
}).s("AWSDnsV20130401", "UpdateHealthCheck", {}).n("Route53Client", "UpdateHealthCheckCommand").f(void 0, void 0).ser(se_UpdateHealthCheckCommand).de(de_UpdateHealthCheckCommand).build() {
|
|
7497
|
+
static {
|
|
7498
|
+
__name(this, "UpdateHealthCheckCommand");
|
|
7499
|
+
}
|
|
7345
7500
|
};
|
|
7346
|
-
__name(_UpdateHealthCheckCommand, "UpdateHealthCheckCommand");
|
|
7347
|
-
var UpdateHealthCheckCommand = _UpdateHealthCheckCommand;
|
|
7348
7501
|
|
|
7349
7502
|
// src/commands/UpdateHostedZoneCommentCommand.ts
|
|
7350
7503
|
var import_middleware_sdk_route5341 = require("@aws-sdk/middleware-sdk-route53");
|
|
7351
7504
|
|
|
7352
7505
|
|
|
7353
7506
|
|
|
7354
|
-
var
|
|
7507
|
+
var UpdateHostedZoneCommentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7355
7508
|
return [
|
|
7356
7509
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7357
7510
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7358
7511
|
(0, import_middleware_sdk_route5341.getIdNormalizerPlugin)(config)
|
|
7359
7512
|
];
|
|
7360
7513
|
}).s("AWSDnsV20130401", "UpdateHostedZoneComment", {}).n("Route53Client", "UpdateHostedZoneCommentCommand").f(void 0, void 0).ser(se_UpdateHostedZoneCommentCommand).de(de_UpdateHostedZoneCommentCommand).build() {
|
|
7514
|
+
static {
|
|
7515
|
+
__name(this, "UpdateHostedZoneCommentCommand");
|
|
7516
|
+
}
|
|
7361
7517
|
};
|
|
7362
|
-
__name(_UpdateHostedZoneCommentCommand, "UpdateHostedZoneCommentCommand");
|
|
7363
|
-
var UpdateHostedZoneCommentCommand = _UpdateHostedZoneCommentCommand;
|
|
7364
7518
|
|
|
7365
7519
|
// src/commands/UpdateTrafficPolicyCommentCommand.ts
|
|
7366
7520
|
var import_middleware_sdk_route5342 = require("@aws-sdk/middleware-sdk-route53");
|
|
7367
7521
|
|
|
7368
7522
|
|
|
7369
7523
|
|
|
7370
|
-
var
|
|
7524
|
+
var UpdateTrafficPolicyCommentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7371
7525
|
return [
|
|
7372
7526
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7373
7527
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7374
7528
|
(0, import_middleware_sdk_route5342.getIdNormalizerPlugin)(config)
|
|
7375
7529
|
];
|
|
7376
7530
|
}).s("AWSDnsV20130401", "UpdateTrafficPolicyComment", {}).n("Route53Client", "UpdateTrafficPolicyCommentCommand").f(void 0, void 0).ser(se_UpdateTrafficPolicyCommentCommand).de(de_UpdateTrafficPolicyCommentCommand).build() {
|
|
7531
|
+
static {
|
|
7532
|
+
__name(this, "UpdateTrafficPolicyCommentCommand");
|
|
7533
|
+
}
|
|
7377
7534
|
};
|
|
7378
|
-
__name(_UpdateTrafficPolicyCommentCommand, "UpdateTrafficPolicyCommentCommand");
|
|
7379
|
-
var UpdateTrafficPolicyCommentCommand = _UpdateTrafficPolicyCommentCommand;
|
|
7380
7535
|
|
|
7381
7536
|
// src/commands/UpdateTrafficPolicyInstanceCommand.ts
|
|
7382
7537
|
var import_middleware_sdk_route5343 = require("@aws-sdk/middleware-sdk-route53");
|
|
7383
7538
|
|
|
7384
7539
|
|
|
7385
7540
|
|
|
7386
|
-
var
|
|
7541
|
+
var UpdateTrafficPolicyInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7387
7542
|
return [
|
|
7388
7543
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7389
7544
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7390
7545
|
(0, import_middleware_sdk_route5343.getIdNormalizerPlugin)(config)
|
|
7391
7546
|
];
|
|
7392
7547
|
}).s("AWSDnsV20130401", "UpdateTrafficPolicyInstance", {}).n("Route53Client", "UpdateTrafficPolicyInstanceCommand").f(void 0, void 0).ser(se_UpdateTrafficPolicyInstanceCommand).de(de_UpdateTrafficPolicyInstanceCommand).build() {
|
|
7548
|
+
static {
|
|
7549
|
+
__name(this, "UpdateTrafficPolicyInstanceCommand");
|
|
7550
|
+
}
|
|
7393
7551
|
};
|
|
7394
|
-
__name(_UpdateTrafficPolicyInstanceCommand, "UpdateTrafficPolicyInstanceCommand");
|
|
7395
|
-
var UpdateTrafficPolicyInstanceCommand = _UpdateTrafficPolicyInstanceCommand;
|
|
7396
7552
|
|
|
7397
7553
|
// src/Route53.ts
|
|
7398
7554
|
var commands = {
|
|
@@ -7467,10 +7623,11 @@ var commands = {
|
|
|
7467
7623
|
UpdateTrafficPolicyCommentCommand,
|
|
7468
7624
|
UpdateTrafficPolicyInstanceCommand
|
|
7469
7625
|
};
|
|
7470
|
-
var
|
|
7626
|
+
var Route53 = class extends Route53Client {
|
|
7627
|
+
static {
|
|
7628
|
+
__name(this, "Route53");
|
|
7629
|
+
}
|
|
7471
7630
|
};
|
|
7472
|
-
__name(_Route53, "Route53");
|
|
7473
|
-
var Route53 = _Route53;
|
|
7474
7631
|
(0, import_smithy_client.createAggregatedClient)(commands, Route53);
|
|
7475
7632
|
|
|
7476
7633
|
// src/pagination/ListCidrBlocksPaginator.ts
|