@aws-sdk/client-application-auto-scaling 3.1068.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +86 -106
- package/dist-cjs/models/ApplicationAutoScalingServiceException.js +4 -8
- package/dist-cjs/models/errors.js +19 -31
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +193 -129
- package/package.json +8 -8
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutScheduledActionResponse$ = exports.PutScheduledActionRequest$ = exports.PutScalingPolicyResponse$ = exports.PutScalingPolicyRequest$ = exports.PredictiveScalingPredefinedScalingMetricSpecification$ = exports.PredictiveScalingPredefinedMetricPairSpecification$ = exports.PredictiveScalingPredefinedLoadMetricSpecification$ = exports.PredictiveScalingPolicyConfiguration$ = exports.PredictiveScalingMetricStat$ = exports.PredictiveScalingMetricSpecification$ = exports.PredictiveScalingMetricDimension$ = exports.PredictiveScalingMetricDataQuery$ = exports.PredictiveScalingMetric$ = exports.PredictiveScalingCustomizedMetricSpecification$ = exports.PredefinedMetricSpecification$ = exports.NotScaledReason$ = exports.MetricDimension$ = exports.LoadForecast$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.GetPredictiveScalingForecastResponse$ = exports.GetPredictiveScalingForecastRequest$ = exports.DescribeScheduledActionsResponse$ = exports.DescribeScheduledActionsRequest$ = exports.DescribeScalingPoliciesResponse$ = exports.DescribeScalingPoliciesRequest$ = exports.DescribeScalingActivitiesResponse$ = exports.DescribeScalingActivitiesRequest$ = exports.DescribeScalableTargetsResponse$ = exports.DescribeScalableTargetsRequest$ = exports.DeregisterScalableTargetResponse$ = exports.DeregisterScalableTargetRequest$ = exports.DeleteScheduledActionResponse$ = exports.DeleteScheduledActionRequest$ = exports.DeleteScalingPolicyResponse$ = exports.DeleteScalingPolicyRequest$ = exports.CustomizedMetricSpecification$ = exports.CapacityForecast$ = exports.Alarm$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.TooManyTagsException$ = exports.ResourceNotFoundException$ = exports.ObjectNotFoundException$ = exports.LimitExceededException$ = exports.InvalidNextTokenException$ = exports.InternalServiceException$ = exports.FailedResourceAccessException$ = exports.ConcurrentUpdateException$ = exports.ApplicationAutoScalingServiceException$ = void 0;
|
|
4
|
-
exports.UntagResource$ = exports.TagResource$ = exports.RegisterScalableTarget$ = exports.PutScheduledAction$ = exports.PutScalingPolicy$ = exports.ListTagsForResource$ = exports.GetPredictiveScalingForecast$ = exports.DescribeScheduledActions$ = exports.DescribeScalingPolicies$ = exports.DescribeScalingActivities$ = exports.DescribeScalableTargets$ = exports.DeregisterScalableTarget$ = exports.DeleteScheduledAction$ = exports.DeleteScalingPolicy$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TargetTrackingScalingPolicyConfiguration$ = exports.TargetTrackingMetricStat$ = exports.TargetTrackingMetricDimension$ = exports.TargetTrackingMetricDataQuery$ = exports.TargetTrackingMetric$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SuspendedState$ = exports.StepScalingPolicyConfiguration$ = exports.StepAdjustment$ = exports.ScheduledAction$ = exports.ScalingPolicy$ = exports.ScalingActivity$ = exports.ScalableTargetAction$ = exports.ScalableTarget$ = exports.RegisterScalableTargetResponse$ = exports.RegisterScalableTargetRequest$ = void 0;
|
|
5
1
|
const _A = "Alarm";
|
|
6
2
|
const _AARN = "AlarmARN";
|
|
7
3
|
const _AI = "ActivityId";
|
|
@@ -190,447 +186,515 @@ const _hE = "httpError";
|
|
|
190
186
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.applicationautoscaling";
|
|
191
187
|
const _se = "server";
|
|
192
188
|
const n0 = "com.amazonaws.applicationautoscaling";
|
|
193
|
-
const
|
|
194
|
-
const
|
|
195
|
-
const
|
|
196
|
-
const _s_registry =
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
189
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
190
|
+
const { ApplicationAutoScalingServiceException } = require("../models/ApplicationAutoScalingServiceException");
|
|
191
|
+
const { ConcurrentUpdateException, FailedResourceAccessException, InternalServiceException, InvalidNextTokenException, LimitExceededException, ObjectNotFoundException, ResourceNotFoundException, TooManyTagsException, ValidationException } = require("../models/errors");
|
|
192
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
193
|
+
const ApplicationAutoScalingServiceException$ = [-3, _s, "ApplicationAutoScalingServiceException", 0, [], []];
|
|
194
|
+
exports.ApplicationAutoScalingServiceException$ = ApplicationAutoScalingServiceException$;
|
|
195
|
+
_s_registry.registerError(ApplicationAutoScalingServiceException$, ApplicationAutoScalingServiceException);
|
|
196
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
197
|
+
const ConcurrentUpdateException$ = [-3, n0, _CUE,
|
|
201
198
|
{ [_aQE]: [`ConcurrentUpdateException`, 500], [_e]: _se, [_hE]: 500 },
|
|
202
199
|
[_M],
|
|
203
200
|
[0]
|
|
204
201
|
];
|
|
205
|
-
|
|
206
|
-
|
|
202
|
+
exports.ConcurrentUpdateException$ = ConcurrentUpdateException$;
|
|
203
|
+
n0_registry.registerError(ConcurrentUpdateException$, ConcurrentUpdateException);
|
|
204
|
+
const FailedResourceAccessException$ = [-3, n0, _FRAE,
|
|
207
205
|
{ [_aQE]: [`FailedResourceAccessException`, 400], [_e]: _c, [_hE]: 400 },
|
|
208
206
|
[_M],
|
|
209
207
|
[0]
|
|
210
208
|
];
|
|
211
|
-
|
|
212
|
-
|
|
209
|
+
exports.FailedResourceAccessException$ = FailedResourceAccessException$;
|
|
210
|
+
n0_registry.registerError(FailedResourceAccessException$, FailedResourceAccessException);
|
|
211
|
+
const InternalServiceException$ = [-3, n0, _ISE,
|
|
213
212
|
{ [_aQE]: [`InternalServiceException`, 500], [_e]: _se, [_hE]: 500 },
|
|
214
213
|
[_M],
|
|
215
214
|
[0]
|
|
216
215
|
];
|
|
217
|
-
|
|
218
|
-
|
|
216
|
+
exports.InternalServiceException$ = InternalServiceException$;
|
|
217
|
+
n0_registry.registerError(InternalServiceException$, InternalServiceException);
|
|
218
|
+
const InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
219
219
|
{ [_aQE]: [`InvalidNextTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
220
220
|
[_M],
|
|
221
221
|
[0]
|
|
222
222
|
];
|
|
223
|
-
|
|
224
|
-
|
|
223
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
224
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
225
|
+
const LimitExceededException$ = [-3, n0, _LEE,
|
|
225
226
|
{ [_aQE]: [`LimitExceededException`, 400], [_e]: _c, [_hE]: 400 },
|
|
226
227
|
[_M],
|
|
227
228
|
[0]
|
|
228
229
|
];
|
|
229
|
-
|
|
230
|
-
|
|
230
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
231
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
232
|
+
const ObjectNotFoundException$ = [-3, n0, _ONFE,
|
|
231
233
|
{ [_aQE]: [`ObjectNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
232
234
|
[_M],
|
|
233
235
|
[0]
|
|
234
236
|
];
|
|
235
|
-
|
|
236
|
-
|
|
237
|
+
exports.ObjectNotFoundException$ = ObjectNotFoundException$;
|
|
238
|
+
n0_registry.registerError(ObjectNotFoundException$, ObjectNotFoundException);
|
|
239
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
237
240
|
{ [_e]: _c, [_hE]: 404 },
|
|
238
241
|
[_M, _RN],
|
|
239
242
|
[0, 0]
|
|
240
243
|
];
|
|
241
|
-
|
|
242
|
-
|
|
244
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
245
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
246
|
+
const TooManyTagsException$ = [-3, n0, _TMTE,
|
|
243
247
|
{ [_e]: _c, [_hE]: 400 },
|
|
244
248
|
[_M, _RN],
|
|
245
249
|
[0, 0]
|
|
246
250
|
];
|
|
247
|
-
|
|
248
|
-
|
|
251
|
+
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
252
|
+
n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
|
|
253
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
249
254
|
{ [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
250
255
|
[_M],
|
|
251
256
|
[0]
|
|
252
257
|
];
|
|
253
|
-
|
|
258
|
+
exports.ValidationException$ = ValidationException$;
|
|
259
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
254
260
|
exports.errorTypeRegistries = [
|
|
255
261
|
_s_registry,
|
|
256
262
|
n0_registry,
|
|
257
263
|
];
|
|
258
|
-
|
|
264
|
+
const Alarm$ = [3, n0, _A,
|
|
259
265
|
0,
|
|
260
266
|
[_AN, _AARN],
|
|
261
267
|
[0, 0], 2
|
|
262
268
|
];
|
|
263
|
-
exports.
|
|
269
|
+
exports.Alarm$ = Alarm$;
|
|
270
|
+
const CapacityForecast$ = [3, n0, _CF,
|
|
264
271
|
0,
|
|
265
272
|
[_T, _V],
|
|
266
273
|
[64 | 4, 64 | 1], 2
|
|
267
274
|
];
|
|
268
|
-
exports.
|
|
275
|
+
exports.CapacityForecast$ = CapacityForecast$;
|
|
276
|
+
const CustomizedMetricSpecification$ = [3, n0, _CMS,
|
|
269
277
|
0,
|
|
270
278
|
[_MN, _N, _D, _S, _U, _Me],
|
|
271
279
|
[0, 0, () => MetricDimensions, 0, 0, () => TargetTrackingMetricDataQueries]
|
|
272
280
|
];
|
|
273
|
-
exports.
|
|
281
|
+
exports.CustomizedMetricSpecification$ = CustomizedMetricSpecification$;
|
|
282
|
+
const DeleteScalingPolicyRequest$ = [3, n0, _DSPR,
|
|
274
283
|
0,
|
|
275
284
|
[_PN, _SN, _RI, _SD],
|
|
276
285
|
[0, 0, 0, 0], 4
|
|
277
286
|
];
|
|
278
|
-
exports.
|
|
287
|
+
exports.DeleteScalingPolicyRequest$ = DeleteScalingPolicyRequest$;
|
|
288
|
+
const DeleteScalingPolicyResponse$ = [3, n0, _DSPRe,
|
|
279
289
|
0,
|
|
280
290
|
[],
|
|
281
291
|
[]
|
|
282
292
|
];
|
|
283
|
-
exports.
|
|
293
|
+
exports.DeleteScalingPolicyResponse$ = DeleteScalingPolicyResponse$;
|
|
294
|
+
const DeleteScheduledActionRequest$ = [3, n0, _DSAR,
|
|
284
295
|
0,
|
|
285
296
|
[_SN, _SAN, _RI, _SD],
|
|
286
297
|
[0, 0, 0, 0], 4
|
|
287
298
|
];
|
|
288
|
-
exports.
|
|
299
|
+
exports.DeleteScheduledActionRequest$ = DeleteScheduledActionRequest$;
|
|
300
|
+
const DeleteScheduledActionResponse$ = [3, n0, _DSARe,
|
|
289
301
|
0,
|
|
290
302
|
[],
|
|
291
303
|
[]
|
|
292
304
|
];
|
|
293
|
-
exports.
|
|
305
|
+
exports.DeleteScheduledActionResponse$ = DeleteScheduledActionResponse$;
|
|
306
|
+
const DeregisterScalableTargetRequest$ = [3, n0, _DSTR,
|
|
294
307
|
0,
|
|
295
308
|
[_SN, _RI, _SD],
|
|
296
309
|
[0, 0, 0], 3
|
|
297
310
|
];
|
|
298
|
-
exports.
|
|
311
|
+
exports.DeregisterScalableTargetRequest$ = DeregisterScalableTargetRequest$;
|
|
312
|
+
const DeregisterScalableTargetResponse$ = [3, n0, _DSTRe,
|
|
299
313
|
0,
|
|
300
314
|
[],
|
|
301
315
|
[]
|
|
302
316
|
];
|
|
303
|
-
exports.
|
|
317
|
+
exports.DeregisterScalableTargetResponse$ = DeregisterScalableTargetResponse$;
|
|
318
|
+
const DescribeScalableTargetsRequest$ = [3, n0, _DSTRes,
|
|
304
319
|
0,
|
|
305
320
|
[_SN, _RIe, _SD, _MR, _NT],
|
|
306
321
|
[0, 64 | 0, 0, 1, 0], 1
|
|
307
322
|
];
|
|
308
|
-
exports.
|
|
323
|
+
exports.DescribeScalableTargetsRequest$ = DescribeScalableTargetsRequest$;
|
|
324
|
+
const DescribeScalableTargetsResponse$ = [3, n0, _DSTResc,
|
|
309
325
|
0,
|
|
310
326
|
[_ST, _NT],
|
|
311
327
|
[() => ScalableTargets, 0]
|
|
312
328
|
];
|
|
313
|
-
exports.
|
|
329
|
+
exports.DescribeScalableTargetsResponse$ = DescribeScalableTargetsResponse$;
|
|
330
|
+
const DescribeScalingActivitiesRequest$ = [3, n0, _DSARes,
|
|
314
331
|
0,
|
|
315
332
|
[_SN, _RI, _SD, _MR, _NT, _INSA],
|
|
316
333
|
[0, 0, 0, 1, 0, 2], 1
|
|
317
334
|
];
|
|
318
|
-
exports.
|
|
335
|
+
exports.DescribeScalingActivitiesRequest$ = DescribeScalingActivitiesRequest$;
|
|
336
|
+
const DescribeScalingActivitiesResponse$ = [3, n0, _DSAResc,
|
|
319
337
|
0,
|
|
320
338
|
[_SA, _NT],
|
|
321
339
|
[() => ScalingActivities, 0]
|
|
322
340
|
];
|
|
323
|
-
exports.
|
|
341
|
+
exports.DescribeScalingActivitiesResponse$ = DescribeScalingActivitiesResponse$;
|
|
342
|
+
const DescribeScalingPoliciesRequest$ = [3, n0, _DSPRes,
|
|
324
343
|
0,
|
|
325
344
|
[_SN, _PNo, _RI, _SD, _MR, _NT],
|
|
326
345
|
[0, 64 | 0, 0, 0, 1, 0], 1
|
|
327
346
|
];
|
|
328
|
-
exports.
|
|
347
|
+
exports.DescribeScalingPoliciesRequest$ = DescribeScalingPoliciesRequest$;
|
|
348
|
+
const DescribeScalingPoliciesResponse$ = [3, n0, _DSPResc,
|
|
329
349
|
0,
|
|
330
350
|
[_SP, _NT],
|
|
331
351
|
[() => ScalingPolicies, 0]
|
|
332
352
|
];
|
|
333
|
-
exports.
|
|
353
|
+
exports.DescribeScalingPoliciesResponse$ = DescribeScalingPoliciesResponse$;
|
|
354
|
+
const DescribeScheduledActionsRequest$ = [3, n0, _DSARescr,
|
|
334
355
|
0,
|
|
335
356
|
[_SN, _SANc, _RI, _SD, _MR, _NT],
|
|
336
357
|
[0, 64 | 0, 0, 0, 1, 0], 1
|
|
337
358
|
];
|
|
338
|
-
exports.
|
|
359
|
+
exports.DescribeScheduledActionsRequest$ = DescribeScheduledActionsRequest$;
|
|
360
|
+
const DescribeScheduledActionsResponse$ = [3, n0, _DSARescri,
|
|
339
361
|
0,
|
|
340
362
|
[_SAc, _NT],
|
|
341
363
|
[() => ScheduledActions, 0]
|
|
342
364
|
];
|
|
343
|
-
exports.
|
|
365
|
+
exports.DescribeScheduledActionsResponse$ = DescribeScheduledActionsResponse$;
|
|
366
|
+
const GetPredictiveScalingForecastRequest$ = [3, n0, _GPSFR,
|
|
344
367
|
0,
|
|
345
368
|
[_SN, _RI, _SD, _PN, _STt, _ET],
|
|
346
369
|
[0, 0, 0, 0, 4, 4], 6
|
|
347
370
|
];
|
|
348
|
-
exports.
|
|
371
|
+
exports.GetPredictiveScalingForecastRequest$ = GetPredictiveScalingForecastRequest$;
|
|
372
|
+
const GetPredictiveScalingForecastResponse$ = [3, n0, _GPSFRe,
|
|
349
373
|
0,
|
|
350
374
|
[_LF, _CF, _UT],
|
|
351
|
-
[() => LoadForecasts, () =>
|
|
375
|
+
[() => LoadForecasts, () => CapacityForecast$, 4]
|
|
352
376
|
];
|
|
353
|
-
exports.
|
|
377
|
+
exports.GetPredictiveScalingForecastResponse$ = GetPredictiveScalingForecastResponse$;
|
|
378
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
354
379
|
0,
|
|
355
380
|
[_RARN],
|
|
356
381
|
[0], 1
|
|
357
382
|
];
|
|
358
|
-
exports.
|
|
383
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
384
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
359
385
|
0,
|
|
360
386
|
[_Ta],
|
|
361
387
|
[128 | 0]
|
|
362
388
|
];
|
|
363
|
-
exports.
|
|
389
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
390
|
+
const LoadForecast$ = [3, n0, _LF,
|
|
364
391
|
0,
|
|
365
392
|
[_T, _V, _MS],
|
|
366
|
-
[64 | 4, 64 | 1, () =>
|
|
393
|
+
[64 | 4, 64 | 1, () => PredictiveScalingMetricSpecification$], 3
|
|
367
394
|
];
|
|
368
|
-
exports.
|
|
395
|
+
exports.LoadForecast$ = LoadForecast$;
|
|
396
|
+
const MetricDimension$ = [3, n0, _MD,
|
|
369
397
|
0,
|
|
370
398
|
[_Na, _Va],
|
|
371
399
|
[0, 0], 2
|
|
372
400
|
];
|
|
373
|
-
exports.
|
|
401
|
+
exports.MetricDimension$ = MetricDimension$;
|
|
402
|
+
const NotScaledReason$ = [3, n0, _NSR,
|
|
374
403
|
0,
|
|
375
404
|
[_C, _MC, _MCi, _CC],
|
|
376
405
|
[0, 1, 1, 1], 1
|
|
377
406
|
];
|
|
378
|
-
exports.
|
|
407
|
+
exports.NotScaledReason$ = NotScaledReason$;
|
|
408
|
+
const PredefinedMetricSpecification$ = [3, n0, _PMS,
|
|
379
409
|
0,
|
|
380
410
|
[_PMT, _RL],
|
|
381
411
|
[0, 0], 1
|
|
382
412
|
];
|
|
383
|
-
exports.
|
|
413
|
+
exports.PredefinedMetricSpecification$ = PredefinedMetricSpecification$;
|
|
414
|
+
const PredictiveScalingCustomizedMetricSpecification$ = [3, n0, _PSCMS,
|
|
384
415
|
0,
|
|
385
416
|
[_MDQ],
|
|
386
417
|
[() => PredictiveScalingMetricDataQueries], 1
|
|
387
418
|
];
|
|
388
|
-
exports.
|
|
419
|
+
exports.PredictiveScalingCustomizedMetricSpecification$ = PredictiveScalingCustomizedMetricSpecification$;
|
|
420
|
+
const PredictiveScalingMetric$ = [3, n0, _PSM,
|
|
389
421
|
0,
|
|
390
422
|
[_D, _MN, _N],
|
|
391
423
|
[() => PredictiveScalingMetricDimensions, 0, 0]
|
|
392
424
|
];
|
|
393
|
-
exports.
|
|
425
|
+
exports.PredictiveScalingMetric$ = PredictiveScalingMetric$;
|
|
426
|
+
const PredictiveScalingMetricDataQuery$ = [3, n0, _PSMDQ,
|
|
394
427
|
0,
|
|
395
428
|
[_I, _E, _MSe, _L, _RD],
|
|
396
|
-
[0, 0, () =>
|
|
429
|
+
[0, 0, () => PredictiveScalingMetricStat$, 0, 2], 1
|
|
397
430
|
];
|
|
398
|
-
exports.
|
|
431
|
+
exports.PredictiveScalingMetricDataQuery$ = PredictiveScalingMetricDataQuery$;
|
|
432
|
+
const PredictiveScalingMetricDimension$ = [3, n0, _PSMD,
|
|
399
433
|
0,
|
|
400
434
|
[_Na, _Va],
|
|
401
435
|
[0, 0], 2
|
|
402
436
|
];
|
|
403
|
-
exports.
|
|
437
|
+
exports.PredictiveScalingMetricDimension$ = PredictiveScalingMetricDimension$;
|
|
438
|
+
const PredictiveScalingMetricSpecification$ = [3, n0, _PSMS,
|
|
404
439
|
0,
|
|
405
440
|
[_TV, _PMPS, _PSMSr, _PLMS, _CSMS, _CLMS, _CCMS],
|
|
406
|
-
[1, () =>
|
|
441
|
+
[1, () => PredictiveScalingPredefinedMetricPairSpecification$, () => PredictiveScalingPredefinedScalingMetricSpecification$, () => PredictiveScalingPredefinedLoadMetricSpecification$, () => PredictiveScalingCustomizedMetricSpecification$, () => PredictiveScalingCustomizedMetricSpecification$, () => PredictiveScalingCustomizedMetricSpecification$], 1
|
|
407
442
|
];
|
|
408
|
-
exports.
|
|
443
|
+
exports.PredictiveScalingMetricSpecification$ = PredictiveScalingMetricSpecification$;
|
|
444
|
+
const PredictiveScalingMetricStat$ = [3, n0, _PSMSre,
|
|
409
445
|
0,
|
|
410
446
|
[_Met, _St, _U],
|
|
411
|
-
[() =>
|
|
447
|
+
[() => PredictiveScalingMetric$, 0, 0], 2
|
|
412
448
|
];
|
|
413
|
-
exports.
|
|
449
|
+
exports.PredictiveScalingMetricStat$ = PredictiveScalingMetricStat$;
|
|
450
|
+
const PredictiveScalingPolicyConfiguration$ = [3, n0, _PSPC,
|
|
414
451
|
0,
|
|
415
452
|
[_MSet, _Mo, _SBT, _MCBB, _MCB],
|
|
416
453
|
[() => PredictiveScalingMetricSpecifications, 0, 1, 0, 1], 1
|
|
417
454
|
];
|
|
418
|
-
exports.
|
|
455
|
+
exports.PredictiveScalingPolicyConfiguration$ = PredictiveScalingPolicyConfiguration$;
|
|
456
|
+
const PredictiveScalingPredefinedLoadMetricSpecification$ = [3, n0, _PSPLMS,
|
|
419
457
|
0,
|
|
420
458
|
[_PMT, _RL],
|
|
421
459
|
[0, 0], 1
|
|
422
460
|
];
|
|
423
|
-
exports.
|
|
461
|
+
exports.PredictiveScalingPredefinedLoadMetricSpecification$ = PredictiveScalingPredefinedLoadMetricSpecification$;
|
|
462
|
+
const PredictiveScalingPredefinedMetricPairSpecification$ = [3, n0, _PSPMPS,
|
|
424
463
|
0,
|
|
425
464
|
[_PMT, _RL],
|
|
426
465
|
[0, 0], 1
|
|
427
466
|
];
|
|
428
|
-
exports.
|
|
467
|
+
exports.PredictiveScalingPredefinedMetricPairSpecification$ = PredictiveScalingPredefinedMetricPairSpecification$;
|
|
468
|
+
const PredictiveScalingPredefinedScalingMetricSpecification$ = [3, n0, _PSPSMS,
|
|
429
469
|
0,
|
|
430
470
|
[_PMT, _RL],
|
|
431
471
|
[0, 0], 1
|
|
432
472
|
];
|
|
433
|
-
exports.
|
|
473
|
+
exports.PredictiveScalingPredefinedScalingMetricSpecification$ = PredictiveScalingPredefinedScalingMetricSpecification$;
|
|
474
|
+
const PutScalingPolicyRequest$ = [3, n0, _PSPR,
|
|
434
475
|
0,
|
|
435
476
|
[_PN, _SN, _RI, _SD, _PT, _SSPC, _TTSPC, _PSPC],
|
|
436
|
-
[0, 0, 0, 0, 0, () =>
|
|
477
|
+
[0, 0, 0, 0, 0, () => StepScalingPolicyConfiguration$, () => TargetTrackingScalingPolicyConfiguration$, () => PredictiveScalingPolicyConfiguration$], 4
|
|
437
478
|
];
|
|
438
|
-
exports.
|
|
479
|
+
exports.PutScalingPolicyRequest$ = PutScalingPolicyRequest$;
|
|
480
|
+
const PutScalingPolicyResponse$ = [3, n0, _PSPRu,
|
|
439
481
|
0,
|
|
440
482
|
[_PARN, _Al],
|
|
441
483
|
[0, () => Alarms], 1
|
|
442
484
|
];
|
|
443
|
-
exports.
|
|
485
|
+
exports.PutScalingPolicyResponse$ = PutScalingPolicyResponse$;
|
|
486
|
+
const PutScheduledActionRequest$ = [3, n0, _PSAR,
|
|
444
487
|
0,
|
|
445
488
|
[_SN, _SAN, _RI, _SD, _Sc, _Ti, _STt, _ET, _STA],
|
|
446
|
-
[0, 0, 0, 0, 0, 0, 4, 4, () =>
|
|
489
|
+
[0, 0, 0, 0, 0, 0, 4, 4, () => ScalableTargetAction$], 4
|
|
447
490
|
];
|
|
448
|
-
exports.
|
|
491
|
+
exports.PutScheduledActionRequest$ = PutScheduledActionRequest$;
|
|
492
|
+
const PutScheduledActionResponse$ = [3, n0, _PSARu,
|
|
449
493
|
0,
|
|
450
494
|
[],
|
|
451
495
|
[]
|
|
452
496
|
];
|
|
453
|
-
exports.
|
|
497
|
+
exports.PutScheduledActionResponse$ = PutScheduledActionResponse$;
|
|
498
|
+
const RegisterScalableTargetRequest$ = [3, n0, _RSTR,
|
|
454
499
|
0,
|
|
455
500
|
[_SN, _RI, _SD, _MCi, _MC, _RARNo, _SS, _Ta],
|
|
456
|
-
[0, 0, 0, 1, 1, 0, () =>
|
|
501
|
+
[0, 0, 0, 1, 1, 0, () => SuspendedState$, 128 | 0], 3
|
|
457
502
|
];
|
|
458
|
-
exports.
|
|
503
|
+
exports.RegisterScalableTargetRequest$ = RegisterScalableTargetRequest$;
|
|
504
|
+
const RegisterScalableTargetResponse$ = [3, n0, _RSTRe,
|
|
459
505
|
0,
|
|
460
506
|
[_STARN],
|
|
461
507
|
[0]
|
|
462
508
|
];
|
|
463
|
-
exports.
|
|
509
|
+
exports.RegisterScalableTargetResponse$ = RegisterScalableTargetResponse$;
|
|
510
|
+
const ScalableTarget$ = [3, n0, _STc,
|
|
464
511
|
0,
|
|
465
512
|
[_SN, _RI, _SD, _MCi, _MC, _RARNo, _CT, _PC, _SS, _STARN],
|
|
466
|
-
[0, 0, 0, 1, 1, 0, 4, 1, () =>
|
|
513
|
+
[0, 0, 0, 1, 1, 0, 4, 1, () => SuspendedState$, 0], 7
|
|
467
514
|
];
|
|
468
|
-
exports.
|
|
515
|
+
exports.ScalableTarget$ = ScalableTarget$;
|
|
516
|
+
const ScalableTargetAction$ = [3, n0, _STA,
|
|
469
517
|
0,
|
|
470
518
|
[_MCi, _MC],
|
|
471
519
|
[1, 1]
|
|
472
520
|
];
|
|
473
|
-
exports.
|
|
521
|
+
exports.ScalableTargetAction$ = ScalableTargetAction$;
|
|
522
|
+
const ScalingActivity$ = [3, n0, _SAca,
|
|
474
523
|
0,
|
|
475
524
|
[_AI, _SN, _RI, _SD, _De, _Ca, _STt, _SC, _ET, _SM, _Det, _NSRo],
|
|
476
525
|
[0, 0, 0, 0, 0, 0, 4, 0, 4, 0, 0, () => NotScaledReasons], 8
|
|
477
526
|
];
|
|
478
|
-
exports.
|
|
527
|
+
exports.ScalingActivity$ = ScalingActivity$;
|
|
528
|
+
const ScalingPolicy$ = [3, n0, _SPc,
|
|
479
529
|
0,
|
|
480
530
|
[_PARN, _PN, _SN, _RI, _SD, _PT, _CT, _SSPC, _TTSPC, _PSPC, _Al],
|
|
481
|
-
[0, 0, 0, 0, 0, 0, 4, () =>
|
|
531
|
+
[0, 0, 0, 0, 0, 0, 4, () => StepScalingPolicyConfiguration$, () => TargetTrackingScalingPolicyConfiguration$, () => PredictiveScalingPolicyConfiguration$, () => Alarms], 7
|
|
482
532
|
];
|
|
483
|
-
exports.
|
|
533
|
+
exports.ScalingPolicy$ = ScalingPolicy$;
|
|
534
|
+
const ScheduledAction$ = [3, n0, _SAch,
|
|
484
535
|
0,
|
|
485
536
|
[_SAN, _SAARN, _SN, _Sc, _RI, _CT, _Ti, _SD, _STt, _ET, _STA],
|
|
486
|
-
[0, 0, 0, 0, 0, 4, 0, 0, 4, 4, () =>
|
|
537
|
+
[0, 0, 0, 0, 0, 4, 0, 0, 4, 4, () => ScalableTargetAction$], 6
|
|
487
538
|
];
|
|
488
|
-
exports.
|
|
539
|
+
exports.ScheduledAction$ = ScheduledAction$;
|
|
540
|
+
const StepAdjustment$ = [3, n0, _SAt,
|
|
489
541
|
0,
|
|
490
542
|
[_SAcal, _MILB, _MIUB],
|
|
491
543
|
[1, 1, 1], 1
|
|
492
544
|
];
|
|
493
|
-
exports.
|
|
545
|
+
exports.StepAdjustment$ = StepAdjustment$;
|
|
546
|
+
const StepScalingPolicyConfiguration$ = [3, n0, _SSPC,
|
|
494
547
|
0,
|
|
495
548
|
[_AT, _SAte, _MAM, _Co, _MAT],
|
|
496
549
|
[0, () => StepAdjustments, 1, 1, 0]
|
|
497
550
|
];
|
|
498
|
-
exports.
|
|
551
|
+
exports.StepScalingPolicyConfiguration$ = StepScalingPolicyConfiguration$;
|
|
552
|
+
const SuspendedState$ = [3, n0, _SS,
|
|
499
553
|
0,
|
|
500
554
|
[_DSIS, _DSOS, _SSS],
|
|
501
555
|
[2, 2, 2]
|
|
502
556
|
];
|
|
503
|
-
exports.
|
|
557
|
+
exports.SuspendedState$ = SuspendedState$;
|
|
558
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
504
559
|
0,
|
|
505
560
|
[_RARN, _Ta],
|
|
506
561
|
[0, 128 | 0], 2
|
|
507
562
|
];
|
|
508
|
-
exports.
|
|
563
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
564
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
509
565
|
0,
|
|
510
566
|
[],
|
|
511
567
|
[]
|
|
512
568
|
];
|
|
513
|
-
exports.
|
|
569
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
570
|
+
const TargetTrackingMetric$ = [3, n0, _TTM,
|
|
514
571
|
0,
|
|
515
572
|
[_D, _MN, _N],
|
|
516
573
|
[() => TargetTrackingMetricDimensions, 0, 0]
|
|
517
574
|
];
|
|
518
|
-
exports.
|
|
575
|
+
exports.TargetTrackingMetric$ = TargetTrackingMetric$;
|
|
576
|
+
const TargetTrackingMetricDataQuery$ = [3, n0, _TTMDQ,
|
|
519
577
|
0,
|
|
520
578
|
[_I, _E, _L, _MSe, _RD],
|
|
521
|
-
[0, 0, 0, () =>
|
|
579
|
+
[0, 0, 0, () => TargetTrackingMetricStat$, 2], 1
|
|
522
580
|
];
|
|
523
|
-
exports.
|
|
581
|
+
exports.TargetTrackingMetricDataQuery$ = TargetTrackingMetricDataQuery$;
|
|
582
|
+
const TargetTrackingMetricDimension$ = [3, n0, _TTMD,
|
|
524
583
|
0,
|
|
525
584
|
[_Na, _Va],
|
|
526
585
|
[0, 0], 2
|
|
527
586
|
];
|
|
528
|
-
exports.
|
|
587
|
+
exports.TargetTrackingMetricDimension$ = TargetTrackingMetricDimension$;
|
|
588
|
+
const TargetTrackingMetricStat$ = [3, n0, _TTMS,
|
|
529
589
|
0,
|
|
530
590
|
[_Met, _St, _U],
|
|
531
|
-
[() =>
|
|
591
|
+
[() => TargetTrackingMetric$, 0, 0], 2
|
|
532
592
|
];
|
|
533
|
-
exports.
|
|
593
|
+
exports.TargetTrackingMetricStat$ = TargetTrackingMetricStat$;
|
|
594
|
+
const TargetTrackingScalingPolicyConfiguration$ = [3, n0, _TTSPC,
|
|
534
595
|
0,
|
|
535
596
|
[_TV, _PMS, _CMS, _SOC, _SIC, _DSI],
|
|
536
|
-
[1, () =>
|
|
597
|
+
[1, () => PredefinedMetricSpecification$, () => CustomizedMetricSpecification$, 1, 1, 2], 1
|
|
537
598
|
];
|
|
538
|
-
exports.
|
|
599
|
+
exports.TargetTrackingScalingPolicyConfiguration$ = TargetTrackingScalingPolicyConfiguration$;
|
|
600
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
539
601
|
0,
|
|
540
602
|
[_RARN, _TK],
|
|
541
603
|
[0, 64 | 0], 2
|
|
542
604
|
];
|
|
543
|
-
exports.
|
|
605
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
606
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
544
607
|
0,
|
|
545
608
|
[],
|
|
546
609
|
[]
|
|
547
610
|
];
|
|
611
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
548
612
|
var Alarms = [1, n0, _Al,
|
|
549
|
-
0, () =>
|
|
613
|
+
0, () => Alarm$
|
|
550
614
|
];
|
|
551
615
|
var LoadForecasts = [1, n0, _LFo,
|
|
552
|
-
0, () =>
|
|
616
|
+
0, () => LoadForecast$
|
|
553
617
|
];
|
|
554
618
|
var MetricDimensions = [1, n0, _MDe,
|
|
555
|
-
0, () =>
|
|
619
|
+
0, () => MetricDimension$
|
|
556
620
|
];
|
|
557
621
|
var NotScaledReasons = [1, n0, _NSRo,
|
|
558
|
-
0, () =>
|
|
622
|
+
0, () => NotScaledReason$
|
|
559
623
|
];
|
|
560
624
|
var PredictiveScalingForecastTimestamps = 64 | 4;
|
|
561
625
|
var PredictiveScalingForecastValues = 64 | 1;
|
|
562
626
|
var PredictiveScalingMetricDataQueries = [1, n0, _PSMDQr,
|
|
563
|
-
0, () =>
|
|
627
|
+
0, () => PredictiveScalingMetricDataQuery$
|
|
564
628
|
];
|
|
565
629
|
var PredictiveScalingMetricDimensions = [1, n0, _PSMDr,
|
|
566
|
-
0, () =>
|
|
630
|
+
0, () => PredictiveScalingMetricDimension$
|
|
567
631
|
];
|
|
568
632
|
var PredictiveScalingMetricSpecifications = [1, n0, _PSMSred,
|
|
569
|
-
0, () =>
|
|
633
|
+
0, () => PredictiveScalingMetricSpecification$
|
|
570
634
|
];
|
|
571
635
|
var ResourceIdsMaxLen1600 = 64 | 0;
|
|
572
636
|
var ScalableTargets = [1, n0, _ST,
|
|
573
|
-
0, () =>
|
|
637
|
+
0, () => ScalableTarget$
|
|
574
638
|
];
|
|
575
639
|
var ScalingActivities = [1, n0, _SA,
|
|
576
|
-
0, () =>
|
|
640
|
+
0, () => ScalingActivity$
|
|
577
641
|
];
|
|
578
642
|
var ScalingPolicies = [1, n0, _SP,
|
|
579
|
-
0, () =>
|
|
643
|
+
0, () => ScalingPolicy$
|
|
580
644
|
];
|
|
581
645
|
var ScheduledActions = [1, n0, _SAc,
|
|
582
|
-
0, () =>
|
|
646
|
+
0, () => ScheduledAction$
|
|
583
647
|
];
|
|
584
648
|
var StepAdjustments = [1, n0, _SAte,
|
|
585
|
-
0, () =>
|
|
649
|
+
0, () => StepAdjustment$
|
|
586
650
|
];
|
|
587
651
|
var TagKeyList = 64 | 0;
|
|
588
652
|
var TargetTrackingMetricDataQueries = [1, n0, _TTMDQa,
|
|
589
|
-
0, () =>
|
|
653
|
+
0, () => TargetTrackingMetricDataQuery$
|
|
590
654
|
];
|
|
591
655
|
var TargetTrackingMetricDimensions = [1, n0, _TTMDa,
|
|
592
|
-
0, () =>
|
|
656
|
+
0, () => TargetTrackingMetricDimension$
|
|
593
657
|
];
|
|
594
658
|
var TagMap = 128 | 0;
|
|
595
659
|
exports.DeleteScalingPolicy$ = [9, n0, _DSP,
|
|
596
|
-
0, () =>
|
|
660
|
+
0, () => DeleteScalingPolicyRequest$, () => DeleteScalingPolicyResponse$
|
|
597
661
|
];
|
|
598
662
|
exports.DeleteScheduledAction$ = [9, n0, _DSA,
|
|
599
|
-
0, () =>
|
|
663
|
+
0, () => DeleteScheduledActionRequest$, () => DeleteScheduledActionResponse$
|
|
600
664
|
];
|
|
601
665
|
exports.DeregisterScalableTarget$ = [9, n0, _DST,
|
|
602
|
-
0, () =>
|
|
666
|
+
0, () => DeregisterScalableTargetRequest$, () => DeregisterScalableTargetResponse$
|
|
603
667
|
];
|
|
604
668
|
exports.DescribeScalableTargets$ = [9, n0, _DSTe,
|
|
605
|
-
0, () =>
|
|
669
|
+
0, () => DescribeScalableTargetsRequest$, () => DescribeScalableTargetsResponse$
|
|
606
670
|
];
|
|
607
671
|
exports.DescribeScalingActivities$ = [9, n0, _DSAe,
|
|
608
|
-
0, () =>
|
|
672
|
+
0, () => DescribeScalingActivitiesRequest$, () => DescribeScalingActivitiesResponse$
|
|
609
673
|
];
|
|
610
674
|
exports.DescribeScalingPolicies$ = [9, n0, _DSPe,
|
|
611
|
-
0, () =>
|
|
675
|
+
0, () => DescribeScalingPoliciesRequest$, () => DescribeScalingPoliciesResponse$
|
|
612
676
|
];
|
|
613
677
|
exports.DescribeScheduledActions$ = [9, n0, _DSAes,
|
|
614
|
-
0, () =>
|
|
678
|
+
0, () => DescribeScheduledActionsRequest$, () => DescribeScheduledActionsResponse$
|
|
615
679
|
];
|
|
616
680
|
exports.GetPredictiveScalingForecast$ = [9, n0, _GPSF,
|
|
617
|
-
0, () =>
|
|
681
|
+
0, () => GetPredictiveScalingForecastRequest$, () => GetPredictiveScalingForecastResponse$
|
|
618
682
|
];
|
|
619
683
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
620
|
-
0, () =>
|
|
684
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
621
685
|
];
|
|
622
686
|
exports.PutScalingPolicy$ = [9, n0, _PSP,
|
|
623
|
-
0, () =>
|
|
687
|
+
0, () => PutScalingPolicyRequest$, () => PutScalingPolicyResponse$
|
|
624
688
|
];
|
|
625
689
|
exports.PutScheduledAction$ = [9, n0, _PSA,
|
|
626
|
-
0, () =>
|
|
690
|
+
0, () => PutScheduledActionRequest$, () => PutScheduledActionResponse$
|
|
627
691
|
];
|
|
628
692
|
exports.RegisterScalableTarget$ = [9, n0, _RST,
|
|
629
|
-
0, () =>
|
|
693
|
+
0, () => RegisterScalableTargetRequest$, () => RegisterScalableTargetResponse$
|
|
630
694
|
];
|
|
631
695
|
exports.TagResource$ = [9, n0, _TR,
|
|
632
|
-
0, () =>
|
|
696
|
+
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
633
697
|
];
|
|
634
698
|
exports.UntagResource$ = [9, n0, _UR,
|
|
635
|
-
0, () =>
|
|
699
|
+
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
636
700
|
];
|