@aws-sdk/client-application-auto-scaling 3.987.0 → 3.988.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 +33 -863
- package/dist-cjs/models/ApplicationAutoScalingServiceException.js +12 -0
- package/dist-cjs/models/errors.js +143 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +636 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +64 -58
- package/dist-types/schemas/schemas_0.d.ts +17 -10
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -10
- package/package.json +13 -13
|
@@ -183,12 +183,74 @@ const _aQE = "awsQueryError";
|
|
|
183
183
|
const _c = "client";
|
|
184
184
|
const _e = "error";
|
|
185
185
|
const _hE = "httpError";
|
|
186
|
-
const _s = "
|
|
187
|
-
const
|
|
186
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.applicationautoscaling";
|
|
187
|
+
const _se = "server";
|
|
188
188
|
const n0 = "com.amazonaws.applicationautoscaling";
|
|
189
189
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
190
190
|
import { ApplicationAutoScalingServiceException } from "../models/ApplicationAutoScalingServiceException";
|
|
191
191
|
import { ConcurrentUpdateException, FailedResourceAccessException, InternalServiceException, InvalidNextTokenException, LimitExceededException, ObjectNotFoundException, ResourceNotFoundException, TooManyTagsException, ValidationException, } from "../models/errors";
|
|
192
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
193
|
+
export var ApplicationAutoScalingServiceException$ = [-3, _s, "ApplicationAutoScalingServiceException", 0, [], []];
|
|
194
|
+
_s_registry.registerError(ApplicationAutoScalingServiceException$, ApplicationAutoScalingServiceException);
|
|
195
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
196
|
+
export var ConcurrentUpdateException$ = [-3, n0, _CUE,
|
|
197
|
+
{ [_aQE]: [`ConcurrentUpdateException`, 500], [_e]: _se, [_hE]: 500 },
|
|
198
|
+
[_M],
|
|
199
|
+
[0]
|
|
200
|
+
];
|
|
201
|
+
n0_registry.registerError(ConcurrentUpdateException$, ConcurrentUpdateException);
|
|
202
|
+
export var FailedResourceAccessException$ = [-3, n0, _FRAE,
|
|
203
|
+
{ [_aQE]: [`FailedResourceAccessException`, 400], [_e]: _c, [_hE]: 400 },
|
|
204
|
+
[_M],
|
|
205
|
+
[0]
|
|
206
|
+
];
|
|
207
|
+
n0_registry.registerError(FailedResourceAccessException$, FailedResourceAccessException);
|
|
208
|
+
export var InternalServiceException$ = [-3, n0, _ISE,
|
|
209
|
+
{ [_aQE]: [`InternalServiceException`, 500], [_e]: _se, [_hE]: 500 },
|
|
210
|
+
[_M],
|
|
211
|
+
[0]
|
|
212
|
+
];
|
|
213
|
+
n0_registry.registerError(InternalServiceException$, InternalServiceException);
|
|
214
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
215
|
+
{ [_aQE]: [`InvalidNextTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
216
|
+
[_M],
|
|
217
|
+
[0]
|
|
218
|
+
];
|
|
219
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
220
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
221
|
+
{ [_aQE]: [`LimitExceededException`, 400], [_e]: _c, [_hE]: 400 },
|
|
222
|
+
[_M],
|
|
223
|
+
[0]
|
|
224
|
+
];
|
|
225
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
226
|
+
export var ObjectNotFoundException$ = [-3, n0, _ONFE,
|
|
227
|
+
{ [_aQE]: [`ObjectNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
228
|
+
[_M],
|
|
229
|
+
[0]
|
|
230
|
+
];
|
|
231
|
+
n0_registry.registerError(ObjectNotFoundException$, ObjectNotFoundException);
|
|
232
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
233
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
234
|
+
[_M, _RN],
|
|
235
|
+
[0, 0]
|
|
236
|
+
];
|
|
237
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
238
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
239
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
240
|
+
[_M, _RN],
|
|
241
|
+
[0, 0]
|
|
242
|
+
];
|
|
243
|
+
n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
|
|
244
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
245
|
+
{ [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
246
|
+
[_M],
|
|
247
|
+
[0]
|
|
248
|
+
];
|
|
249
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
250
|
+
export const errorTypeRegistries = [
|
|
251
|
+
_s_registry,
|
|
252
|
+
n0_registry,
|
|
253
|
+
];
|
|
192
254
|
export var Alarm$ = [3, n0, _A,
|
|
193
255
|
0,
|
|
194
256
|
[_AN, _AARN],
|
|
@@ -199,12 +261,6 @@ export var CapacityForecast$ = [3, n0, _CF,
|
|
|
199
261
|
[_T, _V],
|
|
200
262
|
[64 | 4, 64 | 1], 2
|
|
201
263
|
];
|
|
202
|
-
export var ConcurrentUpdateException$ = [-3, n0, _CUE,
|
|
203
|
-
{ [_aQE]: [`ConcurrentUpdateException`, 500], [_e]: _s, [_hE]: 500 },
|
|
204
|
-
[_M],
|
|
205
|
-
[0]
|
|
206
|
-
];
|
|
207
|
-
TypeRegistry.for(n0).registerError(ConcurrentUpdateException$, ConcurrentUpdateException);
|
|
208
264
|
export var CustomizedMetricSpecification$ = [3, n0, _CMS,
|
|
209
265
|
0,
|
|
210
266
|
[_MN, _N, _D, _S, _U, _Me],
|
|
@@ -280,12 +336,6 @@ export var DescribeScheduledActionsResponse$ = [3, n0, _DSARescri,
|
|
|
280
336
|
[_SAc, _NT],
|
|
281
337
|
[() => ScheduledActions, 0]
|
|
282
338
|
];
|
|
283
|
-
export var FailedResourceAccessException$ = [-3, n0, _FRAE,
|
|
284
|
-
{ [_aQE]: [`FailedResourceAccessException`, 400], [_e]: _c, [_hE]: 400 },
|
|
285
|
-
[_M],
|
|
286
|
-
[0]
|
|
287
|
-
];
|
|
288
|
-
TypeRegistry.for(n0).registerError(FailedResourceAccessException$, FailedResourceAccessException);
|
|
289
339
|
export var GetPredictiveScalingForecastRequest$ = [3, n0, _GPSFR,
|
|
290
340
|
0,
|
|
291
341
|
[_SN, _RI, _SD, _PN, _STt, _ET],
|
|
@@ -296,24 +346,6 @@ export var GetPredictiveScalingForecastResponse$ = [3, n0, _GPSFRe,
|
|
|
296
346
|
[_LF, _CF, _UT],
|
|
297
347
|
[() => LoadForecasts, () => CapacityForecast$, 4]
|
|
298
348
|
];
|
|
299
|
-
export var InternalServiceException$ = [-3, n0, _ISE,
|
|
300
|
-
{ [_aQE]: [`InternalServiceException`, 500], [_e]: _s, [_hE]: 500 },
|
|
301
|
-
[_M],
|
|
302
|
-
[0]
|
|
303
|
-
];
|
|
304
|
-
TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
305
|
-
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
306
|
-
{ [_aQE]: [`InvalidNextTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
307
|
-
[_M],
|
|
308
|
-
[0]
|
|
309
|
-
];
|
|
310
|
-
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
311
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
312
|
-
{ [_aQE]: [`LimitExceededException`, 400], [_e]: _c, [_hE]: 400 },
|
|
313
|
-
[_M],
|
|
314
|
-
[0]
|
|
315
|
-
];
|
|
316
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
317
349
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
318
350
|
0,
|
|
319
351
|
[_RARN],
|
|
@@ -339,12 +371,6 @@ export var NotScaledReason$ = [3, n0, _NSR,
|
|
|
339
371
|
[_C, _MC, _MCi, _CC],
|
|
340
372
|
[0, 1, 1, 1], 1
|
|
341
373
|
];
|
|
342
|
-
export var ObjectNotFoundException$ = [-3, n0, _ONFE,
|
|
343
|
-
{ [_aQE]: [`ObjectNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
344
|
-
[_M],
|
|
345
|
-
[0]
|
|
346
|
-
];
|
|
347
|
-
TypeRegistry.for(n0).registerError(ObjectNotFoundException$, ObjectNotFoundException);
|
|
348
374
|
export var PredefinedMetricSpecification$ = [3, n0, _PMS,
|
|
349
375
|
0,
|
|
350
376
|
[_PMT, _RL],
|
|
@@ -430,12 +456,6 @@ export var RegisterScalableTargetResponse$ = [3, n0, _RSTRe,
|
|
|
430
456
|
[_STARN],
|
|
431
457
|
[0]
|
|
432
458
|
];
|
|
433
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
434
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
435
|
-
[_M, _RN],
|
|
436
|
-
[0, 0]
|
|
437
|
-
];
|
|
438
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
439
459
|
export var ScalableTarget$ = [3, n0, _STc,
|
|
440
460
|
0,
|
|
441
461
|
[_SN, _RI, _SD, _MCi, _MC, _RARNo, _CT, _PC, _SS, _STARN],
|
|
@@ -511,12 +531,6 @@ export var TargetTrackingScalingPolicyConfiguration$ = [3, n0, _TTSPC,
|
|
|
511
531
|
[_TV, _PMS, _CMS, _SOC, _SIC, _DSI],
|
|
512
532
|
[1, () => PredefinedMetricSpecification$, () => CustomizedMetricSpecification$, 1, 1, 2], 1
|
|
513
533
|
];
|
|
514
|
-
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
515
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
516
|
-
[_M, _RN],
|
|
517
|
-
[0, 0]
|
|
518
|
-
];
|
|
519
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
520
534
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
521
535
|
0,
|
|
522
536
|
[_RARN, _TK],
|
|
@@ -527,14 +541,6 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
527
541
|
[],
|
|
528
542
|
[]
|
|
529
543
|
];
|
|
530
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
531
|
-
{ [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
532
|
-
[_M],
|
|
533
|
-
[0]
|
|
534
|
-
];
|
|
535
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
536
|
-
export var ApplicationAutoScalingServiceException$ = [-3, _sm, "ApplicationAutoScalingServiceException", 0, [], []];
|
|
537
|
-
TypeRegistry.for(_sm).registerError(ApplicationAutoScalingServiceException$, ApplicationAutoScalingServiceException);
|
|
538
544
|
var Alarms = [1, n0, _Al,
|
|
539
545
|
0, () => Alarm$
|
|
540
546
|
];
|
|
@@ -1,7 +1,23 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ApplicationAutoScalingServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var ConcurrentUpdateException$: StaticErrorSchema;
|
|
5
|
+
export declare var FailedResourceAccessException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
8
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ObjectNotFoundException$: StaticErrorSchema;
|
|
10
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
12
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
13
|
+
/**
|
|
14
|
+
* TypeRegistry instances containing modeled errors.
|
|
15
|
+
* @internal
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
19
|
export declare var Alarm$: StaticStructureSchema;
|
|
3
20
|
export declare var CapacityForecast$: StaticStructureSchema;
|
|
4
|
-
export declare var ConcurrentUpdateException$: StaticErrorSchema;
|
|
5
21
|
export declare var CustomizedMetricSpecification$: StaticStructureSchema;
|
|
6
22
|
export declare var DeleteScalingPolicyRequest$: StaticStructureSchema;
|
|
7
23
|
export declare var DeleteScalingPolicyResponse$: StaticStructureSchema;
|
|
@@ -17,18 +33,13 @@ export declare var DescribeScalingPoliciesRequest$: StaticStructureSchema;
|
|
|
17
33
|
export declare var DescribeScalingPoliciesResponse$: StaticStructureSchema;
|
|
18
34
|
export declare var DescribeScheduledActionsRequest$: StaticStructureSchema;
|
|
19
35
|
export declare var DescribeScheduledActionsResponse$: StaticStructureSchema;
|
|
20
|
-
export declare var FailedResourceAccessException$: StaticErrorSchema;
|
|
21
36
|
export declare var GetPredictiveScalingForecastRequest$: StaticStructureSchema;
|
|
22
37
|
export declare var GetPredictiveScalingForecastResponse$: StaticStructureSchema;
|
|
23
|
-
export declare var InternalServiceException$: StaticErrorSchema;
|
|
24
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
25
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
26
38
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
27
39
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
28
40
|
export declare var LoadForecast$: StaticStructureSchema;
|
|
29
41
|
export declare var MetricDimension$: StaticStructureSchema;
|
|
30
42
|
export declare var NotScaledReason$: StaticStructureSchema;
|
|
31
|
-
export declare var ObjectNotFoundException$: StaticErrorSchema;
|
|
32
43
|
export declare var PredefinedMetricSpecification$: StaticStructureSchema;
|
|
33
44
|
export declare var PredictiveScalingCustomizedMetricSpecification$: StaticStructureSchema;
|
|
34
45
|
export declare var PredictiveScalingMetric$: StaticStructureSchema;
|
|
@@ -46,7 +57,6 @@ export declare var PutScheduledActionRequest$: StaticStructureSchema;
|
|
|
46
57
|
export declare var PutScheduledActionResponse$: StaticStructureSchema;
|
|
47
58
|
export declare var RegisterScalableTargetRequest$: StaticStructureSchema;
|
|
48
59
|
export declare var RegisterScalableTargetResponse$: StaticStructureSchema;
|
|
49
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
50
60
|
export declare var ScalableTarget$: StaticStructureSchema;
|
|
51
61
|
export declare var ScalableTargetAction$: StaticStructureSchema;
|
|
52
62
|
export declare var ScalingActivity$: StaticStructureSchema;
|
|
@@ -62,11 +72,8 @@ export declare var TargetTrackingMetricDataQuery$: StaticStructureSchema;
|
|
|
62
72
|
export declare var TargetTrackingMetricDimension$: StaticStructureSchema;
|
|
63
73
|
export declare var TargetTrackingMetricStat$: StaticStructureSchema;
|
|
64
74
|
export declare var TargetTrackingScalingPolicyConfiguration$: StaticStructureSchema;
|
|
65
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
66
75
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
67
76
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
68
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
69
|
-
export declare var ApplicationAutoScalingServiceException$: StaticErrorSchema;
|
|
70
77
|
export declare var DeleteScalingPolicy$: StaticOperationSchema;
|
|
71
78
|
export declare var DeleteScheduledAction$: StaticOperationSchema;
|
|
72
79
|
export declare var DeregisterScalableTarget$: StaticOperationSchema;
|
|
@@ -1,11 +1,22 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var ApplicationAutoScalingServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var ConcurrentUpdateException$: StaticErrorSchema;
|
|
9
|
+
export declare var FailedResourceAccessException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
12
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ObjectNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
16
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
18
|
export declare var Alarm$: StaticStructureSchema;
|
|
7
19
|
export declare var CapacityForecast$: StaticStructureSchema;
|
|
8
|
-
export declare var ConcurrentUpdateException$: StaticErrorSchema;
|
|
9
20
|
export declare var CustomizedMetricSpecification$: StaticStructureSchema;
|
|
10
21
|
export declare var DeleteScalingPolicyRequest$: StaticStructureSchema;
|
|
11
22
|
export declare var DeleteScalingPolicyResponse$: StaticStructureSchema;
|
|
@@ -21,18 +32,13 @@ export declare var DescribeScalingPoliciesRequest$: StaticStructureSchema;
|
|
|
21
32
|
export declare var DescribeScalingPoliciesResponse$: StaticStructureSchema;
|
|
22
33
|
export declare var DescribeScheduledActionsRequest$: StaticStructureSchema;
|
|
23
34
|
export declare var DescribeScheduledActionsResponse$: StaticStructureSchema;
|
|
24
|
-
export declare var FailedResourceAccessException$: StaticErrorSchema;
|
|
25
35
|
export declare var GetPredictiveScalingForecastRequest$: StaticStructureSchema;
|
|
26
36
|
export declare var GetPredictiveScalingForecastResponse$: StaticStructureSchema;
|
|
27
|
-
export declare var InternalServiceException$: StaticErrorSchema;
|
|
28
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
29
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
30
37
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
31
38
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
32
39
|
export declare var LoadForecast$: StaticStructureSchema;
|
|
33
40
|
export declare var MetricDimension$: StaticStructureSchema;
|
|
34
41
|
export declare var NotScaledReason$: StaticStructureSchema;
|
|
35
|
-
export declare var ObjectNotFoundException$: StaticErrorSchema;
|
|
36
42
|
export declare var PredefinedMetricSpecification$: StaticStructureSchema;
|
|
37
43
|
export declare var PredictiveScalingCustomizedMetricSpecification$: StaticStructureSchema;
|
|
38
44
|
export declare var PredictiveScalingMetric$: StaticStructureSchema;
|
|
@@ -50,7 +56,6 @@ export declare var PutScheduledActionRequest$: StaticStructureSchema;
|
|
|
50
56
|
export declare var PutScheduledActionResponse$: StaticStructureSchema;
|
|
51
57
|
export declare var RegisterScalableTargetRequest$: StaticStructureSchema;
|
|
52
58
|
export declare var RegisterScalableTargetResponse$: StaticStructureSchema;
|
|
53
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
54
59
|
export declare var ScalableTarget$: StaticStructureSchema;
|
|
55
60
|
export declare var ScalableTargetAction$: StaticStructureSchema;
|
|
56
61
|
export declare var ScalingActivity$: StaticStructureSchema;
|
|
@@ -66,11 +71,8 @@ export declare var TargetTrackingMetricDataQuery$: StaticStructureSchema;
|
|
|
66
71
|
export declare var TargetTrackingMetricDimension$: StaticStructureSchema;
|
|
67
72
|
export declare var TargetTrackingMetricStat$: StaticStructureSchema;
|
|
68
73
|
export declare var TargetTrackingScalingPolicyConfiguration$: StaticStructureSchema;
|
|
69
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
70
74
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
71
75
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
72
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
73
|
-
export declare var ApplicationAutoScalingServiceException$: StaticErrorSchema;
|
|
74
76
|
export declare var DeleteScalingPolicy$: StaticOperationSchema;
|
|
75
77
|
export declare var DeleteScheduledAction$: StaticOperationSchema;
|
|
76
78
|
export declare var DeregisterScalableTarget$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-auto-scaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-application-auto-scaling",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|