@aws-sdk/client-auto-scaling 3.1075.0 → 3.1076.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -1,21 +1,57 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultAutoScalingHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { AttachInstances$, AttachLoadBalancers$, AttachLoadBalancerTargetGroups$, AttachTrafficSources$, BatchDeleteScheduledAction$, BatchPutScheduledUpdateGroupAction$, CancelInstanceRefresh$, CompleteLifecycleAction$, CreateAutoScalingGroup$, CreateLaunchConfiguration$, CreateOrUpdateTags$, DeleteAutoScalingGroup$, DeleteLaunchConfiguration$, DeleteLifecycleHook$, DeleteNotificationConfiguration$, DeletePolicy$, DeleteScheduledAction$, DeleteTags$, DeleteWarmPool$, DescribeAccountLimits$, DescribeAdjustmentTypes$, DescribeAutoScalingGroups$, DescribeAutoScalingInstances$, DescribeAutoScalingNotificationTypes$, DescribeInstanceRefreshes$, DescribeLaunchConfigurations$, DescribeLifecycleHooks$, DescribeLifecycleHookTypes$, DescribeLoadBalancers$, DescribeLoadBalancerTargetGroups$, DescribeMetricCollectionTypes$, DescribeNotificationConfigurations$, DescribePolicies$, DescribeScalingActivities$, DescribeScalingProcessTypes$, DescribeScheduledActions$, DescribeTags$, DescribeTerminationPolicyTypes$, DescribeTrafficSources$, DescribeWarmPool$, DetachInstances$, DetachLoadBalancers$, DetachLoadBalancerTargetGroups$, DetachTrafficSources$, DisableMetricsCollection$, EnableMetricsCollection$, EnterStandby$, ExecutePolicy$, ExitStandby$, GetPredictiveScalingForecast$, LaunchInstances$, PutLifecycleHook$, PutNotificationConfiguration$, PutScalingPolicy$, PutScheduledUpdateGroupAction$, PutWarmPool$, RecordLifecycleActionHeartbeat$, ResumeProcesses$, RollbackInstanceRefresh$, SetDesiredCapacity$, SetInstanceHealth$, SetInstanceProtection$, StartInstanceRefresh$, SuspendProcesses$, TerminateInstanceInAutoScalingGroup$, UpdateAutoScalingGroup$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { AutoScalingServiceException } = require("./models/AutoScalingServiceException");
18
- exports.AutoScalingServiceException = AutoScalingServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsQueryProtocol } = require("@aws-sdk/core/protocols");
16
+
17
+ const defaultAutoScalingHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
+ return {
19
+ operation: getSmithyContext(context).operation,
20
+ region: await normalizeProvider(config.region)() || (() => {
21
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
+ })(),
23
+ };
24
+ };
25
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
26
+ return {
27
+ schemeId: "aws.auth#sigv4",
28
+ signingProperties: {
29
+ name: "autoscaling",
30
+ region: authParameters.region,
31
+ },
32
+ propertiesExtractor: (config, context) => ({
33
+ signingProperties: {
34
+ config,
35
+ context,
36
+ },
37
+ }),
38
+ };
39
+ }
40
+ const defaultAutoScalingHttpAuthSchemeProvider = (authParameters) => {
41
+ const options = [];
42
+ switch (authParameters.operation) {
43
+ default: {
44
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
45
+ }
46
+ }
47
+ return options;
48
+ };
49
+ const resolveHttpAuthSchemeConfig = (config) => {
50
+ const config_0 = resolveAwsSdkSigV4Config(config);
51
+ return Object.assign(config_0, {
52
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
53
+ });
54
+ };
19
55
 
20
56
  const resolveClientEndpointParameters = (options) => {
21
57
  return Object.assign(options, {
@@ -31,6 +67,2215 @@ const commonParams = {
31
67
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
68
  };
33
69
 
70
+ var version = "3.1075.0";
71
+ var packageInfo = {
72
+ version: version};
73
+
74
+ const k = "ref";
75
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
76
+ const _data = {
77
+ conditions: [
78
+ [c, [g]],
79
+ [c, j],
80
+ ["aws.partition", j, d],
81
+ [e, [{ [k]: "UseFIPS" }, b]],
82
+ [e, [{ [k]: "UseDualStack" }, b]],
83
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
85
+ ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
86
+ ],
87
+ results: [
88
+ [a],
89
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
90
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
91
+ [g, i],
92
+ ["https://autoscaling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
93
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
94
+ ["https://autoscaling.{Region}.amazonaws.com", i],
95
+ ["https://autoscaling-fips.{Region}.{PartitionResult#dnsSuffix}", i],
96
+ [a, "FIPS is enabled but this partition does not support FIPS"],
97
+ ["https://autoscaling.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
98
+ [a, "DualStack is enabled but this partition does not support DualStack"],
99
+ ["https://autoscaling.{Region}.{PartitionResult#dnsSuffix}", i],
100
+ [a, "Invalid Configuration: Missing Region"]
101
+ ]
102
+ };
103
+ const root = 2;
104
+ const r = 100_000_000;
105
+ const nodes = new Int32Array([
106
+ -1, 1, -1,
107
+ 0, 13, 3,
108
+ 1, 4, r + 12,
109
+ 2, 5, r + 12,
110
+ 3, 8, 6,
111
+ 4, 7, r + 11,
112
+ 5, r + 9, r + 10,
113
+ 4, 11, 9,
114
+ 6, 10, r + 8,
115
+ 7, r + 6, r + 7,
116
+ 5, 12, r + 5,
117
+ 6, r + 4, r + 5,
118
+ 3, r + 1, 14,
119
+ 4, r + 2, r + 3,
120
+ ]);
121
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
122
+
123
+ const cache = new EndpointCache({
124
+ size: 50,
125
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
126
+ });
127
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
128
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
129
+ endpointParams: endpointParams,
130
+ logger: context.logger,
131
+ }));
132
+ };
133
+ customEndpointFunctions.aws = awsEndpointFunctions;
134
+
135
+ class AutoScalingServiceException extends ServiceException {
136
+ constructor(options) {
137
+ super(options);
138
+ Object.setPrototypeOf(this, AutoScalingServiceException.prototype);
139
+ }
140
+ }
141
+
142
+ class ActiveInstanceRefreshNotFoundFault extends AutoScalingServiceException {
143
+ name = "ActiveInstanceRefreshNotFoundFault";
144
+ $fault = "client";
145
+ constructor(opts) {
146
+ super({
147
+ name: "ActiveInstanceRefreshNotFoundFault",
148
+ $fault: "client",
149
+ ...opts,
150
+ });
151
+ Object.setPrototypeOf(this, ActiveInstanceRefreshNotFoundFault.prototype);
152
+ }
153
+ }
154
+ class AlreadyExistsFault extends AutoScalingServiceException {
155
+ name = "AlreadyExistsFault";
156
+ $fault = "client";
157
+ constructor(opts) {
158
+ super({
159
+ name: "AlreadyExistsFault",
160
+ $fault: "client",
161
+ ...opts,
162
+ });
163
+ Object.setPrototypeOf(this, AlreadyExistsFault.prototype);
164
+ }
165
+ }
166
+ class ResourceContentionFault extends AutoScalingServiceException {
167
+ name = "ResourceContentionFault";
168
+ $fault = "server";
169
+ constructor(opts) {
170
+ super({
171
+ name: "ResourceContentionFault",
172
+ $fault: "server",
173
+ ...opts,
174
+ });
175
+ Object.setPrototypeOf(this, ResourceContentionFault.prototype);
176
+ }
177
+ }
178
+ class ServiceLinkedRoleFailure extends AutoScalingServiceException {
179
+ name = "ServiceLinkedRoleFailure";
180
+ $fault = "server";
181
+ constructor(opts) {
182
+ super({
183
+ name: "ServiceLinkedRoleFailure",
184
+ $fault: "server",
185
+ ...opts,
186
+ });
187
+ Object.setPrototypeOf(this, ServiceLinkedRoleFailure.prototype);
188
+ }
189
+ }
190
+ class InstanceRefreshInProgressFault extends AutoScalingServiceException {
191
+ name = "InstanceRefreshInProgressFault";
192
+ $fault = "client";
193
+ constructor(opts) {
194
+ super({
195
+ name: "InstanceRefreshInProgressFault",
196
+ $fault: "client",
197
+ ...opts,
198
+ });
199
+ Object.setPrototypeOf(this, InstanceRefreshInProgressFault.prototype);
200
+ }
201
+ }
202
+ class LimitExceededFault extends AutoScalingServiceException {
203
+ name = "LimitExceededFault";
204
+ $fault = "client";
205
+ constructor(opts) {
206
+ super({
207
+ name: "LimitExceededFault",
208
+ $fault: "client",
209
+ ...opts,
210
+ });
211
+ Object.setPrototypeOf(this, LimitExceededFault.prototype);
212
+ }
213
+ }
214
+ class ResourceInUseFault extends AutoScalingServiceException {
215
+ name = "ResourceInUseFault";
216
+ $fault = "client";
217
+ constructor(opts) {
218
+ super({
219
+ name: "ResourceInUseFault",
220
+ $fault: "client",
221
+ ...opts,
222
+ });
223
+ Object.setPrototypeOf(this, ResourceInUseFault.prototype);
224
+ }
225
+ }
226
+ class ScalingActivityInProgressFault extends AutoScalingServiceException {
227
+ name = "ScalingActivityInProgressFault";
228
+ $fault = "client";
229
+ constructor(opts) {
230
+ super({
231
+ name: "ScalingActivityInProgressFault",
232
+ $fault: "client",
233
+ ...opts,
234
+ });
235
+ Object.setPrototypeOf(this, ScalingActivityInProgressFault.prototype);
236
+ }
237
+ }
238
+ class InvalidNextToken extends AutoScalingServiceException {
239
+ name = "InvalidNextToken";
240
+ $fault = "client";
241
+ constructor(opts) {
242
+ super({
243
+ name: "InvalidNextToken",
244
+ $fault: "client",
245
+ ...opts,
246
+ });
247
+ Object.setPrototypeOf(this, InvalidNextToken.prototype);
248
+ }
249
+ }
250
+ class IdempotentParameterMismatchError extends AutoScalingServiceException {
251
+ name = "IdempotentParameterMismatchError";
252
+ $fault = "client";
253
+ Message;
254
+ constructor(opts) {
255
+ super({
256
+ name: "IdempotentParameterMismatchError",
257
+ $fault: "client",
258
+ ...opts,
259
+ });
260
+ Object.setPrototypeOf(this, IdempotentParameterMismatchError.prototype);
261
+ this.Message = opts.Message;
262
+ }
263
+ }
264
+ class IrreversibleInstanceRefreshFault extends AutoScalingServiceException {
265
+ name = "IrreversibleInstanceRefreshFault";
266
+ $fault = "client";
267
+ constructor(opts) {
268
+ super({
269
+ name: "IrreversibleInstanceRefreshFault",
270
+ $fault: "client",
271
+ ...opts,
272
+ });
273
+ Object.setPrototypeOf(this, IrreversibleInstanceRefreshFault.prototype);
274
+ }
275
+ }
276
+
277
+ const _A = "Activities";
278
+ const _AARN = "AlarmARN";
279
+ const _AC = "AcceleratorCount";
280
+ const _ACR = "AcceleratorCountRequest";
281
+ const _AEF = "AlreadyExistsFault";
282
+ const _AI = "ActivityId";
283
+ const _AIQ = "AttachInstancesQuery";
284
+ const _AIRNFF = "ActiveInstanceRefreshNotFoundFault";
285
+ const _AIT = "AllowedInstanceTypes";
286
+ const _AIc = "ActivityIds";
287
+ const _AIt = "AttachInstances";
288
+ const _ALB = "AttachLoadBalancers";
289
+ const _ALBRT = "AttachLoadBalancersResultType";
290
+ const _ALBT = "AttachLoadBalancersType";
291
+ const _ALBTG = "AttachLoadBalancerTargetGroups";
292
+ const _ALBTGRT = "AttachLoadBalancerTargetGroupsResultType";
293
+ const _ALBTGT = "AttachLoadBalancerTargetGroupsType";
294
+ const _AM = "AcceleratorManufacturers";
295
+ const _AN = "AlarmName";
296
+ const _ANc = "AcceleratorNames";
297
+ const _APIA = "AssociatePublicIpAddress";
298
+ const _AR = "AutoRollback";
299
+ const _AS = "AlarmSpecification";
300
+ const _ASG = "AutoScalingGroup";
301
+ const _ASGARN = "AutoScalingGroupARN";
302
+ const _ASGN = "AutoScalingGroupName";
303
+ const _ASGNT = "AutoScalingGroupNamesType";
304
+ const _ASGNu = "AutoScalingGroupNames";
305
+ const _ASGS = "AutoScalingGroupState";
306
+ const _ASGT = "AutoScalingGroupsType";
307
+ const _ASGu = "AutoScalingGroups";
308
+ const _ASI = "AutoScalingInstances";
309
+ const _ASID = "AutoScalingInstanceDetails";
310
+ const _ASIT = "AutoScalingInstancesType";
311
+ const _ASNT = "AutoScalingNotificationTypes";
312
+ const _AT = "ActivitiesType";
313
+ const _ATMMB = "AcceleratorTotalMemoryMiB";
314
+ const _ATMMBR = "AcceleratorTotalMemoryMiBRequest";
315
+ const _ATS = "AttachTrafficSources";
316
+ const _ATSRT = "AttachTrafficSourcesResultType";
317
+ const _ATST = "AttachTrafficSourcesType";
318
+ const _ATc = "ActivityType";
319
+ const _ATcc = "AcceleratorTypes";
320
+ const _ATd = "AdjustmentType";
321
+ const _ATdj = "AdjustmentTypes";
322
+ const _AZ = "AvailabilityZones";
323
+ const _AZD = "AvailabilityZoneDistribution";
324
+ const _AZI = "AvailabilityZoneIds";
325
+ const _AZIP = "AvailabilityZoneImpairmentPolicy";
326
+ const _AZIv = "AvailabilityZoneId";
327
+ const _AZv = "AvailabilityZone";
328
+ const _Ac = "Activity";
329
+ const _Al = "Alarm";
330
+ const _Ala = "Alarms";
331
+ const _BDM = "BlockDeviceMapping";
332
+ const _BDMl = "BlockDeviceMappings";
333
+ const _BDSA = "BatchDeleteScheduledAction";
334
+ const _BDSAA = "BatchDeleteScheduledActionAnswer";
335
+ const _BDSAT = "BatchDeleteScheduledActionType";
336
+ const _BEBM = "BaselineEbsBandwidthMbps";
337
+ const _BEBMR = "BaselineEbsBandwidthMbpsRequest";
338
+ const _BM = "BareMetal";
339
+ const _BP = "BurstablePerformance";
340
+ const _BPF = "BaselinePerformanceFactors";
341
+ const _BPFR = "BaselinePerformanceFactorsRequest";
342
+ const _BPSUGA = "BatchPutScheduledUpdateGroupAction";
343
+ const _BPSUGAA = "BatchPutScheduledUpdateGroupActionAnswer";
344
+ const _BPSUGAT = "BatchPutScheduledUpdateGroupActionType";
345
+ const _BT = "BreachThreshold";
346
+ const _BTa = "BakeTime";
347
+ const _C = "Cause";
348
+ const _CASG = "CreateAutoScalingGroup";
349
+ const _CASGT = "CreateAutoScalingGroupType";
350
+ const _CCMS = "CustomizedCapacityMetricSpecification";
351
+ const _CD = "CheckpointDelay";
352
+ const _CDS = "CapacityDistributionStrategy";
353
+ const _CF = "CapacityForecast";
354
+ const _CIR = "CancelInstanceRefresh";
355
+ const _CIRA = "CancelInstanceRefreshAnswer";
356
+ const _CIRT = "CancelInstanceRefreshType";
357
+ const _CLA = "CompleteLifecycleAction";
358
+ const _CLAA = "CompleteLifecycleActionAnswer";
359
+ const _CLAT = "CompleteLifecycleActionType";
360
+ const _CLC = "CreateLaunchConfiguration";
361
+ const _CLCT = "CreateLaunchConfigurationType";
362
+ const _CLMS = "CustomizedLoadMetricSpecification";
363
+ const _CLVPCI = "ClassicLinkVPCId";
364
+ const _CLVPCSG = "ClassicLinkVPCSecurityGroups";
365
+ const _CM = "CpuManufacturers";
366
+ const _CMS = "CustomizedMetricSpecification";
367
+ const _COUT = "CreateOrUpdateTags";
368
+ const _COUTT = "CreateOrUpdateTagsType";
369
+ const _CP = "CheckpointPercentages";
370
+ const _CPFR = "CpuPerformanceFactorRequest";
371
+ const _CR = "CapacityRebalance";
372
+ const _CRI = "CapacityReservationIds";
373
+ const _CRP = "CapacityReservationPreference";
374
+ const _CRRGA = "CapacityReservationResourceGroupArns";
375
+ const _CRS = "CapacityReservationSpecification";
376
+ const _CRT = "CapacityReservationTarget";
377
+ const _CSMS = "CustomizedScalingMetricSpecification";
378
+ const _CT = "CreatedTime";
379
+ const _CTl = "ClientToken";
380
+ const _Co = "Context";
381
+ const _Coo = "Cooldown";
382
+ const _Cp = "Cpu";
383
+ const _D = "Description";
384
+ const _DAL = "DescribeAccountLimits";
385
+ const _DALA = "DescribeAccountLimitsAnswer";
386
+ const _DASG = "DeleteAutoScalingGroup";
387
+ const _DASGT = "DeleteAutoScalingGroupType";
388
+ const _DASGe = "DescribeAutoScalingGroups";
389
+ const _DASI = "DescribeAutoScalingInstances";
390
+ const _DASIT = "DescribeAutoScalingInstancesType";
391
+ const _DASNT = "DescribeAutoScalingNotificationTypes";
392
+ const _DASNTA = "DescribeAutoScalingNotificationTypesAnswer";
393
+ const _DAT = "DescribeAdjustmentTypes";
394
+ const _DATA = "DescribeAdjustmentTypesAnswer";
395
+ const _DC = "DesiredCapacity";
396
+ const _DCT = "DesiredCapacityType";
397
+ const _DCe = "DefaultCooldown";
398
+ const _DCes = "DesiredConfiguration";
399
+ const _DI = "DetachInstances";
400
+ const _DIA = "DetachInstancesAnswer";
401
+ const _DIQ = "DetachInstancesQuery";
402
+ const _DIR = "DescribeInstanceRefreshes";
403
+ const _DIRA = "DescribeInstanceRefreshesAnswer";
404
+ const _DIRT = "DescribeInstanceRefreshesType";
405
+ const _DIW = "DefaultInstanceWarmup";
406
+ const _DLB = "DescribeLoadBalancers";
407
+ const _DLBR = "DescribeLoadBalancersRequest";
408
+ const _DLBRT = "DetachLoadBalancersResultType";
409
+ const _DLBRe = "DescribeLoadBalancersResponse";
410
+ const _DLBT = "DetachLoadBalancersType";
411
+ const _DLBTG = "DescribeLoadBalancerTargetGroups";
412
+ const _DLBTGR = "DescribeLoadBalancerTargetGroupsRequest";
413
+ const _DLBTGRT = "DetachLoadBalancerTargetGroupsResultType";
414
+ const _DLBTGRe = "DescribeLoadBalancerTargetGroupsResponse";
415
+ const _DLBTGT = "DetachLoadBalancerTargetGroupsType";
416
+ const _DLBTGe = "DetachLoadBalancerTargetGroups";
417
+ const _DLBe = "DetachLoadBalancers";
418
+ const _DLC = "DeleteLaunchConfiguration";
419
+ const _DLCe = "DescribeLaunchConfigurations";
420
+ const _DLH = "DeleteLifecycleHook";
421
+ const _DLHA = "DeleteLifecycleHookAnswer";
422
+ const _DLHAe = "DescribeLifecycleHooksAnswer";
423
+ const _DLHT = "DeleteLifecycleHookType";
424
+ const _DLHTA = "DescribeLifecycleHookTypesAnswer";
425
+ const _DLHTe = "DescribeLifecycleHooksType";
426
+ const _DLHTes = "DescribeLifecycleHookTypes";
427
+ const _DLHe = "DescribeLifecycleHooks";
428
+ const _DMC = "DisableMetricsCollection";
429
+ const _DMCQ = "DisableMetricsCollectionQuery";
430
+ const _DMCT = "DescribeMetricCollectionTypes";
431
+ const _DMCTA = "DescribeMetricCollectionTypesAnswer";
432
+ const _DN = "DeviceName";
433
+ const _DNC = "DeleteNotificationConfiguration";
434
+ const _DNCA = "DescribeNotificationConfigurationsAnswer";
435
+ const _DNCT = "DeleteNotificationConfigurationType";
436
+ const _DNCTe = "DescribeNotificationConfigurationsType";
437
+ const _DNCe = "DescribeNotificationConfigurations";
438
+ const _DOT = "DeleteOnTermination";
439
+ const _DP = "DeletionProtection";
440
+ const _DPT = "DeletePolicyType";
441
+ const _DPTe = "DescribePoliciesType";
442
+ const _DPe = "DeletePolicy";
443
+ const _DPes = "DescribePolicies";
444
+ const _DR = "DefaultResult";
445
+ const _DSA = "DeleteScheduledAction";
446
+ const _DSAT = "DeleteScheduledActionType";
447
+ const _DSATe = "DescribeScalingActivitiesType";
448
+ const _DSATes = "DescribeScheduledActionsType";
449
+ const _DSAe = "DescribeScalingActivities";
450
+ const _DSAes = "DescribeScheduledActions";
451
+ const _DSI = "DisableScaleIn";
452
+ const _DSPT = "DescribeScalingProcessTypes";
453
+ const _DT = "DeleteTags";
454
+ const _DTPT = "DescribeTerminationPolicyTypes";
455
+ const _DTPTA = "DescribeTerminationPolicyTypesAnswer";
456
+ const _DTS = "DescribeTrafficSources";
457
+ const _DTSR = "DescribeTrafficSourcesRequest";
458
+ const _DTSRT = "DetachTrafficSourcesResultType";
459
+ const _DTSRe = "DescribeTrafficSourcesResponse";
460
+ const _DTST = "DetachTrafficSourcesType";
461
+ const _DTSe = "DetachTrafficSources";
462
+ const _DTT = "DeleteTagsType";
463
+ const _DTTe = "DescribeTagsType";
464
+ const _DTe = "DescribeTags";
465
+ const _DWP = "DeleteWarmPool";
466
+ const _DWPA = "DeleteWarmPoolAnswer";
467
+ const _DWPAe = "DescribeWarmPoolAnswer";
468
+ const _DWPT = "DeleteWarmPoolType";
469
+ const _DWPTe = "DescribeWarmPoolType";
470
+ const _DWPe = "DescribeWarmPool";
471
+ const _De = "Details";
472
+ const _Di = "Dimensions";
473
+ const _E = "Ebs";
474
+ const _EC = "ErrorCode";
475
+ const _EIT = "ExcludedInstanceTypes";
476
+ const _EIW = "EstimatedInstanceWarmup";
477
+ const _EM = "EnabledMetrics";
478
+ const _EMC = "EnableMetricsCollection";
479
+ const _EMCQ = "EnableMetricsCollectionQuery";
480
+ const _EMn = "EnabledMetric";
481
+ const _EMr = "ErrorMessage";
482
+ const _EO = "EbsOptimized";
483
+ const _EP = "ExecutePolicy";
484
+ const _EPT = "ExecutePolicyType";
485
+ const _ES = "EnterStandby";
486
+ const _ESA = "EnterStandbyAnswer";
487
+ const _ESAx = "ExitStandbyAnswer";
488
+ const _ESQ = "EnterStandbyQuery";
489
+ const _ESQx = "ExitStandbyQuery";
490
+ const _ESx = "ExitStandby";
491
+ const _ET = "EndTime";
492
+ const _En = "Encrypted";
493
+ const _Ena = "Enabled";
494
+ const _Er = "Errors";
495
+ const _Ex = "Expression";
496
+ const _F = "Filters";
497
+ const _FD = "ForceDelete";
498
+ const _FSA = "FailedScheduledActions";
499
+ const _FSUGA = "FailedScheduledUpdateGroupActions";
500
+ const _FSUGAR = "FailedScheduledUpdateGroupActionRequest";
501
+ const _FSUGARa = "FailedScheduledUpdateGroupActionRequests";
502
+ const _Fi = "Filter";
503
+ const _G = "Granularities";
504
+ const _GPSF = "GetPredictiveScalingForecast";
505
+ const _GPSFA = "GetPredictiveScalingForecastAnswer";
506
+ const _GPSFT = "GetPredictiveScalingForecastType";
507
+ const _GT = "GlobalTimeout";
508
+ const _Gr = "Granularity";
509
+ const _HC = "HonorCooldown";
510
+ const _HCGP = "HealthCheckGracePeriod";
511
+ const _HCT = "HealthCheckType";
512
+ const _HE = "HttpEndpoint";
513
+ const _HPRHL = "HttpPutResponseHopLimit";
514
+ const _HS = "HealthStatus";
515
+ const _HT = "HttpTokens";
516
+ const _HTe = "HeartbeatTimeout";
517
+ const _I = "Instances";
518
+ const _IC = "InstanceCollection";
519
+ const _ICn = "InstanceCollections";
520
+ const _ID = "InstancesDistribution";
521
+ const _IDG = "IncludeDeletedGroups";
522
+ const _IF = "InstanceFamily";
523
+ const _IG = "InstanceGenerations";
524
+ const _II = "InstanceIds";
525
+ const _IIP = "IamInstanceProfile";
526
+ const _IIRF = "IrreversibleInstanceRefreshFault";
527
+ const _IIm = "ImageId";
528
+ const _IIn = "IncludeInstances";
529
+ const _IIns = "InstanceId";
530
+ const _ILP = "InstanceLifecyclePolicy";
531
+ const _IM = "InstanceMonitoring";
532
+ const _IMO = "InstanceMetadataOptions";
533
+ const _IMP = "InstanceMaintenancePolicy";
534
+ const _INT = "InvalidNextToken";
535
+ const _IPME = "IdempotentParameterMismatchError";
536
+ const _IR = "InstanceRefreshes";
537
+ const _IRI = "InstanceRefreshId";
538
+ const _IRIPF = "InstanceRefreshInProgressFault";
539
+ const _IRIn = "InstanceRefreshIds";
540
+ const _IRLPP = "InstanceRefreshLivePoolProgress";
541
+ const _IRP = "InstanceReusePolicy";
542
+ const _IRPD = "InstanceRefreshProgressDetails";
543
+ const _IRWPP = "InstanceRefreshWarmPoolProgress";
544
+ const _IRn = "InstanceRefresh";
545
+ const _IRns = "InstanceRequirements";
546
+ const _IT = "InstanceType";
547
+ const _ITU = "InstancesToUpdate";
548
+ const _ITUOR = "InstancesToUpdateOnRollback";
549
+ const _IW = "InstanceWarmup";
550
+ const _IZHCB = "ImpairedZoneHealthCheckBehavior";
551
+ const _Id = "Id";
552
+ const _Ide = "Identifier";
553
+ const _In = "Instance";
554
+ const _Io = "Iops";
555
+ const _K = "Key";
556
+ const _KI = "KernelId";
557
+ const _KN = "KeyName";
558
+ const _L = "Label";
559
+ const _LAR = "LifecycleActionResult";
560
+ const _LAT = "LifecycleActionToken";
561
+ const _LB = "LoadBalancers";
562
+ const _LBN = "LoadBalancerNames";
563
+ const _LBNo = "LoadBalancerName";
564
+ const _LBS = "LoadBalancerState";
565
+ const _LBSo = "LoadBalancerStates";
566
+ const _LBTG = "LoadBalancerTargetGroups";
567
+ const _LBTGARN = "LoadBalancerTargetGroupARN";
568
+ const _LBTGS = "LoadBalancerTargetGroupState";
569
+ const _LBTGSo = "LoadBalancerTargetGroupStates";
570
+ const _LC = "LaunchConfiguration";
571
+ const _LCARN = "LaunchConfigurationARN";
572
+ const _LCN = "LaunchConfigurationName";
573
+ const _LCNT = "LaunchConfigurationNamesType";
574
+ const _LCNTa = "LaunchConfigurationNameType";
575
+ const _LCNa = "LaunchConfigurationNames";
576
+ const _LCT = "LaunchConfigurationsType";
577
+ const _LCa = "LaunchConfigurations";
578
+ const _LEF = "LimitExceededFault";
579
+ const _LF = "LoadForecast";
580
+ const _LFo = "LoadForecasts";
581
+ const _LH = "LifecycleHooks";
582
+ const _LHN = "LifecycleHookName";
583
+ const _LHNi = "LifecycleHookNames";
584
+ const _LHS = "LifecycleHookSpecification";
585
+ const _LHSL = "LifecycleHookSpecificationList";
586
+ const _LHSi = "LifecycleHookSpecifications";
587
+ const _LHT = "LifecycleHookTypes";
588
+ const _LHi = "LifecycleHook";
589
+ const _LI = "LaunchInstances";
590
+ const _LIE = "LaunchInstancesError";
591
+ const _LIEa = "LaunchInstancesErrors";
592
+ const _LIR = "LaunchInstancesRequest";
593
+ const _LIRa = "LaunchInstancesResult";
594
+ const _LPP = "LivePoolProgress";
595
+ const _LS = "LifecycleState";
596
+ const _LST = "LocalStorageTypes";
597
+ const _LSo = "LocalStorage";
598
+ const _LT = "LaunchTemplate";
599
+ const _LTI = "LaunchTemplateId";
600
+ const _LTN = "LaunchTemplateName";
601
+ const _LTO = "LaunchTemplateOverrides";
602
+ const _LTS = "LaunchTemplateSpecification";
603
+ const _LTi = "LifecycleTransition";
604
+ const _M = "Message";
605
+ const _MAM = "MinAdjustmentMagnitude";
606
+ const _MAS = "MinAdjustmentStep";
607
+ const _MAT = "MetricAggregationType";
608
+ const _MCB = "MaxCapacityBuffer";
609
+ const _MCBB = "MaxCapacityBreachBehavior";
610
+ const _MCT = "MetricCollectionType";
611
+ const _MCTe = "MetricCollectionTypes";
612
+ const _MD = "MetricDimension";
613
+ const _MDQ = "MetricDataQuery";
614
+ const _MDQe = "MetricDataQueries";
615
+ const _MDe = "MetricDimensions";
616
+ const _MGBPVC = "MemoryGiBPerVCpu";
617
+ const _MGBPVCR = "MemoryGiBPerVCpuRequest";
618
+ const _MGPC = "MaxGroupPreparedCapacity";
619
+ const _MGT = "MetricGranularityType";
620
+ const _MGTe = "MetricGranularityTypes";
621
+ const _MHP = "MinHealthyPercentage";
622
+ const _MHPa = "MaxHealthyPercentage";
623
+ const _MIL = "MaxInstanceLifetime";
624
+ const _MILB = "MetricIntervalLowerBound";
625
+ const _MIP = "MixedInstancesPolicy";
626
+ const _MIUB = "MetricIntervalUpperBound";
627
+ const _MMB = "MemoryMiB";
628
+ const _MMBR = "MemoryMiBRequest";
629
+ const _MN = "MetricName";
630
+ const _MNOASG = "MaxNumberOfAutoScalingGroups";
631
+ const _MNOLC = "MaxNumberOfLaunchConfigurations";
632
+ const _MO = "MetadataOptions";
633
+ const _MR = "MaxRecords";
634
+ const _MS = "MinSize";
635
+ const _MSPAPOOODP = "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice";
636
+ const _MSa = "MaxSize";
637
+ const _MSe = "MetricSpecification";
638
+ const _MSet = "MetricStat";
639
+ const _MSetr = "MetricSpecifications";
640
+ const _MT = "MarketType";
641
+ const _MV = "MetricValue";
642
+ const _Ma = "Max";
643
+ const _Me = "Metrics";
644
+ const _Met = "Metric";
645
+ const _Mi = "Min";
646
+ const _Mo = "Mode";
647
+ const _N = "Namespace";
648
+ const _NBG = "NetworkBandwidthGbps";
649
+ const _NBGR = "NetworkBandwidthGbpsRequest";
650
+ const _NC = "NotificationConfigurations";
651
+ const _NCo = "NotificationConfiguration";
652
+ const _ND = "NoDevice";
653
+ const _NIC = "NetworkInterfaceCount";
654
+ const _NICR = "NetworkInterfaceCountRequest";
655
+ const _NIPFSI = "NewInstancesProtectedFromScaleIn";
656
+ const _NM = "NotificationMetadata";
657
+ const _NOASG = "NumberOfAutoScalingGroups";
658
+ const _NOLC = "NumberOfLaunchConfigurations";
659
+ const _NT = "NextToken";
660
+ const _NTARN = "NotificationTargetARN";
661
+ const _NTo = "NotificationType";
662
+ const _NTot = "NotificationTypes";
663
+ const _Na = "Name";
664
+ const _O = "Overrides";
665
+ const _ODAS = "OnDemandAllocationStrategy";
666
+ const _ODBC = "OnDemandBaseCapacity";
667
+ const _ODMPPOLP = "OnDemandMaxPricePercentageOverLowestPrice";
668
+ const _ODPABC = "OnDemandPercentageAboveBaseCapacity";
669
+ const _P = "Progress";
670
+ const _PAL = "PropagateAtLaunch";
671
+ const _PARN = "PolicyARN";
672
+ const _PARNT = "PolicyARNType";
673
+ const _PC = "PredictedCapacity";
674
+ const _PCOR = "PercentageCompleteOnRollback";
675
+ const _PCe = "PercentageComplete";
676
+ const _PD = "ProgressDetails";
677
+ const _PDOR = "ProgressDetailsOnRollback";
678
+ const _PFRR = "PerformanceFactorReferenceRequest";
679
+ const _PFRSR = "PerformanceFactorReferenceSetRequest";
680
+ const _PFSI = "ProtectedFromScaleIn";
681
+ const _PG = "PlacementGroup";
682
+ const _PLH = "PutLifecycleHook";
683
+ const _PLHA = "PutLifecycleHookAnswer";
684
+ const _PLHT = "PutLifecycleHookType";
685
+ const _PLMS = "PredefinedLoadMetricSpecification";
686
+ const _PMPS = "PredefinedMetricPairSpecification";
687
+ const _PMS = "PredefinedMetricSpecification";
688
+ const _PMT = "PredefinedMetricType";
689
+ const _PN = "PolicyName";
690
+ const _PNC = "PutNotificationConfiguration";
691
+ const _PNCT = "PutNotificationConfigurationType";
692
+ const _PNo = "PolicyNames";
693
+ const _PNr = "ProcessName";
694
+ const _PS = "PoolState";
695
+ const _PSC = "PredictiveScalingConfiguration";
696
+ const _PSCCM = "PredictiveScalingCustomizedCapacityMetric";
697
+ const _PSCLM = "PredictiveScalingCustomizedLoadMetric";
698
+ const _PSCSM = "PredictiveScalingCustomizedScalingMetric";
699
+ const _PSMS = "PredictiveScalingMetricSpecification";
700
+ const _PSMSr = "PredefinedScalingMetricSpecification";
701
+ const _PSMSre = "PredictiveScalingMetricSpecifications";
702
+ const _PSP = "PutScalingPolicy";
703
+ const _PSPLM = "PredictiveScalingPredefinedLoadMetric";
704
+ const _PSPMP = "PredictiveScalingPredefinedMetricPair";
705
+ const _PSPSM = "PredictiveScalingPredefinedScalingMetric";
706
+ const _PSPT = "PutScalingPolicyType";
707
+ const _PSUGA = "PutScheduledUpdateGroupAction";
708
+ const _PSUGAT = "PutScheduledUpdateGroupActionType";
709
+ const _PT = "PlacementTenancy";
710
+ const _PTo = "PolicyTypes";
711
+ const _PTol = "PoliciesType";
712
+ const _PToli = "PolicyType";
713
+ const _PTr = "ProcessesType";
714
+ const _PTro = "ProcessType";
715
+ const _PWP = "PutWarmPool";
716
+ const _PWPA = "PutWarmPoolAnswer";
717
+ const _PWPT = "PutWarmPoolType";
718
+ const _Pe = "Period";
719
+ const _Pr = "Preferences";
720
+ const _Pro = "Processes";
721
+ const _R = "References";
722
+ const _RARN = "RoleARN";
723
+ const _RC = "RequestedCapacity";
724
+ const _RCF = "ResourceContentionFault";
725
+ const _RD = "RollbackDetails";
726
+ const _RDe = "ReturnData";
727
+ const _RHS = "RequireHibernateSupport";
728
+ const _RI = "RamdiskId";
729
+ const _RIR = "RollbackInstanceRefresh";
730
+ const _RIRA = "RollbackInstanceRefreshAnswer";
731
+ const _RIRT = "RollbackInstanceRefreshType";
732
+ const _RIUF = "ResourceInUseFault";
733
+ const _RIe = "ResourceId";
734
+ const _RL = "ResourceLabel";
735
+ const _RLAH = "RecordLifecycleActionHeartbeat";
736
+ const _RLAHA = "RecordLifecycleActionHeartbeatAnswer";
737
+ const _RLAHT = "RecordLifecycleActionHeartbeatType";
738
+ const _ROSI = "ReuseOnScaleIn";
739
+ const _RP = "RefreshPreferences";
740
+ const _RPe = "ResumeProcesses";
741
+ const _RR = "RollbackReason";
742
+ const _RS = "RetryStrategy";
743
+ const _RST = "RollbackStartTime";
744
+ const _RT = "RetentionTriggers";
745
+ const _RTe = "ResourceType";
746
+ const _Re = "Reference";
747
+ const _Rec = "Recurrence";
748
+ const _S = "Status";
749
+ const _SA = "ScalingAdjustment";
750
+ const _SAARN = "ScheduledActionARN";
751
+ const _SAIPF = "ScalingActivityInProgressFault";
752
+ const _SAN = "ScheduledActionNames";
753
+ const _SANc = "ScheduledActionName";
754
+ const _SAS = "SpotAllocationStrategy";
755
+ const _SAT = "ScheduledActionsType";
756
+ const _SAt = "StepAdjustments";
757
+ const _SAte = "StepAdjustment";
758
+ const _SBT = "SchedulingBufferTime";
759
+ const _SC = "StatusCode";
760
+ const _SDC = "SetDesiredCapacity";
761
+ const _SDCT = "SetDesiredCapacityType";
762
+ const _SDDC = "ShouldDecrementDesiredCapacity";
763
+ const _SG = "SecurityGroups";
764
+ const _SI = "SnapshotId";
765
+ const _SIH = "SetInstanceHealth";
766
+ const _SIHQ = "SetInstanceHealthQuery";
767
+ const _SIP = "SpotInstancePools";
768
+ const _SIPA = "SetInstanceProtectionAnswer";
769
+ const _SIPI = "ScaleInProtectedInstances";
770
+ const _SIPQ = "SetInstanceProtectionQuery";
771
+ const _SIPe = "SetInstanceProtection";
772
+ const _SIR = "StartInstanceRefresh";
773
+ const _SIRA = "StartInstanceRefreshAnswer";
774
+ const _SIRT = "StartInstanceRefreshType";
775
+ const _SIt = "StandbyInstances";
776
+ const _SIu = "SubnetId";
777
+ const _SIub = "SubnetIds";
778
+ const _SLRARN = "ServiceLinkedRoleARN";
779
+ const _SLRF = "ServiceLinkedRoleFailure";
780
+ const _SM = "StatusMessage";
781
+ const _SMP = "SpotMaxPrice";
782
+ const _SMPPOLP = "SpotMaxPricePercentageOverLowestPrice";
783
+ const _SMk = "SkipMatching";
784
+ const _SP = "SuspendedProcesses";
785
+ const _SPQ = "ScalingProcessQuery";
786
+ const _SPc = "ScalingPolicies";
787
+ const _SPca = "ScalingPolicy";
788
+ const _SPcal = "ScalingProcesses";
789
+ const _SPp = "SpotPrice";
790
+ const _SPu = "SuspendedProcess";
791
+ const _SPus = "SuspendProcesses";
792
+ const _SR = "StatusReason";
793
+ const _SRGP = "ShouldRespectGracePeriod";
794
+ const _SRu = "SuspensionReason";
795
+ const _ST = "StartTime";
796
+ const _SUGA = "ScheduledUpdateGroupActions";
797
+ const _SUGAR = "ScheduledUpdateGroupActionRequest";
798
+ const _SUGARc = "ScheduledUpdateGroupActionRequests";
799
+ const _SUGAc = "ScheduledUpdateGroupAction";
800
+ const _SZSV = "SkipZonalShiftValidation";
801
+ const _St = "Statistic";
802
+ const _Sta = "State";
803
+ const _Stat = "Stat";
804
+ const _Str = "Strategy";
805
+ const _T = "Tags";
806
+ const _TARN = "TopicARN";
807
+ const _TD = "TagDescription";
808
+ const _TDL = "TagDescriptionList";
809
+ const _TGARN = "TargetGroupARNs";
810
+ const _THA = "TerminateHookAbandon";
811
+ const _TIIASG = "TerminateInstanceInAutoScalingGroup";
812
+ const _TIIASGT = "TerminateInstanceInAutoScalingGroupType";
813
+ const _TLSGB = "TotalLocalStorageGB";
814
+ const _TLSGBR = "TotalLocalStorageGBRequest";
815
+ const _TP = "TerminationPolicies";
816
+ const _TPT = "TerminationPolicyTypes";
817
+ const _TS = "TrafficSources";
818
+ const _TSI = "TrafficSourceIdentifier";
819
+ const _TSS = "TrafficSourceState";
820
+ const _TSSr = "TrafficSourceStates";
821
+ const _TST = "TrafficSourceType";
822
+ const _TSr = "TrafficSource";
823
+ const _TT = "TagsType";
824
+ const _TTC = "TargetTrackingConfiguration";
825
+ const _TTMDQ = "TargetTrackingMetricDataQuery";
826
+ const _TTMDQa = "TargetTrackingMetricDataQueries";
827
+ const _TTMS = "TargetTrackingMetricStat";
828
+ const _TV = "TargetValue";
829
+ const _TZ = "TimeZone";
830
+ const _Ta = "Tag";
831
+ const _Th = "Throughput";
832
+ const _Ti = "Timestamps";
833
+ const _Tim = "Time";
834
+ const _Ty = "Type";
835
+ const _U = "Unit";
836
+ const _UASG = "UpdateAutoScalingGroup";
837
+ const _UASGT = "UpdateAutoScalingGroupType";
838
+ const _UD = "UserData";
839
+ const _UT = "UpdateTime";
840
+ const _V = "Values";
841
+ const _VCC = "VCpuCount";
842
+ const _VCCR = "VCpuCountRequest";
843
+ const _VN = "VirtualName";
844
+ const _VPCZI = "VPCZoneIdentifier";
845
+ const _VS = "VolumeSize";
846
+ const _VT = "VolumeType";
847
+ const _Va = "Value";
848
+ const _Ve = "Version";
849
+ const _WC = "WeightedCapacity";
850
+ const _WFTI = "WaitForTransitioningInstances";
851
+ const _WPC = "WarmPoolConfiguration";
852
+ const _WPP = "WarmPoolProgress";
853
+ const _WPS = "WarmPoolSize";
854
+ const _ZSE = "ZonalShiftEnabled";
855
+ const _aQE = "awsQueryError";
856
+ const _c = "client";
857
+ const _e = "error";
858
+ const _hE = "httpError";
859
+ const _i = "item";
860
+ const _m = "message";
861
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.autoscaling";
862
+ const _se = "server";
863
+ const _xN = "xmlName";
864
+ const n0 = "com.amazonaws.autoscaling";
865
+ const _s_registry = TypeRegistry.for(_s);
866
+ var AutoScalingServiceException$ = [-3, _s, "AutoScalingServiceException", 0, [], []];
867
+ _s_registry.registerError(AutoScalingServiceException$, AutoScalingServiceException);
868
+ const n0_registry = TypeRegistry.for(n0);
869
+ var ActiveInstanceRefreshNotFoundFault$ = [-3, n0, _AIRNFF,
870
+ { [_aQE]: [`ActiveInstanceRefreshNotFound`, 400], [_e]: _c, [_hE]: 400 },
871
+ [_m],
872
+ [0]
873
+ ];
874
+ n0_registry.registerError(ActiveInstanceRefreshNotFoundFault$, ActiveInstanceRefreshNotFoundFault);
875
+ var AlreadyExistsFault$ = [-3, n0, _AEF,
876
+ { [_aQE]: [`AlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
877
+ [_m],
878
+ [0]
879
+ ];
880
+ n0_registry.registerError(AlreadyExistsFault$, AlreadyExistsFault);
881
+ var IdempotentParameterMismatchError$ = [-3, n0, _IPME,
882
+ { [_aQE]: [`IdempotentParameterMismatch`, 400], [_e]: _c, [_hE]: 400 },
883
+ [_M],
884
+ [0]
885
+ ];
886
+ n0_registry.registerError(IdempotentParameterMismatchError$, IdempotentParameterMismatchError);
887
+ var InstanceRefreshInProgressFault$ = [-3, n0, _IRIPF,
888
+ { [_aQE]: [`InstanceRefreshInProgress`, 400], [_e]: _c, [_hE]: 400 },
889
+ [_m],
890
+ [0]
891
+ ];
892
+ n0_registry.registerError(InstanceRefreshInProgressFault$, InstanceRefreshInProgressFault);
893
+ var InvalidNextToken$ = [-3, n0, _INT,
894
+ { [_aQE]: [`InvalidNextToken`, 400], [_e]: _c, [_hE]: 400 },
895
+ [_m],
896
+ [0]
897
+ ];
898
+ n0_registry.registerError(InvalidNextToken$, InvalidNextToken);
899
+ var IrreversibleInstanceRefreshFault$ = [-3, n0, _IIRF,
900
+ { [_aQE]: [`IrreversibleInstanceRefresh`, 400], [_e]: _c, [_hE]: 400 },
901
+ [_m],
902
+ [0]
903
+ ];
904
+ n0_registry.registerError(IrreversibleInstanceRefreshFault$, IrreversibleInstanceRefreshFault);
905
+ var LimitExceededFault$ = [-3, n0, _LEF,
906
+ { [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
907
+ [_m],
908
+ [0]
909
+ ];
910
+ n0_registry.registerError(LimitExceededFault$, LimitExceededFault);
911
+ var ResourceContentionFault$ = [-3, n0, _RCF,
912
+ { [_aQE]: [`ResourceContention`, 500], [_e]: _se, [_hE]: 500 },
913
+ [_m],
914
+ [0]
915
+ ];
916
+ n0_registry.registerError(ResourceContentionFault$, ResourceContentionFault);
917
+ var ResourceInUseFault$ = [-3, n0, _RIUF,
918
+ { [_aQE]: [`ResourceInUse`, 400], [_e]: _c, [_hE]: 400 },
919
+ [_m],
920
+ [0]
921
+ ];
922
+ n0_registry.registerError(ResourceInUseFault$, ResourceInUseFault);
923
+ var ScalingActivityInProgressFault$ = [-3, n0, _SAIPF,
924
+ { [_aQE]: [`ScalingActivityInProgress`, 400], [_e]: _c, [_hE]: 400 },
925
+ [_m],
926
+ [0]
927
+ ];
928
+ n0_registry.registerError(ScalingActivityInProgressFault$, ScalingActivityInProgressFault);
929
+ var ServiceLinkedRoleFailure$ = [-3, n0, _SLRF,
930
+ { [_aQE]: [`ServiceLinkedRoleFailure`, 500], [_e]: _se, [_hE]: 500 },
931
+ [_m],
932
+ [0]
933
+ ];
934
+ n0_registry.registerError(ServiceLinkedRoleFailure$, ServiceLinkedRoleFailure);
935
+ const errorTypeRegistries = [
936
+ _s_registry,
937
+ n0_registry,
938
+ ];
939
+ var AcceleratorCountRequest$ = [3, n0, _ACR,
940
+ 0,
941
+ [_Mi, _Ma],
942
+ [1, 1]
943
+ ];
944
+ var AcceleratorTotalMemoryMiBRequest$ = [3, n0, _ATMMBR,
945
+ 0,
946
+ [_Mi, _Ma],
947
+ [1, 1]
948
+ ];
949
+ var ActivitiesType$ = [3, n0, _AT,
950
+ 0,
951
+ [_A, _NT],
952
+ [() => Activities, 0], 1
953
+ ];
954
+ var Activity$ = [3, n0, _Ac,
955
+ 0,
956
+ [_AI, _ASGN, _C, _ST, _SC, _D, _ET, _SM, _P, _De, _ASGS, _ASGARN],
957
+ [0, 0, 0, 4, 0, 0, 4, 0, 1, 0, 0, 0], 5
958
+ ];
959
+ var ActivityType$ = [3, n0, _ATc,
960
+ 0,
961
+ [_Ac],
962
+ [() => Activity$]
963
+ ];
964
+ var AdjustmentType$ = [3, n0, _ATd,
965
+ 0,
966
+ [_ATd],
967
+ [0]
968
+ ];
969
+ var Alarm$ = [3, n0, _Al,
970
+ 0,
971
+ [_AN, _AARN],
972
+ [0, 0]
973
+ ];
974
+ var AlarmSpecification$ = [3, n0, _AS,
975
+ 0,
976
+ [_Ala],
977
+ [64 | 0]
978
+ ];
979
+ var AttachInstancesQuery$ = [3, n0, _AIQ,
980
+ 0,
981
+ [_ASGN, _II],
982
+ [0, 64 | 0], 1
983
+ ];
984
+ var AttachLoadBalancersResultType$ = [3, n0, _ALBRT,
985
+ 0,
986
+ [],
987
+ []
988
+ ];
989
+ var AttachLoadBalancersType$ = [3, n0, _ALBT,
990
+ 0,
991
+ [_ASGN, _LBN],
992
+ [0, 64 | 0], 2
993
+ ];
994
+ var AttachLoadBalancerTargetGroupsResultType$ = [3, n0, _ALBTGRT,
995
+ 0,
996
+ [],
997
+ []
998
+ ];
999
+ var AttachLoadBalancerTargetGroupsType$ = [3, n0, _ALBTGT,
1000
+ 0,
1001
+ [_ASGN, _TGARN],
1002
+ [0, 64 | 0], 2
1003
+ ];
1004
+ var AttachTrafficSourcesResultType$ = [3, n0, _ATSRT,
1005
+ 0,
1006
+ [],
1007
+ []
1008
+ ];
1009
+ var AttachTrafficSourcesType$ = [3, n0, _ATST,
1010
+ 0,
1011
+ [_ASGN, _TS, _SZSV],
1012
+ [0, () => TrafficSources, 2], 2
1013
+ ];
1014
+ var AutoScalingGroup$ = [3, n0, _ASG,
1015
+ 0,
1016
+ [_ASGN, _MS, _MSa, _DC, _DCe, _AZ, _HCT, _CT, _ASGARN, _LCN, _LT, _MIP, _PC, _AZI, _LBN, _TGARN, _HCGP, _I, _SP, _PG, _VPCZI, _EM, _S, _T, _TP, _NIPFSI, _SLRARN, _MIL, _CR, _WPC, _WPS, _Co, _DCT, _DIW, _TS, _IMP, _DP, _AZD, _AZIP, _CRS, _ILP],
1017
+ [0, 1, 1, 1, 1, 64 | 0, 0, 4, 0, 0, () => LaunchTemplateSpecification$, [() => MixedInstancesPolicy$, 0], 1, 64 | 0, 64 | 0, 64 | 0, 1, () => Instances, () => SuspendedProcesses, 0, 0, () => EnabledMetrics, 0, () => TagDescriptionList, 64 | 0, 2, 0, 1, 2, () => WarmPoolConfiguration$, 1, 0, 0, 1, () => TrafficSources, () => InstanceMaintenancePolicy$, 0, () => AvailabilityZoneDistribution$, () => AvailabilityZoneImpairmentPolicy$, () => CapacityReservationSpecification$, () => InstanceLifecyclePolicy$], 8
1018
+ ];
1019
+ var AutoScalingGroupNamesType$ = [3, n0, _ASGNT,
1020
+ 0,
1021
+ [_ASGNu, _IIn, _NT, _MR, _F],
1022
+ [64 | 0, 2, 0, 1, () => Filters]
1023
+ ];
1024
+ var AutoScalingGroupsType$ = [3, n0, _ASGT,
1025
+ 0,
1026
+ [_ASGu, _NT],
1027
+ [[() => AutoScalingGroups, 0], 0], 1
1028
+ ];
1029
+ var AutoScalingInstanceDetails$ = [3, n0, _ASID,
1030
+ 0,
1031
+ [_IIns, _ASGN, _AZv, _LS, _HS, _PFSI, _IT, _AZIv, _LCN, _LT, _IIm, _WC],
1032
+ [0, 0, 0, 0, 0, 2, 0, 0, 0, () => LaunchTemplateSpecification$, 0, 0], 6
1033
+ ];
1034
+ var AutoScalingInstancesType$ = [3, n0, _ASIT,
1035
+ 0,
1036
+ [_ASI, _NT],
1037
+ [() => AutoScalingInstances, 0]
1038
+ ];
1039
+ var AvailabilityZoneDistribution$ = [3, n0, _AZD,
1040
+ 0,
1041
+ [_CDS],
1042
+ [0]
1043
+ ];
1044
+ var AvailabilityZoneImpairmentPolicy$ = [3, n0, _AZIP,
1045
+ 0,
1046
+ [_ZSE, _IZHCB],
1047
+ [2, 0]
1048
+ ];
1049
+ var BaselineEbsBandwidthMbpsRequest$ = [3, n0, _BEBMR,
1050
+ 0,
1051
+ [_Mi, _Ma],
1052
+ [1, 1]
1053
+ ];
1054
+ var BaselinePerformanceFactorsRequest$ = [3, n0, _BPFR,
1055
+ 0,
1056
+ [_Cp],
1057
+ [[() => CpuPerformanceFactorRequest$, 0]]
1058
+ ];
1059
+ var BatchDeleteScheduledActionAnswer$ = [3, n0, _BDSAA,
1060
+ 0,
1061
+ [_FSA],
1062
+ [() => FailedScheduledUpdateGroupActionRequests]
1063
+ ];
1064
+ var BatchDeleteScheduledActionType$ = [3, n0, _BDSAT,
1065
+ 0,
1066
+ [_ASGN, _SAN],
1067
+ [0, 64 | 0], 2
1068
+ ];
1069
+ var BatchPutScheduledUpdateGroupActionAnswer$ = [3, n0, _BPSUGAA,
1070
+ 0,
1071
+ [_FSUGA],
1072
+ [() => FailedScheduledUpdateGroupActionRequests]
1073
+ ];
1074
+ var BatchPutScheduledUpdateGroupActionType$ = [3, n0, _BPSUGAT,
1075
+ 0,
1076
+ [_ASGN, _SUGA],
1077
+ [0, () => ScheduledUpdateGroupActionRequests], 2
1078
+ ];
1079
+ var BlockDeviceMapping$ = [3, n0, _BDM,
1080
+ 0,
1081
+ [_DN, _VN, _E, _ND],
1082
+ [0, 0, () => Ebs$, 2], 1
1083
+ ];
1084
+ var CancelInstanceRefreshAnswer$ = [3, n0, _CIRA,
1085
+ 0,
1086
+ [_IRI],
1087
+ [0]
1088
+ ];
1089
+ var CancelInstanceRefreshType$ = [3, n0, _CIRT,
1090
+ 0,
1091
+ [_ASGN, _WFTI],
1092
+ [0, 2], 1
1093
+ ];
1094
+ var CapacityForecast$ = [3, n0, _CF,
1095
+ 0,
1096
+ [_Ti, _V],
1097
+ [64 | 4, 64 | 1], 2
1098
+ ];
1099
+ var CapacityReservationSpecification$ = [3, n0, _CRS,
1100
+ 0,
1101
+ [_CRP, _CRT],
1102
+ [0, () => CapacityReservationTarget$]
1103
+ ];
1104
+ var CapacityReservationTarget$ = [3, n0, _CRT,
1105
+ 0,
1106
+ [_CRI, _CRRGA],
1107
+ [64 | 0, 64 | 0]
1108
+ ];
1109
+ var CompleteLifecycleActionAnswer$ = [3, n0, _CLAA,
1110
+ 0,
1111
+ [],
1112
+ []
1113
+ ];
1114
+ var CompleteLifecycleActionType$ = [3, n0, _CLAT,
1115
+ 0,
1116
+ [_LHN, _ASGN, _LAR, _LAT, _IIns],
1117
+ [0, 0, 0, 0, 0], 3
1118
+ ];
1119
+ var CpuPerformanceFactorRequest$ = [3, n0, _CPFR,
1120
+ 0,
1121
+ [_R],
1122
+ [[() => PerformanceFactorReferenceSetRequest, { [_xN]: _Re }]]
1123
+ ];
1124
+ var CreateAutoScalingGroupType$ = [3, n0, _CASGT,
1125
+ 0,
1126
+ [_ASGN, _MS, _MSa, _LCN, _LT, _MIP, _IIns, _DC, _DCe, _AZ, _AZI, _LBN, _TGARN, _HCT, _HCGP, _PG, _VPCZI, _TP, _NIPFSI, _CR, _LHSL, _DP, _T, _SLRARN, _MIL, _Co, _DCT, _DIW, _TS, _IMP, _AZD, _AZIP, _SZSV, _CRS, _ILP],
1127
+ [0, 1, 1, 0, () => LaunchTemplateSpecification$, [() => MixedInstancesPolicy$, 0], 0, 1, 1, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 0, 1, 0, 0, 64 | 0, 2, 2, () => LifecycleHookSpecifications, 0, () => Tags, 0, 1, 0, 0, 1, () => TrafficSources, () => InstanceMaintenancePolicy$, () => AvailabilityZoneDistribution$, () => AvailabilityZoneImpairmentPolicy$, 2, () => CapacityReservationSpecification$, () => InstanceLifecyclePolicy$], 3
1128
+ ];
1129
+ var CreateLaunchConfigurationType$ = [3, n0, _CLCT,
1130
+ 0,
1131
+ [_LCN, _IIm, _KN, _SG, _CLVPCI, _CLVPCSG, _UD, _IIns, _IT, _KI, _RI, _BDMl, _IM, _SPp, _IIP, _EO, _APIA, _PT, _MO],
1132
+ [0, 0, 0, 64 | 0, 0, 64 | 0, 0, 0, 0, 0, 0, () => BlockDeviceMappings, () => InstanceMonitoring$, 0, 0, 2, 2, 0, () => InstanceMetadataOptions$], 1
1133
+ ];
1134
+ var CreateOrUpdateTagsType$ = [3, n0, _COUTT,
1135
+ 0,
1136
+ [_T],
1137
+ [() => Tags], 1
1138
+ ];
1139
+ var CustomizedMetricSpecification$ = [3, n0, _CMS,
1140
+ 0,
1141
+ [_MN, _N, _Di, _St, _U, _Pe, _Me],
1142
+ [0, 0, () => MetricDimensions, 0, 0, 1, () => TargetTrackingMetricDataQueries]
1143
+ ];
1144
+ var DeleteAutoScalingGroupType$ = [3, n0, _DASGT,
1145
+ 0,
1146
+ [_ASGN, _FD],
1147
+ [0, 2], 1
1148
+ ];
1149
+ var DeleteLifecycleHookAnswer$ = [3, n0, _DLHA,
1150
+ 0,
1151
+ [],
1152
+ []
1153
+ ];
1154
+ var DeleteLifecycleHookType$ = [3, n0, _DLHT,
1155
+ 0,
1156
+ [_LHN, _ASGN],
1157
+ [0, 0], 2
1158
+ ];
1159
+ var DeleteNotificationConfigurationType$ = [3, n0, _DNCT,
1160
+ 0,
1161
+ [_ASGN, _TARN],
1162
+ [0, 0], 2
1163
+ ];
1164
+ var DeletePolicyType$ = [3, n0, _DPT,
1165
+ 0,
1166
+ [_PN, _ASGN],
1167
+ [0, 0], 1
1168
+ ];
1169
+ var DeleteScheduledActionType$ = [3, n0, _DSAT,
1170
+ 0,
1171
+ [_ASGN, _SANc],
1172
+ [0, 0], 2
1173
+ ];
1174
+ var DeleteTagsType$ = [3, n0, _DTT,
1175
+ 0,
1176
+ [_T],
1177
+ [() => Tags], 1
1178
+ ];
1179
+ var DeleteWarmPoolAnswer$ = [3, n0, _DWPA,
1180
+ 0,
1181
+ [],
1182
+ []
1183
+ ];
1184
+ var DeleteWarmPoolType$ = [3, n0, _DWPT,
1185
+ 0,
1186
+ [_ASGN, _FD],
1187
+ [0, 2], 1
1188
+ ];
1189
+ var DescribeAccountLimitsAnswer$ = [3, n0, _DALA,
1190
+ 0,
1191
+ [_MNOASG, _MNOLC, _NOASG, _NOLC],
1192
+ [1, 1, 1, 1]
1193
+ ];
1194
+ var DescribeAdjustmentTypesAnswer$ = [3, n0, _DATA,
1195
+ 0,
1196
+ [_ATdj],
1197
+ [() => AdjustmentTypes]
1198
+ ];
1199
+ var DescribeAutoScalingInstancesType$ = [3, n0, _DASIT,
1200
+ 0,
1201
+ [_II, _MR, _NT],
1202
+ [64 | 0, 1, 0]
1203
+ ];
1204
+ var DescribeAutoScalingNotificationTypesAnswer$ = [3, n0, _DASNTA,
1205
+ 0,
1206
+ [_ASNT],
1207
+ [64 | 0]
1208
+ ];
1209
+ var DescribeInstanceRefreshesAnswer$ = [3, n0, _DIRA,
1210
+ 0,
1211
+ [_IR, _NT],
1212
+ [[() => InstanceRefreshes, 0], 0]
1213
+ ];
1214
+ var DescribeInstanceRefreshesType$ = [3, n0, _DIRT,
1215
+ 0,
1216
+ [_ASGN, _IRIn, _NT, _MR],
1217
+ [0, 64 | 0, 0, 1], 1
1218
+ ];
1219
+ var DescribeLifecycleHooksAnswer$ = [3, n0, _DLHAe,
1220
+ 0,
1221
+ [_LH],
1222
+ [() => LifecycleHooks]
1223
+ ];
1224
+ var DescribeLifecycleHooksType$ = [3, n0, _DLHTe,
1225
+ 0,
1226
+ [_ASGN, _LHNi],
1227
+ [0, 64 | 0], 1
1228
+ ];
1229
+ var DescribeLifecycleHookTypesAnswer$ = [3, n0, _DLHTA,
1230
+ 0,
1231
+ [_LHT],
1232
+ [64 | 0]
1233
+ ];
1234
+ var DescribeLoadBalancersRequest$ = [3, n0, _DLBR,
1235
+ 0,
1236
+ [_ASGN, _NT, _MR],
1237
+ [0, 0, 1], 1
1238
+ ];
1239
+ var DescribeLoadBalancersResponse$ = [3, n0, _DLBRe,
1240
+ 0,
1241
+ [_LB, _NT],
1242
+ [() => LoadBalancerStates, 0]
1243
+ ];
1244
+ var DescribeLoadBalancerTargetGroupsRequest$ = [3, n0, _DLBTGR,
1245
+ 0,
1246
+ [_ASGN, _NT, _MR],
1247
+ [0, 0, 1], 1
1248
+ ];
1249
+ var DescribeLoadBalancerTargetGroupsResponse$ = [3, n0, _DLBTGRe,
1250
+ 0,
1251
+ [_LBTG, _NT],
1252
+ [() => LoadBalancerTargetGroupStates, 0]
1253
+ ];
1254
+ var DescribeMetricCollectionTypesAnswer$ = [3, n0, _DMCTA,
1255
+ 0,
1256
+ [_Me, _G],
1257
+ [() => MetricCollectionTypes, () => MetricGranularityTypes]
1258
+ ];
1259
+ var DescribeNotificationConfigurationsAnswer$ = [3, n0, _DNCA,
1260
+ 0,
1261
+ [_NC, _NT],
1262
+ [() => NotificationConfigurations, 0], 1
1263
+ ];
1264
+ var DescribeNotificationConfigurationsType$ = [3, n0, _DNCTe,
1265
+ 0,
1266
+ [_ASGNu, _NT, _MR],
1267
+ [64 | 0, 0, 1]
1268
+ ];
1269
+ var DescribePoliciesType$ = [3, n0, _DPTe,
1270
+ 0,
1271
+ [_ASGN, _PNo, _PTo, _NT, _MR],
1272
+ [0, 64 | 0, 64 | 0, 0, 1]
1273
+ ];
1274
+ var DescribeScalingActivitiesType$ = [3, n0, _DSATe,
1275
+ 0,
1276
+ [_AIc, _ASGN, _IDG, _MR, _NT, _F],
1277
+ [64 | 0, 0, 2, 1, 0, () => Filters]
1278
+ ];
1279
+ var DescribeScheduledActionsType$ = [3, n0, _DSATes,
1280
+ 0,
1281
+ [_ASGN, _SAN, _ST, _ET, _NT, _MR],
1282
+ [0, 64 | 0, 4, 4, 0, 1]
1283
+ ];
1284
+ var DescribeTagsType$ = [3, n0, _DTTe,
1285
+ 0,
1286
+ [_F, _NT, _MR],
1287
+ [() => Filters, 0, 1]
1288
+ ];
1289
+ var DescribeTerminationPolicyTypesAnswer$ = [3, n0, _DTPTA,
1290
+ 0,
1291
+ [_TPT],
1292
+ [64 | 0]
1293
+ ];
1294
+ var DescribeTrafficSourcesRequest$ = [3, n0, _DTSR,
1295
+ 0,
1296
+ [_ASGN, _TST, _NT, _MR],
1297
+ [0, 0, 0, 1], 1
1298
+ ];
1299
+ var DescribeTrafficSourcesResponse$ = [3, n0, _DTSRe,
1300
+ 0,
1301
+ [_TS, _NT],
1302
+ [() => TrafficSourceStates, 0]
1303
+ ];
1304
+ var DescribeWarmPoolAnswer$ = [3, n0, _DWPAe,
1305
+ 0,
1306
+ [_WPC, _I, _NT],
1307
+ [() => WarmPoolConfiguration$, () => Instances, 0]
1308
+ ];
1309
+ var DescribeWarmPoolType$ = [3, n0, _DWPTe,
1310
+ 0,
1311
+ [_ASGN, _MR, _NT],
1312
+ [0, 1, 0], 1
1313
+ ];
1314
+ var DesiredConfiguration$ = [3, n0, _DCes,
1315
+ 0,
1316
+ [_LT, _MIP],
1317
+ [() => LaunchTemplateSpecification$, [() => MixedInstancesPolicy$, 0]]
1318
+ ];
1319
+ var DetachInstancesAnswer$ = [3, n0, _DIA,
1320
+ 0,
1321
+ [_A],
1322
+ [() => Activities]
1323
+ ];
1324
+ var DetachInstancesQuery$ = [3, n0, _DIQ,
1325
+ 0,
1326
+ [_ASGN, _SDDC, _II],
1327
+ [0, 2, 64 | 0], 2
1328
+ ];
1329
+ var DetachLoadBalancersResultType$ = [3, n0, _DLBRT,
1330
+ 0,
1331
+ [],
1332
+ []
1333
+ ];
1334
+ var DetachLoadBalancersType$ = [3, n0, _DLBT,
1335
+ 0,
1336
+ [_ASGN, _LBN],
1337
+ [0, 64 | 0], 2
1338
+ ];
1339
+ var DetachLoadBalancerTargetGroupsResultType$ = [3, n0, _DLBTGRT,
1340
+ 0,
1341
+ [],
1342
+ []
1343
+ ];
1344
+ var DetachLoadBalancerTargetGroupsType$ = [3, n0, _DLBTGT,
1345
+ 0,
1346
+ [_ASGN, _TGARN],
1347
+ [0, 64 | 0], 2
1348
+ ];
1349
+ var DetachTrafficSourcesResultType$ = [3, n0, _DTSRT,
1350
+ 0,
1351
+ [],
1352
+ []
1353
+ ];
1354
+ var DetachTrafficSourcesType$ = [3, n0, _DTST,
1355
+ 0,
1356
+ [_ASGN, _TS],
1357
+ [0, () => TrafficSources], 2
1358
+ ];
1359
+ var DisableMetricsCollectionQuery$ = [3, n0, _DMCQ,
1360
+ 0,
1361
+ [_ASGN, _Me],
1362
+ [0, 64 | 0], 1
1363
+ ];
1364
+ var Ebs$ = [3, n0, _E,
1365
+ 0,
1366
+ [_SI, _VS, _VT, _DOT, _Io, _En, _Th],
1367
+ [0, 1, 0, 2, 1, 2, 1]
1368
+ ];
1369
+ var EnabledMetric$ = [3, n0, _EMn,
1370
+ 0,
1371
+ [_Met, _Gr],
1372
+ [0, 0]
1373
+ ];
1374
+ var EnableMetricsCollectionQuery$ = [3, n0, _EMCQ,
1375
+ 0,
1376
+ [_ASGN, _Gr, _Me],
1377
+ [0, 0, 64 | 0], 2
1378
+ ];
1379
+ var EnterStandbyAnswer$ = [3, n0, _ESA,
1380
+ 0,
1381
+ [_A],
1382
+ [() => Activities]
1383
+ ];
1384
+ var EnterStandbyQuery$ = [3, n0, _ESQ,
1385
+ 0,
1386
+ [_ASGN, _SDDC, _II],
1387
+ [0, 2, 64 | 0], 2
1388
+ ];
1389
+ var ExecutePolicyType$ = [3, n0, _EPT,
1390
+ 0,
1391
+ [_PN, _ASGN, _HC, _MV, _BT],
1392
+ [0, 0, 2, 1, 1], 1
1393
+ ];
1394
+ var ExitStandbyAnswer$ = [3, n0, _ESAx,
1395
+ 0,
1396
+ [_A],
1397
+ [() => Activities]
1398
+ ];
1399
+ var ExitStandbyQuery$ = [3, n0, _ESQx,
1400
+ 0,
1401
+ [_ASGN, _II],
1402
+ [0, 64 | 0], 1
1403
+ ];
1404
+ var FailedScheduledUpdateGroupActionRequest$ = [3, n0, _FSUGAR,
1405
+ 0,
1406
+ [_SANc, _EC, _EMr],
1407
+ [0, 0, 0], 1
1408
+ ];
1409
+ var Filter$ = [3, n0, _Fi,
1410
+ 0,
1411
+ [_Na, _V],
1412
+ [0, 64 | 0]
1413
+ ];
1414
+ var GetPredictiveScalingForecastAnswer$ = [3, n0, _GPSFA,
1415
+ 0,
1416
+ [_LF, _CF, _UT],
1417
+ [() => LoadForecasts, () => CapacityForecast$, 4], 3
1418
+ ];
1419
+ var GetPredictiveScalingForecastType$ = [3, n0, _GPSFT,
1420
+ 0,
1421
+ [_ASGN, _PN, _ST, _ET],
1422
+ [0, 0, 4, 4], 4
1423
+ ];
1424
+ var Instance$ = [3, n0, _In,
1425
+ 0,
1426
+ [_IIns, _AZv, _LS, _HS, _PFSI, _IT, _AZIv, _LCN, _LT, _IIm, _WC],
1427
+ [0, 0, 0, 0, 2, 0, 0, 0, () => LaunchTemplateSpecification$, 0, 0], 5
1428
+ ];
1429
+ var InstanceCollection$ = [3, n0, _IC,
1430
+ 0,
1431
+ [_IT, _MT, _SIu, _AZv, _AZIv, _II],
1432
+ [0, 0, 0, 0, 0, 64 | 0]
1433
+ ];
1434
+ var InstanceLifecyclePolicy$ = [3, n0, _ILP,
1435
+ 0,
1436
+ [_RT],
1437
+ [() => RetentionTriggers$]
1438
+ ];
1439
+ var InstanceMaintenancePolicy$ = [3, n0, _IMP,
1440
+ 0,
1441
+ [_MHP, _MHPa],
1442
+ [1, 1]
1443
+ ];
1444
+ var InstanceMetadataOptions$ = [3, n0, _IMO,
1445
+ 0,
1446
+ [_HT, _HPRHL, _HE],
1447
+ [0, 1, 0]
1448
+ ];
1449
+ var InstanceMonitoring$ = [3, n0, _IM,
1450
+ 0,
1451
+ [_Ena],
1452
+ [2]
1453
+ ];
1454
+ var InstanceRefresh$ = [3, n0, _IRn,
1455
+ 0,
1456
+ [_IRI, _ASGN, _S, _SR, _ST, _ET, _PCe, _ITU, _PD, _Pr, _DCes, _RD, _Str],
1457
+ [0, 0, 0, 0, 4, 4, 1, 1, () => InstanceRefreshProgressDetails$, () => RefreshPreferences$, [() => DesiredConfiguration$, 0], () => RollbackDetails$, 0]
1458
+ ];
1459
+ var InstanceRefreshLivePoolProgress$ = [3, n0, _IRLPP,
1460
+ 0,
1461
+ [_PCe, _ITU],
1462
+ [1, 1]
1463
+ ];
1464
+ var InstanceRefreshProgressDetails$ = [3, n0, _IRPD,
1465
+ 0,
1466
+ [_LPP, _WPP],
1467
+ [() => InstanceRefreshLivePoolProgress$, () => InstanceRefreshWarmPoolProgress$]
1468
+ ];
1469
+ var InstanceRefreshWarmPoolProgress$ = [3, n0, _IRWPP,
1470
+ 0,
1471
+ [_PCe, _ITU],
1472
+ [1, 1]
1473
+ ];
1474
+ var InstanceRequirements$ = [3, n0, _IRns,
1475
+ 0,
1476
+ [_VCC, _MMB, _CM, _MGBPVC, _EIT, _IG, _SMPPOLP, _MSPAPOOODP, _ODMPPOLP, _BM, _BP, _RHS, _NIC, _LSo, _LST, _TLSGB, _BEBM, _ATcc, _AC, _AM, _ANc, _ATMMB, _NBG, _AIT, _BPF],
1477
+ [() => VCpuCountRequest$, () => MemoryMiBRequest$, 64 | 0, () => MemoryGiBPerVCpuRequest$, 64 | 0, 64 | 0, 1, 1, 1, 0, 0, 2, () => NetworkInterfaceCountRequest$, 0, 64 | 0, () => TotalLocalStorageGBRequest$, () => BaselineEbsBandwidthMbpsRequest$, 64 | 0, () => AcceleratorCountRequest$, 64 | 0, 64 | 0, () => AcceleratorTotalMemoryMiBRequest$, () => NetworkBandwidthGbpsRequest$, 64 | 0, [() => BaselinePerformanceFactorsRequest$, 0]], 2
1478
+ ];
1479
+ var InstanceReusePolicy$ = [3, n0, _IRP,
1480
+ 0,
1481
+ [_ROSI],
1482
+ [2]
1483
+ ];
1484
+ var InstancesDistribution$ = [3, n0, _ID,
1485
+ 0,
1486
+ [_ODAS, _ODBC, _ODPABC, _SAS, _SIP, _SMP],
1487
+ [0, 1, 1, 0, 1, 0]
1488
+ ];
1489
+ var LaunchConfiguration$ = [3, n0, _LC,
1490
+ 0,
1491
+ [_LCN, _IIm, _IT, _CT, _LCARN, _KN, _SG, _CLVPCI, _CLVPCSG, _UD, _KI, _RI, _BDMl, _IM, _SPp, _IIP, _EO, _APIA, _PT, _MO],
1492
+ [0, 0, 0, 4, 0, 0, 64 | 0, 0, 64 | 0, 0, 0, 0, () => BlockDeviceMappings, () => InstanceMonitoring$, 0, 0, 2, 2, 0, () => InstanceMetadataOptions$], 4
1493
+ ];
1494
+ var LaunchConfigurationNamesType$ = [3, n0, _LCNT,
1495
+ 0,
1496
+ [_LCNa, _NT, _MR],
1497
+ [64 | 0, 0, 1]
1498
+ ];
1499
+ var LaunchConfigurationNameType$ = [3, n0, _LCNTa,
1500
+ 0,
1501
+ [_LCN],
1502
+ [0], 1
1503
+ ];
1504
+ var LaunchConfigurationsType$ = [3, n0, _LCT,
1505
+ 0,
1506
+ [_LCa, _NT],
1507
+ [() => LaunchConfigurations, 0], 1
1508
+ ];
1509
+ var LaunchInstancesError$ = [3, n0, _LIE,
1510
+ 0,
1511
+ [_IT, _MT, _SIu, _AZv, _AZIv, _EC, _EMr],
1512
+ [0, 0, 0, 0, 0, 0, 0]
1513
+ ];
1514
+ var LaunchInstancesRequest$ = [3, n0, _LIR,
1515
+ 0,
1516
+ [_ASGN, _RC, _CTl, _AZ, _AZI, _SIub, _RS],
1517
+ [0, 1, [0, 4], 64 | 0, 64 | 0, 64 | 0, 0], 2
1518
+ ];
1519
+ var LaunchInstancesResult$ = [3, n0, _LIRa,
1520
+ 0,
1521
+ [_ASGN, _CTl, _I, _Er],
1522
+ [0, 0, () => InstanceCollections, () => LaunchInstancesErrors]
1523
+ ];
1524
+ var LaunchTemplate$ = [3, n0, _LT,
1525
+ 0,
1526
+ [_LTS, _O],
1527
+ [() => LaunchTemplateSpecification$, [() => Overrides, 0]]
1528
+ ];
1529
+ var LaunchTemplateOverrides$ = [3, n0, _LTO,
1530
+ 0,
1531
+ [_IT, _WC, _LTS, _IRns, _IIm],
1532
+ [0, 0, () => LaunchTemplateSpecification$, [() => InstanceRequirements$, 0], 0]
1533
+ ];
1534
+ var LaunchTemplateSpecification$ = [3, n0, _LTS,
1535
+ 0,
1536
+ [_LTI, _LTN, _Ve],
1537
+ [0, 0, 0]
1538
+ ];
1539
+ var LifecycleHook$ = [3, n0, _LHi,
1540
+ 0,
1541
+ [_LHN, _ASGN, _LTi, _NTARN, _RARN, _NM, _HTe, _GT, _DR],
1542
+ [0, 0, 0, 0, 0, 0, 1, 1, 0]
1543
+ ];
1544
+ var LifecycleHookSpecification$ = [3, n0, _LHS,
1545
+ 0,
1546
+ [_LHN, _LTi, _NM, _HTe, _DR, _NTARN, _RARN],
1547
+ [0, 0, 0, 1, 0, 0, 0], 2
1548
+ ];
1549
+ var LoadBalancerState$ = [3, n0, _LBS,
1550
+ 0,
1551
+ [_LBNo, _Sta],
1552
+ [0, 0]
1553
+ ];
1554
+ var LoadBalancerTargetGroupState$ = [3, n0, _LBTGS,
1555
+ 0,
1556
+ [_LBTGARN, _Sta],
1557
+ [0, 0]
1558
+ ];
1559
+ var LoadForecast$ = [3, n0, _LF,
1560
+ 0,
1561
+ [_Ti, _V, _MSe],
1562
+ [64 | 4, 64 | 1, () => PredictiveScalingMetricSpecification$], 3
1563
+ ];
1564
+ var MemoryGiBPerVCpuRequest$ = [3, n0, _MGBPVCR,
1565
+ 0,
1566
+ [_Mi, _Ma],
1567
+ [1, 1]
1568
+ ];
1569
+ var MemoryMiBRequest$ = [3, n0, _MMBR,
1570
+ 0,
1571
+ [_Mi, _Ma],
1572
+ [1, 1], 1
1573
+ ];
1574
+ var Metric$ = [3, n0, _Met,
1575
+ 0,
1576
+ [_N, _MN, _Di],
1577
+ [0, 0, () => MetricDimensions], 2
1578
+ ];
1579
+ var MetricCollectionType$ = [3, n0, _MCT,
1580
+ 0,
1581
+ [_Met],
1582
+ [0]
1583
+ ];
1584
+ var MetricDataQuery$ = [3, n0, _MDQ,
1585
+ 0,
1586
+ [_Id, _Ex, _MSet, _L, _RDe],
1587
+ [0, 0, () => MetricStat$, 0, 2], 1
1588
+ ];
1589
+ var MetricDimension$ = [3, n0, _MD,
1590
+ 0,
1591
+ [_Na, _Va],
1592
+ [0, 0], 2
1593
+ ];
1594
+ var MetricGranularityType$ = [3, n0, _MGT,
1595
+ 0,
1596
+ [_Gr],
1597
+ [0]
1598
+ ];
1599
+ var MetricStat$ = [3, n0, _MSet,
1600
+ 0,
1601
+ [_Met, _Stat, _U],
1602
+ [() => Metric$, 0, 0], 2
1603
+ ];
1604
+ var MixedInstancesPolicy$ = [3, n0, _MIP,
1605
+ 0,
1606
+ [_LT, _ID],
1607
+ [[() => LaunchTemplate$, 0], () => InstancesDistribution$]
1608
+ ];
1609
+ var NetworkBandwidthGbpsRequest$ = [3, n0, _NBGR,
1610
+ 0,
1611
+ [_Mi, _Ma],
1612
+ [1, 1]
1613
+ ];
1614
+ var NetworkInterfaceCountRequest$ = [3, n0, _NICR,
1615
+ 0,
1616
+ [_Mi, _Ma],
1617
+ [1, 1]
1618
+ ];
1619
+ var NotificationConfiguration$ = [3, n0, _NCo,
1620
+ 0,
1621
+ [_ASGN, _TARN, _NTo],
1622
+ [0, 0, 0]
1623
+ ];
1624
+ var PerformanceFactorReferenceRequest$ = [3, n0, _PFRR,
1625
+ 0,
1626
+ [_IF],
1627
+ [0]
1628
+ ];
1629
+ var PoliciesType$ = [3, n0, _PTol,
1630
+ 0,
1631
+ [_SPc, _NT],
1632
+ [() => ScalingPolicies, 0]
1633
+ ];
1634
+ var PolicyARNType$ = [3, n0, _PARNT,
1635
+ 0,
1636
+ [_PARN, _Ala],
1637
+ [0, () => Alarms]
1638
+ ];
1639
+ var PredefinedMetricSpecification$ = [3, n0, _PMS,
1640
+ 0,
1641
+ [_PMT, _RL],
1642
+ [0, 0], 1
1643
+ ];
1644
+ var PredictiveScalingConfiguration$ = [3, n0, _PSC,
1645
+ 0,
1646
+ [_MSetr, _Mo, _SBT, _MCBB, _MCB],
1647
+ [() => PredictiveScalingMetricSpecifications, 0, 1, 0, 1], 1
1648
+ ];
1649
+ var PredictiveScalingCustomizedCapacityMetric$ = [3, n0, _PSCCM,
1650
+ 0,
1651
+ [_MDQe],
1652
+ [() => MetricDataQueries], 1
1653
+ ];
1654
+ var PredictiveScalingCustomizedLoadMetric$ = [3, n0, _PSCLM,
1655
+ 0,
1656
+ [_MDQe],
1657
+ [() => MetricDataQueries], 1
1658
+ ];
1659
+ var PredictiveScalingCustomizedScalingMetric$ = [3, n0, _PSCSM,
1660
+ 0,
1661
+ [_MDQe],
1662
+ [() => MetricDataQueries], 1
1663
+ ];
1664
+ var PredictiveScalingMetricSpecification$ = [3, n0, _PSMS,
1665
+ 0,
1666
+ [_TV, _PMPS, _PSMSr, _PLMS, _CSMS, _CLMS, _CCMS],
1667
+ [1, () => PredictiveScalingPredefinedMetricPair$, () => PredictiveScalingPredefinedScalingMetric$, () => PredictiveScalingPredefinedLoadMetric$, () => PredictiveScalingCustomizedScalingMetric$, () => PredictiveScalingCustomizedLoadMetric$, () => PredictiveScalingCustomizedCapacityMetric$], 1
1668
+ ];
1669
+ var PredictiveScalingPredefinedLoadMetric$ = [3, n0, _PSPLM,
1670
+ 0,
1671
+ [_PMT, _RL],
1672
+ [0, 0], 1
1673
+ ];
1674
+ var PredictiveScalingPredefinedMetricPair$ = [3, n0, _PSPMP,
1675
+ 0,
1676
+ [_PMT, _RL],
1677
+ [0, 0], 1
1678
+ ];
1679
+ var PredictiveScalingPredefinedScalingMetric$ = [3, n0, _PSPSM,
1680
+ 0,
1681
+ [_PMT, _RL],
1682
+ [0, 0], 1
1683
+ ];
1684
+ var ProcessesType$ = [3, n0, _PTr,
1685
+ 0,
1686
+ [_Pro],
1687
+ [() => Processes]
1688
+ ];
1689
+ var ProcessType$ = [3, n0, _PTro,
1690
+ 0,
1691
+ [_PNr],
1692
+ [0], 1
1693
+ ];
1694
+ var PutLifecycleHookAnswer$ = [3, n0, _PLHA,
1695
+ 0,
1696
+ [],
1697
+ []
1698
+ ];
1699
+ var PutLifecycleHookType$ = [3, n0, _PLHT,
1700
+ 0,
1701
+ [_LHN, _ASGN, _LTi, _RARN, _NTARN, _NM, _HTe, _DR],
1702
+ [0, 0, 0, 0, 0, 0, 1, 0], 2
1703
+ ];
1704
+ var PutNotificationConfigurationType$ = [3, n0, _PNCT,
1705
+ 0,
1706
+ [_ASGN, _TARN, _NTot],
1707
+ [0, 0, 64 | 0], 3
1708
+ ];
1709
+ var PutScalingPolicyType$ = [3, n0, _PSPT,
1710
+ 0,
1711
+ [_ASGN, _PN, _PToli, _ATd, _MAS, _MAM, _SA, _Coo, _MAT, _SAt, _EIW, _TTC, _Ena, _PSC],
1712
+ [0, 0, 0, 0, 1, 1, 1, 1, 0, () => StepAdjustments, 1, () => TargetTrackingConfiguration$, 2, () => PredictiveScalingConfiguration$], 2
1713
+ ];
1714
+ var PutScheduledUpdateGroupActionType$ = [3, n0, _PSUGAT,
1715
+ 0,
1716
+ [_ASGN, _SANc, _Tim, _ST, _ET, _Rec, _MS, _MSa, _DC, _TZ],
1717
+ [0, 0, 4, 4, 4, 0, 1, 1, 1, 0], 2
1718
+ ];
1719
+ var PutWarmPoolAnswer$ = [3, n0, _PWPA,
1720
+ 0,
1721
+ [],
1722
+ []
1723
+ ];
1724
+ var PutWarmPoolType$ = [3, n0, _PWPT,
1725
+ 0,
1726
+ [_ASGN, _MGPC, _MS, _PS, _IRP],
1727
+ [0, 1, 1, 0, () => InstanceReusePolicy$], 1
1728
+ ];
1729
+ var RecordLifecycleActionHeartbeatAnswer$ = [3, n0, _RLAHA,
1730
+ 0,
1731
+ [],
1732
+ []
1733
+ ];
1734
+ var RecordLifecycleActionHeartbeatType$ = [3, n0, _RLAHT,
1735
+ 0,
1736
+ [_LHN, _ASGN, _LAT, _IIns],
1737
+ [0, 0, 0, 0], 2
1738
+ ];
1739
+ var RefreshPreferences$ = [3, n0, _RP,
1740
+ 0,
1741
+ [_MHP, _IW, _CP, _CD, _SMk, _AR, _SIPI, _SIt, _AS, _MHPa, _BTa],
1742
+ [1, 1, 64 | 1, 1, 2, 2, 0, 0, () => AlarmSpecification$, 1, 1]
1743
+ ];
1744
+ var RetentionTriggers$ = [3, n0, _RT,
1745
+ 0,
1746
+ [_THA],
1747
+ [0]
1748
+ ];
1749
+ var RollbackDetails$ = [3, n0, _RD,
1750
+ 0,
1751
+ [_RR, _RST, _PCOR, _ITUOR, _PDOR],
1752
+ [0, 4, 1, 1, () => InstanceRefreshProgressDetails$]
1753
+ ];
1754
+ var RollbackInstanceRefreshAnswer$ = [3, n0, _RIRA,
1755
+ 0,
1756
+ [_IRI],
1757
+ [0]
1758
+ ];
1759
+ var RollbackInstanceRefreshType$ = [3, n0, _RIRT,
1760
+ 0,
1761
+ [_ASGN],
1762
+ [0], 1
1763
+ ];
1764
+ var ScalingPolicy$ = [3, n0, _SPca,
1765
+ 0,
1766
+ [_ASGN, _PN, _PARN, _PToli, _ATd, _MAS, _MAM, _SA, _Coo, _SAt, _MAT, _EIW, _Ala, _TTC, _Ena, _PSC],
1767
+ [0, 0, 0, 0, 0, 1, 1, 1, 1, () => StepAdjustments, 0, 1, () => Alarms, () => TargetTrackingConfiguration$, 2, () => PredictiveScalingConfiguration$]
1768
+ ];
1769
+ var ScalingProcessQuery$ = [3, n0, _SPQ,
1770
+ 0,
1771
+ [_ASGN, _SPcal],
1772
+ [0, 64 | 0], 1
1773
+ ];
1774
+ var ScheduledActionsType$ = [3, n0, _SAT,
1775
+ 0,
1776
+ [_SUGA, _NT],
1777
+ [() => ScheduledUpdateGroupActions, 0]
1778
+ ];
1779
+ var ScheduledUpdateGroupAction$ = [3, n0, _SUGAc,
1780
+ 0,
1781
+ [_ASGN, _SANc, _SAARN, _Tim, _ST, _ET, _Rec, _MS, _MSa, _DC, _TZ],
1782
+ [0, 0, 0, 4, 4, 4, 0, 1, 1, 1, 0]
1783
+ ];
1784
+ var ScheduledUpdateGroupActionRequest$ = [3, n0, _SUGAR,
1785
+ 0,
1786
+ [_SANc, _ST, _ET, _Rec, _MS, _MSa, _DC, _TZ],
1787
+ [0, 4, 4, 0, 1, 1, 1, 0], 1
1788
+ ];
1789
+ var SetDesiredCapacityType$ = [3, n0, _SDCT,
1790
+ 0,
1791
+ [_ASGN, _DC, _HC],
1792
+ [0, 1, 2], 2
1793
+ ];
1794
+ var SetInstanceHealthQuery$ = [3, n0, _SIHQ,
1795
+ 0,
1796
+ [_IIns, _HS, _SRGP],
1797
+ [0, 0, 2], 2
1798
+ ];
1799
+ var SetInstanceProtectionAnswer$ = [3, n0, _SIPA,
1800
+ 0,
1801
+ [],
1802
+ []
1803
+ ];
1804
+ var SetInstanceProtectionQuery$ = [3, n0, _SIPQ,
1805
+ 0,
1806
+ [_II, _ASGN, _PFSI],
1807
+ [64 | 0, 0, 2], 3
1808
+ ];
1809
+ var StartInstanceRefreshAnswer$ = [3, n0, _SIRA,
1810
+ 0,
1811
+ [_IRI],
1812
+ [0]
1813
+ ];
1814
+ var StartInstanceRefreshType$ = [3, n0, _SIRT,
1815
+ 0,
1816
+ [_ASGN, _Str, _DCes, _Pr],
1817
+ [0, 0, [() => DesiredConfiguration$, 0], () => RefreshPreferences$], 1
1818
+ ];
1819
+ var StepAdjustment$ = [3, n0, _SAte,
1820
+ 0,
1821
+ [_SA, _MILB, _MIUB],
1822
+ [1, 1, 1], 1
1823
+ ];
1824
+ var SuspendedProcess$ = [3, n0, _SPu,
1825
+ 0,
1826
+ [_PNr, _SRu],
1827
+ [0, 0]
1828
+ ];
1829
+ var Tag$ = [3, n0, _Ta,
1830
+ 0,
1831
+ [_K, _RIe, _RTe, _Va, _PAL],
1832
+ [0, 0, 0, 0, 2], 1
1833
+ ];
1834
+ var TagDescription$ = [3, n0, _TD,
1835
+ 0,
1836
+ [_RIe, _RTe, _K, _Va, _PAL],
1837
+ [0, 0, 0, 0, 2]
1838
+ ];
1839
+ var TagsType$ = [3, n0, _TT,
1840
+ 0,
1841
+ [_T, _NT],
1842
+ [() => TagDescriptionList, 0]
1843
+ ];
1844
+ var TargetTrackingConfiguration$ = [3, n0, _TTC,
1845
+ 0,
1846
+ [_TV, _PMS, _CMS, _DSI],
1847
+ [1, () => PredefinedMetricSpecification$, () => CustomizedMetricSpecification$, 2], 1
1848
+ ];
1849
+ var TargetTrackingMetricDataQuery$ = [3, n0, _TTMDQ,
1850
+ 0,
1851
+ [_Id, _Ex, _MSet, _L, _Pe, _RDe],
1852
+ [0, 0, () => TargetTrackingMetricStat$, 0, 1, 2], 1
1853
+ ];
1854
+ var TargetTrackingMetricStat$ = [3, n0, _TTMS,
1855
+ 0,
1856
+ [_Met, _Stat, _U, _Pe],
1857
+ [() => Metric$, 0, 0, 1], 2
1858
+ ];
1859
+ var TerminateInstanceInAutoScalingGroupType$ = [3, n0, _TIIASGT,
1860
+ 0,
1861
+ [_IIns, _SDDC],
1862
+ [0, 2], 2
1863
+ ];
1864
+ var TotalLocalStorageGBRequest$ = [3, n0, _TLSGBR,
1865
+ 0,
1866
+ [_Mi, _Ma],
1867
+ [1, 1]
1868
+ ];
1869
+ var TrafficSourceIdentifier$ = [3, n0, _TSI,
1870
+ 0,
1871
+ [_Ide, _Ty],
1872
+ [0, 0], 1
1873
+ ];
1874
+ var TrafficSourceState$ = [3, n0, _TSS,
1875
+ 0,
1876
+ [_TSr, _Sta, _Ide, _Ty],
1877
+ [0, 0, 0, 0]
1878
+ ];
1879
+ var UpdateAutoScalingGroupType$ = [3, n0, _UASGT,
1880
+ 0,
1881
+ [_ASGN, _LCN, _LT, _MIP, _MS, _MSa, _DC, _DCe, _AZ, _AZI, _HCT, _HCGP, _PG, _VPCZI, _TP, _NIPFSI, _SLRARN, _MIL, _CR, _Co, _DCT, _DIW, _IMP, _AZD, _AZIP, _SZSV, _CRS, _ILP, _DP],
1882
+ [0, 0, () => LaunchTemplateSpecification$, [() => MixedInstancesPolicy$, 0], 1, 1, 1, 1, 64 | 0, 64 | 0, 0, 1, 0, 0, 64 | 0, 2, 0, 1, 2, 0, 0, 1, () => InstanceMaintenancePolicy$, () => AvailabilityZoneDistribution$, () => AvailabilityZoneImpairmentPolicy$, 2, () => CapacityReservationSpecification$, () => InstanceLifecyclePolicy$, 0], 1
1883
+ ];
1884
+ var VCpuCountRequest$ = [3, n0, _VCCR,
1885
+ 0,
1886
+ [_Mi, _Ma],
1887
+ [1, 1], 1
1888
+ ];
1889
+ var WarmPoolConfiguration$ = [3, n0, _WPC,
1890
+ 0,
1891
+ [_MGPC, _MS, _PS, _S, _IRP],
1892
+ [1, 1, 0, 0, () => InstanceReusePolicy$]
1893
+ ];
1894
+ var __Unit = "unit";
1895
+ var Activities = [1, n0, _A,
1896
+ 0, () => Activity$
1897
+ ];
1898
+ var AdjustmentTypes = [1, n0, _ATdj,
1899
+ 0, () => AdjustmentType$
1900
+ ];
1901
+ var Alarms = [1, n0, _Ala,
1902
+ 0, () => Alarm$
1903
+ ];
1904
+ var AutoScalingGroups = [1, n0, _ASGu,
1905
+ 0, [() => AutoScalingGroup$,
1906
+ 0]
1907
+ ];
1908
+ var AutoScalingInstances = [1, n0, _ASI,
1909
+ 0, () => AutoScalingInstanceDetails$
1910
+ ];
1911
+ var BlockDeviceMappings = [1, n0, _BDMl,
1912
+ 0, () => BlockDeviceMapping$
1913
+ ];
1914
+ var EnabledMetrics = [1, n0, _EM,
1915
+ 0, () => EnabledMetric$
1916
+ ];
1917
+ var FailedScheduledUpdateGroupActionRequests = [1, n0, _FSUGARa,
1918
+ 0, () => FailedScheduledUpdateGroupActionRequest$
1919
+ ];
1920
+ var Filters = [1, n0, _F,
1921
+ 0, () => Filter$
1922
+ ];
1923
+ var InstanceCollections = [1, n0, _ICn,
1924
+ 0, () => InstanceCollection$
1925
+ ];
1926
+ var InstanceRefreshes = [1, n0, _IR,
1927
+ 0, [() => InstanceRefresh$,
1928
+ 0]
1929
+ ];
1930
+ var Instances = [1, n0, _I,
1931
+ 0, () => Instance$
1932
+ ];
1933
+ var LaunchConfigurations = [1, n0, _LCa,
1934
+ 0, () => LaunchConfiguration$
1935
+ ];
1936
+ var LaunchInstancesErrors = [1, n0, _LIEa,
1937
+ 0, () => LaunchInstancesError$
1938
+ ];
1939
+ var LifecycleHooks = [1, n0, _LH,
1940
+ 0, () => LifecycleHook$
1941
+ ];
1942
+ var LifecycleHookSpecifications = [1, n0, _LHSi,
1943
+ 0, () => LifecycleHookSpecification$
1944
+ ];
1945
+ var LoadBalancerStates = [1, n0, _LBSo,
1946
+ 0, () => LoadBalancerState$
1947
+ ];
1948
+ var LoadBalancerTargetGroupStates = [1, n0, _LBTGSo,
1949
+ 0, () => LoadBalancerTargetGroupState$
1950
+ ];
1951
+ var LoadForecasts = [1, n0, _LFo,
1952
+ 0, () => LoadForecast$
1953
+ ];
1954
+ var MetricCollectionTypes = [1, n0, _MCTe,
1955
+ 0, () => MetricCollectionType$
1956
+ ];
1957
+ var MetricDataQueries = [1, n0, _MDQe,
1958
+ 0, () => MetricDataQuery$
1959
+ ];
1960
+ var MetricDimensions = [1, n0, _MDe,
1961
+ 0, () => MetricDimension$
1962
+ ];
1963
+ var MetricGranularityTypes = [1, n0, _MGTe,
1964
+ 0, () => MetricGranularityType$
1965
+ ];
1966
+ var NotificationConfigurations = [1, n0, _NC,
1967
+ 0, () => NotificationConfiguration$
1968
+ ];
1969
+ var Overrides = [1, n0, _O,
1970
+ 0, [() => LaunchTemplateOverrides$,
1971
+ 0]
1972
+ ];
1973
+ var PerformanceFactorReferenceSetRequest = [1, n0, _PFRSR,
1974
+ 0, [() => PerformanceFactorReferenceRequest$,
1975
+ { [_xN]: _i }]
1976
+ ];
1977
+ var PredictiveScalingMetricSpecifications = [1, n0, _PSMSre,
1978
+ 0, () => PredictiveScalingMetricSpecification$
1979
+ ];
1980
+ var Processes = [1, n0, _Pro,
1981
+ 0, () => ProcessType$
1982
+ ];
1983
+ var ScalingPolicies = [1, n0, _SPc,
1984
+ 0, () => ScalingPolicy$
1985
+ ];
1986
+ var ScheduledUpdateGroupActionRequests = [1, n0, _SUGARc,
1987
+ 0, () => ScheduledUpdateGroupActionRequest$
1988
+ ];
1989
+ var ScheduledUpdateGroupActions = [1, n0, _SUGA,
1990
+ 0, () => ScheduledUpdateGroupAction$
1991
+ ];
1992
+ var StepAdjustments = [1, n0, _SAt,
1993
+ 0, () => StepAdjustment$
1994
+ ];
1995
+ var SuspendedProcesses = [1, n0, _SP,
1996
+ 0, () => SuspendedProcess$
1997
+ ];
1998
+ var TagDescriptionList = [1, n0, _TDL,
1999
+ 0, () => TagDescription$
2000
+ ];
2001
+ var Tags = [1, n0, _T,
2002
+ 0, () => Tag$
2003
+ ];
2004
+ var TargetTrackingMetricDataQueries = [1, n0, _TTMDQa,
2005
+ 0, () => TargetTrackingMetricDataQuery$
2006
+ ];
2007
+ var TrafficSources = [1, n0, _TS,
2008
+ 0, () => TrafficSourceIdentifier$
2009
+ ];
2010
+ var TrafficSourceStates = [1, n0, _TSSr,
2011
+ 0, () => TrafficSourceState$
2012
+ ];
2013
+ var AttachInstances$ = [9, n0, _AIt,
2014
+ 0, () => AttachInstancesQuery$, () => __Unit
2015
+ ];
2016
+ var AttachLoadBalancers$ = [9, n0, _ALB,
2017
+ 0, () => AttachLoadBalancersType$, () => AttachLoadBalancersResultType$
2018
+ ];
2019
+ var AttachLoadBalancerTargetGroups$ = [9, n0, _ALBTG,
2020
+ 0, () => AttachLoadBalancerTargetGroupsType$, () => AttachLoadBalancerTargetGroupsResultType$
2021
+ ];
2022
+ var AttachTrafficSources$ = [9, n0, _ATS,
2023
+ 0, () => AttachTrafficSourcesType$, () => AttachTrafficSourcesResultType$
2024
+ ];
2025
+ var BatchDeleteScheduledAction$ = [9, n0, _BDSA,
2026
+ 0, () => BatchDeleteScheduledActionType$, () => BatchDeleteScheduledActionAnswer$
2027
+ ];
2028
+ var BatchPutScheduledUpdateGroupAction$ = [9, n0, _BPSUGA,
2029
+ 0, () => BatchPutScheduledUpdateGroupActionType$, () => BatchPutScheduledUpdateGroupActionAnswer$
2030
+ ];
2031
+ var CancelInstanceRefresh$ = [9, n0, _CIR,
2032
+ 0, () => CancelInstanceRefreshType$, () => CancelInstanceRefreshAnswer$
2033
+ ];
2034
+ var CompleteLifecycleAction$ = [9, n0, _CLA,
2035
+ 0, () => CompleteLifecycleActionType$, () => CompleteLifecycleActionAnswer$
2036
+ ];
2037
+ var CreateAutoScalingGroup$ = [9, n0, _CASG,
2038
+ 0, () => CreateAutoScalingGroupType$, () => __Unit
2039
+ ];
2040
+ var CreateLaunchConfiguration$ = [9, n0, _CLC,
2041
+ 0, () => CreateLaunchConfigurationType$, () => __Unit
2042
+ ];
2043
+ var CreateOrUpdateTags$ = [9, n0, _COUT,
2044
+ 0, () => CreateOrUpdateTagsType$, () => __Unit
2045
+ ];
2046
+ var DeleteAutoScalingGroup$ = [9, n0, _DASG,
2047
+ 0, () => DeleteAutoScalingGroupType$, () => __Unit
2048
+ ];
2049
+ var DeleteLaunchConfiguration$ = [9, n0, _DLC,
2050
+ 0, () => LaunchConfigurationNameType$, () => __Unit
2051
+ ];
2052
+ var DeleteLifecycleHook$ = [9, n0, _DLH,
2053
+ 0, () => DeleteLifecycleHookType$, () => DeleteLifecycleHookAnswer$
2054
+ ];
2055
+ var DeleteNotificationConfiguration$ = [9, n0, _DNC,
2056
+ 0, () => DeleteNotificationConfigurationType$, () => __Unit
2057
+ ];
2058
+ var DeletePolicy$ = [9, n0, _DPe,
2059
+ 0, () => DeletePolicyType$, () => __Unit
2060
+ ];
2061
+ var DeleteScheduledAction$ = [9, n0, _DSA,
2062
+ 0, () => DeleteScheduledActionType$, () => __Unit
2063
+ ];
2064
+ var DeleteTags$ = [9, n0, _DT,
2065
+ 0, () => DeleteTagsType$, () => __Unit
2066
+ ];
2067
+ var DeleteWarmPool$ = [9, n0, _DWP,
2068
+ 0, () => DeleteWarmPoolType$, () => DeleteWarmPoolAnswer$
2069
+ ];
2070
+ var DescribeAccountLimits$ = [9, n0, _DAL,
2071
+ 0, () => __Unit, () => DescribeAccountLimitsAnswer$
2072
+ ];
2073
+ var DescribeAdjustmentTypes$ = [9, n0, _DAT,
2074
+ 0, () => __Unit, () => DescribeAdjustmentTypesAnswer$
2075
+ ];
2076
+ var DescribeAutoScalingGroups$ = [9, n0, _DASGe,
2077
+ 0, () => AutoScalingGroupNamesType$, () => AutoScalingGroupsType$
2078
+ ];
2079
+ var DescribeAutoScalingInstances$ = [9, n0, _DASI,
2080
+ 0, () => DescribeAutoScalingInstancesType$, () => AutoScalingInstancesType$
2081
+ ];
2082
+ var DescribeAutoScalingNotificationTypes$ = [9, n0, _DASNT,
2083
+ 0, () => __Unit, () => DescribeAutoScalingNotificationTypesAnswer$
2084
+ ];
2085
+ var DescribeInstanceRefreshes$ = [9, n0, _DIR,
2086
+ 0, () => DescribeInstanceRefreshesType$, () => DescribeInstanceRefreshesAnswer$
2087
+ ];
2088
+ var DescribeLaunchConfigurations$ = [9, n0, _DLCe,
2089
+ 0, () => LaunchConfigurationNamesType$, () => LaunchConfigurationsType$
2090
+ ];
2091
+ var DescribeLifecycleHooks$ = [9, n0, _DLHe,
2092
+ 0, () => DescribeLifecycleHooksType$, () => DescribeLifecycleHooksAnswer$
2093
+ ];
2094
+ var DescribeLifecycleHookTypes$ = [9, n0, _DLHTes,
2095
+ 0, () => __Unit, () => DescribeLifecycleHookTypesAnswer$
2096
+ ];
2097
+ var DescribeLoadBalancers$ = [9, n0, _DLB,
2098
+ 0, () => DescribeLoadBalancersRequest$, () => DescribeLoadBalancersResponse$
2099
+ ];
2100
+ var DescribeLoadBalancerTargetGroups$ = [9, n0, _DLBTG,
2101
+ 0, () => DescribeLoadBalancerTargetGroupsRequest$, () => DescribeLoadBalancerTargetGroupsResponse$
2102
+ ];
2103
+ var DescribeMetricCollectionTypes$ = [9, n0, _DMCT,
2104
+ 0, () => __Unit, () => DescribeMetricCollectionTypesAnswer$
2105
+ ];
2106
+ var DescribeNotificationConfigurations$ = [9, n0, _DNCe,
2107
+ 0, () => DescribeNotificationConfigurationsType$, () => DescribeNotificationConfigurationsAnswer$
2108
+ ];
2109
+ var DescribePolicies$ = [9, n0, _DPes,
2110
+ 0, () => DescribePoliciesType$, () => PoliciesType$
2111
+ ];
2112
+ var DescribeScalingActivities$ = [9, n0, _DSAe,
2113
+ 0, () => DescribeScalingActivitiesType$, () => ActivitiesType$
2114
+ ];
2115
+ var DescribeScalingProcessTypes$ = [9, n0, _DSPT,
2116
+ 0, () => __Unit, () => ProcessesType$
2117
+ ];
2118
+ var DescribeScheduledActions$ = [9, n0, _DSAes,
2119
+ 0, () => DescribeScheduledActionsType$, () => ScheduledActionsType$
2120
+ ];
2121
+ var DescribeTags$ = [9, n0, _DTe,
2122
+ 0, () => DescribeTagsType$, () => TagsType$
2123
+ ];
2124
+ var DescribeTerminationPolicyTypes$ = [9, n0, _DTPT,
2125
+ 0, () => __Unit, () => DescribeTerminationPolicyTypesAnswer$
2126
+ ];
2127
+ var DescribeTrafficSources$ = [9, n0, _DTS,
2128
+ 0, () => DescribeTrafficSourcesRequest$, () => DescribeTrafficSourcesResponse$
2129
+ ];
2130
+ var DescribeWarmPool$ = [9, n0, _DWPe,
2131
+ 0, () => DescribeWarmPoolType$, () => DescribeWarmPoolAnswer$
2132
+ ];
2133
+ var DetachInstances$ = [9, n0, _DI,
2134
+ 0, () => DetachInstancesQuery$, () => DetachInstancesAnswer$
2135
+ ];
2136
+ var DetachLoadBalancers$ = [9, n0, _DLBe,
2137
+ 0, () => DetachLoadBalancersType$, () => DetachLoadBalancersResultType$
2138
+ ];
2139
+ var DetachLoadBalancerTargetGroups$ = [9, n0, _DLBTGe,
2140
+ 0, () => DetachLoadBalancerTargetGroupsType$, () => DetachLoadBalancerTargetGroupsResultType$
2141
+ ];
2142
+ var DetachTrafficSources$ = [9, n0, _DTSe,
2143
+ 0, () => DetachTrafficSourcesType$, () => DetachTrafficSourcesResultType$
2144
+ ];
2145
+ var DisableMetricsCollection$ = [9, n0, _DMC,
2146
+ 0, () => DisableMetricsCollectionQuery$, () => __Unit
2147
+ ];
2148
+ var EnableMetricsCollection$ = [9, n0, _EMC,
2149
+ 0, () => EnableMetricsCollectionQuery$, () => __Unit
2150
+ ];
2151
+ var EnterStandby$ = [9, n0, _ES,
2152
+ 0, () => EnterStandbyQuery$, () => EnterStandbyAnswer$
2153
+ ];
2154
+ var ExecutePolicy$ = [9, n0, _EP,
2155
+ 0, () => ExecutePolicyType$, () => __Unit
2156
+ ];
2157
+ var ExitStandby$ = [9, n0, _ESx,
2158
+ 0, () => ExitStandbyQuery$, () => ExitStandbyAnswer$
2159
+ ];
2160
+ var GetPredictiveScalingForecast$ = [9, n0, _GPSF,
2161
+ 0, () => GetPredictiveScalingForecastType$, () => GetPredictiveScalingForecastAnswer$
2162
+ ];
2163
+ var LaunchInstances$ = [9, n0, _LI,
2164
+ 0, () => LaunchInstancesRequest$, () => LaunchInstancesResult$
2165
+ ];
2166
+ var PutLifecycleHook$ = [9, n0, _PLH,
2167
+ 0, () => PutLifecycleHookType$, () => PutLifecycleHookAnswer$
2168
+ ];
2169
+ var PutNotificationConfiguration$ = [9, n0, _PNC,
2170
+ 0, () => PutNotificationConfigurationType$, () => __Unit
2171
+ ];
2172
+ var PutScalingPolicy$ = [9, n0, _PSP,
2173
+ 0, () => PutScalingPolicyType$, () => PolicyARNType$
2174
+ ];
2175
+ var PutScheduledUpdateGroupAction$ = [9, n0, _PSUGA,
2176
+ 0, () => PutScheduledUpdateGroupActionType$, () => __Unit
2177
+ ];
2178
+ var PutWarmPool$ = [9, n0, _PWP,
2179
+ 0, () => PutWarmPoolType$, () => PutWarmPoolAnswer$
2180
+ ];
2181
+ var RecordLifecycleActionHeartbeat$ = [9, n0, _RLAH,
2182
+ 0, () => RecordLifecycleActionHeartbeatType$, () => RecordLifecycleActionHeartbeatAnswer$
2183
+ ];
2184
+ var ResumeProcesses$ = [9, n0, _RPe,
2185
+ 0, () => ScalingProcessQuery$, () => __Unit
2186
+ ];
2187
+ var RollbackInstanceRefresh$ = [9, n0, _RIR,
2188
+ 0, () => RollbackInstanceRefreshType$, () => RollbackInstanceRefreshAnswer$
2189
+ ];
2190
+ var SetDesiredCapacity$ = [9, n0, _SDC,
2191
+ 0, () => SetDesiredCapacityType$, () => __Unit
2192
+ ];
2193
+ var SetInstanceHealth$ = [9, n0, _SIH,
2194
+ 0, () => SetInstanceHealthQuery$, () => __Unit
2195
+ ];
2196
+ var SetInstanceProtection$ = [9, n0, _SIPe,
2197
+ 0, () => SetInstanceProtectionQuery$, () => SetInstanceProtectionAnswer$
2198
+ ];
2199
+ var StartInstanceRefresh$ = [9, n0, _SIR,
2200
+ 0, () => StartInstanceRefreshType$, () => StartInstanceRefreshAnswer$
2201
+ ];
2202
+ var SuspendProcesses$ = [9, n0, _SPus,
2203
+ 0, () => ScalingProcessQuery$, () => __Unit
2204
+ ];
2205
+ var TerminateInstanceInAutoScalingGroup$ = [9, n0, _TIIASG,
2206
+ 0, () => TerminateInstanceInAutoScalingGroupType$, () => ActivityType$
2207
+ ];
2208
+ var UpdateAutoScalingGroup$ = [9, n0, _UASG,
2209
+ 0, () => UpdateAutoScalingGroupType$, () => __Unit
2210
+ ];
2211
+
2212
+ const getRuntimeConfig$1 = (config) => {
2213
+ return {
2214
+ apiVersion: "2011-01-01",
2215
+ base64Decoder: config?.base64Decoder ?? fromBase64,
2216
+ base64Encoder: config?.base64Encoder ?? toBase64,
2217
+ disableHostPrefix: config?.disableHostPrefix ?? false,
2218
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
2219
+ extensions: config?.extensions ?? [],
2220
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultAutoScalingHttpAuthSchemeProvider,
2221
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
2222
+ {
2223
+ schemeId: "aws.auth#sigv4",
2224
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
2225
+ signer: new AwsSdkSigV4Signer(),
2226
+ },
2227
+ ],
2228
+ logger: config?.logger ?? new NoOpLogger(),
2229
+ protocol: config?.protocol ?? AwsQueryProtocol,
2230
+ protocolSettings: config?.protocolSettings ?? {
2231
+ defaultNamespace: "com.amazonaws.autoscaling",
2232
+ errorTypeRegistries,
2233
+ xmlNamespace: "http://autoscaling.amazonaws.com/doc/2011-01-01/",
2234
+ version: "2011-01-01",
2235
+ serviceTarget: "AutoScaling_2011_01_01",
2236
+ },
2237
+ serviceId: config?.serviceId ?? "Auto Scaling",
2238
+ urlParser: config?.urlParser ?? parseUrl,
2239
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
2240
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
2241
+ };
2242
+ };
2243
+
2244
+ const getRuntimeConfig = (config) => {
2245
+ emitWarningIfUnsupportedVersion(process.version);
2246
+ const defaultsMode = resolveDefaultsModeConfig(config);
2247
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
2248
+ const clientSharedValues = getRuntimeConfig$1(config);
2249
+ emitWarningIfUnsupportedVersion$1(process.version);
2250
+ const loaderConfig = {
2251
+ profile: config?.profile,
2252
+ logger: clientSharedValues.logger,
2253
+ };
2254
+ return {
2255
+ ...clientSharedValues,
2256
+ ...config,
2257
+ runtime: "node",
2258
+ defaultsMode,
2259
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
2260
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
2261
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
2262
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
2263
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
2264
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
2265
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
2266
+ retryMode: config?.retryMode ??
2267
+ loadConfig({
2268
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
2269
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
2270
+ }, config),
2271
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
2272
+ streamCollector: config?.streamCollector ?? streamCollector,
2273
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2274
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2275
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
2276
+ };
2277
+ };
2278
+
34
2279
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
2280
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
2281
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -1368,106 +3613,388 @@ const RetryStrategy = {
1368
3613
  RETRY_WITH_GROUP_CONFIGURATION: "retry-with-group-configuration",
1369
3614
  };
1370
3615
 
3616
+ exports.AcceleratorCountRequest$ = AcceleratorCountRequest$;
1371
3617
  exports.AcceleratorManufacturer = AcceleratorManufacturer;
1372
3618
  exports.AcceleratorName = AcceleratorName;
3619
+ exports.AcceleratorTotalMemoryMiBRequest$ = AcceleratorTotalMemoryMiBRequest$;
1373
3620
  exports.AcceleratorType = AcceleratorType;
3621
+ exports.ActiveInstanceRefreshNotFoundFault = ActiveInstanceRefreshNotFoundFault;
3622
+ exports.ActiveInstanceRefreshNotFoundFault$ = ActiveInstanceRefreshNotFoundFault$;
3623
+ exports.ActivitiesType$ = ActivitiesType$;
3624
+ exports.Activity$ = Activity$;
3625
+ exports.ActivityType$ = ActivityType$;
3626
+ exports.AdjustmentType$ = AdjustmentType$;
3627
+ exports.Alarm$ = Alarm$;
3628
+ exports.AlarmSpecification$ = AlarmSpecification$;
3629
+ exports.AlreadyExistsFault = AlreadyExistsFault;
3630
+ exports.AlreadyExistsFault$ = AlreadyExistsFault$;
3631
+ exports.AttachInstances$ = AttachInstances$;
1374
3632
  exports.AttachInstancesCommand = AttachInstancesCommand;
3633
+ exports.AttachInstancesQuery$ = AttachInstancesQuery$;
3634
+ exports.AttachLoadBalancerTargetGroups$ = AttachLoadBalancerTargetGroups$;
1375
3635
  exports.AttachLoadBalancerTargetGroupsCommand = AttachLoadBalancerTargetGroupsCommand;
3636
+ exports.AttachLoadBalancerTargetGroupsResultType$ = AttachLoadBalancerTargetGroupsResultType$;
3637
+ exports.AttachLoadBalancerTargetGroupsType$ = AttachLoadBalancerTargetGroupsType$;
3638
+ exports.AttachLoadBalancers$ = AttachLoadBalancers$;
1376
3639
  exports.AttachLoadBalancersCommand = AttachLoadBalancersCommand;
3640
+ exports.AttachLoadBalancersResultType$ = AttachLoadBalancersResultType$;
3641
+ exports.AttachLoadBalancersType$ = AttachLoadBalancersType$;
3642
+ exports.AttachTrafficSources$ = AttachTrafficSources$;
1377
3643
  exports.AttachTrafficSourcesCommand = AttachTrafficSourcesCommand;
3644
+ exports.AttachTrafficSourcesResultType$ = AttachTrafficSourcesResultType$;
3645
+ exports.AttachTrafficSourcesType$ = AttachTrafficSourcesType$;
1378
3646
  exports.AutoScaling = AutoScaling;
1379
3647
  exports.AutoScalingClient = AutoScalingClient;
3648
+ exports.AutoScalingGroup$ = AutoScalingGroup$;
3649
+ exports.AutoScalingGroupNamesType$ = AutoScalingGroupNamesType$;
3650
+ exports.AutoScalingGroupsType$ = AutoScalingGroupsType$;
3651
+ exports.AutoScalingInstanceDetails$ = AutoScalingInstanceDetails$;
3652
+ exports.AutoScalingInstancesType$ = AutoScalingInstancesType$;
3653
+ exports.AutoScalingServiceException = AutoScalingServiceException;
3654
+ exports.AutoScalingServiceException$ = AutoScalingServiceException$;
3655
+ exports.AvailabilityZoneDistribution$ = AvailabilityZoneDistribution$;
3656
+ exports.AvailabilityZoneImpairmentPolicy$ = AvailabilityZoneImpairmentPolicy$;
1380
3657
  exports.BareMetal = BareMetal;
3658
+ exports.BaselineEbsBandwidthMbpsRequest$ = BaselineEbsBandwidthMbpsRequest$;
3659
+ exports.BaselinePerformanceFactorsRequest$ = BaselinePerformanceFactorsRequest$;
3660
+ exports.BatchDeleteScheduledAction$ = BatchDeleteScheduledAction$;
3661
+ exports.BatchDeleteScheduledActionAnswer$ = BatchDeleteScheduledActionAnswer$;
1381
3662
  exports.BatchDeleteScheduledActionCommand = BatchDeleteScheduledActionCommand;
3663
+ exports.BatchDeleteScheduledActionType$ = BatchDeleteScheduledActionType$;
3664
+ exports.BatchPutScheduledUpdateGroupAction$ = BatchPutScheduledUpdateGroupAction$;
3665
+ exports.BatchPutScheduledUpdateGroupActionAnswer$ = BatchPutScheduledUpdateGroupActionAnswer$;
1382
3666
  exports.BatchPutScheduledUpdateGroupActionCommand = BatchPutScheduledUpdateGroupActionCommand;
3667
+ exports.BatchPutScheduledUpdateGroupActionType$ = BatchPutScheduledUpdateGroupActionType$;
3668
+ exports.BlockDeviceMapping$ = BlockDeviceMapping$;
1383
3669
  exports.BurstablePerformance = BurstablePerformance;
3670
+ exports.CancelInstanceRefresh$ = CancelInstanceRefresh$;
3671
+ exports.CancelInstanceRefreshAnswer$ = CancelInstanceRefreshAnswer$;
1384
3672
  exports.CancelInstanceRefreshCommand = CancelInstanceRefreshCommand;
3673
+ exports.CancelInstanceRefreshType$ = CancelInstanceRefreshType$;
1385
3674
  exports.CapacityDistributionStrategy = CapacityDistributionStrategy;
3675
+ exports.CapacityForecast$ = CapacityForecast$;
1386
3676
  exports.CapacityReservationPreference = CapacityReservationPreference;
3677
+ exports.CapacityReservationSpecification$ = CapacityReservationSpecification$;
3678
+ exports.CapacityReservationTarget$ = CapacityReservationTarget$;
3679
+ exports.CompleteLifecycleAction$ = CompleteLifecycleAction$;
3680
+ exports.CompleteLifecycleActionAnswer$ = CompleteLifecycleActionAnswer$;
1387
3681
  exports.CompleteLifecycleActionCommand = CompleteLifecycleActionCommand;
3682
+ exports.CompleteLifecycleActionType$ = CompleteLifecycleActionType$;
1388
3683
  exports.CpuManufacturer = CpuManufacturer;
3684
+ exports.CpuPerformanceFactorRequest$ = CpuPerformanceFactorRequest$;
3685
+ exports.CreateAutoScalingGroup$ = CreateAutoScalingGroup$;
1389
3686
  exports.CreateAutoScalingGroupCommand = CreateAutoScalingGroupCommand;
3687
+ exports.CreateAutoScalingGroupType$ = CreateAutoScalingGroupType$;
3688
+ exports.CreateLaunchConfiguration$ = CreateLaunchConfiguration$;
1390
3689
  exports.CreateLaunchConfigurationCommand = CreateLaunchConfigurationCommand;
3690
+ exports.CreateLaunchConfigurationType$ = CreateLaunchConfigurationType$;
3691
+ exports.CreateOrUpdateTags$ = CreateOrUpdateTags$;
1391
3692
  exports.CreateOrUpdateTagsCommand = CreateOrUpdateTagsCommand;
3693
+ exports.CreateOrUpdateTagsType$ = CreateOrUpdateTagsType$;
3694
+ exports.CustomizedMetricSpecification$ = CustomizedMetricSpecification$;
3695
+ exports.DeleteAutoScalingGroup$ = DeleteAutoScalingGroup$;
1392
3696
  exports.DeleteAutoScalingGroupCommand = DeleteAutoScalingGroupCommand;
3697
+ exports.DeleteAutoScalingGroupType$ = DeleteAutoScalingGroupType$;
3698
+ exports.DeleteLaunchConfiguration$ = DeleteLaunchConfiguration$;
1393
3699
  exports.DeleteLaunchConfigurationCommand = DeleteLaunchConfigurationCommand;
3700
+ exports.DeleteLifecycleHook$ = DeleteLifecycleHook$;
3701
+ exports.DeleteLifecycleHookAnswer$ = DeleteLifecycleHookAnswer$;
1394
3702
  exports.DeleteLifecycleHookCommand = DeleteLifecycleHookCommand;
3703
+ exports.DeleteLifecycleHookType$ = DeleteLifecycleHookType$;
3704
+ exports.DeleteNotificationConfiguration$ = DeleteNotificationConfiguration$;
1395
3705
  exports.DeleteNotificationConfigurationCommand = DeleteNotificationConfigurationCommand;
3706
+ exports.DeleteNotificationConfigurationType$ = DeleteNotificationConfigurationType$;
3707
+ exports.DeletePolicy$ = DeletePolicy$;
1396
3708
  exports.DeletePolicyCommand = DeletePolicyCommand;
3709
+ exports.DeletePolicyType$ = DeletePolicyType$;
3710
+ exports.DeleteScheduledAction$ = DeleteScheduledAction$;
1397
3711
  exports.DeleteScheduledActionCommand = DeleteScheduledActionCommand;
3712
+ exports.DeleteScheduledActionType$ = DeleteScheduledActionType$;
3713
+ exports.DeleteTags$ = DeleteTags$;
1398
3714
  exports.DeleteTagsCommand = DeleteTagsCommand;
3715
+ exports.DeleteTagsType$ = DeleteTagsType$;
3716
+ exports.DeleteWarmPool$ = DeleteWarmPool$;
3717
+ exports.DeleteWarmPoolAnswer$ = DeleteWarmPoolAnswer$;
1399
3718
  exports.DeleteWarmPoolCommand = DeleteWarmPoolCommand;
3719
+ exports.DeleteWarmPoolType$ = DeleteWarmPoolType$;
1400
3720
  exports.DeletionProtection = DeletionProtection;
3721
+ exports.DescribeAccountLimits$ = DescribeAccountLimits$;
3722
+ exports.DescribeAccountLimitsAnswer$ = DescribeAccountLimitsAnswer$;
1401
3723
  exports.DescribeAccountLimitsCommand = DescribeAccountLimitsCommand;
3724
+ exports.DescribeAdjustmentTypes$ = DescribeAdjustmentTypes$;
3725
+ exports.DescribeAdjustmentTypesAnswer$ = DescribeAdjustmentTypesAnswer$;
1402
3726
  exports.DescribeAdjustmentTypesCommand = DescribeAdjustmentTypesCommand;
3727
+ exports.DescribeAutoScalingGroups$ = DescribeAutoScalingGroups$;
1403
3728
  exports.DescribeAutoScalingGroupsCommand = DescribeAutoScalingGroupsCommand;
3729
+ exports.DescribeAutoScalingInstances$ = DescribeAutoScalingInstances$;
1404
3730
  exports.DescribeAutoScalingInstancesCommand = DescribeAutoScalingInstancesCommand;
3731
+ exports.DescribeAutoScalingInstancesType$ = DescribeAutoScalingInstancesType$;
3732
+ exports.DescribeAutoScalingNotificationTypes$ = DescribeAutoScalingNotificationTypes$;
3733
+ exports.DescribeAutoScalingNotificationTypesAnswer$ = DescribeAutoScalingNotificationTypesAnswer$;
1405
3734
  exports.DescribeAutoScalingNotificationTypesCommand = DescribeAutoScalingNotificationTypesCommand;
3735
+ exports.DescribeInstanceRefreshes$ = DescribeInstanceRefreshes$;
3736
+ exports.DescribeInstanceRefreshesAnswer$ = DescribeInstanceRefreshesAnswer$;
1406
3737
  exports.DescribeInstanceRefreshesCommand = DescribeInstanceRefreshesCommand;
3738
+ exports.DescribeInstanceRefreshesType$ = DescribeInstanceRefreshesType$;
3739
+ exports.DescribeLaunchConfigurations$ = DescribeLaunchConfigurations$;
1407
3740
  exports.DescribeLaunchConfigurationsCommand = DescribeLaunchConfigurationsCommand;
3741
+ exports.DescribeLifecycleHookTypes$ = DescribeLifecycleHookTypes$;
3742
+ exports.DescribeLifecycleHookTypesAnswer$ = DescribeLifecycleHookTypesAnswer$;
1408
3743
  exports.DescribeLifecycleHookTypesCommand = DescribeLifecycleHookTypesCommand;
3744
+ exports.DescribeLifecycleHooks$ = DescribeLifecycleHooks$;
3745
+ exports.DescribeLifecycleHooksAnswer$ = DescribeLifecycleHooksAnswer$;
1409
3746
  exports.DescribeLifecycleHooksCommand = DescribeLifecycleHooksCommand;
3747
+ exports.DescribeLifecycleHooksType$ = DescribeLifecycleHooksType$;
3748
+ exports.DescribeLoadBalancerTargetGroups$ = DescribeLoadBalancerTargetGroups$;
1410
3749
  exports.DescribeLoadBalancerTargetGroupsCommand = DescribeLoadBalancerTargetGroupsCommand;
3750
+ exports.DescribeLoadBalancerTargetGroupsRequest$ = DescribeLoadBalancerTargetGroupsRequest$;
3751
+ exports.DescribeLoadBalancerTargetGroupsResponse$ = DescribeLoadBalancerTargetGroupsResponse$;
3752
+ exports.DescribeLoadBalancers$ = DescribeLoadBalancers$;
1411
3753
  exports.DescribeLoadBalancersCommand = DescribeLoadBalancersCommand;
3754
+ exports.DescribeLoadBalancersRequest$ = DescribeLoadBalancersRequest$;
3755
+ exports.DescribeLoadBalancersResponse$ = DescribeLoadBalancersResponse$;
3756
+ exports.DescribeMetricCollectionTypes$ = DescribeMetricCollectionTypes$;
3757
+ exports.DescribeMetricCollectionTypesAnswer$ = DescribeMetricCollectionTypesAnswer$;
1412
3758
  exports.DescribeMetricCollectionTypesCommand = DescribeMetricCollectionTypesCommand;
3759
+ exports.DescribeNotificationConfigurations$ = DescribeNotificationConfigurations$;
3760
+ exports.DescribeNotificationConfigurationsAnswer$ = DescribeNotificationConfigurationsAnswer$;
1413
3761
  exports.DescribeNotificationConfigurationsCommand = DescribeNotificationConfigurationsCommand;
3762
+ exports.DescribeNotificationConfigurationsType$ = DescribeNotificationConfigurationsType$;
3763
+ exports.DescribePolicies$ = DescribePolicies$;
1414
3764
  exports.DescribePoliciesCommand = DescribePoliciesCommand;
3765
+ exports.DescribePoliciesType$ = DescribePoliciesType$;
3766
+ exports.DescribeScalingActivities$ = DescribeScalingActivities$;
1415
3767
  exports.DescribeScalingActivitiesCommand = DescribeScalingActivitiesCommand;
3768
+ exports.DescribeScalingActivitiesType$ = DescribeScalingActivitiesType$;
3769
+ exports.DescribeScalingProcessTypes$ = DescribeScalingProcessTypes$;
1416
3770
  exports.DescribeScalingProcessTypesCommand = DescribeScalingProcessTypesCommand;
3771
+ exports.DescribeScheduledActions$ = DescribeScheduledActions$;
1417
3772
  exports.DescribeScheduledActionsCommand = DescribeScheduledActionsCommand;
3773
+ exports.DescribeScheduledActionsType$ = DescribeScheduledActionsType$;
3774
+ exports.DescribeTags$ = DescribeTags$;
1418
3775
  exports.DescribeTagsCommand = DescribeTagsCommand;
3776
+ exports.DescribeTagsType$ = DescribeTagsType$;
3777
+ exports.DescribeTerminationPolicyTypes$ = DescribeTerminationPolicyTypes$;
3778
+ exports.DescribeTerminationPolicyTypesAnswer$ = DescribeTerminationPolicyTypesAnswer$;
1419
3779
  exports.DescribeTerminationPolicyTypesCommand = DescribeTerminationPolicyTypesCommand;
3780
+ exports.DescribeTrafficSources$ = DescribeTrafficSources$;
1420
3781
  exports.DescribeTrafficSourcesCommand = DescribeTrafficSourcesCommand;
3782
+ exports.DescribeTrafficSourcesRequest$ = DescribeTrafficSourcesRequest$;
3783
+ exports.DescribeTrafficSourcesResponse$ = DescribeTrafficSourcesResponse$;
3784
+ exports.DescribeWarmPool$ = DescribeWarmPool$;
3785
+ exports.DescribeWarmPoolAnswer$ = DescribeWarmPoolAnswer$;
1421
3786
  exports.DescribeWarmPoolCommand = DescribeWarmPoolCommand;
3787
+ exports.DescribeWarmPoolType$ = DescribeWarmPoolType$;
3788
+ exports.DesiredConfiguration$ = DesiredConfiguration$;
3789
+ exports.DetachInstances$ = DetachInstances$;
3790
+ exports.DetachInstancesAnswer$ = DetachInstancesAnswer$;
1422
3791
  exports.DetachInstancesCommand = DetachInstancesCommand;
3792
+ exports.DetachInstancesQuery$ = DetachInstancesQuery$;
3793
+ exports.DetachLoadBalancerTargetGroups$ = DetachLoadBalancerTargetGroups$;
1423
3794
  exports.DetachLoadBalancerTargetGroupsCommand = DetachLoadBalancerTargetGroupsCommand;
3795
+ exports.DetachLoadBalancerTargetGroupsResultType$ = DetachLoadBalancerTargetGroupsResultType$;
3796
+ exports.DetachLoadBalancerTargetGroupsType$ = DetachLoadBalancerTargetGroupsType$;
3797
+ exports.DetachLoadBalancers$ = DetachLoadBalancers$;
1424
3798
  exports.DetachLoadBalancersCommand = DetachLoadBalancersCommand;
3799
+ exports.DetachLoadBalancersResultType$ = DetachLoadBalancersResultType$;
3800
+ exports.DetachLoadBalancersType$ = DetachLoadBalancersType$;
3801
+ exports.DetachTrafficSources$ = DetachTrafficSources$;
1425
3802
  exports.DetachTrafficSourcesCommand = DetachTrafficSourcesCommand;
3803
+ exports.DetachTrafficSourcesResultType$ = DetachTrafficSourcesResultType$;
3804
+ exports.DetachTrafficSourcesType$ = DetachTrafficSourcesType$;
3805
+ exports.DisableMetricsCollection$ = DisableMetricsCollection$;
1426
3806
  exports.DisableMetricsCollectionCommand = DisableMetricsCollectionCommand;
3807
+ exports.DisableMetricsCollectionQuery$ = DisableMetricsCollectionQuery$;
3808
+ exports.Ebs$ = Ebs$;
3809
+ exports.EnableMetricsCollection$ = EnableMetricsCollection$;
1427
3810
  exports.EnableMetricsCollectionCommand = EnableMetricsCollectionCommand;
3811
+ exports.EnableMetricsCollectionQuery$ = EnableMetricsCollectionQuery$;
3812
+ exports.EnabledMetric$ = EnabledMetric$;
3813
+ exports.EnterStandby$ = EnterStandby$;
3814
+ exports.EnterStandbyAnswer$ = EnterStandbyAnswer$;
1428
3815
  exports.EnterStandbyCommand = EnterStandbyCommand;
3816
+ exports.EnterStandbyQuery$ = EnterStandbyQuery$;
3817
+ exports.ExecutePolicy$ = ExecutePolicy$;
1429
3818
  exports.ExecutePolicyCommand = ExecutePolicyCommand;
3819
+ exports.ExecutePolicyType$ = ExecutePolicyType$;
3820
+ exports.ExitStandby$ = ExitStandby$;
3821
+ exports.ExitStandbyAnswer$ = ExitStandbyAnswer$;
1430
3822
  exports.ExitStandbyCommand = ExitStandbyCommand;
3823
+ exports.ExitStandbyQuery$ = ExitStandbyQuery$;
3824
+ exports.FailedScheduledUpdateGroupActionRequest$ = FailedScheduledUpdateGroupActionRequest$;
3825
+ exports.Filter$ = Filter$;
3826
+ exports.GetPredictiveScalingForecast$ = GetPredictiveScalingForecast$;
3827
+ exports.GetPredictiveScalingForecastAnswer$ = GetPredictiveScalingForecastAnswer$;
1431
3828
  exports.GetPredictiveScalingForecastCommand = GetPredictiveScalingForecastCommand;
3829
+ exports.GetPredictiveScalingForecastType$ = GetPredictiveScalingForecastType$;
3830
+ exports.IdempotentParameterMismatchError = IdempotentParameterMismatchError;
3831
+ exports.IdempotentParameterMismatchError$ = IdempotentParameterMismatchError$;
1432
3832
  exports.ImpairedZoneHealthCheckBehavior = ImpairedZoneHealthCheckBehavior;
3833
+ exports.Instance$ = Instance$;
3834
+ exports.InstanceCollection$ = InstanceCollection$;
1433
3835
  exports.InstanceGeneration = InstanceGeneration;
3836
+ exports.InstanceLifecyclePolicy$ = InstanceLifecyclePolicy$;
3837
+ exports.InstanceMaintenancePolicy$ = InstanceMaintenancePolicy$;
1434
3838
  exports.InstanceMetadataEndpointState = InstanceMetadataEndpointState;
1435
3839
  exports.InstanceMetadataHttpTokensState = InstanceMetadataHttpTokensState;
3840
+ exports.InstanceMetadataOptions$ = InstanceMetadataOptions$;
3841
+ exports.InstanceMonitoring$ = InstanceMonitoring$;
3842
+ exports.InstanceRefresh$ = InstanceRefresh$;
3843
+ exports.InstanceRefreshInProgressFault = InstanceRefreshInProgressFault;
3844
+ exports.InstanceRefreshInProgressFault$ = InstanceRefreshInProgressFault$;
3845
+ exports.InstanceRefreshLivePoolProgress$ = InstanceRefreshLivePoolProgress$;
3846
+ exports.InstanceRefreshProgressDetails$ = InstanceRefreshProgressDetails$;
1436
3847
  exports.InstanceRefreshStatus = InstanceRefreshStatus;
3848
+ exports.InstanceRefreshWarmPoolProgress$ = InstanceRefreshWarmPoolProgress$;
3849
+ exports.InstanceRequirements$ = InstanceRequirements$;
3850
+ exports.InstanceReusePolicy$ = InstanceReusePolicy$;
3851
+ exports.InstancesDistribution$ = InstancesDistribution$;
3852
+ exports.InvalidNextToken = InvalidNextToken;
3853
+ exports.InvalidNextToken$ = InvalidNextToken$;
3854
+ exports.IrreversibleInstanceRefreshFault = IrreversibleInstanceRefreshFault;
3855
+ exports.IrreversibleInstanceRefreshFault$ = IrreversibleInstanceRefreshFault$;
3856
+ exports.LaunchConfiguration$ = LaunchConfiguration$;
3857
+ exports.LaunchConfigurationNameType$ = LaunchConfigurationNameType$;
3858
+ exports.LaunchConfigurationNamesType$ = LaunchConfigurationNamesType$;
3859
+ exports.LaunchConfigurationsType$ = LaunchConfigurationsType$;
3860
+ exports.LaunchInstances$ = LaunchInstances$;
1437
3861
  exports.LaunchInstancesCommand = LaunchInstancesCommand;
3862
+ exports.LaunchInstancesError$ = LaunchInstancesError$;
3863
+ exports.LaunchInstancesRequest$ = LaunchInstancesRequest$;
3864
+ exports.LaunchInstancesResult$ = LaunchInstancesResult$;
3865
+ exports.LaunchTemplate$ = LaunchTemplate$;
3866
+ exports.LaunchTemplateOverrides$ = LaunchTemplateOverrides$;
3867
+ exports.LaunchTemplateSpecification$ = LaunchTemplateSpecification$;
3868
+ exports.LifecycleHook$ = LifecycleHook$;
3869
+ exports.LifecycleHookSpecification$ = LifecycleHookSpecification$;
1438
3870
  exports.LifecycleState = LifecycleState;
3871
+ exports.LimitExceededFault = LimitExceededFault;
3872
+ exports.LimitExceededFault$ = LimitExceededFault$;
3873
+ exports.LoadBalancerState$ = LoadBalancerState$;
3874
+ exports.LoadBalancerTargetGroupState$ = LoadBalancerTargetGroupState$;
3875
+ exports.LoadForecast$ = LoadForecast$;
1439
3876
  exports.LocalStorage = LocalStorage;
1440
3877
  exports.LocalStorageType = LocalStorageType;
3878
+ exports.MemoryGiBPerVCpuRequest$ = MemoryGiBPerVCpuRequest$;
3879
+ exports.MemoryMiBRequest$ = MemoryMiBRequest$;
3880
+ exports.Metric$ = Metric$;
3881
+ exports.MetricCollectionType$ = MetricCollectionType$;
3882
+ exports.MetricDataQuery$ = MetricDataQuery$;
3883
+ exports.MetricDimension$ = MetricDimension$;
3884
+ exports.MetricGranularityType$ = MetricGranularityType$;
3885
+ exports.MetricStat$ = MetricStat$;
1441
3886
  exports.MetricStatistic = MetricStatistic;
1442
3887
  exports.MetricType = MetricType;
3888
+ exports.MixedInstancesPolicy$ = MixedInstancesPolicy$;
3889
+ exports.NetworkBandwidthGbpsRequest$ = NetworkBandwidthGbpsRequest$;
3890
+ exports.NetworkInterfaceCountRequest$ = NetworkInterfaceCountRequest$;
3891
+ exports.NotificationConfiguration$ = NotificationConfiguration$;
3892
+ exports.PerformanceFactorReferenceRequest$ = PerformanceFactorReferenceRequest$;
3893
+ exports.PoliciesType$ = PoliciesType$;
3894
+ exports.PolicyARNType$ = PolicyARNType$;
1443
3895
  exports.PredefinedLoadMetricType = PredefinedLoadMetricType;
1444
3896
  exports.PredefinedMetricPairType = PredefinedMetricPairType;
3897
+ exports.PredefinedMetricSpecification$ = PredefinedMetricSpecification$;
1445
3898
  exports.PredefinedScalingMetricType = PredefinedScalingMetricType;
3899
+ exports.PredictiveScalingConfiguration$ = PredictiveScalingConfiguration$;
3900
+ exports.PredictiveScalingCustomizedCapacityMetric$ = PredictiveScalingCustomizedCapacityMetric$;
3901
+ exports.PredictiveScalingCustomizedLoadMetric$ = PredictiveScalingCustomizedLoadMetric$;
3902
+ exports.PredictiveScalingCustomizedScalingMetric$ = PredictiveScalingCustomizedScalingMetric$;
1446
3903
  exports.PredictiveScalingMaxCapacityBreachBehavior = PredictiveScalingMaxCapacityBreachBehavior;
3904
+ exports.PredictiveScalingMetricSpecification$ = PredictiveScalingMetricSpecification$;
1447
3905
  exports.PredictiveScalingMode = PredictiveScalingMode;
3906
+ exports.PredictiveScalingPredefinedLoadMetric$ = PredictiveScalingPredefinedLoadMetric$;
3907
+ exports.PredictiveScalingPredefinedMetricPair$ = PredictiveScalingPredefinedMetricPair$;
3908
+ exports.PredictiveScalingPredefinedScalingMetric$ = PredictiveScalingPredefinedScalingMetric$;
3909
+ exports.ProcessType$ = ProcessType$;
3910
+ exports.ProcessesType$ = ProcessesType$;
3911
+ exports.PutLifecycleHook$ = PutLifecycleHook$;
3912
+ exports.PutLifecycleHookAnswer$ = PutLifecycleHookAnswer$;
1448
3913
  exports.PutLifecycleHookCommand = PutLifecycleHookCommand;
3914
+ exports.PutLifecycleHookType$ = PutLifecycleHookType$;
3915
+ exports.PutNotificationConfiguration$ = PutNotificationConfiguration$;
1449
3916
  exports.PutNotificationConfigurationCommand = PutNotificationConfigurationCommand;
3917
+ exports.PutNotificationConfigurationType$ = PutNotificationConfigurationType$;
3918
+ exports.PutScalingPolicy$ = PutScalingPolicy$;
1450
3919
  exports.PutScalingPolicyCommand = PutScalingPolicyCommand;
3920
+ exports.PutScalingPolicyType$ = PutScalingPolicyType$;
3921
+ exports.PutScheduledUpdateGroupAction$ = PutScheduledUpdateGroupAction$;
1451
3922
  exports.PutScheduledUpdateGroupActionCommand = PutScheduledUpdateGroupActionCommand;
3923
+ exports.PutScheduledUpdateGroupActionType$ = PutScheduledUpdateGroupActionType$;
3924
+ exports.PutWarmPool$ = PutWarmPool$;
3925
+ exports.PutWarmPoolAnswer$ = PutWarmPoolAnswer$;
1452
3926
  exports.PutWarmPoolCommand = PutWarmPoolCommand;
3927
+ exports.PutWarmPoolType$ = PutWarmPoolType$;
3928
+ exports.RecordLifecycleActionHeartbeat$ = RecordLifecycleActionHeartbeat$;
3929
+ exports.RecordLifecycleActionHeartbeatAnswer$ = RecordLifecycleActionHeartbeatAnswer$;
1453
3930
  exports.RecordLifecycleActionHeartbeatCommand = RecordLifecycleActionHeartbeatCommand;
3931
+ exports.RecordLifecycleActionHeartbeatType$ = RecordLifecycleActionHeartbeatType$;
3932
+ exports.RefreshPreferences$ = RefreshPreferences$;
1454
3933
  exports.RefreshStrategy = RefreshStrategy;
3934
+ exports.ResourceContentionFault = ResourceContentionFault;
3935
+ exports.ResourceContentionFault$ = ResourceContentionFault$;
3936
+ exports.ResourceInUseFault = ResourceInUseFault;
3937
+ exports.ResourceInUseFault$ = ResourceInUseFault$;
3938
+ exports.ResumeProcesses$ = ResumeProcesses$;
1455
3939
  exports.ResumeProcessesCommand = ResumeProcessesCommand;
1456
3940
  exports.RetentionAction = RetentionAction;
3941
+ exports.RetentionTriggers$ = RetentionTriggers$;
1457
3942
  exports.RetryStrategy = RetryStrategy;
3943
+ exports.RollbackDetails$ = RollbackDetails$;
3944
+ exports.RollbackInstanceRefresh$ = RollbackInstanceRefresh$;
3945
+ exports.RollbackInstanceRefreshAnswer$ = RollbackInstanceRefreshAnswer$;
1458
3946
  exports.RollbackInstanceRefreshCommand = RollbackInstanceRefreshCommand;
3947
+ exports.RollbackInstanceRefreshType$ = RollbackInstanceRefreshType$;
1459
3948
  exports.ScaleInProtectedInstances = ScaleInProtectedInstances;
3949
+ exports.ScalingActivityInProgressFault = ScalingActivityInProgressFault;
3950
+ exports.ScalingActivityInProgressFault$ = ScalingActivityInProgressFault$;
1460
3951
  exports.ScalingActivityStatusCode = ScalingActivityStatusCode;
3952
+ exports.ScalingPolicy$ = ScalingPolicy$;
3953
+ exports.ScalingProcessQuery$ = ScalingProcessQuery$;
3954
+ exports.ScheduledActionsType$ = ScheduledActionsType$;
3955
+ exports.ScheduledUpdateGroupAction$ = ScheduledUpdateGroupAction$;
3956
+ exports.ScheduledUpdateGroupActionRequest$ = ScheduledUpdateGroupActionRequest$;
3957
+ exports.ServiceLinkedRoleFailure = ServiceLinkedRoleFailure;
3958
+ exports.ServiceLinkedRoleFailure$ = ServiceLinkedRoleFailure$;
3959
+ exports.SetDesiredCapacity$ = SetDesiredCapacity$;
1461
3960
  exports.SetDesiredCapacityCommand = SetDesiredCapacityCommand;
3961
+ exports.SetDesiredCapacityType$ = SetDesiredCapacityType$;
3962
+ exports.SetInstanceHealth$ = SetInstanceHealth$;
1462
3963
  exports.SetInstanceHealthCommand = SetInstanceHealthCommand;
3964
+ exports.SetInstanceHealthQuery$ = SetInstanceHealthQuery$;
3965
+ exports.SetInstanceProtection$ = SetInstanceProtection$;
3966
+ exports.SetInstanceProtectionAnswer$ = SetInstanceProtectionAnswer$;
1463
3967
  exports.SetInstanceProtectionCommand = SetInstanceProtectionCommand;
3968
+ exports.SetInstanceProtectionQuery$ = SetInstanceProtectionQuery$;
1464
3969
  exports.StandbyInstances = StandbyInstances;
3970
+ exports.StartInstanceRefresh$ = StartInstanceRefresh$;
3971
+ exports.StartInstanceRefreshAnswer$ = StartInstanceRefreshAnswer$;
1465
3972
  exports.StartInstanceRefreshCommand = StartInstanceRefreshCommand;
3973
+ exports.StartInstanceRefreshType$ = StartInstanceRefreshType$;
3974
+ exports.StepAdjustment$ = StepAdjustment$;
3975
+ exports.SuspendProcesses$ = SuspendProcesses$;
1466
3976
  exports.SuspendProcessesCommand = SuspendProcessesCommand;
3977
+ exports.SuspendedProcess$ = SuspendedProcess$;
3978
+ exports.Tag$ = Tag$;
3979
+ exports.TagDescription$ = TagDescription$;
3980
+ exports.TagsType$ = TagsType$;
3981
+ exports.TargetTrackingConfiguration$ = TargetTrackingConfiguration$;
3982
+ exports.TargetTrackingMetricDataQuery$ = TargetTrackingMetricDataQuery$;
3983
+ exports.TargetTrackingMetricStat$ = TargetTrackingMetricStat$;
3984
+ exports.TerminateInstanceInAutoScalingGroup$ = TerminateInstanceInAutoScalingGroup$;
1467
3985
  exports.TerminateInstanceInAutoScalingGroupCommand = TerminateInstanceInAutoScalingGroupCommand;
3986
+ exports.TerminateInstanceInAutoScalingGroupType$ = TerminateInstanceInAutoScalingGroupType$;
3987
+ exports.TotalLocalStorageGBRequest$ = TotalLocalStorageGBRequest$;
3988
+ exports.TrafficSourceIdentifier$ = TrafficSourceIdentifier$;
3989
+ exports.TrafficSourceState$ = TrafficSourceState$;
3990
+ exports.UpdateAutoScalingGroup$ = UpdateAutoScalingGroup$;
1468
3991
  exports.UpdateAutoScalingGroupCommand = UpdateAutoScalingGroupCommand;
3992
+ exports.UpdateAutoScalingGroupType$ = UpdateAutoScalingGroupType$;
3993
+ exports.VCpuCountRequest$ = VCpuCountRequest$;
3994
+ exports.WarmPoolConfiguration$ = WarmPoolConfiguration$;
1469
3995
  exports.WarmPoolState = WarmPoolState;
1470
3996
  exports.WarmPoolStatus = WarmPoolStatus;
3997
+ exports.errorTypeRegistries = errorTypeRegistries;
1471
3998
  exports.paginateDescribeAutoScalingGroups = paginateDescribeAutoScalingGroups;
1472
3999
  exports.paginateDescribeAutoScalingInstances = paginateDescribeAutoScalingInstances;
1473
4000
  exports.paginateDescribeInstanceRefreshes = paginateDescribeInstanceRefreshes;