@aws-sdk/client-route-53 3.948.0 → 3.953.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 +1231 -896
- package/dist-cjs/runtimeConfig.shared.js +7 -5
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +2 -2
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +2 -2
- package/dist-es/commands/ChangeCidrCollectionCommand.js +2 -2
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -2
- package/dist-es/commands/ChangeTagsForResourceCommand.js +2 -2
- package/dist-es/commands/CreateCidrCollectionCommand.js +2 -2
- package/dist-es/commands/CreateHealthCheckCommand.js +2 -2
- package/dist-es/commands/CreateHostedZoneCommand.js +2 -2
- package/dist-es/commands/CreateKeySigningKeyCommand.js +2 -2
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +2 -2
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +2 -2
- package/dist-es/commands/CreateTrafficPolicyCommand.js +2 -2
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +2 -2
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +2 -2
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +2 -2
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +2 -2
- package/dist-es/commands/DeleteCidrCollectionCommand.js +2 -2
- package/dist-es/commands/DeleteHealthCheckCommand.js +2 -2
- package/dist-es/commands/DeleteHostedZoneCommand.js +2 -2
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +2 -2
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +2 -2
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +2 -2
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +2 -2
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +2 -2
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +2 -2
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +2 -2
- package/dist-es/commands/GetAccountLimitCommand.js +2 -2
- package/dist-es/commands/GetChangeCommand.js +2 -2
- package/dist-es/commands/GetCheckerIpRangesCommand.js +2 -2
- package/dist-es/commands/GetDNSSECCommand.js +2 -2
- package/dist-es/commands/GetGeoLocationCommand.js +2 -2
- package/dist-es/commands/GetHealthCheckCommand.js +2 -2
- package/dist-es/commands/GetHealthCheckCountCommand.js +2 -2
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +2 -2
- package/dist-es/commands/GetHealthCheckStatusCommand.js +2 -2
- package/dist-es/commands/GetHostedZoneCommand.js +2 -2
- package/dist-es/commands/GetHostedZoneCountCommand.js +2 -2
- package/dist-es/commands/GetHostedZoneLimitCommand.js +2 -2
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +2 -2
- package/dist-es/commands/GetReusableDelegationSetCommand.js +2 -2
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +2 -2
- package/dist-es/commands/GetTrafficPolicyCommand.js +2 -2
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +2 -2
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +2 -2
- package/dist-es/commands/ListCidrBlocksCommand.js +2 -2
- package/dist-es/commands/ListCidrCollectionsCommand.js +2 -2
- package/dist-es/commands/ListCidrLocationsCommand.js +2 -2
- package/dist-es/commands/ListGeoLocationsCommand.js +2 -2
- package/dist-es/commands/ListHealthChecksCommand.js +2 -2
- package/dist-es/commands/ListHostedZonesByNameCommand.js +2 -2
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +2 -2
- package/dist-es/commands/ListHostedZonesCommand.js +2 -2
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +2 -2
- package/dist-es/commands/ListResourceRecordSetsCommand.js +2 -2
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourcesCommand.js +2 -2
- package/dist-es/commands/ListTrafficPoliciesCommand.js +2 -2
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +2 -2
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +2 -2
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +2 -2
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +2 -2
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +2 -2
- package/dist-es/commands/TestDNSAnswerCommand.js +2 -2
- package/dist-es/commands/UpdateHealthCheckCommand.js +2 -2
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +2 -2
- package/dist-es/commands/UpdateHostedZoneFeaturesCommand.js +2 -2
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +2 -2
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -5
- package/dist-es/schemas/schemas_0.js +634 -625
- package/dist-types/Route53Client.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +5 -1
- package/dist-types/schemas/schemas_0.d.ts +327 -359
- package/dist-types/ts3.4/Route53Client.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -359
- package/package.json +36 -36
|
@@ -561,10 +561,10 @@ const _vp = "vpcregion";
|
|
|
561
561
|
const _xN = "xmlName";
|
|
562
562
|
const n0 = "com.amazonaws.route53";
|
|
563
563
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
564
|
-
import { CidrBlockInUseException
|
|
565
|
-
import { Route53ServiceException
|
|
566
|
-
export var AccountLimit = [3, n0, _AL, 0, [_T, _V], [0, 1]];
|
|
567
|
-
export var ActivateKeySigningKeyRequest = [
|
|
564
|
+
import { CidrBlockInUseException, CidrCollectionAlreadyExistsException, CidrCollectionInUseException, CidrCollectionVersionMismatchException, ConcurrentModification, ConflictingDomainExists, ConflictingTypes, DelegationSetAlreadyCreated, DelegationSetAlreadyReusable, DelegationSetInUse, DelegationSetNotAvailable, DelegationSetNotReusable, DNSSECNotFound, HealthCheckAlreadyExists, HealthCheckInUse, HealthCheckVersionMismatch, HostedZoneAlreadyExists, HostedZoneNotEmpty, HostedZoneNotFound, HostedZoneNotPrivate, HostedZonePartiallyDelegated, IncompatibleVersion, InsufficientCloudWatchLogsResourcePolicy, InvalidArgument, InvalidChangeBatch, InvalidDomainName, InvalidInput, InvalidKeySigningKeyName, InvalidKeySigningKeyStatus, InvalidKMSArn, InvalidPaginationToken, InvalidSigningStatus, InvalidTrafficPolicyDocument, InvalidVPCId, KeySigningKeyAlreadyExists, KeySigningKeyInParentDSRecord, KeySigningKeyInUse, KeySigningKeyWithActiveStatusNotFound, LastVPCAssociation, LimitsExceeded, NoSuchChange, NoSuchCidrCollectionException, NoSuchCidrLocationException, NoSuchCloudWatchLogsLogGroup, NoSuchDelegationSet, NoSuchGeoLocation, NoSuchHealthCheck, NoSuchHostedZone, NoSuchKeySigningKey, NoSuchQueryLoggingConfig, NoSuchTrafficPolicy, NoSuchTrafficPolicyInstance, NotAuthorizedException, PriorRequestNotComplete, PublicZoneVPCAssociation, QueryLoggingConfigAlreadyExists, ThrottlingException, TooManyHealthChecks, TooManyHostedZones, TooManyKeySigningKeys, TooManyTrafficPolicies, TooManyTrafficPolicyInstances, TooManyTrafficPolicyVersionsForCurrentPolicy, TooManyVPCAssociationAuthorizations, TrafficPolicyAlreadyExists, TrafficPolicyInstanceAlreadyExists, TrafficPolicyInUse, VPCAssociationAuthorizationNotFound, VPCAssociationNotFound, } from "../models/errors";
|
|
565
|
+
import { Route53ServiceException } from "../models/Route53ServiceException";
|
|
566
|
+
export var AccountLimit$ = [3, n0, _AL, 0, [_T, _V], [0, 1]];
|
|
567
|
+
export var ActivateKeySigningKeyRequest$ = [
|
|
568
568
|
3,
|
|
569
569
|
n0,
|
|
570
570
|
_AKSKR,
|
|
@@ -575,28 +575,28 @@ export var ActivateKeySigningKeyRequest = [
|
|
|
575
575
|
[0, 1],
|
|
576
576
|
],
|
|
577
577
|
];
|
|
578
|
-
export var ActivateKeySigningKeyResponse = [3, n0, _AKSKRc, 0, [_CI], [() => ChangeInfo]];
|
|
579
|
-
export var AlarmIdentifier = [3, n0, _AI, 0, [_R, _N], [0, 0]];
|
|
580
|
-
export var AliasTarget = [3, n0, _AT, 0, [_HZI, _DNSN, _ETH], [0, 0, 2]];
|
|
581
|
-
export var AssociateVPCWithHostedZoneRequest = [
|
|
578
|
+
export var ActivateKeySigningKeyResponse$ = [3, n0, _AKSKRc, 0, [_CI], [() => ChangeInfo$]];
|
|
579
|
+
export var AlarmIdentifier$ = [3, n0, _AI, 0, [_R, _N], [0, 0]];
|
|
580
|
+
export var AliasTarget$ = [3, n0, _AT, 0, [_HZI, _DNSN, _ETH], [0, 0, 2]];
|
|
581
|
+
export var AssociateVPCWithHostedZoneRequest$ = [
|
|
582
582
|
3,
|
|
583
583
|
n0,
|
|
584
584
|
_AVPCWHZR,
|
|
585
585
|
0,
|
|
586
586
|
[_HZI, _VPC, _C],
|
|
587
|
-
[[0, 1], () => VPC
|
|
587
|
+
[[0, 1], () => VPC$, 0],
|
|
588
588
|
];
|
|
589
|
-
export var AssociateVPCWithHostedZoneResponse = [
|
|
589
|
+
export var AssociateVPCWithHostedZoneResponse$ = [
|
|
590
590
|
3,
|
|
591
591
|
n0,
|
|
592
592
|
_AVPCWHZRs,
|
|
593
593
|
0,
|
|
594
594
|
[_CI],
|
|
595
|
-
[() => ChangeInfo],
|
|
595
|
+
[() => ChangeInfo$],
|
|
596
596
|
];
|
|
597
|
-
export var Change = [3, n0, _Ch, 0, [_A, _RRS], [0, [() => ResourceRecordSet
|
|
598
|
-
export var ChangeBatch = [3, n0, _CB, 0, [_C, _Cha], [0, [() => Changes, 0]]];
|
|
599
|
-
export var ChangeCidrCollectionRequest = [
|
|
597
|
+
export var Change$ = [3, n0, _Ch, 0, [_A, _RRS], [0, [() => ResourceRecordSet$, 0]]];
|
|
598
|
+
export var ChangeBatch$ = [3, n0, _CB, 0, [_C, _Cha], [0, [() => Changes, 0]]];
|
|
599
|
+
export var ChangeCidrCollectionRequest$ = [
|
|
600
600
|
3,
|
|
601
601
|
n0,
|
|
602
602
|
_CCCR,
|
|
@@ -604,9 +604,9 @@ export var ChangeCidrCollectionRequest = [
|
|
|
604
604
|
[_I, _CV, _Cha],
|
|
605
605
|
[[0, 1], 1, [() => CidrCollectionChanges, 0]],
|
|
606
606
|
];
|
|
607
|
-
export var ChangeCidrCollectionResponse = [3, n0, _CCCRh, 0, [_I], [0]];
|
|
608
|
-
export var ChangeInfo = [3, n0, _CI, 0, [_I, _S, _SA, _C], [0, 0, 4, 0]];
|
|
609
|
-
export var ChangeResourceRecordSetsRequest = [
|
|
607
|
+
export var ChangeCidrCollectionResponse$ = [3, n0, _CCCRh, 0, [_I], [0]];
|
|
608
|
+
export var ChangeInfo$ = [3, n0, _CI, 0, [_I, _S, _SA, _C], [0, 0, 4, 0]];
|
|
609
|
+
export var ChangeResourceRecordSetsRequest$ = [
|
|
610
610
|
3,
|
|
611
611
|
n0,
|
|
612
612
|
_CRRSR,
|
|
@@ -614,11 +614,11 @@ export var ChangeResourceRecordSetsRequest = [
|
|
|
614
614
|
[_HZI, _CB],
|
|
615
615
|
[
|
|
616
616
|
[0, 1],
|
|
617
|
-
[() => ChangeBatch
|
|
617
|
+
[() => ChangeBatch$, 0],
|
|
618
618
|
],
|
|
619
619
|
];
|
|
620
|
-
export var ChangeResourceRecordSetsResponse = [3, n0, _CRRSRh, 0, [_CI], [() => ChangeInfo]];
|
|
621
|
-
export var ChangeTagsForResourceRequest = [
|
|
620
|
+
export var ChangeResourceRecordSetsResponse$ = [3, n0, _CRRSRh, 0, [_CI], [() => ChangeInfo$]];
|
|
621
|
+
export var ChangeTagsForResourceRequest$ = [
|
|
622
622
|
3,
|
|
623
623
|
n0,
|
|
624
624
|
_CTFRR,
|
|
@@ -631,17 +631,17 @@ export var ChangeTagsForResourceRequest = [
|
|
|
631
631
|
[() => TagKeyList, 0],
|
|
632
632
|
],
|
|
633
633
|
];
|
|
634
|
-
export var ChangeTagsForResourceResponse = [3, n0, _CTFRRh, 0, [], []];
|
|
635
|
-
export var CidrBlockInUseException = [-3, n0, _CBIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
636
|
-
TypeRegistry.for(n0).registerError(CidrBlockInUseException
|
|
637
|
-
export var CidrBlockSummary = [3, n0, _CBS, 0, [_CBi, _LN], [0, 0]];
|
|
638
|
-
export var CidrCollection = [3, n0, _CC, 0, [_Ar, _I, _N, _Ve], [0, 0, 0, 1]];
|
|
639
|
-
export var CidrCollectionAlreadyExistsException = [-3, n0, _CCAEE, { [_e]: _c }, [_M], [0]];
|
|
640
|
-
TypeRegistry.for(n0).registerError(CidrCollectionAlreadyExistsException
|
|
641
|
-
export var CidrCollectionChange = [3, n0, _CCC, 0, [_LN, _A, _CL], [0, 0, [() => CidrList, 0]]];
|
|
642
|
-
export var CidrCollectionInUseException = [-3, n0, _CCIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
643
|
-
TypeRegistry.for(n0).registerError(CidrCollectionInUseException
|
|
644
|
-
export var CidrCollectionVersionMismatchException = [
|
|
634
|
+
export var ChangeTagsForResourceResponse$ = [3, n0, _CTFRRh, 0, [], []];
|
|
635
|
+
export var CidrBlockInUseException$ = [-3, n0, _CBIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
636
|
+
TypeRegistry.for(n0).registerError(CidrBlockInUseException$, CidrBlockInUseException);
|
|
637
|
+
export var CidrBlockSummary$ = [3, n0, _CBS, 0, [_CBi, _LN], [0, 0]];
|
|
638
|
+
export var CidrCollection$ = [3, n0, _CC, 0, [_Ar, _I, _N, _Ve], [0, 0, 0, 1]];
|
|
639
|
+
export var CidrCollectionAlreadyExistsException$ = [-3, n0, _CCAEE, { [_e]: _c }, [_M], [0]];
|
|
640
|
+
TypeRegistry.for(n0).registerError(CidrCollectionAlreadyExistsException$, CidrCollectionAlreadyExistsException);
|
|
641
|
+
export var CidrCollectionChange$ = [3, n0, _CCC, 0, [_LN, _A, _CL], [0, 0, [() => CidrList, 0]]];
|
|
642
|
+
export var CidrCollectionInUseException$ = [-3, n0, _CCIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
643
|
+
TypeRegistry.for(n0).registerError(CidrCollectionInUseException$, CidrCollectionInUseException);
|
|
644
|
+
export var CidrCollectionVersionMismatchException$ = [
|
|
645
645
|
-3,
|
|
646
646
|
n0,
|
|
647
647
|
_CCVME,
|
|
@@ -649,9 +649,9 @@ export var CidrCollectionVersionMismatchException = [
|
|
|
649
649
|
[_M],
|
|
650
650
|
[0],
|
|
651
651
|
];
|
|
652
|
-
TypeRegistry.for(n0).registerError(CidrCollectionVersionMismatchException
|
|
653
|
-
export var CidrRoutingConfig = [3, n0, _CRC, 0, [_CIo, _LN], [0, 0]];
|
|
654
|
-
export var CloudWatchAlarmConfiguration = [
|
|
652
|
+
TypeRegistry.for(n0).registerError(CidrCollectionVersionMismatchException$, CidrCollectionVersionMismatchException);
|
|
653
|
+
export var CidrRoutingConfig$ = [3, n0, _CRC, 0, [_CIo, _LN], [0, 0]];
|
|
654
|
+
export var CloudWatchAlarmConfiguration$ = [
|
|
655
655
|
3,
|
|
656
656
|
n0,
|
|
657
657
|
_CWAC,
|
|
@@ -659,59 +659,59 @@ export var CloudWatchAlarmConfiguration = [
|
|
|
659
659
|
[_EP, _Th, _CO, _P, _MN, _Na, _St, _D],
|
|
660
660
|
[1, 1, 0, 1, 0, 0, 0, [() => DimensionList, 0]],
|
|
661
661
|
];
|
|
662
|
-
export var CollectionSummary = [3, n0, _CS, 0, [_Ar, _I, _N, _Ve], [0, 0, 0, 1]];
|
|
663
|
-
export var ConcurrentModification = [-3, n0, _CM, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
664
|
-
TypeRegistry.for(n0).registerError(ConcurrentModification
|
|
665
|
-
export var ConflictingDomainExists = [-3, n0, _CDE, { [_e]: _c }, [_m], [0]];
|
|
666
|
-
TypeRegistry.for(n0).registerError(ConflictingDomainExists
|
|
667
|
-
export var ConflictingTypes = [-3, n0, _CT, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
668
|
-
TypeRegistry.for(n0).registerError(ConflictingTypes
|
|
669
|
-
export var Coordinates = [3, n0, _Co, 0, [_L, _Lo], [0, 0]];
|
|
670
|
-
export var CreateCidrCollectionRequest = [3, n0, _CCCRr, 0, [_N, _CR], [0, 0]];
|
|
671
|
-
export var CreateCidrCollectionResponse = [
|
|
662
|
+
export var CollectionSummary$ = [3, n0, _CS, 0, [_Ar, _I, _N, _Ve], [0, 0, 0, 1]];
|
|
663
|
+
export var ConcurrentModification$ = [-3, n0, _CM, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
664
|
+
TypeRegistry.for(n0).registerError(ConcurrentModification$, ConcurrentModification);
|
|
665
|
+
export var ConflictingDomainExists$ = [-3, n0, _CDE, { [_e]: _c }, [_m], [0]];
|
|
666
|
+
TypeRegistry.for(n0).registerError(ConflictingDomainExists$, ConflictingDomainExists);
|
|
667
|
+
export var ConflictingTypes$ = [-3, n0, _CT, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
668
|
+
TypeRegistry.for(n0).registerError(ConflictingTypes$, ConflictingTypes);
|
|
669
|
+
export var Coordinates$ = [3, n0, _Co, 0, [_L, _Lo], [0, 0]];
|
|
670
|
+
export var CreateCidrCollectionRequest$ = [3, n0, _CCCRr, 0, [_N, _CR], [0, 0]];
|
|
671
|
+
export var CreateCidrCollectionResponse$ = [
|
|
672
672
|
3,
|
|
673
673
|
n0,
|
|
674
674
|
_CCCRre,
|
|
675
675
|
0,
|
|
676
676
|
[_Col, _Loc],
|
|
677
|
-
[() => CidrCollection
|
|
677
|
+
[() => CidrCollection$, [0, { [_hH]: _Loc }]],
|
|
678
678
|
];
|
|
679
|
-
export var CreateHealthCheckRequest = [
|
|
679
|
+
export var CreateHealthCheckRequest$ = [
|
|
680
680
|
3,
|
|
681
681
|
n0,
|
|
682
682
|
_CHCR,
|
|
683
683
|
0,
|
|
684
684
|
[_CR, _HCC],
|
|
685
|
-
[0, [() => HealthCheckConfig
|
|
685
|
+
[0, [() => HealthCheckConfig$, 0]],
|
|
686
686
|
];
|
|
687
|
-
export var CreateHealthCheckResponse = [
|
|
687
|
+
export var CreateHealthCheckResponse$ = [
|
|
688
688
|
3,
|
|
689
689
|
n0,
|
|
690
690
|
_CHCRr,
|
|
691
691
|
0,
|
|
692
692
|
[_HC, _Loc],
|
|
693
693
|
[
|
|
694
|
-
[() => HealthCheck
|
|
694
|
+
[() => HealthCheck$, 0],
|
|
695
695
|
[0, { [_hH]: _Loc }],
|
|
696
696
|
],
|
|
697
697
|
];
|
|
698
|
-
export var CreateHostedZoneRequest = [
|
|
698
|
+
export var CreateHostedZoneRequest$ = [
|
|
699
699
|
3,
|
|
700
700
|
n0,
|
|
701
701
|
_CHZR,
|
|
702
702
|
0,
|
|
703
703
|
[_N, _VPC, _CR, _HZC, _DSI],
|
|
704
|
-
[0, () => VPC
|
|
704
|
+
[0, () => VPC$, 0, () => HostedZoneConfig$, 0],
|
|
705
705
|
];
|
|
706
|
-
export var CreateHostedZoneResponse = [
|
|
706
|
+
export var CreateHostedZoneResponse$ = [
|
|
707
707
|
3,
|
|
708
708
|
n0,
|
|
709
709
|
_CHZRr,
|
|
710
710
|
0,
|
|
711
711
|
[_HZ, _CI, _DS, _VPC, _Loc],
|
|
712
|
-
[() => HostedZone
|
|
712
|
+
[() => HostedZone$, () => ChangeInfo$, [() => DelegationSet$, 0], () => VPC$, [0, { [_hH]: _Loc }]],
|
|
713
713
|
];
|
|
714
|
-
export var CreateKeySigningKeyRequest = [
|
|
714
|
+
export var CreateKeySigningKeyRequest$ = [
|
|
715
715
|
3,
|
|
716
716
|
n0,
|
|
717
717
|
_CKSKR,
|
|
@@ -719,36 +719,36 @@ export var CreateKeySigningKeyRequest = [
|
|
|
719
719
|
[_CR, _HZI, _KMSA, _N, _S],
|
|
720
720
|
[0, 0, 0, 0, 0],
|
|
721
721
|
];
|
|
722
|
-
export var CreateKeySigningKeyResponse = [
|
|
722
|
+
export var CreateKeySigningKeyResponse$ = [
|
|
723
723
|
3,
|
|
724
724
|
n0,
|
|
725
725
|
_CKSKRr,
|
|
726
726
|
0,
|
|
727
727
|
[_CI, _KSK, _Loc],
|
|
728
|
-
[() => ChangeInfo
|
|
728
|
+
[() => ChangeInfo$, () => KeySigningKey$, [0, { [_hH]: _Loc }]],
|
|
729
729
|
];
|
|
730
|
-
export var CreateQueryLoggingConfigRequest = [3, n0, _CQLCR, 0, [_HZI, _CWLLGA], [0, 0]];
|
|
731
|
-
export var CreateQueryLoggingConfigResponse = [
|
|
730
|
+
export var CreateQueryLoggingConfigRequest$ = [3, n0, _CQLCR, 0, [_HZI, _CWLLGA], [0, 0]];
|
|
731
|
+
export var CreateQueryLoggingConfigResponse$ = [
|
|
732
732
|
3,
|
|
733
733
|
n0,
|
|
734
734
|
_CQLCRr,
|
|
735
735
|
0,
|
|
736
736
|
[_QLC, _Loc],
|
|
737
|
-
[() => QueryLoggingConfig
|
|
737
|
+
[() => QueryLoggingConfig$, [0, { [_hH]: _Loc }]],
|
|
738
738
|
];
|
|
739
|
-
export var CreateReusableDelegationSetRequest = [3, n0, _CRDSR, 0, [_CR, _HZI], [0, 0]];
|
|
740
|
-
export var CreateReusableDelegationSetResponse = [
|
|
739
|
+
export var CreateReusableDelegationSetRequest$ = [3, n0, _CRDSR, 0, [_CR, _HZI], [0, 0]];
|
|
740
|
+
export var CreateReusableDelegationSetResponse$ = [
|
|
741
741
|
3,
|
|
742
742
|
n0,
|
|
743
743
|
_CRDSRr,
|
|
744
744
|
0,
|
|
745
745
|
[_DS, _Loc],
|
|
746
746
|
[
|
|
747
|
-
[() => DelegationSet
|
|
747
|
+
[() => DelegationSet$, 0],
|
|
748
748
|
[0, { [_hH]: _Loc }],
|
|
749
749
|
],
|
|
750
750
|
];
|
|
751
|
-
export var CreateTrafficPolicyInstanceRequest = [
|
|
751
|
+
export var CreateTrafficPolicyInstanceRequest$ = [
|
|
752
752
|
3,
|
|
753
753
|
n0,
|
|
754
754
|
_CTPIR,
|
|
@@ -756,49 +756,56 @@ export var CreateTrafficPolicyInstanceRequest = [
|
|
|
756
756
|
[_HZI, _N, _TTL, _TPI, _TPV],
|
|
757
757
|
[0, 0, 1, 0, 1],
|
|
758
758
|
];
|
|
759
|
-
export var CreateTrafficPolicyInstanceResponse = [
|
|
759
|
+
export var CreateTrafficPolicyInstanceResponse$ = [
|
|
760
760
|
3,
|
|
761
761
|
n0,
|
|
762
762
|
_CTPIRr,
|
|
763
763
|
0,
|
|
764
764
|
[_TPIr, _Loc],
|
|
765
|
-
[() => TrafficPolicyInstance
|
|
765
|
+
[() => TrafficPolicyInstance$, [0, { [_hH]: _Loc }]],
|
|
766
766
|
];
|
|
767
|
-
export var CreateTrafficPolicyRequest = [3, n0, _CTPR, 0, [_N, _Do, _C], [0, 0, 0]];
|
|
768
|
-
export var CreateTrafficPolicyResponse = [
|
|
767
|
+
export var CreateTrafficPolicyRequest$ = [3, n0, _CTPR, 0, [_N, _Do, _C], [0, 0, 0]];
|
|
768
|
+
export var CreateTrafficPolicyResponse$ = [
|
|
769
769
|
3,
|
|
770
770
|
n0,
|
|
771
771
|
_CTPRr,
|
|
772
772
|
0,
|
|
773
773
|
[_TP, _Loc],
|
|
774
|
-
[() => TrafficPolicy
|
|
774
|
+
[() => TrafficPolicy$, [0, { [_hH]: _Loc }]],
|
|
775
775
|
];
|
|
776
|
-
export var CreateTrafficPolicyVersionRequest = [
|
|
777
|
-
|
|
776
|
+
export var CreateTrafficPolicyVersionRequest$ = [
|
|
777
|
+
3,
|
|
778
|
+
n0,
|
|
779
|
+
_CTPVR,
|
|
780
|
+
0,
|
|
781
|
+
[_I, _Do, _C],
|
|
782
|
+
[[0, 1], 0, 0],
|
|
783
|
+
];
|
|
784
|
+
export var CreateTrafficPolicyVersionResponse$ = [
|
|
778
785
|
3,
|
|
779
786
|
n0,
|
|
780
787
|
_CTPVRr,
|
|
781
788
|
0,
|
|
782
789
|
[_TP, _Loc],
|
|
783
|
-
[() => TrafficPolicy
|
|
790
|
+
[() => TrafficPolicy$, [0, { [_hH]: _Loc }]],
|
|
784
791
|
];
|
|
785
|
-
export var CreateVPCAssociationAuthorizationRequest = [
|
|
792
|
+
export var CreateVPCAssociationAuthorizationRequest$ = [
|
|
786
793
|
3,
|
|
787
794
|
n0,
|
|
788
795
|
_CVPCAAR,
|
|
789
796
|
0,
|
|
790
797
|
[_HZI, _VPC],
|
|
791
|
-
[[0, 1], () => VPC],
|
|
798
|
+
[[0, 1], () => VPC$],
|
|
792
799
|
];
|
|
793
|
-
export var CreateVPCAssociationAuthorizationResponse = [
|
|
800
|
+
export var CreateVPCAssociationAuthorizationResponse$ = [
|
|
794
801
|
3,
|
|
795
802
|
n0,
|
|
796
803
|
_CVPCAARr,
|
|
797
804
|
0,
|
|
798
805
|
[_HZI, _VPC],
|
|
799
|
-
[0, () => VPC],
|
|
806
|
+
[0, () => VPC$],
|
|
800
807
|
];
|
|
801
|
-
export var DeactivateKeySigningKeyRequest = [
|
|
808
|
+
export var DeactivateKeySigningKeyRequest$ = [
|
|
802
809
|
3,
|
|
803
810
|
n0,
|
|
804
811
|
_DKSKR,
|
|
@@ -809,8 +816,8 @@ export var DeactivateKeySigningKeyRequest = [
|
|
|
809
816
|
[0, 1],
|
|
810
817
|
],
|
|
811
818
|
];
|
|
812
|
-
export var DeactivateKeySigningKeyResponse = [3, n0, _DKSKRe, 0, [_CI], [() => ChangeInfo]];
|
|
813
|
-
export var DelegationSet = [
|
|
819
|
+
export var DeactivateKeySigningKeyResponse$ = [3, n0, _DKSKRe, 0, [_CI], [() => ChangeInfo$]];
|
|
820
|
+
export var DelegationSet$ = [
|
|
814
821
|
3,
|
|
815
822
|
n0,
|
|
816
823
|
_DS,
|
|
@@ -818,23 +825,23 @@ export var DelegationSet = [
|
|
|
818
825
|
[_I, _CR, _NS],
|
|
819
826
|
[0, 0, [() => DelegationSetNameServers, 0]],
|
|
820
827
|
];
|
|
821
|
-
export var DelegationSetAlreadyCreated = [-3, n0, _DSAC, { [_e]: _c }, [_m], [0]];
|
|
822
|
-
TypeRegistry.for(n0).registerError(DelegationSetAlreadyCreated
|
|
823
|
-
export var DelegationSetAlreadyReusable = [-3, n0, _DSAR, { [_e]: _c }, [_m], [0]];
|
|
824
|
-
TypeRegistry.for(n0).registerError(DelegationSetAlreadyReusable
|
|
825
|
-
export var DelegationSetInUse = [-3, n0, _DSIU, { [_e]: _c }, [_m], [0]];
|
|
826
|
-
TypeRegistry.for(n0).registerError(DelegationSetInUse
|
|
827
|
-
export var DelegationSetNotAvailable = [-3, n0, _DSNA, { [_e]: _c }, [_m], [0]];
|
|
828
|
-
TypeRegistry.for(n0).registerError(DelegationSetNotAvailable
|
|
829
|
-
export var DelegationSetNotReusable = [-3, n0, _DSNR, { [_e]: _c }, [_m], [0]];
|
|
830
|
-
TypeRegistry.for(n0).registerError(DelegationSetNotReusable
|
|
831
|
-
export var DeleteCidrCollectionRequest = [3, n0, _DCCR, 0, [_I], [[0, 1]]];
|
|
832
|
-
export var DeleteCidrCollectionResponse = [3, n0, _DCCRe, 0, [], []];
|
|
833
|
-
export var DeleteHealthCheckRequest = [3, n0, _DHCR, 0, [_HCI], [[0, 1]]];
|
|
834
|
-
export var DeleteHealthCheckResponse = [3, n0, _DHCRe, 0, [], []];
|
|
835
|
-
export var DeleteHostedZoneRequest = [3, n0, _DHZR, 0, [_I], [[0, 1]]];
|
|
836
|
-
export var DeleteHostedZoneResponse = [3, n0, _DHZRe, 0, [_CI], [() => ChangeInfo]];
|
|
837
|
-
export var DeleteKeySigningKeyRequest = [
|
|
828
|
+
export var DelegationSetAlreadyCreated$ = [-3, n0, _DSAC, { [_e]: _c }, [_m], [0]];
|
|
829
|
+
TypeRegistry.for(n0).registerError(DelegationSetAlreadyCreated$, DelegationSetAlreadyCreated);
|
|
830
|
+
export var DelegationSetAlreadyReusable$ = [-3, n0, _DSAR, { [_e]: _c }, [_m], [0]];
|
|
831
|
+
TypeRegistry.for(n0).registerError(DelegationSetAlreadyReusable$, DelegationSetAlreadyReusable);
|
|
832
|
+
export var DelegationSetInUse$ = [-3, n0, _DSIU, { [_e]: _c }, [_m], [0]];
|
|
833
|
+
TypeRegistry.for(n0).registerError(DelegationSetInUse$, DelegationSetInUse);
|
|
834
|
+
export var DelegationSetNotAvailable$ = [-3, n0, _DSNA, { [_e]: _c }, [_m], [0]];
|
|
835
|
+
TypeRegistry.for(n0).registerError(DelegationSetNotAvailable$, DelegationSetNotAvailable);
|
|
836
|
+
export var DelegationSetNotReusable$ = [-3, n0, _DSNR, { [_e]: _c }, [_m], [0]];
|
|
837
|
+
TypeRegistry.for(n0).registerError(DelegationSetNotReusable$, DelegationSetNotReusable);
|
|
838
|
+
export var DeleteCidrCollectionRequest$ = [3, n0, _DCCR, 0, [_I], [[0, 1]]];
|
|
839
|
+
export var DeleteCidrCollectionResponse$ = [3, n0, _DCCRe, 0, [], []];
|
|
840
|
+
export var DeleteHealthCheckRequest$ = [3, n0, _DHCR, 0, [_HCI], [[0, 1]]];
|
|
841
|
+
export var DeleteHealthCheckResponse$ = [3, n0, _DHCRe, 0, [], []];
|
|
842
|
+
export var DeleteHostedZoneRequest$ = [3, n0, _DHZR, 0, [_I], [[0, 1]]];
|
|
843
|
+
export var DeleteHostedZoneResponse$ = [3, n0, _DHZRe, 0, [_CI], [() => ChangeInfo$]];
|
|
844
|
+
export var DeleteKeySigningKeyRequest$ = [
|
|
838
845
|
3,
|
|
839
846
|
n0,
|
|
840
847
|
_DKSKRel,
|
|
@@ -845,14 +852,14 @@ export var DeleteKeySigningKeyRequest = [
|
|
|
845
852
|
[0, 1],
|
|
846
853
|
],
|
|
847
854
|
];
|
|
848
|
-
export var DeleteKeySigningKeyResponse = [3, n0, _DKSKRele, 0, [_CI], [() => ChangeInfo]];
|
|
849
|
-
export var DeleteQueryLoggingConfigRequest = [3, n0, _DQLCR, 0, [_I], [[0, 1]]];
|
|
850
|
-
export var DeleteQueryLoggingConfigResponse = [3, n0, _DQLCRe, 0, [], []];
|
|
851
|
-
export var DeleteReusableDelegationSetRequest = [3, n0, _DRDSR, 0, [_I], [[0, 1]]];
|
|
852
|
-
export var DeleteReusableDelegationSetResponse = [3, n0, _DRDSRe, 0, [], []];
|
|
853
|
-
export var DeleteTrafficPolicyInstanceRequest = [3, n0, _DTPIR, 0, [_I], [[0, 1]]];
|
|
854
|
-
export var DeleteTrafficPolicyInstanceResponse = [3, n0, _DTPIRe, 0, [], []];
|
|
855
|
-
export var DeleteTrafficPolicyRequest = [
|
|
855
|
+
export var DeleteKeySigningKeyResponse$ = [3, n0, _DKSKRele, 0, [_CI], [() => ChangeInfo$]];
|
|
856
|
+
export var DeleteQueryLoggingConfigRequest$ = [3, n0, _DQLCR, 0, [_I], [[0, 1]]];
|
|
857
|
+
export var DeleteQueryLoggingConfigResponse$ = [3, n0, _DQLCRe, 0, [], []];
|
|
858
|
+
export var DeleteReusableDelegationSetRequest$ = [3, n0, _DRDSR, 0, [_I], [[0, 1]]];
|
|
859
|
+
export var DeleteReusableDelegationSetResponse$ = [3, n0, _DRDSRe, 0, [], []];
|
|
860
|
+
export var DeleteTrafficPolicyInstanceRequest$ = [3, n0, _DTPIR, 0, [_I], [[0, 1]]];
|
|
861
|
+
export var DeleteTrafficPolicyInstanceResponse$ = [3, n0, _DTPIRe, 0, [], []];
|
|
862
|
+
export var DeleteTrafficPolicyRequest$ = [
|
|
856
863
|
3,
|
|
857
864
|
n0,
|
|
858
865
|
_DTPR,
|
|
@@ -863,42 +870,56 @@ export var DeleteTrafficPolicyRequest = [
|
|
|
863
870
|
[1, 1],
|
|
864
871
|
],
|
|
865
872
|
];
|
|
866
|
-
export var DeleteTrafficPolicyResponse = [3, n0, _DTPRe, 0, [], []];
|
|
867
|
-
export var DeleteVPCAssociationAuthorizationRequest = [
|
|
873
|
+
export var DeleteTrafficPolicyResponse$ = [3, n0, _DTPRe, 0, [], []];
|
|
874
|
+
export var DeleteVPCAssociationAuthorizationRequest$ = [
|
|
868
875
|
3,
|
|
869
876
|
n0,
|
|
870
877
|
_DVPCAAR,
|
|
871
878
|
0,
|
|
872
879
|
[_HZI, _VPC],
|
|
873
|
-
[[0, 1], () => VPC],
|
|
880
|
+
[[0, 1], () => VPC$],
|
|
881
|
+
];
|
|
882
|
+
export var DeleteVPCAssociationAuthorizationResponse$ = [3, n0, _DVPCAARe, 0, [], []];
|
|
883
|
+
export var Dimension$ = [3, n0, _Di, 0, [_N, _V], [0, 0]];
|
|
884
|
+
export var DisableHostedZoneDNSSECRequest$ = [3, n0, _DHZDNSSECR, 0, [_HZI], [[0, 1]]];
|
|
885
|
+
export var DisableHostedZoneDNSSECResponse$ = [
|
|
886
|
+
3,
|
|
887
|
+
n0,
|
|
888
|
+
_DHZDNSSECRi,
|
|
889
|
+
0,
|
|
890
|
+
[_CI],
|
|
891
|
+
[() => ChangeInfo$],
|
|
874
892
|
];
|
|
875
|
-
export var
|
|
876
|
-
export var Dimension = [3, n0, _Di, 0, [_N, _V], [0, 0]];
|
|
877
|
-
export var DisableHostedZoneDNSSECRequest = [3, n0, _DHZDNSSECR, 0, [_HZI], [[0, 1]]];
|
|
878
|
-
export var DisableHostedZoneDNSSECResponse = [3, n0, _DHZDNSSECRi, 0, [_CI], [() => ChangeInfo]];
|
|
879
|
-
export var DisassociateVPCFromHostedZoneRequest = [
|
|
893
|
+
export var DisassociateVPCFromHostedZoneRequest$ = [
|
|
880
894
|
3,
|
|
881
895
|
n0,
|
|
882
896
|
_DVPCFHZR,
|
|
883
897
|
0,
|
|
884
898
|
[_HZI, _VPC, _C],
|
|
885
|
-
[[0, 1], () => VPC
|
|
899
|
+
[[0, 1], () => VPC$, 0],
|
|
886
900
|
];
|
|
887
|
-
export var DisassociateVPCFromHostedZoneResponse = [
|
|
901
|
+
export var DisassociateVPCFromHostedZoneResponse$ = [
|
|
888
902
|
3,
|
|
889
903
|
n0,
|
|
890
904
|
_DVPCFHZRi,
|
|
891
905
|
0,
|
|
892
906
|
[_CI],
|
|
893
|
-
[() => ChangeInfo],
|
|
907
|
+
[() => ChangeInfo$],
|
|
908
|
+
];
|
|
909
|
+
export var DNSSECNotFound$ = [-3, n0, _DNSSECNF, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
910
|
+
TypeRegistry.for(n0).registerError(DNSSECNotFound$, DNSSECNotFound);
|
|
911
|
+
export var DNSSECStatus$ = [3, n0, _DNSSECS, 0, [_SS, _SM], [0, 0]];
|
|
912
|
+
export var EnableHostedZoneDNSSECRequest$ = [3, n0, _EHZDNSSECR, 0, [_HZI], [[0, 1]]];
|
|
913
|
+
export var EnableHostedZoneDNSSECResponse$ = [
|
|
914
|
+
3,
|
|
915
|
+
n0,
|
|
916
|
+
_EHZDNSSECRn,
|
|
917
|
+
0,
|
|
918
|
+
[_CI],
|
|
919
|
+
[() => ChangeInfo$],
|
|
894
920
|
];
|
|
895
|
-
export var
|
|
896
|
-
|
|
897
|
-
export var DNSSECStatus = [3, n0, _DNSSECS, 0, [_SS, _SM], [0, 0]];
|
|
898
|
-
export var EnableHostedZoneDNSSECRequest = [3, n0, _EHZDNSSECR, 0, [_HZI], [[0, 1]]];
|
|
899
|
-
export var EnableHostedZoneDNSSECResponse = [3, n0, _EHZDNSSECRn, 0, [_CI], [() => ChangeInfo]];
|
|
900
|
-
export var GeoLocation = [3, n0, _GL, 0, [_CCo, _CCou, _SC], [0, 0, 0]];
|
|
901
|
-
export var GeoLocationDetails = [
|
|
921
|
+
export var GeoLocation$ = [3, n0, _GL, 0, [_CCo, _CCou, _SC], [0, 0, 0]];
|
|
922
|
+
export var GeoLocationDetails$ = [
|
|
902
923
|
3,
|
|
903
924
|
n0,
|
|
904
925
|
_GLD,
|
|
@@ -906,30 +927,30 @@ export var GeoLocationDetails = [
|
|
|
906
927
|
[_CCo, _CN, _CCou, _CNo, _SC, _SN],
|
|
907
928
|
[0, 0, 0, 0, 0, 0],
|
|
908
929
|
];
|
|
909
|
-
export var GeoProximityLocation = [
|
|
930
|
+
export var GeoProximityLocation$ = [
|
|
910
931
|
3,
|
|
911
932
|
n0,
|
|
912
933
|
_GPL,
|
|
913
934
|
0,
|
|
914
935
|
[_AWSR, _LZG, _Co, _B],
|
|
915
|
-
[0, 0, () => Coordinates
|
|
936
|
+
[0, 0, () => Coordinates$, 1],
|
|
916
937
|
];
|
|
917
|
-
export var GetAccountLimitRequest = [3, n0, _GALR, 0, [_T], [[0, 1]]];
|
|
918
|
-
export var GetAccountLimitResponse = [3, n0, _GALRe, 0, [_Li, _Cou], [() => AccountLimit
|
|
919
|
-
export var GetChangeRequest = [3, n0, _GCR, 0, [_I], [[0, 1]]];
|
|
920
|
-
export var GetChangeResponse = [3, n0, _GCRe, 0, [_CI], [() => ChangeInfo]];
|
|
921
|
-
export var GetCheckerIpRangesRequest = [3, n0, _GCIRR, 0, [], []];
|
|
922
|
-
export var GetCheckerIpRangesResponse = [3, n0, _GCIRRe, 0, [_CIR], [64 | 0]];
|
|
923
|
-
export var GetDNSSECRequest = [3, n0, _GDNSSECR, 0, [_HZI], [[0, 1]]];
|
|
924
|
-
export var GetDNSSECResponse = [
|
|
938
|
+
export var GetAccountLimitRequest$ = [3, n0, _GALR, 0, [_T], [[0, 1]]];
|
|
939
|
+
export var GetAccountLimitResponse$ = [3, n0, _GALRe, 0, [_Li, _Cou], [() => AccountLimit$, 1]];
|
|
940
|
+
export var GetChangeRequest$ = [3, n0, _GCR, 0, [_I], [[0, 1]]];
|
|
941
|
+
export var GetChangeResponse$ = [3, n0, _GCRe, 0, [_CI], [() => ChangeInfo$]];
|
|
942
|
+
export var GetCheckerIpRangesRequest$ = [3, n0, _GCIRR, 0, [], []];
|
|
943
|
+
export var GetCheckerIpRangesResponse$ = [3, n0, _GCIRRe, 0, [_CIR], [64 | 0]];
|
|
944
|
+
export var GetDNSSECRequest$ = [3, n0, _GDNSSECR, 0, [_HZI], [[0, 1]]];
|
|
945
|
+
export var GetDNSSECResponse$ = [
|
|
925
946
|
3,
|
|
926
947
|
n0,
|
|
927
948
|
_GDNSSECRe,
|
|
928
949
|
0,
|
|
929
950
|
[_S, _KSKe],
|
|
930
|
-
[() => DNSSECStatus
|
|
951
|
+
[() => DNSSECStatus$, () => KeySigningKeys],
|
|
931
952
|
];
|
|
932
|
-
export var GetGeoLocationRequest = [
|
|
953
|
+
export var GetGeoLocationRequest$ = [
|
|
933
954
|
3,
|
|
934
955
|
n0,
|
|
935
956
|
_GGLR,
|
|
@@ -941,11 +962,11 @@ export var GetGeoLocationRequest = [
|
|
|
941
962
|
[0, { [_hQ]: _s }],
|
|
942
963
|
],
|
|
943
964
|
];
|
|
944
|
-
export var GetGeoLocationResponse = [3, n0, _GGLRe, 0, [_GLD], [() => GeoLocationDetails]];
|
|
945
|
-
export var GetHealthCheckCountRequest = [3, n0, _GHCCR, 0, [], []];
|
|
946
|
-
export var GetHealthCheckCountResponse = [3, n0, _GHCCRe, 0, [_HCCe], [1]];
|
|
947
|
-
export var GetHealthCheckLastFailureReasonRequest = [3, n0, _GHCLFRR, 0, [_HCI], [[0, 1]]];
|
|
948
|
-
export var GetHealthCheckLastFailureReasonResponse = [
|
|
965
|
+
export var GetGeoLocationResponse$ = [3, n0, _GGLRe, 0, [_GLD], [() => GeoLocationDetails$]];
|
|
966
|
+
export var GetHealthCheckCountRequest$ = [3, n0, _GHCCR, 0, [], []];
|
|
967
|
+
export var GetHealthCheckCountResponse$ = [3, n0, _GHCCRe, 0, [_HCCe], [1]];
|
|
968
|
+
export var GetHealthCheckLastFailureReasonRequest$ = [3, n0, _GHCLFRR, 0, [_HCI], [[0, 1]]];
|
|
969
|
+
export var GetHealthCheckLastFailureReasonResponse$ = [
|
|
949
970
|
3,
|
|
950
971
|
n0,
|
|
951
972
|
_GHCLFRRe,
|
|
@@ -953,10 +974,10 @@ export var GetHealthCheckLastFailureReasonResponse = [
|
|
|
953
974
|
[_HCO],
|
|
954
975
|
[[() => HealthCheckObservations, 0]],
|
|
955
976
|
];
|
|
956
|
-
export var GetHealthCheckRequest = [3, n0, _GHCR, 0, [_HCI], [[0, 1]]];
|
|
957
|
-
export var GetHealthCheckResponse = [3, n0, _GHCRe, 0, [_HC], [[() => HealthCheck
|
|
958
|
-
export var GetHealthCheckStatusRequest = [3, n0, _GHCSR, 0, [_HCI], [[0, 1]]];
|
|
959
|
-
export var GetHealthCheckStatusResponse = [
|
|
977
|
+
export var GetHealthCheckRequest$ = [3, n0, _GHCR, 0, [_HCI], [[0, 1]]];
|
|
978
|
+
export var GetHealthCheckResponse$ = [3, n0, _GHCRe, 0, [_HC], [[() => HealthCheck$, 0]]];
|
|
979
|
+
export var GetHealthCheckStatusRequest$ = [3, n0, _GHCSR, 0, [_HCI], [[0, 1]]];
|
|
980
|
+
export var GetHealthCheckStatusResponse$ = [
|
|
960
981
|
3,
|
|
961
982
|
n0,
|
|
962
983
|
_GHCSRe,
|
|
@@ -964,9 +985,9 @@ export var GetHealthCheckStatusResponse = [
|
|
|
964
985
|
[_HCO],
|
|
965
986
|
[[() => HealthCheckObservations, 0]],
|
|
966
987
|
];
|
|
967
|
-
export var GetHostedZoneCountRequest = [3, n0, _GHZCR, 0, [], []];
|
|
968
|
-
export var GetHostedZoneCountResponse = [3, n0, _GHZCRe, 0, [_HZCo], [1]];
|
|
969
|
-
export var GetHostedZoneLimitRequest = [
|
|
988
|
+
export var GetHostedZoneCountRequest$ = [3, n0, _GHZCR, 0, [], []];
|
|
989
|
+
export var GetHostedZoneCountResponse$ = [3, n0, _GHZCRe, 0, [_HZCo], [1]];
|
|
990
|
+
export var GetHostedZoneLimitRequest$ = [
|
|
970
991
|
3,
|
|
971
992
|
n0,
|
|
972
993
|
_GHZLR,
|
|
@@ -977,33 +998,33 @@ export var GetHostedZoneLimitRequest = [
|
|
|
977
998
|
[0, 1],
|
|
978
999
|
],
|
|
979
1000
|
];
|
|
980
|
-
export var GetHostedZoneLimitResponse = [
|
|
1001
|
+
export var GetHostedZoneLimitResponse$ = [
|
|
981
1002
|
3,
|
|
982
1003
|
n0,
|
|
983
1004
|
_GHZLRe,
|
|
984
1005
|
0,
|
|
985
1006
|
[_Li, _Cou],
|
|
986
|
-
[() => HostedZoneLimit
|
|
1007
|
+
[() => HostedZoneLimit$, 1],
|
|
987
1008
|
];
|
|
988
|
-
export var GetHostedZoneRequest = [3, n0, _GHZR, 0, [_I], [[0, 1]]];
|
|
989
|
-
export var GetHostedZoneResponse = [
|
|
1009
|
+
export var GetHostedZoneRequest$ = [3, n0, _GHZR, 0, [_I], [[0, 1]]];
|
|
1010
|
+
export var GetHostedZoneResponse$ = [
|
|
990
1011
|
3,
|
|
991
1012
|
n0,
|
|
992
1013
|
_GHZRe,
|
|
993
1014
|
0,
|
|
994
1015
|
[_HZ, _DS, _VPCs],
|
|
995
|
-
[() => HostedZone
|
|
1016
|
+
[() => HostedZone$, [() => DelegationSet$, 0], [() => VPCs, 0]],
|
|
996
1017
|
];
|
|
997
|
-
export var GetQueryLoggingConfigRequest = [3, n0, _GQLCR, 0, [_I], [[0, 1]]];
|
|
998
|
-
export var GetQueryLoggingConfigResponse = [
|
|
1018
|
+
export var GetQueryLoggingConfigRequest$ = [3, n0, _GQLCR, 0, [_I], [[0, 1]]];
|
|
1019
|
+
export var GetQueryLoggingConfigResponse$ = [
|
|
999
1020
|
3,
|
|
1000
1021
|
n0,
|
|
1001
1022
|
_GQLCRe,
|
|
1002
1023
|
0,
|
|
1003
1024
|
[_QLC],
|
|
1004
|
-
[() => QueryLoggingConfig],
|
|
1025
|
+
[() => QueryLoggingConfig$],
|
|
1005
1026
|
];
|
|
1006
|
-
export var GetReusableDelegationSetLimitRequest = [
|
|
1027
|
+
export var GetReusableDelegationSetLimitRequest$ = [
|
|
1007
1028
|
3,
|
|
1008
1029
|
n0,
|
|
1009
1030
|
_GRDSLR,
|
|
@@ -1014,35 +1035,35 @@ export var GetReusableDelegationSetLimitRequest = [
|
|
|
1014
1035
|
[0, 1],
|
|
1015
1036
|
],
|
|
1016
1037
|
];
|
|
1017
|
-
export var GetReusableDelegationSetLimitResponse = [
|
|
1038
|
+
export var GetReusableDelegationSetLimitResponse$ = [
|
|
1018
1039
|
3,
|
|
1019
1040
|
n0,
|
|
1020
1041
|
_GRDSLRe,
|
|
1021
1042
|
0,
|
|
1022
1043
|
[_Li, _Cou],
|
|
1023
|
-
[() => ReusableDelegationSetLimit
|
|
1044
|
+
[() => ReusableDelegationSetLimit$, 1],
|
|
1024
1045
|
];
|
|
1025
|
-
export var GetReusableDelegationSetRequest = [3, n0, _GRDSR, 0, [_I], [[0, 1]]];
|
|
1026
|
-
export var GetReusableDelegationSetResponse = [
|
|
1046
|
+
export var GetReusableDelegationSetRequest$ = [3, n0, _GRDSR, 0, [_I], [[0, 1]]];
|
|
1047
|
+
export var GetReusableDelegationSetResponse$ = [
|
|
1027
1048
|
3,
|
|
1028
1049
|
n0,
|
|
1029
1050
|
_GRDSRe,
|
|
1030
1051
|
0,
|
|
1031
1052
|
[_DS],
|
|
1032
|
-
[[() => DelegationSet
|
|
1053
|
+
[[() => DelegationSet$, 0]],
|
|
1033
1054
|
];
|
|
1034
|
-
export var GetTrafficPolicyInstanceCountRequest = [3, n0, _GTPICR, 0, [], []];
|
|
1035
|
-
export var GetTrafficPolicyInstanceCountResponse = [3, n0, _GTPICRe, 0, [_TPIC], [1]];
|
|
1036
|
-
export var GetTrafficPolicyInstanceRequest = [3, n0, _GTPIR, 0, [_I], [[0, 1]]];
|
|
1037
|
-
export var GetTrafficPolicyInstanceResponse = [
|
|
1055
|
+
export var GetTrafficPolicyInstanceCountRequest$ = [3, n0, _GTPICR, 0, [], []];
|
|
1056
|
+
export var GetTrafficPolicyInstanceCountResponse$ = [3, n0, _GTPICRe, 0, [_TPIC], [1]];
|
|
1057
|
+
export var GetTrafficPolicyInstanceRequest$ = [3, n0, _GTPIR, 0, [_I], [[0, 1]]];
|
|
1058
|
+
export var GetTrafficPolicyInstanceResponse$ = [
|
|
1038
1059
|
3,
|
|
1039
1060
|
n0,
|
|
1040
1061
|
_GTPIRe,
|
|
1041
1062
|
0,
|
|
1042
1063
|
[_TPIr],
|
|
1043
|
-
[() => TrafficPolicyInstance],
|
|
1064
|
+
[() => TrafficPolicyInstance$],
|
|
1044
1065
|
];
|
|
1045
|
-
export var GetTrafficPolicyRequest = [
|
|
1066
|
+
export var GetTrafficPolicyRequest$ = [
|
|
1046
1067
|
3,
|
|
1047
1068
|
n0,
|
|
1048
1069
|
_GTPR,
|
|
@@ -1053,18 +1074,18 @@ export var GetTrafficPolicyRequest = [
|
|
|
1053
1074
|
[1, 1],
|
|
1054
1075
|
],
|
|
1055
1076
|
];
|
|
1056
|
-
export var GetTrafficPolicyResponse = [3, n0, _GTPRe, 0, [_TP], [() => TrafficPolicy]];
|
|
1057
|
-
export var HealthCheck = [
|
|
1077
|
+
export var GetTrafficPolicyResponse$ = [3, n0, _GTPRe, 0, [_TP], [() => TrafficPolicy$]];
|
|
1078
|
+
export var HealthCheck$ = [
|
|
1058
1079
|
3,
|
|
1059
1080
|
n0,
|
|
1060
1081
|
_HC,
|
|
1061
1082
|
0,
|
|
1062
1083
|
[_I, _CR, _LS, _HCC, _HCV, _CWAC],
|
|
1063
|
-
[0, 0, () => LinkedService
|
|
1084
|
+
[0, 0, () => LinkedService$, [() => HealthCheckConfig$, 0], 1, [() => CloudWatchAlarmConfiguration$, 0]],
|
|
1064
1085
|
];
|
|
1065
|
-
export var HealthCheckAlreadyExists = [-3, n0, _HCAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
1066
|
-
TypeRegistry.for(n0).registerError(HealthCheckAlreadyExists
|
|
1067
|
-
export var HealthCheckConfig = [
|
|
1086
|
+
export var HealthCheckAlreadyExists$ = [-3, n0, _HCAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
1087
|
+
TypeRegistry.for(n0).registerError(HealthCheckAlreadyExists$, HealthCheckAlreadyExists);
|
|
1088
|
+
export var HealthCheckConfig$ = [
|
|
1068
1089
|
3,
|
|
1069
1090
|
n0,
|
|
1070
1091
|
_HCC,
|
|
@@ -1086,57 +1107,57 @@ export var HealthCheckConfig = [
|
|
|
1086
1107
|
[() => ChildHealthCheckList, 0],
|
|
1087
1108
|
2,
|
|
1088
1109
|
[() => HealthCheckRegionList, 0],
|
|
1089
|
-
() => AlarmIdentifier
|
|
1110
|
+
() => AlarmIdentifier$,
|
|
1090
1111
|
0,
|
|
1091
1112
|
0,
|
|
1092
1113
|
],
|
|
1093
1114
|
];
|
|
1094
|
-
export var HealthCheckInUse = [-3, n0, _HCIU, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1095
|
-
TypeRegistry.for(n0).registerError(HealthCheckInUse
|
|
1096
|
-
export var HealthCheckObservation = [
|
|
1115
|
+
export var HealthCheckInUse$ = [-3, n0, _HCIU, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1116
|
+
TypeRegistry.for(n0).registerError(HealthCheckInUse$, HealthCheckInUse);
|
|
1117
|
+
export var HealthCheckObservation$ = [
|
|
1097
1118
|
3,
|
|
1098
1119
|
n0,
|
|
1099
1120
|
_HCOe,
|
|
1100
1121
|
0,
|
|
1101
1122
|
[_R, _IPA, _SR],
|
|
1102
|
-
[0, 0, () => StatusReport],
|
|
1123
|
+
[0, 0, () => StatusReport$],
|
|
1103
1124
|
];
|
|
1104
|
-
export var HealthCheckVersionMismatch = [-3, n0, _HCVM, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
1105
|
-
TypeRegistry.for(n0).registerError(HealthCheckVersionMismatch
|
|
1106
|
-
export var HostedZone = [
|
|
1125
|
+
export var HealthCheckVersionMismatch$ = [-3, n0, _HCVM, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
1126
|
+
TypeRegistry.for(n0).registerError(HealthCheckVersionMismatch$, HealthCheckVersionMismatch);
|
|
1127
|
+
export var HostedZone$ = [
|
|
1107
1128
|
3,
|
|
1108
1129
|
n0,
|
|
1109
1130
|
_HZ,
|
|
1110
1131
|
0,
|
|
1111
1132
|
[_I, _N, _CR, _Con, _RRSC, _LS, _F],
|
|
1112
|
-
[0, 0, 0, () => HostedZoneConfig
|
|
1133
|
+
[0, 0, 0, () => HostedZoneConfig$, 1, () => LinkedService$, () => HostedZoneFeatures$],
|
|
1113
1134
|
];
|
|
1114
|
-
export var HostedZoneAlreadyExists = [-3, n0, _HZAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
1115
|
-
TypeRegistry.for(n0).registerError(HostedZoneAlreadyExists
|
|
1116
|
-
export var HostedZoneConfig = [3, n0, _HZC, 0, [_C, _PZ], [0, 2]];
|
|
1117
|
-
export var HostedZoneFailureReasons = [3, n0, _HZFR, 0, [_AR], [0]];
|
|
1118
|
-
export var HostedZoneFeatures = [
|
|
1135
|
+
export var HostedZoneAlreadyExists$ = [-3, n0, _HZAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
1136
|
+
TypeRegistry.for(n0).registerError(HostedZoneAlreadyExists$, HostedZoneAlreadyExists);
|
|
1137
|
+
export var HostedZoneConfig$ = [3, n0, _HZC, 0, [_C, _PZ], [0, 2]];
|
|
1138
|
+
export var HostedZoneFailureReasons$ = [3, n0, _HZFR, 0, [_AR], [0]];
|
|
1139
|
+
export var HostedZoneFeatures$ = [
|
|
1119
1140
|
3,
|
|
1120
1141
|
n0,
|
|
1121
1142
|
_HZF,
|
|
1122
1143
|
0,
|
|
1123
1144
|
[_ARS, _FR],
|
|
1124
|
-
[0, () => HostedZoneFailureReasons],
|
|
1125
|
-
];
|
|
1126
|
-
export var HostedZoneLimit = [3, n0, _HZL, 0, [_T, _V], [0, 1]];
|
|
1127
|
-
export var HostedZoneNotEmpty = [-3, n0, _HZNE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1128
|
-
TypeRegistry.for(n0).registerError(HostedZoneNotEmpty
|
|
1129
|
-
export var HostedZoneNotFound = [-3, n0, _HZNF, { [_e]: _c }, [_m], [0]];
|
|
1130
|
-
TypeRegistry.for(n0).registerError(HostedZoneNotFound
|
|
1131
|
-
export var HostedZoneNotPrivate = [-3, n0, _HZNP, { [_e]: _c }, [_m], [0]];
|
|
1132
|
-
TypeRegistry.for(n0).registerError(HostedZoneNotPrivate
|
|
1133
|
-
export var HostedZoneOwner = [3, n0, _HZO, 0, [_OA, _OS], [0, 0]];
|
|
1134
|
-
export var HostedZonePartiallyDelegated = [-3, n0, _HZPD, { [_e]: _c }, [_m], [0]];
|
|
1135
|
-
TypeRegistry.for(n0).registerError(HostedZonePartiallyDelegated
|
|
1136
|
-
export var HostedZoneSummary = [3, n0, _HZS, 0, [_HZI, _N, _O], [0, 0, () => HostedZoneOwner]];
|
|
1137
|
-
export var IncompatibleVersion = [-3, n0, _IV, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1138
|
-
TypeRegistry.for(n0).registerError(IncompatibleVersion
|
|
1139
|
-
export var InsufficientCloudWatchLogsResourcePolicy = [
|
|
1145
|
+
[0, () => HostedZoneFailureReasons$],
|
|
1146
|
+
];
|
|
1147
|
+
export var HostedZoneLimit$ = [3, n0, _HZL, 0, [_T, _V], [0, 1]];
|
|
1148
|
+
export var HostedZoneNotEmpty$ = [-3, n0, _HZNE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1149
|
+
TypeRegistry.for(n0).registerError(HostedZoneNotEmpty$, HostedZoneNotEmpty);
|
|
1150
|
+
export var HostedZoneNotFound$ = [-3, n0, _HZNF, { [_e]: _c }, [_m], [0]];
|
|
1151
|
+
TypeRegistry.for(n0).registerError(HostedZoneNotFound$, HostedZoneNotFound);
|
|
1152
|
+
export var HostedZoneNotPrivate$ = [-3, n0, _HZNP, { [_e]: _c }, [_m], [0]];
|
|
1153
|
+
TypeRegistry.for(n0).registerError(HostedZoneNotPrivate$, HostedZoneNotPrivate);
|
|
1154
|
+
export var HostedZoneOwner$ = [3, n0, _HZO, 0, [_OA, _OS], [0, 0]];
|
|
1155
|
+
export var HostedZonePartiallyDelegated$ = [-3, n0, _HZPD, { [_e]: _c }, [_m], [0]];
|
|
1156
|
+
TypeRegistry.for(n0).registerError(HostedZonePartiallyDelegated$, HostedZonePartiallyDelegated);
|
|
1157
|
+
export var HostedZoneSummary$ = [3, n0, _HZS, 0, [_HZI, _N, _O], [0, 0, () => HostedZoneOwner$]];
|
|
1158
|
+
export var IncompatibleVersion$ = [-3, n0, _IV, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1159
|
+
TypeRegistry.for(n0).registerError(IncompatibleVersion$, IncompatibleVersion);
|
|
1160
|
+
export var InsufficientCloudWatchLogsResourcePolicy$ = [
|
|
1140
1161
|
-3,
|
|
1141
1162
|
n0,
|
|
1142
1163
|
_ICWLRP,
|
|
@@ -1144,10 +1165,10 @@ export var InsufficientCloudWatchLogsResourcePolicy = [
|
|
|
1144
1165
|
[_m],
|
|
1145
1166
|
[0],
|
|
1146
1167
|
];
|
|
1147
|
-
TypeRegistry.for(n0).registerError(InsufficientCloudWatchLogsResourcePolicy
|
|
1148
|
-
export var InvalidArgument = [-3, n0, _IA, { [_e]: _c }, [_m], [0]];
|
|
1149
|
-
TypeRegistry.for(n0).registerError(InvalidArgument
|
|
1150
|
-
export var InvalidChangeBatch = [
|
|
1168
|
+
TypeRegistry.for(n0).registerError(InsufficientCloudWatchLogsResourcePolicy$, InsufficientCloudWatchLogsResourcePolicy);
|
|
1169
|
+
export var InvalidArgument$ = [-3, n0, _IA, { [_e]: _c }, [_m], [0]];
|
|
1170
|
+
TypeRegistry.for(n0).registerError(InvalidArgument$, InvalidArgument);
|
|
1171
|
+
export var InvalidChangeBatch$ = [
|
|
1151
1172
|
-3,
|
|
1152
1173
|
n0,
|
|
1153
1174
|
_ICB,
|
|
@@ -1155,26 +1176,26 @@ export var InvalidChangeBatch = [
|
|
|
1155
1176
|
[_me, _m],
|
|
1156
1177
|
[[() => ErrorMessages, 0], 0],
|
|
1157
1178
|
];
|
|
1158
|
-
TypeRegistry.for(n0).registerError(InvalidChangeBatch
|
|
1159
|
-
export var InvalidDomainName = [-3, n0, _IDN, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1160
|
-
TypeRegistry.for(n0).registerError(InvalidDomainName
|
|
1161
|
-
export var InvalidInput = [-3, n0, _II, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1162
|
-
TypeRegistry.for(n0).registerError(InvalidInput
|
|
1163
|
-
export var InvalidKeySigningKeyName = [-3, n0, _IKSKN, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1164
|
-
TypeRegistry.for(n0).registerError(InvalidKeySigningKeyName
|
|
1165
|
-
export var InvalidKeySigningKeyStatus = [-3, n0, _IKSKS, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1166
|
-
TypeRegistry.for(n0).registerError(InvalidKeySigningKeyStatus
|
|
1167
|
-
export var InvalidKMSArn = [-3, n0, _IKMSA, { [_e]: _c }, [_m], [0]];
|
|
1168
|
-
TypeRegistry.for(n0).registerError(InvalidKMSArn
|
|
1169
|
-
export var InvalidPaginationToken = [-3, n0, _IPT, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1170
|
-
TypeRegistry.for(n0).registerError(InvalidPaginationToken
|
|
1171
|
-
export var InvalidSigningStatus = [-3, n0, _ISS, { [_e]: _c }, [_m], [0]];
|
|
1172
|
-
TypeRegistry.for(n0).registerError(InvalidSigningStatus
|
|
1173
|
-
export var InvalidTrafficPolicyDocument = [-3, n0, _ITPD, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1174
|
-
TypeRegistry.for(n0).registerError(InvalidTrafficPolicyDocument
|
|
1175
|
-
export var InvalidVPCId = [-3, n0, _IVPCI, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1176
|
-
TypeRegistry.for(n0).registerError(InvalidVPCId
|
|
1177
|
-
export var KeySigningKey = [
|
|
1179
|
+
TypeRegistry.for(n0).registerError(InvalidChangeBatch$, InvalidChangeBatch);
|
|
1180
|
+
export var InvalidDomainName$ = [-3, n0, _IDN, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1181
|
+
TypeRegistry.for(n0).registerError(InvalidDomainName$, InvalidDomainName);
|
|
1182
|
+
export var InvalidInput$ = [-3, n0, _II, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1183
|
+
TypeRegistry.for(n0).registerError(InvalidInput$, InvalidInput);
|
|
1184
|
+
export var InvalidKeySigningKeyName$ = [-3, n0, _IKSKN, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1185
|
+
TypeRegistry.for(n0).registerError(InvalidKeySigningKeyName$, InvalidKeySigningKeyName);
|
|
1186
|
+
export var InvalidKeySigningKeyStatus$ = [-3, n0, _IKSKS, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1187
|
+
TypeRegistry.for(n0).registerError(InvalidKeySigningKeyStatus$, InvalidKeySigningKeyStatus);
|
|
1188
|
+
export var InvalidKMSArn$ = [-3, n0, _IKMSA, { [_e]: _c }, [_m], [0]];
|
|
1189
|
+
TypeRegistry.for(n0).registerError(InvalidKMSArn$, InvalidKMSArn);
|
|
1190
|
+
export var InvalidPaginationToken$ = [-3, n0, _IPT, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1191
|
+
TypeRegistry.for(n0).registerError(InvalidPaginationToken$, InvalidPaginationToken);
|
|
1192
|
+
export var InvalidSigningStatus$ = [-3, n0, _ISS, { [_e]: _c }, [_m], [0]];
|
|
1193
|
+
TypeRegistry.for(n0).registerError(InvalidSigningStatus$, InvalidSigningStatus);
|
|
1194
|
+
export var InvalidTrafficPolicyDocument$ = [-3, n0, _ITPD, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1195
|
+
TypeRegistry.for(n0).registerError(InvalidTrafficPolicyDocument$, InvalidTrafficPolicyDocument);
|
|
1196
|
+
export var InvalidVPCId$ = [-3, n0, _IVPCI, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1197
|
+
TypeRegistry.for(n0).registerError(InvalidVPCId$, InvalidVPCId);
|
|
1198
|
+
export var KeySigningKey$ = [
|
|
1178
1199
|
3,
|
|
1179
1200
|
n0,
|
|
1180
1201
|
_KSK,
|
|
@@ -1182,20 +1203,20 @@ export var KeySigningKey = [
|
|
|
1182
1203
|
[_N, _KA, _Fl, _SAM, _SAT, _DAM, _DAT, _KT, _DV, _PK, _DSR, _DNSKEYR, _S, _SM, _CD, _LMD],
|
|
1183
1204
|
[0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 4, 4],
|
|
1184
1205
|
];
|
|
1185
|
-
export var KeySigningKeyAlreadyExists = [-3, n0, _KSKAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
1186
|
-
TypeRegistry.for(n0).registerError(KeySigningKeyAlreadyExists
|
|
1187
|
-
export var KeySigningKeyInParentDSRecord = [-3, n0, _KSKIPDSR, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1188
|
-
TypeRegistry.for(n0).registerError(KeySigningKeyInParentDSRecord
|
|
1189
|
-
export var KeySigningKeyInUse = [-3, n0, _KSKIU, { [_e]: _c }, [_m], [0]];
|
|
1190
|
-
TypeRegistry.for(n0).registerError(KeySigningKeyInUse
|
|
1191
|
-
export var KeySigningKeyWithActiveStatusNotFound = [-3, n0, _KSKWASNF, { [_e]: _c }, [_m], [0]];
|
|
1192
|
-
TypeRegistry.for(n0).registerError(KeySigningKeyWithActiveStatusNotFound
|
|
1193
|
-
export var LastVPCAssociation = [-3, n0, _LVPCA, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1194
|
-
TypeRegistry.for(n0).registerError(LastVPCAssociation
|
|
1195
|
-
export var LimitsExceeded = [-3, n0, _LE, { [_e]: _c }, [_m], [0]];
|
|
1196
|
-
TypeRegistry.for(n0).registerError(LimitsExceeded
|
|
1197
|
-
export var LinkedService = [3, n0, _LS, 0, [_SP, _De], [0, 0]];
|
|
1198
|
-
export var ListCidrBlocksRequest = [
|
|
1206
|
+
export var KeySigningKeyAlreadyExists$ = [-3, n0, _KSKAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
1207
|
+
TypeRegistry.for(n0).registerError(KeySigningKeyAlreadyExists$, KeySigningKeyAlreadyExists);
|
|
1208
|
+
export var KeySigningKeyInParentDSRecord$ = [-3, n0, _KSKIPDSR, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1209
|
+
TypeRegistry.for(n0).registerError(KeySigningKeyInParentDSRecord$, KeySigningKeyInParentDSRecord);
|
|
1210
|
+
export var KeySigningKeyInUse$ = [-3, n0, _KSKIU, { [_e]: _c }, [_m], [0]];
|
|
1211
|
+
TypeRegistry.for(n0).registerError(KeySigningKeyInUse$, KeySigningKeyInUse);
|
|
1212
|
+
export var KeySigningKeyWithActiveStatusNotFound$ = [-3, n0, _KSKWASNF, { [_e]: _c }, [_m], [0]];
|
|
1213
|
+
TypeRegistry.for(n0).registerError(KeySigningKeyWithActiveStatusNotFound$, KeySigningKeyWithActiveStatusNotFound);
|
|
1214
|
+
export var LastVPCAssociation$ = [-3, n0, _LVPCA, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1215
|
+
TypeRegistry.for(n0).registerError(LastVPCAssociation$, LastVPCAssociation);
|
|
1216
|
+
export var LimitsExceeded$ = [-3, n0, _LE, { [_e]: _c }, [_m], [0]];
|
|
1217
|
+
TypeRegistry.for(n0).registerError(LimitsExceeded$, LimitsExceeded);
|
|
1218
|
+
export var LinkedService$ = [3, n0, _LS, 0, [_SP, _De], [0, 0]];
|
|
1219
|
+
export var ListCidrBlocksRequest$ = [
|
|
1199
1220
|
3,
|
|
1200
1221
|
n0,
|
|
1201
1222
|
_LCBR,
|
|
@@ -1208,7 +1229,7 @@ export var ListCidrBlocksRequest = [
|
|
|
1208
1229
|
[1, { [_hQ]: _ma }],
|
|
1209
1230
|
],
|
|
1210
1231
|
];
|
|
1211
|
-
export var ListCidrBlocksResponse = [
|
|
1232
|
+
export var ListCidrBlocksResponse$ = [
|
|
1212
1233
|
3,
|
|
1213
1234
|
n0,
|
|
1214
1235
|
_LCBRi,
|
|
@@ -1216,7 +1237,7 @@ export var ListCidrBlocksResponse = [
|
|
|
1216
1237
|
[_NT, _CBid],
|
|
1217
1238
|
[0, () => CidrBlockSummaries],
|
|
1218
1239
|
];
|
|
1219
|
-
export var ListCidrCollectionsRequest = [
|
|
1240
|
+
export var ListCidrCollectionsRequest$ = [
|
|
1220
1241
|
3,
|
|
1221
1242
|
n0,
|
|
1222
1243
|
_LCCR,
|
|
@@ -1227,7 +1248,7 @@ export var ListCidrCollectionsRequest = [
|
|
|
1227
1248
|
[1, { [_hQ]: _ma }],
|
|
1228
1249
|
],
|
|
1229
1250
|
];
|
|
1230
|
-
export var ListCidrCollectionsResponse = [
|
|
1251
|
+
export var ListCidrCollectionsResponse$ = [
|
|
1231
1252
|
3,
|
|
1232
1253
|
n0,
|
|
1233
1254
|
_LCCRi,
|
|
@@ -1235,7 +1256,7 @@ export var ListCidrCollectionsResponse = [
|
|
|
1235
1256
|
[_NT, _CCi],
|
|
1236
1257
|
[0, () => CollectionSummaries],
|
|
1237
1258
|
];
|
|
1238
|
-
export var ListCidrLocationsRequest = [
|
|
1259
|
+
export var ListCidrLocationsRequest$ = [
|
|
1239
1260
|
3,
|
|
1240
1261
|
n0,
|
|
1241
1262
|
_LCLR,
|
|
@@ -1247,7 +1268,7 @@ export var ListCidrLocationsRequest = [
|
|
|
1247
1268
|
[1, { [_hQ]: _ma }],
|
|
1248
1269
|
],
|
|
1249
1270
|
];
|
|
1250
|
-
export var ListCidrLocationsResponse = [
|
|
1271
|
+
export var ListCidrLocationsResponse$ = [
|
|
1251
1272
|
3,
|
|
1252
1273
|
n0,
|
|
1253
1274
|
_LCLRi,
|
|
@@ -1255,7 +1276,7 @@ export var ListCidrLocationsResponse = [
|
|
|
1255
1276
|
[_NT, _CLi],
|
|
1256
1277
|
[0, () => LocationSummaries],
|
|
1257
1278
|
];
|
|
1258
|
-
export var ListGeoLocationsRequest = [
|
|
1279
|
+
export var ListGeoLocationsRequest$ = [
|
|
1259
1280
|
3,
|
|
1260
1281
|
n0,
|
|
1261
1282
|
_LGLR,
|
|
@@ -1268,7 +1289,7 @@ export var ListGeoLocationsRequest = [
|
|
|
1268
1289
|
[1, { [_hQ]: _max }],
|
|
1269
1290
|
],
|
|
1270
1291
|
];
|
|
1271
|
-
export var ListGeoLocationsResponse = [
|
|
1292
|
+
export var ListGeoLocationsResponse$ = [
|
|
1272
1293
|
3,
|
|
1273
1294
|
n0,
|
|
1274
1295
|
_LGLRi,
|
|
@@ -1276,7 +1297,7 @@ export var ListGeoLocationsResponse = [
|
|
|
1276
1297
|
[_GLDL, _IT, _NCC, _NCCe, _NSC, _MI],
|
|
1277
1298
|
[[() => GeoLocationDetailsList, 0], 2, 0, 0, 0, 1],
|
|
1278
1299
|
];
|
|
1279
|
-
export var ListHealthChecksRequest = [
|
|
1300
|
+
export var ListHealthChecksRequest$ = [
|
|
1280
1301
|
3,
|
|
1281
1302
|
n0,
|
|
1282
1303
|
_LHCR,
|
|
@@ -1287,7 +1308,7 @@ export var ListHealthChecksRequest = [
|
|
|
1287
1308
|
[1, { [_hQ]: _max }],
|
|
1288
1309
|
],
|
|
1289
1310
|
];
|
|
1290
|
-
export var ListHealthChecksResponse = [
|
|
1311
|
+
export var ListHealthChecksResponse$ = [
|
|
1291
1312
|
3,
|
|
1292
1313
|
n0,
|
|
1293
1314
|
_LHCRi,
|
|
@@ -1295,7 +1316,7 @@ export var ListHealthChecksResponse = [
|
|
|
1295
1316
|
[_HCe, _Ma, _IT, _NM, _MI],
|
|
1296
1317
|
[[() => HealthChecks, 0], 0, 2, 0, 1],
|
|
1297
1318
|
];
|
|
1298
|
-
export var ListHostedZonesByNameRequest = [
|
|
1319
|
+
export var ListHostedZonesByNameRequest$ = [
|
|
1299
1320
|
3,
|
|
1300
1321
|
n0,
|
|
1301
1322
|
_LHZBNR,
|
|
@@ -1307,7 +1328,7 @@ export var ListHostedZonesByNameRequest = [
|
|
|
1307
1328
|
[1, { [_hQ]: _max }],
|
|
1308
1329
|
],
|
|
1309
1330
|
];
|
|
1310
|
-
export var ListHostedZonesByNameResponse = [
|
|
1331
|
+
export var ListHostedZonesByNameResponse$ = [
|
|
1311
1332
|
3,
|
|
1312
1333
|
n0,
|
|
1313
1334
|
_LHZBNRi,
|
|
@@ -1315,7 +1336,7 @@ export var ListHostedZonesByNameResponse = [
|
|
|
1315
1336
|
[_HZo, _DNSN, _HZI, _IT, _NDNSN, _NHZI, _MI],
|
|
1316
1337
|
[[() => HostedZones, 0], 0, 0, 2, 0, 0, 1],
|
|
1317
1338
|
];
|
|
1318
|
-
export var ListHostedZonesByVPCRequest = [
|
|
1339
|
+
export var ListHostedZonesByVPCRequest$ = [
|
|
1319
1340
|
3,
|
|
1320
1341
|
n0,
|
|
1321
1342
|
_LHZBVPCR,
|
|
@@ -1328,7 +1349,7 @@ export var ListHostedZonesByVPCRequest = [
|
|
|
1328
1349
|
[0, { [_hQ]: _n }],
|
|
1329
1350
|
],
|
|
1330
1351
|
];
|
|
1331
|
-
export var ListHostedZonesByVPCResponse = [
|
|
1352
|
+
export var ListHostedZonesByVPCResponse$ = [
|
|
1332
1353
|
3,
|
|
1333
1354
|
n0,
|
|
1334
1355
|
_LHZBVPCRi,
|
|
@@ -1336,7 +1357,7 @@ export var ListHostedZonesByVPCResponse = [
|
|
|
1336
1357
|
[_HZSo, _MI, _NT],
|
|
1337
1358
|
[[() => HostedZoneSummaries, 0], 1, 0],
|
|
1338
1359
|
];
|
|
1339
|
-
export var ListHostedZonesRequest = [
|
|
1360
|
+
export var ListHostedZonesRequest$ = [
|
|
1340
1361
|
3,
|
|
1341
1362
|
n0,
|
|
1342
1363
|
_LHZR,
|
|
@@ -1349,7 +1370,7 @@ export var ListHostedZonesRequest = [
|
|
|
1349
1370
|
[0, { [_hQ]: _ho }],
|
|
1350
1371
|
],
|
|
1351
1372
|
];
|
|
1352
|
-
export var ListHostedZonesResponse = [
|
|
1373
|
+
export var ListHostedZonesResponse$ = [
|
|
1353
1374
|
3,
|
|
1354
1375
|
n0,
|
|
1355
1376
|
_LHZRi,
|
|
@@ -1357,7 +1378,7 @@ export var ListHostedZonesResponse = [
|
|
|
1357
1378
|
[_HZo, _Ma, _IT, _NM, _MI],
|
|
1358
1379
|
[[() => HostedZones, 0], 0, 2, 0, 1],
|
|
1359
1380
|
];
|
|
1360
|
-
export var ListQueryLoggingConfigsRequest = [
|
|
1381
|
+
export var ListQueryLoggingConfigsRequest$ = [
|
|
1361
1382
|
3,
|
|
1362
1383
|
n0,
|
|
1363
1384
|
_LQLCR,
|
|
@@ -1369,7 +1390,7 @@ export var ListQueryLoggingConfigsRequest = [
|
|
|
1369
1390
|
[1, { [_hQ]: _ma }],
|
|
1370
1391
|
],
|
|
1371
1392
|
];
|
|
1372
|
-
export var ListQueryLoggingConfigsResponse = [
|
|
1393
|
+
export var ListQueryLoggingConfigsResponse$ = [
|
|
1373
1394
|
3,
|
|
1374
1395
|
n0,
|
|
1375
1396
|
_LQLCRi,
|
|
@@ -1377,7 +1398,7 @@ export var ListQueryLoggingConfigsResponse = [
|
|
|
1377
1398
|
[_QLCu, _NT],
|
|
1378
1399
|
[[() => QueryLoggingConfigs, 0], 0],
|
|
1379
1400
|
];
|
|
1380
|
-
export var ListResourceRecordSetsRequest = [
|
|
1401
|
+
export var ListResourceRecordSetsRequest$ = [
|
|
1381
1402
|
3,
|
|
1382
1403
|
n0,
|
|
1383
1404
|
_LRRSR,
|
|
@@ -1391,7 +1412,7 @@ export var ListResourceRecordSetsRequest = [
|
|
|
1391
1412
|
[1, { [_hQ]: _max }],
|
|
1392
1413
|
],
|
|
1393
1414
|
];
|
|
1394
|
-
export var ListResourceRecordSetsResponse = [
|
|
1415
|
+
export var ListResourceRecordSetsResponse$ = [
|
|
1395
1416
|
3,
|
|
1396
1417
|
n0,
|
|
1397
1418
|
_LRRSRi,
|
|
@@ -1399,7 +1420,7 @@ export var ListResourceRecordSetsResponse = [
|
|
|
1399
1420
|
[_RRSe, _IT, _NRN, _NRT, _NRI, _MI],
|
|
1400
1421
|
[[() => ResourceRecordSets, 0], 2, 0, 0, 0, 1],
|
|
1401
1422
|
];
|
|
1402
|
-
export var ListReusableDelegationSetsRequest = [
|
|
1423
|
+
export var ListReusableDelegationSetsRequest$ = [
|
|
1403
1424
|
3,
|
|
1404
1425
|
n0,
|
|
1405
1426
|
_LRDSR,
|
|
@@ -1410,7 +1431,7 @@ export var ListReusableDelegationSetsRequest = [
|
|
|
1410
1431
|
[1, { [_hQ]: _max }],
|
|
1411
1432
|
],
|
|
1412
1433
|
];
|
|
1413
|
-
export var ListReusableDelegationSetsResponse = [
|
|
1434
|
+
export var ListReusableDelegationSetsResponse$ = [
|
|
1414
1435
|
3,
|
|
1415
1436
|
n0,
|
|
1416
1437
|
_LRDSRi,
|
|
@@ -1418,7 +1439,7 @@ export var ListReusableDelegationSetsResponse = [
|
|
|
1418
1439
|
[_DSe, _Ma, _IT, _NM, _MI],
|
|
1419
1440
|
[[() => DelegationSets, 0], 0, 2, 0, 1],
|
|
1420
1441
|
];
|
|
1421
|
-
export var ListTagsForResourceRequest = [
|
|
1442
|
+
export var ListTagsForResourceRequest$ = [
|
|
1422
1443
|
3,
|
|
1423
1444
|
n0,
|
|
1424
1445
|
_LTFRR,
|
|
@@ -1429,15 +1450,15 @@ export var ListTagsForResourceRequest = [
|
|
|
1429
1450
|
[0, 1],
|
|
1430
1451
|
],
|
|
1431
1452
|
];
|
|
1432
|
-
export var ListTagsForResourceResponse = [
|
|
1453
|
+
export var ListTagsForResourceResponse$ = [
|
|
1433
1454
|
3,
|
|
1434
1455
|
n0,
|
|
1435
1456
|
_LTFRRi,
|
|
1436
1457
|
0,
|
|
1437
1458
|
[_RTS],
|
|
1438
|
-
[[() => ResourceTagSet
|
|
1459
|
+
[[() => ResourceTagSet$, 0]],
|
|
1439
1460
|
];
|
|
1440
|
-
export var ListTagsForResourcesRequest = [
|
|
1461
|
+
export var ListTagsForResourcesRequest$ = [
|
|
1441
1462
|
3,
|
|
1442
1463
|
n0,
|
|
1443
1464
|
_LTFRRis,
|
|
@@ -1448,7 +1469,7 @@ export var ListTagsForResourcesRequest = [
|
|
|
1448
1469
|
[() => TagResourceIdList, 0],
|
|
1449
1470
|
],
|
|
1450
1471
|
];
|
|
1451
|
-
export var ListTagsForResourcesResponse = [
|
|
1472
|
+
export var ListTagsForResourcesResponse$ = [
|
|
1452
1473
|
3,
|
|
1453
1474
|
n0,
|
|
1454
1475
|
_LTFRRist,
|
|
@@ -1456,7 +1477,7 @@ export var ListTagsForResourcesResponse = [
|
|
|
1456
1477
|
[_RTSe],
|
|
1457
1478
|
[[() => ResourceTagSetList, 0]],
|
|
1458
1479
|
];
|
|
1459
|
-
export var ListTrafficPoliciesRequest = [
|
|
1480
|
+
export var ListTrafficPoliciesRequest$ = [
|
|
1460
1481
|
3,
|
|
1461
1482
|
n0,
|
|
1462
1483
|
_LTPR,
|
|
@@ -1467,7 +1488,7 @@ export var ListTrafficPoliciesRequest = [
|
|
|
1467
1488
|
[1, { [_hQ]: _max }],
|
|
1468
1489
|
],
|
|
1469
1490
|
];
|
|
1470
|
-
export var ListTrafficPoliciesResponse = [
|
|
1491
|
+
export var ListTrafficPoliciesResponse$ = [
|
|
1471
1492
|
3,
|
|
1472
1493
|
n0,
|
|
1473
1494
|
_LTPRi,
|
|
@@ -1475,7 +1496,7 @@ export var ListTrafficPoliciesResponse = [
|
|
|
1475
1496
|
[_TPS, _IT, _TPIM, _MI],
|
|
1476
1497
|
[[() => TrafficPolicySummaries, 0], 2, 0, 1],
|
|
1477
1498
|
];
|
|
1478
|
-
export var ListTrafficPolicyInstancesByHostedZoneRequest = [
|
|
1499
|
+
export var ListTrafficPolicyInstancesByHostedZoneRequest$ = [
|
|
1479
1500
|
3,
|
|
1480
1501
|
n0,
|
|
1481
1502
|
_LTPIBHZR,
|
|
@@ -1488,7 +1509,7 @@ export var ListTrafficPolicyInstancesByHostedZoneRequest = [
|
|
|
1488
1509
|
[1, { [_hQ]: _max }],
|
|
1489
1510
|
],
|
|
1490
1511
|
];
|
|
1491
|
-
export var ListTrafficPolicyInstancesByHostedZoneResponse = [
|
|
1512
|
+
export var ListTrafficPolicyInstancesByHostedZoneResponse$ = [
|
|
1492
1513
|
3,
|
|
1493
1514
|
n0,
|
|
1494
1515
|
_LTPIBHZRi,
|
|
@@ -1496,7 +1517,7 @@ export var ListTrafficPolicyInstancesByHostedZoneResponse = [
|
|
|
1496
1517
|
[_TPIra, _TPINM, _TPITM, _IT, _MI],
|
|
1497
1518
|
[[() => TrafficPolicyInstances, 0], 0, 0, 2, 1],
|
|
1498
1519
|
];
|
|
1499
|
-
export var ListTrafficPolicyInstancesByPolicyRequest = [
|
|
1520
|
+
export var ListTrafficPolicyInstancesByPolicyRequest$ = [
|
|
1500
1521
|
3,
|
|
1501
1522
|
n0,
|
|
1502
1523
|
_LTPIBPR,
|
|
@@ -1511,7 +1532,7 @@ export var ListTrafficPolicyInstancesByPolicyRequest = [
|
|
|
1511
1532
|
[1, { [_hQ]: _max }],
|
|
1512
1533
|
],
|
|
1513
1534
|
];
|
|
1514
|
-
export var ListTrafficPolicyInstancesByPolicyResponse = [
|
|
1535
|
+
export var ListTrafficPolicyInstancesByPolicyResponse$ = [
|
|
1515
1536
|
3,
|
|
1516
1537
|
n0,
|
|
1517
1538
|
_LTPIBPRi,
|
|
@@ -1519,7 +1540,7 @@ export var ListTrafficPolicyInstancesByPolicyResponse = [
|
|
|
1519
1540
|
[_TPIra, _HZIM, _TPINM, _TPITM, _IT, _MI],
|
|
1520
1541
|
[[() => TrafficPolicyInstances, 0], 0, 0, 0, 2, 1],
|
|
1521
1542
|
];
|
|
1522
|
-
export var ListTrafficPolicyInstancesRequest = [
|
|
1543
|
+
export var ListTrafficPolicyInstancesRequest$ = [
|
|
1523
1544
|
3,
|
|
1524
1545
|
n0,
|
|
1525
1546
|
_LTPIR,
|
|
@@ -1532,7 +1553,7 @@ export var ListTrafficPolicyInstancesRequest = [
|
|
|
1532
1553
|
[1, { [_hQ]: _max }],
|
|
1533
1554
|
],
|
|
1534
1555
|
];
|
|
1535
|
-
export var ListTrafficPolicyInstancesResponse = [
|
|
1556
|
+
export var ListTrafficPolicyInstancesResponse$ = [
|
|
1536
1557
|
3,
|
|
1537
1558
|
n0,
|
|
1538
1559
|
_LTPIRi,
|
|
@@ -1540,7 +1561,7 @@ export var ListTrafficPolicyInstancesResponse = [
|
|
|
1540
1561
|
[_TPIra, _HZIM, _TPINM, _TPITM, _IT, _MI],
|
|
1541
1562
|
[[() => TrafficPolicyInstances, 0], 0, 0, 0, 2, 1],
|
|
1542
1563
|
];
|
|
1543
|
-
export var ListTrafficPolicyVersionsRequest = [
|
|
1564
|
+
export var ListTrafficPolicyVersionsRequest$ = [
|
|
1544
1565
|
3,
|
|
1545
1566
|
n0,
|
|
1546
1567
|
_LTPVR,
|
|
@@ -1552,7 +1573,7 @@ export var ListTrafficPolicyVersionsRequest = [
|
|
|
1552
1573
|
[1, { [_hQ]: _max }],
|
|
1553
1574
|
],
|
|
1554
1575
|
];
|
|
1555
|
-
export var ListTrafficPolicyVersionsResponse = [
|
|
1576
|
+
export var ListTrafficPolicyVersionsResponse$ = [
|
|
1556
1577
|
3,
|
|
1557
1578
|
n0,
|
|
1558
1579
|
_LTPVRi,
|
|
@@ -1560,7 +1581,7 @@ export var ListTrafficPolicyVersionsResponse = [
|
|
|
1560
1581
|
[_TPr, _IT, _TPVM, _MI],
|
|
1561
1582
|
[[() => TrafficPolicies, 0], 2, 0, 1],
|
|
1562
1583
|
];
|
|
1563
|
-
export var ListVPCAssociationAuthorizationsRequest = [
|
|
1584
|
+
export var ListVPCAssociationAuthorizationsRequest$ = [
|
|
1564
1585
|
3,
|
|
1565
1586
|
n0,
|
|
1566
1587
|
_LVPCAAR,
|
|
@@ -1572,7 +1593,7 @@ export var ListVPCAssociationAuthorizationsRequest = [
|
|
|
1572
1593
|
[1, { [_hQ]: _ma }],
|
|
1573
1594
|
],
|
|
1574
1595
|
];
|
|
1575
|
-
export var ListVPCAssociationAuthorizationsResponse = [
|
|
1596
|
+
export var ListVPCAssociationAuthorizationsResponse$ = [
|
|
1576
1597
|
3,
|
|
1577
1598
|
n0,
|
|
1578
1599
|
_LVPCAARi,
|
|
@@ -1580,42 +1601,42 @@ export var ListVPCAssociationAuthorizationsResponse = [
|
|
|
1580
1601
|
[_HZI, _NT, _VPCs],
|
|
1581
1602
|
[0, 0, [() => VPCs, 0]],
|
|
1582
1603
|
];
|
|
1583
|
-
export var LocationSummary = [3, n0, _LSo, 0, [_LN], [0]];
|
|
1584
|
-
export var NoSuchChange = [-3, n0, _NSCo, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1585
|
-
TypeRegistry.for(n0).registerError(NoSuchChange
|
|
1586
|
-
export var NoSuchCidrCollectionException = [-3, n0, _NSCCE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1587
|
-
TypeRegistry.for(n0).registerError(NoSuchCidrCollectionException
|
|
1588
|
-
export var NoSuchCidrLocationException = [-3, n0, _NSCLE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1589
|
-
TypeRegistry.for(n0).registerError(NoSuchCidrLocationException
|
|
1590
|
-
export var NoSuchCloudWatchLogsLogGroup = [-3, n0, _NSCWLLG, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1591
|
-
TypeRegistry.for(n0).registerError(NoSuchCloudWatchLogsLogGroup
|
|
1592
|
-
export var NoSuchDelegationSet = [-3, n0, _NSDS, { [_e]: _c }, [_m], [0]];
|
|
1593
|
-
TypeRegistry.for(n0).registerError(NoSuchDelegationSet
|
|
1594
|
-
export var NoSuchGeoLocation = [-3, n0, _NSGL, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1595
|
-
TypeRegistry.for(n0).registerError(NoSuchGeoLocation
|
|
1596
|
-
export var NoSuchHealthCheck = [-3, n0, _NSHC, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1597
|
-
TypeRegistry.for(n0).registerError(NoSuchHealthCheck
|
|
1598
|
-
export var NoSuchHostedZone = [-3, n0, _NSHZ, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1599
|
-
TypeRegistry.for(n0).registerError(NoSuchHostedZone
|
|
1600
|
-
export var NoSuchKeySigningKey = [-3, n0, _NSKSK, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1601
|
-
TypeRegistry.for(n0).registerError(NoSuchKeySigningKey
|
|
1602
|
-
export var NoSuchQueryLoggingConfig = [-3, n0, _NSQLC, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1603
|
-
TypeRegistry.for(n0).registerError(NoSuchQueryLoggingConfig
|
|
1604
|
-
export var NoSuchTrafficPolicy = [-3, n0, _NSTP, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1605
|
-
TypeRegistry.for(n0).registerError(NoSuchTrafficPolicy
|
|
1606
|
-
export var NoSuchTrafficPolicyInstance = [-3, n0, _NSTPI, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1607
|
-
TypeRegistry.for(n0).registerError(NoSuchTrafficPolicyInstance
|
|
1608
|
-
export var NotAuthorizedException = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
1609
|
-
TypeRegistry.for(n0).registerError(NotAuthorizedException
|
|
1610
|
-
export var PriorRequestNotComplete = [-3, n0, _PRNC, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1611
|
-
TypeRegistry.for(n0).registerError(PriorRequestNotComplete
|
|
1612
|
-
export var PublicZoneVPCAssociation = [-3, n0, _PZVPCA, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1613
|
-
TypeRegistry.for(n0).registerError(PublicZoneVPCAssociation
|
|
1614
|
-
export var QueryLoggingConfig = [3, n0, _QLC, 0, [_I, _HZI, _CWLLGA], [0, 0, 0]];
|
|
1615
|
-
export var QueryLoggingConfigAlreadyExists = [-3, n0, _QLCAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
1616
|
-
TypeRegistry.for(n0).registerError(QueryLoggingConfigAlreadyExists
|
|
1617
|
-
export var ResourceRecord = [3, n0, _RR, 0, [_V], [0]];
|
|
1618
|
-
export var ResourceRecordSet = [
|
|
1604
|
+
export var LocationSummary$ = [3, n0, _LSo, 0, [_LN], [0]];
|
|
1605
|
+
export var NoSuchChange$ = [-3, n0, _NSCo, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1606
|
+
TypeRegistry.for(n0).registerError(NoSuchChange$, NoSuchChange);
|
|
1607
|
+
export var NoSuchCidrCollectionException$ = [-3, n0, _NSCCE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1608
|
+
TypeRegistry.for(n0).registerError(NoSuchCidrCollectionException$, NoSuchCidrCollectionException);
|
|
1609
|
+
export var NoSuchCidrLocationException$ = [-3, n0, _NSCLE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1610
|
+
TypeRegistry.for(n0).registerError(NoSuchCidrLocationException$, NoSuchCidrLocationException);
|
|
1611
|
+
export var NoSuchCloudWatchLogsLogGroup$ = [-3, n0, _NSCWLLG, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1612
|
+
TypeRegistry.for(n0).registerError(NoSuchCloudWatchLogsLogGroup$, NoSuchCloudWatchLogsLogGroup);
|
|
1613
|
+
export var NoSuchDelegationSet$ = [-3, n0, _NSDS, { [_e]: _c }, [_m], [0]];
|
|
1614
|
+
TypeRegistry.for(n0).registerError(NoSuchDelegationSet$, NoSuchDelegationSet);
|
|
1615
|
+
export var NoSuchGeoLocation$ = [-3, n0, _NSGL, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1616
|
+
TypeRegistry.for(n0).registerError(NoSuchGeoLocation$, NoSuchGeoLocation);
|
|
1617
|
+
export var NoSuchHealthCheck$ = [-3, n0, _NSHC, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1618
|
+
TypeRegistry.for(n0).registerError(NoSuchHealthCheck$, NoSuchHealthCheck);
|
|
1619
|
+
export var NoSuchHostedZone$ = [-3, n0, _NSHZ, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1620
|
+
TypeRegistry.for(n0).registerError(NoSuchHostedZone$, NoSuchHostedZone);
|
|
1621
|
+
export var NoSuchKeySigningKey$ = [-3, n0, _NSKSK, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1622
|
+
TypeRegistry.for(n0).registerError(NoSuchKeySigningKey$, NoSuchKeySigningKey);
|
|
1623
|
+
export var NoSuchQueryLoggingConfig$ = [-3, n0, _NSQLC, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1624
|
+
TypeRegistry.for(n0).registerError(NoSuchQueryLoggingConfig$, NoSuchQueryLoggingConfig);
|
|
1625
|
+
export var NoSuchTrafficPolicy$ = [-3, n0, _NSTP, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1626
|
+
TypeRegistry.for(n0).registerError(NoSuchTrafficPolicy$, NoSuchTrafficPolicy);
|
|
1627
|
+
export var NoSuchTrafficPolicyInstance$ = [-3, n0, _NSTPI, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1628
|
+
TypeRegistry.for(n0).registerError(NoSuchTrafficPolicyInstance$, NoSuchTrafficPolicyInstance);
|
|
1629
|
+
export var NotAuthorizedException$ = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
1630
|
+
TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
1631
|
+
export var PriorRequestNotComplete$ = [-3, n0, _PRNC, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1632
|
+
TypeRegistry.for(n0).registerError(PriorRequestNotComplete$, PriorRequestNotComplete);
|
|
1633
|
+
export var PublicZoneVPCAssociation$ = [-3, n0, _PZVPCA, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1634
|
+
TypeRegistry.for(n0).registerError(PublicZoneVPCAssociation$, PublicZoneVPCAssociation);
|
|
1635
|
+
export var QueryLoggingConfig$ = [3, n0, _QLC, 0, [_I, _HZI, _CWLLGA], [0, 0, 0]];
|
|
1636
|
+
export var QueryLoggingConfigAlreadyExists$ = [-3, n0, _QLCAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
1637
|
+
TypeRegistry.for(n0).registerError(QueryLoggingConfigAlreadyExists$, QueryLoggingConfigAlreadyExists);
|
|
1638
|
+
export var ResourceRecord$ = [3, n0, _RR, 0, [_V], [0]];
|
|
1639
|
+
export var ResourceRecordSet$ = [
|
|
1619
1640
|
3,
|
|
1620
1641
|
n0,
|
|
1621
1642
|
_RRS,
|
|
@@ -1627,23 +1648,23 @@ export var ResourceRecordSet = [
|
|
|
1627
1648
|
0,
|
|
1628
1649
|
1,
|
|
1629
1650
|
0,
|
|
1630
|
-
() => GeoLocation
|
|
1651
|
+
() => GeoLocation$,
|
|
1631
1652
|
0,
|
|
1632
1653
|
2,
|
|
1633
1654
|
1,
|
|
1634
1655
|
[() => ResourceRecords, 0],
|
|
1635
|
-
() => AliasTarget
|
|
1656
|
+
() => AliasTarget$,
|
|
1636
1657
|
0,
|
|
1637
1658
|
0,
|
|
1638
|
-
() => CidrRoutingConfig
|
|
1639
|
-
() => GeoProximityLocation
|
|
1659
|
+
() => CidrRoutingConfig$,
|
|
1660
|
+
() => GeoProximityLocation$,
|
|
1640
1661
|
],
|
|
1641
1662
|
];
|
|
1642
|
-
export var ResourceTagSet = [3, n0, _RTS, 0, [_RT, _RI, _Ta], [0, 0, [() => TagList, 0]]];
|
|
1643
|
-
export var ReusableDelegationSetLimit = [3, n0, _RDSL, 0, [_T, _V], [0, 1]];
|
|
1644
|
-
export var StatusReport = [3, n0, _SR, 0, [_S, _CTh], [0, 4]];
|
|
1645
|
-
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1646
|
-
export var TestDNSAnswerRequest = [
|
|
1663
|
+
export var ResourceTagSet$ = [3, n0, _RTS, 0, [_RT, _RI, _Ta], [0, 0, [() => TagList, 0]]];
|
|
1664
|
+
export var ReusableDelegationSetLimit$ = [3, n0, _RDSL, 0, [_T, _V], [0, 1]];
|
|
1665
|
+
export var StatusReport$ = [3, n0, _SR, 0, [_S, _CTh], [0, 4]];
|
|
1666
|
+
export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1667
|
+
export var TestDNSAnswerRequest$ = [
|
|
1647
1668
|
3,
|
|
1648
1669
|
n0,
|
|
1649
1670
|
_TDNSAR,
|
|
@@ -1658,7 +1679,7 @@ export var TestDNSAnswerRequest = [
|
|
|
1658
1679
|
[0, { [_hQ]: _edn }],
|
|
1659
1680
|
],
|
|
1660
1681
|
];
|
|
1661
|
-
export var TestDNSAnswerResponse = [
|
|
1682
|
+
export var TestDNSAnswerResponse$ = [
|
|
1662
1683
|
3,
|
|
1663
1684
|
n0,
|
|
1664
1685
|
_TDNSARe,
|
|
@@ -1666,19 +1687,19 @@ export var TestDNSAnswerResponse = [
|
|
|
1666
1687
|
[_Nam, _RN, _RTe, _RD, _RC, _Pr],
|
|
1667
1688
|
[0, 0, 0, [() => RecordData, 0], 0, 0],
|
|
1668
1689
|
];
|
|
1669
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1670
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
1671
|
-
export var TooManyHealthChecks = [-3, n0, _TMHC, { [_e]: _c }, [_m], [0]];
|
|
1672
|
-
TypeRegistry.for(n0).registerError(TooManyHealthChecks
|
|
1673
|
-
export var TooManyHostedZones = [-3, n0, _TMHZ, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1674
|
-
TypeRegistry.for(n0).registerError(TooManyHostedZones
|
|
1675
|
-
export var TooManyKeySigningKeys = [-3, n0, _TMKSK, { [_e]: _c }, [_m], [0]];
|
|
1676
|
-
TypeRegistry.for(n0).registerError(TooManyKeySigningKeys
|
|
1677
|
-
export var TooManyTrafficPolicies = [-3, n0, _TMTP, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1678
|
-
TypeRegistry.for(n0).registerError(TooManyTrafficPolicies
|
|
1679
|
-
export var TooManyTrafficPolicyInstances = [-3, n0, _TMTPI, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1680
|
-
TypeRegistry.for(n0).registerError(TooManyTrafficPolicyInstances
|
|
1681
|
-
export var TooManyTrafficPolicyVersionsForCurrentPolicy = [
|
|
1690
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1691
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1692
|
+
export var TooManyHealthChecks$ = [-3, n0, _TMHC, { [_e]: _c }, [_m], [0]];
|
|
1693
|
+
TypeRegistry.for(n0).registerError(TooManyHealthChecks$, TooManyHealthChecks);
|
|
1694
|
+
export var TooManyHostedZones$ = [-3, n0, _TMHZ, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1695
|
+
TypeRegistry.for(n0).registerError(TooManyHostedZones$, TooManyHostedZones);
|
|
1696
|
+
export var TooManyKeySigningKeys$ = [-3, n0, _TMKSK, { [_e]: _c }, [_m], [0]];
|
|
1697
|
+
TypeRegistry.for(n0).registerError(TooManyKeySigningKeys$, TooManyKeySigningKeys);
|
|
1698
|
+
export var TooManyTrafficPolicies$ = [-3, n0, _TMTP, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1699
|
+
TypeRegistry.for(n0).registerError(TooManyTrafficPolicies$, TooManyTrafficPolicies);
|
|
1700
|
+
export var TooManyTrafficPolicyInstances$ = [-3, n0, _TMTPI, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1701
|
+
TypeRegistry.for(n0).registerError(TooManyTrafficPolicyInstances$, TooManyTrafficPolicyInstances);
|
|
1702
|
+
export var TooManyTrafficPolicyVersionsForCurrentPolicy$ = [
|
|
1682
1703
|
-3,
|
|
1683
1704
|
n0,
|
|
1684
1705
|
_TMTPVFCP,
|
|
@@ -1686,8 +1707,8 @@ export var TooManyTrafficPolicyVersionsForCurrentPolicy = [
|
|
|
1686
1707
|
[_m],
|
|
1687
1708
|
[0],
|
|
1688
1709
|
];
|
|
1689
|
-
TypeRegistry.for(n0).registerError(TooManyTrafficPolicyVersionsForCurrentPolicy
|
|
1690
|
-
export var TooManyVPCAssociationAuthorizations = [
|
|
1710
|
+
TypeRegistry.for(n0).registerError(TooManyTrafficPolicyVersionsForCurrentPolicy$, TooManyTrafficPolicyVersionsForCurrentPolicy);
|
|
1711
|
+
export var TooManyVPCAssociationAuthorizations$ = [
|
|
1691
1712
|
-3,
|
|
1692
1713
|
n0,
|
|
1693
1714
|
_TMVPCAA,
|
|
@@ -1695,11 +1716,11 @@ export var TooManyVPCAssociationAuthorizations = [
|
|
|
1695
1716
|
[_m],
|
|
1696
1717
|
[0],
|
|
1697
1718
|
];
|
|
1698
|
-
TypeRegistry.for(n0).registerError(TooManyVPCAssociationAuthorizations
|
|
1699
|
-
export var TrafficPolicy = [3, n0, _TP, 0, [_I, _Ve, _N, _T, _Do, _C], [0, 1, 0, 0, 0, 0]];
|
|
1700
|
-
export var TrafficPolicyAlreadyExists = [-3, n0, _TPAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
1701
|
-
TypeRegistry.for(n0).registerError(TrafficPolicyAlreadyExists
|
|
1702
|
-
export var TrafficPolicyInstance = [
|
|
1719
|
+
TypeRegistry.for(n0).registerError(TooManyVPCAssociationAuthorizations$, TooManyVPCAssociationAuthorizations);
|
|
1720
|
+
export var TrafficPolicy$ = [3, n0, _TP, 0, [_I, _Ve, _N, _T, _Do, _C], [0, 1, 0, 0, 0, 0]];
|
|
1721
|
+
export var TrafficPolicyAlreadyExists$ = [-3, n0, _TPAE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
1722
|
+
TypeRegistry.for(n0).registerError(TrafficPolicyAlreadyExists$, TrafficPolicyAlreadyExists);
|
|
1723
|
+
export var TrafficPolicyInstance$ = [
|
|
1703
1724
|
3,
|
|
1704
1725
|
n0,
|
|
1705
1726
|
_TPIr,
|
|
@@ -1707,7 +1728,7 @@ export var TrafficPolicyInstance = [
|
|
|
1707
1728
|
[_I, _HZI, _N, _TTL, _Sta, _M, _TPI, _TPV, _TPT],
|
|
1708
1729
|
[0, 0, 0, 1, 0, 0, 0, 1, 0],
|
|
1709
1730
|
];
|
|
1710
|
-
export var TrafficPolicyInstanceAlreadyExists = [
|
|
1731
|
+
export var TrafficPolicyInstanceAlreadyExists$ = [
|
|
1711
1732
|
-3,
|
|
1712
1733
|
n0,
|
|
1713
1734
|
_TPIAE,
|
|
@@ -1715,11 +1736,11 @@ export var TrafficPolicyInstanceAlreadyExists = [
|
|
|
1715
1736
|
[_m],
|
|
1716
1737
|
[0],
|
|
1717
1738
|
];
|
|
1718
|
-
TypeRegistry.for(n0).registerError(TrafficPolicyInstanceAlreadyExists
|
|
1719
|
-
export var TrafficPolicyInUse = [-3, n0, _TPIU, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1720
|
-
TypeRegistry.for(n0).registerError(TrafficPolicyInUse
|
|
1721
|
-
export var TrafficPolicySummary = [3, n0, _TPSr, 0, [_I, _N, _T, _LV, _TPC], [0, 0, 0, 1, 1]];
|
|
1722
|
-
export var UpdateHealthCheckRequest = [
|
|
1739
|
+
TypeRegistry.for(n0).registerError(TrafficPolicyInstanceAlreadyExists$, TrafficPolicyInstanceAlreadyExists);
|
|
1740
|
+
export var TrafficPolicyInUse$ = [-3, n0, _TPIU, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1741
|
+
TypeRegistry.for(n0).registerError(TrafficPolicyInUse$, TrafficPolicyInUse);
|
|
1742
|
+
export var TrafficPolicySummary$ = [3, n0, _TPSr, 0, [_I, _N, _T, _LV, _TPC], [0, 0, 0, 1, 1]];
|
|
1743
|
+
export var UpdateHealthCheckRequest$ = [
|
|
1723
1744
|
3,
|
|
1724
1745
|
n0,
|
|
1725
1746
|
_UHCR,
|
|
@@ -1740,17 +1761,17 @@ export var UpdateHealthCheckRequest = [
|
|
|
1740
1761
|
[() => ChildHealthCheckList, 0],
|
|
1741
1762
|
2,
|
|
1742
1763
|
[() => HealthCheckRegionList, 0],
|
|
1743
|
-
() => AlarmIdentifier
|
|
1764
|
+
() => AlarmIdentifier$,
|
|
1744
1765
|
0,
|
|
1745
1766
|
[() => ResettableElementNameList, 0],
|
|
1746
1767
|
],
|
|
1747
1768
|
];
|
|
1748
|
-
export var UpdateHealthCheckResponse = [3, n0, _UHCRp, 0, [_HC], [[() => HealthCheck
|
|
1749
|
-
export var UpdateHostedZoneCommentRequest = [3, n0, _UHZCR, 0, [_I, _C], [[0, 1], 0]];
|
|
1750
|
-
export var UpdateHostedZoneCommentResponse = [3, n0, _UHZCRp, 0, [_HZ], [() => HostedZone]];
|
|
1751
|
-
export var UpdateHostedZoneFeaturesRequest = [3, n0, _UHZFR, 0, [_HZI, _EAR], [[0, 1], 2]];
|
|
1752
|
-
export var UpdateHostedZoneFeaturesResponse = [3, n0, _UHZFRp, 0, [], []];
|
|
1753
|
-
export var UpdateTrafficPolicyCommentRequest = [
|
|
1769
|
+
export var UpdateHealthCheckResponse$ = [3, n0, _UHCRp, 0, [_HC], [[() => HealthCheck$, 0]]];
|
|
1770
|
+
export var UpdateHostedZoneCommentRequest$ = [3, n0, _UHZCR, 0, [_I, _C], [[0, 1], 0]];
|
|
1771
|
+
export var UpdateHostedZoneCommentResponse$ = [3, n0, _UHZCRp, 0, [_HZ], [() => HostedZone$]];
|
|
1772
|
+
export var UpdateHostedZoneFeaturesRequest$ = [3, n0, _UHZFR, 0, [_HZI, _EAR], [[0, 1], 2]];
|
|
1773
|
+
export var UpdateHostedZoneFeaturesResponse$ = [3, n0, _UHZFRp, 0, [], []];
|
|
1774
|
+
export var UpdateTrafficPolicyCommentRequest$ = [
|
|
1754
1775
|
3,
|
|
1755
1776
|
n0,
|
|
1756
1777
|
_UTPCR,
|
|
@@ -1758,15 +1779,15 @@ export var UpdateTrafficPolicyCommentRequest = [
|
|
|
1758
1779
|
[_I, _Ve, _C],
|
|
1759
1780
|
[[0, 1], [1, 1], 0],
|
|
1760
1781
|
];
|
|
1761
|
-
export var UpdateTrafficPolicyCommentResponse = [
|
|
1782
|
+
export var UpdateTrafficPolicyCommentResponse$ = [
|
|
1762
1783
|
3,
|
|
1763
1784
|
n0,
|
|
1764
1785
|
_UTPCRp,
|
|
1765
1786
|
0,
|
|
1766
1787
|
[_TP],
|
|
1767
|
-
[() => TrafficPolicy],
|
|
1788
|
+
[() => TrafficPolicy$],
|
|
1768
1789
|
];
|
|
1769
|
-
export var UpdateTrafficPolicyInstanceRequest = [
|
|
1790
|
+
export var UpdateTrafficPolicyInstanceRequest$ = [
|
|
1770
1791
|
3,
|
|
1771
1792
|
n0,
|
|
1772
1793
|
_UTPIR,
|
|
@@ -1774,16 +1795,16 @@ export var UpdateTrafficPolicyInstanceRequest = [
|
|
|
1774
1795
|
[_I, _TTL, _TPI, _TPV],
|
|
1775
1796
|
[[0, 1], 1, 0, 1],
|
|
1776
1797
|
];
|
|
1777
|
-
export var UpdateTrafficPolicyInstanceResponse = [
|
|
1798
|
+
export var UpdateTrafficPolicyInstanceResponse$ = [
|
|
1778
1799
|
3,
|
|
1779
1800
|
n0,
|
|
1780
1801
|
_UTPIRp,
|
|
1781
1802
|
0,
|
|
1782
1803
|
[_TPIr],
|
|
1783
|
-
[() => TrafficPolicyInstance],
|
|
1804
|
+
[() => TrafficPolicyInstance$],
|
|
1784
1805
|
];
|
|
1785
|
-
export var VPC = [3, n0, _VPC, 0, [_VPCR, _VPCI], [0, 0]];
|
|
1786
|
-
export var VPCAssociationAuthorizationNotFound = [
|
|
1806
|
+
export var VPC$ = [3, n0, _VPC, 0, [_VPCR, _VPCI], [0, 0]];
|
|
1807
|
+
export var VPCAssociationAuthorizationNotFound$ = [
|
|
1787
1808
|
-3,
|
|
1788
1809
|
n0,
|
|
1789
1810
|
_VPCAANF,
|
|
@@ -1791,620 +1812,608 @@ export var VPCAssociationAuthorizationNotFound = [
|
|
|
1791
1812
|
[_m],
|
|
1792
1813
|
[0],
|
|
1793
1814
|
];
|
|
1794
|
-
TypeRegistry.for(n0).registerError(VPCAssociationAuthorizationNotFound
|
|
1795
|
-
export var VPCAssociationNotFound = [-3, n0, _VPCANF, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1796
|
-
TypeRegistry.for(n0).registerError(VPCAssociationNotFound
|
|
1797
|
-
export var Route53ServiceException = [-3, _sm, "Route53ServiceException", 0, [], []];
|
|
1798
|
-
TypeRegistry.for(_sm).registerError(Route53ServiceException
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
];
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
export var
|
|
1832
|
-
export var TagResourceIdList = [1, n0, _TRIL, 0, [0, { [_xN]: _RI }]];
|
|
1833
|
-
export var TrafficPolicies = [1, n0, _TPr, 0, [() => TrafficPolicy, { [_xN]: _TP }]];
|
|
1834
|
-
export var TrafficPolicyInstances = [
|
|
1835
|
-
1,
|
|
1836
|
-
n0,
|
|
1837
|
-
_TPIra,
|
|
1838
|
-
0,
|
|
1839
|
-
[() => TrafficPolicyInstance, { [_xN]: _TPIr }],
|
|
1840
|
-
];
|
|
1841
|
-
export var TrafficPolicySummaries = [1, n0, _TPS, 0, [() => TrafficPolicySummary, { [_xN]: _TPSr }]];
|
|
1842
|
-
export var VPCs = [1, n0, _VPCs, 0, [() => VPC, { [_xN]: _VPC }]];
|
|
1843
|
-
export var ActivateKeySigningKey = [
|
|
1815
|
+
TypeRegistry.for(n0).registerError(VPCAssociationAuthorizationNotFound$, VPCAssociationAuthorizationNotFound);
|
|
1816
|
+
export var VPCAssociationNotFound$ = [-3, n0, _VPCANF, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1817
|
+
TypeRegistry.for(n0).registerError(VPCAssociationNotFound$, VPCAssociationNotFound);
|
|
1818
|
+
export var Route53ServiceException$ = [-3, _sm, "Route53ServiceException", 0, [], []];
|
|
1819
|
+
TypeRegistry.for(_sm).registerError(Route53ServiceException$, Route53ServiceException);
|
|
1820
|
+
var Changes = [1, n0, _Cha, 0, [() => Change$, { [_xN]: _Ch }]];
|
|
1821
|
+
var CheckerIpRanges = 64 | 0;
|
|
1822
|
+
var ChildHealthCheckList = [1, n0, _CHCL, 0, [0, { [_xN]: _CHCh }]];
|
|
1823
|
+
var CidrBlockSummaries = [1, n0, _CBSi, 0, () => CidrBlockSummary$];
|
|
1824
|
+
var CidrCollectionChanges = [1, n0, _CCCi, 0, [() => CidrCollectionChange$, 0]];
|
|
1825
|
+
var CidrList = [1, n0, _CL, 0, [0, { [_xN]: _Ci }]];
|
|
1826
|
+
var CollectionSummaries = [1, n0, _CSo, 0, () => CollectionSummary$];
|
|
1827
|
+
var DelegationSetNameServers = [1, n0, _DSNS, 0, [0, { [_xN]: _NSa }]];
|
|
1828
|
+
var DelegationSets = [1, n0, _DSe, 0, [() => DelegationSet$, { [_xN]: _DS }]];
|
|
1829
|
+
var DimensionList = [1, n0, _DL, 0, [() => Dimension$, { [_xN]: _Di }]];
|
|
1830
|
+
var ErrorMessages = [1, n0, _EM, 0, [0, { [_xN]: _M }]];
|
|
1831
|
+
var GeoLocationDetailsList = [1, n0, _GLDL, 0, [() => GeoLocationDetails$, { [_xN]: _GLD }]];
|
|
1832
|
+
var HealthCheckObservations = [1, n0, _HCO, 0, [() => HealthCheckObservation$, { [_xN]: _HCOe }]];
|
|
1833
|
+
var HealthCheckRegionList = [1, n0, _HCRL, 0, [0, { [_xN]: _R }]];
|
|
1834
|
+
var HealthChecks = [1, n0, _HCe, 0, [() => HealthCheck$, { [_xN]: _HC }]];
|
|
1835
|
+
var HostedZones = [1, n0, _HZo, 0, [() => HostedZone$, { [_xN]: _HZ }]];
|
|
1836
|
+
var HostedZoneSummaries = [1, n0, _HZSo, 0, [() => HostedZoneSummary$, { [_xN]: _HZS }]];
|
|
1837
|
+
var KeySigningKeys = [1, n0, _KSKe, 0, () => KeySigningKey$];
|
|
1838
|
+
var LocationSummaries = [1, n0, _LSoc, 0, () => LocationSummary$];
|
|
1839
|
+
var QueryLoggingConfigs = [1, n0, _QLCu, 0, [() => QueryLoggingConfig$, { [_xN]: _QLC }]];
|
|
1840
|
+
var RecordData = [1, n0, _RD, 0, [0, { [_xN]: _RDE }]];
|
|
1841
|
+
var ResettableElementNameList = [1, n0, _RENL, 0, [0, { [_xN]: _REN }]];
|
|
1842
|
+
var ResourceRecords = [1, n0, _RRe, 0, [() => ResourceRecord$, { [_xN]: _RR }]];
|
|
1843
|
+
var ResourceRecordSets = [1, n0, _RRSe, 0, [() => ResourceRecordSet$, { [_xN]: _RRS }]];
|
|
1844
|
+
var ResourceTagSetList = [1, n0, _RTSL, 0, [() => ResourceTagSet$, { [_xN]: _RTS }]];
|
|
1845
|
+
var TagKeyList = [1, n0, _TKL, 0, [0, { [_xN]: _K }]];
|
|
1846
|
+
var TagList = [1, n0, _TL, 0, [() => Tag$, { [_xN]: _Tag }]];
|
|
1847
|
+
var TagResourceIdList = [1, n0, _TRIL, 0, [0, { [_xN]: _RI }]];
|
|
1848
|
+
var TrafficPolicies = [1, n0, _TPr, 0, [() => TrafficPolicy$, { [_xN]: _TP }]];
|
|
1849
|
+
var TrafficPolicyInstances = [1, n0, _TPIra, 0, [() => TrafficPolicyInstance$, { [_xN]: _TPIr }]];
|
|
1850
|
+
var TrafficPolicySummaries = [1, n0, _TPS, 0, [() => TrafficPolicySummary$, { [_xN]: _TPSr }]];
|
|
1851
|
+
var VPCs = [1, n0, _VPCs, 0, [() => VPC$, { [_xN]: _VPC }]];
|
|
1852
|
+
export var ActivateKeySigningKey$ = [
|
|
1844
1853
|
9,
|
|
1845
1854
|
n0,
|
|
1846
1855
|
_AKSK,
|
|
1847
1856
|
{ [_ht]: ["POST", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activate", 200] },
|
|
1848
|
-
() => ActivateKeySigningKeyRequest
|
|
1849
|
-
() => ActivateKeySigningKeyResponse
|
|
1857
|
+
() => ActivateKeySigningKeyRequest$,
|
|
1858
|
+
() => ActivateKeySigningKeyResponse$,
|
|
1850
1859
|
];
|
|
1851
|
-
export var AssociateVPCWithHostedZone = [
|
|
1860
|
+
export var AssociateVPCWithHostedZone$ = [
|
|
1852
1861
|
9,
|
|
1853
1862
|
n0,
|
|
1854
1863
|
_AVPCWHZ,
|
|
1855
1864
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/associatevpc", 200] },
|
|
1856
|
-
() => AssociateVPCWithHostedZoneRequest
|
|
1857
|
-
() => AssociateVPCWithHostedZoneResponse
|
|
1865
|
+
() => AssociateVPCWithHostedZoneRequest$,
|
|
1866
|
+
() => AssociateVPCWithHostedZoneResponse$,
|
|
1858
1867
|
];
|
|
1859
|
-
export var ChangeCidrCollection = [
|
|
1868
|
+
export var ChangeCidrCollection$ = [
|
|
1860
1869
|
9,
|
|
1861
1870
|
n0,
|
|
1862
1871
|
_CCCh,
|
|
1863
1872
|
{ [_ht]: ["POST", "/2013-04-01/cidrcollection/{Id}", 200] },
|
|
1864
|
-
() => ChangeCidrCollectionRequest
|
|
1865
|
-
() => ChangeCidrCollectionResponse
|
|
1873
|
+
() => ChangeCidrCollectionRequest$,
|
|
1874
|
+
() => ChangeCidrCollectionResponse$,
|
|
1866
1875
|
];
|
|
1867
|
-
export var ChangeResourceRecordSets = [
|
|
1876
|
+
export var ChangeResourceRecordSets$ = [
|
|
1868
1877
|
9,
|
|
1869
1878
|
n0,
|
|
1870
1879
|
_CRRS,
|
|
1871
1880
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/rrset", 200] },
|
|
1872
|
-
() => ChangeResourceRecordSetsRequest
|
|
1873
|
-
() => ChangeResourceRecordSetsResponse
|
|
1881
|
+
() => ChangeResourceRecordSetsRequest$,
|
|
1882
|
+
() => ChangeResourceRecordSetsResponse$,
|
|
1874
1883
|
];
|
|
1875
|
-
export var ChangeTagsForResource = [
|
|
1884
|
+
export var ChangeTagsForResource$ = [
|
|
1876
1885
|
9,
|
|
1877
1886
|
n0,
|
|
1878
1887
|
_CTFR,
|
|
1879
1888
|
{ [_ht]: ["POST", "/2013-04-01/tags/{ResourceType}/{ResourceId}", 200] },
|
|
1880
|
-
() => ChangeTagsForResourceRequest
|
|
1881
|
-
() => ChangeTagsForResourceResponse
|
|
1889
|
+
() => ChangeTagsForResourceRequest$,
|
|
1890
|
+
() => ChangeTagsForResourceResponse$,
|
|
1882
1891
|
];
|
|
1883
|
-
export var CreateCidrCollection = [
|
|
1892
|
+
export var CreateCidrCollection$ = [
|
|
1884
1893
|
9,
|
|
1885
1894
|
n0,
|
|
1886
1895
|
_CCCr,
|
|
1887
1896
|
{ [_ht]: ["POST", "/2013-04-01/cidrcollection", 201] },
|
|
1888
|
-
() => CreateCidrCollectionRequest
|
|
1889
|
-
() => CreateCidrCollectionResponse
|
|
1897
|
+
() => CreateCidrCollectionRequest$,
|
|
1898
|
+
() => CreateCidrCollectionResponse$,
|
|
1890
1899
|
];
|
|
1891
|
-
export var CreateHealthCheck = [
|
|
1900
|
+
export var CreateHealthCheck$ = [
|
|
1892
1901
|
9,
|
|
1893
1902
|
n0,
|
|
1894
1903
|
_CHCr,
|
|
1895
1904
|
{ [_ht]: ["POST", "/2013-04-01/healthcheck", 201] },
|
|
1896
|
-
() => CreateHealthCheckRequest
|
|
1897
|
-
() => CreateHealthCheckResponse
|
|
1905
|
+
() => CreateHealthCheckRequest$,
|
|
1906
|
+
() => CreateHealthCheckResponse$,
|
|
1898
1907
|
];
|
|
1899
|
-
export var CreateHostedZone = [
|
|
1908
|
+
export var CreateHostedZone$ = [
|
|
1900
1909
|
9,
|
|
1901
1910
|
n0,
|
|
1902
1911
|
_CHZ,
|
|
1903
1912
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone", 201] },
|
|
1904
|
-
() => CreateHostedZoneRequest
|
|
1905
|
-
() => CreateHostedZoneResponse
|
|
1913
|
+
() => CreateHostedZoneRequest$,
|
|
1914
|
+
() => CreateHostedZoneResponse$,
|
|
1906
1915
|
];
|
|
1907
|
-
export var CreateKeySigningKey = [
|
|
1916
|
+
export var CreateKeySigningKey$ = [
|
|
1908
1917
|
9,
|
|
1909
1918
|
n0,
|
|
1910
1919
|
_CKSK,
|
|
1911
1920
|
{ [_ht]: ["POST", "/2013-04-01/keysigningkey", 201] },
|
|
1912
|
-
() => CreateKeySigningKeyRequest
|
|
1913
|
-
() => CreateKeySigningKeyResponse
|
|
1921
|
+
() => CreateKeySigningKeyRequest$,
|
|
1922
|
+
() => CreateKeySigningKeyResponse$,
|
|
1914
1923
|
];
|
|
1915
|
-
export var CreateQueryLoggingConfig = [
|
|
1924
|
+
export var CreateQueryLoggingConfig$ = [
|
|
1916
1925
|
9,
|
|
1917
1926
|
n0,
|
|
1918
1927
|
_CQLC,
|
|
1919
1928
|
{ [_ht]: ["POST", "/2013-04-01/queryloggingconfig", 201] },
|
|
1920
|
-
() => CreateQueryLoggingConfigRequest
|
|
1921
|
-
() => CreateQueryLoggingConfigResponse
|
|
1929
|
+
() => CreateQueryLoggingConfigRequest$,
|
|
1930
|
+
() => CreateQueryLoggingConfigResponse$,
|
|
1922
1931
|
];
|
|
1923
|
-
export var CreateReusableDelegationSet = [
|
|
1932
|
+
export var CreateReusableDelegationSet$ = [
|
|
1924
1933
|
9,
|
|
1925
1934
|
n0,
|
|
1926
1935
|
_CRDS,
|
|
1927
1936
|
{ [_ht]: ["POST", "/2013-04-01/delegationset", 201] },
|
|
1928
|
-
() => CreateReusableDelegationSetRequest
|
|
1929
|
-
() => CreateReusableDelegationSetResponse
|
|
1937
|
+
() => CreateReusableDelegationSetRequest$,
|
|
1938
|
+
() => CreateReusableDelegationSetResponse$,
|
|
1930
1939
|
];
|
|
1931
|
-
export var CreateTrafficPolicy = [
|
|
1940
|
+
export var CreateTrafficPolicy$ = [
|
|
1932
1941
|
9,
|
|
1933
1942
|
n0,
|
|
1934
1943
|
_CTP,
|
|
1935
1944
|
{ [_ht]: ["POST", "/2013-04-01/trafficpolicy", 201] },
|
|
1936
|
-
() => CreateTrafficPolicyRequest
|
|
1937
|
-
() => CreateTrafficPolicyResponse
|
|
1945
|
+
() => CreateTrafficPolicyRequest$,
|
|
1946
|
+
() => CreateTrafficPolicyResponse$,
|
|
1938
1947
|
];
|
|
1939
|
-
export var CreateTrafficPolicyInstance = [
|
|
1948
|
+
export var CreateTrafficPolicyInstance$ = [
|
|
1940
1949
|
9,
|
|
1941
1950
|
n0,
|
|
1942
1951
|
_CTPI,
|
|
1943
1952
|
{ [_ht]: ["POST", "/2013-04-01/trafficpolicyinstance", 201] },
|
|
1944
|
-
() => CreateTrafficPolicyInstanceRequest
|
|
1945
|
-
() => CreateTrafficPolicyInstanceResponse
|
|
1953
|
+
() => CreateTrafficPolicyInstanceRequest$,
|
|
1954
|
+
() => CreateTrafficPolicyInstanceResponse$,
|
|
1946
1955
|
];
|
|
1947
|
-
export var CreateTrafficPolicyVersion = [
|
|
1956
|
+
export var CreateTrafficPolicyVersion$ = [
|
|
1948
1957
|
9,
|
|
1949
1958
|
n0,
|
|
1950
1959
|
_CTPV,
|
|
1951
1960
|
{ [_ht]: ["POST", "/2013-04-01/trafficpolicy/{Id}", 201] },
|
|
1952
|
-
() => CreateTrafficPolicyVersionRequest
|
|
1953
|
-
() => CreateTrafficPolicyVersionResponse
|
|
1961
|
+
() => CreateTrafficPolicyVersionRequest$,
|
|
1962
|
+
() => CreateTrafficPolicyVersionResponse$,
|
|
1954
1963
|
];
|
|
1955
|
-
export var CreateVPCAssociationAuthorization = [
|
|
1964
|
+
export var CreateVPCAssociationAuthorization$ = [
|
|
1956
1965
|
9,
|
|
1957
1966
|
n0,
|
|
1958
1967
|
_CVPCAA,
|
|
1959
1968
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation", 200] },
|
|
1960
|
-
() => CreateVPCAssociationAuthorizationRequest
|
|
1961
|
-
() => CreateVPCAssociationAuthorizationResponse
|
|
1969
|
+
() => CreateVPCAssociationAuthorizationRequest$,
|
|
1970
|
+
() => CreateVPCAssociationAuthorizationResponse$,
|
|
1962
1971
|
];
|
|
1963
|
-
export var DeactivateKeySigningKey = [
|
|
1972
|
+
export var DeactivateKeySigningKey$ = [
|
|
1964
1973
|
9,
|
|
1965
1974
|
n0,
|
|
1966
1975
|
_DKSK,
|
|
1967
1976
|
{ [_ht]: ["POST", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/deactivate", 200] },
|
|
1968
|
-
() => DeactivateKeySigningKeyRequest
|
|
1969
|
-
() => DeactivateKeySigningKeyResponse
|
|
1977
|
+
() => DeactivateKeySigningKeyRequest$,
|
|
1978
|
+
() => DeactivateKeySigningKeyResponse$,
|
|
1970
1979
|
];
|
|
1971
|
-
export var DeleteCidrCollection = [
|
|
1980
|
+
export var DeleteCidrCollection$ = [
|
|
1972
1981
|
9,
|
|
1973
1982
|
n0,
|
|
1974
1983
|
_DCC,
|
|
1975
1984
|
{ [_ht]: ["DELETE", "/2013-04-01/cidrcollection/{Id}", 200] },
|
|
1976
|
-
() => DeleteCidrCollectionRequest
|
|
1977
|
-
() => DeleteCidrCollectionResponse
|
|
1985
|
+
() => DeleteCidrCollectionRequest$,
|
|
1986
|
+
() => DeleteCidrCollectionResponse$,
|
|
1978
1987
|
];
|
|
1979
|
-
export var DeleteHealthCheck = [
|
|
1988
|
+
export var DeleteHealthCheck$ = [
|
|
1980
1989
|
9,
|
|
1981
1990
|
n0,
|
|
1982
1991
|
_DHC,
|
|
1983
1992
|
{ [_ht]: ["DELETE", "/2013-04-01/healthcheck/{HealthCheckId}", 200] },
|
|
1984
|
-
() => DeleteHealthCheckRequest
|
|
1985
|
-
() => DeleteHealthCheckResponse
|
|
1993
|
+
() => DeleteHealthCheckRequest$,
|
|
1994
|
+
() => DeleteHealthCheckResponse$,
|
|
1986
1995
|
];
|
|
1987
|
-
export var DeleteHostedZone = [
|
|
1996
|
+
export var DeleteHostedZone$ = [
|
|
1988
1997
|
9,
|
|
1989
1998
|
n0,
|
|
1990
1999
|
_DHZ,
|
|
1991
2000
|
{ [_ht]: ["DELETE", "/2013-04-01/hostedzone/{Id}", 200] },
|
|
1992
|
-
() => DeleteHostedZoneRequest
|
|
1993
|
-
() => DeleteHostedZoneResponse
|
|
2001
|
+
() => DeleteHostedZoneRequest$,
|
|
2002
|
+
() => DeleteHostedZoneResponse$,
|
|
1994
2003
|
];
|
|
1995
|
-
export var DeleteKeySigningKey = [
|
|
2004
|
+
export var DeleteKeySigningKey$ = [
|
|
1996
2005
|
9,
|
|
1997
2006
|
n0,
|
|
1998
2007
|
_DKSKe,
|
|
1999
2008
|
{ [_ht]: ["DELETE", "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}", 200] },
|
|
2000
|
-
() => DeleteKeySigningKeyRequest
|
|
2001
|
-
() => DeleteKeySigningKeyResponse
|
|
2009
|
+
() => DeleteKeySigningKeyRequest$,
|
|
2010
|
+
() => DeleteKeySigningKeyResponse$,
|
|
2002
2011
|
];
|
|
2003
|
-
export var DeleteQueryLoggingConfig = [
|
|
2012
|
+
export var DeleteQueryLoggingConfig$ = [
|
|
2004
2013
|
9,
|
|
2005
2014
|
n0,
|
|
2006
2015
|
_DQLC,
|
|
2007
2016
|
{ [_ht]: ["DELETE", "/2013-04-01/queryloggingconfig/{Id}", 200] },
|
|
2008
|
-
() => DeleteQueryLoggingConfigRequest
|
|
2009
|
-
() => DeleteQueryLoggingConfigResponse
|
|
2017
|
+
() => DeleteQueryLoggingConfigRequest$,
|
|
2018
|
+
() => DeleteQueryLoggingConfigResponse$,
|
|
2010
2019
|
];
|
|
2011
|
-
export var DeleteReusableDelegationSet = [
|
|
2020
|
+
export var DeleteReusableDelegationSet$ = [
|
|
2012
2021
|
9,
|
|
2013
2022
|
n0,
|
|
2014
2023
|
_DRDS,
|
|
2015
2024
|
{ [_ht]: ["DELETE", "/2013-04-01/delegationset/{Id}", 200] },
|
|
2016
|
-
() => DeleteReusableDelegationSetRequest
|
|
2017
|
-
() => DeleteReusableDelegationSetResponse
|
|
2025
|
+
() => DeleteReusableDelegationSetRequest$,
|
|
2026
|
+
() => DeleteReusableDelegationSetResponse$,
|
|
2018
2027
|
];
|
|
2019
|
-
export var DeleteTrafficPolicy = [
|
|
2028
|
+
export var DeleteTrafficPolicy$ = [
|
|
2020
2029
|
9,
|
|
2021
2030
|
n0,
|
|
2022
2031
|
_DTP,
|
|
2023
2032
|
{ [_ht]: ["DELETE", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200] },
|
|
2024
|
-
() => DeleteTrafficPolicyRequest
|
|
2025
|
-
() => DeleteTrafficPolicyResponse
|
|
2033
|
+
() => DeleteTrafficPolicyRequest$,
|
|
2034
|
+
() => DeleteTrafficPolicyResponse$,
|
|
2026
2035
|
];
|
|
2027
|
-
export var DeleteTrafficPolicyInstance = [
|
|
2036
|
+
export var DeleteTrafficPolicyInstance$ = [
|
|
2028
2037
|
9,
|
|
2029
2038
|
n0,
|
|
2030
2039
|
_DTPI,
|
|
2031
2040
|
{ [_ht]: ["DELETE", "/2013-04-01/trafficpolicyinstance/{Id}", 200] },
|
|
2032
|
-
() => DeleteTrafficPolicyInstanceRequest
|
|
2033
|
-
() => DeleteTrafficPolicyInstanceResponse
|
|
2041
|
+
() => DeleteTrafficPolicyInstanceRequest$,
|
|
2042
|
+
() => DeleteTrafficPolicyInstanceResponse$,
|
|
2034
2043
|
];
|
|
2035
|
-
export var DeleteVPCAssociationAuthorization = [
|
|
2044
|
+
export var DeleteVPCAssociationAuthorization$ = [
|
|
2036
2045
|
9,
|
|
2037
2046
|
n0,
|
|
2038
2047
|
_DVPCAA,
|
|
2039
2048
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/deauthorizevpcassociation", 200] },
|
|
2040
|
-
() => DeleteVPCAssociationAuthorizationRequest
|
|
2041
|
-
() => DeleteVPCAssociationAuthorizationResponse
|
|
2049
|
+
() => DeleteVPCAssociationAuthorizationRequest$,
|
|
2050
|
+
() => DeleteVPCAssociationAuthorizationResponse$,
|
|
2042
2051
|
];
|
|
2043
|
-
export var DisableHostedZoneDNSSEC = [
|
|
2052
|
+
export var DisableHostedZoneDNSSEC$ = [
|
|
2044
2053
|
9,
|
|
2045
2054
|
n0,
|
|
2046
2055
|
_DHZDNSSEC,
|
|
2047
2056
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/disable-dnssec", 200] },
|
|
2048
|
-
() => DisableHostedZoneDNSSECRequest
|
|
2049
|
-
() => DisableHostedZoneDNSSECResponse
|
|
2057
|
+
() => DisableHostedZoneDNSSECRequest$,
|
|
2058
|
+
() => DisableHostedZoneDNSSECResponse$,
|
|
2050
2059
|
];
|
|
2051
|
-
export var DisassociateVPCFromHostedZone = [
|
|
2060
|
+
export var DisassociateVPCFromHostedZone$ = [
|
|
2052
2061
|
9,
|
|
2053
2062
|
n0,
|
|
2054
2063
|
_DVPCFHZ,
|
|
2055
2064
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/disassociatevpc", 200] },
|
|
2056
|
-
() => DisassociateVPCFromHostedZoneRequest
|
|
2057
|
-
() => DisassociateVPCFromHostedZoneResponse
|
|
2065
|
+
() => DisassociateVPCFromHostedZoneRequest$,
|
|
2066
|
+
() => DisassociateVPCFromHostedZoneResponse$,
|
|
2058
2067
|
];
|
|
2059
|
-
export var EnableHostedZoneDNSSEC = [
|
|
2068
|
+
export var EnableHostedZoneDNSSEC$ = [
|
|
2060
2069
|
9,
|
|
2061
2070
|
n0,
|
|
2062
2071
|
_EHZDNSSEC,
|
|
2063
2072
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/enable-dnssec", 200] },
|
|
2064
|
-
() => EnableHostedZoneDNSSECRequest
|
|
2065
|
-
() => EnableHostedZoneDNSSECResponse
|
|
2073
|
+
() => EnableHostedZoneDNSSECRequest$,
|
|
2074
|
+
() => EnableHostedZoneDNSSECResponse$,
|
|
2066
2075
|
];
|
|
2067
|
-
export var GetAccountLimit = [
|
|
2076
|
+
export var GetAccountLimit$ = [
|
|
2068
2077
|
9,
|
|
2069
2078
|
n0,
|
|
2070
2079
|
_GAL,
|
|
2071
2080
|
{ [_ht]: ["GET", "/2013-04-01/accountlimit/{Type}", 200] },
|
|
2072
|
-
() => GetAccountLimitRequest
|
|
2073
|
-
() => GetAccountLimitResponse
|
|
2081
|
+
() => GetAccountLimitRequest$,
|
|
2082
|
+
() => GetAccountLimitResponse$,
|
|
2074
2083
|
];
|
|
2075
|
-
export var GetChange = [
|
|
2084
|
+
export var GetChange$ = [
|
|
2076
2085
|
9,
|
|
2077
2086
|
n0,
|
|
2078
2087
|
_GC,
|
|
2079
2088
|
{ [_ht]: ["GET", "/2013-04-01/change/{Id}", 200] },
|
|
2080
|
-
() => GetChangeRequest
|
|
2081
|
-
() => GetChangeResponse
|
|
2089
|
+
() => GetChangeRequest$,
|
|
2090
|
+
() => GetChangeResponse$,
|
|
2082
2091
|
];
|
|
2083
|
-
export var GetCheckerIpRanges = [
|
|
2092
|
+
export var GetCheckerIpRanges$ = [
|
|
2084
2093
|
9,
|
|
2085
2094
|
n0,
|
|
2086
2095
|
_GCIR,
|
|
2087
2096
|
{ [_ht]: ["GET", "/2013-04-01/checkeripranges", 200] },
|
|
2088
|
-
() => GetCheckerIpRangesRequest
|
|
2089
|
-
() => GetCheckerIpRangesResponse
|
|
2097
|
+
() => GetCheckerIpRangesRequest$,
|
|
2098
|
+
() => GetCheckerIpRangesResponse$,
|
|
2090
2099
|
];
|
|
2091
|
-
export var GetDNSSEC = [
|
|
2100
|
+
export var GetDNSSEC$ = [
|
|
2092
2101
|
9,
|
|
2093
2102
|
n0,
|
|
2094
2103
|
_GDNSSEC,
|
|
2095
2104
|
{ [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/dnssec", 200] },
|
|
2096
|
-
() => GetDNSSECRequest
|
|
2097
|
-
() => GetDNSSECResponse
|
|
2105
|
+
() => GetDNSSECRequest$,
|
|
2106
|
+
() => GetDNSSECResponse$,
|
|
2098
2107
|
];
|
|
2099
|
-
export var GetGeoLocation = [
|
|
2108
|
+
export var GetGeoLocation$ = [
|
|
2100
2109
|
9,
|
|
2101
2110
|
n0,
|
|
2102
2111
|
_GGL,
|
|
2103
2112
|
{ [_ht]: ["GET", "/2013-04-01/geolocation", 200] },
|
|
2104
|
-
() => GetGeoLocationRequest
|
|
2105
|
-
() => GetGeoLocationResponse
|
|
2113
|
+
() => GetGeoLocationRequest$,
|
|
2114
|
+
() => GetGeoLocationResponse$,
|
|
2106
2115
|
];
|
|
2107
|
-
export var GetHealthCheck = [
|
|
2116
|
+
export var GetHealthCheck$ = [
|
|
2108
2117
|
9,
|
|
2109
2118
|
n0,
|
|
2110
2119
|
_GHC,
|
|
2111
2120
|
{ [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}", 200] },
|
|
2112
|
-
() => GetHealthCheckRequest
|
|
2113
|
-
() => GetHealthCheckResponse
|
|
2121
|
+
() => GetHealthCheckRequest$,
|
|
2122
|
+
() => GetHealthCheckResponse$,
|
|
2114
2123
|
];
|
|
2115
|
-
export var GetHealthCheckCount = [
|
|
2124
|
+
export var GetHealthCheckCount$ = [
|
|
2116
2125
|
9,
|
|
2117
2126
|
n0,
|
|
2118
2127
|
_GHCC,
|
|
2119
2128
|
{ [_ht]: ["GET", "/2013-04-01/healthcheckcount", 200] },
|
|
2120
|
-
() => GetHealthCheckCountRequest
|
|
2121
|
-
() => GetHealthCheckCountResponse
|
|
2129
|
+
() => GetHealthCheckCountRequest$,
|
|
2130
|
+
() => GetHealthCheckCountResponse$,
|
|
2122
2131
|
];
|
|
2123
|
-
export var GetHealthCheckLastFailureReason = [
|
|
2132
|
+
export var GetHealthCheckLastFailureReason$ = [
|
|
2124
2133
|
9,
|
|
2125
2134
|
n0,
|
|
2126
2135
|
_GHCLFR,
|
|
2127
2136
|
{ [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason", 200] },
|
|
2128
|
-
() => GetHealthCheckLastFailureReasonRequest
|
|
2129
|
-
() => GetHealthCheckLastFailureReasonResponse
|
|
2137
|
+
() => GetHealthCheckLastFailureReasonRequest$,
|
|
2138
|
+
() => GetHealthCheckLastFailureReasonResponse$,
|
|
2130
2139
|
];
|
|
2131
|
-
export var GetHealthCheckStatus = [
|
|
2140
|
+
export var GetHealthCheckStatus$ = [
|
|
2132
2141
|
9,
|
|
2133
2142
|
n0,
|
|
2134
2143
|
_GHCS,
|
|
2135
2144
|
{ [_ht]: ["GET", "/2013-04-01/healthcheck/{HealthCheckId}/status", 200] },
|
|
2136
|
-
() => GetHealthCheckStatusRequest
|
|
2137
|
-
() => GetHealthCheckStatusResponse
|
|
2145
|
+
() => GetHealthCheckStatusRequest$,
|
|
2146
|
+
() => GetHealthCheckStatusResponse$,
|
|
2138
2147
|
];
|
|
2139
|
-
export var GetHostedZone = [
|
|
2148
|
+
export var GetHostedZone$ = [
|
|
2140
2149
|
9,
|
|
2141
2150
|
n0,
|
|
2142
2151
|
_GHZ,
|
|
2143
2152
|
{ [_ht]: ["GET", "/2013-04-01/hostedzone/{Id}", 200] },
|
|
2144
|
-
() => GetHostedZoneRequest
|
|
2145
|
-
() => GetHostedZoneResponse
|
|
2153
|
+
() => GetHostedZoneRequest$,
|
|
2154
|
+
() => GetHostedZoneResponse$,
|
|
2146
2155
|
];
|
|
2147
|
-
export var GetHostedZoneCount = [
|
|
2156
|
+
export var GetHostedZoneCount$ = [
|
|
2148
2157
|
9,
|
|
2149
2158
|
n0,
|
|
2150
2159
|
_GHZC,
|
|
2151
2160
|
{ [_ht]: ["GET", "/2013-04-01/hostedzonecount", 200] },
|
|
2152
|
-
() => GetHostedZoneCountRequest
|
|
2153
|
-
() => GetHostedZoneCountResponse
|
|
2161
|
+
() => GetHostedZoneCountRequest$,
|
|
2162
|
+
() => GetHostedZoneCountResponse$,
|
|
2154
2163
|
];
|
|
2155
|
-
export var GetHostedZoneLimit = [
|
|
2164
|
+
export var GetHostedZoneLimit$ = [
|
|
2156
2165
|
9,
|
|
2157
2166
|
n0,
|
|
2158
2167
|
_GHZL,
|
|
2159
2168
|
{ [_ht]: ["GET", "/2013-04-01/hostedzonelimit/{HostedZoneId}/{Type}", 200] },
|
|
2160
|
-
() => GetHostedZoneLimitRequest
|
|
2161
|
-
() => GetHostedZoneLimitResponse
|
|
2169
|
+
() => GetHostedZoneLimitRequest$,
|
|
2170
|
+
() => GetHostedZoneLimitResponse$,
|
|
2162
2171
|
];
|
|
2163
|
-
export var GetQueryLoggingConfig = [
|
|
2172
|
+
export var GetQueryLoggingConfig$ = [
|
|
2164
2173
|
9,
|
|
2165
2174
|
n0,
|
|
2166
2175
|
_GQLC,
|
|
2167
2176
|
{ [_ht]: ["GET", "/2013-04-01/queryloggingconfig/{Id}", 200] },
|
|
2168
|
-
() => GetQueryLoggingConfigRequest
|
|
2169
|
-
() => GetQueryLoggingConfigResponse
|
|
2177
|
+
() => GetQueryLoggingConfigRequest$,
|
|
2178
|
+
() => GetQueryLoggingConfigResponse$,
|
|
2170
2179
|
];
|
|
2171
|
-
export var GetReusableDelegationSet = [
|
|
2180
|
+
export var GetReusableDelegationSet$ = [
|
|
2172
2181
|
9,
|
|
2173
2182
|
n0,
|
|
2174
2183
|
_GRDS,
|
|
2175
2184
|
{ [_ht]: ["GET", "/2013-04-01/delegationset/{Id}", 200] },
|
|
2176
|
-
() => GetReusableDelegationSetRequest
|
|
2177
|
-
() => GetReusableDelegationSetResponse
|
|
2185
|
+
() => GetReusableDelegationSetRequest$,
|
|
2186
|
+
() => GetReusableDelegationSetResponse$,
|
|
2178
2187
|
];
|
|
2179
|
-
export var GetReusableDelegationSetLimit = [
|
|
2188
|
+
export var GetReusableDelegationSetLimit$ = [
|
|
2180
2189
|
9,
|
|
2181
2190
|
n0,
|
|
2182
2191
|
_GRDSL,
|
|
2183
2192
|
{ [_ht]: ["GET", "/2013-04-01/reusabledelegationsetlimit/{DelegationSetId}/{Type}", 200] },
|
|
2184
|
-
() => GetReusableDelegationSetLimitRequest
|
|
2185
|
-
() => GetReusableDelegationSetLimitResponse
|
|
2193
|
+
() => GetReusableDelegationSetLimitRequest$,
|
|
2194
|
+
() => GetReusableDelegationSetLimitResponse$,
|
|
2186
2195
|
];
|
|
2187
|
-
export var GetTrafficPolicy = [
|
|
2196
|
+
export var GetTrafficPolicy$ = [
|
|
2188
2197
|
9,
|
|
2189
2198
|
n0,
|
|
2190
2199
|
_GTP,
|
|
2191
2200
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200] },
|
|
2192
|
-
() => GetTrafficPolicyRequest
|
|
2193
|
-
() => GetTrafficPolicyResponse
|
|
2201
|
+
() => GetTrafficPolicyRequest$,
|
|
2202
|
+
() => GetTrafficPolicyResponse$,
|
|
2194
2203
|
];
|
|
2195
|
-
export var GetTrafficPolicyInstance = [
|
|
2204
|
+
export var GetTrafficPolicyInstance$ = [
|
|
2196
2205
|
9,
|
|
2197
2206
|
n0,
|
|
2198
2207
|
_GTPI,
|
|
2199
2208
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicyinstance/{Id}", 200] },
|
|
2200
|
-
() => GetTrafficPolicyInstanceRequest
|
|
2201
|
-
() => GetTrafficPolicyInstanceResponse
|
|
2209
|
+
() => GetTrafficPolicyInstanceRequest$,
|
|
2210
|
+
() => GetTrafficPolicyInstanceResponse$,
|
|
2202
2211
|
];
|
|
2203
|
-
export var GetTrafficPolicyInstanceCount = [
|
|
2212
|
+
export var GetTrafficPolicyInstanceCount$ = [
|
|
2204
2213
|
9,
|
|
2205
2214
|
n0,
|
|
2206
2215
|
_GTPIC,
|
|
2207
2216
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicyinstancecount", 200] },
|
|
2208
|
-
() => GetTrafficPolicyInstanceCountRequest
|
|
2209
|
-
() => GetTrafficPolicyInstanceCountResponse
|
|
2217
|
+
() => GetTrafficPolicyInstanceCountRequest$,
|
|
2218
|
+
() => GetTrafficPolicyInstanceCountResponse$,
|
|
2210
2219
|
];
|
|
2211
|
-
export var ListCidrBlocks = [
|
|
2220
|
+
export var ListCidrBlocks$ = [
|
|
2212
2221
|
9,
|
|
2213
2222
|
n0,
|
|
2214
2223
|
_LCB,
|
|
2215
2224
|
{ [_ht]: ["GET", "/2013-04-01/cidrcollection/{CollectionId}/cidrblocks", 200] },
|
|
2216
|
-
() => ListCidrBlocksRequest
|
|
2217
|
-
() => ListCidrBlocksResponse
|
|
2225
|
+
() => ListCidrBlocksRequest$,
|
|
2226
|
+
() => ListCidrBlocksResponse$,
|
|
2218
2227
|
];
|
|
2219
|
-
export var ListCidrCollections = [
|
|
2228
|
+
export var ListCidrCollections$ = [
|
|
2220
2229
|
9,
|
|
2221
2230
|
n0,
|
|
2222
2231
|
_LCC,
|
|
2223
2232
|
{ [_ht]: ["GET", "/2013-04-01/cidrcollection", 200] },
|
|
2224
|
-
() => ListCidrCollectionsRequest
|
|
2225
|
-
() => ListCidrCollectionsResponse
|
|
2233
|
+
() => ListCidrCollectionsRequest$,
|
|
2234
|
+
() => ListCidrCollectionsResponse$,
|
|
2226
2235
|
];
|
|
2227
|
-
export var ListCidrLocations = [
|
|
2236
|
+
export var ListCidrLocations$ = [
|
|
2228
2237
|
9,
|
|
2229
2238
|
n0,
|
|
2230
2239
|
_LCL,
|
|
2231
2240
|
{ [_ht]: ["GET", "/2013-04-01/cidrcollection/{CollectionId}", 200] },
|
|
2232
|
-
() => ListCidrLocationsRequest
|
|
2233
|
-
() => ListCidrLocationsResponse
|
|
2241
|
+
() => ListCidrLocationsRequest$,
|
|
2242
|
+
() => ListCidrLocationsResponse$,
|
|
2234
2243
|
];
|
|
2235
|
-
export var ListGeoLocations = [
|
|
2244
|
+
export var ListGeoLocations$ = [
|
|
2236
2245
|
9,
|
|
2237
2246
|
n0,
|
|
2238
2247
|
_LGL,
|
|
2239
2248
|
{ [_ht]: ["GET", "/2013-04-01/geolocations", 200] },
|
|
2240
|
-
() => ListGeoLocationsRequest
|
|
2241
|
-
() => ListGeoLocationsResponse
|
|
2249
|
+
() => ListGeoLocationsRequest$,
|
|
2250
|
+
() => ListGeoLocationsResponse$,
|
|
2242
2251
|
];
|
|
2243
|
-
export var ListHealthChecks = [
|
|
2252
|
+
export var ListHealthChecks$ = [
|
|
2244
2253
|
9,
|
|
2245
2254
|
n0,
|
|
2246
2255
|
_LHC,
|
|
2247
2256
|
{ [_ht]: ["GET", "/2013-04-01/healthcheck", 200] },
|
|
2248
|
-
() => ListHealthChecksRequest
|
|
2249
|
-
() => ListHealthChecksResponse
|
|
2257
|
+
() => ListHealthChecksRequest$,
|
|
2258
|
+
() => ListHealthChecksResponse$,
|
|
2250
2259
|
];
|
|
2251
|
-
export var ListHostedZones = [
|
|
2260
|
+
export var ListHostedZones$ = [
|
|
2252
2261
|
9,
|
|
2253
2262
|
n0,
|
|
2254
2263
|
_LHZ,
|
|
2255
2264
|
{ [_ht]: ["GET", "/2013-04-01/hostedzone", 200] },
|
|
2256
|
-
() => ListHostedZonesRequest
|
|
2257
|
-
() => ListHostedZonesResponse
|
|
2265
|
+
() => ListHostedZonesRequest$,
|
|
2266
|
+
() => ListHostedZonesResponse$,
|
|
2258
2267
|
];
|
|
2259
|
-
export var ListHostedZonesByName = [
|
|
2268
|
+
export var ListHostedZonesByName$ = [
|
|
2260
2269
|
9,
|
|
2261
2270
|
n0,
|
|
2262
2271
|
_LHZBN,
|
|
2263
2272
|
{ [_ht]: ["GET", "/2013-04-01/hostedzonesbyname", 200] },
|
|
2264
|
-
() => ListHostedZonesByNameRequest
|
|
2265
|
-
() => ListHostedZonesByNameResponse
|
|
2273
|
+
() => ListHostedZonesByNameRequest$,
|
|
2274
|
+
() => ListHostedZonesByNameResponse$,
|
|
2266
2275
|
];
|
|
2267
|
-
export var ListHostedZonesByVPC = [
|
|
2276
|
+
export var ListHostedZonesByVPC$ = [
|
|
2268
2277
|
9,
|
|
2269
2278
|
n0,
|
|
2270
2279
|
_LHZBVPC,
|
|
2271
2280
|
{ [_ht]: ["GET", "/2013-04-01/hostedzonesbyvpc", 200] },
|
|
2272
|
-
() => ListHostedZonesByVPCRequest
|
|
2273
|
-
() => ListHostedZonesByVPCResponse
|
|
2281
|
+
() => ListHostedZonesByVPCRequest$,
|
|
2282
|
+
() => ListHostedZonesByVPCResponse$,
|
|
2274
2283
|
];
|
|
2275
|
-
export var ListQueryLoggingConfigs = [
|
|
2284
|
+
export var ListQueryLoggingConfigs$ = [
|
|
2276
2285
|
9,
|
|
2277
2286
|
n0,
|
|
2278
2287
|
_LQLC,
|
|
2279
2288
|
{ [_ht]: ["GET", "/2013-04-01/queryloggingconfig", 200] },
|
|
2280
|
-
() => ListQueryLoggingConfigsRequest
|
|
2281
|
-
() => ListQueryLoggingConfigsResponse
|
|
2289
|
+
() => ListQueryLoggingConfigsRequest$,
|
|
2290
|
+
() => ListQueryLoggingConfigsResponse$,
|
|
2282
2291
|
];
|
|
2283
|
-
export var ListResourceRecordSets = [
|
|
2292
|
+
export var ListResourceRecordSets$ = [
|
|
2284
2293
|
9,
|
|
2285
2294
|
n0,
|
|
2286
2295
|
_LRRS,
|
|
2287
2296
|
{ [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/rrset", 200] },
|
|
2288
|
-
() => ListResourceRecordSetsRequest
|
|
2289
|
-
() => ListResourceRecordSetsResponse
|
|
2297
|
+
() => ListResourceRecordSetsRequest$,
|
|
2298
|
+
() => ListResourceRecordSetsResponse$,
|
|
2290
2299
|
];
|
|
2291
|
-
export var ListReusableDelegationSets = [
|
|
2300
|
+
export var ListReusableDelegationSets$ = [
|
|
2292
2301
|
9,
|
|
2293
2302
|
n0,
|
|
2294
2303
|
_LRDS,
|
|
2295
2304
|
{ [_ht]: ["GET", "/2013-04-01/delegationset", 200] },
|
|
2296
|
-
() => ListReusableDelegationSetsRequest
|
|
2297
|
-
() => ListReusableDelegationSetsResponse
|
|
2305
|
+
() => ListReusableDelegationSetsRequest$,
|
|
2306
|
+
() => ListReusableDelegationSetsResponse$,
|
|
2298
2307
|
];
|
|
2299
|
-
export var ListTagsForResource = [
|
|
2308
|
+
export var ListTagsForResource$ = [
|
|
2300
2309
|
9,
|
|
2301
2310
|
n0,
|
|
2302
2311
|
_LTFR,
|
|
2303
2312
|
{ [_ht]: ["GET", "/2013-04-01/tags/{ResourceType}/{ResourceId}", 200] },
|
|
2304
|
-
() => ListTagsForResourceRequest
|
|
2305
|
-
() => ListTagsForResourceResponse
|
|
2313
|
+
() => ListTagsForResourceRequest$,
|
|
2314
|
+
() => ListTagsForResourceResponse$,
|
|
2306
2315
|
];
|
|
2307
|
-
export var ListTagsForResources = [
|
|
2316
|
+
export var ListTagsForResources$ = [
|
|
2308
2317
|
9,
|
|
2309
2318
|
n0,
|
|
2310
2319
|
_LTFRi,
|
|
2311
2320
|
{ [_ht]: ["POST", "/2013-04-01/tags/{ResourceType}", 200] },
|
|
2312
|
-
() => ListTagsForResourcesRequest
|
|
2313
|
-
() => ListTagsForResourcesResponse
|
|
2321
|
+
() => ListTagsForResourcesRequest$,
|
|
2322
|
+
() => ListTagsForResourcesResponse$,
|
|
2314
2323
|
];
|
|
2315
|
-
export var ListTrafficPolicies = [
|
|
2324
|
+
export var ListTrafficPolicies$ = [
|
|
2316
2325
|
9,
|
|
2317
2326
|
n0,
|
|
2318
2327
|
_LTP,
|
|
2319
2328
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicies", 200] },
|
|
2320
|
-
() => ListTrafficPoliciesRequest
|
|
2321
|
-
() => ListTrafficPoliciesResponse
|
|
2329
|
+
() => ListTrafficPoliciesRequest$,
|
|
2330
|
+
() => ListTrafficPoliciesResponse$,
|
|
2322
2331
|
];
|
|
2323
|
-
export var ListTrafficPolicyInstances = [
|
|
2332
|
+
export var ListTrafficPolicyInstances$ = [
|
|
2324
2333
|
9,
|
|
2325
2334
|
n0,
|
|
2326
2335
|
_LTPI,
|
|
2327
2336
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances", 200] },
|
|
2328
|
-
() => ListTrafficPolicyInstancesRequest
|
|
2329
|
-
() => ListTrafficPolicyInstancesResponse
|
|
2337
|
+
() => ListTrafficPolicyInstancesRequest$,
|
|
2338
|
+
() => ListTrafficPolicyInstancesResponse$,
|
|
2330
2339
|
];
|
|
2331
|
-
export var ListTrafficPolicyInstancesByHostedZone = [
|
|
2340
|
+
export var ListTrafficPolicyInstancesByHostedZone$ = [
|
|
2332
2341
|
9,
|
|
2333
2342
|
n0,
|
|
2334
2343
|
_LTPIBHZ,
|
|
2335
2344
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances/hostedzone", 200] },
|
|
2336
|
-
() => ListTrafficPolicyInstancesByHostedZoneRequest
|
|
2337
|
-
() => ListTrafficPolicyInstancesByHostedZoneResponse
|
|
2345
|
+
() => ListTrafficPolicyInstancesByHostedZoneRequest$,
|
|
2346
|
+
() => ListTrafficPolicyInstancesByHostedZoneResponse$,
|
|
2338
2347
|
];
|
|
2339
|
-
export var ListTrafficPolicyInstancesByPolicy = [
|
|
2348
|
+
export var ListTrafficPolicyInstancesByPolicy$ = [
|
|
2340
2349
|
9,
|
|
2341
2350
|
n0,
|
|
2342
2351
|
_LTPIBP,
|
|
2343
2352
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicyinstances/trafficpolicy", 200] },
|
|
2344
|
-
() => ListTrafficPolicyInstancesByPolicyRequest
|
|
2345
|
-
() => ListTrafficPolicyInstancesByPolicyResponse
|
|
2353
|
+
() => ListTrafficPolicyInstancesByPolicyRequest$,
|
|
2354
|
+
() => ListTrafficPolicyInstancesByPolicyResponse$,
|
|
2346
2355
|
];
|
|
2347
|
-
export var ListTrafficPolicyVersions = [
|
|
2356
|
+
export var ListTrafficPolicyVersions$ = [
|
|
2348
2357
|
9,
|
|
2349
2358
|
n0,
|
|
2350
2359
|
_LTPV,
|
|
2351
2360
|
{ [_ht]: ["GET", "/2013-04-01/trafficpolicies/{Id}/versions", 200] },
|
|
2352
|
-
() => ListTrafficPolicyVersionsRequest
|
|
2353
|
-
() => ListTrafficPolicyVersionsResponse
|
|
2361
|
+
() => ListTrafficPolicyVersionsRequest$,
|
|
2362
|
+
() => ListTrafficPolicyVersionsResponse$,
|
|
2354
2363
|
];
|
|
2355
|
-
export var ListVPCAssociationAuthorizations = [
|
|
2364
|
+
export var ListVPCAssociationAuthorizations$ = [
|
|
2356
2365
|
9,
|
|
2357
2366
|
n0,
|
|
2358
2367
|
_LVPCAA,
|
|
2359
2368
|
{ [_ht]: ["GET", "/2013-04-01/hostedzone/{HostedZoneId}/authorizevpcassociation", 200] },
|
|
2360
|
-
() => ListVPCAssociationAuthorizationsRequest
|
|
2361
|
-
() => ListVPCAssociationAuthorizationsResponse
|
|
2369
|
+
() => ListVPCAssociationAuthorizationsRequest$,
|
|
2370
|
+
() => ListVPCAssociationAuthorizationsResponse$,
|
|
2362
2371
|
];
|
|
2363
|
-
export var TestDNSAnswer = [
|
|
2372
|
+
export var TestDNSAnswer$ = [
|
|
2364
2373
|
9,
|
|
2365
2374
|
n0,
|
|
2366
2375
|
_TDNSA,
|
|
2367
2376
|
{ [_ht]: ["GET", "/2013-04-01/testdnsanswer", 200] },
|
|
2368
|
-
() => TestDNSAnswerRequest
|
|
2369
|
-
() => TestDNSAnswerResponse
|
|
2377
|
+
() => TestDNSAnswerRequest$,
|
|
2378
|
+
() => TestDNSAnswerResponse$,
|
|
2370
2379
|
];
|
|
2371
|
-
export var UpdateHealthCheck = [
|
|
2380
|
+
export var UpdateHealthCheck$ = [
|
|
2372
2381
|
9,
|
|
2373
2382
|
n0,
|
|
2374
2383
|
_UHC,
|
|
2375
2384
|
{ [_ht]: ["POST", "/2013-04-01/healthcheck/{HealthCheckId}", 200] },
|
|
2376
|
-
() => UpdateHealthCheckRequest
|
|
2377
|
-
() => UpdateHealthCheckResponse
|
|
2385
|
+
() => UpdateHealthCheckRequest$,
|
|
2386
|
+
() => UpdateHealthCheckResponse$,
|
|
2378
2387
|
];
|
|
2379
|
-
export var UpdateHostedZoneComment = [
|
|
2388
|
+
export var UpdateHostedZoneComment$ = [
|
|
2380
2389
|
9,
|
|
2381
2390
|
n0,
|
|
2382
2391
|
_UHZC,
|
|
2383
2392
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{Id}", 200] },
|
|
2384
|
-
() => UpdateHostedZoneCommentRequest
|
|
2385
|
-
() => UpdateHostedZoneCommentResponse
|
|
2393
|
+
() => UpdateHostedZoneCommentRequest$,
|
|
2394
|
+
() => UpdateHostedZoneCommentResponse$,
|
|
2386
2395
|
];
|
|
2387
|
-
export var UpdateHostedZoneFeatures = [
|
|
2396
|
+
export var UpdateHostedZoneFeatures$ = [
|
|
2388
2397
|
9,
|
|
2389
2398
|
n0,
|
|
2390
2399
|
_UHZF,
|
|
2391
2400
|
{ [_ht]: ["POST", "/2013-04-01/hostedzone/{HostedZoneId}/features", 200] },
|
|
2392
|
-
() => UpdateHostedZoneFeaturesRequest
|
|
2393
|
-
() => UpdateHostedZoneFeaturesResponse
|
|
2401
|
+
() => UpdateHostedZoneFeaturesRequest$,
|
|
2402
|
+
() => UpdateHostedZoneFeaturesResponse$,
|
|
2394
2403
|
];
|
|
2395
|
-
export var UpdateTrafficPolicyComment = [
|
|
2404
|
+
export var UpdateTrafficPolicyComment$ = [
|
|
2396
2405
|
9,
|
|
2397
2406
|
n0,
|
|
2398
2407
|
_UTPC,
|
|
2399
2408
|
{ [_ht]: ["POST", "/2013-04-01/trafficpolicy/{Id}/{Version}", 200] },
|
|
2400
|
-
() => UpdateTrafficPolicyCommentRequest
|
|
2401
|
-
() => UpdateTrafficPolicyCommentResponse
|
|
2409
|
+
() => UpdateTrafficPolicyCommentRequest$,
|
|
2410
|
+
() => UpdateTrafficPolicyCommentResponse$,
|
|
2402
2411
|
];
|
|
2403
|
-
export var UpdateTrafficPolicyInstance = [
|
|
2412
|
+
export var UpdateTrafficPolicyInstance$ = [
|
|
2404
2413
|
9,
|
|
2405
2414
|
n0,
|
|
2406
2415
|
_UTPI,
|
|
2407
2416
|
{ [_ht]: ["POST", "/2013-04-01/trafficpolicyinstance/{Id}", 200] },
|
|
2408
|
-
() => UpdateTrafficPolicyInstanceRequest
|
|
2409
|
-
() => UpdateTrafficPolicyInstanceResponse
|
|
2417
|
+
() => UpdateTrafficPolicyInstanceRequest$,
|
|
2418
|
+
() => UpdateTrafficPolicyInstanceResponse$,
|
|
2410
2419
|
];
|