@aws-sdk/client-auto-scaling-plans 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +138 -100
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/CreateScalingPlanCommand.js +2 -2
- package/dist-es/commands/DeleteScalingPlanCommand.js +2 -2
- package/dist-es/commands/DescribeScalingPlanResourcesCommand.js +2 -2
- package/dist-es/commands/DescribeScalingPlansCommand.js +2 -2
- package/dist-es/commands/GetScalingPlanResourceForecastDataCommand.js +2 -2
- package/dist-es/commands/UpdateScalingPlanCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +77 -77
- package/dist-types/AutoScalingPlansClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +39 -50
- package/dist-types/ts3.4/AutoScalingPlansClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -50
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class AutoScalingPlansClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class AutoScalingPlansServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, AutoScalingPlansServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class ConcurrentUpdateException extends AutoScalingPlansServiceException {
|
|
121
121
|
name = "ConcurrentUpdateException";
|
|
122
122
|
$fault = "server";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let ConcurrentUpdateException$1 = class ConcurrentUpdateException extends AutoSc
|
|
|
130
130
|
Object.setPrototypeOf(this, ConcurrentUpdateException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class InternalServiceException extends AutoScalingPlansServiceException {
|
|
135
135
|
name = "InternalServiceException";
|
|
136
136
|
$fault = "server";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let InternalServiceException$1 = class InternalServiceException extends AutoScal
|
|
|
144
144
|
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class LimitExceededException extends AutoScalingPlansServiceException {
|
|
149
149
|
name = "LimitExceededException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
Message;
|
|
@@ -158,8 +158,8 @@ let LimitExceededException$1 = class LimitExceededException extends AutoScalingP
|
|
|
158
158
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
159
159
|
this.Message = opts.Message;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
162
|
-
|
|
161
|
+
}
|
|
162
|
+
class ValidationException extends AutoScalingPlansServiceException {
|
|
163
163
|
name = "ValidationException";
|
|
164
164
|
$fault = "client";
|
|
165
165
|
Message;
|
|
@@ -172,8 +172,8 @@ let ValidationException$1 = class ValidationException extends AutoScalingPlansSe
|
|
|
172
172
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
173
173
|
this.Message = opts.Message;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
|
|
175
|
+
}
|
|
176
|
+
class ObjectNotFoundException extends AutoScalingPlansServiceException {
|
|
177
177
|
name = "ObjectNotFoundException";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
Message;
|
|
@@ -186,8 +186,8 @@ let ObjectNotFoundException$1 = class ObjectNotFoundException extends AutoScalin
|
|
|
186
186
|
Object.setPrototypeOf(this, ObjectNotFoundException.prototype);
|
|
187
187
|
this.Message = opts.Message;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
190
|
-
|
|
189
|
+
}
|
|
190
|
+
class InvalidNextTokenException extends AutoScalingPlansServiceException {
|
|
191
191
|
name = "InvalidNextTokenException";
|
|
192
192
|
$fault = "client";
|
|
193
193
|
Message;
|
|
@@ -200,7 +200,7 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends AutoSc
|
|
|
200
200
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
201
201
|
this.Message = opts.Message;
|
|
202
202
|
}
|
|
203
|
-
}
|
|
203
|
+
}
|
|
204
204
|
|
|
205
205
|
const _AS = "ApplicationSource";
|
|
206
206
|
const _ASp = "ApplicationSources";
|
|
@@ -302,8 +302,8 @@ const _hE = "httpError";
|
|
|
302
302
|
const _s = "server";
|
|
303
303
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.autoscalingplans";
|
|
304
304
|
const n0 = "com.amazonaws.autoscalingplans";
|
|
305
|
-
var ApplicationSource = [3, n0, _AS, 0, [_CFSARN, _TF], [0, () => TagFilters]];
|
|
306
|
-
var ConcurrentUpdateException = [
|
|
305
|
+
var ApplicationSource$ = [3, n0, _AS, 0, [_CFSARN, _TF], [0, () => TagFilters]];
|
|
306
|
+
var ConcurrentUpdateException$ = [
|
|
307
307
|
-3,
|
|
308
308
|
n0,
|
|
309
309
|
_CUE,
|
|
@@ -311,17 +311,17 @@ var ConcurrentUpdateException = [
|
|
|
311
311
|
[_M],
|
|
312
312
|
[0],
|
|
313
313
|
];
|
|
314
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentUpdateException
|
|
315
|
-
var CreateScalingPlanRequest = [
|
|
314
|
+
schema.TypeRegistry.for(n0).registerError(ConcurrentUpdateException$, ConcurrentUpdateException);
|
|
315
|
+
var CreateScalingPlanRequest$ = [
|
|
316
316
|
3,
|
|
317
317
|
n0,
|
|
318
318
|
_CSPR,
|
|
319
319
|
0,
|
|
320
320
|
[_SPN, _AS, _SI],
|
|
321
|
-
[0, () => ApplicationSource
|
|
321
|
+
[0, () => ApplicationSource$, () => ScalingInstructions],
|
|
322
322
|
];
|
|
323
|
-
var CreateScalingPlanResponse = [3, n0, _CSPRr, 0, [_SPV], [1]];
|
|
324
|
-
var CustomizedLoadMetricSpecification = [
|
|
323
|
+
var CreateScalingPlanResponse$ = [3, n0, _CSPRr, 0, [_SPV], [1]];
|
|
324
|
+
var CustomizedLoadMetricSpecification$ = [
|
|
325
325
|
3,
|
|
326
326
|
n0,
|
|
327
327
|
_CLMS,
|
|
@@ -329,7 +329,7 @@ var CustomizedLoadMetricSpecification = [
|
|
|
329
329
|
[_MN, _N, _D, _S, _U],
|
|
330
330
|
[0, 0, () => MetricDimensions, 0, 0],
|
|
331
331
|
];
|
|
332
|
-
var CustomizedScalingMetricSpecification = [
|
|
332
|
+
var CustomizedScalingMetricSpecification$ = [
|
|
333
333
|
3,
|
|
334
334
|
n0,
|
|
335
335
|
_CSMS,
|
|
@@ -337,10 +337,10 @@ var CustomizedScalingMetricSpecification = [
|
|
|
337
337
|
[_MN, _N, _D, _S, _U],
|
|
338
338
|
[0, 0, () => MetricDimensions, 0, 0],
|
|
339
339
|
];
|
|
340
|
-
var Datapoint = [3, n0, _Da, 0, [_T, _V], [4, 1]];
|
|
341
|
-
var DeleteScalingPlanRequest = [3, n0, _DSPR, 0, [_SPN, _SPV], [0, 1]];
|
|
342
|
-
var DeleteScalingPlanResponse = [3, n0, _DSPRe, 0, [], []];
|
|
343
|
-
var DescribeScalingPlanResourcesRequest = [
|
|
340
|
+
var Datapoint$ = [3, n0, _Da, 0, [_T, _V], [4, 1]];
|
|
341
|
+
var DeleteScalingPlanRequest$ = [3, n0, _DSPR, 0, [_SPN, _SPV], [0, 1]];
|
|
342
|
+
var DeleteScalingPlanResponse$ = [3, n0, _DSPRe, 0, [], []];
|
|
343
|
+
var DescribeScalingPlanResourcesRequest$ = [
|
|
344
344
|
3,
|
|
345
345
|
n0,
|
|
346
346
|
_DSPRR,
|
|
@@ -348,7 +348,7 @@ var DescribeScalingPlanResourcesRequest = [
|
|
|
348
348
|
[_SPN, _SPV, _MR, _NT],
|
|
349
349
|
[0, 1, 1, 0],
|
|
350
350
|
];
|
|
351
|
-
var DescribeScalingPlanResourcesResponse = [
|
|
351
|
+
var DescribeScalingPlanResourcesResponse$ = [
|
|
352
352
|
3,
|
|
353
353
|
n0,
|
|
354
354
|
_DSPRRe,
|
|
@@ -356,7 +356,7 @@ var DescribeScalingPlanResourcesResponse = [
|
|
|
356
356
|
[_SPR, _NT],
|
|
357
357
|
[() => ScalingPlanResources, 0],
|
|
358
358
|
];
|
|
359
|
-
var DescribeScalingPlansRequest = [
|
|
359
|
+
var DescribeScalingPlansRequest$ = [
|
|
360
360
|
3,
|
|
361
361
|
n0,
|
|
362
362
|
_DSPRes,
|
|
@@ -364,7 +364,7 @@ var DescribeScalingPlansRequest = [
|
|
|
364
364
|
[_SPNc, _SPV, _ASp, _MR, _NT],
|
|
365
365
|
[64 | 0, 1, () => ApplicationSources, 1, 0],
|
|
366
366
|
];
|
|
367
|
-
var DescribeScalingPlansResponse = [
|
|
367
|
+
var DescribeScalingPlansResponse$ = [
|
|
368
368
|
3,
|
|
369
369
|
n0,
|
|
370
370
|
_DSPResc,
|
|
@@ -372,7 +372,7 @@ var DescribeScalingPlansResponse = [
|
|
|
372
372
|
[_SP, _NT],
|
|
373
373
|
[() => ScalingPlans, 0],
|
|
374
374
|
];
|
|
375
|
-
var GetScalingPlanResourceForecastDataRequest = [
|
|
375
|
+
var GetScalingPlanResourceForecastDataRequest$ = [
|
|
376
376
|
3,
|
|
377
377
|
n0,
|
|
378
378
|
_GSPRFDR,
|
|
@@ -380,7 +380,7 @@ var GetScalingPlanResourceForecastDataRequest = [
|
|
|
380
380
|
[_SPN, _SPV, _SN, _RI, _SD, _FDT, _ST, _ET],
|
|
381
381
|
[0, 1, 0, 0, 0, 0, 4, 4],
|
|
382
382
|
];
|
|
383
|
-
var GetScalingPlanResourceForecastDataResponse = [
|
|
383
|
+
var GetScalingPlanResourceForecastDataResponse$ = [
|
|
384
384
|
3,
|
|
385
385
|
n0,
|
|
386
386
|
_GSPRFDRe,
|
|
@@ -388,7 +388,7 @@ var GetScalingPlanResourceForecastDataResponse = [
|
|
|
388
388
|
[_Dat],
|
|
389
389
|
[() => Datapoints],
|
|
390
390
|
];
|
|
391
|
-
var InternalServiceException = [
|
|
391
|
+
var InternalServiceException$ = [
|
|
392
392
|
-3,
|
|
393
393
|
n0,
|
|
394
394
|
_ISE,
|
|
@@ -396,8 +396,8 @@ var InternalServiceException = [
|
|
|
396
396
|
[_M],
|
|
397
397
|
[0],
|
|
398
398
|
];
|
|
399
|
-
schema.TypeRegistry.for(n0).registerError(InternalServiceException
|
|
400
|
-
var InvalidNextTokenException = [
|
|
399
|
+
schema.TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
400
|
+
var InvalidNextTokenException$ = [
|
|
401
401
|
-3,
|
|
402
402
|
n0,
|
|
403
403
|
_INTE,
|
|
@@ -405,8 +405,8 @@ var InvalidNextTokenException = [
|
|
|
405
405
|
[_M],
|
|
406
406
|
[0],
|
|
407
407
|
];
|
|
408
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException
|
|
409
|
-
var LimitExceededException = [
|
|
408
|
+
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
409
|
+
var LimitExceededException$ = [
|
|
410
410
|
-3,
|
|
411
411
|
n0,
|
|
412
412
|
_LEE,
|
|
@@ -414,9 +414,9 @@ var LimitExceededException = [
|
|
|
414
414
|
[_M],
|
|
415
415
|
[0],
|
|
416
416
|
];
|
|
417
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException
|
|
418
|
-
var MetricDimension = [3, n0, _MD, 0, [_Na, _V], [0, 0]];
|
|
419
|
-
var ObjectNotFoundException = [
|
|
417
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
418
|
+
var MetricDimension$ = [3, n0, _MD, 0, [_Na, _V], [0, 0]];
|
|
419
|
+
var ObjectNotFoundException$ = [
|
|
420
420
|
-3,
|
|
421
421
|
n0,
|
|
422
422
|
_ONFE,
|
|
@@ -424,10 +424,10 @@ var ObjectNotFoundException = [
|
|
|
424
424
|
[_M],
|
|
425
425
|
[0],
|
|
426
426
|
];
|
|
427
|
-
schema.TypeRegistry.for(n0).registerError(ObjectNotFoundException
|
|
428
|
-
var PredefinedLoadMetricSpecification = [3, n0, _PLMS, 0, [_PLMT, _RL], [0, 0]];
|
|
429
|
-
var PredefinedScalingMetricSpecification = [3, n0, _PSMS, 0, [_PSMT, _RL], [0, 0]];
|
|
430
|
-
var ScalingInstruction = [
|
|
427
|
+
schema.TypeRegistry.for(n0).registerError(ObjectNotFoundException$, ObjectNotFoundException);
|
|
428
|
+
var PredefinedLoadMetricSpecification$ = [3, n0, _PLMS, 0, [_PLMT, _RL], [0, 0]];
|
|
429
|
+
var PredefinedScalingMetricSpecification$ = [3, n0, _PSMS, 0, [_PSMT, _RL], [0, 0]];
|
|
430
|
+
var ScalingInstruction$ = [
|
|
431
431
|
3,
|
|
432
432
|
n0,
|
|
433
433
|
_SIc,
|
|
@@ -440,8 +440,8 @@ var ScalingInstruction = [
|
|
|
440
440
|
1,
|
|
441
441
|
1,
|
|
442
442
|
() => TargetTrackingConfigurations,
|
|
443
|
-
() => PredefinedLoadMetricSpecification
|
|
444
|
-
() => CustomizedLoadMetricSpecification
|
|
443
|
+
() => PredefinedLoadMetricSpecification$,
|
|
444
|
+
() => CustomizedLoadMetricSpecification$,
|
|
445
445
|
1,
|
|
446
446
|
0,
|
|
447
447
|
1,
|
|
@@ -450,15 +450,15 @@ var ScalingInstruction = [
|
|
|
450
450
|
2,
|
|
451
451
|
],
|
|
452
452
|
];
|
|
453
|
-
var ScalingPlan = [
|
|
453
|
+
var ScalingPlan$ = [
|
|
454
454
|
3,
|
|
455
455
|
n0,
|
|
456
456
|
_SPc,
|
|
457
457
|
0,
|
|
458
458
|
[_SPN, _SPV, _AS, _SI, _SC, _SM, _SST, _CT],
|
|
459
|
-
[0, 1, () => ApplicationSource
|
|
459
|
+
[0, 1, () => ApplicationSource$, () => ScalingInstructions, 0, 0, 4, 4],
|
|
460
460
|
];
|
|
461
|
-
var ScalingPlanResource = [
|
|
461
|
+
var ScalingPlanResource$ = [
|
|
462
462
|
3,
|
|
463
463
|
n0,
|
|
464
464
|
_SPRc,
|
|
@@ -466,33 +466,33 @@ var ScalingPlanResource = [
|
|
|
466
466
|
[_SPN, _SPV, _SN, _RI, _SD, _SPca, _SSC, _SSM],
|
|
467
467
|
[0, 1, 0, 0, 0, () => ScalingPolicies, 0, 0],
|
|
468
468
|
];
|
|
469
|
-
var ScalingPolicy = [
|
|
469
|
+
var ScalingPolicy$ = [
|
|
470
470
|
3,
|
|
471
471
|
n0,
|
|
472
472
|
_SPcal,
|
|
473
473
|
0,
|
|
474
474
|
[_PN, _PT, _TTCa],
|
|
475
|
-
[0, 0, () => TargetTrackingConfiguration],
|
|
475
|
+
[0, 0, () => TargetTrackingConfiguration$],
|
|
476
476
|
];
|
|
477
|
-
var TagFilter = [3, n0, _TFa, 0, [_K, _Va], [0, 64 | 0]];
|
|
478
|
-
var TargetTrackingConfiguration = [
|
|
477
|
+
var TagFilter$ = [3, n0, _TFa, 0, [_K, _Va], [0, 64 | 0]];
|
|
478
|
+
var TargetTrackingConfiguration$ = [
|
|
479
479
|
3,
|
|
480
480
|
n0,
|
|
481
481
|
_TTCa,
|
|
482
482
|
0,
|
|
483
483
|
[_PSMS, _CSMS, _TV, _DSI, _SOC, _SIC, _EIW],
|
|
484
|
-
[() => PredefinedScalingMetricSpecification
|
|
484
|
+
[() => PredefinedScalingMetricSpecification$, () => CustomizedScalingMetricSpecification$, 1, 2, 1, 1, 1],
|
|
485
485
|
];
|
|
486
|
-
var UpdateScalingPlanRequest = [
|
|
486
|
+
var UpdateScalingPlanRequest$ = [
|
|
487
487
|
3,
|
|
488
488
|
n0,
|
|
489
489
|
_USPR,
|
|
490
490
|
0,
|
|
491
491
|
[_SPN, _SPV, _AS, _SI],
|
|
492
|
-
[0, 1, () => ApplicationSource
|
|
492
|
+
[0, 1, () => ApplicationSource$, () => ScalingInstructions],
|
|
493
493
|
];
|
|
494
|
-
var UpdateScalingPlanResponse = [3, n0, _USPRp, 0, [], []];
|
|
495
|
-
var ValidationException = [
|
|
494
|
+
var UpdateScalingPlanResponse$ = [3, n0, _USPRp, 0, [], []];
|
|
495
|
+
var ValidationException$ = [
|
|
496
496
|
-3,
|
|
497
497
|
n0,
|
|
498
498
|
_VE,
|
|
@@ -500,8 +500,8 @@ var ValidationException = [
|
|
|
500
500
|
[_M],
|
|
501
501
|
[0],
|
|
502
502
|
];
|
|
503
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
504
|
-
var AutoScalingPlansServiceException = [
|
|
503
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
504
|
+
var AutoScalingPlansServiceException$ = [
|
|
505
505
|
-3,
|
|
506
506
|
_sm,
|
|
507
507
|
"AutoScalingPlansServiceException",
|
|
@@ -509,63 +509,63 @@ var AutoScalingPlansServiceException = [
|
|
|
509
509
|
[],
|
|
510
510
|
[],
|
|
511
511
|
];
|
|
512
|
-
schema.TypeRegistry.for(_sm).registerError(AutoScalingPlansServiceException
|
|
513
|
-
var ApplicationSources = [1, n0, _ASp, 0, () => ApplicationSource];
|
|
514
|
-
var Datapoints = [1, n0, _Dat, 0, () => Datapoint];
|
|
515
|
-
var MetricDimensions = [1, n0, _MDe, 0, () => MetricDimension];
|
|
516
|
-
var ScalingInstructions = [1, n0, _SI, 0, () => ScalingInstruction];
|
|
517
|
-
var ScalingPlanResources = [1, n0, _SPR, 0, () => ScalingPlanResource];
|
|
518
|
-
var ScalingPlans = [1, n0, _SP, 0, () => ScalingPlan];
|
|
519
|
-
var ScalingPolicies = [1, n0, _SPca, 0, () => ScalingPolicy];
|
|
520
|
-
var TagFilters = [1, n0, _TF, 0, () => TagFilter];
|
|
521
|
-
var TargetTrackingConfigurations = [1, n0, _TTC, 0, () => TargetTrackingConfiguration];
|
|
522
|
-
var CreateScalingPlan = [
|
|
512
|
+
schema.TypeRegistry.for(_sm).registerError(AutoScalingPlansServiceException$, AutoScalingPlansServiceException);
|
|
513
|
+
var ApplicationSources = [1, n0, _ASp, 0, () => ApplicationSource$];
|
|
514
|
+
var Datapoints = [1, n0, _Dat, 0, () => Datapoint$];
|
|
515
|
+
var MetricDimensions = [1, n0, _MDe, 0, () => MetricDimension$];
|
|
516
|
+
var ScalingInstructions = [1, n0, _SI, 0, () => ScalingInstruction$];
|
|
517
|
+
var ScalingPlanResources = [1, n0, _SPR, 0, () => ScalingPlanResource$];
|
|
518
|
+
var ScalingPlans = [1, n0, _SP, 0, () => ScalingPlan$];
|
|
519
|
+
var ScalingPolicies = [1, n0, _SPca, 0, () => ScalingPolicy$];
|
|
520
|
+
var TagFilters = [1, n0, _TF, 0, () => TagFilter$];
|
|
521
|
+
var TargetTrackingConfigurations = [1, n0, _TTC, 0, () => TargetTrackingConfiguration$];
|
|
522
|
+
var CreateScalingPlan$ = [
|
|
523
523
|
9,
|
|
524
524
|
n0,
|
|
525
525
|
_CSP,
|
|
526
526
|
0,
|
|
527
|
-
() => CreateScalingPlanRequest
|
|
528
|
-
() => CreateScalingPlanResponse
|
|
527
|
+
() => CreateScalingPlanRequest$,
|
|
528
|
+
() => CreateScalingPlanResponse$,
|
|
529
529
|
];
|
|
530
|
-
var DeleteScalingPlan = [
|
|
530
|
+
var DeleteScalingPlan$ = [
|
|
531
531
|
9,
|
|
532
532
|
n0,
|
|
533
533
|
_DSP,
|
|
534
534
|
0,
|
|
535
|
-
() => DeleteScalingPlanRequest
|
|
536
|
-
() => DeleteScalingPlanResponse
|
|
535
|
+
() => DeleteScalingPlanRequest$,
|
|
536
|
+
() => DeleteScalingPlanResponse$,
|
|
537
537
|
];
|
|
538
|
-
var DescribeScalingPlanResources = [
|
|
538
|
+
var DescribeScalingPlanResources$ = [
|
|
539
539
|
9,
|
|
540
540
|
n0,
|
|
541
541
|
_DSPRescr,
|
|
542
542
|
0,
|
|
543
|
-
() => DescribeScalingPlanResourcesRequest
|
|
544
|
-
() => DescribeScalingPlanResourcesResponse
|
|
543
|
+
() => DescribeScalingPlanResourcesRequest$,
|
|
544
|
+
() => DescribeScalingPlanResourcesResponse$,
|
|
545
545
|
];
|
|
546
|
-
var DescribeScalingPlans = [
|
|
546
|
+
var DescribeScalingPlans$ = [
|
|
547
547
|
9,
|
|
548
548
|
n0,
|
|
549
549
|
_DSPe,
|
|
550
550
|
0,
|
|
551
|
-
() => DescribeScalingPlansRequest
|
|
552
|
-
() => DescribeScalingPlansResponse
|
|
551
|
+
() => DescribeScalingPlansRequest$,
|
|
552
|
+
() => DescribeScalingPlansResponse$,
|
|
553
553
|
];
|
|
554
|
-
var GetScalingPlanResourceForecastData = [
|
|
554
|
+
var GetScalingPlanResourceForecastData$ = [
|
|
555
555
|
9,
|
|
556
556
|
n0,
|
|
557
557
|
_GSPRFD,
|
|
558
558
|
0,
|
|
559
|
-
() => GetScalingPlanResourceForecastDataRequest
|
|
560
|
-
() => GetScalingPlanResourceForecastDataResponse
|
|
559
|
+
() => GetScalingPlanResourceForecastDataRequest$,
|
|
560
|
+
() => GetScalingPlanResourceForecastDataResponse$,
|
|
561
561
|
];
|
|
562
|
-
var UpdateScalingPlan = [
|
|
562
|
+
var UpdateScalingPlan$ = [
|
|
563
563
|
9,
|
|
564
564
|
n0,
|
|
565
565
|
_USP,
|
|
566
566
|
0,
|
|
567
|
-
() => UpdateScalingPlanRequest
|
|
568
|
-
() => UpdateScalingPlanResponse
|
|
567
|
+
() => UpdateScalingPlanRequest$,
|
|
568
|
+
() => UpdateScalingPlanResponse$,
|
|
569
569
|
];
|
|
570
570
|
|
|
571
571
|
class CreateScalingPlanCommand extends smithyClient.Command
|
|
@@ -576,7 +576,7 @@ class CreateScalingPlanCommand extends smithyClient.Command
|
|
|
576
576
|
})
|
|
577
577
|
.s("AnyScaleScalingPlannerFrontendService", "CreateScalingPlan", {})
|
|
578
578
|
.n("AutoScalingPlansClient", "CreateScalingPlanCommand")
|
|
579
|
-
.sc(CreateScalingPlan)
|
|
579
|
+
.sc(CreateScalingPlan$)
|
|
580
580
|
.build() {
|
|
581
581
|
}
|
|
582
582
|
|
|
@@ -588,7 +588,7 @@ class DeleteScalingPlanCommand extends smithyClient.Command
|
|
|
588
588
|
})
|
|
589
589
|
.s("AnyScaleScalingPlannerFrontendService", "DeleteScalingPlan", {})
|
|
590
590
|
.n("AutoScalingPlansClient", "DeleteScalingPlanCommand")
|
|
591
|
-
.sc(DeleteScalingPlan)
|
|
591
|
+
.sc(DeleteScalingPlan$)
|
|
592
592
|
.build() {
|
|
593
593
|
}
|
|
594
594
|
|
|
@@ -600,7 +600,7 @@ class DescribeScalingPlanResourcesCommand extends smithyClient.Command
|
|
|
600
600
|
})
|
|
601
601
|
.s("AnyScaleScalingPlannerFrontendService", "DescribeScalingPlanResources", {})
|
|
602
602
|
.n("AutoScalingPlansClient", "DescribeScalingPlanResourcesCommand")
|
|
603
|
-
.sc(DescribeScalingPlanResources)
|
|
603
|
+
.sc(DescribeScalingPlanResources$)
|
|
604
604
|
.build() {
|
|
605
605
|
}
|
|
606
606
|
|
|
@@ -612,7 +612,7 @@ class DescribeScalingPlansCommand extends smithyClient.Command
|
|
|
612
612
|
})
|
|
613
613
|
.s("AnyScaleScalingPlannerFrontendService", "DescribeScalingPlans", {})
|
|
614
614
|
.n("AutoScalingPlansClient", "DescribeScalingPlansCommand")
|
|
615
|
-
.sc(DescribeScalingPlans)
|
|
615
|
+
.sc(DescribeScalingPlans$)
|
|
616
616
|
.build() {
|
|
617
617
|
}
|
|
618
618
|
|
|
@@ -624,7 +624,7 @@ class GetScalingPlanResourceForecastDataCommand extends smithyClient.Command
|
|
|
624
624
|
})
|
|
625
625
|
.s("AnyScaleScalingPlannerFrontendService", "GetScalingPlanResourceForecastData", {})
|
|
626
626
|
.n("AutoScalingPlansClient", "GetScalingPlanResourceForecastDataCommand")
|
|
627
|
-
.sc(GetScalingPlanResourceForecastData)
|
|
627
|
+
.sc(GetScalingPlanResourceForecastData$)
|
|
628
628
|
.build() {
|
|
629
629
|
}
|
|
630
630
|
|
|
@@ -636,7 +636,7 @@ class UpdateScalingPlanCommand extends smithyClient.Command
|
|
|
636
636
|
})
|
|
637
637
|
.s("AnyScaleScalingPlannerFrontendService", "UpdateScalingPlan", {})
|
|
638
638
|
.n("AutoScalingPlansClient", "UpdateScalingPlanCommand")
|
|
639
|
-
.sc(UpdateScalingPlan)
|
|
639
|
+
.sc(UpdateScalingPlan$)
|
|
640
640
|
.build() {
|
|
641
641
|
}
|
|
642
642
|
|
|
@@ -743,30 +743,68 @@ Object.defineProperty(exports, "__Client", {
|
|
|
743
743
|
enumerable: true,
|
|
744
744
|
get: function () { return smithyClient.Client; }
|
|
745
745
|
});
|
|
746
|
+
exports.ApplicationSource$ = ApplicationSource$;
|
|
746
747
|
exports.AutoScalingPlans = AutoScalingPlans;
|
|
747
748
|
exports.AutoScalingPlansClient = AutoScalingPlansClient;
|
|
748
|
-
exports.AutoScalingPlansServiceException = AutoScalingPlansServiceException
|
|
749
|
-
exports.
|
|
749
|
+
exports.AutoScalingPlansServiceException = AutoScalingPlansServiceException;
|
|
750
|
+
exports.AutoScalingPlansServiceException$ = AutoScalingPlansServiceException$;
|
|
751
|
+
exports.ConcurrentUpdateException = ConcurrentUpdateException;
|
|
752
|
+
exports.ConcurrentUpdateException$ = ConcurrentUpdateException$;
|
|
753
|
+
exports.CreateScalingPlan$ = CreateScalingPlan$;
|
|
750
754
|
exports.CreateScalingPlanCommand = CreateScalingPlanCommand;
|
|
755
|
+
exports.CreateScalingPlanRequest$ = CreateScalingPlanRequest$;
|
|
756
|
+
exports.CreateScalingPlanResponse$ = CreateScalingPlanResponse$;
|
|
757
|
+
exports.CustomizedLoadMetricSpecification$ = CustomizedLoadMetricSpecification$;
|
|
758
|
+
exports.CustomizedScalingMetricSpecification$ = CustomizedScalingMetricSpecification$;
|
|
759
|
+
exports.Datapoint$ = Datapoint$;
|
|
760
|
+
exports.DeleteScalingPlan$ = DeleteScalingPlan$;
|
|
751
761
|
exports.DeleteScalingPlanCommand = DeleteScalingPlanCommand;
|
|
762
|
+
exports.DeleteScalingPlanRequest$ = DeleteScalingPlanRequest$;
|
|
763
|
+
exports.DeleteScalingPlanResponse$ = DeleteScalingPlanResponse$;
|
|
764
|
+
exports.DescribeScalingPlanResources$ = DescribeScalingPlanResources$;
|
|
752
765
|
exports.DescribeScalingPlanResourcesCommand = DescribeScalingPlanResourcesCommand;
|
|
766
|
+
exports.DescribeScalingPlanResourcesRequest$ = DescribeScalingPlanResourcesRequest$;
|
|
767
|
+
exports.DescribeScalingPlanResourcesResponse$ = DescribeScalingPlanResourcesResponse$;
|
|
768
|
+
exports.DescribeScalingPlans$ = DescribeScalingPlans$;
|
|
753
769
|
exports.DescribeScalingPlansCommand = DescribeScalingPlansCommand;
|
|
770
|
+
exports.DescribeScalingPlansRequest$ = DescribeScalingPlansRequest$;
|
|
771
|
+
exports.DescribeScalingPlansResponse$ = DescribeScalingPlansResponse$;
|
|
754
772
|
exports.ForecastDataType = ForecastDataType;
|
|
773
|
+
exports.GetScalingPlanResourceForecastData$ = GetScalingPlanResourceForecastData$;
|
|
755
774
|
exports.GetScalingPlanResourceForecastDataCommand = GetScalingPlanResourceForecastDataCommand;
|
|
756
|
-
exports.
|
|
757
|
-
exports.
|
|
758
|
-
exports.
|
|
775
|
+
exports.GetScalingPlanResourceForecastDataRequest$ = GetScalingPlanResourceForecastDataRequest$;
|
|
776
|
+
exports.GetScalingPlanResourceForecastDataResponse$ = GetScalingPlanResourceForecastDataResponse$;
|
|
777
|
+
exports.InternalServiceException = InternalServiceException;
|
|
778
|
+
exports.InternalServiceException$ = InternalServiceException$;
|
|
779
|
+
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
780
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
781
|
+
exports.LimitExceededException = LimitExceededException;
|
|
782
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
759
783
|
exports.LoadMetricType = LoadMetricType;
|
|
784
|
+
exports.MetricDimension$ = MetricDimension$;
|
|
760
785
|
exports.MetricStatistic = MetricStatistic;
|
|
761
|
-
exports.ObjectNotFoundException = ObjectNotFoundException
|
|
786
|
+
exports.ObjectNotFoundException = ObjectNotFoundException;
|
|
787
|
+
exports.ObjectNotFoundException$ = ObjectNotFoundException$;
|
|
762
788
|
exports.PolicyType = PolicyType;
|
|
789
|
+
exports.PredefinedLoadMetricSpecification$ = PredefinedLoadMetricSpecification$;
|
|
790
|
+
exports.PredefinedScalingMetricSpecification$ = PredefinedScalingMetricSpecification$;
|
|
763
791
|
exports.PredictiveScalingMaxCapacityBehavior = PredictiveScalingMaxCapacityBehavior;
|
|
764
792
|
exports.PredictiveScalingMode = PredictiveScalingMode;
|
|
765
793
|
exports.ScalableDimension = ScalableDimension;
|
|
794
|
+
exports.ScalingInstruction$ = ScalingInstruction$;
|
|
766
795
|
exports.ScalingMetricType = ScalingMetricType;
|
|
796
|
+
exports.ScalingPlan$ = ScalingPlan$;
|
|
797
|
+
exports.ScalingPlanResource$ = ScalingPlanResource$;
|
|
767
798
|
exports.ScalingPlanStatusCode = ScalingPlanStatusCode;
|
|
799
|
+
exports.ScalingPolicy$ = ScalingPolicy$;
|
|
768
800
|
exports.ScalingPolicyUpdateBehavior = ScalingPolicyUpdateBehavior;
|
|
769
801
|
exports.ScalingStatusCode = ScalingStatusCode;
|
|
770
802
|
exports.ServiceNamespace = ServiceNamespace;
|
|
803
|
+
exports.TagFilter$ = TagFilter$;
|
|
804
|
+
exports.TargetTrackingConfiguration$ = TargetTrackingConfiguration$;
|
|
805
|
+
exports.UpdateScalingPlan$ = UpdateScalingPlan$;
|
|
771
806
|
exports.UpdateScalingPlanCommand = UpdateScalingPlanCommand;
|
|
772
|
-
exports.
|
|
807
|
+
exports.UpdateScalingPlanRequest$ = UpdateScalingPlanRequest$;
|
|
808
|
+
exports.UpdateScalingPlanResponse$ = UpdateScalingPlanResponse$;
|
|
809
|
+
exports.ValidationException = ValidationException;
|
|
810
|
+
exports.ValidationException$ = ValidationException$;
|
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.autoscalingplans",
|
|
32
|
+
version: "2018-01-06",
|
|
33
|
+
serviceTarget: "AnyScaleScalingPlannerFrontendService",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Auto Scaling Plans",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateScalingPlan } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateScalingPlan$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateScalingPlanCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateScalingPlanCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AnyScaleScalingPlannerFrontendService", "CreateScalingPlan", {})
|
|
13
13
|
.n("AutoScalingPlansClient", "CreateScalingPlanCommand")
|
|
14
|
-
.sc(CreateScalingPlan)
|
|
14
|
+
.sc(CreateScalingPlan$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteScalingPlan } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteScalingPlan$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteScalingPlanCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteScalingPlanCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AnyScaleScalingPlannerFrontendService", "DeleteScalingPlan", {})
|
|
13
13
|
.n("AutoScalingPlansClient", "DeleteScalingPlanCommand")
|
|
14
|
-
.sc(DeleteScalingPlan)
|
|
14
|
+
.sc(DeleteScalingPlan$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeScalingPlanResources } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeScalingPlanResources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeScalingPlanResourcesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeScalingPlanResourcesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AnyScaleScalingPlannerFrontendService", "DescribeScalingPlanResources", {})
|
|
13
13
|
.n("AutoScalingPlansClient", "DescribeScalingPlanResourcesCommand")
|
|
14
|
-
.sc(DescribeScalingPlanResources)
|
|
14
|
+
.sc(DescribeScalingPlanResources$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeScalingPlans } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeScalingPlans$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeScalingPlansCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeScalingPlansCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AnyScaleScalingPlannerFrontendService", "DescribeScalingPlans", {})
|
|
13
13
|
.n("AutoScalingPlansClient", "DescribeScalingPlansCommand")
|
|
14
|
-
.sc(DescribeScalingPlans)
|
|
14
|
+
.sc(DescribeScalingPlans$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetScalingPlanResourceForecastData } from "../schemas/schemas_0";
|
|
4
|
+
import { GetScalingPlanResourceForecastData$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetScalingPlanResourceForecastDataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetScalingPlanResourceForecastDataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AnyScaleScalingPlannerFrontendService", "GetScalingPlanResourceForecastData", {})
|
|
13
13
|
.n("AutoScalingPlansClient", "GetScalingPlanResourceForecastDataCommand")
|
|
14
|
-
.sc(GetScalingPlanResourceForecastData)
|
|
14
|
+
.sc(GetScalingPlanResourceForecastData$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateScalingPlan } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateScalingPlan$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateScalingPlanCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateScalingPlanCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AnyScaleScalingPlannerFrontendService", "UpdateScalingPlan", {})
|
|
13
13
|
.n("AutoScalingPlansClient", "UpdateScalingPlanCommand")
|
|
14
|
-
.sc(UpdateScalingPlan)
|
|
14
|
+
.sc(UpdateScalingPlan$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./AutoScalingPlansClient";
|
|
2
2
|
export * from "./AutoScalingPlans";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export * from "./schemas/schemas_0";
|
|
4
5
|
export * from "./models/enums";
|
|
5
6
|
export * from "./models/errors";
|
|
6
7
|
export { AutoScalingPlansServiceException } from "./models/AutoScalingPlansServiceException";
|