@aws-sdk/client-application-auto-scaling 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/ApplicationAutoScaling.d.ts +184 -55
- package/dist-types/ts3.4/ApplicationAutoScalingClient.d.ts +190 -83
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterScalableTargetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeScalableTargetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutScheduledActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterScalableTargetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +10 -10
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ApplicationAutoScalingServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +610 -565
- package/dist-types/ts3.4/pagination/DescribeScalableTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +125 -32
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,565 +1,610 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ApplicationAutoScalingServiceException as __BaseException } from "./ApplicationAutoScalingServiceException";
|
|
3
|
-
export declare enum AdjustmentType {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export interface Alarm {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
export interface DeleteScalingPolicyResponse {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
}
|
|
119
|
-
export interface
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
export interface SuspendedState {
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
export
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
}
|
|
480
|
-
export interface
|
|
481
|
-
|
|
482
|
-
export
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ApplicationAutoScalingServiceException as __BaseException } from "./ApplicationAutoScalingServiceException";
|
|
3
|
+
export declare enum AdjustmentType {
|
|
4
|
+
ChangeInCapacity = "ChangeInCapacity",
|
|
5
|
+
ExactCapacity = "ExactCapacity",
|
|
6
|
+
PercentChangeInCapacity = "PercentChangeInCapacity",
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export interface Alarm {
|
|
10
|
+
AlarmName: string | undefined;
|
|
11
|
+
|
|
12
|
+
AlarmARN: string | undefined;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export declare class ConcurrentUpdateException extends __BaseException {
|
|
16
|
+
readonly name: "ConcurrentUpdateException";
|
|
17
|
+
readonly $fault: "server";
|
|
18
|
+
Message?: string;
|
|
19
|
+
|
|
20
|
+
constructor(
|
|
21
|
+
opts: __ExceptionOptionType<ConcurrentUpdateException, __BaseException>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
export declare enum ScalableDimension {
|
|
25
|
+
AppstreamFleetDesiredCapacity = "appstream:fleet:DesiredCapacity",
|
|
26
|
+
CassandraTableReadCapacityUnits = "cassandra:table:ReadCapacityUnits",
|
|
27
|
+
CassandraTableWriteCapacityUnits = "cassandra:table:WriteCapacityUnits",
|
|
28
|
+
ComprehendDocClassifierEndpointInferenceUnits = "comprehend:document-classifier-endpoint:DesiredInferenceUnits",
|
|
29
|
+
ComprehendEntityRecognizerEndpointInferenceUnits = "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits",
|
|
30
|
+
CustomResourceScalableDimension = "custom-resource:ResourceType:Property",
|
|
31
|
+
DynamoDBIndexReadCapacityUnits = "dynamodb:index:ReadCapacityUnits",
|
|
32
|
+
DynamoDBIndexWriteCapacityUnits = "dynamodb:index:WriteCapacityUnits",
|
|
33
|
+
DynamoDBTableReadCapacityUnits = "dynamodb:table:ReadCapacityUnits",
|
|
34
|
+
DynamoDBTableWriteCapacityUnits = "dynamodb:table:WriteCapacityUnits",
|
|
35
|
+
EC2SpotFleetRequestTargetCapacity = "ec2:spot-fleet-request:TargetCapacity",
|
|
36
|
+
ECSServiceDesiredCount = "ecs:service:DesiredCount",
|
|
37
|
+
EMRInstanceGroupInstanceCount = "elasticmapreduce:instancegroup:InstanceCount",
|
|
38
|
+
ElastiCacheReplicationGroupNodeGroups = "elasticache:replication-group:NodeGroups",
|
|
39
|
+
ElastiCacheReplicationGroupReplicas = "elasticache:replication-group:Replicas",
|
|
40
|
+
KafkaBrokerStorageVolumeSize = "kafka:broker-storage:VolumeSize",
|
|
41
|
+
LambdaFunctionProvisionedConcurrency = "lambda:function:ProvisionedConcurrency",
|
|
42
|
+
NeptuneClusterReadReplicaCount = "neptune:cluster:ReadReplicaCount",
|
|
43
|
+
RDSClusterReadReplicaCount = "rds:cluster:ReadReplicaCount",
|
|
44
|
+
SageMakerVariantDesiredInstanceCount = "sagemaker:variant:DesiredInstanceCount",
|
|
45
|
+
}
|
|
46
|
+
export declare enum ServiceNamespace {
|
|
47
|
+
APPSTREAM = "appstream",
|
|
48
|
+
CASSANDRA = "cassandra",
|
|
49
|
+
COMPREHEND = "comprehend",
|
|
50
|
+
CUSTOM_RESOURCE = "custom-resource",
|
|
51
|
+
DYNAMODB = "dynamodb",
|
|
52
|
+
EC2 = "ec2",
|
|
53
|
+
ECS = "ecs",
|
|
54
|
+
ELASTICACHE = "elasticache",
|
|
55
|
+
EMR = "elasticmapreduce",
|
|
56
|
+
KAFKA = "kafka",
|
|
57
|
+
LAMBDA = "lambda",
|
|
58
|
+
NEPTUNE = "neptune",
|
|
59
|
+
RDS = "rds",
|
|
60
|
+
SAGEMAKER = "sagemaker",
|
|
61
|
+
}
|
|
62
|
+
export interface DeleteScalingPolicyRequest {
|
|
63
|
+
PolicyName: string | undefined;
|
|
64
|
+
|
|
65
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
66
|
+
|
|
67
|
+
ResourceId: string | undefined;
|
|
68
|
+
|
|
69
|
+
ScalableDimension: ScalableDimension | string | undefined;
|
|
70
|
+
}
|
|
71
|
+
export interface DeleteScalingPolicyResponse {}
|
|
72
|
+
|
|
73
|
+
export declare class InternalServiceException extends __BaseException {
|
|
74
|
+
readonly name: "InternalServiceException";
|
|
75
|
+
readonly $fault: "server";
|
|
76
|
+
Message?: string;
|
|
77
|
+
|
|
78
|
+
constructor(
|
|
79
|
+
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export declare class ObjectNotFoundException extends __BaseException {
|
|
84
|
+
readonly name: "ObjectNotFoundException";
|
|
85
|
+
readonly $fault: "client";
|
|
86
|
+
Message?: string;
|
|
87
|
+
|
|
88
|
+
constructor(
|
|
89
|
+
opts: __ExceptionOptionType<ObjectNotFoundException, __BaseException>
|
|
90
|
+
);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export declare class ValidationException extends __BaseException {
|
|
94
|
+
readonly name: "ValidationException";
|
|
95
|
+
readonly $fault: "client";
|
|
96
|
+
Message?: string;
|
|
97
|
+
|
|
98
|
+
constructor(
|
|
99
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
export interface DeleteScheduledActionRequest {
|
|
103
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
104
|
+
|
|
105
|
+
ScheduledActionName: string | undefined;
|
|
106
|
+
|
|
107
|
+
ResourceId: string | undefined;
|
|
108
|
+
|
|
109
|
+
ScalableDimension: ScalableDimension | string | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface DeleteScheduledActionResponse {}
|
|
112
|
+
export interface DeregisterScalableTargetRequest {
|
|
113
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
114
|
+
|
|
115
|
+
ResourceId: string | undefined;
|
|
116
|
+
|
|
117
|
+
ScalableDimension: ScalableDimension | string | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface DeregisterScalableTargetResponse {}
|
|
120
|
+
export interface DescribeScalableTargetsRequest {
|
|
121
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
122
|
+
|
|
123
|
+
ResourceIds?: string[];
|
|
124
|
+
|
|
125
|
+
ScalableDimension?: ScalableDimension | string;
|
|
126
|
+
|
|
127
|
+
MaxResults?: number;
|
|
128
|
+
|
|
129
|
+
NextToken?: string;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export interface SuspendedState {
|
|
133
|
+
DynamicScalingInSuspended?: boolean;
|
|
134
|
+
|
|
135
|
+
DynamicScalingOutSuspended?: boolean;
|
|
136
|
+
|
|
137
|
+
ScheduledScalingSuspended?: boolean;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export interface ScalableTarget {
|
|
141
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
142
|
+
|
|
143
|
+
ResourceId: string | undefined;
|
|
144
|
+
|
|
145
|
+
ScalableDimension: ScalableDimension | string | undefined;
|
|
146
|
+
|
|
147
|
+
MinCapacity: number | undefined;
|
|
148
|
+
|
|
149
|
+
MaxCapacity: number | undefined;
|
|
150
|
+
|
|
151
|
+
RoleARN: string | undefined;
|
|
152
|
+
|
|
153
|
+
CreationTime: Date | undefined;
|
|
154
|
+
|
|
155
|
+
SuspendedState?: SuspendedState;
|
|
156
|
+
}
|
|
157
|
+
export interface DescribeScalableTargetsResponse {
|
|
158
|
+
ScalableTargets?: ScalableTarget[];
|
|
159
|
+
|
|
160
|
+
NextToken?: string;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
164
|
+
readonly name: "InvalidNextTokenException";
|
|
165
|
+
readonly $fault: "client";
|
|
166
|
+
Message?: string;
|
|
167
|
+
|
|
168
|
+
constructor(
|
|
169
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
170
|
+
);
|
|
171
|
+
}
|
|
172
|
+
export interface DescribeScalingActivitiesRequest {
|
|
173
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
174
|
+
|
|
175
|
+
ResourceId?: string;
|
|
176
|
+
|
|
177
|
+
ScalableDimension?: ScalableDimension | string;
|
|
178
|
+
|
|
179
|
+
MaxResults?: number;
|
|
180
|
+
|
|
181
|
+
NextToken?: string;
|
|
182
|
+
}
|
|
183
|
+
export declare enum ScalingActivityStatusCode {
|
|
184
|
+
Failed = "Failed",
|
|
185
|
+
InProgress = "InProgress",
|
|
186
|
+
Overridden = "Overridden",
|
|
187
|
+
Pending = "Pending",
|
|
188
|
+
Successful = "Successful",
|
|
189
|
+
Unfulfilled = "Unfulfilled",
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export interface ScalingActivity {
|
|
193
|
+
ActivityId: string | undefined;
|
|
194
|
+
|
|
195
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
196
|
+
|
|
197
|
+
ResourceId: string | undefined;
|
|
198
|
+
|
|
199
|
+
ScalableDimension: ScalableDimension | string | undefined;
|
|
200
|
+
|
|
201
|
+
Description: string | undefined;
|
|
202
|
+
|
|
203
|
+
Cause: string | undefined;
|
|
204
|
+
|
|
205
|
+
StartTime: Date | undefined;
|
|
206
|
+
|
|
207
|
+
EndTime?: Date;
|
|
208
|
+
|
|
209
|
+
StatusCode: ScalingActivityStatusCode | string | undefined;
|
|
210
|
+
|
|
211
|
+
StatusMessage?: string;
|
|
212
|
+
|
|
213
|
+
Details?: string;
|
|
214
|
+
}
|
|
215
|
+
export interface DescribeScalingActivitiesResponse {
|
|
216
|
+
ScalingActivities?: ScalingActivity[];
|
|
217
|
+
|
|
218
|
+
NextToken?: string;
|
|
219
|
+
}
|
|
220
|
+
export interface DescribeScalingPoliciesRequest {
|
|
221
|
+
PolicyNames?: string[];
|
|
222
|
+
|
|
223
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
224
|
+
|
|
225
|
+
ResourceId?: string;
|
|
226
|
+
|
|
227
|
+
ScalableDimension?: ScalableDimension | string;
|
|
228
|
+
|
|
229
|
+
MaxResults?: number;
|
|
230
|
+
|
|
231
|
+
NextToken?: string;
|
|
232
|
+
}
|
|
233
|
+
export declare enum PolicyType {
|
|
234
|
+
StepScaling = "StepScaling",
|
|
235
|
+
TargetTrackingScaling = "TargetTrackingScaling",
|
|
236
|
+
}
|
|
237
|
+
export declare enum MetricAggregationType {
|
|
238
|
+
Average = "Average",
|
|
239
|
+
Maximum = "Maximum",
|
|
240
|
+
Minimum = "Minimum",
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export interface StepAdjustment {
|
|
244
|
+
MetricIntervalLowerBound?: number;
|
|
245
|
+
|
|
246
|
+
MetricIntervalUpperBound?: number;
|
|
247
|
+
|
|
248
|
+
ScalingAdjustment: number | undefined;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
export interface StepScalingPolicyConfiguration {
|
|
252
|
+
AdjustmentType?: AdjustmentType | string;
|
|
253
|
+
|
|
254
|
+
StepAdjustments?: StepAdjustment[];
|
|
255
|
+
|
|
256
|
+
MinAdjustmentMagnitude?: number;
|
|
257
|
+
|
|
258
|
+
Cooldown?: number;
|
|
259
|
+
|
|
260
|
+
MetricAggregationType?: MetricAggregationType | string;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
export interface MetricDimension {
|
|
264
|
+
Name: string | undefined;
|
|
265
|
+
|
|
266
|
+
Value: string | undefined;
|
|
267
|
+
}
|
|
268
|
+
export declare enum MetricStatistic {
|
|
269
|
+
Average = "Average",
|
|
270
|
+
Maximum = "Maximum",
|
|
271
|
+
Minimum = "Minimum",
|
|
272
|
+
SampleCount = "SampleCount",
|
|
273
|
+
Sum = "Sum",
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
export interface CustomizedMetricSpecification {
|
|
277
|
+
MetricName: string | undefined;
|
|
278
|
+
|
|
279
|
+
Namespace: string | undefined;
|
|
280
|
+
|
|
281
|
+
Dimensions?: MetricDimension[];
|
|
282
|
+
|
|
283
|
+
Statistic: MetricStatistic | string | undefined;
|
|
284
|
+
|
|
285
|
+
Unit?: string;
|
|
286
|
+
}
|
|
287
|
+
export declare enum MetricType {
|
|
288
|
+
ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
|
|
289
|
+
AppStreamAverageCapacityUtilization = "AppStreamAverageCapacityUtilization",
|
|
290
|
+
CassandraReadCapacityUtilization = "CassandraReadCapacityUtilization",
|
|
291
|
+
CassandraWriteCapacityUtilization = "CassandraWriteCapacityUtilization",
|
|
292
|
+
ComprehendInferenceUtilization = "ComprehendInferenceUtilization",
|
|
293
|
+
DynamoDBReadCapacityUtilization = "DynamoDBReadCapacityUtilization",
|
|
294
|
+
DynamoDBWriteCapacityUtilization = "DynamoDBWriteCapacityUtilization",
|
|
295
|
+
EC2SpotFleetRequestAverageCPUUtilization = "EC2SpotFleetRequestAverageCPUUtilization",
|
|
296
|
+
EC2SpotFleetRequestAverageNetworkIn = "EC2SpotFleetRequestAverageNetworkIn",
|
|
297
|
+
EC2SpotFleetRequestAverageNetworkOut = "EC2SpotFleetRequestAverageNetworkOut",
|
|
298
|
+
ECSServiceAverageCPUUtilization = "ECSServiceAverageCPUUtilization",
|
|
299
|
+
ECSServiceAverageMemoryUtilization = "ECSServiceAverageMemoryUtilization",
|
|
300
|
+
ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage = "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage",
|
|
301
|
+
ElastiCachePrimaryEngineCPUUtilization = "ElastiCachePrimaryEngineCPUUtilization",
|
|
302
|
+
ElastiCacheReplicaEngineCPUUtilization = "ElastiCacheReplicaEngineCPUUtilization",
|
|
303
|
+
KafkaBrokerStorageUtilization = "KafkaBrokerStorageUtilization",
|
|
304
|
+
LambdaProvisionedConcurrencyUtilization = "LambdaProvisionedConcurrencyUtilization",
|
|
305
|
+
NeptuneReaderAverageCPUUtilization = "NeptuneReaderAverageCPUUtilization",
|
|
306
|
+
RDSReaderAverageCPUUtilization = "RDSReaderAverageCPUUtilization",
|
|
307
|
+
RDSReaderAverageDatabaseConnections = "RDSReaderAverageDatabaseConnections",
|
|
308
|
+
SageMakerVariantInvocationsPerInstance = "SageMakerVariantInvocationsPerInstance",
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
export interface PredefinedMetricSpecification {
|
|
312
|
+
PredefinedMetricType: MetricType | string | undefined;
|
|
313
|
+
|
|
314
|
+
ResourceLabel?: string;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
export interface TargetTrackingScalingPolicyConfiguration {
|
|
318
|
+
TargetValue: number | undefined;
|
|
319
|
+
|
|
320
|
+
PredefinedMetricSpecification?: PredefinedMetricSpecification;
|
|
321
|
+
|
|
322
|
+
CustomizedMetricSpecification?: CustomizedMetricSpecification;
|
|
323
|
+
|
|
324
|
+
ScaleOutCooldown?: number;
|
|
325
|
+
|
|
326
|
+
ScaleInCooldown?: number;
|
|
327
|
+
|
|
328
|
+
DisableScaleIn?: boolean;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
export interface ScalingPolicy {
|
|
332
|
+
PolicyARN: string | undefined;
|
|
333
|
+
|
|
334
|
+
PolicyName: string | undefined;
|
|
335
|
+
|
|
336
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
337
|
+
|
|
338
|
+
ResourceId: string | undefined;
|
|
339
|
+
|
|
340
|
+
ScalableDimension: ScalableDimension | string | undefined;
|
|
341
|
+
|
|
342
|
+
PolicyType: PolicyType | string | undefined;
|
|
343
|
+
|
|
344
|
+
StepScalingPolicyConfiguration?: StepScalingPolicyConfiguration;
|
|
345
|
+
|
|
346
|
+
TargetTrackingScalingPolicyConfiguration?: TargetTrackingScalingPolicyConfiguration;
|
|
347
|
+
|
|
348
|
+
Alarms?: Alarm[];
|
|
349
|
+
|
|
350
|
+
CreationTime: Date | undefined;
|
|
351
|
+
}
|
|
352
|
+
export interface DescribeScalingPoliciesResponse {
|
|
353
|
+
ScalingPolicies?: ScalingPolicy[];
|
|
354
|
+
|
|
355
|
+
NextToken?: string;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
export declare class FailedResourceAccessException extends __BaseException {
|
|
359
|
+
readonly name: "FailedResourceAccessException";
|
|
360
|
+
readonly $fault: "client";
|
|
361
|
+
Message?: string;
|
|
362
|
+
|
|
363
|
+
constructor(
|
|
364
|
+
opts: __ExceptionOptionType<FailedResourceAccessException, __BaseException>
|
|
365
|
+
);
|
|
366
|
+
}
|
|
367
|
+
export interface DescribeScheduledActionsRequest {
|
|
368
|
+
ScheduledActionNames?: string[];
|
|
369
|
+
|
|
370
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
371
|
+
|
|
372
|
+
ResourceId?: string;
|
|
373
|
+
|
|
374
|
+
ScalableDimension?: ScalableDimension | string;
|
|
375
|
+
|
|
376
|
+
MaxResults?: number;
|
|
377
|
+
|
|
378
|
+
NextToken?: string;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
export interface ScalableTargetAction {
|
|
382
|
+
MinCapacity?: number;
|
|
383
|
+
|
|
384
|
+
MaxCapacity?: number;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
export interface ScheduledAction {
|
|
388
|
+
ScheduledActionName: string | undefined;
|
|
389
|
+
|
|
390
|
+
ScheduledActionARN: string | undefined;
|
|
391
|
+
|
|
392
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
393
|
+
|
|
394
|
+
Schedule: string | undefined;
|
|
395
|
+
|
|
396
|
+
Timezone?: string;
|
|
397
|
+
|
|
398
|
+
ResourceId: string | undefined;
|
|
399
|
+
|
|
400
|
+
ScalableDimension?: ScalableDimension | string;
|
|
401
|
+
|
|
402
|
+
StartTime?: Date;
|
|
403
|
+
|
|
404
|
+
EndTime?: Date;
|
|
405
|
+
|
|
406
|
+
ScalableTargetAction?: ScalableTargetAction;
|
|
407
|
+
|
|
408
|
+
CreationTime: Date | undefined;
|
|
409
|
+
}
|
|
410
|
+
export interface DescribeScheduledActionsResponse {
|
|
411
|
+
ScheduledActions?: ScheduledAction[];
|
|
412
|
+
|
|
413
|
+
NextToken?: string;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
export declare class LimitExceededException extends __BaseException {
|
|
417
|
+
readonly name: "LimitExceededException";
|
|
418
|
+
readonly $fault: "client";
|
|
419
|
+
Message?: string;
|
|
420
|
+
|
|
421
|
+
constructor(
|
|
422
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
423
|
+
);
|
|
424
|
+
}
|
|
425
|
+
export interface PutScalingPolicyRequest {
|
|
426
|
+
PolicyName: string | undefined;
|
|
427
|
+
|
|
428
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
429
|
+
|
|
430
|
+
ResourceId: string | undefined;
|
|
431
|
+
|
|
432
|
+
ScalableDimension: ScalableDimension | string | undefined;
|
|
433
|
+
|
|
434
|
+
PolicyType?: PolicyType | string;
|
|
435
|
+
|
|
436
|
+
StepScalingPolicyConfiguration?: StepScalingPolicyConfiguration;
|
|
437
|
+
|
|
438
|
+
TargetTrackingScalingPolicyConfiguration?: TargetTrackingScalingPolicyConfiguration;
|
|
439
|
+
}
|
|
440
|
+
export interface PutScalingPolicyResponse {
|
|
441
|
+
PolicyARN: string | undefined;
|
|
442
|
+
|
|
443
|
+
Alarms?: Alarm[];
|
|
444
|
+
}
|
|
445
|
+
export interface PutScheduledActionRequest {
|
|
446
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
447
|
+
|
|
448
|
+
Schedule?: string;
|
|
449
|
+
|
|
450
|
+
Timezone?: string;
|
|
451
|
+
|
|
452
|
+
ScheduledActionName: string | undefined;
|
|
453
|
+
|
|
454
|
+
ResourceId: string | undefined;
|
|
455
|
+
|
|
456
|
+
ScalableDimension: ScalableDimension | string | undefined;
|
|
457
|
+
|
|
458
|
+
StartTime?: Date;
|
|
459
|
+
|
|
460
|
+
EndTime?: Date;
|
|
461
|
+
|
|
462
|
+
ScalableTargetAction?: ScalableTargetAction;
|
|
463
|
+
}
|
|
464
|
+
export interface PutScheduledActionResponse {}
|
|
465
|
+
export interface RegisterScalableTargetRequest {
|
|
466
|
+
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
467
|
+
|
|
468
|
+
ResourceId: string | undefined;
|
|
469
|
+
|
|
470
|
+
ScalableDimension: ScalableDimension | string | undefined;
|
|
471
|
+
|
|
472
|
+
MinCapacity?: number;
|
|
473
|
+
|
|
474
|
+
MaxCapacity?: number;
|
|
475
|
+
|
|
476
|
+
RoleARN?: string;
|
|
477
|
+
|
|
478
|
+
SuspendedState?: SuspendedState;
|
|
479
|
+
}
|
|
480
|
+
export interface RegisterScalableTargetResponse {}
|
|
481
|
+
|
|
482
|
+
export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
|
|
483
|
+
|
|
484
|
+
export declare const DeleteScalingPolicyRequestFilterSensitiveLog: (
|
|
485
|
+
obj: DeleteScalingPolicyRequest
|
|
486
|
+
) => any;
|
|
487
|
+
|
|
488
|
+
export declare const DeleteScalingPolicyResponseFilterSensitiveLog: (
|
|
489
|
+
obj: DeleteScalingPolicyResponse
|
|
490
|
+
) => any;
|
|
491
|
+
|
|
492
|
+
export declare const DeleteScheduledActionRequestFilterSensitiveLog: (
|
|
493
|
+
obj: DeleteScheduledActionRequest
|
|
494
|
+
) => any;
|
|
495
|
+
|
|
496
|
+
export declare const DeleteScheduledActionResponseFilterSensitiveLog: (
|
|
497
|
+
obj: DeleteScheduledActionResponse
|
|
498
|
+
) => any;
|
|
499
|
+
|
|
500
|
+
export declare const DeregisterScalableTargetRequestFilterSensitiveLog: (
|
|
501
|
+
obj: DeregisterScalableTargetRequest
|
|
502
|
+
) => any;
|
|
503
|
+
|
|
504
|
+
export declare const DeregisterScalableTargetResponseFilterSensitiveLog: (
|
|
505
|
+
obj: DeregisterScalableTargetResponse
|
|
506
|
+
) => any;
|
|
507
|
+
|
|
508
|
+
export declare const DescribeScalableTargetsRequestFilterSensitiveLog: (
|
|
509
|
+
obj: DescribeScalableTargetsRequest
|
|
510
|
+
) => any;
|
|
511
|
+
|
|
512
|
+
export declare const SuspendedStateFilterSensitiveLog: (
|
|
513
|
+
obj: SuspendedState
|
|
514
|
+
) => any;
|
|
515
|
+
|
|
516
|
+
export declare const ScalableTargetFilterSensitiveLog: (
|
|
517
|
+
obj: ScalableTarget
|
|
518
|
+
) => any;
|
|
519
|
+
|
|
520
|
+
export declare const DescribeScalableTargetsResponseFilterSensitiveLog: (
|
|
521
|
+
obj: DescribeScalableTargetsResponse
|
|
522
|
+
) => any;
|
|
523
|
+
|
|
524
|
+
export declare const DescribeScalingActivitiesRequestFilterSensitiveLog: (
|
|
525
|
+
obj: DescribeScalingActivitiesRequest
|
|
526
|
+
) => any;
|
|
527
|
+
|
|
528
|
+
export declare const ScalingActivityFilterSensitiveLog: (
|
|
529
|
+
obj: ScalingActivity
|
|
530
|
+
) => any;
|
|
531
|
+
|
|
532
|
+
export declare const DescribeScalingActivitiesResponseFilterSensitiveLog: (
|
|
533
|
+
obj: DescribeScalingActivitiesResponse
|
|
534
|
+
) => any;
|
|
535
|
+
|
|
536
|
+
export declare const DescribeScalingPoliciesRequestFilterSensitiveLog: (
|
|
537
|
+
obj: DescribeScalingPoliciesRequest
|
|
538
|
+
) => any;
|
|
539
|
+
|
|
540
|
+
export declare const StepAdjustmentFilterSensitiveLog: (
|
|
541
|
+
obj: StepAdjustment
|
|
542
|
+
) => any;
|
|
543
|
+
|
|
544
|
+
export declare const StepScalingPolicyConfigurationFilterSensitiveLog: (
|
|
545
|
+
obj: StepScalingPolicyConfiguration
|
|
546
|
+
) => any;
|
|
547
|
+
|
|
548
|
+
export declare const MetricDimensionFilterSensitiveLog: (
|
|
549
|
+
obj: MetricDimension
|
|
550
|
+
) => any;
|
|
551
|
+
|
|
552
|
+
export declare const CustomizedMetricSpecificationFilterSensitiveLog: (
|
|
553
|
+
obj: CustomizedMetricSpecification
|
|
554
|
+
) => any;
|
|
555
|
+
|
|
556
|
+
export declare const PredefinedMetricSpecificationFilterSensitiveLog: (
|
|
557
|
+
obj: PredefinedMetricSpecification
|
|
558
|
+
) => any;
|
|
559
|
+
|
|
560
|
+
export declare const TargetTrackingScalingPolicyConfigurationFilterSensitiveLog: (
|
|
561
|
+
obj: TargetTrackingScalingPolicyConfiguration
|
|
562
|
+
) => any;
|
|
563
|
+
|
|
564
|
+
export declare const ScalingPolicyFilterSensitiveLog: (
|
|
565
|
+
obj: ScalingPolicy
|
|
566
|
+
) => any;
|
|
567
|
+
|
|
568
|
+
export declare const DescribeScalingPoliciesResponseFilterSensitiveLog: (
|
|
569
|
+
obj: DescribeScalingPoliciesResponse
|
|
570
|
+
) => any;
|
|
571
|
+
|
|
572
|
+
export declare const DescribeScheduledActionsRequestFilterSensitiveLog: (
|
|
573
|
+
obj: DescribeScheduledActionsRequest
|
|
574
|
+
) => any;
|
|
575
|
+
|
|
576
|
+
export declare const ScalableTargetActionFilterSensitiveLog: (
|
|
577
|
+
obj: ScalableTargetAction
|
|
578
|
+
) => any;
|
|
579
|
+
|
|
580
|
+
export declare const ScheduledActionFilterSensitiveLog: (
|
|
581
|
+
obj: ScheduledAction
|
|
582
|
+
) => any;
|
|
583
|
+
|
|
584
|
+
export declare const DescribeScheduledActionsResponseFilterSensitiveLog: (
|
|
585
|
+
obj: DescribeScheduledActionsResponse
|
|
586
|
+
) => any;
|
|
587
|
+
|
|
588
|
+
export declare const PutScalingPolicyRequestFilterSensitiveLog: (
|
|
589
|
+
obj: PutScalingPolicyRequest
|
|
590
|
+
) => any;
|
|
591
|
+
|
|
592
|
+
export declare const PutScalingPolicyResponseFilterSensitiveLog: (
|
|
593
|
+
obj: PutScalingPolicyResponse
|
|
594
|
+
) => any;
|
|
595
|
+
|
|
596
|
+
export declare const PutScheduledActionRequestFilterSensitiveLog: (
|
|
597
|
+
obj: PutScheduledActionRequest
|
|
598
|
+
) => any;
|
|
599
|
+
|
|
600
|
+
export declare const PutScheduledActionResponseFilterSensitiveLog: (
|
|
601
|
+
obj: PutScheduledActionResponse
|
|
602
|
+
) => any;
|
|
603
|
+
|
|
604
|
+
export declare const RegisterScalableTargetRequestFilterSensitiveLog: (
|
|
605
|
+
obj: RegisterScalableTargetRequest
|
|
606
|
+
) => any;
|
|
607
|
+
|
|
608
|
+
export declare const RegisterScalableTargetResponseFilterSensitiveLog: (
|
|
609
|
+
obj: RegisterScalableTargetResponse
|
|
610
|
+
) => any;
|