@aws-sdk/client-auto-scaling 3.952.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 +870 -580
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AttachInstancesCommand.js +2 -2
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-es/commands/AttachLoadBalancersCommand.js +2 -2
- package/dist-es/commands/AttachTrafficSourcesCommand.js +2 -2
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-es/commands/CancelInstanceRefreshCommand.js +2 -2
- package/dist-es/commands/CompleteLifecycleActionCommand.js +2 -2
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteLifecycleHookCommand.js +2 -2
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DeleteWarmPoolCommand.js +2 -2
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +2 -2
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +2 -2
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +2 -2
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +2 -2
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribePoliciesCommand.js +2 -2
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +2 -2
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +2 -2
- package/dist-es/commands/DescribeScheduledActionsCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +2 -2
- package/dist-es/commands/DescribeTrafficSourcesCommand.js +2 -2
- package/dist-es/commands/DescribeWarmPoolCommand.js +2 -2
- package/dist-es/commands/DetachInstancesCommand.js +2 -2
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-es/commands/DetachLoadBalancersCommand.js +2 -2
- package/dist-es/commands/DetachTrafficSourcesCommand.js +2 -2
- package/dist-es/commands/DisableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnterStandbyCommand.js +2 -2
- package/dist-es/commands/ExecutePolicyCommand.js +2 -2
- package/dist-es/commands/ExitStandbyCommand.js +2 -2
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +2 -2
- package/dist-es/commands/LaunchInstancesCommand.js +2 -2
- package/dist-es/commands/PutLifecycleHookCommand.js +2 -2
- package/dist-es/commands/PutNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/PutScalingPolicyCommand.js +2 -2
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-es/commands/PutWarmPoolCommand.js +2 -2
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +2 -2
- package/dist-es/commands/ResumeProcessesCommand.js +2 -2
- package/dist-es/commands/RollbackInstanceRefreshCommand.js +2 -2
- package/dist-es/commands/SetDesiredCapacityCommand.js +2 -2
- package/dist-es/commands/SetInstanceHealthCommand.js +2 -2
- package/dist-es/commands/SetInstanceProtectionCommand.js +2 -2
- package/dist-es/commands/StartInstanceRefreshCommand.js +2 -2
- package/dist-es/commands/SuspendProcessesCommand.js +2 -2
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +540 -519
- package/dist-types/AutoScalingClient.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 +6 -1
- package/dist-types/schemas/schemas_0.d.ts +270 -345
- package/dist-types/ts3.4/AutoScalingClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +269 -345
- package/package.json +35 -35
|
@@ -586,11 +586,11 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.autoscaling";
|
|
|
586
586
|
const _xN = "xmlName";
|
|
587
587
|
const n0 = "com.amazonaws.autoscaling";
|
|
588
588
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
589
|
-
import { AutoScalingServiceException
|
|
590
|
-
import { ActiveInstanceRefreshNotFoundFault
|
|
591
|
-
export var AcceleratorCountRequest = [3, n0, _ACR, 0, [_M, _Ma], [1, 1]];
|
|
592
|
-
export var AcceleratorTotalMemoryMiBRequest = [3, n0, _ATMMBR, 0, [_M, _Ma], [1, 1]];
|
|
593
|
-
export var ActiveInstanceRefreshNotFoundFault = [
|
|
589
|
+
import { AutoScalingServiceException } from "../models/AutoScalingServiceException";
|
|
590
|
+
import { ActiveInstanceRefreshNotFoundFault, AlreadyExistsFault, IdempotentParameterMismatchError, InstanceRefreshInProgressFault, InvalidNextToken, IrreversibleInstanceRefreshFault, LimitExceededFault, ResourceContentionFault, ResourceInUseFault, ScalingActivityInProgressFault, ServiceLinkedRoleFailure, } from "../models/errors";
|
|
591
|
+
export var AcceleratorCountRequest$ = [3, n0, _ACR, 0, [_M, _Ma], [1, 1]];
|
|
592
|
+
export var AcceleratorTotalMemoryMiBRequest$ = [3, n0, _ATMMBR, 0, [_M, _Ma], [1, 1]];
|
|
593
|
+
export var ActiveInstanceRefreshNotFoundFault$ = [
|
|
594
594
|
-3,
|
|
595
595
|
n0,
|
|
596
596
|
_AIRNFF,
|
|
@@ -598,9 +598,9 @@ export var ActiveInstanceRefreshNotFoundFault = [
|
|
|
598
598
|
[_m],
|
|
599
599
|
[0],
|
|
600
600
|
];
|
|
601
|
-
TypeRegistry.for(n0).registerError(ActiveInstanceRefreshNotFoundFault
|
|
602
|
-
export var ActivitiesType = [3, n0, _AT, 0, [_A, _NT], [() => Activities, 0]];
|
|
603
|
-
export var Activity = [
|
|
601
|
+
TypeRegistry.for(n0).registerError(ActiveInstanceRefreshNotFoundFault$, ActiveInstanceRefreshNotFoundFault);
|
|
602
|
+
export var ActivitiesType$ = [3, n0, _AT, 0, [_A, _NT], [() => Activities, 0]];
|
|
603
|
+
export var Activity$ = [
|
|
604
604
|
3,
|
|
605
605
|
n0,
|
|
606
606
|
_Ac,
|
|
@@ -608,11 +608,11 @@ export var Activity = [
|
|
|
608
608
|
[_AI, _ASGN, _D, _C, _ST, _ET, _SC, _SM, _P, _De, _ASGS, _ASGARN],
|
|
609
609
|
[0, 0, 0, 0, 4, 4, 0, 0, 1, 0, 0, 0],
|
|
610
610
|
];
|
|
611
|
-
export var ActivityType = [3, n0, _ATc, 0, [_Ac], [() => Activity]];
|
|
612
|
-
export var AdjustmentType = [3, n0, _ATd, 0, [_ATd], [0]];
|
|
613
|
-
export var Alarm = [3, n0, _Al, 0, [_AN, _AARN], [0, 0]];
|
|
614
|
-
export var AlarmSpecification = [3, n0, _AS, 0, [_Ala], [64 | 0]];
|
|
615
|
-
export var AlreadyExistsFault = [
|
|
611
|
+
export var ActivityType$ = [3, n0, _ATc, 0, [_Ac], [() => Activity$]];
|
|
612
|
+
export var AdjustmentType$ = [3, n0, _ATd, 0, [_ATd], [0]];
|
|
613
|
+
export var Alarm$ = [3, n0, _Al, 0, [_AN, _AARN], [0, 0]];
|
|
614
|
+
export var AlarmSpecification$ = [3, n0, _AS, 0, [_Ala], [64 | 0]];
|
|
615
|
+
export var AlreadyExistsFault$ = [
|
|
616
616
|
-3,
|
|
617
617
|
n0,
|
|
618
618
|
_AEF,
|
|
@@ -620,12 +620,12 @@ export var AlreadyExistsFault = [
|
|
|
620
620
|
[_m],
|
|
621
621
|
[0],
|
|
622
622
|
];
|
|
623
|
-
TypeRegistry.for(n0).registerError(AlreadyExistsFault
|
|
624
|
-
export var AttachInstancesQuery = [3, n0, _AIQ, 0, [_II, _ASGN], [64 | 0, 0]];
|
|
625
|
-
export var AttachLoadBalancersResultType = [3, n0, _ALBRT, 0, [], []];
|
|
626
|
-
export var AttachLoadBalancersType = [3, n0, _ALBT, 0, [_ASGN, _LBN], [0, 64 | 0]];
|
|
627
|
-
export var AttachLoadBalancerTargetGroupsResultType = [3, n0, _ALBTGRT, 0, [], []];
|
|
628
|
-
export var AttachLoadBalancerTargetGroupsType = [
|
|
623
|
+
TypeRegistry.for(n0).registerError(AlreadyExistsFault$, AlreadyExistsFault);
|
|
624
|
+
export var AttachInstancesQuery$ = [3, n0, _AIQ, 0, [_II, _ASGN], [64 | 0, 0]];
|
|
625
|
+
export var AttachLoadBalancersResultType$ = [3, n0, _ALBRT, 0, [], []];
|
|
626
|
+
export var AttachLoadBalancersType$ = [3, n0, _ALBT, 0, [_ASGN, _LBN], [0, 64 | 0]];
|
|
627
|
+
export var AttachLoadBalancerTargetGroupsResultType$ = [3, n0, _ALBTGRT, 0, [], []];
|
|
628
|
+
export var AttachLoadBalancerTargetGroupsType$ = [
|
|
629
629
|
3,
|
|
630
630
|
n0,
|
|
631
631
|
_ALBTGT,
|
|
@@ -633,8 +633,8 @@ export var AttachLoadBalancerTargetGroupsType = [
|
|
|
633
633
|
[_ASGN, _TGARN],
|
|
634
634
|
[0, 64 | 0],
|
|
635
635
|
];
|
|
636
|
-
export var AttachTrafficSourcesResultType = [3, n0, _ATSRT, 0, [], []];
|
|
637
|
-
export var AttachTrafficSourcesType = [
|
|
636
|
+
export var AttachTrafficSourcesResultType$ = [3, n0, _ATSRT, 0, [], []];
|
|
637
|
+
export var AttachTrafficSourcesType$ = [
|
|
638
638
|
3,
|
|
639
639
|
n0,
|
|
640
640
|
_ATST,
|
|
@@ -642,7 +642,7 @@ export var AttachTrafficSourcesType = [
|
|
|
642
642
|
[_ASGN, _TS, _SZSV],
|
|
643
643
|
[0, () => TrafficSources, 2],
|
|
644
644
|
];
|
|
645
|
-
export var AutoScalingGroup = [
|
|
645
|
+
export var AutoScalingGroup$ = [
|
|
646
646
|
3,
|
|
647
647
|
n0,
|
|
648
648
|
_ASG,
|
|
@@ -692,8 +692,8 @@ export var AutoScalingGroup = [
|
|
|
692
692
|
0,
|
|
693
693
|
0,
|
|
694
694
|
0,
|
|
695
|
-
() => LaunchTemplateSpecification
|
|
696
|
-
[() => MixedInstancesPolicy
|
|
695
|
+
() => LaunchTemplateSpecification$,
|
|
696
|
+
[() => MixedInstancesPolicy$, 0],
|
|
697
697
|
1,
|
|
698
698
|
1,
|
|
699
699
|
1,
|
|
@@ -717,20 +717,20 @@ export var AutoScalingGroup = [
|
|
|
717
717
|
0,
|
|
718
718
|
1,
|
|
719
719
|
2,
|
|
720
|
-
() => WarmPoolConfiguration
|
|
720
|
+
() => WarmPoolConfiguration$,
|
|
721
721
|
1,
|
|
722
722
|
0,
|
|
723
723
|
0,
|
|
724
724
|
1,
|
|
725
725
|
() => TrafficSources,
|
|
726
|
-
() => InstanceMaintenancePolicy
|
|
727
|
-
() => AvailabilityZoneDistribution
|
|
728
|
-
() => AvailabilityZoneImpairmentPolicy
|
|
729
|
-
() => CapacityReservationSpecification
|
|
730
|
-
() => InstanceLifecyclePolicy
|
|
726
|
+
() => InstanceMaintenancePolicy$,
|
|
727
|
+
() => AvailabilityZoneDistribution$,
|
|
728
|
+
() => AvailabilityZoneImpairmentPolicy$,
|
|
729
|
+
() => CapacityReservationSpecification$,
|
|
730
|
+
() => InstanceLifecyclePolicy$,
|
|
731
731
|
],
|
|
732
732
|
];
|
|
733
|
-
export var AutoScalingGroupNamesType = [
|
|
733
|
+
export var AutoScalingGroupNamesType$ = [
|
|
734
734
|
3,
|
|
735
735
|
n0,
|
|
736
736
|
_ASGNT,
|
|
@@ -738,7 +738,7 @@ export var AutoScalingGroupNamesType = [
|
|
|
738
738
|
[_ASGNu, _IIn, _NT, _MR, _F],
|
|
739
739
|
[64 | 0, 2, 0, 1, () => Filters],
|
|
740
740
|
];
|
|
741
|
-
export var AutoScalingGroupsType = [
|
|
741
|
+
export var AutoScalingGroupsType$ = [
|
|
742
742
|
3,
|
|
743
743
|
n0,
|
|
744
744
|
_ASGT,
|
|
@@ -746,15 +746,15 @@ export var AutoScalingGroupsType = [
|
|
|
746
746
|
[_ASGu, _NT],
|
|
747
747
|
[[() => AutoScalingGroups, 0], 0],
|
|
748
748
|
];
|
|
749
|
-
export var AutoScalingInstanceDetails = [
|
|
749
|
+
export var AutoScalingInstanceDetails$ = [
|
|
750
750
|
3,
|
|
751
751
|
n0,
|
|
752
752
|
_ASID,
|
|
753
753
|
0,
|
|
754
754
|
[_IIns, _IT, _ASGN, _AZv, _LS, _HS, _LCN, _LT, _IIm, _PFSI, _WC],
|
|
755
|
-
[0, 0, 0, 0, 0, 0, 0, () => LaunchTemplateSpecification
|
|
755
|
+
[0, 0, 0, 0, 0, 0, 0, () => LaunchTemplateSpecification$, 0, 2, 0],
|
|
756
756
|
];
|
|
757
|
-
export var AutoScalingInstancesType = [
|
|
757
|
+
export var AutoScalingInstancesType$ = [
|
|
758
758
|
3,
|
|
759
759
|
n0,
|
|
760
760
|
_ASIT,
|
|
@@ -762,18 +762,18 @@ export var AutoScalingInstancesType = [
|
|
|
762
762
|
[_ASI, _NT],
|
|
763
763
|
[() => AutoScalingInstances, 0],
|
|
764
764
|
];
|
|
765
|
-
export var AvailabilityZoneDistribution = [3, n0, _AZD, 0, [_CDS], [0]];
|
|
766
|
-
export var AvailabilityZoneImpairmentPolicy = [3, n0, _AZIP, 0, [_ZSE, _IZHCB], [2, 0]];
|
|
767
|
-
export var BaselineEbsBandwidthMbpsRequest = [3, n0, _BEBMR, 0, [_M, _Ma], [1, 1]];
|
|
768
|
-
export var BaselinePerformanceFactorsRequest = [
|
|
765
|
+
export var AvailabilityZoneDistribution$ = [3, n0, _AZD, 0, [_CDS], [0]];
|
|
766
|
+
export var AvailabilityZoneImpairmentPolicy$ = [3, n0, _AZIP, 0, [_ZSE, _IZHCB], [2, 0]];
|
|
767
|
+
export var BaselineEbsBandwidthMbpsRequest$ = [3, n0, _BEBMR, 0, [_M, _Ma], [1, 1]];
|
|
768
|
+
export var BaselinePerformanceFactorsRequest$ = [
|
|
769
769
|
3,
|
|
770
770
|
n0,
|
|
771
771
|
_BPFR,
|
|
772
772
|
0,
|
|
773
773
|
[_Cp],
|
|
774
|
-
[[() => CpuPerformanceFactorRequest
|
|
774
|
+
[[() => CpuPerformanceFactorRequest$, 0]],
|
|
775
775
|
];
|
|
776
|
-
export var BatchDeleteScheduledActionAnswer = [
|
|
776
|
+
export var BatchDeleteScheduledActionAnswer$ = [
|
|
777
777
|
3,
|
|
778
778
|
n0,
|
|
779
779
|
_BDSAA,
|
|
@@ -781,8 +781,8 @@ export var BatchDeleteScheduledActionAnswer = [
|
|
|
781
781
|
[_FSA],
|
|
782
782
|
[() => FailedScheduledUpdateGroupActionRequests],
|
|
783
783
|
];
|
|
784
|
-
export var BatchDeleteScheduledActionType = [3, n0, _BDSAT, 0, [_ASGN, _SAN], [0, 64 | 0]];
|
|
785
|
-
export var BatchPutScheduledUpdateGroupActionAnswer = [
|
|
784
|
+
export var BatchDeleteScheduledActionType$ = [3, n0, _BDSAT, 0, [_ASGN, _SAN], [0, 64 | 0]];
|
|
785
|
+
export var BatchPutScheduledUpdateGroupActionAnswer$ = [
|
|
786
786
|
3,
|
|
787
787
|
n0,
|
|
788
788
|
_BPSUGAA,
|
|
@@ -790,7 +790,7 @@ export var BatchPutScheduledUpdateGroupActionAnswer = [
|
|
|
790
790
|
[_FSUGA],
|
|
791
791
|
[() => FailedScheduledUpdateGroupActionRequests],
|
|
792
792
|
];
|
|
793
|
-
export var BatchPutScheduledUpdateGroupActionType = [
|
|
793
|
+
export var BatchPutScheduledUpdateGroupActionType$ = [
|
|
794
794
|
3,
|
|
795
795
|
n0,
|
|
796
796
|
_BPSUGAT,
|
|
@@ -798,21 +798,21 @@ export var BatchPutScheduledUpdateGroupActionType = [
|
|
|
798
798
|
[_ASGN, _SUGA],
|
|
799
799
|
[0, () => ScheduledUpdateGroupActionRequests],
|
|
800
800
|
];
|
|
801
|
-
export var BlockDeviceMapping = [3, n0, _BDM, 0, [_VN, _DN, _E, _ND], [0, 0, () => Ebs
|
|
802
|
-
export var CancelInstanceRefreshAnswer = [3, n0, _CIRA, 0, [_IRI], [0]];
|
|
803
|
-
export var CancelInstanceRefreshType = [3, n0, _CIRT, 0, [_ASGN, _WFTI], [0, 2]];
|
|
804
|
-
export var CapacityForecast = [3, n0, _CF, 0, [_Ti, _V], [64 | 4, 64 | 1]];
|
|
805
|
-
export var CapacityReservationSpecification = [
|
|
801
|
+
export var BlockDeviceMapping$ = [3, n0, _BDM, 0, [_VN, _DN, _E, _ND], [0, 0, () => Ebs$, 2]];
|
|
802
|
+
export var CancelInstanceRefreshAnswer$ = [3, n0, _CIRA, 0, [_IRI], [0]];
|
|
803
|
+
export var CancelInstanceRefreshType$ = [3, n0, _CIRT, 0, [_ASGN, _WFTI], [0, 2]];
|
|
804
|
+
export var CapacityForecast$ = [3, n0, _CF, 0, [_Ti, _V], [64 | 4, 64 | 1]];
|
|
805
|
+
export var CapacityReservationSpecification$ = [
|
|
806
806
|
3,
|
|
807
807
|
n0,
|
|
808
808
|
_CRS,
|
|
809
809
|
0,
|
|
810
810
|
[_CRP, _CRT],
|
|
811
|
-
[0, () => CapacityReservationTarget],
|
|
811
|
+
[0, () => CapacityReservationTarget$],
|
|
812
812
|
];
|
|
813
|
-
export var CapacityReservationTarget = [3, n0, _CRT, 0, [_CRI, _CRRGA], [64 | 0, 64 | 0]];
|
|
814
|
-
export var CompleteLifecycleActionAnswer = [3, n0, _CLAA, 0, [], []];
|
|
815
|
-
export var CompleteLifecycleActionType = [
|
|
813
|
+
export var CapacityReservationTarget$ = [3, n0, _CRT, 0, [_CRI, _CRRGA], [64 | 0, 64 | 0]];
|
|
814
|
+
export var CompleteLifecycleActionAnswer$ = [3, n0, _CLAA, 0, [], []];
|
|
815
|
+
export var CompleteLifecycleActionType$ = [
|
|
816
816
|
3,
|
|
817
817
|
n0,
|
|
818
818
|
_CLAT,
|
|
@@ -820,7 +820,7 @@ export var CompleteLifecycleActionType = [
|
|
|
820
820
|
[_LHN, _ASGN, _LAT, _LAR, _IIns],
|
|
821
821
|
[0, 0, 0, 0, 0],
|
|
822
822
|
];
|
|
823
|
-
export var CpuPerformanceFactorRequest = [
|
|
823
|
+
export var CpuPerformanceFactorRequest$ = [
|
|
824
824
|
3,
|
|
825
825
|
n0,
|
|
826
826
|
_CPFR,
|
|
@@ -828,7 +828,7 @@ export var CpuPerformanceFactorRequest = [
|
|
|
828
828
|
[_R],
|
|
829
829
|
[[() => PerformanceFactorReferenceSetRequest, { [_xN]: _Re }]],
|
|
830
830
|
];
|
|
831
|
-
export var CreateAutoScalingGroupType = [
|
|
831
|
+
export var CreateAutoScalingGroupType$ = [
|
|
832
832
|
3,
|
|
833
833
|
n0,
|
|
834
834
|
_CASGT,
|
|
@@ -871,8 +871,8 @@ export var CreateAutoScalingGroupType = [
|
|
|
871
871
|
[
|
|
872
872
|
0,
|
|
873
873
|
0,
|
|
874
|
-
() => LaunchTemplateSpecification
|
|
875
|
-
[() => MixedInstancesPolicy
|
|
874
|
+
() => LaunchTemplateSpecification$,
|
|
875
|
+
[() => MixedInstancesPolicy$, 0],
|
|
876
876
|
0,
|
|
877
877
|
1,
|
|
878
878
|
1,
|
|
@@ -896,15 +896,15 @@ export var CreateAutoScalingGroupType = [
|
|
|
896
896
|
0,
|
|
897
897
|
1,
|
|
898
898
|
() => TrafficSources,
|
|
899
|
-
() => InstanceMaintenancePolicy
|
|
900
|
-
() => AvailabilityZoneDistribution
|
|
901
|
-
() => AvailabilityZoneImpairmentPolicy
|
|
899
|
+
() => InstanceMaintenancePolicy$,
|
|
900
|
+
() => AvailabilityZoneDistribution$,
|
|
901
|
+
() => AvailabilityZoneImpairmentPolicy$,
|
|
902
902
|
2,
|
|
903
|
-
() => CapacityReservationSpecification
|
|
904
|
-
() => InstanceLifecyclePolicy
|
|
903
|
+
() => CapacityReservationSpecification$,
|
|
904
|
+
() => InstanceLifecyclePolicy$,
|
|
905
905
|
],
|
|
906
906
|
];
|
|
907
|
-
export var CreateLaunchConfigurationType = [
|
|
907
|
+
export var CreateLaunchConfigurationType$ = [
|
|
908
908
|
3,
|
|
909
909
|
n0,
|
|
910
910
|
_CLCT,
|
|
@@ -923,17 +923,17 @@ export var CreateLaunchConfigurationType = [
|
|
|
923
923
|
0,
|
|
924
924
|
0,
|
|
925
925
|
() => BlockDeviceMappings,
|
|
926
|
-
() => InstanceMonitoring
|
|
926
|
+
() => InstanceMonitoring$,
|
|
927
927
|
0,
|
|
928
928
|
0,
|
|
929
929
|
2,
|
|
930
930
|
2,
|
|
931
931
|
0,
|
|
932
|
-
() => InstanceMetadataOptions
|
|
932
|
+
() => InstanceMetadataOptions$,
|
|
933
933
|
],
|
|
934
934
|
];
|
|
935
|
-
export var CreateOrUpdateTagsType = [3, n0, _COUTT, 0, [_T], [() => Tags]];
|
|
936
|
-
export var CustomizedMetricSpecification = [
|
|
935
|
+
export var CreateOrUpdateTagsType$ = [3, n0, _COUTT, 0, [_T], [() => Tags]];
|
|
936
|
+
export var CustomizedMetricSpecification$ = [
|
|
937
937
|
3,
|
|
938
938
|
n0,
|
|
939
939
|
_CMS,
|
|
@@ -941,16 +941,16 @@ export var CustomizedMetricSpecification = [
|
|
|
941
941
|
[_MN, _N, _Di, _St, _U, _Pe, _Me],
|
|
942
942
|
[0, 0, () => MetricDimensions, 0, 0, 1, () => TargetTrackingMetricDataQueries],
|
|
943
943
|
];
|
|
944
|
-
export var DeleteAutoScalingGroupType = [3, n0, _DASGT, 0, [_ASGN, _FD], [0, 2]];
|
|
945
|
-
export var DeleteLifecycleHookAnswer = [3, n0, _DLHA, 0, [], []];
|
|
946
|
-
export var DeleteLifecycleHookType = [3, n0, _DLHT, 0, [_LHN, _ASGN], [0, 0]];
|
|
947
|
-
export var DeleteNotificationConfigurationType = [3, n0, _DNCT, 0, [_ASGN, _TARN], [0, 0]];
|
|
948
|
-
export var DeletePolicyType = [3, n0, _DPT, 0, [_ASGN, _PN], [0, 0]];
|
|
949
|
-
export var DeleteScheduledActionType = [3, n0, _DSAT, 0, [_ASGN, _SANc], [0, 0]];
|
|
950
|
-
export var DeleteTagsType = [3, n0, _DTT, 0, [_T], [() => Tags]];
|
|
951
|
-
export var DeleteWarmPoolAnswer = [3, n0, _DWPA, 0, [], []];
|
|
952
|
-
export var DeleteWarmPoolType = [3, n0, _DWPT, 0, [_ASGN, _FD], [0, 2]];
|
|
953
|
-
export var DescribeAccountLimitsAnswer = [
|
|
944
|
+
export var DeleteAutoScalingGroupType$ = [3, n0, _DASGT, 0, [_ASGN, _FD], [0, 2]];
|
|
945
|
+
export var DeleteLifecycleHookAnswer$ = [3, n0, _DLHA, 0, [], []];
|
|
946
|
+
export var DeleteLifecycleHookType$ = [3, n0, _DLHT, 0, [_LHN, _ASGN], [0, 0]];
|
|
947
|
+
export var DeleteNotificationConfigurationType$ = [3, n0, _DNCT, 0, [_ASGN, _TARN], [0, 0]];
|
|
948
|
+
export var DeletePolicyType$ = [3, n0, _DPT, 0, [_ASGN, _PN], [0, 0]];
|
|
949
|
+
export var DeleteScheduledActionType$ = [3, n0, _DSAT, 0, [_ASGN, _SANc], [0, 0]];
|
|
950
|
+
export var DeleteTagsType$ = [3, n0, _DTT, 0, [_T], [() => Tags]];
|
|
951
|
+
export var DeleteWarmPoolAnswer$ = [3, n0, _DWPA, 0, [], []];
|
|
952
|
+
export var DeleteWarmPoolType$ = [3, n0, _DWPT, 0, [_ASGN, _FD], [0, 2]];
|
|
953
|
+
export var DescribeAccountLimitsAnswer$ = [
|
|
954
954
|
3,
|
|
955
955
|
n0,
|
|
956
956
|
_DALA,
|
|
@@ -958,8 +958,8 @@ export var DescribeAccountLimitsAnswer = [
|
|
|
958
958
|
[_MNOASG, _MNOLC, _NOASG, _NOLC],
|
|
959
959
|
[1, 1, 1, 1],
|
|
960
960
|
];
|
|
961
|
-
export var DescribeAdjustmentTypesAnswer = [3, n0, _DATA, 0, [_ATdj], [() => AdjustmentTypes]];
|
|
962
|
-
export var DescribeAutoScalingInstancesType = [
|
|
961
|
+
export var DescribeAdjustmentTypesAnswer$ = [3, n0, _DATA, 0, [_ATdj], [() => AdjustmentTypes]];
|
|
962
|
+
export var DescribeAutoScalingInstancesType$ = [
|
|
963
963
|
3,
|
|
964
964
|
n0,
|
|
965
965
|
_DASIT,
|
|
@@ -967,8 +967,8 @@ export var DescribeAutoScalingInstancesType = [
|
|
|
967
967
|
[_II, _MR, _NT],
|
|
968
968
|
[64 | 0, 1, 0],
|
|
969
969
|
];
|
|
970
|
-
export var DescribeAutoScalingNotificationTypesAnswer = [3, n0, _DASNTA, 0, [_ASNT], [64 | 0]];
|
|
971
|
-
export var DescribeInstanceRefreshesAnswer = [
|
|
970
|
+
export var DescribeAutoScalingNotificationTypesAnswer$ = [3, n0, _DASNTA, 0, [_ASNT], [64 | 0]];
|
|
971
|
+
export var DescribeInstanceRefreshesAnswer$ = [
|
|
972
972
|
3,
|
|
973
973
|
n0,
|
|
974
974
|
_DIRA,
|
|
@@ -976,7 +976,7 @@ export var DescribeInstanceRefreshesAnswer = [
|
|
|
976
976
|
[_IR, _NT],
|
|
977
977
|
[[() => InstanceRefreshes, 0], 0],
|
|
978
978
|
];
|
|
979
|
-
export var DescribeInstanceRefreshesType = [
|
|
979
|
+
export var DescribeInstanceRefreshesType$ = [
|
|
980
980
|
3,
|
|
981
981
|
n0,
|
|
982
982
|
_DIRT,
|
|
@@ -984,11 +984,11 @@ export var DescribeInstanceRefreshesType = [
|
|
|
984
984
|
[_ASGN, _IRIn, _NT, _MR],
|
|
985
985
|
[0, 64 | 0, 0, 1],
|
|
986
986
|
];
|
|
987
|
-
export var DescribeLifecycleHooksAnswer = [3, n0, _DLHAe, 0, [_LH], [() => LifecycleHooks]];
|
|
988
|
-
export var DescribeLifecycleHooksType = [3, n0, _DLHTe, 0, [_ASGN, _LHNi], [0, 64 | 0]];
|
|
989
|
-
export var DescribeLifecycleHookTypesAnswer = [3, n0, _DLHTA, 0, [_LHT], [64 | 0]];
|
|
990
|
-
export var DescribeLoadBalancersRequest = [3, n0, _DLBR, 0, [_ASGN, _NT, _MR], [0, 0, 1]];
|
|
991
|
-
export var DescribeLoadBalancersResponse = [
|
|
987
|
+
export var DescribeLifecycleHooksAnswer$ = [3, n0, _DLHAe, 0, [_LH], [() => LifecycleHooks]];
|
|
988
|
+
export var DescribeLifecycleHooksType$ = [3, n0, _DLHTe, 0, [_ASGN, _LHNi], [0, 64 | 0]];
|
|
989
|
+
export var DescribeLifecycleHookTypesAnswer$ = [3, n0, _DLHTA, 0, [_LHT], [64 | 0]];
|
|
990
|
+
export var DescribeLoadBalancersRequest$ = [3, n0, _DLBR, 0, [_ASGN, _NT, _MR], [0, 0, 1]];
|
|
991
|
+
export var DescribeLoadBalancersResponse$ = [
|
|
992
992
|
3,
|
|
993
993
|
n0,
|
|
994
994
|
_DLBRe,
|
|
@@ -996,7 +996,7 @@ export var DescribeLoadBalancersResponse = [
|
|
|
996
996
|
[_LB, _NT],
|
|
997
997
|
[() => LoadBalancerStates, 0],
|
|
998
998
|
];
|
|
999
|
-
export var DescribeLoadBalancerTargetGroupsRequest = [
|
|
999
|
+
export var DescribeLoadBalancerTargetGroupsRequest$ = [
|
|
1000
1000
|
3,
|
|
1001
1001
|
n0,
|
|
1002
1002
|
_DLBTGR,
|
|
@@ -1004,7 +1004,7 @@ export var DescribeLoadBalancerTargetGroupsRequest = [
|
|
|
1004
1004
|
[_ASGN, _NT, _MR],
|
|
1005
1005
|
[0, 0, 1],
|
|
1006
1006
|
];
|
|
1007
|
-
export var DescribeLoadBalancerTargetGroupsResponse = [
|
|
1007
|
+
export var DescribeLoadBalancerTargetGroupsResponse$ = [
|
|
1008
1008
|
3,
|
|
1009
1009
|
n0,
|
|
1010
1010
|
_DLBTGRe,
|
|
@@ -1012,7 +1012,7 @@ export var DescribeLoadBalancerTargetGroupsResponse = [
|
|
|
1012
1012
|
[_LBTG, _NT],
|
|
1013
1013
|
[() => LoadBalancerTargetGroupStates, 0],
|
|
1014
1014
|
];
|
|
1015
|
-
export var DescribeMetricCollectionTypesAnswer = [
|
|
1015
|
+
export var DescribeMetricCollectionTypesAnswer$ = [
|
|
1016
1016
|
3,
|
|
1017
1017
|
n0,
|
|
1018
1018
|
_DMCTA,
|
|
@@ -1020,7 +1020,7 @@ export var DescribeMetricCollectionTypesAnswer = [
|
|
|
1020
1020
|
[_Me, _G],
|
|
1021
1021
|
[() => MetricCollectionTypes, () => MetricGranularityTypes],
|
|
1022
1022
|
];
|
|
1023
|
-
export var DescribeNotificationConfigurationsAnswer = [
|
|
1023
|
+
export var DescribeNotificationConfigurationsAnswer$ = [
|
|
1024
1024
|
3,
|
|
1025
1025
|
n0,
|
|
1026
1026
|
_DNCA,
|
|
@@ -1028,7 +1028,7 @@ export var DescribeNotificationConfigurationsAnswer = [
|
|
|
1028
1028
|
[_NC, _NT],
|
|
1029
1029
|
[() => NotificationConfigurations, 0],
|
|
1030
1030
|
];
|
|
1031
|
-
export var DescribeNotificationConfigurationsType = [
|
|
1031
|
+
export var DescribeNotificationConfigurationsType$ = [
|
|
1032
1032
|
3,
|
|
1033
1033
|
n0,
|
|
1034
1034
|
_DNCTe,
|
|
@@ -1036,7 +1036,7 @@ export var DescribeNotificationConfigurationsType = [
|
|
|
1036
1036
|
[_ASGNu, _NT, _MR],
|
|
1037
1037
|
[64 | 0, 0, 1],
|
|
1038
1038
|
];
|
|
1039
|
-
export var DescribePoliciesType = [
|
|
1039
|
+
export var DescribePoliciesType$ = [
|
|
1040
1040
|
3,
|
|
1041
1041
|
n0,
|
|
1042
1042
|
_DPTe,
|
|
@@ -1044,7 +1044,7 @@ export var DescribePoliciesType = [
|
|
|
1044
1044
|
[_ASGN, _PNo, _PTo, _NT, _MR],
|
|
1045
1045
|
[0, 64 | 0, 64 | 0, 0, 1],
|
|
1046
1046
|
];
|
|
1047
|
-
export var DescribeScalingActivitiesType = [
|
|
1047
|
+
export var DescribeScalingActivitiesType$ = [
|
|
1048
1048
|
3,
|
|
1049
1049
|
n0,
|
|
1050
1050
|
_DSATe,
|
|
@@ -1052,7 +1052,7 @@ export var DescribeScalingActivitiesType = [
|
|
|
1052
1052
|
[_AIc, _ASGN, _IDG, _MR, _NT],
|
|
1053
1053
|
[64 | 0, 0, 2, 1, 0],
|
|
1054
1054
|
];
|
|
1055
|
-
export var DescribeScheduledActionsType = [
|
|
1055
|
+
export var DescribeScheduledActionsType$ = [
|
|
1056
1056
|
3,
|
|
1057
1057
|
n0,
|
|
1058
1058
|
_DSATes,
|
|
@@ -1060,9 +1060,9 @@ export var DescribeScheduledActionsType = [
|
|
|
1060
1060
|
[_ASGN, _SAN, _ST, _ET, _NT, _MR],
|
|
1061
1061
|
[0, 64 | 0, 4, 4, 0, 1],
|
|
1062
1062
|
];
|
|
1063
|
-
export var DescribeTagsType = [3, n0, _DTTe, 0, [_F, _NT, _MR], [() => Filters, 0, 1]];
|
|
1064
|
-
export var DescribeTerminationPolicyTypesAnswer = [3, n0, _DTPTA, 0, [_TPT], [64 | 0]];
|
|
1065
|
-
export var DescribeTrafficSourcesRequest = [
|
|
1063
|
+
export var DescribeTagsType$ = [3, n0, _DTTe, 0, [_F, _NT, _MR], [() => Filters, 0, 1]];
|
|
1064
|
+
export var DescribeTerminationPolicyTypesAnswer$ = [3, n0, _DTPTA, 0, [_TPT], [64 | 0]];
|
|
1065
|
+
export var DescribeTrafficSourcesRequest$ = [
|
|
1066
1066
|
3,
|
|
1067
1067
|
n0,
|
|
1068
1068
|
_DTSR,
|
|
@@ -1070,7 +1070,7 @@ export var DescribeTrafficSourcesRequest = [
|
|
|
1070
1070
|
[_ASGN, _TST, _NT, _MR],
|
|
1071
1071
|
[0, 0, 0, 1],
|
|
1072
1072
|
];
|
|
1073
|
-
export var DescribeTrafficSourcesResponse = [
|
|
1073
|
+
export var DescribeTrafficSourcesResponse$ = [
|
|
1074
1074
|
3,
|
|
1075
1075
|
n0,
|
|
1076
1076
|
_DTSRe,
|
|
@@ -1078,29 +1078,29 @@ export var DescribeTrafficSourcesResponse = [
|
|
|
1078
1078
|
[_TS, _NT],
|
|
1079
1079
|
[() => TrafficSourceStates, 0],
|
|
1080
1080
|
];
|
|
1081
|
-
export var DescribeWarmPoolAnswer = [
|
|
1081
|
+
export var DescribeWarmPoolAnswer$ = [
|
|
1082
1082
|
3,
|
|
1083
1083
|
n0,
|
|
1084
1084
|
_DWPAe,
|
|
1085
1085
|
0,
|
|
1086
1086
|
[_WPC, _I, _NT],
|
|
1087
|
-
[() => WarmPoolConfiguration
|
|
1087
|
+
[() => WarmPoolConfiguration$, () => Instances, 0],
|
|
1088
1088
|
];
|
|
1089
|
-
export var DescribeWarmPoolType = [3, n0, _DWPTe, 0, [_ASGN, _MR, _NT], [0, 1, 0]];
|
|
1090
|
-
export var DesiredConfiguration = [
|
|
1089
|
+
export var DescribeWarmPoolType$ = [3, n0, _DWPTe, 0, [_ASGN, _MR, _NT], [0, 1, 0]];
|
|
1090
|
+
export var DesiredConfiguration$ = [
|
|
1091
1091
|
3,
|
|
1092
1092
|
n0,
|
|
1093
1093
|
_DCes,
|
|
1094
1094
|
0,
|
|
1095
1095
|
[_LT, _MIP],
|
|
1096
|
-
[() => LaunchTemplateSpecification
|
|
1096
|
+
[() => LaunchTemplateSpecification$, [() => MixedInstancesPolicy$, 0]],
|
|
1097
1097
|
];
|
|
1098
|
-
export var DetachInstancesAnswer = [3, n0, _DIA, 0, [_A], [() => Activities]];
|
|
1099
|
-
export var DetachInstancesQuery = [3, n0, _DIQ, 0, [_II, _ASGN, _SDDC], [64 | 0, 0, 2]];
|
|
1100
|
-
export var DetachLoadBalancersResultType = [3, n0, _DLBRT, 0, [], []];
|
|
1101
|
-
export var DetachLoadBalancersType = [3, n0, _DLBT, 0, [_ASGN, _LBN], [0, 64 | 0]];
|
|
1102
|
-
export var DetachLoadBalancerTargetGroupsResultType = [3, n0, _DLBTGRT, 0, [], []];
|
|
1103
|
-
export var DetachLoadBalancerTargetGroupsType = [
|
|
1098
|
+
export var DetachInstancesAnswer$ = [3, n0, _DIA, 0, [_A], [() => Activities]];
|
|
1099
|
+
export var DetachInstancesQuery$ = [3, n0, _DIQ, 0, [_II, _ASGN, _SDDC], [64 | 0, 0, 2]];
|
|
1100
|
+
export var DetachLoadBalancersResultType$ = [3, n0, _DLBRT, 0, [], []];
|
|
1101
|
+
export var DetachLoadBalancersType$ = [3, n0, _DLBT, 0, [_ASGN, _LBN], [0, 64 | 0]];
|
|
1102
|
+
export var DetachLoadBalancerTargetGroupsResultType$ = [3, n0, _DLBTGRT, 0, [], []];
|
|
1103
|
+
export var DetachLoadBalancerTargetGroupsType$ = [
|
|
1104
1104
|
3,
|
|
1105
1105
|
n0,
|
|
1106
1106
|
_DLBTGT,
|
|
@@ -1108,18 +1108,25 @@ export var DetachLoadBalancerTargetGroupsType = [
|
|
|
1108
1108
|
[_ASGN, _TGARN],
|
|
1109
1109
|
[0, 64 | 0],
|
|
1110
1110
|
];
|
|
1111
|
-
export var DetachTrafficSourcesResultType = [3, n0, _DTSRT, 0, [], []];
|
|
1112
|
-
export var DetachTrafficSourcesType = [
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
export var
|
|
1121
|
-
export var
|
|
1122
|
-
export var
|
|
1111
|
+
export var DetachTrafficSourcesResultType$ = [3, n0, _DTSRT, 0, [], []];
|
|
1112
|
+
export var DetachTrafficSourcesType$ = [
|
|
1113
|
+
3,
|
|
1114
|
+
n0,
|
|
1115
|
+
_DTST,
|
|
1116
|
+
0,
|
|
1117
|
+
[_ASGN, _TS],
|
|
1118
|
+
[0, () => TrafficSources],
|
|
1119
|
+
];
|
|
1120
|
+
export var DisableMetricsCollectionQuery$ = [3, n0, _DMCQ, 0, [_ASGN, _Me], [0, 64 | 0]];
|
|
1121
|
+
export var Ebs$ = [3, n0, _E, 0, [_SI, _VS, _VT, _DOT, _Io, _En, _Th], [0, 1, 0, 2, 1, 2, 1]];
|
|
1122
|
+
export var EnabledMetric$ = [3, n0, _EMn, 0, [_Met, _Gr], [0, 0]];
|
|
1123
|
+
export var EnableMetricsCollectionQuery$ = [3, n0, _EMCQ, 0, [_ASGN, _Me, _Gr], [0, 64 | 0, 0]];
|
|
1124
|
+
export var EnterStandbyAnswer$ = [3, n0, _ESA, 0, [_A], [() => Activities]];
|
|
1125
|
+
export var EnterStandbyQuery$ = [3, n0, _ESQ, 0, [_II, _ASGN, _SDDC], [64 | 0, 0, 2]];
|
|
1126
|
+
export var ExecutePolicyType$ = [3, n0, _EPT, 0, [_ASGN, _PN, _HC, _MV, _BT], [0, 0, 2, 1, 1]];
|
|
1127
|
+
export var ExitStandbyAnswer$ = [3, n0, _ESAx, 0, [_A], [() => Activities]];
|
|
1128
|
+
export var ExitStandbyQuery$ = [3, n0, _ESQx, 0, [_II, _ASGN], [64 | 0, 0]];
|
|
1129
|
+
export var FailedScheduledUpdateGroupActionRequest$ = [
|
|
1123
1130
|
3,
|
|
1124
1131
|
n0,
|
|
1125
1132
|
_FSUGAR,
|
|
@@ -1127,16 +1134,16 @@ export var FailedScheduledUpdateGroupActionRequest = [
|
|
|
1127
1134
|
[_SANc, _EC, _EMr],
|
|
1128
1135
|
[0, 0, 0],
|
|
1129
1136
|
];
|
|
1130
|
-
export var Filter = [3, n0, _Fi, 0, [_Na, _V], [0, 64 | 0]];
|
|
1131
|
-
export var GetPredictiveScalingForecastAnswer = [
|
|
1137
|
+
export var Filter$ = [3, n0, _Fi, 0, [_Na, _V], [0, 64 | 0]];
|
|
1138
|
+
export var GetPredictiveScalingForecastAnswer$ = [
|
|
1132
1139
|
3,
|
|
1133
1140
|
n0,
|
|
1134
1141
|
_GPSFA,
|
|
1135
1142
|
0,
|
|
1136
1143
|
[_LF, _CF, _UT],
|
|
1137
|
-
[() => LoadForecasts, () => CapacityForecast
|
|
1144
|
+
[() => LoadForecasts, () => CapacityForecast$, 4],
|
|
1138
1145
|
];
|
|
1139
|
-
export var GetPredictiveScalingForecastType = [
|
|
1146
|
+
export var GetPredictiveScalingForecastType$ = [
|
|
1140
1147
|
3,
|
|
1141
1148
|
n0,
|
|
1142
1149
|
_GPSFT,
|
|
@@ -1144,7 +1151,7 @@ export var GetPredictiveScalingForecastType = [
|
|
|
1144
1151
|
[_ASGN, _PN, _ST, _ET],
|
|
1145
1152
|
[0, 0, 4, 4],
|
|
1146
1153
|
];
|
|
1147
|
-
export var IdempotentParameterMismatchError = [
|
|
1154
|
+
export var IdempotentParameterMismatchError$ = [
|
|
1148
1155
|
-3,
|
|
1149
1156
|
n0,
|
|
1150
1157
|
_IPME,
|
|
@@ -1152,16 +1159,16 @@ export var IdempotentParameterMismatchError = [
|
|
|
1152
1159
|
[_Mes],
|
|
1153
1160
|
[0],
|
|
1154
1161
|
];
|
|
1155
|
-
TypeRegistry.for(n0).registerError(IdempotentParameterMismatchError
|
|
1156
|
-
export var Instance = [
|
|
1162
|
+
TypeRegistry.for(n0).registerError(IdempotentParameterMismatchError$, IdempotentParameterMismatchError);
|
|
1163
|
+
export var Instance$ = [
|
|
1157
1164
|
3,
|
|
1158
1165
|
n0,
|
|
1159
1166
|
_In,
|
|
1160
1167
|
0,
|
|
1161
1168
|
[_IIns, _IT, _AZv, _LS, _HS, _LCN, _LT, _IIm, _PFSI, _WC],
|
|
1162
|
-
[0, 0, 0, 0, 0, 0, () => LaunchTemplateSpecification
|
|
1169
|
+
[0, 0, 0, 0, 0, 0, () => LaunchTemplateSpecification$, 0, 2, 0],
|
|
1163
1170
|
];
|
|
1164
|
-
export var InstanceCollection = [
|
|
1171
|
+
export var InstanceCollection$ = [
|
|
1165
1172
|
3,
|
|
1166
1173
|
n0,
|
|
1167
1174
|
_IC,
|
|
@@ -1169,11 +1176,11 @@ export var InstanceCollection = [
|
|
|
1169
1176
|
[_IT, _MT, _SIu, _AZv, _AZI, _II],
|
|
1170
1177
|
[0, 0, 0, 0, 0, 64 | 0],
|
|
1171
1178
|
];
|
|
1172
|
-
export var InstanceLifecyclePolicy = [3, n0, _ILP, 0, [_RT], [() => RetentionTriggers]];
|
|
1173
|
-
export var InstanceMaintenancePolicy = [3, n0, _IMP, 0, [_MHP, _MHPa], [1, 1]];
|
|
1174
|
-
export var InstanceMetadataOptions = [3, n0, _IMO, 0, [_HT, _HPRHL, _HE], [0, 1, 0]];
|
|
1175
|
-
export var InstanceMonitoring = [3, n0, _IM, 0, [_Ena], [2]];
|
|
1176
|
-
export var InstanceRefresh = [
|
|
1179
|
+
export var InstanceLifecyclePolicy$ = [3, n0, _ILP, 0, [_RT], [() => RetentionTriggers$]];
|
|
1180
|
+
export var InstanceMaintenancePolicy$ = [3, n0, _IMP, 0, [_MHP, _MHPa], [1, 1]];
|
|
1181
|
+
export var InstanceMetadataOptions$ = [3, n0, _IMO, 0, [_HT, _HPRHL, _HE], [0, 1, 0]];
|
|
1182
|
+
export var InstanceMonitoring$ = [3, n0, _IM, 0, [_Ena], [2]];
|
|
1183
|
+
export var InstanceRefresh$ = [
|
|
1177
1184
|
3,
|
|
1178
1185
|
n0,
|
|
1179
1186
|
_IRn,
|
|
@@ -1188,14 +1195,14 @@ export var InstanceRefresh = [
|
|
|
1188
1195
|
4,
|
|
1189
1196
|
1,
|
|
1190
1197
|
1,
|
|
1191
|
-
() => InstanceRefreshProgressDetails
|
|
1192
|
-
() => RefreshPreferences
|
|
1193
|
-
[() => DesiredConfiguration
|
|
1194
|
-
() => RollbackDetails
|
|
1198
|
+
() => InstanceRefreshProgressDetails$,
|
|
1199
|
+
() => RefreshPreferences$,
|
|
1200
|
+
[() => DesiredConfiguration$, 0],
|
|
1201
|
+
() => RollbackDetails$,
|
|
1195
1202
|
0,
|
|
1196
1203
|
],
|
|
1197
1204
|
];
|
|
1198
|
-
export var InstanceRefreshInProgressFault = [
|
|
1205
|
+
export var InstanceRefreshInProgressFault$ = [
|
|
1199
1206
|
-3,
|
|
1200
1207
|
n0,
|
|
1201
1208
|
_IRIPF,
|
|
@@ -1203,18 +1210,18 @@ export var InstanceRefreshInProgressFault = [
|
|
|
1203
1210
|
[_m],
|
|
1204
1211
|
[0],
|
|
1205
1212
|
];
|
|
1206
|
-
TypeRegistry.for(n0).registerError(InstanceRefreshInProgressFault
|
|
1207
|
-
export var InstanceRefreshLivePoolProgress = [3, n0, _IRLPP, 0, [_PCe, _ITU], [1, 1]];
|
|
1208
|
-
export var InstanceRefreshProgressDetails = [
|
|
1213
|
+
TypeRegistry.for(n0).registerError(InstanceRefreshInProgressFault$, InstanceRefreshInProgressFault);
|
|
1214
|
+
export var InstanceRefreshLivePoolProgress$ = [3, n0, _IRLPP, 0, [_PCe, _ITU], [1, 1]];
|
|
1215
|
+
export var InstanceRefreshProgressDetails$ = [
|
|
1209
1216
|
3,
|
|
1210
1217
|
n0,
|
|
1211
1218
|
_IRPD,
|
|
1212
1219
|
0,
|
|
1213
1220
|
[_LPP, _WPP],
|
|
1214
|
-
[() => InstanceRefreshLivePoolProgress
|
|
1221
|
+
[() => InstanceRefreshLivePoolProgress$, () => InstanceRefreshWarmPoolProgress$],
|
|
1215
1222
|
];
|
|
1216
|
-
export var InstanceRefreshWarmPoolProgress = [3, n0, _IRWPP, 0, [_PCe, _ITU], [1, 1]];
|
|
1217
|
-
export var InstanceRequirements = [
|
|
1223
|
+
export var InstanceRefreshWarmPoolProgress$ = [3, n0, _IRWPP, 0, [_PCe, _ITU], [1, 1]];
|
|
1224
|
+
export var InstanceRequirements$ = [
|
|
1218
1225
|
3,
|
|
1219
1226
|
n0,
|
|
1220
1227
|
_IRns,
|
|
@@ -1247,10 +1254,10 @@ export var InstanceRequirements = [
|
|
|
1247
1254
|
_BPF,
|
|
1248
1255
|
],
|
|
1249
1256
|
[
|
|
1250
|
-
() => VCpuCountRequest
|
|
1251
|
-
() => MemoryMiBRequest
|
|
1257
|
+
() => VCpuCountRequest$,
|
|
1258
|
+
() => MemoryMiBRequest$,
|
|
1252
1259
|
64 | 0,
|
|
1253
|
-
() => MemoryGiBPerVCpuRequest
|
|
1260
|
+
() => MemoryGiBPerVCpuRequest$,
|
|
1254
1261
|
64 | 0,
|
|
1255
1262
|
64 | 0,
|
|
1256
1263
|
1,
|
|
@@ -1259,23 +1266,23 @@ export var InstanceRequirements = [
|
|
|
1259
1266
|
0,
|
|
1260
1267
|
0,
|
|
1261
1268
|
2,
|
|
1262
|
-
() => NetworkInterfaceCountRequest
|
|
1269
|
+
() => NetworkInterfaceCountRequest$,
|
|
1263
1270
|
0,
|
|
1264
1271
|
64 | 0,
|
|
1265
|
-
() => TotalLocalStorageGBRequest
|
|
1266
|
-
() => BaselineEbsBandwidthMbpsRequest
|
|
1272
|
+
() => TotalLocalStorageGBRequest$,
|
|
1273
|
+
() => BaselineEbsBandwidthMbpsRequest$,
|
|
1267
1274
|
64 | 0,
|
|
1268
|
-
() => AcceleratorCountRequest
|
|
1275
|
+
() => AcceleratorCountRequest$,
|
|
1269
1276
|
64 | 0,
|
|
1270
1277
|
64 | 0,
|
|
1271
|
-
() => AcceleratorTotalMemoryMiBRequest
|
|
1272
|
-
() => NetworkBandwidthGbpsRequest
|
|
1278
|
+
() => AcceleratorTotalMemoryMiBRequest$,
|
|
1279
|
+
() => NetworkBandwidthGbpsRequest$,
|
|
1273
1280
|
64 | 0,
|
|
1274
|
-
[() => BaselinePerformanceFactorsRequest
|
|
1281
|
+
[() => BaselinePerformanceFactorsRequest$, 0],
|
|
1275
1282
|
],
|
|
1276
1283
|
];
|
|
1277
|
-
export var InstanceReusePolicy = [3, n0, _IRP, 0, [_ROSI], [2]];
|
|
1278
|
-
export var InstancesDistribution = [
|
|
1284
|
+
export var InstanceReusePolicy$ = [3, n0, _IRP, 0, [_ROSI], [2]];
|
|
1285
|
+
export var InstancesDistribution$ = [
|
|
1279
1286
|
3,
|
|
1280
1287
|
n0,
|
|
1281
1288
|
_ID,
|
|
@@ -1283,7 +1290,7 @@ export var InstancesDistribution = [
|
|
|
1283
1290
|
[_ODAS, _ODBC, _ODPABC, _SAS, _SIP, _SMP],
|
|
1284
1291
|
[0, 1, 1, 0, 1, 0],
|
|
1285
1292
|
];
|
|
1286
|
-
export var InvalidNextToken = [
|
|
1293
|
+
export var InvalidNextToken$ = [
|
|
1287
1294
|
-3,
|
|
1288
1295
|
n0,
|
|
1289
1296
|
_INT,
|
|
@@ -1291,8 +1298,8 @@ export var InvalidNextToken = [
|
|
|
1291
1298
|
[_m],
|
|
1292
1299
|
[0],
|
|
1293
1300
|
];
|
|
1294
|
-
TypeRegistry.for(n0).registerError(InvalidNextToken
|
|
1295
|
-
export var IrreversibleInstanceRefreshFault = [
|
|
1301
|
+
TypeRegistry.for(n0).registerError(InvalidNextToken$, InvalidNextToken);
|
|
1302
|
+
export var IrreversibleInstanceRefreshFault$ = [
|
|
1296
1303
|
-3,
|
|
1297
1304
|
n0,
|
|
1298
1305
|
_IIRF,
|
|
@@ -1300,8 +1307,8 @@ export var IrreversibleInstanceRefreshFault = [
|
|
|
1300
1307
|
[_m],
|
|
1301
1308
|
[0],
|
|
1302
1309
|
];
|
|
1303
|
-
TypeRegistry.for(n0).registerError(IrreversibleInstanceRefreshFault
|
|
1304
|
-
export var LaunchConfiguration = [
|
|
1310
|
+
TypeRegistry.for(n0).registerError(IrreversibleInstanceRefreshFault$, IrreversibleInstanceRefreshFault);
|
|
1311
|
+
export var LaunchConfiguration$ = [
|
|
1305
1312
|
3,
|
|
1306
1313
|
n0,
|
|
1307
1314
|
_LC,
|
|
@@ -1341,19 +1348,19 @@ export var LaunchConfiguration = [
|
|
|
1341
1348
|
0,
|
|
1342
1349
|
0,
|
|
1343
1350
|
() => BlockDeviceMappings,
|
|
1344
|
-
() => InstanceMonitoring
|
|
1351
|
+
() => InstanceMonitoring$,
|
|
1345
1352
|
0,
|
|
1346
1353
|
0,
|
|
1347
1354
|
4,
|
|
1348
1355
|
2,
|
|
1349
1356
|
2,
|
|
1350
1357
|
0,
|
|
1351
|
-
() => InstanceMetadataOptions
|
|
1358
|
+
() => InstanceMetadataOptions$,
|
|
1352
1359
|
],
|
|
1353
1360
|
];
|
|
1354
|
-
export var LaunchConfigurationNamesType = [3, n0, _LCNT, 0, [_LCNa, _NT, _MR], [64 | 0, 0, 1]];
|
|
1355
|
-
export var LaunchConfigurationNameType = [3, n0, _LCNTa, 0, [_LCN], [0]];
|
|
1356
|
-
export var LaunchConfigurationsType = [
|
|
1361
|
+
export var LaunchConfigurationNamesType$ = [3, n0, _LCNT, 0, [_LCNa, _NT, _MR], [64 | 0, 0, 1]];
|
|
1362
|
+
export var LaunchConfigurationNameType$ = [3, n0, _LCNTa, 0, [_LCN], [0]];
|
|
1363
|
+
export var LaunchConfigurationsType$ = [
|
|
1357
1364
|
3,
|
|
1358
1365
|
n0,
|
|
1359
1366
|
_LCT,
|
|
@@ -1361,7 +1368,7 @@ export var LaunchConfigurationsType = [
|
|
|
1361
1368
|
[_LCa, _NT],
|
|
1362
1369
|
[() => LaunchConfigurations, 0],
|
|
1363
1370
|
];
|
|
1364
|
-
export var LaunchInstancesError = [
|
|
1371
|
+
export var LaunchInstancesError$ = [
|
|
1365
1372
|
3,
|
|
1366
1373
|
n0,
|
|
1367
1374
|
_LIE,
|
|
@@ -1369,7 +1376,7 @@ export var LaunchInstancesError = [
|
|
|
1369
1376
|
[_IT, _MT, _SIu, _AZv, _AZI, _EC, _EMr],
|
|
1370
1377
|
[0, 0, 0, 0, 0, 0, 0],
|
|
1371
1378
|
];
|
|
1372
|
-
export var LaunchInstancesRequest = [
|
|
1379
|
+
export var LaunchInstancesRequest$ = [
|
|
1373
1380
|
3,
|
|
1374
1381
|
n0,
|
|
1375
1382
|
_LIR,
|
|
@@ -1377,7 +1384,7 @@ export var LaunchInstancesRequest = [
|
|
|
1377
1384
|
[_ASGN, _RC, _CTl, _AZ, _AZIv, _SIub, _RS],
|
|
1378
1385
|
[0, 1, [0, 4], 64 | 0, 64 | 0, 64 | 0, 0],
|
|
1379
1386
|
];
|
|
1380
|
-
export var LaunchInstancesResult = [
|
|
1387
|
+
export var LaunchInstancesResult$ = [
|
|
1381
1388
|
3,
|
|
1382
1389
|
n0,
|
|
1383
1390
|
_LIRa,
|
|
@@ -1385,24 +1392,24 @@ export var LaunchInstancesResult = [
|
|
|
1385
1392
|
[_ASGN, _CTl, _I, _Er],
|
|
1386
1393
|
[0, 0, () => InstanceCollections, () => LaunchInstancesErrors],
|
|
1387
1394
|
];
|
|
1388
|
-
export var LaunchTemplate = [
|
|
1395
|
+
export var LaunchTemplate$ = [
|
|
1389
1396
|
3,
|
|
1390
1397
|
n0,
|
|
1391
1398
|
_LT,
|
|
1392
1399
|
0,
|
|
1393
1400
|
[_LTS, _O],
|
|
1394
|
-
[() => LaunchTemplateSpecification
|
|
1401
|
+
[() => LaunchTemplateSpecification$, [() => Overrides, 0]],
|
|
1395
1402
|
];
|
|
1396
|
-
export var LaunchTemplateOverrides = [
|
|
1403
|
+
export var LaunchTemplateOverrides$ = [
|
|
1397
1404
|
3,
|
|
1398
1405
|
n0,
|
|
1399
1406
|
_LTO,
|
|
1400
1407
|
0,
|
|
1401
1408
|
[_IT, _WC, _LTS, _IRns, _IIm],
|
|
1402
|
-
[0, 0, () => LaunchTemplateSpecification
|
|
1409
|
+
[0, 0, () => LaunchTemplateSpecification$, [() => InstanceRequirements$, 0], 0],
|
|
1403
1410
|
];
|
|
1404
|
-
export var LaunchTemplateSpecification = [3, n0, _LTS, 0, [_LTI, _LTN, _Ve], [0, 0, 0]];
|
|
1405
|
-
export var LifecycleHook = [
|
|
1411
|
+
export var LaunchTemplateSpecification$ = [3, n0, _LTS, 0, [_LTI, _LTN, _Ve], [0, 0, 0]];
|
|
1412
|
+
export var LifecycleHook$ = [
|
|
1406
1413
|
3,
|
|
1407
1414
|
n0,
|
|
1408
1415
|
_LHi,
|
|
@@ -1410,7 +1417,7 @@ export var LifecycleHook = [
|
|
|
1410
1417
|
[_LHN, _ASGN, _LTi, _NTARN, _RARN, _NM, _HTe, _GT, _DR],
|
|
1411
1418
|
[0, 0, 0, 0, 0, 0, 1, 1, 0],
|
|
1412
1419
|
];
|
|
1413
|
-
export var LifecycleHookSpecification = [
|
|
1420
|
+
export var LifecycleHookSpecification$ = [
|
|
1414
1421
|
3,
|
|
1415
1422
|
n0,
|
|
1416
1423
|
_LHS,
|
|
@@ -1418,7 +1425,7 @@ export var LifecycleHookSpecification = [
|
|
|
1418
1425
|
[_LHN, _LTi, _NM, _HTe, _DR, _NTARN, _RARN],
|
|
1419
1426
|
[0, 0, 0, 1, 0, 0, 0],
|
|
1420
1427
|
];
|
|
1421
|
-
export var LimitExceededFault = [
|
|
1428
|
+
export var LimitExceededFault$ = [
|
|
1422
1429
|
-3,
|
|
1423
1430
|
n0,
|
|
1424
1431
|
_LEF,
|
|
@@ -1426,48 +1433,48 @@ export var LimitExceededFault = [
|
|
|
1426
1433
|
[_m],
|
|
1427
1434
|
[0],
|
|
1428
1435
|
];
|
|
1429
|
-
TypeRegistry.for(n0).registerError(LimitExceededFault
|
|
1430
|
-
export var LoadBalancerState = [3, n0, _LBS, 0, [_LBNo, _Sta], [0, 0]];
|
|
1431
|
-
export var LoadBalancerTargetGroupState = [3, n0, _LBTGS, 0, [_LBTGARN, _Sta], [0, 0]];
|
|
1432
|
-
export var LoadForecast = [
|
|
1436
|
+
TypeRegistry.for(n0).registerError(LimitExceededFault$, LimitExceededFault);
|
|
1437
|
+
export var LoadBalancerState$ = [3, n0, _LBS, 0, [_LBNo, _Sta], [0, 0]];
|
|
1438
|
+
export var LoadBalancerTargetGroupState$ = [3, n0, _LBTGS, 0, [_LBTGARN, _Sta], [0, 0]];
|
|
1439
|
+
export var LoadForecast$ = [
|
|
1433
1440
|
3,
|
|
1434
1441
|
n0,
|
|
1435
1442
|
_LF,
|
|
1436
1443
|
0,
|
|
1437
1444
|
[_Ti, _V, _MSe],
|
|
1438
|
-
[64 | 4, 64 | 1, () => PredictiveScalingMetricSpecification],
|
|
1445
|
+
[64 | 4, 64 | 1, () => PredictiveScalingMetricSpecification$],
|
|
1439
1446
|
];
|
|
1440
|
-
export var MemoryGiBPerVCpuRequest = [3, n0, _MGBPVCR, 0, [_M, _Ma], [1, 1]];
|
|
1441
|
-
export var MemoryMiBRequest = [3, n0, _MMBR, 0, [_M, _Ma], [1, 1]];
|
|
1442
|
-
export var Metric = [3, n0, _Met, 0, [_N, _MN, _Di], [0, 0, () => MetricDimensions]];
|
|
1443
|
-
export var MetricCollectionType = [3, n0, _MCT, 0, [_Met], [0]];
|
|
1444
|
-
export var MetricDataQuery = [
|
|
1447
|
+
export var MemoryGiBPerVCpuRequest$ = [3, n0, _MGBPVCR, 0, [_M, _Ma], [1, 1]];
|
|
1448
|
+
export var MemoryMiBRequest$ = [3, n0, _MMBR, 0, [_M, _Ma], [1, 1]];
|
|
1449
|
+
export var Metric$ = [3, n0, _Met, 0, [_N, _MN, _Di], [0, 0, () => MetricDimensions]];
|
|
1450
|
+
export var MetricCollectionType$ = [3, n0, _MCT, 0, [_Met], [0]];
|
|
1451
|
+
export var MetricDataQuery$ = [
|
|
1445
1452
|
3,
|
|
1446
1453
|
n0,
|
|
1447
1454
|
_MDQ,
|
|
1448
1455
|
0,
|
|
1449
1456
|
[_Id, _Ex, _MSet, _L, _RDe],
|
|
1450
|
-
[0, 0, () => MetricStat
|
|
1457
|
+
[0, 0, () => MetricStat$, 0, 2],
|
|
1451
1458
|
];
|
|
1452
|
-
export var MetricDimension = [3, n0, _MD, 0, [_Na, _Va], [0, 0]];
|
|
1453
|
-
export var MetricGranularityType = [3, n0, _MGT, 0, [_Gr], [0]];
|
|
1454
|
-
export var MetricStat = [3, n0, _MSet, 0, [_Met, _Stat, _U], [() => Metric
|
|
1455
|
-
export var MixedInstancesPolicy = [
|
|
1459
|
+
export var MetricDimension$ = [3, n0, _MD, 0, [_Na, _Va], [0, 0]];
|
|
1460
|
+
export var MetricGranularityType$ = [3, n0, _MGT, 0, [_Gr], [0]];
|
|
1461
|
+
export var MetricStat$ = [3, n0, _MSet, 0, [_Met, _Stat, _U], [() => Metric$, 0, 0]];
|
|
1462
|
+
export var MixedInstancesPolicy$ = [
|
|
1456
1463
|
3,
|
|
1457
1464
|
n0,
|
|
1458
1465
|
_MIP,
|
|
1459
1466
|
0,
|
|
1460
1467
|
[_LT, _ID],
|
|
1461
|
-
[[() => LaunchTemplate
|
|
1468
|
+
[[() => LaunchTemplate$, 0], () => InstancesDistribution$],
|
|
1462
1469
|
];
|
|
1463
|
-
export var NetworkBandwidthGbpsRequest = [3, n0, _NBGR, 0, [_M, _Ma], [1, 1]];
|
|
1464
|
-
export var NetworkInterfaceCountRequest = [3, n0, _NICR, 0, [_M, _Ma], [1, 1]];
|
|
1465
|
-
export var NotificationConfiguration = [3, n0, _NCo, 0, [_ASGN, _TARN, _NTo], [0, 0, 0]];
|
|
1466
|
-
export var PerformanceFactorReferenceRequest = [3, n0, _PFRR, 0, [_IF], [0]];
|
|
1467
|
-
export var PoliciesType = [3, n0, _PTol, 0, [_SPc, _NT], [() => ScalingPolicies, 0]];
|
|
1468
|
-
export var PolicyARNType = [3, n0, _PARNT, 0, [_PARN, _Ala], [0, () => Alarms]];
|
|
1469
|
-
export var PredefinedMetricSpecification = [3, n0, _PMS, 0, [_PMT, _RL], [0, 0]];
|
|
1470
|
-
export var PredictiveScalingConfiguration = [
|
|
1470
|
+
export var NetworkBandwidthGbpsRequest$ = [3, n0, _NBGR, 0, [_M, _Ma], [1, 1]];
|
|
1471
|
+
export var NetworkInterfaceCountRequest$ = [3, n0, _NICR, 0, [_M, _Ma], [1, 1]];
|
|
1472
|
+
export var NotificationConfiguration$ = [3, n0, _NCo, 0, [_ASGN, _TARN, _NTo], [0, 0, 0]];
|
|
1473
|
+
export var PerformanceFactorReferenceRequest$ = [3, n0, _PFRR, 0, [_IF], [0]];
|
|
1474
|
+
export var PoliciesType$ = [3, n0, _PTol, 0, [_SPc, _NT], [() => ScalingPolicies, 0]];
|
|
1475
|
+
export var PolicyARNType$ = [3, n0, _PARNT, 0, [_PARN, _Ala], [0, () => Alarms]];
|
|
1476
|
+
export var PredefinedMetricSpecification$ = [3, n0, _PMS, 0, [_PMT, _RL], [0, 0]];
|
|
1477
|
+
export var PredictiveScalingConfiguration$ = [
|
|
1471
1478
|
3,
|
|
1472
1479
|
n0,
|
|
1473
1480
|
_PSC,
|
|
@@ -1475,7 +1482,7 @@ export var PredictiveScalingConfiguration = [
|
|
|
1475
1482
|
[_MSetr, _Mo, _SBT, _MCBB, _MCB],
|
|
1476
1483
|
[() => PredictiveScalingMetricSpecifications, 0, 1, 0, 1],
|
|
1477
1484
|
];
|
|
1478
|
-
export var PredictiveScalingCustomizedCapacityMetric = [
|
|
1485
|
+
export var PredictiveScalingCustomizedCapacityMetric$ = [
|
|
1479
1486
|
3,
|
|
1480
1487
|
n0,
|
|
1481
1488
|
_PSCCM,
|
|
@@ -1483,7 +1490,7 @@ export var PredictiveScalingCustomizedCapacityMetric = [
|
|
|
1483
1490
|
[_MDQe],
|
|
1484
1491
|
[() => MetricDataQueries],
|
|
1485
1492
|
];
|
|
1486
|
-
export var PredictiveScalingCustomizedLoadMetric = [
|
|
1493
|
+
export var PredictiveScalingCustomizedLoadMetric$ = [
|
|
1487
1494
|
3,
|
|
1488
1495
|
n0,
|
|
1489
1496
|
_PSCLM,
|
|
@@ -1491,7 +1498,7 @@ export var PredictiveScalingCustomizedLoadMetric = [
|
|
|
1491
1498
|
[_MDQe],
|
|
1492
1499
|
[() => MetricDataQueries],
|
|
1493
1500
|
];
|
|
1494
|
-
export var PredictiveScalingCustomizedScalingMetric = [
|
|
1501
|
+
export var PredictiveScalingCustomizedScalingMetric$ = [
|
|
1495
1502
|
3,
|
|
1496
1503
|
n0,
|
|
1497
1504
|
_PSCSM,
|
|
@@ -1499,7 +1506,7 @@ export var PredictiveScalingCustomizedScalingMetric = [
|
|
|
1499
1506
|
[_MDQe],
|
|
1500
1507
|
[() => MetricDataQueries],
|
|
1501
1508
|
];
|
|
1502
|
-
export var PredictiveScalingMetricSpecification = [
|
|
1509
|
+
export var PredictiveScalingMetricSpecification$ = [
|
|
1503
1510
|
3,
|
|
1504
1511
|
n0,
|
|
1505
1512
|
_PSMS,
|
|
@@ -1507,21 +1514,21 @@ export var PredictiveScalingMetricSpecification = [
|
|
|
1507
1514
|
[_TV, _PMPS, _PSMSr, _PLMS, _CSMS, _CLMS, _CCMS],
|
|
1508
1515
|
[
|
|
1509
1516
|
1,
|
|
1510
|
-
() => PredictiveScalingPredefinedMetricPair
|
|
1511
|
-
() => PredictiveScalingPredefinedScalingMetric
|
|
1512
|
-
() => PredictiveScalingPredefinedLoadMetric
|
|
1513
|
-
() => PredictiveScalingCustomizedScalingMetric
|
|
1514
|
-
() => PredictiveScalingCustomizedLoadMetric
|
|
1515
|
-
() => PredictiveScalingCustomizedCapacityMetric
|
|
1517
|
+
() => PredictiveScalingPredefinedMetricPair$,
|
|
1518
|
+
() => PredictiveScalingPredefinedScalingMetric$,
|
|
1519
|
+
() => PredictiveScalingPredefinedLoadMetric$,
|
|
1520
|
+
() => PredictiveScalingCustomizedScalingMetric$,
|
|
1521
|
+
() => PredictiveScalingCustomizedLoadMetric$,
|
|
1522
|
+
() => PredictiveScalingCustomizedCapacityMetric$,
|
|
1516
1523
|
],
|
|
1517
1524
|
];
|
|
1518
|
-
export var PredictiveScalingPredefinedLoadMetric = [3, n0, _PSPLM, 0, [_PMT, _RL], [0, 0]];
|
|
1519
|
-
export var PredictiveScalingPredefinedMetricPair = [3, n0, _PSPMP, 0, [_PMT, _RL], [0, 0]];
|
|
1520
|
-
export var PredictiveScalingPredefinedScalingMetric = [3, n0, _PSPSM, 0, [_PMT, _RL], [0, 0]];
|
|
1521
|
-
export var ProcessesType = [3, n0, _PTr, 0, [_Pro], [() => Processes]];
|
|
1522
|
-
export var ProcessType = [3, n0, _PTro, 0, [_PNr], [0]];
|
|
1523
|
-
export var PutLifecycleHookAnswer = [3, n0, _PLHA, 0, [], []];
|
|
1524
|
-
export var PutLifecycleHookType = [
|
|
1525
|
+
export var PredictiveScalingPredefinedLoadMetric$ = [3, n0, _PSPLM, 0, [_PMT, _RL], [0, 0]];
|
|
1526
|
+
export var PredictiveScalingPredefinedMetricPair$ = [3, n0, _PSPMP, 0, [_PMT, _RL], [0, 0]];
|
|
1527
|
+
export var PredictiveScalingPredefinedScalingMetric$ = [3, n0, _PSPSM, 0, [_PMT, _RL], [0, 0]];
|
|
1528
|
+
export var ProcessesType$ = [3, n0, _PTr, 0, [_Pro], [() => Processes]];
|
|
1529
|
+
export var ProcessType$ = [3, n0, _PTro, 0, [_PNr], [0]];
|
|
1530
|
+
export var PutLifecycleHookAnswer$ = [3, n0, _PLHA, 0, [], []];
|
|
1531
|
+
export var PutLifecycleHookType$ = [
|
|
1525
1532
|
3,
|
|
1526
1533
|
n0,
|
|
1527
1534
|
_PLHT,
|
|
@@ -1529,7 +1536,7 @@ export var PutLifecycleHookType = [
|
|
|
1529
1536
|
[_LHN, _ASGN, _LTi, _RARN, _NTARN, _NM, _HTe, _DR],
|
|
1530
1537
|
[0, 0, 0, 0, 0, 0, 1, 0],
|
|
1531
1538
|
];
|
|
1532
|
-
export var PutNotificationConfigurationType = [
|
|
1539
|
+
export var PutNotificationConfigurationType$ = [
|
|
1533
1540
|
3,
|
|
1534
1541
|
n0,
|
|
1535
1542
|
_PNCT,
|
|
@@ -1537,7 +1544,7 @@ export var PutNotificationConfigurationType = [
|
|
|
1537
1544
|
[_ASGN, _TARN, _NTot],
|
|
1538
1545
|
[0, 0, 64 | 0],
|
|
1539
1546
|
];
|
|
1540
|
-
export var PutScalingPolicyType = [
|
|
1547
|
+
export var PutScalingPolicyType$ = [
|
|
1541
1548
|
3,
|
|
1542
1549
|
n0,
|
|
1543
1550
|
_PSPT,
|
|
@@ -1555,12 +1562,12 @@ export var PutScalingPolicyType = [
|
|
|
1555
1562
|
0,
|
|
1556
1563
|
() => StepAdjustments,
|
|
1557
1564
|
1,
|
|
1558
|
-
() => TargetTrackingConfiguration
|
|
1565
|
+
() => TargetTrackingConfiguration$,
|
|
1559
1566
|
2,
|
|
1560
|
-
() => PredictiveScalingConfiguration
|
|
1567
|
+
() => PredictiveScalingConfiguration$,
|
|
1561
1568
|
],
|
|
1562
1569
|
];
|
|
1563
|
-
export var PutScheduledUpdateGroupActionType = [
|
|
1570
|
+
export var PutScheduledUpdateGroupActionType$ = [
|
|
1564
1571
|
3,
|
|
1565
1572
|
n0,
|
|
1566
1573
|
_PSUGAT,
|
|
@@ -1568,17 +1575,17 @@ export var PutScheduledUpdateGroupActionType = [
|
|
|
1568
1575
|
[_ASGN, _SANc, _Tim, _ST, _ET, _Rec, _MS, _MSa, _DC, _TZ],
|
|
1569
1576
|
[0, 0, 4, 4, 4, 0, 1, 1, 1, 0],
|
|
1570
1577
|
];
|
|
1571
|
-
export var PutWarmPoolAnswer = [3, n0, _PWPA, 0, [], []];
|
|
1572
|
-
export var PutWarmPoolType = [
|
|
1578
|
+
export var PutWarmPoolAnswer$ = [3, n0, _PWPA, 0, [], []];
|
|
1579
|
+
export var PutWarmPoolType$ = [
|
|
1573
1580
|
3,
|
|
1574
1581
|
n0,
|
|
1575
1582
|
_PWPT,
|
|
1576
1583
|
0,
|
|
1577
1584
|
[_ASGN, _MGPC, _MS, _PS, _IRP],
|
|
1578
|
-
[0, 1, 1, 0, () => InstanceReusePolicy],
|
|
1585
|
+
[0, 1, 1, 0, () => InstanceReusePolicy$],
|
|
1579
1586
|
];
|
|
1580
|
-
export var RecordLifecycleActionHeartbeatAnswer = [3, n0, _RLAHA, 0, [], []];
|
|
1581
|
-
export var RecordLifecycleActionHeartbeatType = [
|
|
1587
|
+
export var RecordLifecycleActionHeartbeatAnswer$ = [3, n0, _RLAHA, 0, [], []];
|
|
1588
|
+
export var RecordLifecycleActionHeartbeatType$ = [
|
|
1582
1589
|
3,
|
|
1583
1590
|
n0,
|
|
1584
1591
|
_RLAHT,
|
|
@@ -1586,15 +1593,15 @@ export var RecordLifecycleActionHeartbeatType = [
|
|
|
1586
1593
|
[_LHN, _ASGN, _LAT, _IIns],
|
|
1587
1594
|
[0, 0, 0, 0],
|
|
1588
1595
|
];
|
|
1589
|
-
export var RefreshPreferences = [
|
|
1596
|
+
export var RefreshPreferences$ = [
|
|
1590
1597
|
3,
|
|
1591
1598
|
n0,
|
|
1592
1599
|
_RP,
|
|
1593
1600
|
0,
|
|
1594
1601
|
[_MHP, _IW, _CP, _CD, _SMk, _AR, _SIPI, _SIt, _AS, _MHPa, _BTa],
|
|
1595
|
-
[1, 1, 64 | 1, 1, 2, 2, 0, 0, () => AlarmSpecification
|
|
1602
|
+
[1, 1, 64 | 1, 1, 2, 2, 0, 0, () => AlarmSpecification$, 1, 1],
|
|
1596
1603
|
];
|
|
1597
|
-
export var ResourceContentionFault = [
|
|
1604
|
+
export var ResourceContentionFault$ = [
|
|
1598
1605
|
-3,
|
|
1599
1606
|
n0,
|
|
1600
1607
|
_RCF,
|
|
@@ -1602,8 +1609,8 @@ export var ResourceContentionFault = [
|
|
|
1602
1609
|
[_m],
|
|
1603
1610
|
[0],
|
|
1604
1611
|
];
|
|
1605
|
-
TypeRegistry.for(n0).registerError(ResourceContentionFault
|
|
1606
|
-
export var ResourceInUseFault = [
|
|
1612
|
+
TypeRegistry.for(n0).registerError(ResourceContentionFault$, ResourceContentionFault);
|
|
1613
|
+
export var ResourceInUseFault$ = [
|
|
1607
1614
|
-3,
|
|
1608
1615
|
n0,
|
|
1609
1616
|
_RIUF,
|
|
@@ -1611,19 +1618,19 @@ export var ResourceInUseFault = [
|
|
|
1611
1618
|
[_m],
|
|
1612
1619
|
[0],
|
|
1613
1620
|
];
|
|
1614
|
-
TypeRegistry.for(n0).registerError(ResourceInUseFault
|
|
1615
|
-
export var RetentionTriggers = [3, n0, _RT, 0, [_THA], [0]];
|
|
1616
|
-
export var RollbackDetails = [
|
|
1621
|
+
TypeRegistry.for(n0).registerError(ResourceInUseFault$, ResourceInUseFault);
|
|
1622
|
+
export var RetentionTriggers$ = [3, n0, _RT, 0, [_THA], [0]];
|
|
1623
|
+
export var RollbackDetails$ = [
|
|
1617
1624
|
3,
|
|
1618
1625
|
n0,
|
|
1619
1626
|
_RD,
|
|
1620
1627
|
0,
|
|
1621
1628
|
[_RR, _RST, _PCOR, _ITUOR, _PDOR],
|
|
1622
|
-
[0, 4, 1, 1, () => InstanceRefreshProgressDetails],
|
|
1629
|
+
[0, 4, 1, 1, () => InstanceRefreshProgressDetails$],
|
|
1623
1630
|
];
|
|
1624
|
-
export var RollbackInstanceRefreshAnswer = [3, n0, _RIRA, 0, [_IRI], [0]];
|
|
1625
|
-
export var RollbackInstanceRefreshType = [3, n0, _RIRT, 0, [_ASGN], [0]];
|
|
1626
|
-
export var ScalingActivityInProgressFault = [
|
|
1631
|
+
export var RollbackInstanceRefreshAnswer$ = [3, n0, _RIRA, 0, [_IRI], [0]];
|
|
1632
|
+
export var RollbackInstanceRefreshType$ = [3, n0, _RIRT, 0, [_ASGN], [0]];
|
|
1633
|
+
export var ScalingActivityInProgressFault$ = [
|
|
1627
1634
|
-3,
|
|
1628
1635
|
n0,
|
|
1629
1636
|
_SAIPF,
|
|
@@ -1631,8 +1638,8 @@ export var ScalingActivityInProgressFault = [
|
|
|
1631
1638
|
[_m],
|
|
1632
1639
|
[0],
|
|
1633
1640
|
];
|
|
1634
|
-
TypeRegistry.for(n0).registerError(ScalingActivityInProgressFault
|
|
1635
|
-
export var ScalingPolicy = [
|
|
1641
|
+
TypeRegistry.for(n0).registerError(ScalingActivityInProgressFault$, ScalingActivityInProgressFault);
|
|
1642
|
+
export var ScalingPolicy$ = [
|
|
1636
1643
|
3,
|
|
1637
1644
|
n0,
|
|
1638
1645
|
_SPca,
|
|
@@ -1652,13 +1659,13 @@ export var ScalingPolicy = [
|
|
|
1652
1659
|
0,
|
|
1653
1660
|
1,
|
|
1654
1661
|
() => Alarms,
|
|
1655
|
-
() => TargetTrackingConfiguration
|
|
1662
|
+
() => TargetTrackingConfiguration$,
|
|
1656
1663
|
2,
|
|
1657
|
-
() => PredictiveScalingConfiguration
|
|
1664
|
+
() => PredictiveScalingConfiguration$,
|
|
1658
1665
|
],
|
|
1659
1666
|
];
|
|
1660
|
-
export var ScalingProcessQuery = [3, n0, _SPQ, 0, [_ASGN, _SPcal], [0, 64 | 0]];
|
|
1661
|
-
export var ScheduledActionsType = [
|
|
1667
|
+
export var ScalingProcessQuery$ = [3, n0, _SPQ, 0, [_ASGN, _SPcal], [0, 64 | 0]];
|
|
1668
|
+
export var ScheduledActionsType$ = [
|
|
1662
1669
|
3,
|
|
1663
1670
|
n0,
|
|
1664
1671
|
_SAT,
|
|
@@ -1666,7 +1673,7 @@ export var ScheduledActionsType = [
|
|
|
1666
1673
|
[_SUGA, _NT],
|
|
1667
1674
|
[() => ScheduledUpdateGroupActions, 0],
|
|
1668
1675
|
];
|
|
1669
|
-
export var ScheduledUpdateGroupAction = [
|
|
1676
|
+
export var ScheduledUpdateGroupAction$ = [
|
|
1670
1677
|
3,
|
|
1671
1678
|
n0,
|
|
1672
1679
|
_SUGAc,
|
|
@@ -1674,7 +1681,7 @@ export var ScheduledUpdateGroupAction = [
|
|
|
1674
1681
|
[_ASGN, _SANc, _SAARN, _Tim, _ST, _ET, _Rec, _MS, _MSa, _DC, _TZ],
|
|
1675
1682
|
[0, 0, 0, 4, 4, 4, 0, 1, 1, 1, 0],
|
|
1676
1683
|
];
|
|
1677
|
-
export var ScheduledUpdateGroupActionRequest = [
|
|
1684
|
+
export var ScheduledUpdateGroupActionRequest$ = [
|
|
1678
1685
|
3,
|
|
1679
1686
|
n0,
|
|
1680
1687
|
_SUGAR,
|
|
@@ -1682,7 +1689,7 @@ export var ScheduledUpdateGroupActionRequest = [
|
|
|
1682
1689
|
[_SANc, _ST, _ET, _Rec, _MS, _MSa, _DC, _TZ],
|
|
1683
1690
|
[0, 4, 4, 0, 1, 1, 1, 0],
|
|
1684
1691
|
];
|
|
1685
|
-
export var ServiceLinkedRoleFailure = [
|
|
1692
|
+
export var ServiceLinkedRoleFailure$ = [
|
|
1686
1693
|
-3,
|
|
1687
1694
|
n0,
|
|
1688
1695
|
_SLRF,
|
|
@@ -1690,50 +1697,50 @@ export var ServiceLinkedRoleFailure = [
|
|
|
1690
1697
|
[_m],
|
|
1691
1698
|
[0],
|
|
1692
1699
|
];
|
|
1693
|
-
TypeRegistry.for(n0).registerError(ServiceLinkedRoleFailure
|
|
1694
|
-
export var SetDesiredCapacityType = [3, n0, _SDCT, 0, [_ASGN, _DC, _HC], [0, 1, 2]];
|
|
1695
|
-
export var SetInstanceHealthQuery = [3, n0, _SIHQ, 0, [_IIns, _HS, _SRGP], [0, 0, 2]];
|
|
1696
|
-
export var SetInstanceProtectionAnswer = [3, n0, _SIPA, 0, [], []];
|
|
1697
|
-
export var SetInstanceProtectionQuery = [3, n0, _SIPQ, 0, [_II, _ASGN, _PFSI], [64 | 0, 0, 2]];
|
|
1698
|
-
export var StartInstanceRefreshAnswer = [3, n0, _SIRA, 0, [_IRI], [0]];
|
|
1699
|
-
export var StartInstanceRefreshType = [
|
|
1700
|
+
TypeRegistry.for(n0).registerError(ServiceLinkedRoleFailure$, ServiceLinkedRoleFailure);
|
|
1701
|
+
export var SetDesiredCapacityType$ = [3, n0, _SDCT, 0, [_ASGN, _DC, _HC], [0, 1, 2]];
|
|
1702
|
+
export var SetInstanceHealthQuery$ = [3, n0, _SIHQ, 0, [_IIns, _HS, _SRGP], [0, 0, 2]];
|
|
1703
|
+
export var SetInstanceProtectionAnswer$ = [3, n0, _SIPA, 0, [], []];
|
|
1704
|
+
export var SetInstanceProtectionQuery$ = [3, n0, _SIPQ, 0, [_II, _ASGN, _PFSI], [64 | 0, 0, 2]];
|
|
1705
|
+
export var StartInstanceRefreshAnswer$ = [3, n0, _SIRA, 0, [_IRI], [0]];
|
|
1706
|
+
export var StartInstanceRefreshType$ = [
|
|
1700
1707
|
3,
|
|
1701
1708
|
n0,
|
|
1702
1709
|
_SIRT,
|
|
1703
1710
|
0,
|
|
1704
1711
|
[_ASGN, _Str, _DCes, _Pr],
|
|
1705
|
-
[0, 0, [() => DesiredConfiguration
|
|
1712
|
+
[0, 0, [() => DesiredConfiguration$, 0], () => RefreshPreferences$],
|
|
1706
1713
|
];
|
|
1707
|
-
export var StepAdjustment = [3, n0, _SAte, 0, [_MILB, _MIUB, _SA], [1, 1, 1]];
|
|
1708
|
-
export var SuspendedProcess = [3, n0, _SPu, 0, [_PNr, _SRu], [0, 0]];
|
|
1709
|
-
export var Tag = [3, n0, _Ta, 0, [_RIe, _RTe, _K, _Va, _PAL], [0, 0, 0, 0, 2]];
|
|
1710
|
-
export var TagDescription = [3, n0, _TD, 0, [_RIe, _RTe, _K, _Va, _PAL], [0, 0, 0, 0, 2]];
|
|
1711
|
-
export var TagsType = [3, n0, _TT, 0, [_T, _NT], [() => TagDescriptionList, 0]];
|
|
1712
|
-
export var TargetTrackingConfiguration = [
|
|
1714
|
+
export var StepAdjustment$ = [3, n0, _SAte, 0, [_MILB, _MIUB, _SA], [1, 1, 1]];
|
|
1715
|
+
export var SuspendedProcess$ = [3, n0, _SPu, 0, [_PNr, _SRu], [0, 0]];
|
|
1716
|
+
export var Tag$ = [3, n0, _Ta, 0, [_RIe, _RTe, _K, _Va, _PAL], [0, 0, 0, 0, 2]];
|
|
1717
|
+
export var TagDescription$ = [3, n0, _TD, 0, [_RIe, _RTe, _K, _Va, _PAL], [0, 0, 0, 0, 2]];
|
|
1718
|
+
export var TagsType$ = [3, n0, _TT, 0, [_T, _NT], [() => TagDescriptionList, 0]];
|
|
1719
|
+
export var TargetTrackingConfiguration$ = [
|
|
1713
1720
|
3,
|
|
1714
1721
|
n0,
|
|
1715
1722
|
_TTC,
|
|
1716
1723
|
0,
|
|
1717
1724
|
[_PMS, _CMS, _TV, _DSI],
|
|
1718
|
-
[() => PredefinedMetricSpecification
|
|
1725
|
+
[() => PredefinedMetricSpecification$, () => CustomizedMetricSpecification$, 1, 2],
|
|
1719
1726
|
];
|
|
1720
|
-
export var TargetTrackingMetricDataQuery = [
|
|
1727
|
+
export var TargetTrackingMetricDataQuery$ = [
|
|
1721
1728
|
3,
|
|
1722
1729
|
n0,
|
|
1723
1730
|
_TTMDQ,
|
|
1724
1731
|
0,
|
|
1725
1732
|
[_Id, _Ex, _MSet, _L, _Pe, _RDe],
|
|
1726
|
-
[0, 0, () => TargetTrackingMetricStat
|
|
1733
|
+
[0, 0, () => TargetTrackingMetricStat$, 0, 1, 2],
|
|
1727
1734
|
];
|
|
1728
|
-
export var TargetTrackingMetricStat = [
|
|
1735
|
+
export var TargetTrackingMetricStat$ = [
|
|
1729
1736
|
3,
|
|
1730
1737
|
n0,
|
|
1731
1738
|
_TTMS,
|
|
1732
1739
|
0,
|
|
1733
1740
|
[_Met, _Stat, _U, _Pe],
|
|
1734
|
-
[() => Metric
|
|
1741
|
+
[() => Metric$, 0, 0, 1],
|
|
1735
1742
|
];
|
|
1736
|
-
export var TerminateInstanceInAutoScalingGroupType = [
|
|
1743
|
+
export var TerminateInstanceInAutoScalingGroupType$ = [
|
|
1737
1744
|
3,
|
|
1738
1745
|
n0,
|
|
1739
1746
|
_TIIASGT,
|
|
@@ -1741,10 +1748,10 @@ export var TerminateInstanceInAutoScalingGroupType = [
|
|
|
1741
1748
|
[_IIns, _SDDC],
|
|
1742
1749
|
[0, 2],
|
|
1743
1750
|
];
|
|
1744
|
-
export var TotalLocalStorageGBRequest = [3, n0, _TLSGBR, 0, [_M, _Ma], [1, 1]];
|
|
1745
|
-
export var TrafficSourceIdentifier = [3, n0, _TSI, 0, [_Ide, _Ty], [0, 0]];
|
|
1746
|
-
export var TrafficSourceState = [3, n0, _TSS, 0, [_TSr, _Sta, _Ide, _Ty], [0, 0, 0, 0]];
|
|
1747
|
-
export var UpdateAutoScalingGroupType = [
|
|
1751
|
+
export var TotalLocalStorageGBRequest$ = [3, n0, _TLSGBR, 0, [_M, _Ma], [1, 1]];
|
|
1752
|
+
export var TrafficSourceIdentifier$ = [3, n0, _TSI, 0, [_Ide, _Ty], [0, 0]];
|
|
1753
|
+
export var TrafficSourceState$ = [3, n0, _TSS, 0, [_TSr, _Sta, _Ide, _Ty], [0, 0, 0, 0]];
|
|
1754
|
+
export var UpdateAutoScalingGroupType$ = [
|
|
1748
1755
|
3,
|
|
1749
1756
|
n0,
|
|
1750
1757
|
_UASGT,
|
|
@@ -1781,8 +1788,8 @@ export var UpdateAutoScalingGroupType = [
|
|
|
1781
1788
|
[
|
|
1782
1789
|
0,
|
|
1783
1790
|
0,
|
|
1784
|
-
() => LaunchTemplateSpecification
|
|
1785
|
-
[() => MixedInstancesPolicy
|
|
1791
|
+
() => LaunchTemplateSpecification$,
|
|
1792
|
+
[() => MixedInstancesPolicy$, 0],
|
|
1786
1793
|
1,
|
|
1787
1794
|
1,
|
|
1788
1795
|
1,
|
|
@@ -1800,537 +1807,551 @@ export var UpdateAutoScalingGroupType = [
|
|
|
1800
1807
|
0,
|
|
1801
1808
|
0,
|
|
1802
1809
|
1,
|
|
1803
|
-
() => InstanceMaintenancePolicy
|
|
1804
|
-
() => AvailabilityZoneDistribution
|
|
1805
|
-
() => AvailabilityZoneImpairmentPolicy
|
|
1810
|
+
() => InstanceMaintenancePolicy$,
|
|
1811
|
+
() => AvailabilityZoneDistribution$,
|
|
1812
|
+
() => AvailabilityZoneImpairmentPolicy$,
|
|
1806
1813
|
2,
|
|
1807
|
-
() => CapacityReservationSpecification
|
|
1808
|
-
() => InstanceLifecyclePolicy
|
|
1814
|
+
() => CapacityReservationSpecification$,
|
|
1815
|
+
() => InstanceLifecyclePolicy$,
|
|
1809
1816
|
],
|
|
1810
1817
|
];
|
|
1811
|
-
export var VCpuCountRequest = [3, n0, _VCCR, 0, [_M, _Ma], [1, 1]];
|
|
1812
|
-
export var WarmPoolConfiguration = [
|
|
1818
|
+
export var VCpuCountRequest$ = [3, n0, _VCCR, 0, [_M, _Ma], [1, 1]];
|
|
1819
|
+
export var WarmPoolConfiguration$ = [
|
|
1813
1820
|
3,
|
|
1814
1821
|
n0,
|
|
1815
1822
|
_WPC,
|
|
1816
1823
|
0,
|
|
1817
1824
|
[_MGPC, _MS, _PS, _S, _IRP],
|
|
1818
|
-
[1, 1, 0, 0, () => InstanceReusePolicy],
|
|
1819
|
-
];
|
|
1820
|
-
|
|
1821
|
-
export var AutoScalingServiceException = [-3, _sm, "AutoScalingServiceException", 0, [], []];
|
|
1822
|
-
TypeRegistry.for(_sm).registerError(AutoScalingServiceException
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1825
|
+
[1, 1, 0, 0, () => InstanceReusePolicy$],
|
|
1826
|
+
];
|
|
1827
|
+
var __Unit = "unit";
|
|
1828
|
+
export var AutoScalingServiceException$ = [-3, _sm, "AutoScalingServiceException", 0, [], []];
|
|
1829
|
+
TypeRegistry.for(_sm).registerError(AutoScalingServiceException$, AutoScalingServiceException);
|
|
1830
|
+
var AcceleratorManufacturers = 64 | 0;
|
|
1831
|
+
var AcceleratorNames = 64 | 0;
|
|
1832
|
+
var AcceleratorTypes = 64 | 0;
|
|
1833
|
+
var Activities = [1, n0, _A, 0, () => Activity$];
|
|
1834
|
+
var ActivityIds = 64 | 0;
|
|
1835
|
+
var AdjustmentTypes = [1, n0, _ATdj, 0, () => AdjustmentType$];
|
|
1836
|
+
var AlarmList = 64 | 0;
|
|
1837
|
+
var Alarms = [1, n0, _Ala, 0, () => Alarm$];
|
|
1838
|
+
var AllowedInstanceTypes = 64 | 0;
|
|
1839
|
+
var AutoScalingGroupNames = 64 | 0;
|
|
1840
|
+
var AutoScalingGroups = [1, n0, _ASGu, 0, [() => AutoScalingGroup$, 0]];
|
|
1841
|
+
var AutoScalingInstances = [1, n0, _ASI, 0, () => AutoScalingInstanceDetails$];
|
|
1842
|
+
var AutoScalingNotificationTypes = 64 | 0;
|
|
1843
|
+
var AvailabilityZoneIdsLimit1 = 64 | 0;
|
|
1844
|
+
var AvailabilityZones = 64 | 0;
|
|
1845
|
+
var AvailabilityZonesLimit1 = 64 | 0;
|
|
1846
|
+
var BlockDeviceMappings = [1, n0, _BDMl, 0, () => BlockDeviceMapping$];
|
|
1847
|
+
var CapacityReservationIds = 64 | 0;
|
|
1848
|
+
var CapacityReservationResourceGroupArns = 64 | 0;
|
|
1849
|
+
var CheckpointPercentages = 64 | 1;
|
|
1850
|
+
var ClassicLinkVPCSecurityGroups = 64 | 0;
|
|
1851
|
+
var CpuManufacturers = 64 | 0;
|
|
1852
|
+
var EnabledMetrics = [1, n0, _EM, 0, () => EnabledMetric$];
|
|
1853
|
+
var ExcludedInstanceTypes = 64 | 0;
|
|
1854
|
+
var FailedScheduledUpdateGroupActionRequests = [
|
|
1848
1855
|
1,
|
|
1849
1856
|
n0,
|
|
1850
1857
|
_FSUGARa,
|
|
1851
1858
|
0,
|
|
1852
|
-
() => FailedScheduledUpdateGroupActionRequest
|
|
1853
|
-
];
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1859
|
+
() => FailedScheduledUpdateGroupActionRequest$,
|
|
1860
|
+
];
|
|
1861
|
+
var Filters = [1, n0, _F, 0, () => Filter$];
|
|
1862
|
+
var InstanceCollections = [1, n0, _ICn, 0, () => InstanceCollection$];
|
|
1863
|
+
var InstanceGenerations = 64 | 0;
|
|
1864
|
+
var InstanceIds = 64 | 0;
|
|
1865
|
+
var InstanceRefreshes = [1, n0, _IR, 0, [() => InstanceRefresh$, 0]];
|
|
1866
|
+
var InstanceRefreshIds = 64 | 0;
|
|
1867
|
+
var Instances = [1, n0, _I, 0, () => Instance$];
|
|
1868
|
+
var LaunchConfigurationNames = 64 | 0;
|
|
1869
|
+
var LaunchConfigurations = [1, n0, _LCa, 0, () => LaunchConfiguration$];
|
|
1870
|
+
var LaunchInstancesErrors = [1, n0, _LIEa, 0, () => LaunchInstancesError$];
|
|
1871
|
+
var LifecycleHookNames = 64 | 0;
|
|
1872
|
+
var LifecycleHooks = [1, n0, _LH, 0, () => LifecycleHook$];
|
|
1873
|
+
var LifecycleHookSpecifications = [1, n0, _LHSi, 0, () => LifecycleHookSpecification$];
|
|
1874
|
+
var LoadBalancerNames = 64 | 0;
|
|
1875
|
+
var LoadBalancerStates = [1, n0, _LBSo, 0, () => LoadBalancerState$];
|
|
1876
|
+
var LoadBalancerTargetGroupStates = [1, n0, _LBTGSo, 0, () => LoadBalancerTargetGroupState$];
|
|
1877
|
+
var LoadForecasts = [1, n0, _LFo, 0, () => LoadForecast$];
|
|
1878
|
+
var LocalStorageTypes = 64 | 0;
|
|
1879
|
+
var MetricCollectionTypes = [1, n0, _MCTe, 0, () => MetricCollectionType$];
|
|
1880
|
+
var MetricDataQueries = [1, n0, _MDQe, 0, () => MetricDataQuery$];
|
|
1881
|
+
var MetricDimensions = [1, n0, _MDe, 0, () => MetricDimension$];
|
|
1882
|
+
var MetricGranularityTypes = [1, n0, _MGTe, 0, () => MetricGranularityType$];
|
|
1883
|
+
var Metrics = 64 | 0;
|
|
1884
|
+
var NotificationConfigurations = [1, n0, _NC, 0, () => NotificationConfiguration$];
|
|
1885
|
+
var Overrides = [1, n0, _O, 0, [() => LaunchTemplateOverrides$, 0]];
|
|
1886
|
+
var PerformanceFactorReferenceSetRequest = [
|
|
1880
1887
|
1,
|
|
1881
1888
|
n0,
|
|
1882
1889
|
_PFRSR,
|
|
1883
1890
|
0,
|
|
1884
|
-
[() => PerformanceFactorReferenceRequest
|
|
1891
|
+
[() => PerformanceFactorReferenceRequest$, { [_xN]: _i }],
|
|
1885
1892
|
];
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1893
|
+
var PolicyNames = 64 | 0;
|
|
1894
|
+
var PolicyTypes = 64 | 0;
|
|
1895
|
+
var PredictiveScalingForecastTimestamps = 64 | 4;
|
|
1896
|
+
var PredictiveScalingForecastValues = 64 | 1;
|
|
1897
|
+
var PredictiveScalingMetricSpecifications = [
|
|
1891
1898
|
1,
|
|
1892
1899
|
n0,
|
|
1893
1900
|
_PSMSre,
|
|
1894
1901
|
0,
|
|
1895
|
-
() => PredictiveScalingMetricSpecification
|
|
1902
|
+
() => PredictiveScalingMetricSpecification$,
|
|
1896
1903
|
];
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1904
|
+
var Processes = [1, n0, _Pro, 0, () => ProcessType$];
|
|
1905
|
+
var ProcessNames = 64 | 0;
|
|
1906
|
+
var ScalingPolicies = [1, n0, _SPc, 0, () => ScalingPolicy$];
|
|
1907
|
+
var ScheduledActionNames = 64 | 0;
|
|
1908
|
+
var ScheduledUpdateGroupActionRequests = [
|
|
1902
1909
|
1,
|
|
1903
1910
|
n0,
|
|
1904
1911
|
_SUGARc,
|
|
1905
1912
|
0,
|
|
1906
|
-
() => ScheduledUpdateGroupActionRequest
|
|
1907
|
-
];
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
export var AttachInstances = [9, n0, _AIt, 0, () => AttachInstancesQuery
|
|
1922
|
-
export var AttachLoadBalancers = [
|
|
1913
|
+
() => ScheduledUpdateGroupActionRequest$,
|
|
1914
|
+
];
|
|
1915
|
+
var ScheduledUpdateGroupActions = [1, n0, _SUGA, 0, () => ScheduledUpdateGroupAction$];
|
|
1916
|
+
var SecurityGroups = 64 | 0;
|
|
1917
|
+
var StepAdjustments = [1, n0, _SAt, 0, () => StepAdjustment$];
|
|
1918
|
+
var SubnetIdsLimit1 = 64 | 0;
|
|
1919
|
+
var SuspendedProcesses = [1, n0, _SP, 0, () => SuspendedProcess$];
|
|
1920
|
+
var TagDescriptionList = [1, n0, _TDL, 0, () => TagDescription$];
|
|
1921
|
+
var Tags = [1, n0, _T, 0, () => Tag$];
|
|
1922
|
+
var TargetGroupARNs = 64 | 0;
|
|
1923
|
+
var TargetTrackingMetricDataQueries = [1, n0, _TTMDQa, 0, () => TargetTrackingMetricDataQuery$];
|
|
1924
|
+
var TerminationPolicies = 64 | 0;
|
|
1925
|
+
var TrafficSources = [1, n0, _TS, 0, () => TrafficSourceIdentifier$];
|
|
1926
|
+
var TrafficSourceStates = [1, n0, _TSSr, 0, () => TrafficSourceState$];
|
|
1927
|
+
var Values = 64 | 0;
|
|
1928
|
+
export var AttachInstances$ = [9, n0, _AIt, 0, () => AttachInstancesQuery$, () => __Unit];
|
|
1929
|
+
export var AttachLoadBalancers$ = [
|
|
1923
1930
|
9,
|
|
1924
1931
|
n0,
|
|
1925
1932
|
_ALB,
|
|
1926
1933
|
0,
|
|
1927
|
-
() => AttachLoadBalancersType
|
|
1928
|
-
() => AttachLoadBalancersResultType
|
|
1934
|
+
() => AttachLoadBalancersType$,
|
|
1935
|
+
() => AttachLoadBalancersResultType$,
|
|
1929
1936
|
];
|
|
1930
|
-
export var AttachLoadBalancerTargetGroups = [
|
|
1937
|
+
export var AttachLoadBalancerTargetGroups$ = [
|
|
1931
1938
|
9,
|
|
1932
1939
|
n0,
|
|
1933
1940
|
_ALBTG,
|
|
1934
1941
|
0,
|
|
1935
|
-
() => AttachLoadBalancerTargetGroupsType
|
|
1936
|
-
() => AttachLoadBalancerTargetGroupsResultType
|
|
1942
|
+
() => AttachLoadBalancerTargetGroupsType$,
|
|
1943
|
+
() => AttachLoadBalancerTargetGroupsResultType$,
|
|
1937
1944
|
];
|
|
1938
|
-
export var AttachTrafficSources = [
|
|
1945
|
+
export var AttachTrafficSources$ = [
|
|
1939
1946
|
9,
|
|
1940
1947
|
n0,
|
|
1941
1948
|
_ATS,
|
|
1942
1949
|
0,
|
|
1943
|
-
() => AttachTrafficSourcesType
|
|
1944
|
-
() => AttachTrafficSourcesResultType
|
|
1950
|
+
() => AttachTrafficSourcesType$,
|
|
1951
|
+
() => AttachTrafficSourcesResultType$,
|
|
1945
1952
|
];
|
|
1946
|
-
export var BatchDeleteScheduledAction = [
|
|
1953
|
+
export var BatchDeleteScheduledAction$ = [
|
|
1947
1954
|
9,
|
|
1948
1955
|
n0,
|
|
1949
1956
|
_BDSA,
|
|
1950
1957
|
0,
|
|
1951
|
-
() => BatchDeleteScheduledActionType
|
|
1952
|
-
() => BatchDeleteScheduledActionAnswer
|
|
1958
|
+
() => BatchDeleteScheduledActionType$,
|
|
1959
|
+
() => BatchDeleteScheduledActionAnswer$,
|
|
1953
1960
|
];
|
|
1954
|
-
export var BatchPutScheduledUpdateGroupAction = [
|
|
1961
|
+
export var BatchPutScheduledUpdateGroupAction$ = [
|
|
1955
1962
|
9,
|
|
1956
1963
|
n0,
|
|
1957
1964
|
_BPSUGA,
|
|
1958
1965
|
0,
|
|
1959
|
-
() => BatchPutScheduledUpdateGroupActionType
|
|
1960
|
-
() => BatchPutScheduledUpdateGroupActionAnswer
|
|
1966
|
+
() => BatchPutScheduledUpdateGroupActionType$,
|
|
1967
|
+
() => BatchPutScheduledUpdateGroupActionAnswer$,
|
|
1961
1968
|
];
|
|
1962
|
-
export var CancelInstanceRefresh = [
|
|
1969
|
+
export var CancelInstanceRefresh$ = [
|
|
1963
1970
|
9,
|
|
1964
1971
|
n0,
|
|
1965
1972
|
_CIR,
|
|
1966
1973
|
0,
|
|
1967
|
-
() => CancelInstanceRefreshType
|
|
1968
|
-
() => CancelInstanceRefreshAnswer
|
|
1974
|
+
() => CancelInstanceRefreshType$,
|
|
1975
|
+
() => CancelInstanceRefreshAnswer$,
|
|
1969
1976
|
];
|
|
1970
|
-
export var CompleteLifecycleAction = [
|
|
1977
|
+
export var CompleteLifecycleAction$ = [
|
|
1971
1978
|
9,
|
|
1972
1979
|
n0,
|
|
1973
1980
|
_CLA,
|
|
1974
1981
|
0,
|
|
1975
|
-
() => CompleteLifecycleActionType
|
|
1976
|
-
() => CompleteLifecycleActionAnswer
|
|
1982
|
+
() => CompleteLifecycleActionType$,
|
|
1983
|
+
() => CompleteLifecycleActionAnswer$,
|
|
1977
1984
|
];
|
|
1978
|
-
export var CreateAutoScalingGroup = [
|
|
1985
|
+
export var CreateAutoScalingGroup$ = [
|
|
1979
1986
|
9,
|
|
1980
1987
|
n0,
|
|
1981
1988
|
_CASG,
|
|
1982
1989
|
0,
|
|
1983
|
-
() => CreateAutoScalingGroupType
|
|
1990
|
+
() => CreateAutoScalingGroupType$,
|
|
1984
1991
|
() => __Unit,
|
|
1985
1992
|
];
|
|
1986
|
-
export var CreateLaunchConfiguration = [
|
|
1993
|
+
export var CreateLaunchConfiguration$ = [
|
|
1987
1994
|
9,
|
|
1988
1995
|
n0,
|
|
1989
1996
|
_CLC,
|
|
1990
1997
|
0,
|
|
1991
|
-
() => CreateLaunchConfigurationType
|
|
1998
|
+
() => CreateLaunchConfigurationType$,
|
|
1992
1999
|
() => __Unit,
|
|
1993
2000
|
];
|
|
1994
|
-
export var CreateOrUpdateTags = [9, n0, _COUT, 0, () => CreateOrUpdateTagsType
|
|
1995
|
-
export var DeleteAutoScalingGroup = [
|
|
2001
|
+
export var CreateOrUpdateTags$ = [9, n0, _COUT, 0, () => CreateOrUpdateTagsType$, () => __Unit];
|
|
2002
|
+
export var DeleteAutoScalingGroup$ = [
|
|
1996
2003
|
9,
|
|
1997
2004
|
n0,
|
|
1998
2005
|
_DASG,
|
|
1999
2006
|
0,
|
|
2000
|
-
() => DeleteAutoScalingGroupType
|
|
2007
|
+
() => DeleteAutoScalingGroupType$,
|
|
2001
2008
|
() => __Unit,
|
|
2002
2009
|
];
|
|
2003
|
-
export var DeleteLaunchConfiguration = [
|
|
2010
|
+
export var DeleteLaunchConfiguration$ = [
|
|
2004
2011
|
9,
|
|
2005
2012
|
n0,
|
|
2006
2013
|
_DLC,
|
|
2007
2014
|
0,
|
|
2008
|
-
() => LaunchConfigurationNameType
|
|
2015
|
+
() => LaunchConfigurationNameType$,
|
|
2009
2016
|
() => __Unit,
|
|
2010
2017
|
];
|
|
2011
|
-
export var DeleteLifecycleHook = [
|
|
2018
|
+
export var DeleteLifecycleHook$ = [
|
|
2012
2019
|
9,
|
|
2013
2020
|
n0,
|
|
2014
2021
|
_DLH,
|
|
2015
2022
|
0,
|
|
2016
|
-
() => DeleteLifecycleHookType
|
|
2017
|
-
() => DeleteLifecycleHookAnswer
|
|
2023
|
+
() => DeleteLifecycleHookType$,
|
|
2024
|
+
() => DeleteLifecycleHookAnswer$,
|
|
2018
2025
|
];
|
|
2019
|
-
export var DeleteNotificationConfiguration = [
|
|
2026
|
+
export var DeleteNotificationConfiguration$ = [
|
|
2020
2027
|
9,
|
|
2021
2028
|
n0,
|
|
2022
2029
|
_DNC,
|
|
2023
2030
|
0,
|
|
2024
|
-
() => DeleteNotificationConfigurationType
|
|
2031
|
+
() => DeleteNotificationConfigurationType$,
|
|
2025
2032
|
() => __Unit,
|
|
2026
2033
|
];
|
|
2027
|
-
export var DeletePolicy = [9, n0, _DP, 0, () => DeletePolicyType
|
|
2028
|
-
export var DeleteScheduledAction = [
|
|
2034
|
+
export var DeletePolicy$ = [9, n0, _DP, 0, () => DeletePolicyType$, () => __Unit];
|
|
2035
|
+
export var DeleteScheduledAction$ = [
|
|
2029
2036
|
9,
|
|
2030
2037
|
n0,
|
|
2031
2038
|
_DSA,
|
|
2032
2039
|
0,
|
|
2033
|
-
() => DeleteScheduledActionType
|
|
2040
|
+
() => DeleteScheduledActionType$,
|
|
2034
2041
|
() => __Unit,
|
|
2035
2042
|
];
|
|
2036
|
-
export var DeleteTags = [9, n0, _DT, 0, () => DeleteTagsType
|
|
2037
|
-
export var DeleteWarmPool = [
|
|
2043
|
+
export var DeleteTags$ = [9, n0, _DT, 0, () => DeleteTagsType$, () => __Unit];
|
|
2044
|
+
export var DeleteWarmPool$ = [
|
|
2038
2045
|
9,
|
|
2039
2046
|
n0,
|
|
2040
2047
|
_DWP,
|
|
2041
2048
|
0,
|
|
2042
|
-
() => DeleteWarmPoolType
|
|
2043
|
-
() => DeleteWarmPoolAnswer
|
|
2049
|
+
() => DeleteWarmPoolType$,
|
|
2050
|
+
() => DeleteWarmPoolAnswer$,
|
|
2044
2051
|
];
|
|
2045
|
-
export var DescribeAccountLimits = [
|
|
2052
|
+
export var DescribeAccountLimits$ = [
|
|
2046
2053
|
9,
|
|
2047
2054
|
n0,
|
|
2048
2055
|
_DAL,
|
|
2049
2056
|
0,
|
|
2050
2057
|
() => __Unit,
|
|
2051
|
-
() => DescribeAccountLimitsAnswer
|
|
2058
|
+
() => DescribeAccountLimitsAnswer$,
|
|
2052
2059
|
];
|
|
2053
|
-
export var DescribeAdjustmentTypes = [
|
|
2060
|
+
export var DescribeAdjustmentTypes$ = [
|
|
2054
2061
|
9,
|
|
2055
2062
|
n0,
|
|
2056
2063
|
_DAT,
|
|
2057
2064
|
0,
|
|
2058
2065
|
() => __Unit,
|
|
2059
|
-
() => DescribeAdjustmentTypesAnswer
|
|
2066
|
+
() => DescribeAdjustmentTypesAnswer$,
|
|
2060
2067
|
];
|
|
2061
|
-
export var DescribeAutoScalingGroups = [
|
|
2068
|
+
export var DescribeAutoScalingGroups$ = [
|
|
2062
2069
|
9,
|
|
2063
2070
|
n0,
|
|
2064
2071
|
_DASGe,
|
|
2065
2072
|
0,
|
|
2066
|
-
() => AutoScalingGroupNamesType
|
|
2067
|
-
() => AutoScalingGroupsType
|
|
2073
|
+
() => AutoScalingGroupNamesType$,
|
|
2074
|
+
() => AutoScalingGroupsType$,
|
|
2068
2075
|
];
|
|
2069
|
-
export var DescribeAutoScalingInstances = [
|
|
2076
|
+
export var DescribeAutoScalingInstances$ = [
|
|
2070
2077
|
9,
|
|
2071
2078
|
n0,
|
|
2072
2079
|
_DASI,
|
|
2073
2080
|
0,
|
|
2074
|
-
() => DescribeAutoScalingInstancesType
|
|
2075
|
-
() => AutoScalingInstancesType
|
|
2081
|
+
() => DescribeAutoScalingInstancesType$,
|
|
2082
|
+
() => AutoScalingInstancesType$,
|
|
2076
2083
|
];
|
|
2077
|
-
export var DescribeAutoScalingNotificationTypes = [
|
|
2084
|
+
export var DescribeAutoScalingNotificationTypes$ = [
|
|
2078
2085
|
9,
|
|
2079
2086
|
n0,
|
|
2080
2087
|
_DASNT,
|
|
2081
2088
|
0,
|
|
2082
2089
|
() => __Unit,
|
|
2083
|
-
() => DescribeAutoScalingNotificationTypesAnswer
|
|
2090
|
+
() => DescribeAutoScalingNotificationTypesAnswer$,
|
|
2084
2091
|
];
|
|
2085
|
-
export var DescribeInstanceRefreshes = [
|
|
2092
|
+
export var DescribeInstanceRefreshes$ = [
|
|
2086
2093
|
9,
|
|
2087
2094
|
n0,
|
|
2088
2095
|
_DIR,
|
|
2089
2096
|
0,
|
|
2090
|
-
() => DescribeInstanceRefreshesType
|
|
2091
|
-
() => DescribeInstanceRefreshesAnswer
|
|
2097
|
+
() => DescribeInstanceRefreshesType$,
|
|
2098
|
+
() => DescribeInstanceRefreshesAnswer$,
|
|
2092
2099
|
];
|
|
2093
|
-
export var DescribeLaunchConfigurations = [
|
|
2100
|
+
export var DescribeLaunchConfigurations$ = [
|
|
2094
2101
|
9,
|
|
2095
2102
|
n0,
|
|
2096
2103
|
_DLCe,
|
|
2097
2104
|
0,
|
|
2098
|
-
() => LaunchConfigurationNamesType
|
|
2099
|
-
() => LaunchConfigurationsType
|
|
2105
|
+
() => LaunchConfigurationNamesType$,
|
|
2106
|
+
() => LaunchConfigurationsType$,
|
|
2100
2107
|
];
|
|
2101
|
-
export var DescribeLifecycleHooks = [
|
|
2108
|
+
export var DescribeLifecycleHooks$ = [
|
|
2102
2109
|
9,
|
|
2103
2110
|
n0,
|
|
2104
2111
|
_DLHe,
|
|
2105
2112
|
0,
|
|
2106
|
-
() => DescribeLifecycleHooksType
|
|
2107
|
-
() => DescribeLifecycleHooksAnswer
|
|
2113
|
+
() => DescribeLifecycleHooksType$,
|
|
2114
|
+
() => DescribeLifecycleHooksAnswer$,
|
|
2108
2115
|
];
|
|
2109
|
-
export var DescribeLifecycleHookTypes = [
|
|
2116
|
+
export var DescribeLifecycleHookTypes$ = [
|
|
2110
2117
|
9,
|
|
2111
2118
|
n0,
|
|
2112
2119
|
_DLHTes,
|
|
2113
2120
|
0,
|
|
2114
2121
|
() => __Unit,
|
|
2115
|
-
() => DescribeLifecycleHookTypesAnswer
|
|
2122
|
+
() => DescribeLifecycleHookTypesAnswer$,
|
|
2116
2123
|
];
|
|
2117
|
-
export var DescribeLoadBalancers = [
|
|
2124
|
+
export var DescribeLoadBalancers$ = [
|
|
2118
2125
|
9,
|
|
2119
2126
|
n0,
|
|
2120
2127
|
_DLB,
|
|
2121
2128
|
0,
|
|
2122
|
-
() => DescribeLoadBalancersRequest
|
|
2123
|
-
() => DescribeLoadBalancersResponse
|
|
2129
|
+
() => DescribeLoadBalancersRequest$,
|
|
2130
|
+
() => DescribeLoadBalancersResponse$,
|
|
2124
2131
|
];
|
|
2125
|
-
export var DescribeLoadBalancerTargetGroups = [
|
|
2132
|
+
export var DescribeLoadBalancerTargetGroups$ = [
|
|
2126
2133
|
9,
|
|
2127
2134
|
n0,
|
|
2128
2135
|
_DLBTG,
|
|
2129
2136
|
0,
|
|
2130
|
-
() => DescribeLoadBalancerTargetGroupsRequest
|
|
2131
|
-
() => DescribeLoadBalancerTargetGroupsResponse
|
|
2137
|
+
() => DescribeLoadBalancerTargetGroupsRequest$,
|
|
2138
|
+
() => DescribeLoadBalancerTargetGroupsResponse$,
|
|
2132
2139
|
];
|
|
2133
|
-
export var DescribeMetricCollectionTypes = [
|
|
2140
|
+
export var DescribeMetricCollectionTypes$ = [
|
|
2134
2141
|
9,
|
|
2135
2142
|
n0,
|
|
2136
2143
|
_DMCT,
|
|
2137
2144
|
0,
|
|
2138
2145
|
() => __Unit,
|
|
2139
|
-
() => DescribeMetricCollectionTypesAnswer
|
|
2146
|
+
() => DescribeMetricCollectionTypesAnswer$,
|
|
2140
2147
|
];
|
|
2141
|
-
export var DescribeNotificationConfigurations = [
|
|
2148
|
+
export var DescribeNotificationConfigurations$ = [
|
|
2142
2149
|
9,
|
|
2143
2150
|
n0,
|
|
2144
2151
|
_DNCe,
|
|
2145
2152
|
0,
|
|
2146
|
-
() => DescribeNotificationConfigurationsType
|
|
2147
|
-
() => DescribeNotificationConfigurationsAnswer
|
|
2153
|
+
() => DescribeNotificationConfigurationsType$,
|
|
2154
|
+
() => DescribeNotificationConfigurationsAnswer$,
|
|
2155
|
+
];
|
|
2156
|
+
export var DescribePolicies$ = [
|
|
2157
|
+
9,
|
|
2158
|
+
n0,
|
|
2159
|
+
_DPe,
|
|
2160
|
+
0,
|
|
2161
|
+
() => DescribePoliciesType$,
|
|
2162
|
+
() => PoliciesType$,
|
|
2148
2163
|
];
|
|
2149
|
-
export var
|
|
2150
|
-
export var DescribeScalingActivities = [
|
|
2164
|
+
export var DescribeScalingActivities$ = [
|
|
2151
2165
|
9,
|
|
2152
2166
|
n0,
|
|
2153
2167
|
_DSAe,
|
|
2154
2168
|
0,
|
|
2155
|
-
() => DescribeScalingActivitiesType
|
|
2156
|
-
() => ActivitiesType
|
|
2169
|
+
() => DescribeScalingActivitiesType$,
|
|
2170
|
+
() => ActivitiesType$,
|
|
2157
2171
|
];
|
|
2158
|
-
export var DescribeScalingProcessTypes = [9, n0, _DSPT, 0, () => __Unit, () => ProcessesType];
|
|
2159
|
-
export var DescribeScheduledActions = [
|
|
2172
|
+
export var DescribeScalingProcessTypes$ = [9, n0, _DSPT, 0, () => __Unit, () => ProcessesType$];
|
|
2173
|
+
export var DescribeScheduledActions$ = [
|
|
2160
2174
|
9,
|
|
2161
2175
|
n0,
|
|
2162
2176
|
_DSAes,
|
|
2163
2177
|
0,
|
|
2164
|
-
() => DescribeScheduledActionsType
|
|
2165
|
-
() => ScheduledActionsType
|
|
2178
|
+
() => DescribeScheduledActionsType$,
|
|
2179
|
+
() => ScheduledActionsType$,
|
|
2166
2180
|
];
|
|
2167
|
-
export var DescribeTags = [9, n0, _DTe, 0, () => DescribeTagsType
|
|
2168
|
-
export var DescribeTerminationPolicyTypes = [
|
|
2181
|
+
export var DescribeTags$ = [9, n0, _DTe, 0, () => DescribeTagsType$, () => TagsType$];
|
|
2182
|
+
export var DescribeTerminationPolicyTypes$ = [
|
|
2169
2183
|
9,
|
|
2170
2184
|
n0,
|
|
2171
2185
|
_DTPT,
|
|
2172
2186
|
0,
|
|
2173
2187
|
() => __Unit,
|
|
2174
|
-
() => DescribeTerminationPolicyTypesAnswer
|
|
2188
|
+
() => DescribeTerminationPolicyTypesAnswer$,
|
|
2175
2189
|
];
|
|
2176
|
-
export var DescribeTrafficSources = [
|
|
2190
|
+
export var DescribeTrafficSources$ = [
|
|
2177
2191
|
9,
|
|
2178
2192
|
n0,
|
|
2179
2193
|
_DTS,
|
|
2180
2194
|
0,
|
|
2181
|
-
() => DescribeTrafficSourcesRequest
|
|
2182
|
-
() => DescribeTrafficSourcesResponse
|
|
2195
|
+
() => DescribeTrafficSourcesRequest$,
|
|
2196
|
+
() => DescribeTrafficSourcesResponse$,
|
|
2183
2197
|
];
|
|
2184
|
-
export var DescribeWarmPool = [
|
|
2198
|
+
export var DescribeWarmPool$ = [
|
|
2185
2199
|
9,
|
|
2186
2200
|
n0,
|
|
2187
2201
|
_DWPe,
|
|
2188
2202
|
0,
|
|
2189
|
-
() => DescribeWarmPoolType
|
|
2190
|
-
() => DescribeWarmPoolAnswer
|
|
2203
|
+
() => DescribeWarmPoolType$,
|
|
2204
|
+
() => DescribeWarmPoolAnswer$,
|
|
2191
2205
|
];
|
|
2192
|
-
export var DetachInstances = [
|
|
2206
|
+
export var DetachInstances$ = [
|
|
2193
2207
|
9,
|
|
2194
2208
|
n0,
|
|
2195
2209
|
_DI,
|
|
2196
2210
|
0,
|
|
2197
|
-
() => DetachInstancesQuery
|
|
2198
|
-
() => DetachInstancesAnswer
|
|
2211
|
+
() => DetachInstancesQuery$,
|
|
2212
|
+
() => DetachInstancesAnswer$,
|
|
2199
2213
|
];
|
|
2200
|
-
export var DetachLoadBalancers = [
|
|
2214
|
+
export var DetachLoadBalancers$ = [
|
|
2201
2215
|
9,
|
|
2202
2216
|
n0,
|
|
2203
2217
|
_DLBe,
|
|
2204
2218
|
0,
|
|
2205
|
-
() => DetachLoadBalancersType
|
|
2206
|
-
() => DetachLoadBalancersResultType
|
|
2219
|
+
() => DetachLoadBalancersType$,
|
|
2220
|
+
() => DetachLoadBalancersResultType$,
|
|
2207
2221
|
];
|
|
2208
|
-
export var DetachLoadBalancerTargetGroups = [
|
|
2222
|
+
export var DetachLoadBalancerTargetGroups$ = [
|
|
2209
2223
|
9,
|
|
2210
2224
|
n0,
|
|
2211
2225
|
_DLBTGe,
|
|
2212
2226
|
0,
|
|
2213
|
-
() => DetachLoadBalancerTargetGroupsType
|
|
2214
|
-
() => DetachLoadBalancerTargetGroupsResultType
|
|
2227
|
+
() => DetachLoadBalancerTargetGroupsType$,
|
|
2228
|
+
() => DetachLoadBalancerTargetGroupsResultType$,
|
|
2215
2229
|
];
|
|
2216
|
-
export var DetachTrafficSources = [
|
|
2230
|
+
export var DetachTrafficSources$ = [
|
|
2217
2231
|
9,
|
|
2218
2232
|
n0,
|
|
2219
2233
|
_DTSe,
|
|
2220
2234
|
0,
|
|
2221
|
-
() => DetachTrafficSourcesType
|
|
2222
|
-
() => DetachTrafficSourcesResultType
|
|
2235
|
+
() => DetachTrafficSourcesType$,
|
|
2236
|
+
() => DetachTrafficSourcesResultType$,
|
|
2223
2237
|
];
|
|
2224
|
-
export var DisableMetricsCollection = [
|
|
2238
|
+
export var DisableMetricsCollection$ = [
|
|
2225
2239
|
9,
|
|
2226
2240
|
n0,
|
|
2227
2241
|
_DMC,
|
|
2228
2242
|
0,
|
|
2229
|
-
() => DisableMetricsCollectionQuery
|
|
2243
|
+
() => DisableMetricsCollectionQuery$,
|
|
2230
2244
|
() => __Unit,
|
|
2231
2245
|
];
|
|
2232
|
-
export var EnableMetricsCollection = [
|
|
2246
|
+
export var EnableMetricsCollection$ = [
|
|
2233
2247
|
9,
|
|
2234
2248
|
n0,
|
|
2235
2249
|
_EMC,
|
|
2236
2250
|
0,
|
|
2237
|
-
() => EnableMetricsCollectionQuery
|
|
2251
|
+
() => EnableMetricsCollectionQuery$,
|
|
2238
2252
|
() => __Unit,
|
|
2239
2253
|
];
|
|
2240
|
-
export var EnterStandby = [9, n0, _ES, 0, () => EnterStandbyQuery
|
|
2241
|
-
export var ExecutePolicy = [9, n0, _EP, 0, () => ExecutePolicyType
|
|
2242
|
-
export var ExitStandby = [9, n0, _ESx, 0, () => ExitStandbyQuery
|
|
2243
|
-
export var GetPredictiveScalingForecast = [
|
|
2254
|
+
export var EnterStandby$ = [9, n0, _ES, 0, () => EnterStandbyQuery$, () => EnterStandbyAnswer$];
|
|
2255
|
+
export var ExecutePolicy$ = [9, n0, _EP, 0, () => ExecutePolicyType$, () => __Unit];
|
|
2256
|
+
export var ExitStandby$ = [9, n0, _ESx, 0, () => ExitStandbyQuery$, () => ExitStandbyAnswer$];
|
|
2257
|
+
export var GetPredictiveScalingForecast$ = [
|
|
2244
2258
|
9,
|
|
2245
2259
|
n0,
|
|
2246
2260
|
_GPSF,
|
|
2247
2261
|
0,
|
|
2248
|
-
() => GetPredictiveScalingForecastType
|
|
2249
|
-
() => GetPredictiveScalingForecastAnswer
|
|
2262
|
+
() => GetPredictiveScalingForecastType$,
|
|
2263
|
+
() => GetPredictiveScalingForecastAnswer$,
|
|
2250
2264
|
];
|
|
2251
|
-
export var LaunchInstances = [
|
|
2265
|
+
export var LaunchInstances$ = [
|
|
2252
2266
|
9,
|
|
2253
2267
|
n0,
|
|
2254
2268
|
_LI,
|
|
2255
2269
|
0,
|
|
2256
|
-
() => LaunchInstancesRequest
|
|
2257
|
-
() => LaunchInstancesResult
|
|
2270
|
+
() => LaunchInstancesRequest$,
|
|
2271
|
+
() => LaunchInstancesResult$,
|
|
2258
2272
|
];
|
|
2259
|
-
export var PutLifecycleHook = [
|
|
2273
|
+
export var PutLifecycleHook$ = [
|
|
2260
2274
|
9,
|
|
2261
2275
|
n0,
|
|
2262
2276
|
_PLH,
|
|
2263
2277
|
0,
|
|
2264
|
-
() => PutLifecycleHookType
|
|
2265
|
-
() => PutLifecycleHookAnswer
|
|
2278
|
+
() => PutLifecycleHookType$,
|
|
2279
|
+
() => PutLifecycleHookAnswer$,
|
|
2266
2280
|
];
|
|
2267
|
-
export var PutNotificationConfiguration = [
|
|
2281
|
+
export var PutNotificationConfiguration$ = [
|
|
2268
2282
|
9,
|
|
2269
2283
|
n0,
|
|
2270
2284
|
_PNC,
|
|
2271
2285
|
0,
|
|
2272
|
-
() => PutNotificationConfigurationType
|
|
2286
|
+
() => PutNotificationConfigurationType$,
|
|
2273
2287
|
() => __Unit,
|
|
2274
2288
|
];
|
|
2275
|
-
export var PutScalingPolicy = [
|
|
2276
|
-
|
|
2289
|
+
export var PutScalingPolicy$ = [
|
|
2290
|
+
9,
|
|
2291
|
+
n0,
|
|
2292
|
+
_PSP,
|
|
2293
|
+
0,
|
|
2294
|
+
() => PutScalingPolicyType$,
|
|
2295
|
+
() => PolicyARNType$,
|
|
2296
|
+
];
|
|
2297
|
+
export var PutScheduledUpdateGroupAction$ = [
|
|
2277
2298
|
9,
|
|
2278
2299
|
n0,
|
|
2279
2300
|
_PSUGA,
|
|
2280
2301
|
0,
|
|
2281
|
-
() => PutScheduledUpdateGroupActionType
|
|
2302
|
+
() => PutScheduledUpdateGroupActionType$,
|
|
2282
2303
|
() => __Unit,
|
|
2283
2304
|
];
|
|
2284
|
-
export var PutWarmPool = [9, n0, _PWP, 0, () => PutWarmPoolType
|
|
2285
|
-
export var RecordLifecycleActionHeartbeat = [
|
|
2305
|
+
export var PutWarmPool$ = [9, n0, _PWP, 0, () => PutWarmPoolType$, () => PutWarmPoolAnswer$];
|
|
2306
|
+
export var RecordLifecycleActionHeartbeat$ = [
|
|
2286
2307
|
9,
|
|
2287
2308
|
n0,
|
|
2288
2309
|
_RLAH,
|
|
2289
2310
|
0,
|
|
2290
|
-
() => RecordLifecycleActionHeartbeatType
|
|
2291
|
-
() => RecordLifecycleActionHeartbeatAnswer
|
|
2311
|
+
() => RecordLifecycleActionHeartbeatType$,
|
|
2312
|
+
() => RecordLifecycleActionHeartbeatAnswer$,
|
|
2292
2313
|
];
|
|
2293
|
-
export var ResumeProcesses = [9, n0, _RPe, 0, () => ScalingProcessQuery
|
|
2294
|
-
export var RollbackInstanceRefresh = [
|
|
2314
|
+
export var ResumeProcesses$ = [9, n0, _RPe, 0, () => ScalingProcessQuery$, () => __Unit];
|
|
2315
|
+
export var RollbackInstanceRefresh$ = [
|
|
2295
2316
|
9,
|
|
2296
2317
|
n0,
|
|
2297
2318
|
_RIR,
|
|
2298
2319
|
0,
|
|
2299
|
-
() => RollbackInstanceRefreshType
|
|
2300
|
-
() => RollbackInstanceRefreshAnswer
|
|
2320
|
+
() => RollbackInstanceRefreshType$,
|
|
2321
|
+
() => RollbackInstanceRefreshAnswer$,
|
|
2301
2322
|
];
|
|
2302
|
-
export var SetDesiredCapacity = [9, n0, _SDC, 0, () => SetDesiredCapacityType
|
|
2303
|
-
export var SetInstanceHealth = [9, n0, _SIH, 0, () => SetInstanceHealthQuery
|
|
2304
|
-
export var SetInstanceProtection = [
|
|
2323
|
+
export var SetDesiredCapacity$ = [9, n0, _SDC, 0, () => SetDesiredCapacityType$, () => __Unit];
|
|
2324
|
+
export var SetInstanceHealth$ = [9, n0, _SIH, 0, () => SetInstanceHealthQuery$, () => __Unit];
|
|
2325
|
+
export var SetInstanceProtection$ = [
|
|
2305
2326
|
9,
|
|
2306
2327
|
n0,
|
|
2307
2328
|
_SIPe,
|
|
2308
2329
|
0,
|
|
2309
|
-
() => SetInstanceProtectionQuery
|
|
2310
|
-
() => SetInstanceProtectionAnswer
|
|
2330
|
+
() => SetInstanceProtectionQuery$,
|
|
2331
|
+
() => SetInstanceProtectionAnswer$,
|
|
2311
2332
|
];
|
|
2312
|
-
export var StartInstanceRefresh = [
|
|
2333
|
+
export var StartInstanceRefresh$ = [
|
|
2313
2334
|
9,
|
|
2314
2335
|
n0,
|
|
2315
2336
|
_SIR,
|
|
2316
2337
|
0,
|
|
2317
|
-
() => StartInstanceRefreshType
|
|
2318
|
-
() => StartInstanceRefreshAnswer
|
|
2338
|
+
() => StartInstanceRefreshType$,
|
|
2339
|
+
() => StartInstanceRefreshAnswer$,
|
|
2319
2340
|
];
|
|
2320
|
-
export var SuspendProcesses = [9, n0, _SPus, 0, () => ScalingProcessQuery
|
|
2321
|
-
export var TerminateInstanceInAutoScalingGroup = [
|
|
2341
|
+
export var SuspendProcesses$ = [9, n0, _SPus, 0, () => ScalingProcessQuery$, () => __Unit];
|
|
2342
|
+
export var TerminateInstanceInAutoScalingGroup$ = [
|
|
2322
2343
|
9,
|
|
2323
2344
|
n0,
|
|
2324
2345
|
_TIIASG,
|
|
2325
2346
|
0,
|
|
2326
|
-
() => TerminateInstanceInAutoScalingGroupType
|
|
2327
|
-
() => ActivityType
|
|
2347
|
+
() => TerminateInstanceInAutoScalingGroupType$,
|
|
2348
|
+
() => ActivityType$,
|
|
2328
2349
|
];
|
|
2329
|
-
export var UpdateAutoScalingGroup = [
|
|
2350
|
+
export var UpdateAutoScalingGroup$ = [
|
|
2330
2351
|
9,
|
|
2331
2352
|
n0,
|
|
2332
2353
|
_UASG,
|
|
2333
2354
|
0,
|
|
2334
|
-
() => UpdateAutoScalingGroupType
|
|
2355
|
+
() => UpdateAutoScalingGroupType$,
|
|
2335
2356
|
() => __Unit,
|
|
2336
2357
|
];
|