@aws-sdk/client-application-auto-scaling 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/DeleteScalingPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-cjs/commands/DeregisterScalableTargetCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalableTargetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +2 -2
- package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutScheduledActionCommand.js +2 -2
- package/dist-cjs/commands/RegisterScalableTargetCommand.js +2 -2
- package/dist-cjs/models/models_0.js +133 -199
- package/dist-cjs/protocols/Aws_json1_1.js +50 -89
- package/dist-es/commands/DeleteScalingPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteScheduledActionCommand.js +3 -3
- package/dist-es/commands/DeregisterScalableTargetCommand.js +3 -3
- package/dist-es/commands/DescribeScalableTargetsCommand.js +3 -3
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -3
- package/dist-es/commands/DescribeScalingPoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -3
- package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
- package/dist-es/commands/PutScheduledActionCommand.js +3 -3
- package/dist-es/commands/RegisterScalableTargetCommand.js +3 -3
- package/dist-es/models/models_0.js +33 -132
- package/dist-es/protocols/Aws_json1_1.js +81 -90
- package/dist-types/models/models_0.d.ts +132 -198
- package/dist-types/ts3.4/models/models_0.d.ts +66 -132
- package/package.json +6 -6
|
@@ -124,7 +124,6 @@ const deserializeAws_json1_1DeleteScalingPolicyCommandError = async (output, con
|
|
|
124
124
|
...output,
|
|
125
125
|
body: await parseBody(output.body, context),
|
|
126
126
|
};
|
|
127
|
-
let response;
|
|
128
127
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
129
128
|
switch (errorCode) {
|
|
130
129
|
case "ConcurrentUpdateException":
|
|
@@ -141,14 +140,12 @@ const deserializeAws_json1_1DeleteScalingPolicyCommandError = async (output, con
|
|
|
141
140
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
142
141
|
default:
|
|
143
142
|
const parsedBody = parsedOutput.body;
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
$metadata,
|
|
143
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
144
|
+
output,
|
|
145
|
+
parsedBody,
|
|
146
|
+
exceptionCtor: ApplicationAutoScalingServiceException_1.ApplicationAutoScalingServiceException,
|
|
147
|
+
errorCode,
|
|
150
148
|
});
|
|
151
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
152
149
|
}
|
|
153
150
|
};
|
|
154
151
|
const deserializeAws_json1_1DeleteScheduledActionCommand = async (output, context) => {
|
|
@@ -170,7 +167,6 @@ const deserializeAws_json1_1DeleteScheduledActionCommandError = async (output, c
|
|
|
170
167
|
...output,
|
|
171
168
|
body: await parseBody(output.body, context),
|
|
172
169
|
};
|
|
173
|
-
let response;
|
|
174
170
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
175
171
|
switch (errorCode) {
|
|
176
172
|
case "ConcurrentUpdateException":
|
|
@@ -187,14 +183,12 @@ const deserializeAws_json1_1DeleteScheduledActionCommandError = async (output, c
|
|
|
187
183
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
188
184
|
default:
|
|
189
185
|
const parsedBody = parsedOutput.body;
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
$metadata,
|
|
186
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
187
|
+
output,
|
|
188
|
+
parsedBody,
|
|
189
|
+
exceptionCtor: ApplicationAutoScalingServiceException_1.ApplicationAutoScalingServiceException,
|
|
190
|
+
errorCode,
|
|
196
191
|
});
|
|
197
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
198
192
|
}
|
|
199
193
|
};
|
|
200
194
|
const deserializeAws_json1_1DeregisterScalableTargetCommand = async (output, context) => {
|
|
@@ -216,7 +210,6 @@ const deserializeAws_json1_1DeregisterScalableTargetCommandError = async (output
|
|
|
216
210
|
...output,
|
|
217
211
|
body: await parseBody(output.body, context),
|
|
218
212
|
};
|
|
219
|
-
let response;
|
|
220
213
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
221
214
|
switch (errorCode) {
|
|
222
215
|
case "ConcurrentUpdateException":
|
|
@@ -233,14 +226,12 @@ const deserializeAws_json1_1DeregisterScalableTargetCommandError = async (output
|
|
|
233
226
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
234
227
|
default:
|
|
235
228
|
const parsedBody = parsedOutput.body;
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
$metadata,
|
|
229
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
230
|
+
output,
|
|
231
|
+
parsedBody,
|
|
232
|
+
exceptionCtor: ApplicationAutoScalingServiceException_1.ApplicationAutoScalingServiceException,
|
|
233
|
+
errorCode,
|
|
242
234
|
});
|
|
243
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
244
235
|
}
|
|
245
236
|
};
|
|
246
237
|
const deserializeAws_json1_1DescribeScalableTargetsCommand = async (output, context) => {
|
|
@@ -262,7 +253,6 @@ const deserializeAws_json1_1DescribeScalableTargetsCommandError = async (output,
|
|
|
262
253
|
...output,
|
|
263
254
|
body: await parseBody(output.body, context),
|
|
264
255
|
};
|
|
265
|
-
let response;
|
|
266
256
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
267
257
|
switch (errorCode) {
|
|
268
258
|
case "ConcurrentUpdateException":
|
|
@@ -279,14 +269,12 @@ const deserializeAws_json1_1DescribeScalableTargetsCommandError = async (output,
|
|
|
279
269
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
280
270
|
default:
|
|
281
271
|
const parsedBody = parsedOutput.body;
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
$metadata,
|
|
272
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
273
|
+
output,
|
|
274
|
+
parsedBody,
|
|
275
|
+
exceptionCtor: ApplicationAutoScalingServiceException_1.ApplicationAutoScalingServiceException,
|
|
276
|
+
errorCode,
|
|
288
277
|
});
|
|
289
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
290
278
|
}
|
|
291
279
|
};
|
|
292
280
|
const deserializeAws_json1_1DescribeScalingActivitiesCommand = async (output, context) => {
|
|
@@ -308,7 +296,6 @@ const deserializeAws_json1_1DescribeScalingActivitiesCommandError = async (outpu
|
|
|
308
296
|
...output,
|
|
309
297
|
body: await parseBody(output.body, context),
|
|
310
298
|
};
|
|
311
|
-
let response;
|
|
312
299
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
313
300
|
switch (errorCode) {
|
|
314
301
|
case "ConcurrentUpdateException":
|
|
@@ -325,14 +312,12 @@ const deserializeAws_json1_1DescribeScalingActivitiesCommandError = async (outpu
|
|
|
325
312
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
326
313
|
default:
|
|
327
314
|
const parsedBody = parsedOutput.body;
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
$metadata,
|
|
315
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
316
|
+
output,
|
|
317
|
+
parsedBody,
|
|
318
|
+
exceptionCtor: ApplicationAutoScalingServiceException_1.ApplicationAutoScalingServiceException,
|
|
319
|
+
errorCode,
|
|
334
320
|
});
|
|
335
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
336
321
|
}
|
|
337
322
|
};
|
|
338
323
|
const deserializeAws_json1_1DescribeScalingPoliciesCommand = async (output, context) => {
|
|
@@ -354,7 +339,6 @@ const deserializeAws_json1_1DescribeScalingPoliciesCommandError = async (output,
|
|
|
354
339
|
...output,
|
|
355
340
|
body: await parseBody(output.body, context),
|
|
356
341
|
};
|
|
357
|
-
let response;
|
|
358
342
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
359
343
|
switch (errorCode) {
|
|
360
344
|
case "ConcurrentUpdateException":
|
|
@@ -374,14 +358,12 @@ const deserializeAws_json1_1DescribeScalingPoliciesCommandError = async (output,
|
|
|
374
358
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
375
359
|
default:
|
|
376
360
|
const parsedBody = parsedOutput.body;
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
$metadata,
|
|
361
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
362
|
+
output,
|
|
363
|
+
parsedBody,
|
|
364
|
+
exceptionCtor: ApplicationAutoScalingServiceException_1.ApplicationAutoScalingServiceException,
|
|
365
|
+
errorCode,
|
|
383
366
|
});
|
|
384
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
385
367
|
}
|
|
386
368
|
};
|
|
387
369
|
const deserializeAws_json1_1DescribeScheduledActionsCommand = async (output, context) => {
|
|
@@ -403,7 +385,6 @@ const deserializeAws_json1_1DescribeScheduledActionsCommandError = async (output
|
|
|
403
385
|
...output,
|
|
404
386
|
body: await parseBody(output.body, context),
|
|
405
387
|
};
|
|
406
|
-
let response;
|
|
407
388
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
408
389
|
switch (errorCode) {
|
|
409
390
|
case "ConcurrentUpdateException":
|
|
@@ -420,14 +401,12 @@ const deserializeAws_json1_1DescribeScheduledActionsCommandError = async (output
|
|
|
420
401
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
421
402
|
default:
|
|
422
403
|
const parsedBody = parsedOutput.body;
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
$metadata,
|
|
404
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
405
|
+
output,
|
|
406
|
+
parsedBody,
|
|
407
|
+
exceptionCtor: ApplicationAutoScalingServiceException_1.ApplicationAutoScalingServiceException,
|
|
408
|
+
errorCode,
|
|
429
409
|
});
|
|
430
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
431
410
|
}
|
|
432
411
|
};
|
|
433
412
|
const deserializeAws_json1_1PutScalingPolicyCommand = async (output, context) => {
|
|
@@ -449,7 +428,6 @@ const deserializeAws_json1_1PutScalingPolicyCommandError = async (output, contex
|
|
|
449
428
|
...output,
|
|
450
429
|
body: await parseBody(output.body, context),
|
|
451
430
|
};
|
|
452
|
-
let response;
|
|
453
431
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
454
432
|
switch (errorCode) {
|
|
455
433
|
case "ConcurrentUpdateException":
|
|
@@ -472,14 +450,12 @@ const deserializeAws_json1_1PutScalingPolicyCommandError = async (output, contex
|
|
|
472
450
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
473
451
|
default:
|
|
474
452
|
const parsedBody = parsedOutput.body;
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
$metadata,
|
|
453
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
454
|
+
output,
|
|
455
|
+
parsedBody,
|
|
456
|
+
exceptionCtor: ApplicationAutoScalingServiceException_1.ApplicationAutoScalingServiceException,
|
|
457
|
+
errorCode,
|
|
481
458
|
});
|
|
482
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
483
459
|
}
|
|
484
460
|
};
|
|
485
461
|
const deserializeAws_json1_1PutScheduledActionCommand = async (output, context) => {
|
|
@@ -501,7 +477,6 @@ const deserializeAws_json1_1PutScheduledActionCommandError = async (output, cont
|
|
|
501
477
|
...output,
|
|
502
478
|
body: await parseBody(output.body, context),
|
|
503
479
|
};
|
|
504
|
-
let response;
|
|
505
480
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
506
481
|
switch (errorCode) {
|
|
507
482
|
case "ConcurrentUpdateException":
|
|
@@ -521,14 +496,12 @@ const deserializeAws_json1_1PutScheduledActionCommandError = async (output, cont
|
|
|
521
496
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
522
497
|
default:
|
|
523
498
|
const parsedBody = parsedOutput.body;
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
$metadata,
|
|
499
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
500
|
+
output,
|
|
501
|
+
parsedBody,
|
|
502
|
+
exceptionCtor: ApplicationAutoScalingServiceException_1.ApplicationAutoScalingServiceException,
|
|
503
|
+
errorCode,
|
|
530
504
|
});
|
|
531
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
532
505
|
}
|
|
533
506
|
};
|
|
534
507
|
const deserializeAws_json1_1RegisterScalableTargetCommand = async (output, context) => {
|
|
@@ -550,7 +523,6 @@ const deserializeAws_json1_1RegisterScalableTargetCommandError = async (output,
|
|
|
550
523
|
...output,
|
|
551
524
|
body: await parseBody(output.body, context),
|
|
552
525
|
};
|
|
553
|
-
let response;
|
|
554
526
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
555
527
|
switch (errorCode) {
|
|
556
528
|
case "ConcurrentUpdateException":
|
|
@@ -567,14 +539,12 @@ const deserializeAws_json1_1RegisterScalableTargetCommandError = async (output,
|
|
|
567
539
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
568
540
|
default:
|
|
569
541
|
const parsedBody = parsedOutput.body;
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
$metadata,
|
|
542
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
543
|
+
output,
|
|
544
|
+
parsedBody,
|
|
545
|
+
exceptionCtor: ApplicationAutoScalingServiceException_1.ApplicationAutoScalingServiceException,
|
|
546
|
+
errorCode,
|
|
576
547
|
});
|
|
577
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
578
548
|
}
|
|
579
549
|
};
|
|
580
550
|
const deserializeAws_json1_1ConcurrentUpdateExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -726,9 +696,6 @@ const serializeAws_json1_1MetricDimensions = (input, context) => {
|
|
|
726
696
|
return input
|
|
727
697
|
.filter((e) => e != null)
|
|
728
698
|
.map((entry) => {
|
|
729
|
-
if (entry === null) {
|
|
730
|
-
return null;
|
|
731
|
-
}
|
|
732
699
|
return serializeAws_json1_1MetricDimension(entry, context);
|
|
733
700
|
});
|
|
734
701
|
};
|
|
@@ -785,9 +752,6 @@ const serializeAws_json1_1ResourceIdsMaxLen1600 = (input, context) => {
|
|
|
785
752
|
return input
|
|
786
753
|
.filter((e) => e != null)
|
|
787
754
|
.map((entry) => {
|
|
788
|
-
if (entry === null) {
|
|
789
|
-
return null;
|
|
790
|
-
}
|
|
791
755
|
return entry;
|
|
792
756
|
});
|
|
793
757
|
};
|
|
@@ -812,9 +776,6 @@ const serializeAws_json1_1StepAdjustments = (input, context) => {
|
|
|
812
776
|
return input
|
|
813
777
|
.filter((e) => e != null)
|
|
814
778
|
.map((entry) => {
|
|
815
|
-
if (entry === null) {
|
|
816
|
-
return null;
|
|
817
|
-
}
|
|
818
779
|
return serializeAws_json1_1StepAdjustment(entry, context);
|
|
819
780
|
});
|
|
820
781
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteScalingPolicyRequestFilterSensitiveLog, DeleteScalingPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteScalingPolicyCommand, serializeAws_json1_1DeleteScalingPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteScalingPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteScalingPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteScalingPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteScalingPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteScalingPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteScheduledActionRequestFilterSensitiveLog, DeleteScheduledActionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteScheduledActionCommand, serializeAws_json1_1DeleteScheduledActionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteScheduledActionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteScheduledActionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteScheduledActionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteScheduledActionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteScheduledActionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeregisterScalableTargetRequestFilterSensitiveLog, DeregisterScalableTargetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeregisterScalableTargetCommand, serializeAws_json1_1DeregisterScalableTargetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeregisterScalableTargetCommand = (function (_super) {
|
|
7
7
|
__extends(DeregisterScalableTargetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeregisterScalableTargetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeregisterScalableTargetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeregisterScalableTargetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeScalableTargetsRequestFilterSensitiveLog, DescribeScalableTargetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeScalableTargetsCommand, serializeAws_json1_1DescribeScalableTargetsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeScalableTargetsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeScalableTargetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeScalableTargetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeScalableTargetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeScalableTargetsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeScalingActivitiesRequestFilterSensitiveLog, DescribeScalingActivitiesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeScalingActivitiesCommand, serializeAws_json1_1DescribeScalingActivitiesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeScalingActivitiesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeScalingActivitiesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeScalingActivitiesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeScalingActivitiesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeScalingActivitiesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeScalingPoliciesRequestFilterSensitiveLog, DescribeScalingPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeScalingPoliciesCommand, serializeAws_json1_1DescribeScalingPoliciesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeScalingPoliciesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeScalingPoliciesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeScalingPoliciesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeScalingPoliciesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeScalingPoliciesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeScheduledActionsRequestFilterSensitiveLog, DescribeScheduledActionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeScheduledActionsCommand, serializeAws_json1_1DescribeScheduledActionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeScheduledActionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeScheduledActionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeScheduledActionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeScheduledActionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeScheduledActionsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutScalingPolicyRequestFilterSensitiveLog, PutScalingPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutScalingPolicyCommand, serializeAws_json1_1PutScalingPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutScalingPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutScalingPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutScalingPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutScalingPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutScalingPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutScheduledActionRequestFilterSensitiveLog, PutScheduledActionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutScheduledActionCommand, serializeAws_json1_1PutScheduledActionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutScheduledActionCommand = (function (_super) {
|
|
7
7
|
__extends(PutScheduledActionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutScheduledActionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutScheduledActionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutScheduledActionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { RegisterScalableTargetRequestFilterSensitiveLog, RegisterScalableTargetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RegisterScalableTargetCommand, serializeAws_json1_1RegisterScalableTargetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RegisterScalableTargetCommand = (function (_super) {
|
|
7
7
|
__extends(RegisterScalableTargetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RegisterScalableTargetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RegisterScalableTargetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RegisterScalableTargetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|