@aws-sdk/client-auto-scaling 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +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
package/dist-cjs/index.js
CHANGED
|
@@ -111,14 +111,14 @@ class AutoScalingClient extends smithyClient.Client {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
class AutoScalingServiceException extends smithyClient.ServiceException {
|
|
115
115
|
constructor(options) {
|
|
116
116
|
super(options);
|
|
117
117
|
Object.setPrototypeOf(this, AutoScalingServiceException.prototype);
|
|
118
118
|
}
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
class ActiveInstanceRefreshNotFoundFault extends AutoScalingServiceException {
|
|
122
122
|
name = "ActiveInstanceRefreshNotFoundFault";
|
|
123
123
|
$fault = "client";
|
|
124
124
|
constructor(opts) {
|
|
@@ -129,8 +129,8 @@ let ActiveInstanceRefreshNotFoundFault$1 = class ActiveInstanceRefreshNotFoundFa
|
|
|
129
129
|
});
|
|
130
130
|
Object.setPrototypeOf(this, ActiveInstanceRefreshNotFoundFault.prototype);
|
|
131
131
|
}
|
|
132
|
-
}
|
|
133
|
-
|
|
132
|
+
}
|
|
133
|
+
class AlreadyExistsFault extends AutoScalingServiceException {
|
|
134
134
|
name = "AlreadyExistsFault";
|
|
135
135
|
$fault = "client";
|
|
136
136
|
constructor(opts) {
|
|
@@ -141,8 +141,8 @@ let AlreadyExistsFault$1 = class AlreadyExistsFault extends AutoScalingServiceEx
|
|
|
141
141
|
});
|
|
142
142
|
Object.setPrototypeOf(this, AlreadyExistsFault.prototype);
|
|
143
143
|
}
|
|
144
|
-
}
|
|
145
|
-
|
|
144
|
+
}
|
|
145
|
+
class ResourceContentionFault extends AutoScalingServiceException {
|
|
146
146
|
name = "ResourceContentionFault";
|
|
147
147
|
$fault = "server";
|
|
148
148
|
constructor(opts) {
|
|
@@ -153,8 +153,8 @@ let ResourceContentionFault$1 = class ResourceContentionFault extends AutoScalin
|
|
|
153
153
|
});
|
|
154
154
|
Object.setPrototypeOf(this, ResourceContentionFault.prototype);
|
|
155
155
|
}
|
|
156
|
-
}
|
|
157
|
-
|
|
156
|
+
}
|
|
157
|
+
class ServiceLinkedRoleFailure extends AutoScalingServiceException {
|
|
158
158
|
name = "ServiceLinkedRoleFailure";
|
|
159
159
|
$fault = "server";
|
|
160
160
|
constructor(opts) {
|
|
@@ -165,8 +165,8 @@ let ServiceLinkedRoleFailure$1 = class ServiceLinkedRoleFailure extends AutoScal
|
|
|
165
165
|
});
|
|
166
166
|
Object.setPrototypeOf(this, ServiceLinkedRoleFailure.prototype);
|
|
167
167
|
}
|
|
168
|
-
}
|
|
169
|
-
|
|
168
|
+
}
|
|
169
|
+
class InstanceRefreshInProgressFault extends AutoScalingServiceException {
|
|
170
170
|
name = "InstanceRefreshInProgressFault";
|
|
171
171
|
$fault = "client";
|
|
172
172
|
constructor(opts) {
|
|
@@ -177,8 +177,8 @@ let InstanceRefreshInProgressFault$1 = class InstanceRefreshInProgressFault exte
|
|
|
177
177
|
});
|
|
178
178
|
Object.setPrototypeOf(this, InstanceRefreshInProgressFault.prototype);
|
|
179
179
|
}
|
|
180
|
-
}
|
|
181
|
-
|
|
180
|
+
}
|
|
181
|
+
class LimitExceededFault extends AutoScalingServiceException {
|
|
182
182
|
name = "LimitExceededFault";
|
|
183
183
|
$fault = "client";
|
|
184
184
|
constructor(opts) {
|
|
@@ -189,8 +189,8 @@ let LimitExceededFault$1 = class LimitExceededFault extends AutoScalingServiceEx
|
|
|
189
189
|
});
|
|
190
190
|
Object.setPrototypeOf(this, LimitExceededFault.prototype);
|
|
191
191
|
}
|
|
192
|
-
}
|
|
193
|
-
|
|
192
|
+
}
|
|
193
|
+
class ResourceInUseFault extends AutoScalingServiceException {
|
|
194
194
|
name = "ResourceInUseFault";
|
|
195
195
|
$fault = "client";
|
|
196
196
|
constructor(opts) {
|
|
@@ -201,8 +201,8 @@ let ResourceInUseFault$1 = class ResourceInUseFault extends AutoScalingServiceEx
|
|
|
201
201
|
});
|
|
202
202
|
Object.setPrototypeOf(this, ResourceInUseFault.prototype);
|
|
203
203
|
}
|
|
204
|
-
}
|
|
205
|
-
|
|
204
|
+
}
|
|
205
|
+
class ScalingActivityInProgressFault extends AutoScalingServiceException {
|
|
206
206
|
name = "ScalingActivityInProgressFault";
|
|
207
207
|
$fault = "client";
|
|
208
208
|
constructor(opts) {
|
|
@@ -213,8 +213,8 @@ let ScalingActivityInProgressFault$1 = class ScalingActivityInProgressFault exte
|
|
|
213
213
|
});
|
|
214
214
|
Object.setPrototypeOf(this, ScalingActivityInProgressFault.prototype);
|
|
215
215
|
}
|
|
216
|
-
}
|
|
217
|
-
|
|
216
|
+
}
|
|
217
|
+
class InvalidNextToken extends AutoScalingServiceException {
|
|
218
218
|
name = "InvalidNextToken";
|
|
219
219
|
$fault = "client";
|
|
220
220
|
constructor(opts) {
|
|
@@ -225,8 +225,8 @@ let InvalidNextToken$1 = class InvalidNextToken extends AutoScalingServiceExcept
|
|
|
225
225
|
});
|
|
226
226
|
Object.setPrototypeOf(this, InvalidNextToken.prototype);
|
|
227
227
|
}
|
|
228
|
-
}
|
|
229
|
-
|
|
228
|
+
}
|
|
229
|
+
class IdempotentParameterMismatchError extends AutoScalingServiceException {
|
|
230
230
|
name = "IdempotentParameterMismatchError";
|
|
231
231
|
$fault = "client";
|
|
232
232
|
Message;
|
|
@@ -239,8 +239,8 @@ let IdempotentParameterMismatchError$1 = class IdempotentParameterMismatchError
|
|
|
239
239
|
Object.setPrototypeOf(this, IdempotentParameterMismatchError.prototype);
|
|
240
240
|
this.Message = opts.Message;
|
|
241
241
|
}
|
|
242
|
-
}
|
|
243
|
-
|
|
242
|
+
}
|
|
243
|
+
class IrreversibleInstanceRefreshFault extends AutoScalingServiceException {
|
|
244
244
|
name = "IrreversibleInstanceRefreshFault";
|
|
245
245
|
$fault = "client";
|
|
246
246
|
constructor(opts) {
|
|
@@ -251,7 +251,7 @@ let IrreversibleInstanceRefreshFault$1 = class IrreversibleInstanceRefreshFault
|
|
|
251
251
|
});
|
|
252
252
|
Object.setPrototypeOf(this, IrreversibleInstanceRefreshFault.prototype);
|
|
253
253
|
}
|
|
254
|
-
}
|
|
254
|
+
}
|
|
255
255
|
|
|
256
256
|
const _A = "Activities";
|
|
257
257
|
const _AARN = "AlarmARN";
|
|
@@ -840,9 +840,9 @@ const _s = "server";
|
|
|
840
840
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.autoscaling";
|
|
841
841
|
const _xN = "xmlName";
|
|
842
842
|
const n0 = "com.amazonaws.autoscaling";
|
|
843
|
-
var AcceleratorCountRequest = [3, n0, _ACR, 0, [_M, _Ma], [1, 1]];
|
|
844
|
-
var AcceleratorTotalMemoryMiBRequest = [3, n0, _ATMMBR, 0, [_M, _Ma], [1, 1]];
|
|
845
|
-
var ActiveInstanceRefreshNotFoundFault = [
|
|
843
|
+
var AcceleratorCountRequest$ = [3, n0, _ACR, 0, [_M, _Ma], [1, 1]];
|
|
844
|
+
var AcceleratorTotalMemoryMiBRequest$ = [3, n0, _ATMMBR, 0, [_M, _Ma], [1, 1]];
|
|
845
|
+
var ActiveInstanceRefreshNotFoundFault$ = [
|
|
846
846
|
-3,
|
|
847
847
|
n0,
|
|
848
848
|
_AIRNFF,
|
|
@@ -850,9 +850,9 @@ var ActiveInstanceRefreshNotFoundFault = [
|
|
|
850
850
|
[_m],
|
|
851
851
|
[0],
|
|
852
852
|
];
|
|
853
|
-
schema.TypeRegistry.for(n0).registerError(ActiveInstanceRefreshNotFoundFault
|
|
854
|
-
var ActivitiesType = [3, n0, _AT, 0, [_A, _NT], [() => Activities, 0]];
|
|
855
|
-
var Activity = [
|
|
853
|
+
schema.TypeRegistry.for(n0).registerError(ActiveInstanceRefreshNotFoundFault$, ActiveInstanceRefreshNotFoundFault);
|
|
854
|
+
var ActivitiesType$ = [3, n0, _AT, 0, [_A, _NT], [() => Activities, 0]];
|
|
855
|
+
var Activity$ = [
|
|
856
856
|
3,
|
|
857
857
|
n0,
|
|
858
858
|
_Ac,
|
|
@@ -860,11 +860,11 @@ var Activity = [
|
|
|
860
860
|
[_AI, _ASGN, _D, _C, _ST, _ET, _SC, _SM, _P, _De, _ASGS, _ASGARN],
|
|
861
861
|
[0, 0, 0, 0, 4, 4, 0, 0, 1, 0, 0, 0],
|
|
862
862
|
];
|
|
863
|
-
var ActivityType = [3, n0, _ATc, 0, [_Ac], [() => Activity]];
|
|
864
|
-
var AdjustmentType = [3, n0, _ATd, 0, [_ATd], [0]];
|
|
865
|
-
var Alarm = [3, n0, _Al, 0, [_AN, _AARN], [0, 0]];
|
|
866
|
-
var AlarmSpecification = [3, n0, _AS, 0, [_Ala], [64 | 0]];
|
|
867
|
-
var AlreadyExistsFault = [
|
|
863
|
+
var ActivityType$ = [3, n0, _ATc, 0, [_Ac], [() => Activity$]];
|
|
864
|
+
var AdjustmentType$ = [3, n0, _ATd, 0, [_ATd], [0]];
|
|
865
|
+
var Alarm$ = [3, n0, _Al, 0, [_AN, _AARN], [0, 0]];
|
|
866
|
+
var AlarmSpecification$ = [3, n0, _AS, 0, [_Ala], [64 | 0]];
|
|
867
|
+
var AlreadyExistsFault$ = [
|
|
868
868
|
-3,
|
|
869
869
|
n0,
|
|
870
870
|
_AEF,
|
|
@@ -872,12 +872,12 @@ var AlreadyExistsFault = [
|
|
|
872
872
|
[_m],
|
|
873
873
|
[0],
|
|
874
874
|
];
|
|
875
|
-
schema.TypeRegistry.for(n0).registerError(AlreadyExistsFault
|
|
876
|
-
var AttachInstancesQuery = [3, n0, _AIQ, 0, [_II, _ASGN], [64 | 0, 0]];
|
|
877
|
-
var AttachLoadBalancersResultType = [3, n0, _ALBRT, 0, [], []];
|
|
878
|
-
var AttachLoadBalancersType = [3, n0, _ALBT, 0, [_ASGN, _LBN], [0, 64 | 0]];
|
|
879
|
-
var AttachLoadBalancerTargetGroupsResultType = [3, n0, _ALBTGRT, 0, [], []];
|
|
880
|
-
var AttachLoadBalancerTargetGroupsType = [
|
|
875
|
+
schema.TypeRegistry.for(n0).registerError(AlreadyExistsFault$, AlreadyExistsFault);
|
|
876
|
+
var AttachInstancesQuery$ = [3, n0, _AIQ, 0, [_II, _ASGN], [64 | 0, 0]];
|
|
877
|
+
var AttachLoadBalancersResultType$ = [3, n0, _ALBRT, 0, [], []];
|
|
878
|
+
var AttachLoadBalancersType$ = [3, n0, _ALBT, 0, [_ASGN, _LBN], [0, 64 | 0]];
|
|
879
|
+
var AttachLoadBalancerTargetGroupsResultType$ = [3, n0, _ALBTGRT, 0, [], []];
|
|
880
|
+
var AttachLoadBalancerTargetGroupsType$ = [
|
|
881
881
|
3,
|
|
882
882
|
n0,
|
|
883
883
|
_ALBTGT,
|
|
@@ -885,8 +885,8 @@ var AttachLoadBalancerTargetGroupsType = [
|
|
|
885
885
|
[_ASGN, _TGARN],
|
|
886
886
|
[0, 64 | 0],
|
|
887
887
|
];
|
|
888
|
-
var AttachTrafficSourcesResultType = [3, n0, _ATSRT, 0, [], []];
|
|
889
|
-
var AttachTrafficSourcesType = [
|
|
888
|
+
var AttachTrafficSourcesResultType$ = [3, n0, _ATSRT, 0, [], []];
|
|
889
|
+
var AttachTrafficSourcesType$ = [
|
|
890
890
|
3,
|
|
891
891
|
n0,
|
|
892
892
|
_ATST,
|
|
@@ -894,7 +894,7 @@ var AttachTrafficSourcesType = [
|
|
|
894
894
|
[_ASGN, _TS, _SZSV],
|
|
895
895
|
[0, () => TrafficSources, 2],
|
|
896
896
|
];
|
|
897
|
-
var AutoScalingGroup = [
|
|
897
|
+
var AutoScalingGroup$ = [
|
|
898
898
|
3,
|
|
899
899
|
n0,
|
|
900
900
|
_ASG,
|
|
@@ -944,8 +944,8 @@ var AutoScalingGroup = [
|
|
|
944
944
|
0,
|
|
945
945
|
0,
|
|
946
946
|
0,
|
|
947
|
-
() => LaunchTemplateSpecification
|
|
948
|
-
[() => MixedInstancesPolicy
|
|
947
|
+
() => LaunchTemplateSpecification$,
|
|
948
|
+
[() => MixedInstancesPolicy$, 0],
|
|
949
949
|
1,
|
|
950
950
|
1,
|
|
951
951
|
1,
|
|
@@ -969,20 +969,20 @@ var AutoScalingGroup = [
|
|
|
969
969
|
0,
|
|
970
970
|
1,
|
|
971
971
|
2,
|
|
972
|
-
() => WarmPoolConfiguration
|
|
972
|
+
() => WarmPoolConfiguration$,
|
|
973
973
|
1,
|
|
974
974
|
0,
|
|
975
975
|
0,
|
|
976
976
|
1,
|
|
977
977
|
() => TrafficSources,
|
|
978
|
-
() => InstanceMaintenancePolicy
|
|
979
|
-
() => AvailabilityZoneDistribution
|
|
980
|
-
() => AvailabilityZoneImpairmentPolicy
|
|
981
|
-
() => CapacityReservationSpecification
|
|
982
|
-
() => InstanceLifecyclePolicy
|
|
978
|
+
() => InstanceMaintenancePolicy$,
|
|
979
|
+
() => AvailabilityZoneDistribution$,
|
|
980
|
+
() => AvailabilityZoneImpairmentPolicy$,
|
|
981
|
+
() => CapacityReservationSpecification$,
|
|
982
|
+
() => InstanceLifecyclePolicy$,
|
|
983
983
|
],
|
|
984
984
|
];
|
|
985
|
-
var AutoScalingGroupNamesType = [
|
|
985
|
+
var AutoScalingGroupNamesType$ = [
|
|
986
986
|
3,
|
|
987
987
|
n0,
|
|
988
988
|
_ASGNT,
|
|
@@ -990,7 +990,7 @@ var AutoScalingGroupNamesType = [
|
|
|
990
990
|
[_ASGNu, _IIn, _NT, _MR, _F],
|
|
991
991
|
[64 | 0, 2, 0, 1, () => Filters],
|
|
992
992
|
];
|
|
993
|
-
var AutoScalingGroupsType = [
|
|
993
|
+
var AutoScalingGroupsType$ = [
|
|
994
994
|
3,
|
|
995
995
|
n0,
|
|
996
996
|
_ASGT,
|
|
@@ -998,15 +998,15 @@ var AutoScalingGroupsType = [
|
|
|
998
998
|
[_ASGu, _NT],
|
|
999
999
|
[[() => AutoScalingGroups, 0], 0],
|
|
1000
1000
|
];
|
|
1001
|
-
var AutoScalingInstanceDetails = [
|
|
1001
|
+
var AutoScalingInstanceDetails$ = [
|
|
1002
1002
|
3,
|
|
1003
1003
|
n0,
|
|
1004
1004
|
_ASID,
|
|
1005
1005
|
0,
|
|
1006
1006
|
[_IIns, _IT, _ASGN, _AZv, _LS, _HS, _LCN, _LT, _IIm, _PFSI, _WC],
|
|
1007
|
-
[0, 0, 0, 0, 0, 0, 0, () => LaunchTemplateSpecification
|
|
1007
|
+
[0, 0, 0, 0, 0, 0, 0, () => LaunchTemplateSpecification$, 0, 2, 0],
|
|
1008
1008
|
];
|
|
1009
|
-
var AutoScalingInstancesType = [
|
|
1009
|
+
var AutoScalingInstancesType$ = [
|
|
1010
1010
|
3,
|
|
1011
1011
|
n0,
|
|
1012
1012
|
_ASIT,
|
|
@@ -1014,18 +1014,18 @@ var AutoScalingInstancesType = [
|
|
|
1014
1014
|
[_ASI, _NT],
|
|
1015
1015
|
[() => AutoScalingInstances, 0],
|
|
1016
1016
|
];
|
|
1017
|
-
var AvailabilityZoneDistribution = [3, n0, _AZD, 0, [_CDS], [0]];
|
|
1018
|
-
var AvailabilityZoneImpairmentPolicy = [3, n0, _AZIP, 0, [_ZSE, _IZHCB], [2, 0]];
|
|
1019
|
-
var BaselineEbsBandwidthMbpsRequest = [3, n0, _BEBMR, 0, [_M, _Ma], [1, 1]];
|
|
1020
|
-
var BaselinePerformanceFactorsRequest = [
|
|
1017
|
+
var AvailabilityZoneDistribution$ = [3, n0, _AZD, 0, [_CDS], [0]];
|
|
1018
|
+
var AvailabilityZoneImpairmentPolicy$ = [3, n0, _AZIP, 0, [_ZSE, _IZHCB], [2, 0]];
|
|
1019
|
+
var BaselineEbsBandwidthMbpsRequest$ = [3, n0, _BEBMR, 0, [_M, _Ma], [1, 1]];
|
|
1020
|
+
var BaselinePerformanceFactorsRequest$ = [
|
|
1021
1021
|
3,
|
|
1022
1022
|
n0,
|
|
1023
1023
|
_BPFR,
|
|
1024
1024
|
0,
|
|
1025
1025
|
[_Cp],
|
|
1026
|
-
[[() => CpuPerformanceFactorRequest
|
|
1026
|
+
[[() => CpuPerformanceFactorRequest$, 0]],
|
|
1027
1027
|
];
|
|
1028
|
-
var BatchDeleteScheduledActionAnswer = [
|
|
1028
|
+
var BatchDeleteScheduledActionAnswer$ = [
|
|
1029
1029
|
3,
|
|
1030
1030
|
n0,
|
|
1031
1031
|
_BDSAA,
|
|
@@ -1033,8 +1033,8 @@ var BatchDeleteScheduledActionAnswer = [
|
|
|
1033
1033
|
[_FSA],
|
|
1034
1034
|
[() => FailedScheduledUpdateGroupActionRequests],
|
|
1035
1035
|
];
|
|
1036
|
-
var BatchDeleteScheduledActionType = [3, n0, _BDSAT, 0, [_ASGN, _SAN], [0, 64 | 0]];
|
|
1037
|
-
var BatchPutScheduledUpdateGroupActionAnswer = [
|
|
1036
|
+
var BatchDeleteScheduledActionType$ = [3, n0, _BDSAT, 0, [_ASGN, _SAN], [0, 64 | 0]];
|
|
1037
|
+
var BatchPutScheduledUpdateGroupActionAnswer$ = [
|
|
1038
1038
|
3,
|
|
1039
1039
|
n0,
|
|
1040
1040
|
_BPSUGAA,
|
|
@@ -1042,7 +1042,7 @@ var BatchPutScheduledUpdateGroupActionAnswer = [
|
|
|
1042
1042
|
[_FSUGA],
|
|
1043
1043
|
[() => FailedScheduledUpdateGroupActionRequests],
|
|
1044
1044
|
];
|
|
1045
|
-
var BatchPutScheduledUpdateGroupActionType = [
|
|
1045
|
+
var BatchPutScheduledUpdateGroupActionType$ = [
|
|
1046
1046
|
3,
|
|
1047
1047
|
n0,
|
|
1048
1048
|
_BPSUGAT,
|
|
@@ -1050,21 +1050,21 @@ var BatchPutScheduledUpdateGroupActionType = [
|
|
|
1050
1050
|
[_ASGN, _SUGA],
|
|
1051
1051
|
[0, () => ScheduledUpdateGroupActionRequests],
|
|
1052
1052
|
];
|
|
1053
|
-
var BlockDeviceMapping = [3, n0, _BDM, 0, [_VN, _DN, _E, _ND], [0, 0, () => Ebs
|
|
1054
|
-
var CancelInstanceRefreshAnswer = [3, n0, _CIRA, 0, [_IRI], [0]];
|
|
1055
|
-
var CancelInstanceRefreshType = [3, n0, _CIRT, 0, [_ASGN, _WFTI], [0, 2]];
|
|
1056
|
-
var CapacityForecast = [3, n0, _CF, 0, [_Ti, _V], [64 | 4, 64 | 1]];
|
|
1057
|
-
var CapacityReservationSpecification = [
|
|
1053
|
+
var BlockDeviceMapping$ = [3, n0, _BDM, 0, [_VN, _DN, _E, _ND], [0, 0, () => Ebs$, 2]];
|
|
1054
|
+
var CancelInstanceRefreshAnswer$ = [3, n0, _CIRA, 0, [_IRI], [0]];
|
|
1055
|
+
var CancelInstanceRefreshType$ = [3, n0, _CIRT, 0, [_ASGN, _WFTI], [0, 2]];
|
|
1056
|
+
var CapacityForecast$ = [3, n0, _CF, 0, [_Ti, _V], [64 | 4, 64 | 1]];
|
|
1057
|
+
var CapacityReservationSpecification$ = [
|
|
1058
1058
|
3,
|
|
1059
1059
|
n0,
|
|
1060
1060
|
_CRS,
|
|
1061
1061
|
0,
|
|
1062
1062
|
[_CRP, _CRT],
|
|
1063
|
-
[0, () => CapacityReservationTarget],
|
|
1063
|
+
[0, () => CapacityReservationTarget$],
|
|
1064
1064
|
];
|
|
1065
|
-
var CapacityReservationTarget = [3, n0, _CRT, 0, [_CRI, _CRRGA], [64 | 0, 64 | 0]];
|
|
1066
|
-
var CompleteLifecycleActionAnswer = [3, n0, _CLAA, 0, [], []];
|
|
1067
|
-
var CompleteLifecycleActionType = [
|
|
1065
|
+
var CapacityReservationTarget$ = [3, n0, _CRT, 0, [_CRI, _CRRGA], [64 | 0, 64 | 0]];
|
|
1066
|
+
var CompleteLifecycleActionAnswer$ = [3, n0, _CLAA, 0, [], []];
|
|
1067
|
+
var CompleteLifecycleActionType$ = [
|
|
1068
1068
|
3,
|
|
1069
1069
|
n0,
|
|
1070
1070
|
_CLAT,
|
|
@@ -1072,7 +1072,7 @@ var CompleteLifecycleActionType = [
|
|
|
1072
1072
|
[_LHN, _ASGN, _LAT, _LAR, _IIns],
|
|
1073
1073
|
[0, 0, 0, 0, 0],
|
|
1074
1074
|
];
|
|
1075
|
-
var CpuPerformanceFactorRequest = [
|
|
1075
|
+
var CpuPerformanceFactorRequest$ = [
|
|
1076
1076
|
3,
|
|
1077
1077
|
n0,
|
|
1078
1078
|
_CPFR,
|
|
@@ -1080,7 +1080,7 @@ var CpuPerformanceFactorRequest = [
|
|
|
1080
1080
|
[_R],
|
|
1081
1081
|
[[() => PerformanceFactorReferenceSetRequest, { [_xN]: _Re }]],
|
|
1082
1082
|
];
|
|
1083
|
-
var CreateAutoScalingGroupType = [
|
|
1083
|
+
var CreateAutoScalingGroupType$ = [
|
|
1084
1084
|
3,
|
|
1085
1085
|
n0,
|
|
1086
1086
|
_CASGT,
|
|
@@ -1123,8 +1123,8 @@ var CreateAutoScalingGroupType = [
|
|
|
1123
1123
|
[
|
|
1124
1124
|
0,
|
|
1125
1125
|
0,
|
|
1126
|
-
() => LaunchTemplateSpecification
|
|
1127
|
-
[() => MixedInstancesPolicy
|
|
1126
|
+
() => LaunchTemplateSpecification$,
|
|
1127
|
+
[() => MixedInstancesPolicy$, 0],
|
|
1128
1128
|
0,
|
|
1129
1129
|
1,
|
|
1130
1130
|
1,
|
|
@@ -1148,15 +1148,15 @@ var CreateAutoScalingGroupType = [
|
|
|
1148
1148
|
0,
|
|
1149
1149
|
1,
|
|
1150
1150
|
() => TrafficSources,
|
|
1151
|
-
() => InstanceMaintenancePolicy
|
|
1152
|
-
() => AvailabilityZoneDistribution
|
|
1153
|
-
() => AvailabilityZoneImpairmentPolicy
|
|
1151
|
+
() => InstanceMaintenancePolicy$,
|
|
1152
|
+
() => AvailabilityZoneDistribution$,
|
|
1153
|
+
() => AvailabilityZoneImpairmentPolicy$,
|
|
1154
1154
|
2,
|
|
1155
|
-
() => CapacityReservationSpecification
|
|
1156
|
-
() => InstanceLifecyclePolicy
|
|
1155
|
+
() => CapacityReservationSpecification$,
|
|
1156
|
+
() => InstanceLifecyclePolicy$,
|
|
1157
1157
|
],
|
|
1158
1158
|
];
|
|
1159
|
-
var CreateLaunchConfigurationType = [
|
|
1159
|
+
var CreateLaunchConfigurationType$ = [
|
|
1160
1160
|
3,
|
|
1161
1161
|
n0,
|
|
1162
1162
|
_CLCT,
|
|
@@ -1175,17 +1175,17 @@ var CreateLaunchConfigurationType = [
|
|
|
1175
1175
|
0,
|
|
1176
1176
|
0,
|
|
1177
1177
|
() => BlockDeviceMappings,
|
|
1178
|
-
() => InstanceMonitoring
|
|
1178
|
+
() => InstanceMonitoring$,
|
|
1179
1179
|
0,
|
|
1180
1180
|
0,
|
|
1181
1181
|
2,
|
|
1182
1182
|
2,
|
|
1183
1183
|
0,
|
|
1184
|
-
() => InstanceMetadataOptions
|
|
1184
|
+
() => InstanceMetadataOptions$,
|
|
1185
1185
|
],
|
|
1186
1186
|
];
|
|
1187
|
-
var CreateOrUpdateTagsType = [3, n0, _COUTT, 0, [_T], [() => Tags]];
|
|
1188
|
-
var CustomizedMetricSpecification = [
|
|
1187
|
+
var CreateOrUpdateTagsType$ = [3, n0, _COUTT, 0, [_T], [() => Tags]];
|
|
1188
|
+
var CustomizedMetricSpecification$ = [
|
|
1189
1189
|
3,
|
|
1190
1190
|
n0,
|
|
1191
1191
|
_CMS,
|
|
@@ -1193,16 +1193,16 @@ var CustomizedMetricSpecification = [
|
|
|
1193
1193
|
[_MN, _N, _Di, _St, _U, _Pe, _Me],
|
|
1194
1194
|
[0, 0, () => MetricDimensions, 0, 0, 1, () => TargetTrackingMetricDataQueries],
|
|
1195
1195
|
];
|
|
1196
|
-
var DeleteAutoScalingGroupType = [3, n0, _DASGT, 0, [_ASGN, _FD], [0, 2]];
|
|
1197
|
-
var DeleteLifecycleHookAnswer = [3, n0, _DLHA, 0, [], []];
|
|
1198
|
-
var DeleteLifecycleHookType = [3, n0, _DLHT, 0, [_LHN, _ASGN], [0, 0]];
|
|
1199
|
-
var DeleteNotificationConfigurationType = [3, n0, _DNCT, 0, [_ASGN, _TARN], [0, 0]];
|
|
1200
|
-
var DeletePolicyType = [3, n0, _DPT, 0, [_ASGN, _PN], [0, 0]];
|
|
1201
|
-
var DeleteScheduledActionType = [3, n0, _DSAT, 0, [_ASGN, _SANc], [0, 0]];
|
|
1202
|
-
var DeleteTagsType = [3, n0, _DTT, 0, [_T], [() => Tags]];
|
|
1203
|
-
var DeleteWarmPoolAnswer = [3, n0, _DWPA, 0, [], []];
|
|
1204
|
-
var DeleteWarmPoolType = [3, n0, _DWPT, 0, [_ASGN, _FD], [0, 2]];
|
|
1205
|
-
var DescribeAccountLimitsAnswer = [
|
|
1196
|
+
var DeleteAutoScalingGroupType$ = [3, n0, _DASGT, 0, [_ASGN, _FD], [0, 2]];
|
|
1197
|
+
var DeleteLifecycleHookAnswer$ = [3, n0, _DLHA, 0, [], []];
|
|
1198
|
+
var DeleteLifecycleHookType$ = [3, n0, _DLHT, 0, [_LHN, _ASGN], [0, 0]];
|
|
1199
|
+
var DeleteNotificationConfigurationType$ = [3, n0, _DNCT, 0, [_ASGN, _TARN], [0, 0]];
|
|
1200
|
+
var DeletePolicyType$ = [3, n0, _DPT, 0, [_ASGN, _PN], [0, 0]];
|
|
1201
|
+
var DeleteScheduledActionType$ = [3, n0, _DSAT, 0, [_ASGN, _SANc], [0, 0]];
|
|
1202
|
+
var DeleteTagsType$ = [3, n0, _DTT, 0, [_T], [() => Tags]];
|
|
1203
|
+
var DeleteWarmPoolAnswer$ = [3, n0, _DWPA, 0, [], []];
|
|
1204
|
+
var DeleteWarmPoolType$ = [3, n0, _DWPT, 0, [_ASGN, _FD], [0, 2]];
|
|
1205
|
+
var DescribeAccountLimitsAnswer$ = [
|
|
1206
1206
|
3,
|
|
1207
1207
|
n0,
|
|
1208
1208
|
_DALA,
|
|
@@ -1210,8 +1210,8 @@ var DescribeAccountLimitsAnswer = [
|
|
|
1210
1210
|
[_MNOASG, _MNOLC, _NOASG, _NOLC],
|
|
1211
1211
|
[1, 1, 1, 1],
|
|
1212
1212
|
];
|
|
1213
|
-
var DescribeAdjustmentTypesAnswer = [3, n0, _DATA, 0, [_ATdj], [() => AdjustmentTypes]];
|
|
1214
|
-
var DescribeAutoScalingInstancesType = [
|
|
1213
|
+
var DescribeAdjustmentTypesAnswer$ = [3, n0, _DATA, 0, [_ATdj], [() => AdjustmentTypes]];
|
|
1214
|
+
var DescribeAutoScalingInstancesType$ = [
|
|
1215
1215
|
3,
|
|
1216
1216
|
n0,
|
|
1217
1217
|
_DASIT,
|
|
@@ -1219,8 +1219,8 @@ var DescribeAutoScalingInstancesType = [
|
|
|
1219
1219
|
[_II, _MR, _NT],
|
|
1220
1220
|
[64 | 0, 1, 0],
|
|
1221
1221
|
];
|
|
1222
|
-
var DescribeAutoScalingNotificationTypesAnswer = [3, n0, _DASNTA, 0, [_ASNT], [64 | 0]];
|
|
1223
|
-
var DescribeInstanceRefreshesAnswer = [
|
|
1222
|
+
var DescribeAutoScalingNotificationTypesAnswer$ = [3, n0, _DASNTA, 0, [_ASNT], [64 | 0]];
|
|
1223
|
+
var DescribeInstanceRefreshesAnswer$ = [
|
|
1224
1224
|
3,
|
|
1225
1225
|
n0,
|
|
1226
1226
|
_DIRA,
|
|
@@ -1228,7 +1228,7 @@ var DescribeInstanceRefreshesAnswer = [
|
|
|
1228
1228
|
[_IR, _NT],
|
|
1229
1229
|
[[() => InstanceRefreshes, 0], 0],
|
|
1230
1230
|
];
|
|
1231
|
-
var DescribeInstanceRefreshesType = [
|
|
1231
|
+
var DescribeInstanceRefreshesType$ = [
|
|
1232
1232
|
3,
|
|
1233
1233
|
n0,
|
|
1234
1234
|
_DIRT,
|
|
@@ -1236,11 +1236,11 @@ var DescribeInstanceRefreshesType = [
|
|
|
1236
1236
|
[_ASGN, _IRIn, _NT, _MR],
|
|
1237
1237
|
[0, 64 | 0, 0, 1],
|
|
1238
1238
|
];
|
|
1239
|
-
var DescribeLifecycleHooksAnswer = [3, n0, _DLHAe, 0, [_LH], [() => LifecycleHooks]];
|
|
1240
|
-
var DescribeLifecycleHooksType = [3, n0, _DLHTe, 0, [_ASGN, _LHNi], [0, 64 | 0]];
|
|
1241
|
-
var DescribeLifecycleHookTypesAnswer = [3, n0, _DLHTA, 0, [_LHT], [64 | 0]];
|
|
1242
|
-
var DescribeLoadBalancersRequest = [3, n0, _DLBR, 0, [_ASGN, _NT, _MR], [0, 0, 1]];
|
|
1243
|
-
var DescribeLoadBalancersResponse = [
|
|
1239
|
+
var DescribeLifecycleHooksAnswer$ = [3, n0, _DLHAe, 0, [_LH], [() => LifecycleHooks]];
|
|
1240
|
+
var DescribeLifecycleHooksType$ = [3, n0, _DLHTe, 0, [_ASGN, _LHNi], [0, 64 | 0]];
|
|
1241
|
+
var DescribeLifecycleHookTypesAnswer$ = [3, n0, _DLHTA, 0, [_LHT], [64 | 0]];
|
|
1242
|
+
var DescribeLoadBalancersRequest$ = [3, n0, _DLBR, 0, [_ASGN, _NT, _MR], [0, 0, 1]];
|
|
1243
|
+
var DescribeLoadBalancersResponse$ = [
|
|
1244
1244
|
3,
|
|
1245
1245
|
n0,
|
|
1246
1246
|
_DLBRe,
|
|
@@ -1248,7 +1248,7 @@ var DescribeLoadBalancersResponse = [
|
|
|
1248
1248
|
[_LB, _NT],
|
|
1249
1249
|
[() => LoadBalancerStates, 0],
|
|
1250
1250
|
];
|
|
1251
|
-
var DescribeLoadBalancerTargetGroupsRequest = [
|
|
1251
|
+
var DescribeLoadBalancerTargetGroupsRequest$ = [
|
|
1252
1252
|
3,
|
|
1253
1253
|
n0,
|
|
1254
1254
|
_DLBTGR,
|
|
@@ -1256,7 +1256,7 @@ var DescribeLoadBalancerTargetGroupsRequest = [
|
|
|
1256
1256
|
[_ASGN, _NT, _MR],
|
|
1257
1257
|
[0, 0, 1],
|
|
1258
1258
|
];
|
|
1259
|
-
var DescribeLoadBalancerTargetGroupsResponse = [
|
|
1259
|
+
var DescribeLoadBalancerTargetGroupsResponse$ = [
|
|
1260
1260
|
3,
|
|
1261
1261
|
n0,
|
|
1262
1262
|
_DLBTGRe,
|
|
@@ -1264,7 +1264,7 @@ var DescribeLoadBalancerTargetGroupsResponse = [
|
|
|
1264
1264
|
[_LBTG, _NT],
|
|
1265
1265
|
[() => LoadBalancerTargetGroupStates, 0],
|
|
1266
1266
|
];
|
|
1267
|
-
var DescribeMetricCollectionTypesAnswer = [
|
|
1267
|
+
var DescribeMetricCollectionTypesAnswer$ = [
|
|
1268
1268
|
3,
|
|
1269
1269
|
n0,
|
|
1270
1270
|
_DMCTA,
|
|
@@ -1272,7 +1272,7 @@ var DescribeMetricCollectionTypesAnswer = [
|
|
|
1272
1272
|
[_Me, _G],
|
|
1273
1273
|
[() => MetricCollectionTypes, () => MetricGranularityTypes],
|
|
1274
1274
|
];
|
|
1275
|
-
var DescribeNotificationConfigurationsAnswer = [
|
|
1275
|
+
var DescribeNotificationConfigurationsAnswer$ = [
|
|
1276
1276
|
3,
|
|
1277
1277
|
n0,
|
|
1278
1278
|
_DNCA,
|
|
@@ -1280,7 +1280,7 @@ var DescribeNotificationConfigurationsAnswer = [
|
|
|
1280
1280
|
[_NC, _NT],
|
|
1281
1281
|
[() => NotificationConfigurations, 0],
|
|
1282
1282
|
];
|
|
1283
|
-
var DescribeNotificationConfigurationsType = [
|
|
1283
|
+
var DescribeNotificationConfigurationsType$ = [
|
|
1284
1284
|
3,
|
|
1285
1285
|
n0,
|
|
1286
1286
|
_DNCTe,
|
|
@@ -1288,7 +1288,7 @@ var DescribeNotificationConfigurationsType = [
|
|
|
1288
1288
|
[_ASGNu, _NT, _MR],
|
|
1289
1289
|
[64 | 0, 0, 1],
|
|
1290
1290
|
];
|
|
1291
|
-
var DescribePoliciesType = [
|
|
1291
|
+
var DescribePoliciesType$ = [
|
|
1292
1292
|
3,
|
|
1293
1293
|
n0,
|
|
1294
1294
|
_DPTe,
|
|
@@ -1296,7 +1296,7 @@ var DescribePoliciesType = [
|
|
|
1296
1296
|
[_ASGN, _PNo, _PTo, _NT, _MR],
|
|
1297
1297
|
[0, 64 | 0, 64 | 0, 0, 1],
|
|
1298
1298
|
];
|
|
1299
|
-
var DescribeScalingActivitiesType = [
|
|
1299
|
+
var DescribeScalingActivitiesType$ = [
|
|
1300
1300
|
3,
|
|
1301
1301
|
n0,
|
|
1302
1302
|
_DSATe,
|
|
@@ -1304,7 +1304,7 @@ var DescribeScalingActivitiesType = [
|
|
|
1304
1304
|
[_AIc, _ASGN, _IDG, _MR, _NT],
|
|
1305
1305
|
[64 | 0, 0, 2, 1, 0],
|
|
1306
1306
|
];
|
|
1307
|
-
var DescribeScheduledActionsType = [
|
|
1307
|
+
var DescribeScheduledActionsType$ = [
|
|
1308
1308
|
3,
|
|
1309
1309
|
n0,
|
|
1310
1310
|
_DSATes,
|
|
@@ -1312,9 +1312,9 @@ var DescribeScheduledActionsType = [
|
|
|
1312
1312
|
[_ASGN, _SAN, _ST, _ET, _NT, _MR],
|
|
1313
1313
|
[0, 64 | 0, 4, 4, 0, 1],
|
|
1314
1314
|
];
|
|
1315
|
-
var DescribeTagsType = [3, n0, _DTTe, 0, [_F, _NT, _MR], [() => Filters, 0, 1]];
|
|
1316
|
-
var DescribeTerminationPolicyTypesAnswer = [3, n0, _DTPTA, 0, [_TPT], [64 | 0]];
|
|
1317
|
-
var DescribeTrafficSourcesRequest = [
|
|
1315
|
+
var DescribeTagsType$ = [3, n0, _DTTe, 0, [_F, _NT, _MR], [() => Filters, 0, 1]];
|
|
1316
|
+
var DescribeTerminationPolicyTypesAnswer$ = [3, n0, _DTPTA, 0, [_TPT], [64 | 0]];
|
|
1317
|
+
var DescribeTrafficSourcesRequest$ = [
|
|
1318
1318
|
3,
|
|
1319
1319
|
n0,
|
|
1320
1320
|
_DTSR,
|
|
@@ -1322,7 +1322,7 @@ var DescribeTrafficSourcesRequest = [
|
|
|
1322
1322
|
[_ASGN, _TST, _NT, _MR],
|
|
1323
1323
|
[0, 0, 0, 1],
|
|
1324
1324
|
];
|
|
1325
|
-
var DescribeTrafficSourcesResponse = [
|
|
1325
|
+
var DescribeTrafficSourcesResponse$ = [
|
|
1326
1326
|
3,
|
|
1327
1327
|
n0,
|
|
1328
1328
|
_DTSRe,
|
|
@@ -1330,29 +1330,29 @@ var DescribeTrafficSourcesResponse = [
|
|
|
1330
1330
|
[_TS, _NT],
|
|
1331
1331
|
[() => TrafficSourceStates, 0],
|
|
1332
1332
|
];
|
|
1333
|
-
var DescribeWarmPoolAnswer = [
|
|
1333
|
+
var DescribeWarmPoolAnswer$ = [
|
|
1334
1334
|
3,
|
|
1335
1335
|
n0,
|
|
1336
1336
|
_DWPAe,
|
|
1337
1337
|
0,
|
|
1338
1338
|
[_WPC, _I, _NT],
|
|
1339
|
-
[() => WarmPoolConfiguration
|
|
1339
|
+
[() => WarmPoolConfiguration$, () => Instances, 0],
|
|
1340
1340
|
];
|
|
1341
|
-
var DescribeWarmPoolType = [3, n0, _DWPTe, 0, [_ASGN, _MR, _NT], [0, 1, 0]];
|
|
1342
|
-
var DesiredConfiguration = [
|
|
1341
|
+
var DescribeWarmPoolType$ = [3, n0, _DWPTe, 0, [_ASGN, _MR, _NT], [0, 1, 0]];
|
|
1342
|
+
var DesiredConfiguration$ = [
|
|
1343
1343
|
3,
|
|
1344
1344
|
n0,
|
|
1345
1345
|
_DCes,
|
|
1346
1346
|
0,
|
|
1347
1347
|
[_LT, _MIP],
|
|
1348
|
-
[() => LaunchTemplateSpecification
|
|
1349
|
-
];
|
|
1350
|
-
var DetachInstancesAnswer = [3, n0, _DIA, 0, [_A], [() => Activities]];
|
|
1351
|
-
var DetachInstancesQuery = [3, n0, _DIQ, 0, [_II, _ASGN, _SDDC], [64 | 0, 0, 2]];
|
|
1352
|
-
var DetachLoadBalancersResultType = [3, n0, _DLBRT, 0, [], []];
|
|
1353
|
-
var DetachLoadBalancersType = [3, n0, _DLBT, 0, [_ASGN, _LBN], [0, 64 | 0]];
|
|
1354
|
-
var DetachLoadBalancerTargetGroupsResultType = [3, n0, _DLBTGRT, 0, [], []];
|
|
1355
|
-
var DetachLoadBalancerTargetGroupsType = [
|
|
1348
|
+
[() => LaunchTemplateSpecification$, [() => MixedInstancesPolicy$, 0]],
|
|
1349
|
+
];
|
|
1350
|
+
var DetachInstancesAnswer$ = [3, n0, _DIA, 0, [_A], [() => Activities]];
|
|
1351
|
+
var DetachInstancesQuery$ = [3, n0, _DIQ, 0, [_II, _ASGN, _SDDC], [64 | 0, 0, 2]];
|
|
1352
|
+
var DetachLoadBalancersResultType$ = [3, n0, _DLBRT, 0, [], []];
|
|
1353
|
+
var DetachLoadBalancersType$ = [3, n0, _DLBT, 0, [_ASGN, _LBN], [0, 64 | 0]];
|
|
1354
|
+
var DetachLoadBalancerTargetGroupsResultType$ = [3, n0, _DLBTGRT, 0, [], []];
|
|
1355
|
+
var DetachLoadBalancerTargetGroupsType$ = [
|
|
1356
1356
|
3,
|
|
1357
1357
|
n0,
|
|
1358
1358
|
_DLBTGT,
|
|
@@ -1360,18 +1360,25 @@ var DetachLoadBalancerTargetGroupsType = [
|
|
|
1360
1360
|
[_ASGN, _TGARN],
|
|
1361
1361
|
[0, 64 | 0],
|
|
1362
1362
|
];
|
|
1363
|
-
var DetachTrafficSourcesResultType = [3, n0, _DTSRT, 0, [], []];
|
|
1364
|
-
var DetachTrafficSourcesType = [
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
var
|
|
1373
|
-
var
|
|
1374
|
-
var
|
|
1363
|
+
var DetachTrafficSourcesResultType$ = [3, n0, _DTSRT, 0, [], []];
|
|
1364
|
+
var DetachTrafficSourcesType$ = [
|
|
1365
|
+
3,
|
|
1366
|
+
n0,
|
|
1367
|
+
_DTST,
|
|
1368
|
+
0,
|
|
1369
|
+
[_ASGN, _TS],
|
|
1370
|
+
[0, () => TrafficSources],
|
|
1371
|
+
];
|
|
1372
|
+
var DisableMetricsCollectionQuery$ = [3, n0, _DMCQ, 0, [_ASGN, _Me], [0, 64 | 0]];
|
|
1373
|
+
var Ebs$ = [3, n0, _E, 0, [_SI, _VS, _VT, _DOT, _Io, _En, _Th], [0, 1, 0, 2, 1, 2, 1]];
|
|
1374
|
+
var EnabledMetric$ = [3, n0, _EMn, 0, [_Met, _Gr], [0, 0]];
|
|
1375
|
+
var EnableMetricsCollectionQuery$ = [3, n0, _EMCQ, 0, [_ASGN, _Me, _Gr], [0, 64 | 0, 0]];
|
|
1376
|
+
var EnterStandbyAnswer$ = [3, n0, _ESA, 0, [_A], [() => Activities]];
|
|
1377
|
+
var EnterStandbyQuery$ = [3, n0, _ESQ, 0, [_II, _ASGN, _SDDC], [64 | 0, 0, 2]];
|
|
1378
|
+
var ExecutePolicyType$ = [3, n0, _EPT, 0, [_ASGN, _PN, _HC, _MV, _BT], [0, 0, 2, 1, 1]];
|
|
1379
|
+
var ExitStandbyAnswer$ = [3, n0, _ESAx, 0, [_A], [() => Activities]];
|
|
1380
|
+
var ExitStandbyQuery$ = [3, n0, _ESQx, 0, [_II, _ASGN], [64 | 0, 0]];
|
|
1381
|
+
var FailedScheduledUpdateGroupActionRequest$ = [
|
|
1375
1382
|
3,
|
|
1376
1383
|
n0,
|
|
1377
1384
|
_FSUGAR,
|
|
@@ -1379,16 +1386,16 @@ var FailedScheduledUpdateGroupActionRequest = [
|
|
|
1379
1386
|
[_SANc, _EC, _EMr],
|
|
1380
1387
|
[0, 0, 0],
|
|
1381
1388
|
];
|
|
1382
|
-
var Filter = [3, n0, _Fi, 0, [_Na, _V], [0, 64 | 0]];
|
|
1383
|
-
var GetPredictiveScalingForecastAnswer = [
|
|
1389
|
+
var Filter$ = [3, n0, _Fi, 0, [_Na, _V], [0, 64 | 0]];
|
|
1390
|
+
var GetPredictiveScalingForecastAnswer$ = [
|
|
1384
1391
|
3,
|
|
1385
1392
|
n0,
|
|
1386
1393
|
_GPSFA,
|
|
1387
1394
|
0,
|
|
1388
1395
|
[_LF, _CF, _UT],
|
|
1389
|
-
[() => LoadForecasts, () => CapacityForecast
|
|
1396
|
+
[() => LoadForecasts, () => CapacityForecast$, 4],
|
|
1390
1397
|
];
|
|
1391
|
-
var GetPredictiveScalingForecastType = [
|
|
1398
|
+
var GetPredictiveScalingForecastType$ = [
|
|
1392
1399
|
3,
|
|
1393
1400
|
n0,
|
|
1394
1401
|
_GPSFT,
|
|
@@ -1396,7 +1403,7 @@ var GetPredictiveScalingForecastType = [
|
|
|
1396
1403
|
[_ASGN, _PN, _ST, _ET],
|
|
1397
1404
|
[0, 0, 4, 4],
|
|
1398
1405
|
];
|
|
1399
|
-
var IdempotentParameterMismatchError = [
|
|
1406
|
+
var IdempotentParameterMismatchError$ = [
|
|
1400
1407
|
-3,
|
|
1401
1408
|
n0,
|
|
1402
1409
|
_IPME,
|
|
@@ -1404,16 +1411,16 @@ var IdempotentParameterMismatchError = [
|
|
|
1404
1411
|
[_Mes],
|
|
1405
1412
|
[0],
|
|
1406
1413
|
];
|
|
1407
|
-
schema.TypeRegistry.for(n0).registerError(IdempotentParameterMismatchError
|
|
1408
|
-
var Instance = [
|
|
1414
|
+
schema.TypeRegistry.for(n0).registerError(IdempotentParameterMismatchError$, IdempotentParameterMismatchError);
|
|
1415
|
+
var Instance$ = [
|
|
1409
1416
|
3,
|
|
1410
1417
|
n0,
|
|
1411
1418
|
_In,
|
|
1412
1419
|
0,
|
|
1413
1420
|
[_IIns, _IT, _AZv, _LS, _HS, _LCN, _LT, _IIm, _PFSI, _WC],
|
|
1414
|
-
[0, 0, 0, 0, 0, 0, () => LaunchTemplateSpecification
|
|
1421
|
+
[0, 0, 0, 0, 0, 0, () => LaunchTemplateSpecification$, 0, 2, 0],
|
|
1415
1422
|
];
|
|
1416
|
-
var InstanceCollection = [
|
|
1423
|
+
var InstanceCollection$ = [
|
|
1417
1424
|
3,
|
|
1418
1425
|
n0,
|
|
1419
1426
|
_IC,
|
|
@@ -1421,11 +1428,11 @@ var InstanceCollection = [
|
|
|
1421
1428
|
[_IT, _MT, _SIu, _AZv, _AZI, _II],
|
|
1422
1429
|
[0, 0, 0, 0, 0, 64 | 0],
|
|
1423
1430
|
];
|
|
1424
|
-
var InstanceLifecyclePolicy = [3, n0, _ILP, 0, [_RT], [() => RetentionTriggers]];
|
|
1425
|
-
var InstanceMaintenancePolicy = [3, n0, _IMP, 0, [_MHP, _MHPa], [1, 1]];
|
|
1426
|
-
var InstanceMetadataOptions = [3, n0, _IMO, 0, [_HT, _HPRHL, _HE], [0, 1, 0]];
|
|
1427
|
-
var InstanceMonitoring = [3, n0, _IM, 0, [_Ena], [2]];
|
|
1428
|
-
var InstanceRefresh = [
|
|
1431
|
+
var InstanceLifecyclePolicy$ = [3, n0, _ILP, 0, [_RT], [() => RetentionTriggers$]];
|
|
1432
|
+
var InstanceMaintenancePolicy$ = [3, n0, _IMP, 0, [_MHP, _MHPa], [1, 1]];
|
|
1433
|
+
var InstanceMetadataOptions$ = [3, n0, _IMO, 0, [_HT, _HPRHL, _HE], [0, 1, 0]];
|
|
1434
|
+
var InstanceMonitoring$ = [3, n0, _IM, 0, [_Ena], [2]];
|
|
1435
|
+
var InstanceRefresh$ = [
|
|
1429
1436
|
3,
|
|
1430
1437
|
n0,
|
|
1431
1438
|
_IRn,
|
|
@@ -1440,14 +1447,14 @@ var InstanceRefresh = [
|
|
|
1440
1447
|
4,
|
|
1441
1448
|
1,
|
|
1442
1449
|
1,
|
|
1443
|
-
() => InstanceRefreshProgressDetails
|
|
1444
|
-
() => RefreshPreferences
|
|
1445
|
-
[() => DesiredConfiguration
|
|
1446
|
-
() => RollbackDetails
|
|
1450
|
+
() => InstanceRefreshProgressDetails$,
|
|
1451
|
+
() => RefreshPreferences$,
|
|
1452
|
+
[() => DesiredConfiguration$, 0],
|
|
1453
|
+
() => RollbackDetails$,
|
|
1447
1454
|
0,
|
|
1448
1455
|
],
|
|
1449
1456
|
];
|
|
1450
|
-
var InstanceRefreshInProgressFault = [
|
|
1457
|
+
var InstanceRefreshInProgressFault$ = [
|
|
1451
1458
|
-3,
|
|
1452
1459
|
n0,
|
|
1453
1460
|
_IRIPF,
|
|
@@ -1455,18 +1462,18 @@ var InstanceRefreshInProgressFault = [
|
|
|
1455
1462
|
[_m],
|
|
1456
1463
|
[0],
|
|
1457
1464
|
];
|
|
1458
|
-
schema.TypeRegistry.for(n0).registerError(InstanceRefreshInProgressFault
|
|
1459
|
-
var InstanceRefreshLivePoolProgress = [3, n0, _IRLPP, 0, [_PCe, _ITU], [1, 1]];
|
|
1460
|
-
var InstanceRefreshProgressDetails = [
|
|
1465
|
+
schema.TypeRegistry.for(n0).registerError(InstanceRefreshInProgressFault$, InstanceRefreshInProgressFault);
|
|
1466
|
+
var InstanceRefreshLivePoolProgress$ = [3, n0, _IRLPP, 0, [_PCe, _ITU], [1, 1]];
|
|
1467
|
+
var InstanceRefreshProgressDetails$ = [
|
|
1461
1468
|
3,
|
|
1462
1469
|
n0,
|
|
1463
1470
|
_IRPD,
|
|
1464
1471
|
0,
|
|
1465
1472
|
[_LPP, _WPP],
|
|
1466
|
-
[() => InstanceRefreshLivePoolProgress
|
|
1473
|
+
[() => InstanceRefreshLivePoolProgress$, () => InstanceRefreshWarmPoolProgress$],
|
|
1467
1474
|
];
|
|
1468
|
-
var InstanceRefreshWarmPoolProgress = [3, n0, _IRWPP, 0, [_PCe, _ITU], [1, 1]];
|
|
1469
|
-
var InstanceRequirements = [
|
|
1475
|
+
var InstanceRefreshWarmPoolProgress$ = [3, n0, _IRWPP, 0, [_PCe, _ITU], [1, 1]];
|
|
1476
|
+
var InstanceRequirements$ = [
|
|
1470
1477
|
3,
|
|
1471
1478
|
n0,
|
|
1472
1479
|
_IRns,
|
|
@@ -1499,10 +1506,10 @@ var InstanceRequirements = [
|
|
|
1499
1506
|
_BPF,
|
|
1500
1507
|
],
|
|
1501
1508
|
[
|
|
1502
|
-
() => VCpuCountRequest
|
|
1503
|
-
() => MemoryMiBRequest
|
|
1509
|
+
() => VCpuCountRequest$,
|
|
1510
|
+
() => MemoryMiBRequest$,
|
|
1504
1511
|
64 | 0,
|
|
1505
|
-
() => MemoryGiBPerVCpuRequest
|
|
1512
|
+
() => MemoryGiBPerVCpuRequest$,
|
|
1506
1513
|
64 | 0,
|
|
1507
1514
|
64 | 0,
|
|
1508
1515
|
1,
|
|
@@ -1511,23 +1518,23 @@ var InstanceRequirements = [
|
|
|
1511
1518
|
0,
|
|
1512
1519
|
0,
|
|
1513
1520
|
2,
|
|
1514
|
-
() => NetworkInterfaceCountRequest
|
|
1521
|
+
() => NetworkInterfaceCountRequest$,
|
|
1515
1522
|
0,
|
|
1516
1523
|
64 | 0,
|
|
1517
|
-
() => TotalLocalStorageGBRequest
|
|
1518
|
-
() => BaselineEbsBandwidthMbpsRequest
|
|
1524
|
+
() => TotalLocalStorageGBRequest$,
|
|
1525
|
+
() => BaselineEbsBandwidthMbpsRequest$,
|
|
1519
1526
|
64 | 0,
|
|
1520
|
-
() => AcceleratorCountRequest
|
|
1527
|
+
() => AcceleratorCountRequest$,
|
|
1521
1528
|
64 | 0,
|
|
1522
1529
|
64 | 0,
|
|
1523
|
-
() => AcceleratorTotalMemoryMiBRequest
|
|
1524
|
-
() => NetworkBandwidthGbpsRequest
|
|
1530
|
+
() => AcceleratorTotalMemoryMiBRequest$,
|
|
1531
|
+
() => NetworkBandwidthGbpsRequest$,
|
|
1525
1532
|
64 | 0,
|
|
1526
|
-
[() => BaselinePerformanceFactorsRequest
|
|
1533
|
+
[() => BaselinePerformanceFactorsRequest$, 0],
|
|
1527
1534
|
],
|
|
1528
1535
|
];
|
|
1529
|
-
var InstanceReusePolicy = [3, n0, _IRP, 0, [_ROSI], [2]];
|
|
1530
|
-
var InstancesDistribution = [
|
|
1536
|
+
var InstanceReusePolicy$ = [3, n0, _IRP, 0, [_ROSI], [2]];
|
|
1537
|
+
var InstancesDistribution$ = [
|
|
1531
1538
|
3,
|
|
1532
1539
|
n0,
|
|
1533
1540
|
_ID,
|
|
@@ -1535,7 +1542,7 @@ var InstancesDistribution = [
|
|
|
1535
1542
|
[_ODAS, _ODBC, _ODPABC, _SAS, _SIP, _SMP],
|
|
1536
1543
|
[0, 1, 1, 0, 1, 0],
|
|
1537
1544
|
];
|
|
1538
|
-
var InvalidNextToken = [
|
|
1545
|
+
var InvalidNextToken$ = [
|
|
1539
1546
|
-3,
|
|
1540
1547
|
n0,
|
|
1541
1548
|
_INT,
|
|
@@ -1543,8 +1550,8 @@ var InvalidNextToken = [
|
|
|
1543
1550
|
[_m],
|
|
1544
1551
|
[0],
|
|
1545
1552
|
];
|
|
1546
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNextToken
|
|
1547
|
-
var IrreversibleInstanceRefreshFault = [
|
|
1553
|
+
schema.TypeRegistry.for(n0).registerError(InvalidNextToken$, InvalidNextToken);
|
|
1554
|
+
var IrreversibleInstanceRefreshFault$ = [
|
|
1548
1555
|
-3,
|
|
1549
1556
|
n0,
|
|
1550
1557
|
_IIRF,
|
|
@@ -1552,8 +1559,8 @@ var IrreversibleInstanceRefreshFault = [
|
|
|
1552
1559
|
[_m],
|
|
1553
1560
|
[0],
|
|
1554
1561
|
];
|
|
1555
|
-
schema.TypeRegistry.for(n0).registerError(IrreversibleInstanceRefreshFault
|
|
1556
|
-
var LaunchConfiguration = [
|
|
1562
|
+
schema.TypeRegistry.for(n0).registerError(IrreversibleInstanceRefreshFault$, IrreversibleInstanceRefreshFault);
|
|
1563
|
+
var LaunchConfiguration$ = [
|
|
1557
1564
|
3,
|
|
1558
1565
|
n0,
|
|
1559
1566
|
_LC,
|
|
@@ -1593,19 +1600,19 @@ var LaunchConfiguration = [
|
|
|
1593
1600
|
0,
|
|
1594
1601
|
0,
|
|
1595
1602
|
() => BlockDeviceMappings,
|
|
1596
|
-
() => InstanceMonitoring
|
|
1603
|
+
() => InstanceMonitoring$,
|
|
1597
1604
|
0,
|
|
1598
1605
|
0,
|
|
1599
1606
|
4,
|
|
1600
1607
|
2,
|
|
1601
1608
|
2,
|
|
1602
1609
|
0,
|
|
1603
|
-
() => InstanceMetadataOptions
|
|
1610
|
+
() => InstanceMetadataOptions$,
|
|
1604
1611
|
],
|
|
1605
1612
|
];
|
|
1606
|
-
var LaunchConfigurationNamesType = [3, n0, _LCNT, 0, [_LCNa, _NT, _MR], [64 | 0, 0, 1]];
|
|
1607
|
-
var LaunchConfigurationNameType = [3, n0, _LCNTa, 0, [_LCN], [0]];
|
|
1608
|
-
var LaunchConfigurationsType = [
|
|
1613
|
+
var LaunchConfigurationNamesType$ = [3, n0, _LCNT, 0, [_LCNa, _NT, _MR], [64 | 0, 0, 1]];
|
|
1614
|
+
var LaunchConfigurationNameType$ = [3, n0, _LCNTa, 0, [_LCN], [0]];
|
|
1615
|
+
var LaunchConfigurationsType$ = [
|
|
1609
1616
|
3,
|
|
1610
1617
|
n0,
|
|
1611
1618
|
_LCT,
|
|
@@ -1613,7 +1620,7 @@ var LaunchConfigurationsType = [
|
|
|
1613
1620
|
[_LCa, _NT],
|
|
1614
1621
|
[() => LaunchConfigurations, 0],
|
|
1615
1622
|
];
|
|
1616
|
-
var LaunchInstancesError = [
|
|
1623
|
+
var LaunchInstancesError$ = [
|
|
1617
1624
|
3,
|
|
1618
1625
|
n0,
|
|
1619
1626
|
_LIE,
|
|
@@ -1621,7 +1628,7 @@ var LaunchInstancesError = [
|
|
|
1621
1628
|
[_IT, _MT, _SIu, _AZv, _AZI, _EC, _EMr],
|
|
1622
1629
|
[0, 0, 0, 0, 0, 0, 0],
|
|
1623
1630
|
];
|
|
1624
|
-
var LaunchInstancesRequest = [
|
|
1631
|
+
var LaunchInstancesRequest$ = [
|
|
1625
1632
|
3,
|
|
1626
1633
|
n0,
|
|
1627
1634
|
_LIR,
|
|
@@ -1629,7 +1636,7 @@ var LaunchInstancesRequest = [
|
|
|
1629
1636
|
[_ASGN, _RC, _CTl, _AZ, _AZIv, _SIub, _RS],
|
|
1630
1637
|
[0, 1, [0, 4], 64 | 0, 64 | 0, 64 | 0, 0],
|
|
1631
1638
|
];
|
|
1632
|
-
var LaunchInstancesResult = [
|
|
1639
|
+
var LaunchInstancesResult$ = [
|
|
1633
1640
|
3,
|
|
1634
1641
|
n0,
|
|
1635
1642
|
_LIRa,
|
|
@@ -1637,24 +1644,24 @@ var LaunchInstancesResult = [
|
|
|
1637
1644
|
[_ASGN, _CTl, _I, _Er],
|
|
1638
1645
|
[0, 0, () => InstanceCollections, () => LaunchInstancesErrors],
|
|
1639
1646
|
];
|
|
1640
|
-
var LaunchTemplate = [
|
|
1647
|
+
var LaunchTemplate$ = [
|
|
1641
1648
|
3,
|
|
1642
1649
|
n0,
|
|
1643
1650
|
_LT,
|
|
1644
1651
|
0,
|
|
1645
1652
|
[_LTS, _O],
|
|
1646
|
-
[() => LaunchTemplateSpecification
|
|
1653
|
+
[() => LaunchTemplateSpecification$, [() => Overrides, 0]],
|
|
1647
1654
|
];
|
|
1648
|
-
var LaunchTemplateOverrides = [
|
|
1655
|
+
var LaunchTemplateOverrides$ = [
|
|
1649
1656
|
3,
|
|
1650
1657
|
n0,
|
|
1651
1658
|
_LTO,
|
|
1652
1659
|
0,
|
|
1653
1660
|
[_IT, _WC, _LTS, _IRns, _IIm],
|
|
1654
|
-
[0, 0, () => LaunchTemplateSpecification
|
|
1661
|
+
[0, 0, () => LaunchTemplateSpecification$, [() => InstanceRequirements$, 0], 0],
|
|
1655
1662
|
];
|
|
1656
|
-
var LaunchTemplateSpecification = [3, n0, _LTS, 0, [_LTI, _LTN, _Ve], [0, 0, 0]];
|
|
1657
|
-
var LifecycleHook = [
|
|
1663
|
+
var LaunchTemplateSpecification$ = [3, n0, _LTS, 0, [_LTI, _LTN, _Ve], [0, 0, 0]];
|
|
1664
|
+
var LifecycleHook$ = [
|
|
1658
1665
|
3,
|
|
1659
1666
|
n0,
|
|
1660
1667
|
_LHi,
|
|
@@ -1662,7 +1669,7 @@ var LifecycleHook = [
|
|
|
1662
1669
|
[_LHN, _ASGN, _LTi, _NTARN, _RARN, _NM, _HTe, _GT, _DR],
|
|
1663
1670
|
[0, 0, 0, 0, 0, 0, 1, 1, 0],
|
|
1664
1671
|
];
|
|
1665
|
-
var LifecycleHookSpecification = [
|
|
1672
|
+
var LifecycleHookSpecification$ = [
|
|
1666
1673
|
3,
|
|
1667
1674
|
n0,
|
|
1668
1675
|
_LHS,
|
|
@@ -1670,7 +1677,7 @@ var LifecycleHookSpecification = [
|
|
|
1670
1677
|
[_LHN, _LTi, _NM, _HTe, _DR, _NTARN, _RARN],
|
|
1671
1678
|
[0, 0, 0, 1, 0, 0, 0],
|
|
1672
1679
|
];
|
|
1673
|
-
var LimitExceededFault = [
|
|
1680
|
+
var LimitExceededFault$ = [
|
|
1674
1681
|
-3,
|
|
1675
1682
|
n0,
|
|
1676
1683
|
_LEF,
|
|
@@ -1678,48 +1685,48 @@ var LimitExceededFault = [
|
|
|
1678
1685
|
[_m],
|
|
1679
1686
|
[0],
|
|
1680
1687
|
];
|
|
1681
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededFault
|
|
1682
|
-
var LoadBalancerState = [3, n0, _LBS, 0, [_LBNo, _Sta], [0, 0]];
|
|
1683
|
-
var LoadBalancerTargetGroupState = [3, n0, _LBTGS, 0, [_LBTGARN, _Sta], [0, 0]];
|
|
1684
|
-
var LoadForecast = [
|
|
1688
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededFault$, LimitExceededFault);
|
|
1689
|
+
var LoadBalancerState$ = [3, n0, _LBS, 0, [_LBNo, _Sta], [0, 0]];
|
|
1690
|
+
var LoadBalancerTargetGroupState$ = [3, n0, _LBTGS, 0, [_LBTGARN, _Sta], [0, 0]];
|
|
1691
|
+
var LoadForecast$ = [
|
|
1685
1692
|
3,
|
|
1686
1693
|
n0,
|
|
1687
1694
|
_LF,
|
|
1688
1695
|
0,
|
|
1689
1696
|
[_Ti, _V, _MSe],
|
|
1690
|
-
[64 | 4, 64 | 1, () => PredictiveScalingMetricSpecification],
|
|
1697
|
+
[64 | 4, 64 | 1, () => PredictiveScalingMetricSpecification$],
|
|
1691
1698
|
];
|
|
1692
|
-
var MemoryGiBPerVCpuRequest = [3, n0, _MGBPVCR, 0, [_M, _Ma], [1, 1]];
|
|
1693
|
-
var MemoryMiBRequest = [3, n0, _MMBR, 0, [_M, _Ma], [1, 1]];
|
|
1694
|
-
var Metric = [3, n0, _Met, 0, [_N, _MN, _Di], [0, 0, () => MetricDimensions]];
|
|
1695
|
-
var MetricCollectionType = [3, n0, _MCT, 0, [_Met], [0]];
|
|
1696
|
-
var MetricDataQuery = [
|
|
1699
|
+
var MemoryGiBPerVCpuRequest$ = [3, n0, _MGBPVCR, 0, [_M, _Ma], [1, 1]];
|
|
1700
|
+
var MemoryMiBRequest$ = [3, n0, _MMBR, 0, [_M, _Ma], [1, 1]];
|
|
1701
|
+
var Metric$ = [3, n0, _Met, 0, [_N, _MN, _Di], [0, 0, () => MetricDimensions]];
|
|
1702
|
+
var MetricCollectionType$ = [3, n0, _MCT, 0, [_Met], [0]];
|
|
1703
|
+
var MetricDataQuery$ = [
|
|
1697
1704
|
3,
|
|
1698
1705
|
n0,
|
|
1699
1706
|
_MDQ,
|
|
1700
1707
|
0,
|
|
1701
1708
|
[_Id, _Ex, _MSet, _L, _RDe],
|
|
1702
|
-
[0, 0, () => MetricStat
|
|
1709
|
+
[0, 0, () => MetricStat$, 0, 2],
|
|
1703
1710
|
];
|
|
1704
|
-
var MetricDimension = [3, n0, _MD, 0, [_Na, _Va], [0, 0]];
|
|
1705
|
-
var MetricGranularityType = [3, n0, _MGT, 0, [_Gr], [0]];
|
|
1706
|
-
var MetricStat = [3, n0, _MSet, 0, [_Met, _Stat, _U], [() => Metric
|
|
1707
|
-
var MixedInstancesPolicy = [
|
|
1711
|
+
var MetricDimension$ = [3, n0, _MD, 0, [_Na, _Va], [0, 0]];
|
|
1712
|
+
var MetricGranularityType$ = [3, n0, _MGT, 0, [_Gr], [0]];
|
|
1713
|
+
var MetricStat$ = [3, n0, _MSet, 0, [_Met, _Stat, _U], [() => Metric$, 0, 0]];
|
|
1714
|
+
var MixedInstancesPolicy$ = [
|
|
1708
1715
|
3,
|
|
1709
1716
|
n0,
|
|
1710
1717
|
_MIP,
|
|
1711
1718
|
0,
|
|
1712
1719
|
[_LT, _ID],
|
|
1713
|
-
[[() => LaunchTemplate
|
|
1714
|
-
];
|
|
1715
|
-
var NetworkBandwidthGbpsRequest = [3, n0, _NBGR, 0, [_M, _Ma], [1, 1]];
|
|
1716
|
-
var NetworkInterfaceCountRequest = [3, n0, _NICR, 0, [_M, _Ma], [1, 1]];
|
|
1717
|
-
var NotificationConfiguration = [3, n0, _NCo, 0, [_ASGN, _TARN, _NTo], [0, 0, 0]];
|
|
1718
|
-
var PerformanceFactorReferenceRequest = [3, n0, _PFRR, 0, [_IF], [0]];
|
|
1719
|
-
var PoliciesType = [3, n0, _PTol, 0, [_SPc, _NT], [() => ScalingPolicies, 0]];
|
|
1720
|
-
var PolicyARNType = [3, n0, _PARNT, 0, [_PARN, _Ala], [0, () => Alarms]];
|
|
1721
|
-
var PredefinedMetricSpecification = [3, n0, _PMS, 0, [_PMT, _RL], [0, 0]];
|
|
1722
|
-
var PredictiveScalingConfiguration = [
|
|
1720
|
+
[[() => LaunchTemplate$, 0], () => InstancesDistribution$],
|
|
1721
|
+
];
|
|
1722
|
+
var NetworkBandwidthGbpsRequest$ = [3, n0, _NBGR, 0, [_M, _Ma], [1, 1]];
|
|
1723
|
+
var NetworkInterfaceCountRequest$ = [3, n0, _NICR, 0, [_M, _Ma], [1, 1]];
|
|
1724
|
+
var NotificationConfiguration$ = [3, n0, _NCo, 0, [_ASGN, _TARN, _NTo], [0, 0, 0]];
|
|
1725
|
+
var PerformanceFactorReferenceRequest$ = [3, n0, _PFRR, 0, [_IF], [0]];
|
|
1726
|
+
var PoliciesType$ = [3, n0, _PTol, 0, [_SPc, _NT], [() => ScalingPolicies, 0]];
|
|
1727
|
+
var PolicyARNType$ = [3, n0, _PARNT, 0, [_PARN, _Ala], [0, () => Alarms]];
|
|
1728
|
+
var PredefinedMetricSpecification$ = [3, n0, _PMS, 0, [_PMT, _RL], [0, 0]];
|
|
1729
|
+
var PredictiveScalingConfiguration$ = [
|
|
1723
1730
|
3,
|
|
1724
1731
|
n0,
|
|
1725
1732
|
_PSC,
|
|
@@ -1727,7 +1734,7 @@ var PredictiveScalingConfiguration = [
|
|
|
1727
1734
|
[_MSetr, _Mo, _SBT, _MCBB, _MCB],
|
|
1728
1735
|
[() => PredictiveScalingMetricSpecifications, 0, 1, 0, 1],
|
|
1729
1736
|
];
|
|
1730
|
-
var PredictiveScalingCustomizedCapacityMetric = [
|
|
1737
|
+
var PredictiveScalingCustomizedCapacityMetric$ = [
|
|
1731
1738
|
3,
|
|
1732
1739
|
n0,
|
|
1733
1740
|
_PSCCM,
|
|
@@ -1735,7 +1742,7 @@ var PredictiveScalingCustomizedCapacityMetric = [
|
|
|
1735
1742
|
[_MDQe],
|
|
1736
1743
|
[() => MetricDataQueries],
|
|
1737
1744
|
];
|
|
1738
|
-
var PredictiveScalingCustomizedLoadMetric = [
|
|
1745
|
+
var PredictiveScalingCustomizedLoadMetric$ = [
|
|
1739
1746
|
3,
|
|
1740
1747
|
n0,
|
|
1741
1748
|
_PSCLM,
|
|
@@ -1743,7 +1750,7 @@ var PredictiveScalingCustomizedLoadMetric = [
|
|
|
1743
1750
|
[_MDQe],
|
|
1744
1751
|
[() => MetricDataQueries],
|
|
1745
1752
|
];
|
|
1746
|
-
var PredictiveScalingCustomizedScalingMetric = [
|
|
1753
|
+
var PredictiveScalingCustomizedScalingMetric$ = [
|
|
1747
1754
|
3,
|
|
1748
1755
|
n0,
|
|
1749
1756
|
_PSCSM,
|
|
@@ -1751,7 +1758,7 @@ var PredictiveScalingCustomizedScalingMetric = [
|
|
|
1751
1758
|
[_MDQe],
|
|
1752
1759
|
[() => MetricDataQueries],
|
|
1753
1760
|
];
|
|
1754
|
-
var PredictiveScalingMetricSpecification = [
|
|
1761
|
+
var PredictiveScalingMetricSpecification$ = [
|
|
1755
1762
|
3,
|
|
1756
1763
|
n0,
|
|
1757
1764
|
_PSMS,
|
|
@@ -1759,21 +1766,21 @@ var PredictiveScalingMetricSpecification = [
|
|
|
1759
1766
|
[_TV, _PMPS, _PSMSr, _PLMS, _CSMS, _CLMS, _CCMS],
|
|
1760
1767
|
[
|
|
1761
1768
|
1,
|
|
1762
|
-
() => PredictiveScalingPredefinedMetricPair
|
|
1763
|
-
() => PredictiveScalingPredefinedScalingMetric
|
|
1764
|
-
() => PredictiveScalingPredefinedLoadMetric
|
|
1765
|
-
() => PredictiveScalingCustomizedScalingMetric
|
|
1766
|
-
() => PredictiveScalingCustomizedLoadMetric
|
|
1767
|
-
() => PredictiveScalingCustomizedCapacityMetric
|
|
1769
|
+
() => PredictiveScalingPredefinedMetricPair$,
|
|
1770
|
+
() => PredictiveScalingPredefinedScalingMetric$,
|
|
1771
|
+
() => PredictiveScalingPredefinedLoadMetric$,
|
|
1772
|
+
() => PredictiveScalingCustomizedScalingMetric$,
|
|
1773
|
+
() => PredictiveScalingCustomizedLoadMetric$,
|
|
1774
|
+
() => PredictiveScalingCustomizedCapacityMetric$,
|
|
1768
1775
|
],
|
|
1769
1776
|
];
|
|
1770
|
-
var PredictiveScalingPredefinedLoadMetric = [3, n0, _PSPLM, 0, [_PMT, _RL], [0, 0]];
|
|
1771
|
-
var PredictiveScalingPredefinedMetricPair = [3, n0, _PSPMP, 0, [_PMT, _RL], [0, 0]];
|
|
1772
|
-
var PredictiveScalingPredefinedScalingMetric = [3, n0, _PSPSM, 0, [_PMT, _RL], [0, 0]];
|
|
1773
|
-
var ProcessesType = [3, n0, _PTr, 0, [_Pro], [() => Processes]];
|
|
1774
|
-
var ProcessType = [3, n0, _PTro, 0, [_PNr], [0]];
|
|
1775
|
-
var PutLifecycleHookAnswer = [3, n0, _PLHA, 0, [], []];
|
|
1776
|
-
var PutLifecycleHookType = [
|
|
1777
|
+
var PredictiveScalingPredefinedLoadMetric$ = [3, n0, _PSPLM, 0, [_PMT, _RL], [0, 0]];
|
|
1778
|
+
var PredictiveScalingPredefinedMetricPair$ = [3, n0, _PSPMP, 0, [_PMT, _RL], [0, 0]];
|
|
1779
|
+
var PredictiveScalingPredefinedScalingMetric$ = [3, n0, _PSPSM, 0, [_PMT, _RL], [0, 0]];
|
|
1780
|
+
var ProcessesType$ = [3, n0, _PTr, 0, [_Pro], [() => Processes]];
|
|
1781
|
+
var ProcessType$ = [3, n0, _PTro, 0, [_PNr], [0]];
|
|
1782
|
+
var PutLifecycleHookAnswer$ = [3, n0, _PLHA, 0, [], []];
|
|
1783
|
+
var PutLifecycleHookType$ = [
|
|
1777
1784
|
3,
|
|
1778
1785
|
n0,
|
|
1779
1786
|
_PLHT,
|
|
@@ -1781,7 +1788,7 @@ var PutLifecycleHookType = [
|
|
|
1781
1788
|
[_LHN, _ASGN, _LTi, _RARN, _NTARN, _NM, _HTe, _DR],
|
|
1782
1789
|
[0, 0, 0, 0, 0, 0, 1, 0],
|
|
1783
1790
|
];
|
|
1784
|
-
var PutNotificationConfigurationType = [
|
|
1791
|
+
var PutNotificationConfigurationType$ = [
|
|
1785
1792
|
3,
|
|
1786
1793
|
n0,
|
|
1787
1794
|
_PNCT,
|
|
@@ -1789,7 +1796,7 @@ var PutNotificationConfigurationType = [
|
|
|
1789
1796
|
[_ASGN, _TARN, _NTot],
|
|
1790
1797
|
[0, 0, 64 | 0],
|
|
1791
1798
|
];
|
|
1792
|
-
var PutScalingPolicyType = [
|
|
1799
|
+
var PutScalingPolicyType$ = [
|
|
1793
1800
|
3,
|
|
1794
1801
|
n0,
|
|
1795
1802
|
_PSPT,
|
|
@@ -1807,12 +1814,12 @@ var PutScalingPolicyType = [
|
|
|
1807
1814
|
0,
|
|
1808
1815
|
() => StepAdjustments,
|
|
1809
1816
|
1,
|
|
1810
|
-
() => TargetTrackingConfiguration
|
|
1817
|
+
() => TargetTrackingConfiguration$,
|
|
1811
1818
|
2,
|
|
1812
|
-
() => PredictiveScalingConfiguration
|
|
1819
|
+
() => PredictiveScalingConfiguration$,
|
|
1813
1820
|
],
|
|
1814
1821
|
];
|
|
1815
|
-
var PutScheduledUpdateGroupActionType = [
|
|
1822
|
+
var PutScheduledUpdateGroupActionType$ = [
|
|
1816
1823
|
3,
|
|
1817
1824
|
n0,
|
|
1818
1825
|
_PSUGAT,
|
|
@@ -1820,17 +1827,17 @@ var PutScheduledUpdateGroupActionType = [
|
|
|
1820
1827
|
[_ASGN, _SANc, _Tim, _ST, _ET, _Rec, _MS, _MSa, _DC, _TZ],
|
|
1821
1828
|
[0, 0, 4, 4, 4, 0, 1, 1, 1, 0],
|
|
1822
1829
|
];
|
|
1823
|
-
var PutWarmPoolAnswer = [3, n0, _PWPA, 0, [], []];
|
|
1824
|
-
var PutWarmPoolType = [
|
|
1830
|
+
var PutWarmPoolAnswer$ = [3, n0, _PWPA, 0, [], []];
|
|
1831
|
+
var PutWarmPoolType$ = [
|
|
1825
1832
|
3,
|
|
1826
1833
|
n0,
|
|
1827
1834
|
_PWPT,
|
|
1828
1835
|
0,
|
|
1829
1836
|
[_ASGN, _MGPC, _MS, _PS, _IRP],
|
|
1830
|
-
[0, 1, 1, 0, () => InstanceReusePolicy],
|
|
1837
|
+
[0, 1, 1, 0, () => InstanceReusePolicy$],
|
|
1831
1838
|
];
|
|
1832
|
-
var RecordLifecycleActionHeartbeatAnswer = [3, n0, _RLAHA, 0, [], []];
|
|
1833
|
-
var RecordLifecycleActionHeartbeatType = [
|
|
1839
|
+
var RecordLifecycleActionHeartbeatAnswer$ = [3, n0, _RLAHA, 0, [], []];
|
|
1840
|
+
var RecordLifecycleActionHeartbeatType$ = [
|
|
1834
1841
|
3,
|
|
1835
1842
|
n0,
|
|
1836
1843
|
_RLAHT,
|
|
@@ -1838,15 +1845,15 @@ var RecordLifecycleActionHeartbeatType = [
|
|
|
1838
1845
|
[_LHN, _ASGN, _LAT, _IIns],
|
|
1839
1846
|
[0, 0, 0, 0],
|
|
1840
1847
|
];
|
|
1841
|
-
var RefreshPreferences = [
|
|
1848
|
+
var RefreshPreferences$ = [
|
|
1842
1849
|
3,
|
|
1843
1850
|
n0,
|
|
1844
1851
|
_RP,
|
|
1845
1852
|
0,
|
|
1846
1853
|
[_MHP, _IW, _CP, _CD, _SMk, _AR, _SIPI, _SIt, _AS, _MHPa, _BTa],
|
|
1847
|
-
[1, 1, 64 | 1, 1, 2, 2, 0, 0, () => AlarmSpecification
|
|
1854
|
+
[1, 1, 64 | 1, 1, 2, 2, 0, 0, () => AlarmSpecification$, 1, 1],
|
|
1848
1855
|
];
|
|
1849
|
-
var ResourceContentionFault = [
|
|
1856
|
+
var ResourceContentionFault$ = [
|
|
1850
1857
|
-3,
|
|
1851
1858
|
n0,
|
|
1852
1859
|
_RCF,
|
|
@@ -1854,8 +1861,8 @@ var ResourceContentionFault = [
|
|
|
1854
1861
|
[_m],
|
|
1855
1862
|
[0],
|
|
1856
1863
|
];
|
|
1857
|
-
schema.TypeRegistry.for(n0).registerError(ResourceContentionFault
|
|
1858
|
-
var ResourceInUseFault = [
|
|
1864
|
+
schema.TypeRegistry.for(n0).registerError(ResourceContentionFault$, ResourceContentionFault);
|
|
1865
|
+
var ResourceInUseFault$ = [
|
|
1859
1866
|
-3,
|
|
1860
1867
|
n0,
|
|
1861
1868
|
_RIUF,
|
|
@@ -1863,19 +1870,19 @@ var ResourceInUseFault = [
|
|
|
1863
1870
|
[_m],
|
|
1864
1871
|
[0],
|
|
1865
1872
|
];
|
|
1866
|
-
schema.TypeRegistry.for(n0).registerError(ResourceInUseFault
|
|
1867
|
-
var RetentionTriggers = [3, n0, _RT, 0, [_THA], [0]];
|
|
1868
|
-
var RollbackDetails = [
|
|
1873
|
+
schema.TypeRegistry.for(n0).registerError(ResourceInUseFault$, ResourceInUseFault);
|
|
1874
|
+
var RetentionTriggers$ = [3, n0, _RT, 0, [_THA], [0]];
|
|
1875
|
+
var RollbackDetails$ = [
|
|
1869
1876
|
3,
|
|
1870
1877
|
n0,
|
|
1871
1878
|
_RD,
|
|
1872
1879
|
0,
|
|
1873
1880
|
[_RR, _RST, _PCOR, _ITUOR, _PDOR],
|
|
1874
|
-
[0, 4, 1, 1, () => InstanceRefreshProgressDetails],
|
|
1881
|
+
[0, 4, 1, 1, () => InstanceRefreshProgressDetails$],
|
|
1875
1882
|
];
|
|
1876
|
-
var RollbackInstanceRefreshAnswer = [3, n0, _RIRA, 0, [_IRI], [0]];
|
|
1877
|
-
var RollbackInstanceRefreshType = [3, n0, _RIRT, 0, [_ASGN], [0]];
|
|
1878
|
-
var ScalingActivityInProgressFault = [
|
|
1883
|
+
var RollbackInstanceRefreshAnswer$ = [3, n0, _RIRA, 0, [_IRI], [0]];
|
|
1884
|
+
var RollbackInstanceRefreshType$ = [3, n0, _RIRT, 0, [_ASGN], [0]];
|
|
1885
|
+
var ScalingActivityInProgressFault$ = [
|
|
1879
1886
|
-3,
|
|
1880
1887
|
n0,
|
|
1881
1888
|
_SAIPF,
|
|
@@ -1883,8 +1890,8 @@ var ScalingActivityInProgressFault = [
|
|
|
1883
1890
|
[_m],
|
|
1884
1891
|
[0],
|
|
1885
1892
|
];
|
|
1886
|
-
schema.TypeRegistry.for(n0).registerError(ScalingActivityInProgressFault
|
|
1887
|
-
var ScalingPolicy = [
|
|
1893
|
+
schema.TypeRegistry.for(n0).registerError(ScalingActivityInProgressFault$, ScalingActivityInProgressFault);
|
|
1894
|
+
var ScalingPolicy$ = [
|
|
1888
1895
|
3,
|
|
1889
1896
|
n0,
|
|
1890
1897
|
_SPca,
|
|
@@ -1904,13 +1911,13 @@ var ScalingPolicy = [
|
|
|
1904
1911
|
0,
|
|
1905
1912
|
1,
|
|
1906
1913
|
() => Alarms,
|
|
1907
|
-
() => TargetTrackingConfiguration
|
|
1914
|
+
() => TargetTrackingConfiguration$,
|
|
1908
1915
|
2,
|
|
1909
|
-
() => PredictiveScalingConfiguration
|
|
1916
|
+
() => PredictiveScalingConfiguration$,
|
|
1910
1917
|
],
|
|
1911
1918
|
];
|
|
1912
|
-
var ScalingProcessQuery = [3, n0, _SPQ, 0, [_ASGN, _SPcal], [0, 64 | 0]];
|
|
1913
|
-
var ScheduledActionsType = [
|
|
1919
|
+
var ScalingProcessQuery$ = [3, n0, _SPQ, 0, [_ASGN, _SPcal], [0, 64 | 0]];
|
|
1920
|
+
var ScheduledActionsType$ = [
|
|
1914
1921
|
3,
|
|
1915
1922
|
n0,
|
|
1916
1923
|
_SAT,
|
|
@@ -1918,7 +1925,7 @@ var ScheduledActionsType = [
|
|
|
1918
1925
|
[_SUGA, _NT],
|
|
1919
1926
|
[() => ScheduledUpdateGroupActions, 0],
|
|
1920
1927
|
];
|
|
1921
|
-
var ScheduledUpdateGroupAction = [
|
|
1928
|
+
var ScheduledUpdateGroupAction$ = [
|
|
1922
1929
|
3,
|
|
1923
1930
|
n0,
|
|
1924
1931
|
_SUGAc,
|
|
@@ -1926,7 +1933,7 @@ var ScheduledUpdateGroupAction = [
|
|
|
1926
1933
|
[_ASGN, _SANc, _SAARN, _Tim, _ST, _ET, _Rec, _MS, _MSa, _DC, _TZ],
|
|
1927
1934
|
[0, 0, 0, 4, 4, 4, 0, 1, 1, 1, 0],
|
|
1928
1935
|
];
|
|
1929
|
-
var ScheduledUpdateGroupActionRequest = [
|
|
1936
|
+
var ScheduledUpdateGroupActionRequest$ = [
|
|
1930
1937
|
3,
|
|
1931
1938
|
n0,
|
|
1932
1939
|
_SUGAR,
|
|
@@ -1934,7 +1941,7 @@ var ScheduledUpdateGroupActionRequest = [
|
|
|
1934
1941
|
[_SANc, _ST, _ET, _Rec, _MS, _MSa, _DC, _TZ],
|
|
1935
1942
|
[0, 4, 4, 0, 1, 1, 1, 0],
|
|
1936
1943
|
];
|
|
1937
|
-
var ServiceLinkedRoleFailure = [
|
|
1944
|
+
var ServiceLinkedRoleFailure$ = [
|
|
1938
1945
|
-3,
|
|
1939
1946
|
n0,
|
|
1940
1947
|
_SLRF,
|
|
@@ -1942,50 +1949,50 @@ var ServiceLinkedRoleFailure = [
|
|
|
1942
1949
|
[_m],
|
|
1943
1950
|
[0],
|
|
1944
1951
|
];
|
|
1945
|
-
schema.TypeRegistry.for(n0).registerError(ServiceLinkedRoleFailure
|
|
1946
|
-
var SetDesiredCapacityType = [3, n0, _SDCT, 0, [_ASGN, _DC, _HC], [0, 1, 2]];
|
|
1947
|
-
var SetInstanceHealthQuery = [3, n0, _SIHQ, 0, [_IIns, _HS, _SRGP], [0, 0, 2]];
|
|
1948
|
-
var SetInstanceProtectionAnswer = [3, n0, _SIPA, 0, [], []];
|
|
1949
|
-
var SetInstanceProtectionQuery = [3, n0, _SIPQ, 0, [_II, _ASGN, _PFSI], [64 | 0, 0, 2]];
|
|
1950
|
-
var StartInstanceRefreshAnswer = [3, n0, _SIRA, 0, [_IRI], [0]];
|
|
1951
|
-
var StartInstanceRefreshType = [
|
|
1952
|
+
schema.TypeRegistry.for(n0).registerError(ServiceLinkedRoleFailure$, ServiceLinkedRoleFailure);
|
|
1953
|
+
var SetDesiredCapacityType$ = [3, n0, _SDCT, 0, [_ASGN, _DC, _HC], [0, 1, 2]];
|
|
1954
|
+
var SetInstanceHealthQuery$ = [3, n0, _SIHQ, 0, [_IIns, _HS, _SRGP], [0, 0, 2]];
|
|
1955
|
+
var SetInstanceProtectionAnswer$ = [3, n0, _SIPA, 0, [], []];
|
|
1956
|
+
var SetInstanceProtectionQuery$ = [3, n0, _SIPQ, 0, [_II, _ASGN, _PFSI], [64 | 0, 0, 2]];
|
|
1957
|
+
var StartInstanceRefreshAnswer$ = [3, n0, _SIRA, 0, [_IRI], [0]];
|
|
1958
|
+
var StartInstanceRefreshType$ = [
|
|
1952
1959
|
3,
|
|
1953
1960
|
n0,
|
|
1954
1961
|
_SIRT,
|
|
1955
1962
|
0,
|
|
1956
1963
|
[_ASGN, _Str, _DCes, _Pr],
|
|
1957
|
-
[0, 0, [() => DesiredConfiguration
|
|
1958
|
-
];
|
|
1959
|
-
var StepAdjustment = [3, n0, _SAte, 0, [_MILB, _MIUB, _SA], [1, 1, 1]];
|
|
1960
|
-
var SuspendedProcess = [3, n0, _SPu, 0, [_PNr, _SRu], [0, 0]];
|
|
1961
|
-
var Tag = [3, n0, _Ta, 0, [_RIe, _RTe, _K, _Va, _PAL], [0, 0, 0, 0, 2]];
|
|
1962
|
-
var TagDescription = [3, n0, _TD, 0, [_RIe, _RTe, _K, _Va, _PAL], [0, 0, 0, 0, 2]];
|
|
1963
|
-
var TagsType = [3, n0, _TT, 0, [_T, _NT], [() => TagDescriptionList, 0]];
|
|
1964
|
-
var TargetTrackingConfiguration = [
|
|
1964
|
+
[0, 0, [() => DesiredConfiguration$, 0], () => RefreshPreferences$],
|
|
1965
|
+
];
|
|
1966
|
+
var StepAdjustment$ = [3, n0, _SAte, 0, [_MILB, _MIUB, _SA], [1, 1, 1]];
|
|
1967
|
+
var SuspendedProcess$ = [3, n0, _SPu, 0, [_PNr, _SRu], [0, 0]];
|
|
1968
|
+
var Tag$ = [3, n0, _Ta, 0, [_RIe, _RTe, _K, _Va, _PAL], [0, 0, 0, 0, 2]];
|
|
1969
|
+
var TagDescription$ = [3, n0, _TD, 0, [_RIe, _RTe, _K, _Va, _PAL], [0, 0, 0, 0, 2]];
|
|
1970
|
+
var TagsType$ = [3, n0, _TT, 0, [_T, _NT], [() => TagDescriptionList, 0]];
|
|
1971
|
+
var TargetTrackingConfiguration$ = [
|
|
1965
1972
|
3,
|
|
1966
1973
|
n0,
|
|
1967
1974
|
_TTC,
|
|
1968
1975
|
0,
|
|
1969
1976
|
[_PMS, _CMS, _TV, _DSI],
|
|
1970
|
-
[() => PredefinedMetricSpecification
|
|
1977
|
+
[() => PredefinedMetricSpecification$, () => CustomizedMetricSpecification$, 1, 2],
|
|
1971
1978
|
];
|
|
1972
|
-
var TargetTrackingMetricDataQuery = [
|
|
1979
|
+
var TargetTrackingMetricDataQuery$ = [
|
|
1973
1980
|
3,
|
|
1974
1981
|
n0,
|
|
1975
1982
|
_TTMDQ,
|
|
1976
1983
|
0,
|
|
1977
1984
|
[_Id, _Ex, _MSet, _L, _Pe, _RDe],
|
|
1978
|
-
[0, 0, () => TargetTrackingMetricStat
|
|
1985
|
+
[0, 0, () => TargetTrackingMetricStat$, 0, 1, 2],
|
|
1979
1986
|
];
|
|
1980
|
-
var TargetTrackingMetricStat = [
|
|
1987
|
+
var TargetTrackingMetricStat$ = [
|
|
1981
1988
|
3,
|
|
1982
1989
|
n0,
|
|
1983
1990
|
_TTMS,
|
|
1984
1991
|
0,
|
|
1985
1992
|
[_Met, _Stat, _U, _Pe],
|
|
1986
|
-
[() => Metric
|
|
1993
|
+
[() => Metric$, 0, 0, 1],
|
|
1987
1994
|
];
|
|
1988
|
-
var TerminateInstanceInAutoScalingGroupType = [
|
|
1995
|
+
var TerminateInstanceInAutoScalingGroupType$ = [
|
|
1989
1996
|
3,
|
|
1990
1997
|
n0,
|
|
1991
1998
|
_TIIASGT,
|
|
@@ -1993,10 +2000,10 @@ var TerminateInstanceInAutoScalingGroupType = [
|
|
|
1993
2000
|
[_IIns, _SDDC],
|
|
1994
2001
|
[0, 2],
|
|
1995
2002
|
];
|
|
1996
|
-
var TotalLocalStorageGBRequest = [3, n0, _TLSGBR, 0, [_M, _Ma], [1, 1]];
|
|
1997
|
-
var TrafficSourceIdentifier = [3, n0, _TSI, 0, [_Ide, _Ty], [0, 0]];
|
|
1998
|
-
var TrafficSourceState = [3, n0, _TSS, 0, [_TSr, _Sta, _Ide, _Ty], [0, 0, 0, 0]];
|
|
1999
|
-
var UpdateAutoScalingGroupType = [
|
|
2003
|
+
var TotalLocalStorageGBRequest$ = [3, n0, _TLSGBR, 0, [_M, _Ma], [1, 1]];
|
|
2004
|
+
var TrafficSourceIdentifier$ = [3, n0, _TSI, 0, [_Ide, _Ty], [0, 0]];
|
|
2005
|
+
var TrafficSourceState$ = [3, n0, _TSS, 0, [_TSr, _Sta, _Ide, _Ty], [0, 0, 0, 0]];
|
|
2006
|
+
var UpdateAutoScalingGroupType$ = [
|
|
2000
2007
|
3,
|
|
2001
2008
|
n0,
|
|
2002
2009
|
_UASGT,
|
|
@@ -2033,8 +2040,8 @@ var UpdateAutoScalingGroupType = [
|
|
|
2033
2040
|
[
|
|
2034
2041
|
0,
|
|
2035
2042
|
0,
|
|
2036
|
-
() => LaunchTemplateSpecification
|
|
2037
|
-
[() => MixedInstancesPolicy
|
|
2043
|
+
() => LaunchTemplateSpecification$,
|
|
2044
|
+
[() => MixedInstancesPolicy$, 0],
|
|
2038
2045
|
1,
|
|
2039
2046
|
1,
|
|
2040
2047
|
1,
|
|
@@ -2052,502 +2059,516 @@ var UpdateAutoScalingGroupType = [
|
|
|
2052
2059
|
0,
|
|
2053
2060
|
0,
|
|
2054
2061
|
1,
|
|
2055
|
-
() => InstanceMaintenancePolicy
|
|
2056
|
-
() => AvailabilityZoneDistribution
|
|
2057
|
-
() => AvailabilityZoneImpairmentPolicy
|
|
2062
|
+
() => InstanceMaintenancePolicy$,
|
|
2063
|
+
() => AvailabilityZoneDistribution$,
|
|
2064
|
+
() => AvailabilityZoneImpairmentPolicy$,
|
|
2058
2065
|
2,
|
|
2059
|
-
() => CapacityReservationSpecification
|
|
2060
|
-
() => InstanceLifecyclePolicy
|
|
2066
|
+
() => CapacityReservationSpecification$,
|
|
2067
|
+
() => InstanceLifecyclePolicy$,
|
|
2061
2068
|
],
|
|
2062
2069
|
];
|
|
2063
|
-
var VCpuCountRequest = [3, n0, _VCCR, 0, [_M, _Ma], [1, 1]];
|
|
2064
|
-
var WarmPoolConfiguration = [
|
|
2070
|
+
var VCpuCountRequest$ = [3, n0, _VCCR, 0, [_M, _Ma], [1, 1]];
|
|
2071
|
+
var WarmPoolConfiguration$ = [
|
|
2065
2072
|
3,
|
|
2066
2073
|
n0,
|
|
2067
2074
|
_WPC,
|
|
2068
2075
|
0,
|
|
2069
2076
|
[_MGPC, _MS, _PS, _S, _IRP],
|
|
2070
|
-
[1, 1, 0, 0, () => InstanceReusePolicy],
|
|
2077
|
+
[1, 1, 0, 0, () => InstanceReusePolicy$],
|
|
2071
2078
|
];
|
|
2072
2079
|
var __Unit = "unit";
|
|
2073
|
-
var AutoScalingServiceException = [-3, _sm, "AutoScalingServiceException", 0, [], []];
|
|
2074
|
-
schema.TypeRegistry.for(_sm).registerError(AutoScalingServiceException
|
|
2075
|
-
var Activities = [1, n0, _A, 0, () => Activity];
|
|
2076
|
-
var AdjustmentTypes = [1, n0, _ATdj, 0, () => AdjustmentType];
|
|
2077
|
-
var Alarms = [1, n0, _Ala, 0, () => Alarm];
|
|
2078
|
-
var AutoScalingGroups = [1, n0, _ASGu, 0, [() => AutoScalingGroup
|
|
2079
|
-
var AutoScalingInstances = [1, n0, _ASI, 0, () => AutoScalingInstanceDetails];
|
|
2080
|
-
var BlockDeviceMappings = [1, n0, _BDMl, 0, () => BlockDeviceMapping];
|
|
2081
|
-
var EnabledMetrics = [1, n0, _EM, 0, () => EnabledMetric];
|
|
2080
|
+
var AutoScalingServiceException$ = [-3, _sm, "AutoScalingServiceException", 0, [], []];
|
|
2081
|
+
schema.TypeRegistry.for(_sm).registerError(AutoScalingServiceException$, AutoScalingServiceException);
|
|
2082
|
+
var Activities = [1, n0, _A, 0, () => Activity$];
|
|
2083
|
+
var AdjustmentTypes = [1, n0, _ATdj, 0, () => AdjustmentType$];
|
|
2084
|
+
var Alarms = [1, n0, _Ala, 0, () => Alarm$];
|
|
2085
|
+
var AutoScalingGroups = [1, n0, _ASGu, 0, [() => AutoScalingGroup$, 0]];
|
|
2086
|
+
var AutoScalingInstances = [1, n0, _ASI, 0, () => AutoScalingInstanceDetails$];
|
|
2087
|
+
var BlockDeviceMappings = [1, n0, _BDMl, 0, () => BlockDeviceMapping$];
|
|
2088
|
+
var EnabledMetrics = [1, n0, _EM, 0, () => EnabledMetric$];
|
|
2082
2089
|
var FailedScheduledUpdateGroupActionRequests = [
|
|
2083
2090
|
1,
|
|
2084
2091
|
n0,
|
|
2085
2092
|
_FSUGARa,
|
|
2086
2093
|
0,
|
|
2087
|
-
() => FailedScheduledUpdateGroupActionRequest
|
|
2088
|
-
];
|
|
2089
|
-
var Filters = [1, n0, _F, 0, () => Filter];
|
|
2090
|
-
var InstanceCollections = [1, n0, _ICn, 0, () => InstanceCollection];
|
|
2091
|
-
var InstanceRefreshes = [1, n0, _IR, 0, [() => InstanceRefresh
|
|
2092
|
-
var Instances = [1, n0, _I, 0, () => Instance];
|
|
2093
|
-
var LaunchConfigurations = [1, n0, _LCa, 0, () => LaunchConfiguration];
|
|
2094
|
-
var LaunchInstancesErrors = [1, n0, _LIEa, 0, () => LaunchInstancesError];
|
|
2095
|
-
var LifecycleHooks = [1, n0, _LH, 0, () => LifecycleHook];
|
|
2096
|
-
var LifecycleHookSpecifications = [1, n0, _LHSi, 0, () => LifecycleHookSpecification];
|
|
2097
|
-
var LoadBalancerStates = [1, n0, _LBSo, 0, () => LoadBalancerState];
|
|
2098
|
-
var LoadBalancerTargetGroupStates = [1, n0, _LBTGSo, 0, () => LoadBalancerTargetGroupState];
|
|
2099
|
-
var LoadForecasts = [1, n0, _LFo, 0, () => LoadForecast];
|
|
2100
|
-
var MetricCollectionTypes = [1, n0, _MCTe, 0, () => MetricCollectionType];
|
|
2101
|
-
var MetricDataQueries = [1, n0, _MDQe, 0, () => MetricDataQuery];
|
|
2102
|
-
var MetricDimensions = [1, n0, _MDe, 0, () => MetricDimension];
|
|
2103
|
-
var MetricGranularityTypes = [1, n0, _MGTe, 0, () => MetricGranularityType];
|
|
2104
|
-
var NotificationConfigurations = [1, n0, _NC, 0, () => NotificationConfiguration];
|
|
2105
|
-
var Overrides = [1, n0, _O, 0, [() => LaunchTemplateOverrides
|
|
2094
|
+
() => FailedScheduledUpdateGroupActionRequest$,
|
|
2095
|
+
];
|
|
2096
|
+
var Filters = [1, n0, _F, 0, () => Filter$];
|
|
2097
|
+
var InstanceCollections = [1, n0, _ICn, 0, () => InstanceCollection$];
|
|
2098
|
+
var InstanceRefreshes = [1, n0, _IR, 0, [() => InstanceRefresh$, 0]];
|
|
2099
|
+
var Instances = [1, n0, _I, 0, () => Instance$];
|
|
2100
|
+
var LaunchConfigurations = [1, n0, _LCa, 0, () => LaunchConfiguration$];
|
|
2101
|
+
var LaunchInstancesErrors = [1, n0, _LIEa, 0, () => LaunchInstancesError$];
|
|
2102
|
+
var LifecycleHooks = [1, n0, _LH, 0, () => LifecycleHook$];
|
|
2103
|
+
var LifecycleHookSpecifications = [1, n0, _LHSi, 0, () => LifecycleHookSpecification$];
|
|
2104
|
+
var LoadBalancerStates = [1, n0, _LBSo, 0, () => LoadBalancerState$];
|
|
2105
|
+
var LoadBalancerTargetGroupStates = [1, n0, _LBTGSo, 0, () => LoadBalancerTargetGroupState$];
|
|
2106
|
+
var LoadForecasts = [1, n0, _LFo, 0, () => LoadForecast$];
|
|
2107
|
+
var MetricCollectionTypes = [1, n0, _MCTe, 0, () => MetricCollectionType$];
|
|
2108
|
+
var MetricDataQueries = [1, n0, _MDQe, 0, () => MetricDataQuery$];
|
|
2109
|
+
var MetricDimensions = [1, n0, _MDe, 0, () => MetricDimension$];
|
|
2110
|
+
var MetricGranularityTypes = [1, n0, _MGTe, 0, () => MetricGranularityType$];
|
|
2111
|
+
var NotificationConfigurations = [1, n0, _NC, 0, () => NotificationConfiguration$];
|
|
2112
|
+
var Overrides = [1, n0, _O, 0, [() => LaunchTemplateOverrides$, 0]];
|
|
2106
2113
|
var PerformanceFactorReferenceSetRequest = [
|
|
2107
2114
|
1,
|
|
2108
2115
|
n0,
|
|
2109
2116
|
_PFRSR,
|
|
2110
2117
|
0,
|
|
2111
|
-
[() => PerformanceFactorReferenceRequest
|
|
2118
|
+
[() => PerformanceFactorReferenceRequest$, { [_xN]: _i }],
|
|
2112
2119
|
];
|
|
2113
2120
|
var PredictiveScalingMetricSpecifications = [
|
|
2114
2121
|
1,
|
|
2115
2122
|
n0,
|
|
2116
2123
|
_PSMSre,
|
|
2117
2124
|
0,
|
|
2118
|
-
() => PredictiveScalingMetricSpecification
|
|
2125
|
+
() => PredictiveScalingMetricSpecification$,
|
|
2119
2126
|
];
|
|
2120
|
-
var Processes = [1, n0, _Pro, 0, () => ProcessType];
|
|
2121
|
-
var ScalingPolicies = [1, n0, _SPc, 0, () => ScalingPolicy];
|
|
2127
|
+
var Processes = [1, n0, _Pro, 0, () => ProcessType$];
|
|
2128
|
+
var ScalingPolicies = [1, n0, _SPc, 0, () => ScalingPolicy$];
|
|
2122
2129
|
var ScheduledUpdateGroupActionRequests = [
|
|
2123
2130
|
1,
|
|
2124
2131
|
n0,
|
|
2125
2132
|
_SUGARc,
|
|
2126
2133
|
0,
|
|
2127
|
-
() => ScheduledUpdateGroupActionRequest
|
|
2128
|
-
];
|
|
2129
|
-
var ScheduledUpdateGroupActions = [1, n0, _SUGA, 0, () => ScheduledUpdateGroupAction];
|
|
2130
|
-
var StepAdjustments = [1, n0, _SAt, 0, () => StepAdjustment];
|
|
2131
|
-
var SuspendedProcesses = [1, n0, _SP, 0, () => SuspendedProcess];
|
|
2132
|
-
var TagDescriptionList = [1, n0, _TDL, 0, () => TagDescription];
|
|
2133
|
-
var Tags = [1, n0, _T, 0, () => Tag];
|
|
2134
|
-
var TargetTrackingMetricDataQueries = [1, n0, _TTMDQa, 0, () => TargetTrackingMetricDataQuery];
|
|
2135
|
-
var TrafficSources = [1, n0, _TS, 0, () => TrafficSourceIdentifier];
|
|
2136
|
-
var TrafficSourceStates = [1, n0, _TSSr, 0, () => TrafficSourceState];
|
|
2137
|
-
var AttachInstances = [9, n0, _AIt, 0, () => AttachInstancesQuery
|
|
2138
|
-
var AttachLoadBalancers = [
|
|
2134
|
+
() => ScheduledUpdateGroupActionRequest$,
|
|
2135
|
+
];
|
|
2136
|
+
var ScheduledUpdateGroupActions = [1, n0, _SUGA, 0, () => ScheduledUpdateGroupAction$];
|
|
2137
|
+
var StepAdjustments = [1, n0, _SAt, 0, () => StepAdjustment$];
|
|
2138
|
+
var SuspendedProcesses = [1, n0, _SP, 0, () => SuspendedProcess$];
|
|
2139
|
+
var TagDescriptionList = [1, n0, _TDL, 0, () => TagDescription$];
|
|
2140
|
+
var Tags = [1, n0, _T, 0, () => Tag$];
|
|
2141
|
+
var TargetTrackingMetricDataQueries = [1, n0, _TTMDQa, 0, () => TargetTrackingMetricDataQuery$];
|
|
2142
|
+
var TrafficSources = [1, n0, _TS, 0, () => TrafficSourceIdentifier$];
|
|
2143
|
+
var TrafficSourceStates = [1, n0, _TSSr, 0, () => TrafficSourceState$];
|
|
2144
|
+
var AttachInstances$ = [9, n0, _AIt, 0, () => AttachInstancesQuery$, () => __Unit];
|
|
2145
|
+
var AttachLoadBalancers$ = [
|
|
2139
2146
|
9,
|
|
2140
2147
|
n0,
|
|
2141
2148
|
_ALB,
|
|
2142
2149
|
0,
|
|
2143
|
-
() => AttachLoadBalancersType
|
|
2144
|
-
() => AttachLoadBalancersResultType
|
|
2150
|
+
() => AttachLoadBalancersType$,
|
|
2151
|
+
() => AttachLoadBalancersResultType$,
|
|
2145
2152
|
];
|
|
2146
|
-
var AttachLoadBalancerTargetGroups = [
|
|
2153
|
+
var AttachLoadBalancerTargetGroups$ = [
|
|
2147
2154
|
9,
|
|
2148
2155
|
n0,
|
|
2149
2156
|
_ALBTG,
|
|
2150
2157
|
0,
|
|
2151
|
-
() => AttachLoadBalancerTargetGroupsType
|
|
2152
|
-
() => AttachLoadBalancerTargetGroupsResultType
|
|
2158
|
+
() => AttachLoadBalancerTargetGroupsType$,
|
|
2159
|
+
() => AttachLoadBalancerTargetGroupsResultType$,
|
|
2153
2160
|
];
|
|
2154
|
-
var AttachTrafficSources = [
|
|
2161
|
+
var AttachTrafficSources$ = [
|
|
2155
2162
|
9,
|
|
2156
2163
|
n0,
|
|
2157
2164
|
_ATS,
|
|
2158
2165
|
0,
|
|
2159
|
-
() => AttachTrafficSourcesType
|
|
2160
|
-
() => AttachTrafficSourcesResultType
|
|
2166
|
+
() => AttachTrafficSourcesType$,
|
|
2167
|
+
() => AttachTrafficSourcesResultType$,
|
|
2161
2168
|
];
|
|
2162
|
-
var BatchDeleteScheduledAction = [
|
|
2169
|
+
var BatchDeleteScheduledAction$ = [
|
|
2163
2170
|
9,
|
|
2164
2171
|
n0,
|
|
2165
2172
|
_BDSA,
|
|
2166
2173
|
0,
|
|
2167
|
-
() => BatchDeleteScheduledActionType
|
|
2168
|
-
() => BatchDeleteScheduledActionAnswer
|
|
2174
|
+
() => BatchDeleteScheduledActionType$,
|
|
2175
|
+
() => BatchDeleteScheduledActionAnswer$,
|
|
2169
2176
|
];
|
|
2170
|
-
var BatchPutScheduledUpdateGroupAction = [
|
|
2177
|
+
var BatchPutScheduledUpdateGroupAction$ = [
|
|
2171
2178
|
9,
|
|
2172
2179
|
n0,
|
|
2173
2180
|
_BPSUGA,
|
|
2174
2181
|
0,
|
|
2175
|
-
() => BatchPutScheduledUpdateGroupActionType
|
|
2176
|
-
() => BatchPutScheduledUpdateGroupActionAnswer
|
|
2182
|
+
() => BatchPutScheduledUpdateGroupActionType$,
|
|
2183
|
+
() => BatchPutScheduledUpdateGroupActionAnswer$,
|
|
2177
2184
|
];
|
|
2178
|
-
var CancelInstanceRefresh = [
|
|
2185
|
+
var CancelInstanceRefresh$ = [
|
|
2179
2186
|
9,
|
|
2180
2187
|
n0,
|
|
2181
2188
|
_CIR,
|
|
2182
2189
|
0,
|
|
2183
|
-
() => CancelInstanceRefreshType
|
|
2184
|
-
() => CancelInstanceRefreshAnswer
|
|
2190
|
+
() => CancelInstanceRefreshType$,
|
|
2191
|
+
() => CancelInstanceRefreshAnswer$,
|
|
2185
2192
|
];
|
|
2186
|
-
var CompleteLifecycleAction = [
|
|
2193
|
+
var CompleteLifecycleAction$ = [
|
|
2187
2194
|
9,
|
|
2188
2195
|
n0,
|
|
2189
2196
|
_CLA,
|
|
2190
2197
|
0,
|
|
2191
|
-
() => CompleteLifecycleActionType
|
|
2192
|
-
() => CompleteLifecycleActionAnswer
|
|
2198
|
+
() => CompleteLifecycleActionType$,
|
|
2199
|
+
() => CompleteLifecycleActionAnswer$,
|
|
2193
2200
|
];
|
|
2194
|
-
var CreateAutoScalingGroup = [
|
|
2201
|
+
var CreateAutoScalingGroup$ = [
|
|
2195
2202
|
9,
|
|
2196
2203
|
n0,
|
|
2197
2204
|
_CASG,
|
|
2198
2205
|
0,
|
|
2199
|
-
() => CreateAutoScalingGroupType
|
|
2206
|
+
() => CreateAutoScalingGroupType$,
|
|
2200
2207
|
() => __Unit,
|
|
2201
2208
|
];
|
|
2202
|
-
var CreateLaunchConfiguration = [
|
|
2209
|
+
var CreateLaunchConfiguration$ = [
|
|
2203
2210
|
9,
|
|
2204
2211
|
n0,
|
|
2205
2212
|
_CLC,
|
|
2206
2213
|
0,
|
|
2207
|
-
() => CreateLaunchConfigurationType
|
|
2214
|
+
() => CreateLaunchConfigurationType$,
|
|
2208
2215
|
() => __Unit,
|
|
2209
2216
|
];
|
|
2210
|
-
var CreateOrUpdateTags = [9, n0, _COUT, 0, () => CreateOrUpdateTagsType
|
|
2211
|
-
var DeleteAutoScalingGroup = [
|
|
2217
|
+
var CreateOrUpdateTags$ = [9, n0, _COUT, 0, () => CreateOrUpdateTagsType$, () => __Unit];
|
|
2218
|
+
var DeleteAutoScalingGroup$ = [
|
|
2212
2219
|
9,
|
|
2213
2220
|
n0,
|
|
2214
2221
|
_DASG,
|
|
2215
2222
|
0,
|
|
2216
|
-
() => DeleteAutoScalingGroupType
|
|
2223
|
+
() => DeleteAutoScalingGroupType$,
|
|
2217
2224
|
() => __Unit,
|
|
2218
2225
|
];
|
|
2219
|
-
var DeleteLaunchConfiguration = [
|
|
2226
|
+
var DeleteLaunchConfiguration$ = [
|
|
2220
2227
|
9,
|
|
2221
2228
|
n0,
|
|
2222
2229
|
_DLC,
|
|
2223
2230
|
0,
|
|
2224
|
-
() => LaunchConfigurationNameType
|
|
2231
|
+
() => LaunchConfigurationNameType$,
|
|
2225
2232
|
() => __Unit,
|
|
2226
2233
|
];
|
|
2227
|
-
var DeleteLifecycleHook = [
|
|
2234
|
+
var DeleteLifecycleHook$ = [
|
|
2228
2235
|
9,
|
|
2229
2236
|
n0,
|
|
2230
2237
|
_DLH,
|
|
2231
2238
|
0,
|
|
2232
|
-
() => DeleteLifecycleHookType
|
|
2233
|
-
() => DeleteLifecycleHookAnswer
|
|
2239
|
+
() => DeleteLifecycleHookType$,
|
|
2240
|
+
() => DeleteLifecycleHookAnswer$,
|
|
2234
2241
|
];
|
|
2235
|
-
var DeleteNotificationConfiguration = [
|
|
2242
|
+
var DeleteNotificationConfiguration$ = [
|
|
2236
2243
|
9,
|
|
2237
2244
|
n0,
|
|
2238
2245
|
_DNC,
|
|
2239
2246
|
0,
|
|
2240
|
-
() => DeleteNotificationConfigurationType
|
|
2247
|
+
() => DeleteNotificationConfigurationType$,
|
|
2241
2248
|
() => __Unit,
|
|
2242
2249
|
];
|
|
2243
|
-
var DeletePolicy = [9, n0, _DP, 0, () => DeletePolicyType
|
|
2244
|
-
var DeleteScheduledAction = [
|
|
2250
|
+
var DeletePolicy$ = [9, n0, _DP, 0, () => DeletePolicyType$, () => __Unit];
|
|
2251
|
+
var DeleteScheduledAction$ = [
|
|
2245
2252
|
9,
|
|
2246
2253
|
n0,
|
|
2247
2254
|
_DSA,
|
|
2248
2255
|
0,
|
|
2249
|
-
() => DeleteScheduledActionType
|
|
2256
|
+
() => DeleteScheduledActionType$,
|
|
2250
2257
|
() => __Unit,
|
|
2251
2258
|
];
|
|
2252
|
-
var DeleteTags = [9, n0, _DT, 0, () => DeleteTagsType
|
|
2253
|
-
var DeleteWarmPool = [
|
|
2259
|
+
var DeleteTags$ = [9, n0, _DT, 0, () => DeleteTagsType$, () => __Unit];
|
|
2260
|
+
var DeleteWarmPool$ = [
|
|
2254
2261
|
9,
|
|
2255
2262
|
n0,
|
|
2256
2263
|
_DWP,
|
|
2257
2264
|
0,
|
|
2258
|
-
() => DeleteWarmPoolType
|
|
2259
|
-
() => DeleteWarmPoolAnswer
|
|
2265
|
+
() => DeleteWarmPoolType$,
|
|
2266
|
+
() => DeleteWarmPoolAnswer$,
|
|
2260
2267
|
];
|
|
2261
|
-
var DescribeAccountLimits = [
|
|
2268
|
+
var DescribeAccountLimits$ = [
|
|
2262
2269
|
9,
|
|
2263
2270
|
n0,
|
|
2264
2271
|
_DAL,
|
|
2265
2272
|
0,
|
|
2266
2273
|
() => __Unit,
|
|
2267
|
-
() => DescribeAccountLimitsAnswer
|
|
2274
|
+
() => DescribeAccountLimitsAnswer$,
|
|
2268
2275
|
];
|
|
2269
|
-
var DescribeAdjustmentTypes = [
|
|
2276
|
+
var DescribeAdjustmentTypes$ = [
|
|
2270
2277
|
9,
|
|
2271
2278
|
n0,
|
|
2272
2279
|
_DAT,
|
|
2273
2280
|
0,
|
|
2274
2281
|
() => __Unit,
|
|
2275
|
-
() => DescribeAdjustmentTypesAnswer
|
|
2282
|
+
() => DescribeAdjustmentTypesAnswer$,
|
|
2276
2283
|
];
|
|
2277
|
-
var DescribeAutoScalingGroups = [
|
|
2284
|
+
var DescribeAutoScalingGroups$ = [
|
|
2278
2285
|
9,
|
|
2279
2286
|
n0,
|
|
2280
2287
|
_DASGe,
|
|
2281
2288
|
0,
|
|
2282
|
-
() => AutoScalingGroupNamesType
|
|
2283
|
-
() => AutoScalingGroupsType
|
|
2289
|
+
() => AutoScalingGroupNamesType$,
|
|
2290
|
+
() => AutoScalingGroupsType$,
|
|
2284
2291
|
];
|
|
2285
|
-
var DescribeAutoScalingInstances = [
|
|
2292
|
+
var DescribeAutoScalingInstances$ = [
|
|
2286
2293
|
9,
|
|
2287
2294
|
n0,
|
|
2288
2295
|
_DASI,
|
|
2289
2296
|
0,
|
|
2290
|
-
() => DescribeAutoScalingInstancesType
|
|
2291
|
-
() => AutoScalingInstancesType
|
|
2297
|
+
() => DescribeAutoScalingInstancesType$,
|
|
2298
|
+
() => AutoScalingInstancesType$,
|
|
2292
2299
|
];
|
|
2293
|
-
var DescribeAutoScalingNotificationTypes = [
|
|
2300
|
+
var DescribeAutoScalingNotificationTypes$ = [
|
|
2294
2301
|
9,
|
|
2295
2302
|
n0,
|
|
2296
2303
|
_DASNT,
|
|
2297
2304
|
0,
|
|
2298
2305
|
() => __Unit,
|
|
2299
|
-
() => DescribeAutoScalingNotificationTypesAnswer
|
|
2306
|
+
() => DescribeAutoScalingNotificationTypesAnswer$,
|
|
2300
2307
|
];
|
|
2301
|
-
var DescribeInstanceRefreshes = [
|
|
2308
|
+
var DescribeInstanceRefreshes$ = [
|
|
2302
2309
|
9,
|
|
2303
2310
|
n0,
|
|
2304
2311
|
_DIR,
|
|
2305
2312
|
0,
|
|
2306
|
-
() => DescribeInstanceRefreshesType
|
|
2307
|
-
() => DescribeInstanceRefreshesAnswer
|
|
2313
|
+
() => DescribeInstanceRefreshesType$,
|
|
2314
|
+
() => DescribeInstanceRefreshesAnswer$,
|
|
2308
2315
|
];
|
|
2309
|
-
var DescribeLaunchConfigurations = [
|
|
2316
|
+
var DescribeLaunchConfigurations$ = [
|
|
2310
2317
|
9,
|
|
2311
2318
|
n0,
|
|
2312
2319
|
_DLCe,
|
|
2313
2320
|
0,
|
|
2314
|
-
() => LaunchConfigurationNamesType
|
|
2315
|
-
() => LaunchConfigurationsType
|
|
2321
|
+
() => LaunchConfigurationNamesType$,
|
|
2322
|
+
() => LaunchConfigurationsType$,
|
|
2316
2323
|
];
|
|
2317
|
-
var DescribeLifecycleHooks = [
|
|
2324
|
+
var DescribeLifecycleHooks$ = [
|
|
2318
2325
|
9,
|
|
2319
2326
|
n0,
|
|
2320
2327
|
_DLHe,
|
|
2321
2328
|
0,
|
|
2322
|
-
() => DescribeLifecycleHooksType
|
|
2323
|
-
() => DescribeLifecycleHooksAnswer
|
|
2329
|
+
() => DescribeLifecycleHooksType$,
|
|
2330
|
+
() => DescribeLifecycleHooksAnswer$,
|
|
2324
2331
|
];
|
|
2325
|
-
var DescribeLifecycleHookTypes = [
|
|
2332
|
+
var DescribeLifecycleHookTypes$ = [
|
|
2326
2333
|
9,
|
|
2327
2334
|
n0,
|
|
2328
2335
|
_DLHTes,
|
|
2329
2336
|
0,
|
|
2330
2337
|
() => __Unit,
|
|
2331
|
-
() => DescribeLifecycleHookTypesAnswer
|
|
2338
|
+
() => DescribeLifecycleHookTypesAnswer$,
|
|
2332
2339
|
];
|
|
2333
|
-
var DescribeLoadBalancers = [
|
|
2340
|
+
var DescribeLoadBalancers$ = [
|
|
2334
2341
|
9,
|
|
2335
2342
|
n0,
|
|
2336
2343
|
_DLB,
|
|
2337
2344
|
0,
|
|
2338
|
-
() => DescribeLoadBalancersRequest
|
|
2339
|
-
() => DescribeLoadBalancersResponse
|
|
2345
|
+
() => DescribeLoadBalancersRequest$,
|
|
2346
|
+
() => DescribeLoadBalancersResponse$,
|
|
2340
2347
|
];
|
|
2341
|
-
var DescribeLoadBalancerTargetGroups = [
|
|
2348
|
+
var DescribeLoadBalancerTargetGroups$ = [
|
|
2342
2349
|
9,
|
|
2343
2350
|
n0,
|
|
2344
2351
|
_DLBTG,
|
|
2345
2352
|
0,
|
|
2346
|
-
() => DescribeLoadBalancerTargetGroupsRequest
|
|
2347
|
-
() => DescribeLoadBalancerTargetGroupsResponse
|
|
2353
|
+
() => DescribeLoadBalancerTargetGroupsRequest$,
|
|
2354
|
+
() => DescribeLoadBalancerTargetGroupsResponse$,
|
|
2348
2355
|
];
|
|
2349
|
-
var DescribeMetricCollectionTypes = [
|
|
2356
|
+
var DescribeMetricCollectionTypes$ = [
|
|
2350
2357
|
9,
|
|
2351
2358
|
n0,
|
|
2352
2359
|
_DMCT,
|
|
2353
2360
|
0,
|
|
2354
2361
|
() => __Unit,
|
|
2355
|
-
() => DescribeMetricCollectionTypesAnswer
|
|
2362
|
+
() => DescribeMetricCollectionTypesAnswer$,
|
|
2356
2363
|
];
|
|
2357
|
-
var DescribeNotificationConfigurations = [
|
|
2364
|
+
var DescribeNotificationConfigurations$ = [
|
|
2358
2365
|
9,
|
|
2359
2366
|
n0,
|
|
2360
2367
|
_DNCe,
|
|
2361
2368
|
0,
|
|
2362
|
-
() => DescribeNotificationConfigurationsType
|
|
2363
|
-
() => DescribeNotificationConfigurationsAnswer
|
|
2369
|
+
() => DescribeNotificationConfigurationsType$,
|
|
2370
|
+
() => DescribeNotificationConfigurationsAnswer$,
|
|
2371
|
+
];
|
|
2372
|
+
var DescribePolicies$ = [
|
|
2373
|
+
9,
|
|
2374
|
+
n0,
|
|
2375
|
+
_DPe,
|
|
2376
|
+
0,
|
|
2377
|
+
() => DescribePoliciesType$,
|
|
2378
|
+
() => PoliciesType$,
|
|
2364
2379
|
];
|
|
2365
|
-
var
|
|
2366
|
-
var DescribeScalingActivities = [
|
|
2380
|
+
var DescribeScalingActivities$ = [
|
|
2367
2381
|
9,
|
|
2368
2382
|
n0,
|
|
2369
2383
|
_DSAe,
|
|
2370
2384
|
0,
|
|
2371
|
-
() => DescribeScalingActivitiesType
|
|
2372
|
-
() => ActivitiesType
|
|
2385
|
+
() => DescribeScalingActivitiesType$,
|
|
2386
|
+
() => ActivitiesType$,
|
|
2373
2387
|
];
|
|
2374
|
-
var DescribeScalingProcessTypes = [9, n0, _DSPT, 0, () => __Unit, () => ProcessesType];
|
|
2375
|
-
var DescribeScheduledActions = [
|
|
2388
|
+
var DescribeScalingProcessTypes$ = [9, n0, _DSPT, 0, () => __Unit, () => ProcessesType$];
|
|
2389
|
+
var DescribeScheduledActions$ = [
|
|
2376
2390
|
9,
|
|
2377
2391
|
n0,
|
|
2378
2392
|
_DSAes,
|
|
2379
2393
|
0,
|
|
2380
|
-
() => DescribeScheduledActionsType
|
|
2381
|
-
() => ScheduledActionsType
|
|
2394
|
+
() => DescribeScheduledActionsType$,
|
|
2395
|
+
() => ScheduledActionsType$,
|
|
2382
2396
|
];
|
|
2383
|
-
var DescribeTags = [9, n0, _DTe, 0, () => DescribeTagsType
|
|
2384
|
-
var DescribeTerminationPolicyTypes = [
|
|
2397
|
+
var DescribeTags$ = [9, n0, _DTe, 0, () => DescribeTagsType$, () => TagsType$];
|
|
2398
|
+
var DescribeTerminationPolicyTypes$ = [
|
|
2385
2399
|
9,
|
|
2386
2400
|
n0,
|
|
2387
2401
|
_DTPT,
|
|
2388
2402
|
0,
|
|
2389
2403
|
() => __Unit,
|
|
2390
|
-
() => DescribeTerminationPolicyTypesAnswer
|
|
2404
|
+
() => DescribeTerminationPolicyTypesAnswer$,
|
|
2391
2405
|
];
|
|
2392
|
-
var DescribeTrafficSources = [
|
|
2406
|
+
var DescribeTrafficSources$ = [
|
|
2393
2407
|
9,
|
|
2394
2408
|
n0,
|
|
2395
2409
|
_DTS,
|
|
2396
2410
|
0,
|
|
2397
|
-
() => DescribeTrafficSourcesRequest
|
|
2398
|
-
() => DescribeTrafficSourcesResponse
|
|
2411
|
+
() => DescribeTrafficSourcesRequest$,
|
|
2412
|
+
() => DescribeTrafficSourcesResponse$,
|
|
2399
2413
|
];
|
|
2400
|
-
var DescribeWarmPool = [
|
|
2414
|
+
var DescribeWarmPool$ = [
|
|
2401
2415
|
9,
|
|
2402
2416
|
n0,
|
|
2403
2417
|
_DWPe,
|
|
2404
2418
|
0,
|
|
2405
|
-
() => DescribeWarmPoolType
|
|
2406
|
-
() => DescribeWarmPoolAnswer
|
|
2419
|
+
() => DescribeWarmPoolType$,
|
|
2420
|
+
() => DescribeWarmPoolAnswer$,
|
|
2407
2421
|
];
|
|
2408
|
-
var DetachInstances = [
|
|
2422
|
+
var DetachInstances$ = [
|
|
2409
2423
|
9,
|
|
2410
2424
|
n0,
|
|
2411
2425
|
_DI,
|
|
2412
2426
|
0,
|
|
2413
|
-
() => DetachInstancesQuery
|
|
2414
|
-
() => DetachInstancesAnswer
|
|
2427
|
+
() => DetachInstancesQuery$,
|
|
2428
|
+
() => DetachInstancesAnswer$,
|
|
2415
2429
|
];
|
|
2416
|
-
var DetachLoadBalancers = [
|
|
2430
|
+
var DetachLoadBalancers$ = [
|
|
2417
2431
|
9,
|
|
2418
2432
|
n0,
|
|
2419
2433
|
_DLBe,
|
|
2420
2434
|
0,
|
|
2421
|
-
() => DetachLoadBalancersType
|
|
2422
|
-
() => DetachLoadBalancersResultType
|
|
2435
|
+
() => DetachLoadBalancersType$,
|
|
2436
|
+
() => DetachLoadBalancersResultType$,
|
|
2423
2437
|
];
|
|
2424
|
-
var DetachLoadBalancerTargetGroups = [
|
|
2438
|
+
var DetachLoadBalancerTargetGroups$ = [
|
|
2425
2439
|
9,
|
|
2426
2440
|
n0,
|
|
2427
2441
|
_DLBTGe,
|
|
2428
2442
|
0,
|
|
2429
|
-
() => DetachLoadBalancerTargetGroupsType
|
|
2430
|
-
() => DetachLoadBalancerTargetGroupsResultType
|
|
2443
|
+
() => DetachLoadBalancerTargetGroupsType$,
|
|
2444
|
+
() => DetachLoadBalancerTargetGroupsResultType$,
|
|
2431
2445
|
];
|
|
2432
|
-
var DetachTrafficSources = [
|
|
2446
|
+
var DetachTrafficSources$ = [
|
|
2433
2447
|
9,
|
|
2434
2448
|
n0,
|
|
2435
2449
|
_DTSe,
|
|
2436
2450
|
0,
|
|
2437
|
-
() => DetachTrafficSourcesType
|
|
2438
|
-
() => DetachTrafficSourcesResultType
|
|
2451
|
+
() => DetachTrafficSourcesType$,
|
|
2452
|
+
() => DetachTrafficSourcesResultType$,
|
|
2439
2453
|
];
|
|
2440
|
-
var DisableMetricsCollection = [
|
|
2454
|
+
var DisableMetricsCollection$ = [
|
|
2441
2455
|
9,
|
|
2442
2456
|
n0,
|
|
2443
2457
|
_DMC,
|
|
2444
2458
|
0,
|
|
2445
|
-
() => DisableMetricsCollectionQuery
|
|
2459
|
+
() => DisableMetricsCollectionQuery$,
|
|
2446
2460
|
() => __Unit,
|
|
2447
2461
|
];
|
|
2448
|
-
var EnableMetricsCollection = [
|
|
2462
|
+
var EnableMetricsCollection$ = [
|
|
2449
2463
|
9,
|
|
2450
2464
|
n0,
|
|
2451
2465
|
_EMC,
|
|
2452
2466
|
0,
|
|
2453
|
-
() => EnableMetricsCollectionQuery
|
|
2467
|
+
() => EnableMetricsCollectionQuery$,
|
|
2454
2468
|
() => __Unit,
|
|
2455
2469
|
];
|
|
2456
|
-
var EnterStandby = [9, n0, _ES, 0, () => EnterStandbyQuery
|
|
2457
|
-
var ExecutePolicy = [9, n0, _EP, 0, () => ExecutePolicyType
|
|
2458
|
-
var ExitStandby = [9, n0, _ESx, 0, () => ExitStandbyQuery
|
|
2459
|
-
var GetPredictiveScalingForecast = [
|
|
2470
|
+
var EnterStandby$ = [9, n0, _ES, 0, () => EnterStandbyQuery$, () => EnterStandbyAnswer$];
|
|
2471
|
+
var ExecutePolicy$ = [9, n0, _EP, 0, () => ExecutePolicyType$, () => __Unit];
|
|
2472
|
+
var ExitStandby$ = [9, n0, _ESx, 0, () => ExitStandbyQuery$, () => ExitStandbyAnswer$];
|
|
2473
|
+
var GetPredictiveScalingForecast$ = [
|
|
2460
2474
|
9,
|
|
2461
2475
|
n0,
|
|
2462
2476
|
_GPSF,
|
|
2463
2477
|
0,
|
|
2464
|
-
() => GetPredictiveScalingForecastType
|
|
2465
|
-
() => GetPredictiveScalingForecastAnswer
|
|
2478
|
+
() => GetPredictiveScalingForecastType$,
|
|
2479
|
+
() => GetPredictiveScalingForecastAnswer$,
|
|
2466
2480
|
];
|
|
2467
|
-
var LaunchInstances = [
|
|
2481
|
+
var LaunchInstances$ = [
|
|
2468
2482
|
9,
|
|
2469
2483
|
n0,
|
|
2470
2484
|
_LI,
|
|
2471
2485
|
0,
|
|
2472
|
-
() => LaunchInstancesRequest
|
|
2473
|
-
() => LaunchInstancesResult
|
|
2486
|
+
() => LaunchInstancesRequest$,
|
|
2487
|
+
() => LaunchInstancesResult$,
|
|
2474
2488
|
];
|
|
2475
|
-
var PutLifecycleHook = [
|
|
2489
|
+
var PutLifecycleHook$ = [
|
|
2476
2490
|
9,
|
|
2477
2491
|
n0,
|
|
2478
2492
|
_PLH,
|
|
2479
2493
|
0,
|
|
2480
|
-
() => PutLifecycleHookType
|
|
2481
|
-
() => PutLifecycleHookAnswer
|
|
2494
|
+
() => PutLifecycleHookType$,
|
|
2495
|
+
() => PutLifecycleHookAnswer$,
|
|
2482
2496
|
];
|
|
2483
|
-
var PutNotificationConfiguration = [
|
|
2497
|
+
var PutNotificationConfiguration$ = [
|
|
2484
2498
|
9,
|
|
2485
2499
|
n0,
|
|
2486
2500
|
_PNC,
|
|
2487
2501
|
0,
|
|
2488
|
-
() => PutNotificationConfigurationType
|
|
2502
|
+
() => PutNotificationConfigurationType$,
|
|
2489
2503
|
() => __Unit,
|
|
2490
2504
|
];
|
|
2491
|
-
var PutScalingPolicy = [
|
|
2492
|
-
|
|
2505
|
+
var PutScalingPolicy$ = [
|
|
2506
|
+
9,
|
|
2507
|
+
n0,
|
|
2508
|
+
_PSP,
|
|
2509
|
+
0,
|
|
2510
|
+
() => PutScalingPolicyType$,
|
|
2511
|
+
() => PolicyARNType$,
|
|
2512
|
+
];
|
|
2513
|
+
var PutScheduledUpdateGroupAction$ = [
|
|
2493
2514
|
9,
|
|
2494
2515
|
n0,
|
|
2495
2516
|
_PSUGA,
|
|
2496
2517
|
0,
|
|
2497
|
-
() => PutScheduledUpdateGroupActionType
|
|
2518
|
+
() => PutScheduledUpdateGroupActionType$,
|
|
2498
2519
|
() => __Unit,
|
|
2499
2520
|
];
|
|
2500
|
-
var PutWarmPool = [9, n0, _PWP, 0, () => PutWarmPoolType
|
|
2501
|
-
var RecordLifecycleActionHeartbeat = [
|
|
2521
|
+
var PutWarmPool$ = [9, n0, _PWP, 0, () => PutWarmPoolType$, () => PutWarmPoolAnswer$];
|
|
2522
|
+
var RecordLifecycleActionHeartbeat$ = [
|
|
2502
2523
|
9,
|
|
2503
2524
|
n0,
|
|
2504
2525
|
_RLAH,
|
|
2505
2526
|
0,
|
|
2506
|
-
() => RecordLifecycleActionHeartbeatType
|
|
2507
|
-
() => RecordLifecycleActionHeartbeatAnswer
|
|
2527
|
+
() => RecordLifecycleActionHeartbeatType$,
|
|
2528
|
+
() => RecordLifecycleActionHeartbeatAnswer$,
|
|
2508
2529
|
];
|
|
2509
|
-
var ResumeProcesses = [9, n0, _RPe, 0, () => ScalingProcessQuery
|
|
2510
|
-
var RollbackInstanceRefresh = [
|
|
2530
|
+
var ResumeProcesses$ = [9, n0, _RPe, 0, () => ScalingProcessQuery$, () => __Unit];
|
|
2531
|
+
var RollbackInstanceRefresh$ = [
|
|
2511
2532
|
9,
|
|
2512
2533
|
n0,
|
|
2513
2534
|
_RIR,
|
|
2514
2535
|
0,
|
|
2515
|
-
() => RollbackInstanceRefreshType
|
|
2516
|
-
() => RollbackInstanceRefreshAnswer
|
|
2536
|
+
() => RollbackInstanceRefreshType$,
|
|
2537
|
+
() => RollbackInstanceRefreshAnswer$,
|
|
2517
2538
|
];
|
|
2518
|
-
var SetDesiredCapacity = [9, n0, _SDC, 0, () => SetDesiredCapacityType
|
|
2519
|
-
var SetInstanceHealth = [9, n0, _SIH, 0, () => SetInstanceHealthQuery
|
|
2520
|
-
var SetInstanceProtection = [
|
|
2539
|
+
var SetDesiredCapacity$ = [9, n0, _SDC, 0, () => SetDesiredCapacityType$, () => __Unit];
|
|
2540
|
+
var SetInstanceHealth$ = [9, n0, _SIH, 0, () => SetInstanceHealthQuery$, () => __Unit];
|
|
2541
|
+
var SetInstanceProtection$ = [
|
|
2521
2542
|
9,
|
|
2522
2543
|
n0,
|
|
2523
2544
|
_SIPe,
|
|
2524
2545
|
0,
|
|
2525
|
-
() => SetInstanceProtectionQuery
|
|
2526
|
-
() => SetInstanceProtectionAnswer
|
|
2546
|
+
() => SetInstanceProtectionQuery$,
|
|
2547
|
+
() => SetInstanceProtectionAnswer$,
|
|
2527
2548
|
];
|
|
2528
|
-
var StartInstanceRefresh = [
|
|
2549
|
+
var StartInstanceRefresh$ = [
|
|
2529
2550
|
9,
|
|
2530
2551
|
n0,
|
|
2531
2552
|
_SIR,
|
|
2532
2553
|
0,
|
|
2533
|
-
() => StartInstanceRefreshType
|
|
2534
|
-
() => StartInstanceRefreshAnswer
|
|
2554
|
+
() => StartInstanceRefreshType$,
|
|
2555
|
+
() => StartInstanceRefreshAnswer$,
|
|
2535
2556
|
];
|
|
2536
|
-
var SuspendProcesses = [9, n0, _SPus, 0, () => ScalingProcessQuery
|
|
2537
|
-
var TerminateInstanceInAutoScalingGroup = [
|
|
2557
|
+
var SuspendProcesses$ = [9, n0, _SPus, 0, () => ScalingProcessQuery$, () => __Unit];
|
|
2558
|
+
var TerminateInstanceInAutoScalingGroup$ = [
|
|
2538
2559
|
9,
|
|
2539
2560
|
n0,
|
|
2540
2561
|
_TIIASG,
|
|
2541
2562
|
0,
|
|
2542
|
-
() => TerminateInstanceInAutoScalingGroupType
|
|
2543
|
-
() => ActivityType
|
|
2563
|
+
() => TerminateInstanceInAutoScalingGroupType$,
|
|
2564
|
+
() => ActivityType$,
|
|
2544
2565
|
];
|
|
2545
|
-
var UpdateAutoScalingGroup = [
|
|
2566
|
+
var UpdateAutoScalingGroup$ = [
|
|
2546
2567
|
9,
|
|
2547
2568
|
n0,
|
|
2548
2569
|
_UASG,
|
|
2549
2570
|
0,
|
|
2550
|
-
() => UpdateAutoScalingGroupType
|
|
2571
|
+
() => UpdateAutoScalingGroupType$,
|
|
2551
2572
|
() => __Unit,
|
|
2552
2573
|
];
|
|
2553
2574
|
|
|
@@ -2559,7 +2580,7 @@ class AttachInstancesCommand extends smithyClient.Command
|
|
|
2559
2580
|
})
|
|
2560
2581
|
.s("AutoScaling_2011_01_01", "AttachInstances", {})
|
|
2561
2582
|
.n("AutoScalingClient", "AttachInstancesCommand")
|
|
2562
|
-
.sc(AttachInstances)
|
|
2583
|
+
.sc(AttachInstances$)
|
|
2563
2584
|
.build() {
|
|
2564
2585
|
}
|
|
2565
2586
|
|
|
@@ -2571,7 +2592,7 @@ class AttachLoadBalancersCommand extends smithyClient.Command
|
|
|
2571
2592
|
})
|
|
2572
2593
|
.s("AutoScaling_2011_01_01", "AttachLoadBalancers", {})
|
|
2573
2594
|
.n("AutoScalingClient", "AttachLoadBalancersCommand")
|
|
2574
|
-
.sc(AttachLoadBalancers)
|
|
2595
|
+
.sc(AttachLoadBalancers$)
|
|
2575
2596
|
.build() {
|
|
2576
2597
|
}
|
|
2577
2598
|
|
|
@@ -2583,7 +2604,7 @@ class AttachLoadBalancerTargetGroupsCommand extends smithyClient.Command
|
|
|
2583
2604
|
})
|
|
2584
2605
|
.s("AutoScaling_2011_01_01", "AttachLoadBalancerTargetGroups", {})
|
|
2585
2606
|
.n("AutoScalingClient", "AttachLoadBalancerTargetGroupsCommand")
|
|
2586
|
-
.sc(AttachLoadBalancerTargetGroups)
|
|
2607
|
+
.sc(AttachLoadBalancerTargetGroups$)
|
|
2587
2608
|
.build() {
|
|
2588
2609
|
}
|
|
2589
2610
|
|
|
@@ -2595,7 +2616,7 @@ class AttachTrafficSourcesCommand extends smithyClient.Command
|
|
|
2595
2616
|
})
|
|
2596
2617
|
.s("AutoScaling_2011_01_01", "AttachTrafficSources", {})
|
|
2597
2618
|
.n("AutoScalingClient", "AttachTrafficSourcesCommand")
|
|
2598
|
-
.sc(AttachTrafficSources)
|
|
2619
|
+
.sc(AttachTrafficSources$)
|
|
2599
2620
|
.build() {
|
|
2600
2621
|
}
|
|
2601
2622
|
|
|
@@ -2607,7 +2628,7 @@ class BatchDeleteScheduledActionCommand extends smithyClient.Command
|
|
|
2607
2628
|
})
|
|
2608
2629
|
.s("AutoScaling_2011_01_01", "BatchDeleteScheduledAction", {})
|
|
2609
2630
|
.n("AutoScalingClient", "BatchDeleteScheduledActionCommand")
|
|
2610
|
-
.sc(BatchDeleteScheduledAction)
|
|
2631
|
+
.sc(BatchDeleteScheduledAction$)
|
|
2611
2632
|
.build() {
|
|
2612
2633
|
}
|
|
2613
2634
|
|
|
@@ -2619,7 +2640,7 @@ class BatchPutScheduledUpdateGroupActionCommand extends smithyClient.Command
|
|
|
2619
2640
|
})
|
|
2620
2641
|
.s("AutoScaling_2011_01_01", "BatchPutScheduledUpdateGroupAction", {})
|
|
2621
2642
|
.n("AutoScalingClient", "BatchPutScheduledUpdateGroupActionCommand")
|
|
2622
|
-
.sc(BatchPutScheduledUpdateGroupAction)
|
|
2643
|
+
.sc(BatchPutScheduledUpdateGroupAction$)
|
|
2623
2644
|
.build() {
|
|
2624
2645
|
}
|
|
2625
2646
|
|
|
@@ -2631,7 +2652,7 @@ class CancelInstanceRefreshCommand extends smithyClient.Command
|
|
|
2631
2652
|
})
|
|
2632
2653
|
.s("AutoScaling_2011_01_01", "CancelInstanceRefresh", {})
|
|
2633
2654
|
.n("AutoScalingClient", "CancelInstanceRefreshCommand")
|
|
2634
|
-
.sc(CancelInstanceRefresh)
|
|
2655
|
+
.sc(CancelInstanceRefresh$)
|
|
2635
2656
|
.build() {
|
|
2636
2657
|
}
|
|
2637
2658
|
|
|
@@ -2643,7 +2664,7 @@ class CompleteLifecycleActionCommand extends smithyClient.Command
|
|
|
2643
2664
|
})
|
|
2644
2665
|
.s("AutoScaling_2011_01_01", "CompleteLifecycleAction", {})
|
|
2645
2666
|
.n("AutoScalingClient", "CompleteLifecycleActionCommand")
|
|
2646
|
-
.sc(CompleteLifecycleAction)
|
|
2667
|
+
.sc(CompleteLifecycleAction$)
|
|
2647
2668
|
.build() {
|
|
2648
2669
|
}
|
|
2649
2670
|
|
|
@@ -2655,7 +2676,7 @@ class CreateAutoScalingGroupCommand extends smithyClient.Command
|
|
|
2655
2676
|
})
|
|
2656
2677
|
.s("AutoScaling_2011_01_01", "CreateAutoScalingGroup", {})
|
|
2657
2678
|
.n("AutoScalingClient", "CreateAutoScalingGroupCommand")
|
|
2658
|
-
.sc(CreateAutoScalingGroup)
|
|
2679
|
+
.sc(CreateAutoScalingGroup$)
|
|
2659
2680
|
.build() {
|
|
2660
2681
|
}
|
|
2661
2682
|
|
|
@@ -2667,7 +2688,7 @@ class CreateLaunchConfigurationCommand extends smithyClient.Command
|
|
|
2667
2688
|
})
|
|
2668
2689
|
.s("AutoScaling_2011_01_01", "CreateLaunchConfiguration", {})
|
|
2669
2690
|
.n("AutoScalingClient", "CreateLaunchConfigurationCommand")
|
|
2670
|
-
.sc(CreateLaunchConfiguration)
|
|
2691
|
+
.sc(CreateLaunchConfiguration$)
|
|
2671
2692
|
.build() {
|
|
2672
2693
|
}
|
|
2673
2694
|
|
|
@@ -2679,7 +2700,7 @@ class CreateOrUpdateTagsCommand extends smithyClient.Command
|
|
|
2679
2700
|
})
|
|
2680
2701
|
.s("AutoScaling_2011_01_01", "CreateOrUpdateTags", {})
|
|
2681
2702
|
.n("AutoScalingClient", "CreateOrUpdateTagsCommand")
|
|
2682
|
-
.sc(CreateOrUpdateTags)
|
|
2703
|
+
.sc(CreateOrUpdateTags$)
|
|
2683
2704
|
.build() {
|
|
2684
2705
|
}
|
|
2685
2706
|
|
|
@@ -2691,7 +2712,7 @@ class DeleteAutoScalingGroupCommand extends smithyClient.Command
|
|
|
2691
2712
|
})
|
|
2692
2713
|
.s("AutoScaling_2011_01_01", "DeleteAutoScalingGroup", {})
|
|
2693
2714
|
.n("AutoScalingClient", "DeleteAutoScalingGroupCommand")
|
|
2694
|
-
.sc(DeleteAutoScalingGroup)
|
|
2715
|
+
.sc(DeleteAutoScalingGroup$)
|
|
2695
2716
|
.build() {
|
|
2696
2717
|
}
|
|
2697
2718
|
|
|
@@ -2703,7 +2724,7 @@ class DeleteLaunchConfigurationCommand extends smithyClient.Command
|
|
|
2703
2724
|
})
|
|
2704
2725
|
.s("AutoScaling_2011_01_01", "DeleteLaunchConfiguration", {})
|
|
2705
2726
|
.n("AutoScalingClient", "DeleteLaunchConfigurationCommand")
|
|
2706
|
-
.sc(DeleteLaunchConfiguration)
|
|
2727
|
+
.sc(DeleteLaunchConfiguration$)
|
|
2707
2728
|
.build() {
|
|
2708
2729
|
}
|
|
2709
2730
|
|
|
@@ -2715,7 +2736,7 @@ class DeleteLifecycleHookCommand extends smithyClient.Command
|
|
|
2715
2736
|
})
|
|
2716
2737
|
.s("AutoScaling_2011_01_01", "DeleteLifecycleHook", {})
|
|
2717
2738
|
.n("AutoScalingClient", "DeleteLifecycleHookCommand")
|
|
2718
|
-
.sc(DeleteLifecycleHook)
|
|
2739
|
+
.sc(DeleteLifecycleHook$)
|
|
2719
2740
|
.build() {
|
|
2720
2741
|
}
|
|
2721
2742
|
|
|
@@ -2727,7 +2748,7 @@ class DeleteNotificationConfigurationCommand extends smithyClient.Command
|
|
|
2727
2748
|
})
|
|
2728
2749
|
.s("AutoScaling_2011_01_01", "DeleteNotificationConfiguration", {})
|
|
2729
2750
|
.n("AutoScalingClient", "DeleteNotificationConfigurationCommand")
|
|
2730
|
-
.sc(DeleteNotificationConfiguration)
|
|
2751
|
+
.sc(DeleteNotificationConfiguration$)
|
|
2731
2752
|
.build() {
|
|
2732
2753
|
}
|
|
2733
2754
|
|
|
@@ -2739,7 +2760,7 @@ class DeletePolicyCommand extends smithyClient.Command
|
|
|
2739
2760
|
})
|
|
2740
2761
|
.s("AutoScaling_2011_01_01", "DeletePolicy", {})
|
|
2741
2762
|
.n("AutoScalingClient", "DeletePolicyCommand")
|
|
2742
|
-
.sc(DeletePolicy)
|
|
2763
|
+
.sc(DeletePolicy$)
|
|
2743
2764
|
.build() {
|
|
2744
2765
|
}
|
|
2745
2766
|
|
|
@@ -2751,7 +2772,7 @@ class DeleteScheduledActionCommand extends smithyClient.Command
|
|
|
2751
2772
|
})
|
|
2752
2773
|
.s("AutoScaling_2011_01_01", "DeleteScheduledAction", {})
|
|
2753
2774
|
.n("AutoScalingClient", "DeleteScheduledActionCommand")
|
|
2754
|
-
.sc(DeleteScheduledAction)
|
|
2775
|
+
.sc(DeleteScheduledAction$)
|
|
2755
2776
|
.build() {
|
|
2756
2777
|
}
|
|
2757
2778
|
|
|
@@ -2763,7 +2784,7 @@ class DeleteTagsCommand extends smithyClient.Command
|
|
|
2763
2784
|
})
|
|
2764
2785
|
.s("AutoScaling_2011_01_01", "DeleteTags", {})
|
|
2765
2786
|
.n("AutoScalingClient", "DeleteTagsCommand")
|
|
2766
|
-
.sc(DeleteTags)
|
|
2787
|
+
.sc(DeleteTags$)
|
|
2767
2788
|
.build() {
|
|
2768
2789
|
}
|
|
2769
2790
|
|
|
@@ -2775,7 +2796,7 @@ class DeleteWarmPoolCommand extends smithyClient.Command
|
|
|
2775
2796
|
})
|
|
2776
2797
|
.s("AutoScaling_2011_01_01", "DeleteWarmPool", {})
|
|
2777
2798
|
.n("AutoScalingClient", "DeleteWarmPoolCommand")
|
|
2778
|
-
.sc(DeleteWarmPool)
|
|
2799
|
+
.sc(DeleteWarmPool$)
|
|
2779
2800
|
.build() {
|
|
2780
2801
|
}
|
|
2781
2802
|
|
|
@@ -2787,7 +2808,7 @@ class DescribeAccountLimitsCommand extends smithyClient.Command
|
|
|
2787
2808
|
})
|
|
2788
2809
|
.s("AutoScaling_2011_01_01", "DescribeAccountLimits", {})
|
|
2789
2810
|
.n("AutoScalingClient", "DescribeAccountLimitsCommand")
|
|
2790
|
-
.sc(DescribeAccountLimits)
|
|
2811
|
+
.sc(DescribeAccountLimits$)
|
|
2791
2812
|
.build() {
|
|
2792
2813
|
}
|
|
2793
2814
|
|
|
@@ -2799,7 +2820,7 @@ class DescribeAdjustmentTypesCommand extends smithyClient.Command
|
|
|
2799
2820
|
})
|
|
2800
2821
|
.s("AutoScaling_2011_01_01", "DescribeAdjustmentTypes", {})
|
|
2801
2822
|
.n("AutoScalingClient", "DescribeAdjustmentTypesCommand")
|
|
2802
|
-
.sc(DescribeAdjustmentTypes)
|
|
2823
|
+
.sc(DescribeAdjustmentTypes$)
|
|
2803
2824
|
.build() {
|
|
2804
2825
|
}
|
|
2805
2826
|
|
|
@@ -2811,7 +2832,7 @@ class DescribeAutoScalingGroupsCommand extends smithyClient.Command
|
|
|
2811
2832
|
})
|
|
2812
2833
|
.s("AutoScaling_2011_01_01", "DescribeAutoScalingGroups", {})
|
|
2813
2834
|
.n("AutoScalingClient", "DescribeAutoScalingGroupsCommand")
|
|
2814
|
-
.sc(DescribeAutoScalingGroups)
|
|
2835
|
+
.sc(DescribeAutoScalingGroups$)
|
|
2815
2836
|
.build() {
|
|
2816
2837
|
}
|
|
2817
2838
|
|
|
@@ -2823,7 +2844,7 @@ class DescribeAutoScalingInstancesCommand extends smithyClient.Command
|
|
|
2823
2844
|
})
|
|
2824
2845
|
.s("AutoScaling_2011_01_01", "DescribeAutoScalingInstances", {})
|
|
2825
2846
|
.n("AutoScalingClient", "DescribeAutoScalingInstancesCommand")
|
|
2826
|
-
.sc(DescribeAutoScalingInstances)
|
|
2847
|
+
.sc(DescribeAutoScalingInstances$)
|
|
2827
2848
|
.build() {
|
|
2828
2849
|
}
|
|
2829
2850
|
|
|
@@ -2835,7 +2856,7 @@ class DescribeAutoScalingNotificationTypesCommand extends smithyClient.Command
|
|
|
2835
2856
|
})
|
|
2836
2857
|
.s("AutoScaling_2011_01_01", "DescribeAutoScalingNotificationTypes", {})
|
|
2837
2858
|
.n("AutoScalingClient", "DescribeAutoScalingNotificationTypesCommand")
|
|
2838
|
-
.sc(DescribeAutoScalingNotificationTypes)
|
|
2859
|
+
.sc(DescribeAutoScalingNotificationTypes$)
|
|
2839
2860
|
.build() {
|
|
2840
2861
|
}
|
|
2841
2862
|
|
|
@@ -2847,7 +2868,7 @@ class DescribeInstanceRefreshesCommand extends smithyClient.Command
|
|
|
2847
2868
|
})
|
|
2848
2869
|
.s("AutoScaling_2011_01_01", "DescribeInstanceRefreshes", {})
|
|
2849
2870
|
.n("AutoScalingClient", "DescribeInstanceRefreshesCommand")
|
|
2850
|
-
.sc(DescribeInstanceRefreshes)
|
|
2871
|
+
.sc(DescribeInstanceRefreshes$)
|
|
2851
2872
|
.build() {
|
|
2852
2873
|
}
|
|
2853
2874
|
|
|
@@ -2859,7 +2880,7 @@ class DescribeLaunchConfigurationsCommand extends smithyClient.Command
|
|
|
2859
2880
|
})
|
|
2860
2881
|
.s("AutoScaling_2011_01_01", "DescribeLaunchConfigurations", {})
|
|
2861
2882
|
.n("AutoScalingClient", "DescribeLaunchConfigurationsCommand")
|
|
2862
|
-
.sc(DescribeLaunchConfigurations)
|
|
2883
|
+
.sc(DescribeLaunchConfigurations$)
|
|
2863
2884
|
.build() {
|
|
2864
2885
|
}
|
|
2865
2886
|
|
|
@@ -2871,7 +2892,7 @@ class DescribeLifecycleHooksCommand extends smithyClient.Command
|
|
|
2871
2892
|
})
|
|
2872
2893
|
.s("AutoScaling_2011_01_01", "DescribeLifecycleHooks", {})
|
|
2873
2894
|
.n("AutoScalingClient", "DescribeLifecycleHooksCommand")
|
|
2874
|
-
.sc(DescribeLifecycleHooks)
|
|
2895
|
+
.sc(DescribeLifecycleHooks$)
|
|
2875
2896
|
.build() {
|
|
2876
2897
|
}
|
|
2877
2898
|
|
|
@@ -2883,7 +2904,7 @@ class DescribeLifecycleHookTypesCommand extends smithyClient.Command
|
|
|
2883
2904
|
})
|
|
2884
2905
|
.s("AutoScaling_2011_01_01", "DescribeLifecycleHookTypes", {})
|
|
2885
2906
|
.n("AutoScalingClient", "DescribeLifecycleHookTypesCommand")
|
|
2886
|
-
.sc(DescribeLifecycleHookTypes)
|
|
2907
|
+
.sc(DescribeLifecycleHookTypes$)
|
|
2887
2908
|
.build() {
|
|
2888
2909
|
}
|
|
2889
2910
|
|
|
@@ -2895,7 +2916,7 @@ class DescribeLoadBalancersCommand extends smithyClient.Command
|
|
|
2895
2916
|
})
|
|
2896
2917
|
.s("AutoScaling_2011_01_01", "DescribeLoadBalancers", {})
|
|
2897
2918
|
.n("AutoScalingClient", "DescribeLoadBalancersCommand")
|
|
2898
|
-
.sc(DescribeLoadBalancers)
|
|
2919
|
+
.sc(DescribeLoadBalancers$)
|
|
2899
2920
|
.build() {
|
|
2900
2921
|
}
|
|
2901
2922
|
|
|
@@ -2907,7 +2928,7 @@ class DescribeLoadBalancerTargetGroupsCommand extends smithyClient.Command
|
|
|
2907
2928
|
})
|
|
2908
2929
|
.s("AutoScaling_2011_01_01", "DescribeLoadBalancerTargetGroups", {})
|
|
2909
2930
|
.n("AutoScalingClient", "DescribeLoadBalancerTargetGroupsCommand")
|
|
2910
|
-
.sc(DescribeLoadBalancerTargetGroups)
|
|
2931
|
+
.sc(DescribeLoadBalancerTargetGroups$)
|
|
2911
2932
|
.build() {
|
|
2912
2933
|
}
|
|
2913
2934
|
|
|
@@ -2919,7 +2940,7 @@ class DescribeMetricCollectionTypesCommand extends smithyClient.Command
|
|
|
2919
2940
|
})
|
|
2920
2941
|
.s("AutoScaling_2011_01_01", "DescribeMetricCollectionTypes", {})
|
|
2921
2942
|
.n("AutoScalingClient", "DescribeMetricCollectionTypesCommand")
|
|
2922
|
-
.sc(DescribeMetricCollectionTypes)
|
|
2943
|
+
.sc(DescribeMetricCollectionTypes$)
|
|
2923
2944
|
.build() {
|
|
2924
2945
|
}
|
|
2925
2946
|
|
|
@@ -2931,7 +2952,7 @@ class DescribeNotificationConfigurationsCommand extends smithyClient.Command
|
|
|
2931
2952
|
})
|
|
2932
2953
|
.s("AutoScaling_2011_01_01", "DescribeNotificationConfigurations", {})
|
|
2933
2954
|
.n("AutoScalingClient", "DescribeNotificationConfigurationsCommand")
|
|
2934
|
-
.sc(DescribeNotificationConfigurations)
|
|
2955
|
+
.sc(DescribeNotificationConfigurations$)
|
|
2935
2956
|
.build() {
|
|
2936
2957
|
}
|
|
2937
2958
|
|
|
@@ -2943,7 +2964,7 @@ class DescribePoliciesCommand extends smithyClient.Command
|
|
|
2943
2964
|
})
|
|
2944
2965
|
.s("AutoScaling_2011_01_01", "DescribePolicies", {})
|
|
2945
2966
|
.n("AutoScalingClient", "DescribePoliciesCommand")
|
|
2946
|
-
.sc(DescribePolicies)
|
|
2967
|
+
.sc(DescribePolicies$)
|
|
2947
2968
|
.build() {
|
|
2948
2969
|
}
|
|
2949
2970
|
|
|
@@ -2955,7 +2976,7 @@ class DescribeScalingActivitiesCommand extends smithyClient.Command
|
|
|
2955
2976
|
})
|
|
2956
2977
|
.s("AutoScaling_2011_01_01", "DescribeScalingActivities", {})
|
|
2957
2978
|
.n("AutoScalingClient", "DescribeScalingActivitiesCommand")
|
|
2958
|
-
.sc(DescribeScalingActivities)
|
|
2979
|
+
.sc(DescribeScalingActivities$)
|
|
2959
2980
|
.build() {
|
|
2960
2981
|
}
|
|
2961
2982
|
|
|
@@ -2967,7 +2988,7 @@ class DescribeScalingProcessTypesCommand extends smithyClient.Command
|
|
|
2967
2988
|
})
|
|
2968
2989
|
.s("AutoScaling_2011_01_01", "DescribeScalingProcessTypes", {})
|
|
2969
2990
|
.n("AutoScalingClient", "DescribeScalingProcessTypesCommand")
|
|
2970
|
-
.sc(DescribeScalingProcessTypes)
|
|
2991
|
+
.sc(DescribeScalingProcessTypes$)
|
|
2971
2992
|
.build() {
|
|
2972
2993
|
}
|
|
2973
2994
|
|
|
@@ -2979,7 +3000,7 @@ class DescribeScheduledActionsCommand extends smithyClient.Command
|
|
|
2979
3000
|
})
|
|
2980
3001
|
.s("AutoScaling_2011_01_01", "DescribeScheduledActions", {})
|
|
2981
3002
|
.n("AutoScalingClient", "DescribeScheduledActionsCommand")
|
|
2982
|
-
.sc(DescribeScheduledActions)
|
|
3003
|
+
.sc(DescribeScheduledActions$)
|
|
2983
3004
|
.build() {
|
|
2984
3005
|
}
|
|
2985
3006
|
|
|
@@ -2991,7 +3012,7 @@ class DescribeTagsCommand extends smithyClient.Command
|
|
|
2991
3012
|
})
|
|
2992
3013
|
.s("AutoScaling_2011_01_01", "DescribeTags", {})
|
|
2993
3014
|
.n("AutoScalingClient", "DescribeTagsCommand")
|
|
2994
|
-
.sc(DescribeTags)
|
|
3015
|
+
.sc(DescribeTags$)
|
|
2995
3016
|
.build() {
|
|
2996
3017
|
}
|
|
2997
3018
|
|
|
@@ -3003,7 +3024,7 @@ class DescribeTerminationPolicyTypesCommand extends smithyClient.Command
|
|
|
3003
3024
|
})
|
|
3004
3025
|
.s("AutoScaling_2011_01_01", "DescribeTerminationPolicyTypes", {})
|
|
3005
3026
|
.n("AutoScalingClient", "DescribeTerminationPolicyTypesCommand")
|
|
3006
|
-
.sc(DescribeTerminationPolicyTypes)
|
|
3027
|
+
.sc(DescribeTerminationPolicyTypes$)
|
|
3007
3028
|
.build() {
|
|
3008
3029
|
}
|
|
3009
3030
|
|
|
@@ -3015,7 +3036,7 @@ class DescribeTrafficSourcesCommand extends smithyClient.Command
|
|
|
3015
3036
|
})
|
|
3016
3037
|
.s("AutoScaling_2011_01_01", "DescribeTrafficSources", {})
|
|
3017
3038
|
.n("AutoScalingClient", "DescribeTrafficSourcesCommand")
|
|
3018
|
-
.sc(DescribeTrafficSources)
|
|
3039
|
+
.sc(DescribeTrafficSources$)
|
|
3019
3040
|
.build() {
|
|
3020
3041
|
}
|
|
3021
3042
|
|
|
@@ -3027,7 +3048,7 @@ class DescribeWarmPoolCommand extends smithyClient.Command
|
|
|
3027
3048
|
})
|
|
3028
3049
|
.s("AutoScaling_2011_01_01", "DescribeWarmPool", {})
|
|
3029
3050
|
.n("AutoScalingClient", "DescribeWarmPoolCommand")
|
|
3030
|
-
.sc(DescribeWarmPool)
|
|
3051
|
+
.sc(DescribeWarmPool$)
|
|
3031
3052
|
.build() {
|
|
3032
3053
|
}
|
|
3033
3054
|
|
|
@@ -3039,7 +3060,7 @@ class DetachInstancesCommand extends smithyClient.Command
|
|
|
3039
3060
|
})
|
|
3040
3061
|
.s("AutoScaling_2011_01_01", "DetachInstances", {})
|
|
3041
3062
|
.n("AutoScalingClient", "DetachInstancesCommand")
|
|
3042
|
-
.sc(DetachInstances)
|
|
3063
|
+
.sc(DetachInstances$)
|
|
3043
3064
|
.build() {
|
|
3044
3065
|
}
|
|
3045
3066
|
|
|
@@ -3051,7 +3072,7 @@ class DetachLoadBalancersCommand extends smithyClient.Command
|
|
|
3051
3072
|
})
|
|
3052
3073
|
.s("AutoScaling_2011_01_01", "DetachLoadBalancers", {})
|
|
3053
3074
|
.n("AutoScalingClient", "DetachLoadBalancersCommand")
|
|
3054
|
-
.sc(DetachLoadBalancers)
|
|
3075
|
+
.sc(DetachLoadBalancers$)
|
|
3055
3076
|
.build() {
|
|
3056
3077
|
}
|
|
3057
3078
|
|
|
@@ -3063,7 +3084,7 @@ class DetachLoadBalancerTargetGroupsCommand extends smithyClient.Command
|
|
|
3063
3084
|
})
|
|
3064
3085
|
.s("AutoScaling_2011_01_01", "DetachLoadBalancerTargetGroups", {})
|
|
3065
3086
|
.n("AutoScalingClient", "DetachLoadBalancerTargetGroupsCommand")
|
|
3066
|
-
.sc(DetachLoadBalancerTargetGroups)
|
|
3087
|
+
.sc(DetachLoadBalancerTargetGroups$)
|
|
3067
3088
|
.build() {
|
|
3068
3089
|
}
|
|
3069
3090
|
|
|
@@ -3075,7 +3096,7 @@ class DetachTrafficSourcesCommand extends smithyClient.Command
|
|
|
3075
3096
|
})
|
|
3076
3097
|
.s("AutoScaling_2011_01_01", "DetachTrafficSources", {})
|
|
3077
3098
|
.n("AutoScalingClient", "DetachTrafficSourcesCommand")
|
|
3078
|
-
.sc(DetachTrafficSources)
|
|
3099
|
+
.sc(DetachTrafficSources$)
|
|
3079
3100
|
.build() {
|
|
3080
3101
|
}
|
|
3081
3102
|
|
|
@@ -3087,7 +3108,7 @@ class DisableMetricsCollectionCommand extends smithyClient.Command
|
|
|
3087
3108
|
})
|
|
3088
3109
|
.s("AutoScaling_2011_01_01", "DisableMetricsCollection", {})
|
|
3089
3110
|
.n("AutoScalingClient", "DisableMetricsCollectionCommand")
|
|
3090
|
-
.sc(DisableMetricsCollection)
|
|
3111
|
+
.sc(DisableMetricsCollection$)
|
|
3091
3112
|
.build() {
|
|
3092
3113
|
}
|
|
3093
3114
|
|
|
@@ -3099,7 +3120,7 @@ class EnableMetricsCollectionCommand extends smithyClient.Command
|
|
|
3099
3120
|
})
|
|
3100
3121
|
.s("AutoScaling_2011_01_01", "EnableMetricsCollection", {})
|
|
3101
3122
|
.n("AutoScalingClient", "EnableMetricsCollectionCommand")
|
|
3102
|
-
.sc(EnableMetricsCollection)
|
|
3123
|
+
.sc(EnableMetricsCollection$)
|
|
3103
3124
|
.build() {
|
|
3104
3125
|
}
|
|
3105
3126
|
|
|
@@ -3111,7 +3132,7 @@ class EnterStandbyCommand extends smithyClient.Command
|
|
|
3111
3132
|
})
|
|
3112
3133
|
.s("AutoScaling_2011_01_01", "EnterStandby", {})
|
|
3113
3134
|
.n("AutoScalingClient", "EnterStandbyCommand")
|
|
3114
|
-
.sc(EnterStandby)
|
|
3135
|
+
.sc(EnterStandby$)
|
|
3115
3136
|
.build() {
|
|
3116
3137
|
}
|
|
3117
3138
|
|
|
@@ -3123,7 +3144,7 @@ class ExecutePolicyCommand extends smithyClient.Command
|
|
|
3123
3144
|
})
|
|
3124
3145
|
.s("AutoScaling_2011_01_01", "ExecutePolicy", {})
|
|
3125
3146
|
.n("AutoScalingClient", "ExecutePolicyCommand")
|
|
3126
|
-
.sc(ExecutePolicy)
|
|
3147
|
+
.sc(ExecutePolicy$)
|
|
3127
3148
|
.build() {
|
|
3128
3149
|
}
|
|
3129
3150
|
|
|
@@ -3135,7 +3156,7 @@ class ExitStandbyCommand extends smithyClient.Command
|
|
|
3135
3156
|
})
|
|
3136
3157
|
.s("AutoScaling_2011_01_01", "ExitStandby", {})
|
|
3137
3158
|
.n("AutoScalingClient", "ExitStandbyCommand")
|
|
3138
|
-
.sc(ExitStandby)
|
|
3159
|
+
.sc(ExitStandby$)
|
|
3139
3160
|
.build() {
|
|
3140
3161
|
}
|
|
3141
3162
|
|
|
@@ -3147,7 +3168,7 @@ class GetPredictiveScalingForecastCommand extends smithyClient.Command
|
|
|
3147
3168
|
})
|
|
3148
3169
|
.s("AutoScaling_2011_01_01", "GetPredictiveScalingForecast", {})
|
|
3149
3170
|
.n("AutoScalingClient", "GetPredictiveScalingForecastCommand")
|
|
3150
|
-
.sc(GetPredictiveScalingForecast)
|
|
3171
|
+
.sc(GetPredictiveScalingForecast$)
|
|
3151
3172
|
.build() {
|
|
3152
3173
|
}
|
|
3153
3174
|
|
|
@@ -3159,7 +3180,7 @@ class LaunchInstancesCommand extends smithyClient.Command
|
|
|
3159
3180
|
})
|
|
3160
3181
|
.s("AutoScaling_2011_01_01", "LaunchInstances", {})
|
|
3161
3182
|
.n("AutoScalingClient", "LaunchInstancesCommand")
|
|
3162
|
-
.sc(LaunchInstances)
|
|
3183
|
+
.sc(LaunchInstances$)
|
|
3163
3184
|
.build() {
|
|
3164
3185
|
}
|
|
3165
3186
|
|
|
@@ -3171,7 +3192,7 @@ class PutLifecycleHookCommand extends smithyClient.Command
|
|
|
3171
3192
|
})
|
|
3172
3193
|
.s("AutoScaling_2011_01_01", "PutLifecycleHook", {})
|
|
3173
3194
|
.n("AutoScalingClient", "PutLifecycleHookCommand")
|
|
3174
|
-
.sc(PutLifecycleHook)
|
|
3195
|
+
.sc(PutLifecycleHook$)
|
|
3175
3196
|
.build() {
|
|
3176
3197
|
}
|
|
3177
3198
|
|
|
@@ -3183,7 +3204,7 @@ class PutNotificationConfigurationCommand extends smithyClient.Command
|
|
|
3183
3204
|
})
|
|
3184
3205
|
.s("AutoScaling_2011_01_01", "PutNotificationConfiguration", {})
|
|
3185
3206
|
.n("AutoScalingClient", "PutNotificationConfigurationCommand")
|
|
3186
|
-
.sc(PutNotificationConfiguration)
|
|
3207
|
+
.sc(PutNotificationConfiguration$)
|
|
3187
3208
|
.build() {
|
|
3188
3209
|
}
|
|
3189
3210
|
|
|
@@ -3195,7 +3216,7 @@ class PutScalingPolicyCommand extends smithyClient.Command
|
|
|
3195
3216
|
})
|
|
3196
3217
|
.s("AutoScaling_2011_01_01", "PutScalingPolicy", {})
|
|
3197
3218
|
.n("AutoScalingClient", "PutScalingPolicyCommand")
|
|
3198
|
-
.sc(PutScalingPolicy)
|
|
3219
|
+
.sc(PutScalingPolicy$)
|
|
3199
3220
|
.build() {
|
|
3200
3221
|
}
|
|
3201
3222
|
|
|
@@ -3207,7 +3228,7 @@ class PutScheduledUpdateGroupActionCommand extends smithyClient.Command
|
|
|
3207
3228
|
})
|
|
3208
3229
|
.s("AutoScaling_2011_01_01", "PutScheduledUpdateGroupAction", {})
|
|
3209
3230
|
.n("AutoScalingClient", "PutScheduledUpdateGroupActionCommand")
|
|
3210
|
-
.sc(PutScheduledUpdateGroupAction)
|
|
3231
|
+
.sc(PutScheduledUpdateGroupAction$)
|
|
3211
3232
|
.build() {
|
|
3212
3233
|
}
|
|
3213
3234
|
|
|
@@ -3219,7 +3240,7 @@ class PutWarmPoolCommand extends smithyClient.Command
|
|
|
3219
3240
|
})
|
|
3220
3241
|
.s("AutoScaling_2011_01_01", "PutWarmPool", {})
|
|
3221
3242
|
.n("AutoScalingClient", "PutWarmPoolCommand")
|
|
3222
|
-
.sc(PutWarmPool)
|
|
3243
|
+
.sc(PutWarmPool$)
|
|
3223
3244
|
.build() {
|
|
3224
3245
|
}
|
|
3225
3246
|
|
|
@@ -3231,7 +3252,7 @@ class RecordLifecycleActionHeartbeatCommand extends smithyClient.Command
|
|
|
3231
3252
|
})
|
|
3232
3253
|
.s("AutoScaling_2011_01_01", "RecordLifecycleActionHeartbeat", {})
|
|
3233
3254
|
.n("AutoScalingClient", "RecordLifecycleActionHeartbeatCommand")
|
|
3234
|
-
.sc(RecordLifecycleActionHeartbeat)
|
|
3255
|
+
.sc(RecordLifecycleActionHeartbeat$)
|
|
3235
3256
|
.build() {
|
|
3236
3257
|
}
|
|
3237
3258
|
|
|
@@ -3243,7 +3264,7 @@ class ResumeProcessesCommand extends smithyClient.Command
|
|
|
3243
3264
|
})
|
|
3244
3265
|
.s("AutoScaling_2011_01_01", "ResumeProcesses", {})
|
|
3245
3266
|
.n("AutoScalingClient", "ResumeProcessesCommand")
|
|
3246
|
-
.sc(ResumeProcesses)
|
|
3267
|
+
.sc(ResumeProcesses$)
|
|
3247
3268
|
.build() {
|
|
3248
3269
|
}
|
|
3249
3270
|
|
|
@@ -3255,7 +3276,7 @@ class RollbackInstanceRefreshCommand extends smithyClient.Command
|
|
|
3255
3276
|
})
|
|
3256
3277
|
.s("AutoScaling_2011_01_01", "RollbackInstanceRefresh", {})
|
|
3257
3278
|
.n("AutoScalingClient", "RollbackInstanceRefreshCommand")
|
|
3258
|
-
.sc(RollbackInstanceRefresh)
|
|
3279
|
+
.sc(RollbackInstanceRefresh$)
|
|
3259
3280
|
.build() {
|
|
3260
3281
|
}
|
|
3261
3282
|
|
|
@@ -3267,7 +3288,7 @@ class SetDesiredCapacityCommand extends smithyClient.Command
|
|
|
3267
3288
|
})
|
|
3268
3289
|
.s("AutoScaling_2011_01_01", "SetDesiredCapacity", {})
|
|
3269
3290
|
.n("AutoScalingClient", "SetDesiredCapacityCommand")
|
|
3270
|
-
.sc(SetDesiredCapacity)
|
|
3291
|
+
.sc(SetDesiredCapacity$)
|
|
3271
3292
|
.build() {
|
|
3272
3293
|
}
|
|
3273
3294
|
|
|
@@ -3279,7 +3300,7 @@ class SetInstanceHealthCommand extends smithyClient.Command
|
|
|
3279
3300
|
})
|
|
3280
3301
|
.s("AutoScaling_2011_01_01", "SetInstanceHealth", {})
|
|
3281
3302
|
.n("AutoScalingClient", "SetInstanceHealthCommand")
|
|
3282
|
-
.sc(SetInstanceHealth)
|
|
3303
|
+
.sc(SetInstanceHealth$)
|
|
3283
3304
|
.build() {
|
|
3284
3305
|
}
|
|
3285
3306
|
|
|
@@ -3291,7 +3312,7 @@ class SetInstanceProtectionCommand extends smithyClient.Command
|
|
|
3291
3312
|
})
|
|
3292
3313
|
.s("AutoScaling_2011_01_01", "SetInstanceProtection", {})
|
|
3293
3314
|
.n("AutoScalingClient", "SetInstanceProtectionCommand")
|
|
3294
|
-
.sc(SetInstanceProtection)
|
|
3315
|
+
.sc(SetInstanceProtection$)
|
|
3295
3316
|
.build() {
|
|
3296
3317
|
}
|
|
3297
3318
|
|
|
@@ -3303,7 +3324,7 @@ class StartInstanceRefreshCommand extends smithyClient.Command
|
|
|
3303
3324
|
})
|
|
3304
3325
|
.s("AutoScaling_2011_01_01", "StartInstanceRefresh", {})
|
|
3305
3326
|
.n("AutoScalingClient", "StartInstanceRefreshCommand")
|
|
3306
|
-
.sc(StartInstanceRefresh)
|
|
3327
|
+
.sc(StartInstanceRefresh$)
|
|
3307
3328
|
.build() {
|
|
3308
3329
|
}
|
|
3309
3330
|
|
|
@@ -3315,7 +3336,7 @@ class SuspendProcessesCommand extends smithyClient.Command
|
|
|
3315
3336
|
})
|
|
3316
3337
|
.s("AutoScaling_2011_01_01", "SuspendProcesses", {})
|
|
3317
3338
|
.n("AutoScalingClient", "SuspendProcessesCommand")
|
|
3318
|
-
.sc(SuspendProcesses)
|
|
3339
|
+
.sc(SuspendProcesses$)
|
|
3319
3340
|
.build() {
|
|
3320
3341
|
}
|
|
3321
3342
|
|
|
@@ -3327,7 +3348,7 @@ class TerminateInstanceInAutoScalingGroupCommand extends smithyClient.Command
|
|
|
3327
3348
|
})
|
|
3328
3349
|
.s("AutoScaling_2011_01_01", "TerminateInstanceInAutoScalingGroup", {})
|
|
3329
3350
|
.n("AutoScalingClient", "TerminateInstanceInAutoScalingGroupCommand")
|
|
3330
|
-
.sc(TerminateInstanceInAutoScalingGroup)
|
|
3351
|
+
.sc(TerminateInstanceInAutoScalingGroup$)
|
|
3331
3352
|
.build() {
|
|
3332
3353
|
}
|
|
3333
3354
|
|
|
@@ -3339,7 +3360,7 @@ class UpdateAutoScalingGroupCommand extends smithyClient.Command
|
|
|
3339
3360
|
})
|
|
3340
3361
|
.s("AutoScaling_2011_01_01", "UpdateAutoScalingGroup", {})
|
|
3341
3362
|
.n("AutoScalingClient", "UpdateAutoScalingGroupCommand")
|
|
3342
|
-
.sc(UpdateAutoScalingGroup)
|
|
3363
|
+
.sc(UpdateAutoScalingGroup$)
|
|
3343
3364
|
.build() {
|
|
3344
3365
|
}
|
|
3345
3366
|
|
|
@@ -3784,115 +3805,384 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3784
3805
|
enumerable: true,
|
|
3785
3806
|
get: function () { return smithyClient.Client; }
|
|
3786
3807
|
});
|
|
3808
|
+
exports.AcceleratorCountRequest$ = AcceleratorCountRequest$;
|
|
3787
3809
|
exports.AcceleratorManufacturer = AcceleratorManufacturer;
|
|
3788
3810
|
exports.AcceleratorName = AcceleratorName;
|
|
3811
|
+
exports.AcceleratorTotalMemoryMiBRequest$ = AcceleratorTotalMemoryMiBRequest$;
|
|
3789
3812
|
exports.AcceleratorType = AcceleratorType;
|
|
3790
|
-
exports.ActiveInstanceRefreshNotFoundFault = ActiveInstanceRefreshNotFoundFault
|
|
3791
|
-
exports.
|
|
3813
|
+
exports.ActiveInstanceRefreshNotFoundFault = ActiveInstanceRefreshNotFoundFault;
|
|
3814
|
+
exports.ActiveInstanceRefreshNotFoundFault$ = ActiveInstanceRefreshNotFoundFault$;
|
|
3815
|
+
exports.ActivitiesType$ = ActivitiesType$;
|
|
3816
|
+
exports.Activity$ = Activity$;
|
|
3817
|
+
exports.ActivityType$ = ActivityType$;
|
|
3818
|
+
exports.AdjustmentType$ = AdjustmentType$;
|
|
3819
|
+
exports.Alarm$ = Alarm$;
|
|
3820
|
+
exports.AlarmSpecification$ = AlarmSpecification$;
|
|
3821
|
+
exports.AlreadyExistsFault = AlreadyExistsFault;
|
|
3822
|
+
exports.AlreadyExistsFault$ = AlreadyExistsFault$;
|
|
3823
|
+
exports.AttachInstances$ = AttachInstances$;
|
|
3792
3824
|
exports.AttachInstancesCommand = AttachInstancesCommand;
|
|
3825
|
+
exports.AttachInstancesQuery$ = AttachInstancesQuery$;
|
|
3826
|
+
exports.AttachLoadBalancerTargetGroups$ = AttachLoadBalancerTargetGroups$;
|
|
3793
3827
|
exports.AttachLoadBalancerTargetGroupsCommand = AttachLoadBalancerTargetGroupsCommand;
|
|
3828
|
+
exports.AttachLoadBalancerTargetGroupsResultType$ = AttachLoadBalancerTargetGroupsResultType$;
|
|
3829
|
+
exports.AttachLoadBalancerTargetGroupsType$ = AttachLoadBalancerTargetGroupsType$;
|
|
3830
|
+
exports.AttachLoadBalancers$ = AttachLoadBalancers$;
|
|
3794
3831
|
exports.AttachLoadBalancersCommand = AttachLoadBalancersCommand;
|
|
3832
|
+
exports.AttachLoadBalancersResultType$ = AttachLoadBalancersResultType$;
|
|
3833
|
+
exports.AttachLoadBalancersType$ = AttachLoadBalancersType$;
|
|
3834
|
+
exports.AttachTrafficSources$ = AttachTrafficSources$;
|
|
3795
3835
|
exports.AttachTrafficSourcesCommand = AttachTrafficSourcesCommand;
|
|
3836
|
+
exports.AttachTrafficSourcesResultType$ = AttachTrafficSourcesResultType$;
|
|
3837
|
+
exports.AttachTrafficSourcesType$ = AttachTrafficSourcesType$;
|
|
3796
3838
|
exports.AutoScaling = AutoScaling;
|
|
3797
3839
|
exports.AutoScalingClient = AutoScalingClient;
|
|
3798
|
-
exports.
|
|
3840
|
+
exports.AutoScalingGroup$ = AutoScalingGroup$;
|
|
3841
|
+
exports.AutoScalingGroupNamesType$ = AutoScalingGroupNamesType$;
|
|
3842
|
+
exports.AutoScalingGroupsType$ = AutoScalingGroupsType$;
|
|
3843
|
+
exports.AutoScalingInstanceDetails$ = AutoScalingInstanceDetails$;
|
|
3844
|
+
exports.AutoScalingInstancesType$ = AutoScalingInstancesType$;
|
|
3845
|
+
exports.AutoScalingServiceException = AutoScalingServiceException;
|
|
3846
|
+
exports.AutoScalingServiceException$ = AutoScalingServiceException$;
|
|
3847
|
+
exports.AvailabilityZoneDistribution$ = AvailabilityZoneDistribution$;
|
|
3848
|
+
exports.AvailabilityZoneImpairmentPolicy$ = AvailabilityZoneImpairmentPolicy$;
|
|
3799
3849
|
exports.BareMetal = BareMetal;
|
|
3850
|
+
exports.BaselineEbsBandwidthMbpsRequest$ = BaselineEbsBandwidthMbpsRequest$;
|
|
3851
|
+
exports.BaselinePerformanceFactorsRequest$ = BaselinePerformanceFactorsRequest$;
|
|
3852
|
+
exports.BatchDeleteScheduledAction$ = BatchDeleteScheduledAction$;
|
|
3853
|
+
exports.BatchDeleteScheduledActionAnswer$ = BatchDeleteScheduledActionAnswer$;
|
|
3800
3854
|
exports.BatchDeleteScheduledActionCommand = BatchDeleteScheduledActionCommand;
|
|
3855
|
+
exports.BatchDeleteScheduledActionType$ = BatchDeleteScheduledActionType$;
|
|
3856
|
+
exports.BatchPutScheduledUpdateGroupAction$ = BatchPutScheduledUpdateGroupAction$;
|
|
3857
|
+
exports.BatchPutScheduledUpdateGroupActionAnswer$ = BatchPutScheduledUpdateGroupActionAnswer$;
|
|
3801
3858
|
exports.BatchPutScheduledUpdateGroupActionCommand = BatchPutScheduledUpdateGroupActionCommand;
|
|
3859
|
+
exports.BatchPutScheduledUpdateGroupActionType$ = BatchPutScheduledUpdateGroupActionType$;
|
|
3860
|
+
exports.BlockDeviceMapping$ = BlockDeviceMapping$;
|
|
3802
3861
|
exports.BurstablePerformance = BurstablePerformance;
|
|
3862
|
+
exports.CancelInstanceRefresh$ = CancelInstanceRefresh$;
|
|
3863
|
+
exports.CancelInstanceRefreshAnswer$ = CancelInstanceRefreshAnswer$;
|
|
3803
3864
|
exports.CancelInstanceRefreshCommand = CancelInstanceRefreshCommand;
|
|
3865
|
+
exports.CancelInstanceRefreshType$ = CancelInstanceRefreshType$;
|
|
3804
3866
|
exports.CapacityDistributionStrategy = CapacityDistributionStrategy;
|
|
3867
|
+
exports.CapacityForecast$ = CapacityForecast$;
|
|
3805
3868
|
exports.CapacityReservationPreference = CapacityReservationPreference;
|
|
3869
|
+
exports.CapacityReservationSpecification$ = CapacityReservationSpecification$;
|
|
3870
|
+
exports.CapacityReservationTarget$ = CapacityReservationTarget$;
|
|
3871
|
+
exports.CompleteLifecycleAction$ = CompleteLifecycleAction$;
|
|
3872
|
+
exports.CompleteLifecycleActionAnswer$ = CompleteLifecycleActionAnswer$;
|
|
3806
3873
|
exports.CompleteLifecycleActionCommand = CompleteLifecycleActionCommand;
|
|
3874
|
+
exports.CompleteLifecycleActionType$ = CompleteLifecycleActionType$;
|
|
3807
3875
|
exports.CpuManufacturer = CpuManufacturer;
|
|
3876
|
+
exports.CpuPerformanceFactorRequest$ = CpuPerformanceFactorRequest$;
|
|
3877
|
+
exports.CreateAutoScalingGroup$ = CreateAutoScalingGroup$;
|
|
3808
3878
|
exports.CreateAutoScalingGroupCommand = CreateAutoScalingGroupCommand;
|
|
3879
|
+
exports.CreateAutoScalingGroupType$ = CreateAutoScalingGroupType$;
|
|
3880
|
+
exports.CreateLaunchConfiguration$ = CreateLaunchConfiguration$;
|
|
3809
3881
|
exports.CreateLaunchConfigurationCommand = CreateLaunchConfigurationCommand;
|
|
3882
|
+
exports.CreateLaunchConfigurationType$ = CreateLaunchConfigurationType$;
|
|
3883
|
+
exports.CreateOrUpdateTags$ = CreateOrUpdateTags$;
|
|
3810
3884
|
exports.CreateOrUpdateTagsCommand = CreateOrUpdateTagsCommand;
|
|
3885
|
+
exports.CreateOrUpdateTagsType$ = CreateOrUpdateTagsType$;
|
|
3886
|
+
exports.CustomizedMetricSpecification$ = CustomizedMetricSpecification$;
|
|
3887
|
+
exports.DeleteAutoScalingGroup$ = DeleteAutoScalingGroup$;
|
|
3811
3888
|
exports.DeleteAutoScalingGroupCommand = DeleteAutoScalingGroupCommand;
|
|
3889
|
+
exports.DeleteAutoScalingGroupType$ = DeleteAutoScalingGroupType$;
|
|
3890
|
+
exports.DeleteLaunchConfiguration$ = DeleteLaunchConfiguration$;
|
|
3812
3891
|
exports.DeleteLaunchConfigurationCommand = DeleteLaunchConfigurationCommand;
|
|
3892
|
+
exports.DeleteLifecycleHook$ = DeleteLifecycleHook$;
|
|
3893
|
+
exports.DeleteLifecycleHookAnswer$ = DeleteLifecycleHookAnswer$;
|
|
3813
3894
|
exports.DeleteLifecycleHookCommand = DeleteLifecycleHookCommand;
|
|
3895
|
+
exports.DeleteLifecycleHookType$ = DeleteLifecycleHookType$;
|
|
3896
|
+
exports.DeleteNotificationConfiguration$ = DeleteNotificationConfiguration$;
|
|
3814
3897
|
exports.DeleteNotificationConfigurationCommand = DeleteNotificationConfigurationCommand;
|
|
3898
|
+
exports.DeleteNotificationConfigurationType$ = DeleteNotificationConfigurationType$;
|
|
3899
|
+
exports.DeletePolicy$ = DeletePolicy$;
|
|
3815
3900
|
exports.DeletePolicyCommand = DeletePolicyCommand;
|
|
3901
|
+
exports.DeletePolicyType$ = DeletePolicyType$;
|
|
3902
|
+
exports.DeleteScheduledAction$ = DeleteScheduledAction$;
|
|
3816
3903
|
exports.DeleteScheduledActionCommand = DeleteScheduledActionCommand;
|
|
3904
|
+
exports.DeleteScheduledActionType$ = DeleteScheduledActionType$;
|
|
3905
|
+
exports.DeleteTags$ = DeleteTags$;
|
|
3817
3906
|
exports.DeleteTagsCommand = DeleteTagsCommand;
|
|
3907
|
+
exports.DeleteTagsType$ = DeleteTagsType$;
|
|
3908
|
+
exports.DeleteWarmPool$ = DeleteWarmPool$;
|
|
3909
|
+
exports.DeleteWarmPoolAnswer$ = DeleteWarmPoolAnswer$;
|
|
3818
3910
|
exports.DeleteWarmPoolCommand = DeleteWarmPoolCommand;
|
|
3911
|
+
exports.DeleteWarmPoolType$ = DeleteWarmPoolType$;
|
|
3912
|
+
exports.DescribeAccountLimits$ = DescribeAccountLimits$;
|
|
3913
|
+
exports.DescribeAccountLimitsAnswer$ = DescribeAccountLimitsAnswer$;
|
|
3819
3914
|
exports.DescribeAccountLimitsCommand = DescribeAccountLimitsCommand;
|
|
3915
|
+
exports.DescribeAdjustmentTypes$ = DescribeAdjustmentTypes$;
|
|
3916
|
+
exports.DescribeAdjustmentTypesAnswer$ = DescribeAdjustmentTypesAnswer$;
|
|
3820
3917
|
exports.DescribeAdjustmentTypesCommand = DescribeAdjustmentTypesCommand;
|
|
3918
|
+
exports.DescribeAutoScalingGroups$ = DescribeAutoScalingGroups$;
|
|
3821
3919
|
exports.DescribeAutoScalingGroupsCommand = DescribeAutoScalingGroupsCommand;
|
|
3920
|
+
exports.DescribeAutoScalingInstances$ = DescribeAutoScalingInstances$;
|
|
3822
3921
|
exports.DescribeAutoScalingInstancesCommand = DescribeAutoScalingInstancesCommand;
|
|
3922
|
+
exports.DescribeAutoScalingInstancesType$ = DescribeAutoScalingInstancesType$;
|
|
3923
|
+
exports.DescribeAutoScalingNotificationTypes$ = DescribeAutoScalingNotificationTypes$;
|
|
3924
|
+
exports.DescribeAutoScalingNotificationTypesAnswer$ = DescribeAutoScalingNotificationTypesAnswer$;
|
|
3823
3925
|
exports.DescribeAutoScalingNotificationTypesCommand = DescribeAutoScalingNotificationTypesCommand;
|
|
3926
|
+
exports.DescribeInstanceRefreshes$ = DescribeInstanceRefreshes$;
|
|
3927
|
+
exports.DescribeInstanceRefreshesAnswer$ = DescribeInstanceRefreshesAnswer$;
|
|
3824
3928
|
exports.DescribeInstanceRefreshesCommand = DescribeInstanceRefreshesCommand;
|
|
3929
|
+
exports.DescribeInstanceRefreshesType$ = DescribeInstanceRefreshesType$;
|
|
3930
|
+
exports.DescribeLaunchConfigurations$ = DescribeLaunchConfigurations$;
|
|
3825
3931
|
exports.DescribeLaunchConfigurationsCommand = DescribeLaunchConfigurationsCommand;
|
|
3932
|
+
exports.DescribeLifecycleHookTypes$ = DescribeLifecycleHookTypes$;
|
|
3933
|
+
exports.DescribeLifecycleHookTypesAnswer$ = DescribeLifecycleHookTypesAnswer$;
|
|
3826
3934
|
exports.DescribeLifecycleHookTypesCommand = DescribeLifecycleHookTypesCommand;
|
|
3935
|
+
exports.DescribeLifecycleHooks$ = DescribeLifecycleHooks$;
|
|
3936
|
+
exports.DescribeLifecycleHooksAnswer$ = DescribeLifecycleHooksAnswer$;
|
|
3827
3937
|
exports.DescribeLifecycleHooksCommand = DescribeLifecycleHooksCommand;
|
|
3938
|
+
exports.DescribeLifecycleHooksType$ = DescribeLifecycleHooksType$;
|
|
3939
|
+
exports.DescribeLoadBalancerTargetGroups$ = DescribeLoadBalancerTargetGroups$;
|
|
3828
3940
|
exports.DescribeLoadBalancerTargetGroupsCommand = DescribeLoadBalancerTargetGroupsCommand;
|
|
3941
|
+
exports.DescribeLoadBalancerTargetGroupsRequest$ = DescribeLoadBalancerTargetGroupsRequest$;
|
|
3942
|
+
exports.DescribeLoadBalancerTargetGroupsResponse$ = DescribeLoadBalancerTargetGroupsResponse$;
|
|
3943
|
+
exports.DescribeLoadBalancers$ = DescribeLoadBalancers$;
|
|
3829
3944
|
exports.DescribeLoadBalancersCommand = DescribeLoadBalancersCommand;
|
|
3945
|
+
exports.DescribeLoadBalancersRequest$ = DescribeLoadBalancersRequest$;
|
|
3946
|
+
exports.DescribeLoadBalancersResponse$ = DescribeLoadBalancersResponse$;
|
|
3947
|
+
exports.DescribeMetricCollectionTypes$ = DescribeMetricCollectionTypes$;
|
|
3948
|
+
exports.DescribeMetricCollectionTypesAnswer$ = DescribeMetricCollectionTypesAnswer$;
|
|
3830
3949
|
exports.DescribeMetricCollectionTypesCommand = DescribeMetricCollectionTypesCommand;
|
|
3950
|
+
exports.DescribeNotificationConfigurations$ = DescribeNotificationConfigurations$;
|
|
3951
|
+
exports.DescribeNotificationConfigurationsAnswer$ = DescribeNotificationConfigurationsAnswer$;
|
|
3831
3952
|
exports.DescribeNotificationConfigurationsCommand = DescribeNotificationConfigurationsCommand;
|
|
3953
|
+
exports.DescribeNotificationConfigurationsType$ = DescribeNotificationConfigurationsType$;
|
|
3954
|
+
exports.DescribePolicies$ = DescribePolicies$;
|
|
3832
3955
|
exports.DescribePoliciesCommand = DescribePoliciesCommand;
|
|
3956
|
+
exports.DescribePoliciesType$ = DescribePoliciesType$;
|
|
3957
|
+
exports.DescribeScalingActivities$ = DescribeScalingActivities$;
|
|
3833
3958
|
exports.DescribeScalingActivitiesCommand = DescribeScalingActivitiesCommand;
|
|
3959
|
+
exports.DescribeScalingActivitiesType$ = DescribeScalingActivitiesType$;
|
|
3960
|
+
exports.DescribeScalingProcessTypes$ = DescribeScalingProcessTypes$;
|
|
3834
3961
|
exports.DescribeScalingProcessTypesCommand = DescribeScalingProcessTypesCommand;
|
|
3962
|
+
exports.DescribeScheduledActions$ = DescribeScheduledActions$;
|
|
3835
3963
|
exports.DescribeScheduledActionsCommand = DescribeScheduledActionsCommand;
|
|
3964
|
+
exports.DescribeScheduledActionsType$ = DescribeScheduledActionsType$;
|
|
3965
|
+
exports.DescribeTags$ = DescribeTags$;
|
|
3836
3966
|
exports.DescribeTagsCommand = DescribeTagsCommand;
|
|
3967
|
+
exports.DescribeTagsType$ = DescribeTagsType$;
|
|
3968
|
+
exports.DescribeTerminationPolicyTypes$ = DescribeTerminationPolicyTypes$;
|
|
3969
|
+
exports.DescribeTerminationPolicyTypesAnswer$ = DescribeTerminationPolicyTypesAnswer$;
|
|
3837
3970
|
exports.DescribeTerminationPolicyTypesCommand = DescribeTerminationPolicyTypesCommand;
|
|
3971
|
+
exports.DescribeTrafficSources$ = DescribeTrafficSources$;
|
|
3838
3972
|
exports.DescribeTrafficSourcesCommand = DescribeTrafficSourcesCommand;
|
|
3973
|
+
exports.DescribeTrafficSourcesRequest$ = DescribeTrafficSourcesRequest$;
|
|
3974
|
+
exports.DescribeTrafficSourcesResponse$ = DescribeTrafficSourcesResponse$;
|
|
3975
|
+
exports.DescribeWarmPool$ = DescribeWarmPool$;
|
|
3976
|
+
exports.DescribeWarmPoolAnswer$ = DescribeWarmPoolAnswer$;
|
|
3839
3977
|
exports.DescribeWarmPoolCommand = DescribeWarmPoolCommand;
|
|
3978
|
+
exports.DescribeWarmPoolType$ = DescribeWarmPoolType$;
|
|
3979
|
+
exports.DesiredConfiguration$ = DesiredConfiguration$;
|
|
3980
|
+
exports.DetachInstances$ = DetachInstances$;
|
|
3981
|
+
exports.DetachInstancesAnswer$ = DetachInstancesAnswer$;
|
|
3840
3982
|
exports.DetachInstancesCommand = DetachInstancesCommand;
|
|
3983
|
+
exports.DetachInstancesQuery$ = DetachInstancesQuery$;
|
|
3984
|
+
exports.DetachLoadBalancerTargetGroups$ = DetachLoadBalancerTargetGroups$;
|
|
3841
3985
|
exports.DetachLoadBalancerTargetGroupsCommand = DetachLoadBalancerTargetGroupsCommand;
|
|
3986
|
+
exports.DetachLoadBalancerTargetGroupsResultType$ = DetachLoadBalancerTargetGroupsResultType$;
|
|
3987
|
+
exports.DetachLoadBalancerTargetGroupsType$ = DetachLoadBalancerTargetGroupsType$;
|
|
3988
|
+
exports.DetachLoadBalancers$ = DetachLoadBalancers$;
|
|
3842
3989
|
exports.DetachLoadBalancersCommand = DetachLoadBalancersCommand;
|
|
3990
|
+
exports.DetachLoadBalancersResultType$ = DetachLoadBalancersResultType$;
|
|
3991
|
+
exports.DetachLoadBalancersType$ = DetachLoadBalancersType$;
|
|
3992
|
+
exports.DetachTrafficSources$ = DetachTrafficSources$;
|
|
3843
3993
|
exports.DetachTrafficSourcesCommand = DetachTrafficSourcesCommand;
|
|
3994
|
+
exports.DetachTrafficSourcesResultType$ = DetachTrafficSourcesResultType$;
|
|
3995
|
+
exports.DetachTrafficSourcesType$ = DetachTrafficSourcesType$;
|
|
3996
|
+
exports.DisableMetricsCollection$ = DisableMetricsCollection$;
|
|
3844
3997
|
exports.DisableMetricsCollectionCommand = DisableMetricsCollectionCommand;
|
|
3998
|
+
exports.DisableMetricsCollectionQuery$ = DisableMetricsCollectionQuery$;
|
|
3999
|
+
exports.Ebs$ = Ebs$;
|
|
4000
|
+
exports.EnableMetricsCollection$ = EnableMetricsCollection$;
|
|
3845
4001
|
exports.EnableMetricsCollectionCommand = EnableMetricsCollectionCommand;
|
|
4002
|
+
exports.EnableMetricsCollectionQuery$ = EnableMetricsCollectionQuery$;
|
|
4003
|
+
exports.EnabledMetric$ = EnabledMetric$;
|
|
4004
|
+
exports.EnterStandby$ = EnterStandby$;
|
|
4005
|
+
exports.EnterStandbyAnswer$ = EnterStandbyAnswer$;
|
|
3846
4006
|
exports.EnterStandbyCommand = EnterStandbyCommand;
|
|
4007
|
+
exports.EnterStandbyQuery$ = EnterStandbyQuery$;
|
|
4008
|
+
exports.ExecutePolicy$ = ExecutePolicy$;
|
|
3847
4009
|
exports.ExecutePolicyCommand = ExecutePolicyCommand;
|
|
4010
|
+
exports.ExecutePolicyType$ = ExecutePolicyType$;
|
|
4011
|
+
exports.ExitStandby$ = ExitStandby$;
|
|
4012
|
+
exports.ExitStandbyAnswer$ = ExitStandbyAnswer$;
|
|
3848
4013
|
exports.ExitStandbyCommand = ExitStandbyCommand;
|
|
4014
|
+
exports.ExitStandbyQuery$ = ExitStandbyQuery$;
|
|
4015
|
+
exports.FailedScheduledUpdateGroupActionRequest$ = FailedScheduledUpdateGroupActionRequest$;
|
|
4016
|
+
exports.Filter$ = Filter$;
|
|
4017
|
+
exports.GetPredictiveScalingForecast$ = GetPredictiveScalingForecast$;
|
|
4018
|
+
exports.GetPredictiveScalingForecastAnswer$ = GetPredictiveScalingForecastAnswer$;
|
|
3849
4019
|
exports.GetPredictiveScalingForecastCommand = GetPredictiveScalingForecastCommand;
|
|
3850
|
-
exports.
|
|
4020
|
+
exports.GetPredictiveScalingForecastType$ = GetPredictiveScalingForecastType$;
|
|
4021
|
+
exports.IdempotentParameterMismatchError = IdempotentParameterMismatchError;
|
|
4022
|
+
exports.IdempotentParameterMismatchError$ = IdempotentParameterMismatchError$;
|
|
3851
4023
|
exports.ImpairedZoneHealthCheckBehavior = ImpairedZoneHealthCheckBehavior;
|
|
4024
|
+
exports.Instance$ = Instance$;
|
|
4025
|
+
exports.InstanceCollection$ = InstanceCollection$;
|
|
3852
4026
|
exports.InstanceGeneration = InstanceGeneration;
|
|
4027
|
+
exports.InstanceLifecyclePolicy$ = InstanceLifecyclePolicy$;
|
|
4028
|
+
exports.InstanceMaintenancePolicy$ = InstanceMaintenancePolicy$;
|
|
3853
4029
|
exports.InstanceMetadataEndpointState = InstanceMetadataEndpointState;
|
|
3854
4030
|
exports.InstanceMetadataHttpTokensState = InstanceMetadataHttpTokensState;
|
|
3855
|
-
exports.
|
|
4031
|
+
exports.InstanceMetadataOptions$ = InstanceMetadataOptions$;
|
|
4032
|
+
exports.InstanceMonitoring$ = InstanceMonitoring$;
|
|
4033
|
+
exports.InstanceRefresh$ = InstanceRefresh$;
|
|
4034
|
+
exports.InstanceRefreshInProgressFault = InstanceRefreshInProgressFault;
|
|
4035
|
+
exports.InstanceRefreshInProgressFault$ = InstanceRefreshInProgressFault$;
|
|
4036
|
+
exports.InstanceRefreshLivePoolProgress$ = InstanceRefreshLivePoolProgress$;
|
|
4037
|
+
exports.InstanceRefreshProgressDetails$ = InstanceRefreshProgressDetails$;
|
|
3856
4038
|
exports.InstanceRefreshStatus = InstanceRefreshStatus;
|
|
3857
|
-
exports.
|
|
3858
|
-
exports.
|
|
4039
|
+
exports.InstanceRefreshWarmPoolProgress$ = InstanceRefreshWarmPoolProgress$;
|
|
4040
|
+
exports.InstanceRequirements$ = InstanceRequirements$;
|
|
4041
|
+
exports.InstanceReusePolicy$ = InstanceReusePolicy$;
|
|
4042
|
+
exports.InstancesDistribution$ = InstancesDistribution$;
|
|
4043
|
+
exports.InvalidNextToken = InvalidNextToken;
|
|
4044
|
+
exports.InvalidNextToken$ = InvalidNextToken$;
|
|
4045
|
+
exports.IrreversibleInstanceRefreshFault = IrreversibleInstanceRefreshFault;
|
|
4046
|
+
exports.IrreversibleInstanceRefreshFault$ = IrreversibleInstanceRefreshFault$;
|
|
4047
|
+
exports.LaunchConfiguration$ = LaunchConfiguration$;
|
|
4048
|
+
exports.LaunchConfigurationNameType$ = LaunchConfigurationNameType$;
|
|
4049
|
+
exports.LaunchConfigurationNamesType$ = LaunchConfigurationNamesType$;
|
|
4050
|
+
exports.LaunchConfigurationsType$ = LaunchConfigurationsType$;
|
|
4051
|
+
exports.LaunchInstances$ = LaunchInstances$;
|
|
3859
4052
|
exports.LaunchInstancesCommand = LaunchInstancesCommand;
|
|
4053
|
+
exports.LaunchInstancesError$ = LaunchInstancesError$;
|
|
4054
|
+
exports.LaunchInstancesRequest$ = LaunchInstancesRequest$;
|
|
4055
|
+
exports.LaunchInstancesResult$ = LaunchInstancesResult$;
|
|
4056
|
+
exports.LaunchTemplate$ = LaunchTemplate$;
|
|
4057
|
+
exports.LaunchTemplateOverrides$ = LaunchTemplateOverrides$;
|
|
4058
|
+
exports.LaunchTemplateSpecification$ = LaunchTemplateSpecification$;
|
|
4059
|
+
exports.LifecycleHook$ = LifecycleHook$;
|
|
4060
|
+
exports.LifecycleHookSpecification$ = LifecycleHookSpecification$;
|
|
3860
4061
|
exports.LifecycleState = LifecycleState;
|
|
3861
|
-
exports.LimitExceededFault = LimitExceededFault
|
|
4062
|
+
exports.LimitExceededFault = LimitExceededFault;
|
|
4063
|
+
exports.LimitExceededFault$ = LimitExceededFault$;
|
|
4064
|
+
exports.LoadBalancerState$ = LoadBalancerState$;
|
|
4065
|
+
exports.LoadBalancerTargetGroupState$ = LoadBalancerTargetGroupState$;
|
|
4066
|
+
exports.LoadForecast$ = LoadForecast$;
|
|
3862
4067
|
exports.LocalStorage = LocalStorage;
|
|
3863
4068
|
exports.LocalStorageType = LocalStorageType;
|
|
4069
|
+
exports.MemoryGiBPerVCpuRequest$ = MemoryGiBPerVCpuRequest$;
|
|
4070
|
+
exports.MemoryMiBRequest$ = MemoryMiBRequest$;
|
|
4071
|
+
exports.Metric$ = Metric$;
|
|
4072
|
+
exports.MetricCollectionType$ = MetricCollectionType$;
|
|
4073
|
+
exports.MetricDataQuery$ = MetricDataQuery$;
|
|
4074
|
+
exports.MetricDimension$ = MetricDimension$;
|
|
4075
|
+
exports.MetricGranularityType$ = MetricGranularityType$;
|
|
4076
|
+
exports.MetricStat$ = MetricStat$;
|
|
3864
4077
|
exports.MetricStatistic = MetricStatistic;
|
|
3865
4078
|
exports.MetricType = MetricType;
|
|
4079
|
+
exports.MixedInstancesPolicy$ = MixedInstancesPolicy$;
|
|
4080
|
+
exports.NetworkBandwidthGbpsRequest$ = NetworkBandwidthGbpsRequest$;
|
|
4081
|
+
exports.NetworkInterfaceCountRequest$ = NetworkInterfaceCountRequest$;
|
|
4082
|
+
exports.NotificationConfiguration$ = NotificationConfiguration$;
|
|
4083
|
+
exports.PerformanceFactorReferenceRequest$ = PerformanceFactorReferenceRequest$;
|
|
4084
|
+
exports.PoliciesType$ = PoliciesType$;
|
|
4085
|
+
exports.PolicyARNType$ = PolicyARNType$;
|
|
3866
4086
|
exports.PredefinedLoadMetricType = PredefinedLoadMetricType;
|
|
3867
4087
|
exports.PredefinedMetricPairType = PredefinedMetricPairType;
|
|
4088
|
+
exports.PredefinedMetricSpecification$ = PredefinedMetricSpecification$;
|
|
3868
4089
|
exports.PredefinedScalingMetricType = PredefinedScalingMetricType;
|
|
4090
|
+
exports.PredictiveScalingConfiguration$ = PredictiveScalingConfiguration$;
|
|
4091
|
+
exports.PredictiveScalingCustomizedCapacityMetric$ = PredictiveScalingCustomizedCapacityMetric$;
|
|
4092
|
+
exports.PredictiveScalingCustomizedLoadMetric$ = PredictiveScalingCustomizedLoadMetric$;
|
|
4093
|
+
exports.PredictiveScalingCustomizedScalingMetric$ = PredictiveScalingCustomizedScalingMetric$;
|
|
3869
4094
|
exports.PredictiveScalingMaxCapacityBreachBehavior = PredictiveScalingMaxCapacityBreachBehavior;
|
|
4095
|
+
exports.PredictiveScalingMetricSpecification$ = PredictiveScalingMetricSpecification$;
|
|
3870
4096
|
exports.PredictiveScalingMode = PredictiveScalingMode;
|
|
4097
|
+
exports.PredictiveScalingPredefinedLoadMetric$ = PredictiveScalingPredefinedLoadMetric$;
|
|
4098
|
+
exports.PredictiveScalingPredefinedMetricPair$ = PredictiveScalingPredefinedMetricPair$;
|
|
4099
|
+
exports.PredictiveScalingPredefinedScalingMetric$ = PredictiveScalingPredefinedScalingMetric$;
|
|
4100
|
+
exports.ProcessType$ = ProcessType$;
|
|
4101
|
+
exports.ProcessesType$ = ProcessesType$;
|
|
4102
|
+
exports.PutLifecycleHook$ = PutLifecycleHook$;
|
|
4103
|
+
exports.PutLifecycleHookAnswer$ = PutLifecycleHookAnswer$;
|
|
3871
4104
|
exports.PutLifecycleHookCommand = PutLifecycleHookCommand;
|
|
4105
|
+
exports.PutLifecycleHookType$ = PutLifecycleHookType$;
|
|
4106
|
+
exports.PutNotificationConfiguration$ = PutNotificationConfiguration$;
|
|
3872
4107
|
exports.PutNotificationConfigurationCommand = PutNotificationConfigurationCommand;
|
|
4108
|
+
exports.PutNotificationConfigurationType$ = PutNotificationConfigurationType$;
|
|
4109
|
+
exports.PutScalingPolicy$ = PutScalingPolicy$;
|
|
3873
4110
|
exports.PutScalingPolicyCommand = PutScalingPolicyCommand;
|
|
4111
|
+
exports.PutScalingPolicyType$ = PutScalingPolicyType$;
|
|
4112
|
+
exports.PutScheduledUpdateGroupAction$ = PutScheduledUpdateGroupAction$;
|
|
3874
4113
|
exports.PutScheduledUpdateGroupActionCommand = PutScheduledUpdateGroupActionCommand;
|
|
4114
|
+
exports.PutScheduledUpdateGroupActionType$ = PutScheduledUpdateGroupActionType$;
|
|
4115
|
+
exports.PutWarmPool$ = PutWarmPool$;
|
|
4116
|
+
exports.PutWarmPoolAnswer$ = PutWarmPoolAnswer$;
|
|
3875
4117
|
exports.PutWarmPoolCommand = PutWarmPoolCommand;
|
|
4118
|
+
exports.PutWarmPoolType$ = PutWarmPoolType$;
|
|
4119
|
+
exports.RecordLifecycleActionHeartbeat$ = RecordLifecycleActionHeartbeat$;
|
|
4120
|
+
exports.RecordLifecycleActionHeartbeatAnswer$ = RecordLifecycleActionHeartbeatAnswer$;
|
|
3876
4121
|
exports.RecordLifecycleActionHeartbeatCommand = RecordLifecycleActionHeartbeatCommand;
|
|
4122
|
+
exports.RecordLifecycleActionHeartbeatType$ = RecordLifecycleActionHeartbeatType$;
|
|
4123
|
+
exports.RefreshPreferences$ = RefreshPreferences$;
|
|
3877
4124
|
exports.RefreshStrategy = RefreshStrategy;
|
|
3878
|
-
exports.ResourceContentionFault = ResourceContentionFault
|
|
3879
|
-
exports.
|
|
4125
|
+
exports.ResourceContentionFault = ResourceContentionFault;
|
|
4126
|
+
exports.ResourceContentionFault$ = ResourceContentionFault$;
|
|
4127
|
+
exports.ResourceInUseFault = ResourceInUseFault;
|
|
4128
|
+
exports.ResourceInUseFault$ = ResourceInUseFault$;
|
|
4129
|
+
exports.ResumeProcesses$ = ResumeProcesses$;
|
|
3880
4130
|
exports.ResumeProcessesCommand = ResumeProcessesCommand;
|
|
3881
4131
|
exports.RetentionAction = RetentionAction;
|
|
4132
|
+
exports.RetentionTriggers$ = RetentionTriggers$;
|
|
3882
4133
|
exports.RetryStrategy = RetryStrategy;
|
|
4134
|
+
exports.RollbackDetails$ = RollbackDetails$;
|
|
4135
|
+
exports.RollbackInstanceRefresh$ = RollbackInstanceRefresh$;
|
|
4136
|
+
exports.RollbackInstanceRefreshAnswer$ = RollbackInstanceRefreshAnswer$;
|
|
3883
4137
|
exports.RollbackInstanceRefreshCommand = RollbackInstanceRefreshCommand;
|
|
4138
|
+
exports.RollbackInstanceRefreshType$ = RollbackInstanceRefreshType$;
|
|
3884
4139
|
exports.ScaleInProtectedInstances = ScaleInProtectedInstances;
|
|
3885
|
-
exports.ScalingActivityInProgressFault = ScalingActivityInProgressFault
|
|
4140
|
+
exports.ScalingActivityInProgressFault = ScalingActivityInProgressFault;
|
|
4141
|
+
exports.ScalingActivityInProgressFault$ = ScalingActivityInProgressFault$;
|
|
3886
4142
|
exports.ScalingActivityStatusCode = ScalingActivityStatusCode;
|
|
3887
|
-
exports.
|
|
4143
|
+
exports.ScalingPolicy$ = ScalingPolicy$;
|
|
4144
|
+
exports.ScalingProcessQuery$ = ScalingProcessQuery$;
|
|
4145
|
+
exports.ScheduledActionsType$ = ScheduledActionsType$;
|
|
4146
|
+
exports.ScheduledUpdateGroupAction$ = ScheduledUpdateGroupAction$;
|
|
4147
|
+
exports.ScheduledUpdateGroupActionRequest$ = ScheduledUpdateGroupActionRequest$;
|
|
4148
|
+
exports.ServiceLinkedRoleFailure = ServiceLinkedRoleFailure;
|
|
4149
|
+
exports.ServiceLinkedRoleFailure$ = ServiceLinkedRoleFailure$;
|
|
4150
|
+
exports.SetDesiredCapacity$ = SetDesiredCapacity$;
|
|
3888
4151
|
exports.SetDesiredCapacityCommand = SetDesiredCapacityCommand;
|
|
4152
|
+
exports.SetDesiredCapacityType$ = SetDesiredCapacityType$;
|
|
4153
|
+
exports.SetInstanceHealth$ = SetInstanceHealth$;
|
|
3889
4154
|
exports.SetInstanceHealthCommand = SetInstanceHealthCommand;
|
|
4155
|
+
exports.SetInstanceHealthQuery$ = SetInstanceHealthQuery$;
|
|
4156
|
+
exports.SetInstanceProtection$ = SetInstanceProtection$;
|
|
4157
|
+
exports.SetInstanceProtectionAnswer$ = SetInstanceProtectionAnswer$;
|
|
3890
4158
|
exports.SetInstanceProtectionCommand = SetInstanceProtectionCommand;
|
|
4159
|
+
exports.SetInstanceProtectionQuery$ = SetInstanceProtectionQuery$;
|
|
3891
4160
|
exports.StandbyInstances = StandbyInstances;
|
|
4161
|
+
exports.StartInstanceRefresh$ = StartInstanceRefresh$;
|
|
4162
|
+
exports.StartInstanceRefreshAnswer$ = StartInstanceRefreshAnswer$;
|
|
3892
4163
|
exports.StartInstanceRefreshCommand = StartInstanceRefreshCommand;
|
|
4164
|
+
exports.StartInstanceRefreshType$ = StartInstanceRefreshType$;
|
|
4165
|
+
exports.StepAdjustment$ = StepAdjustment$;
|
|
4166
|
+
exports.SuspendProcesses$ = SuspendProcesses$;
|
|
3893
4167
|
exports.SuspendProcessesCommand = SuspendProcessesCommand;
|
|
4168
|
+
exports.SuspendedProcess$ = SuspendedProcess$;
|
|
4169
|
+
exports.Tag$ = Tag$;
|
|
4170
|
+
exports.TagDescription$ = TagDescription$;
|
|
4171
|
+
exports.TagsType$ = TagsType$;
|
|
4172
|
+
exports.TargetTrackingConfiguration$ = TargetTrackingConfiguration$;
|
|
4173
|
+
exports.TargetTrackingMetricDataQuery$ = TargetTrackingMetricDataQuery$;
|
|
4174
|
+
exports.TargetTrackingMetricStat$ = TargetTrackingMetricStat$;
|
|
4175
|
+
exports.TerminateInstanceInAutoScalingGroup$ = TerminateInstanceInAutoScalingGroup$;
|
|
3894
4176
|
exports.TerminateInstanceInAutoScalingGroupCommand = TerminateInstanceInAutoScalingGroupCommand;
|
|
4177
|
+
exports.TerminateInstanceInAutoScalingGroupType$ = TerminateInstanceInAutoScalingGroupType$;
|
|
4178
|
+
exports.TotalLocalStorageGBRequest$ = TotalLocalStorageGBRequest$;
|
|
4179
|
+
exports.TrafficSourceIdentifier$ = TrafficSourceIdentifier$;
|
|
4180
|
+
exports.TrafficSourceState$ = TrafficSourceState$;
|
|
4181
|
+
exports.UpdateAutoScalingGroup$ = UpdateAutoScalingGroup$;
|
|
3895
4182
|
exports.UpdateAutoScalingGroupCommand = UpdateAutoScalingGroupCommand;
|
|
4183
|
+
exports.UpdateAutoScalingGroupType$ = UpdateAutoScalingGroupType$;
|
|
4184
|
+
exports.VCpuCountRequest$ = VCpuCountRequest$;
|
|
4185
|
+
exports.WarmPoolConfiguration$ = WarmPoolConfiguration$;
|
|
3896
4186
|
exports.WarmPoolState = WarmPoolState;
|
|
3897
4187
|
exports.WarmPoolStatus = WarmPoolStatus;
|
|
3898
4188
|
exports.paginateDescribeAutoScalingGroups = paginateDescribeAutoScalingGroups;
|