@aws-sdk/client-auto-scaling-plans 3.1075.0 → 3.1077.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 +639 -15
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -52
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/AutoScalingPlansServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -85
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -38
- package/dist-cjs/schemas/schemas_0.js +0 -351
|
@@ -1,351 +0,0 @@
|
|
|
1
|
-
const _AS = "ApplicationSource";
|
|
2
|
-
const _ASp = "ApplicationSources";
|
|
3
|
-
const _CFSARN = "CloudFormationStackARN";
|
|
4
|
-
const _CLMS = "CustomizedLoadMetricSpecification";
|
|
5
|
-
const _CSMS = "CustomizedScalingMetricSpecification";
|
|
6
|
-
const _CSP = "CreateScalingPlan";
|
|
7
|
-
const _CSPR = "CreateScalingPlanRequest";
|
|
8
|
-
const _CSPRr = "CreateScalingPlanResponse";
|
|
9
|
-
const _CT = "CreationTime";
|
|
10
|
-
const _CUE = "ConcurrentUpdateException";
|
|
11
|
-
const _D = "Dimensions";
|
|
12
|
-
const _DDS = "DisableDynamicScaling";
|
|
13
|
-
const _DSI = "DisableScaleIn";
|
|
14
|
-
const _DSP = "DeleteScalingPlan";
|
|
15
|
-
const _DSPR = "DeleteScalingPlanRequest";
|
|
16
|
-
const _DSPRR = "DescribeScalingPlanResourcesRequest";
|
|
17
|
-
const _DSPRRe = "DescribeScalingPlanResourcesResponse";
|
|
18
|
-
const _DSPRe = "DeleteScalingPlanResponse";
|
|
19
|
-
const _DSPRes = "DescribeScalingPlansRequest";
|
|
20
|
-
const _DSPResc = "DescribeScalingPlansResponse";
|
|
21
|
-
const _DSPRescr = "DescribeScalingPlanResources";
|
|
22
|
-
const _DSPe = "DescribeScalingPlans";
|
|
23
|
-
const _Da = "Datapoint";
|
|
24
|
-
const _Dat = "Datapoints";
|
|
25
|
-
const _EIW = "EstimatedInstanceWarmup";
|
|
26
|
-
const _ET = "EndTime";
|
|
27
|
-
const _FDT = "ForecastDataType";
|
|
28
|
-
const _GSPRFD = "GetScalingPlanResourceForecastData";
|
|
29
|
-
const _GSPRFDR = "GetScalingPlanResourceForecastDataRequest";
|
|
30
|
-
const _GSPRFDRe = "GetScalingPlanResourceForecastDataResponse";
|
|
31
|
-
const _INTE = "InvalidNextTokenException";
|
|
32
|
-
const _ISE = "InternalServiceException";
|
|
33
|
-
const _K = "Key";
|
|
34
|
-
const _LEE = "LimitExceededException";
|
|
35
|
-
const _M = "Message";
|
|
36
|
-
const _MC = "MinCapacity";
|
|
37
|
-
const _MCa = "MaxCapacity";
|
|
38
|
-
const _MD = "MetricDimension";
|
|
39
|
-
const _MDe = "MetricDimensions";
|
|
40
|
-
const _MN = "MetricName";
|
|
41
|
-
const _MR = "MaxResults";
|
|
42
|
-
const _N = "Namespace";
|
|
43
|
-
const _NT = "NextToken";
|
|
44
|
-
const _Na = "Name";
|
|
45
|
-
const _ONFE = "ObjectNotFoundException";
|
|
46
|
-
const _PLMS = "PredefinedLoadMetricSpecification";
|
|
47
|
-
const _PLMT = "PredefinedLoadMetricType";
|
|
48
|
-
const _PN = "PolicyName";
|
|
49
|
-
const _PSM = "PredictiveScalingMode";
|
|
50
|
-
const _PSMCB = "PredictiveScalingMaxCapacityBehavior";
|
|
51
|
-
const _PSMCBr = "PredictiveScalingMaxCapacityBuffer";
|
|
52
|
-
const _PSMS = "PredefinedScalingMetricSpecification";
|
|
53
|
-
const _PSMT = "PredefinedScalingMetricType";
|
|
54
|
-
const _PT = "PolicyType";
|
|
55
|
-
const _RI = "ResourceId";
|
|
56
|
-
const _RL = "ResourceLabel";
|
|
57
|
-
const _S = "Statistic";
|
|
58
|
-
const _SABT = "ScheduledActionBufferTime";
|
|
59
|
-
const _SC = "StatusCode";
|
|
60
|
-
const _SD = "ScalableDimension";
|
|
61
|
-
const _SI = "ScalingInstructions";
|
|
62
|
-
const _SIC = "ScaleInCooldown";
|
|
63
|
-
const _SIc = "ScalingInstruction";
|
|
64
|
-
const _SM = "StatusMessage";
|
|
65
|
-
const _SN = "ServiceNamespace";
|
|
66
|
-
const _SOC = "ScaleOutCooldown";
|
|
67
|
-
const _SP = "ScalingPlans";
|
|
68
|
-
const _SPN = "ScalingPlanName";
|
|
69
|
-
const _SPNc = "ScalingPlanNames";
|
|
70
|
-
const _SPR = "ScalingPlanResources";
|
|
71
|
-
const _SPRc = "ScalingPlanResource";
|
|
72
|
-
const _SPUB = "ScalingPolicyUpdateBehavior";
|
|
73
|
-
const _SPV = "ScalingPlanVersion";
|
|
74
|
-
const _SPc = "ScalingPlan";
|
|
75
|
-
const _SPca = "ScalingPolicies";
|
|
76
|
-
const _SPcal = "ScalingPolicy";
|
|
77
|
-
const _SSC = "ScalingStatusCode";
|
|
78
|
-
const _SSM = "ScalingStatusMessage";
|
|
79
|
-
const _SST = "StatusStartTime";
|
|
80
|
-
const _ST = "StartTime";
|
|
81
|
-
const _T = "Timestamp";
|
|
82
|
-
const _TF = "TagFilters";
|
|
83
|
-
const _TFa = "TagFilter";
|
|
84
|
-
const _TTC = "TargetTrackingConfigurations";
|
|
85
|
-
const _TTCa = "TargetTrackingConfiguration";
|
|
86
|
-
const _TV = "TargetValue";
|
|
87
|
-
const _U = "Unit";
|
|
88
|
-
const _USP = "UpdateScalingPlan";
|
|
89
|
-
const _USPR = "UpdateScalingPlanRequest";
|
|
90
|
-
const _USPRp = "UpdateScalingPlanResponse";
|
|
91
|
-
const _V = "Value";
|
|
92
|
-
const _VE = "ValidationException";
|
|
93
|
-
const _Va = "Values";
|
|
94
|
-
const _aQE = "awsQueryError";
|
|
95
|
-
const _c = "client";
|
|
96
|
-
const _e = "error";
|
|
97
|
-
const _hE = "httpError";
|
|
98
|
-
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.autoscalingplans";
|
|
99
|
-
const _se = "server";
|
|
100
|
-
const n0 = "com.amazonaws.autoscalingplans";
|
|
101
|
-
const { TypeRegistry } = require("@smithy/core/schema");
|
|
102
|
-
const { AutoScalingPlansServiceException } = require("../models/AutoScalingPlansServiceException");
|
|
103
|
-
const { ConcurrentUpdateException, InternalServiceException, InvalidNextTokenException, LimitExceededException, ObjectNotFoundException, ValidationException } = require("../models/errors");
|
|
104
|
-
const _s_registry = TypeRegistry.for(_s);
|
|
105
|
-
const AutoScalingPlansServiceException$ = [-3, _s, "AutoScalingPlansServiceException", 0, [], []];
|
|
106
|
-
exports.AutoScalingPlansServiceException$ = AutoScalingPlansServiceException$;
|
|
107
|
-
_s_registry.registerError(AutoScalingPlansServiceException$, AutoScalingPlansServiceException);
|
|
108
|
-
const n0_registry = TypeRegistry.for(n0);
|
|
109
|
-
const ConcurrentUpdateException$ = [-3, n0, _CUE,
|
|
110
|
-
{ [_aQE]: [`ConcurrentUpdateException`, 500], [_e]: _se, [_hE]: 500 },
|
|
111
|
-
[_M],
|
|
112
|
-
[0]
|
|
113
|
-
];
|
|
114
|
-
exports.ConcurrentUpdateException$ = ConcurrentUpdateException$;
|
|
115
|
-
n0_registry.registerError(ConcurrentUpdateException$, ConcurrentUpdateException);
|
|
116
|
-
const InternalServiceException$ = [-3, n0, _ISE,
|
|
117
|
-
{ [_aQE]: [`InternalServiceException`, 500], [_e]: _se, [_hE]: 500 },
|
|
118
|
-
[_M],
|
|
119
|
-
[0]
|
|
120
|
-
];
|
|
121
|
-
exports.InternalServiceException$ = InternalServiceException$;
|
|
122
|
-
n0_registry.registerError(InternalServiceException$, InternalServiceException);
|
|
123
|
-
const InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
124
|
-
{ [_aQE]: [`InvalidNextTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
125
|
-
[_M],
|
|
126
|
-
[0]
|
|
127
|
-
];
|
|
128
|
-
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
129
|
-
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
130
|
-
const LimitExceededException$ = [-3, n0, _LEE,
|
|
131
|
-
{ [_aQE]: [`LimitExceededException`, 400], [_e]: _c, [_hE]: 400 },
|
|
132
|
-
[_M],
|
|
133
|
-
[0]
|
|
134
|
-
];
|
|
135
|
-
exports.LimitExceededException$ = LimitExceededException$;
|
|
136
|
-
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
137
|
-
const ObjectNotFoundException$ = [-3, n0, _ONFE,
|
|
138
|
-
{ [_aQE]: [`ObjectNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
139
|
-
[_M],
|
|
140
|
-
[0]
|
|
141
|
-
];
|
|
142
|
-
exports.ObjectNotFoundException$ = ObjectNotFoundException$;
|
|
143
|
-
n0_registry.registerError(ObjectNotFoundException$, ObjectNotFoundException);
|
|
144
|
-
const ValidationException$ = [-3, n0, _VE,
|
|
145
|
-
{ [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
146
|
-
[_M],
|
|
147
|
-
[0]
|
|
148
|
-
];
|
|
149
|
-
exports.ValidationException$ = ValidationException$;
|
|
150
|
-
n0_registry.registerError(ValidationException$, ValidationException);
|
|
151
|
-
exports.errorTypeRegistries = [
|
|
152
|
-
_s_registry,
|
|
153
|
-
n0_registry,
|
|
154
|
-
];
|
|
155
|
-
const ApplicationSource$ = [3, n0, _AS,
|
|
156
|
-
0,
|
|
157
|
-
[_CFSARN, _TF],
|
|
158
|
-
[0, () => TagFilters]
|
|
159
|
-
];
|
|
160
|
-
exports.ApplicationSource$ = ApplicationSource$;
|
|
161
|
-
const CreateScalingPlanRequest$ = [3, n0, _CSPR,
|
|
162
|
-
0,
|
|
163
|
-
[_SPN, _AS, _SI],
|
|
164
|
-
[0, () => ApplicationSource$, () => ScalingInstructions], 3
|
|
165
|
-
];
|
|
166
|
-
exports.CreateScalingPlanRequest$ = CreateScalingPlanRequest$;
|
|
167
|
-
const CreateScalingPlanResponse$ = [3, n0, _CSPRr,
|
|
168
|
-
0,
|
|
169
|
-
[_SPV],
|
|
170
|
-
[1], 1
|
|
171
|
-
];
|
|
172
|
-
exports.CreateScalingPlanResponse$ = CreateScalingPlanResponse$;
|
|
173
|
-
const CustomizedLoadMetricSpecification$ = [3, n0, _CLMS,
|
|
174
|
-
0,
|
|
175
|
-
[_MN, _N, _S, _D, _U],
|
|
176
|
-
[0, 0, 0, () => MetricDimensions, 0], 3
|
|
177
|
-
];
|
|
178
|
-
exports.CustomizedLoadMetricSpecification$ = CustomizedLoadMetricSpecification$;
|
|
179
|
-
const CustomizedScalingMetricSpecification$ = [3, n0, _CSMS,
|
|
180
|
-
0,
|
|
181
|
-
[_MN, _N, _S, _D, _U],
|
|
182
|
-
[0, 0, 0, () => MetricDimensions, 0], 3
|
|
183
|
-
];
|
|
184
|
-
exports.CustomizedScalingMetricSpecification$ = CustomizedScalingMetricSpecification$;
|
|
185
|
-
const Datapoint$ = [3, n0, _Da,
|
|
186
|
-
0,
|
|
187
|
-
[_T, _V],
|
|
188
|
-
[4, 1]
|
|
189
|
-
];
|
|
190
|
-
exports.Datapoint$ = Datapoint$;
|
|
191
|
-
const DeleteScalingPlanRequest$ = [3, n0, _DSPR,
|
|
192
|
-
0,
|
|
193
|
-
[_SPN, _SPV],
|
|
194
|
-
[0, 1], 2
|
|
195
|
-
];
|
|
196
|
-
exports.DeleteScalingPlanRequest$ = DeleteScalingPlanRequest$;
|
|
197
|
-
const DeleteScalingPlanResponse$ = [3, n0, _DSPRe,
|
|
198
|
-
0,
|
|
199
|
-
[],
|
|
200
|
-
[]
|
|
201
|
-
];
|
|
202
|
-
exports.DeleteScalingPlanResponse$ = DeleteScalingPlanResponse$;
|
|
203
|
-
const DescribeScalingPlanResourcesRequest$ = [3, n0, _DSPRR,
|
|
204
|
-
0,
|
|
205
|
-
[_SPN, _SPV, _MR, _NT],
|
|
206
|
-
[0, 1, 1, 0], 2
|
|
207
|
-
];
|
|
208
|
-
exports.DescribeScalingPlanResourcesRequest$ = DescribeScalingPlanResourcesRequest$;
|
|
209
|
-
const DescribeScalingPlanResourcesResponse$ = [3, n0, _DSPRRe,
|
|
210
|
-
0,
|
|
211
|
-
[_SPR, _NT],
|
|
212
|
-
[() => ScalingPlanResources, 0]
|
|
213
|
-
];
|
|
214
|
-
exports.DescribeScalingPlanResourcesResponse$ = DescribeScalingPlanResourcesResponse$;
|
|
215
|
-
const DescribeScalingPlansRequest$ = [3, n0, _DSPRes,
|
|
216
|
-
0,
|
|
217
|
-
[_SPNc, _SPV, _ASp, _MR, _NT],
|
|
218
|
-
[64 | 0, 1, () => ApplicationSources, 1, 0]
|
|
219
|
-
];
|
|
220
|
-
exports.DescribeScalingPlansRequest$ = DescribeScalingPlansRequest$;
|
|
221
|
-
const DescribeScalingPlansResponse$ = [3, n0, _DSPResc,
|
|
222
|
-
0,
|
|
223
|
-
[_SP, _NT],
|
|
224
|
-
[() => ScalingPlans, 0]
|
|
225
|
-
];
|
|
226
|
-
exports.DescribeScalingPlansResponse$ = DescribeScalingPlansResponse$;
|
|
227
|
-
const GetScalingPlanResourceForecastDataRequest$ = [3, n0, _GSPRFDR,
|
|
228
|
-
0,
|
|
229
|
-
[_SPN, _SPV, _SN, _RI, _SD, _FDT, _ST, _ET],
|
|
230
|
-
[0, 1, 0, 0, 0, 0, 4, 4], 8
|
|
231
|
-
];
|
|
232
|
-
exports.GetScalingPlanResourceForecastDataRequest$ = GetScalingPlanResourceForecastDataRequest$;
|
|
233
|
-
const GetScalingPlanResourceForecastDataResponse$ = [3, n0, _GSPRFDRe,
|
|
234
|
-
0,
|
|
235
|
-
[_Dat],
|
|
236
|
-
[() => Datapoints], 1
|
|
237
|
-
];
|
|
238
|
-
exports.GetScalingPlanResourceForecastDataResponse$ = GetScalingPlanResourceForecastDataResponse$;
|
|
239
|
-
const MetricDimension$ = [3, n0, _MD,
|
|
240
|
-
0,
|
|
241
|
-
[_Na, _V],
|
|
242
|
-
[0, 0], 2
|
|
243
|
-
];
|
|
244
|
-
exports.MetricDimension$ = MetricDimension$;
|
|
245
|
-
const PredefinedLoadMetricSpecification$ = [3, n0, _PLMS,
|
|
246
|
-
0,
|
|
247
|
-
[_PLMT, _RL],
|
|
248
|
-
[0, 0], 1
|
|
249
|
-
];
|
|
250
|
-
exports.PredefinedLoadMetricSpecification$ = PredefinedLoadMetricSpecification$;
|
|
251
|
-
const PredefinedScalingMetricSpecification$ = [3, n0, _PSMS,
|
|
252
|
-
0,
|
|
253
|
-
[_PSMT, _RL],
|
|
254
|
-
[0, 0], 1
|
|
255
|
-
];
|
|
256
|
-
exports.PredefinedScalingMetricSpecification$ = PredefinedScalingMetricSpecification$;
|
|
257
|
-
const ScalingInstruction$ = [3, n0, _SIc,
|
|
258
|
-
0,
|
|
259
|
-
[_SN, _RI, _SD, _MC, _MCa, _TTC, _PLMS, _CLMS, _SABT, _PSMCB, _PSMCBr, _PSM, _SPUB, _DDS],
|
|
260
|
-
[0, 0, 0, 1, 1, () => TargetTrackingConfigurations, () => PredefinedLoadMetricSpecification$, () => CustomizedLoadMetricSpecification$, 1, 0, 1, 0, 0, 2], 6
|
|
261
|
-
];
|
|
262
|
-
exports.ScalingInstruction$ = ScalingInstruction$;
|
|
263
|
-
const ScalingPlan$ = [3, n0, _SPc,
|
|
264
|
-
0,
|
|
265
|
-
[_SPN, _SPV, _AS, _SI, _SC, _SM, _SST, _CT],
|
|
266
|
-
[0, 1, () => ApplicationSource$, () => ScalingInstructions, 0, 0, 4, 4], 5
|
|
267
|
-
];
|
|
268
|
-
exports.ScalingPlan$ = ScalingPlan$;
|
|
269
|
-
const ScalingPlanResource$ = [3, n0, _SPRc,
|
|
270
|
-
0,
|
|
271
|
-
[_SPN, _SPV, _SN, _RI, _SD, _SSC, _SPca, _SSM],
|
|
272
|
-
[0, 1, 0, 0, 0, 0, () => ScalingPolicies, 0], 6
|
|
273
|
-
];
|
|
274
|
-
exports.ScalingPlanResource$ = ScalingPlanResource$;
|
|
275
|
-
const ScalingPolicy$ = [3, n0, _SPcal,
|
|
276
|
-
0,
|
|
277
|
-
[_PN, _PT, _TTCa],
|
|
278
|
-
[0, 0, () => TargetTrackingConfiguration$], 2
|
|
279
|
-
];
|
|
280
|
-
exports.ScalingPolicy$ = ScalingPolicy$;
|
|
281
|
-
const TagFilter$ = [3, n0, _TFa,
|
|
282
|
-
0,
|
|
283
|
-
[_K, _Va],
|
|
284
|
-
[0, 64 | 0]
|
|
285
|
-
];
|
|
286
|
-
exports.TagFilter$ = TagFilter$;
|
|
287
|
-
const TargetTrackingConfiguration$ = [3, n0, _TTCa,
|
|
288
|
-
0,
|
|
289
|
-
[_TV, _PSMS, _CSMS, _DSI, _SOC, _SIC, _EIW],
|
|
290
|
-
[1, () => PredefinedScalingMetricSpecification$, () => CustomizedScalingMetricSpecification$, 2, 1, 1, 1], 1
|
|
291
|
-
];
|
|
292
|
-
exports.TargetTrackingConfiguration$ = TargetTrackingConfiguration$;
|
|
293
|
-
const UpdateScalingPlanRequest$ = [3, n0, _USPR,
|
|
294
|
-
0,
|
|
295
|
-
[_SPN, _SPV, _AS, _SI],
|
|
296
|
-
[0, 1, () => ApplicationSource$, () => ScalingInstructions], 2
|
|
297
|
-
];
|
|
298
|
-
exports.UpdateScalingPlanRequest$ = UpdateScalingPlanRequest$;
|
|
299
|
-
const UpdateScalingPlanResponse$ = [3, n0, _USPRp,
|
|
300
|
-
0,
|
|
301
|
-
[],
|
|
302
|
-
[]
|
|
303
|
-
];
|
|
304
|
-
exports.UpdateScalingPlanResponse$ = UpdateScalingPlanResponse$;
|
|
305
|
-
var ApplicationSources = [1, n0, _ASp,
|
|
306
|
-
0, () => ApplicationSource$
|
|
307
|
-
];
|
|
308
|
-
var Datapoints = [1, n0, _Dat,
|
|
309
|
-
0, () => Datapoint$
|
|
310
|
-
];
|
|
311
|
-
var MetricDimensions = [1, n0, _MDe,
|
|
312
|
-
0, () => MetricDimension$
|
|
313
|
-
];
|
|
314
|
-
var ScalingInstructions = [1, n0, _SI,
|
|
315
|
-
0, () => ScalingInstruction$
|
|
316
|
-
];
|
|
317
|
-
var ScalingPlanNames = 64 | 0;
|
|
318
|
-
var ScalingPlanResources = [1, n0, _SPR,
|
|
319
|
-
0, () => ScalingPlanResource$
|
|
320
|
-
];
|
|
321
|
-
var ScalingPlans = [1, n0, _SP,
|
|
322
|
-
0, () => ScalingPlan$
|
|
323
|
-
];
|
|
324
|
-
var ScalingPolicies = [1, n0, _SPca,
|
|
325
|
-
0, () => ScalingPolicy$
|
|
326
|
-
];
|
|
327
|
-
var TagFilters = [1, n0, _TF,
|
|
328
|
-
0, () => TagFilter$
|
|
329
|
-
];
|
|
330
|
-
var TagValues = 64 | 0;
|
|
331
|
-
var TargetTrackingConfigurations = [1, n0, _TTC,
|
|
332
|
-
0, () => TargetTrackingConfiguration$
|
|
333
|
-
];
|
|
334
|
-
exports.CreateScalingPlan$ = [9, n0, _CSP,
|
|
335
|
-
0, () => CreateScalingPlanRequest$, () => CreateScalingPlanResponse$
|
|
336
|
-
];
|
|
337
|
-
exports.DeleteScalingPlan$ = [9, n0, _DSP,
|
|
338
|
-
0, () => DeleteScalingPlanRequest$, () => DeleteScalingPlanResponse$
|
|
339
|
-
];
|
|
340
|
-
exports.DescribeScalingPlanResources$ = [9, n0, _DSPRescr,
|
|
341
|
-
0, () => DescribeScalingPlanResourcesRequest$, () => DescribeScalingPlanResourcesResponse$
|
|
342
|
-
];
|
|
343
|
-
exports.DescribeScalingPlans$ = [9, n0, _DSPe,
|
|
344
|
-
0, () => DescribeScalingPlansRequest$, () => DescribeScalingPlansResponse$
|
|
345
|
-
];
|
|
346
|
-
exports.GetScalingPlanResourceForecastData$ = [9, n0, _GSPRFD,
|
|
347
|
-
0, () => GetScalingPlanResourceForecastDataRequest$, () => GetScalingPlanResourceForecastDataResponse$
|
|
348
|
-
];
|
|
349
|
-
exports.UpdateScalingPlan$ = [9, n0, _USP,
|
|
350
|
-
0, () => UpdateScalingPlanRequest$, () => UpdateScalingPlanResponse$
|
|
351
|
-
];
|