@aws-sdk/client-application-auto-scaling 3.259.0 → 3.261.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.
@@ -86,65 +86,65 @@ export interface DeleteScalingPolicyRequest {
86
86
  * <li>
87
87
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
88
88
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
89
- * </li>
89
+ * </li>
90
90
  * <li>
91
91
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
92
92
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
93
- * </li>
93
+ * </li>
94
94
  * <li>
95
95
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
96
96
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
97
- * </li>
97
+ * </li>
98
98
  * <li>
99
99
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
100
100
  * Example: <code>fleet/sample-fleet</code>.</p>
101
- * </li>
101
+ * </li>
102
102
  * <li>
103
103
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
104
104
  * Example: <code>table/my-table</code>.</p>
105
- * </li>
105
+ * </li>
106
106
  * <li>
107
107
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
108
108
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
109
- * </li>
109
+ * </li>
110
110
  * <li>
111
111
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
112
112
  * Example: <code>cluster:my-db-cluster</code>.</p>
113
- * </li>
113
+ * </li>
114
114
  * <li>
115
115
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
116
116
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
117
- * </li>
117
+ * </li>
118
118
  * <li>
119
119
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
120
120
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
121
121
  * repository</a>.</p>
122
- * </li>
122
+ * </li>
123
123
  * <li>
124
124
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
125
- * </li>
125
+ * </li>
126
126
  * <li>
127
127
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
128
- * </li>
128
+ * </li>
129
129
  * <li>
130
130
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
131
131
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
132
- * </li>
132
+ * </li>
133
133
  * <li>
134
134
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
135
135
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
136
- * </li>
136
+ * </li>
137
137
  * <li>
138
138
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
139
139
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
140
- * </li>
140
+ * </li>
141
141
  * <li>
142
142
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
143
143
  * Example: <code>replication-group/mycluster</code>.</p>
144
- * </li>
144
+ * </li>
145
145
  * <li>
146
146
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
147
- * </li>
147
+ * </li>
148
148
  * </ul>
149
149
  */
150
150
  ResourceId: string | undefined;
@@ -154,83 +154,83 @@ export interface DeleteScalingPolicyRequest {
154
154
  * <li>
155
155
  * <p>
156
156
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
157
- * </li>
157
+ * </li>
158
158
  * <li>
159
159
  * <p>
160
160
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
161
- * </li>
161
+ * </li>
162
162
  * <li>
163
163
  * <p>
164
164
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
165
- * </li>
165
+ * </li>
166
166
  * <li>
167
167
  * <p>
168
168
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
169
- * </li>
169
+ * </li>
170
170
  * <li>
171
171
  * <p>
172
172
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
173
- * </li>
173
+ * </li>
174
174
  * <li>
175
175
  * <p>
176
176
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
177
- * </li>
177
+ * </li>
178
178
  * <li>
179
179
  * <p>
180
180
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
181
- * </li>
181
+ * </li>
182
182
  * <li>
183
183
  * <p>
184
184
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
185
- * </li>
185
+ * </li>
186
186
  * <li>
187
187
  * <p>
188
188
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
189
- * </li>
189
+ * </li>
190
190
  * <li>
191
191
  * <p>
192
192
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
193
- * </li>
193
+ * </li>
194
194
  * <li>
195
- * <p>
195
+ * <p>
196
196
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
197
- * </li>
197
+ * </li>
198
198
  * <li>
199
199
  * <p>
200
200
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
201
- * </li>
201
+ * </li>
202
202
  * <li>
203
203
  * <p>
204
204
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
205
- * </li>
205
+ * </li>
206
206
  * <li>
207
207
  * <p>
208
208
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
209
- * </li>
209
+ * </li>
210
210
  * <li>
211
211
  * <p>
212
212
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
213
- * </li>
213
+ * </li>
214
214
  * <li>
215
215
  * <p>
216
216
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
217
- * </li>
217
+ * </li>
218
218
  * <li>
219
219
  * <p>
220
220
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
221
- * </li>
221
+ * </li>
222
222
  * <li>
223
223
  * <p>
224
224
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
225
- * </li>
225
+ * </li>
226
226
  * <li>
227
227
  * <p>
228
228
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
229
- * </li>
229
+ * </li>
230
230
  * <li>
231
231
  * <p>
232
232
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
233
- * </li>
233
+ * </li>
234
234
  * </ul>
235
235
  */
236
236
  ScalableDimension: ScalableDimension | string | undefined;
@@ -295,65 +295,65 @@ export interface DeleteScheduledActionRequest {
295
295
  * <li>
296
296
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
297
297
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
298
- * </li>
298
+ * </li>
299
299
  * <li>
300
300
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
301
301
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
302
- * </li>
302
+ * </li>
303
303
  * <li>
304
304
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
305
305
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
306
- * </li>
306
+ * </li>
307
307
  * <li>
308
308
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
309
309
  * Example: <code>fleet/sample-fleet</code>.</p>
310
- * </li>
310
+ * </li>
311
311
  * <li>
312
312
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
313
313
  * Example: <code>table/my-table</code>.</p>
314
- * </li>
314
+ * </li>
315
315
  * <li>
316
316
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
317
317
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
318
- * </li>
318
+ * </li>
319
319
  * <li>
320
320
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
321
321
  * Example: <code>cluster:my-db-cluster</code>.</p>
322
- * </li>
322
+ * </li>
323
323
  * <li>
324
324
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
325
325
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
326
- * </li>
326
+ * </li>
327
327
  * <li>
328
328
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
329
329
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
330
330
  * repository</a>.</p>
331
- * </li>
331
+ * </li>
332
332
  * <li>
333
333
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
334
- * </li>
334
+ * </li>
335
335
  * <li>
336
336
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
337
- * </li>
337
+ * </li>
338
338
  * <li>
339
339
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
340
340
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
341
- * </li>
341
+ * </li>
342
342
  * <li>
343
343
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
344
344
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
345
- * </li>
345
+ * </li>
346
346
  * <li>
347
347
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
348
348
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
349
- * </li>
349
+ * </li>
350
350
  * <li>
351
351
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
352
352
  * Example: <code>replication-group/mycluster</code>.</p>
353
- * </li>
353
+ * </li>
354
354
  * <li>
355
355
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
356
- * </li>
356
+ * </li>
357
357
  * </ul>
358
358
  */
359
359
  ResourceId: string | undefined;
@@ -363,83 +363,83 @@ export interface DeleteScheduledActionRequest {
363
363
  * <li>
364
364
  * <p>
365
365
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
366
- * </li>
366
+ * </li>
367
367
  * <li>
368
368
  * <p>
369
369
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
370
- * </li>
370
+ * </li>
371
371
  * <li>
372
372
  * <p>
373
373
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
374
- * </li>
374
+ * </li>
375
375
  * <li>
376
376
  * <p>
377
377
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
378
- * </li>
378
+ * </li>
379
379
  * <li>
380
380
  * <p>
381
381
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
382
- * </li>
382
+ * </li>
383
383
  * <li>
384
384
  * <p>
385
385
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
386
- * </li>
386
+ * </li>
387
387
  * <li>
388
388
  * <p>
389
389
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
390
- * </li>
390
+ * </li>
391
391
  * <li>
392
392
  * <p>
393
393
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
394
- * </li>
394
+ * </li>
395
395
  * <li>
396
396
  * <p>
397
397
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
398
- * </li>
398
+ * </li>
399
399
  * <li>
400
400
  * <p>
401
401
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
402
- * </li>
402
+ * </li>
403
403
  * <li>
404
- * <p>
404
+ * <p>
405
405
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
406
- * </li>
406
+ * </li>
407
407
  * <li>
408
408
  * <p>
409
409
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
410
- * </li>
410
+ * </li>
411
411
  * <li>
412
412
  * <p>
413
413
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
414
- * </li>
414
+ * </li>
415
415
  * <li>
416
416
  * <p>
417
417
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
418
- * </li>
418
+ * </li>
419
419
  * <li>
420
420
  * <p>
421
421
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
422
- * </li>
422
+ * </li>
423
423
  * <li>
424
424
  * <p>
425
425
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
426
- * </li>
426
+ * </li>
427
427
  * <li>
428
428
  * <p>
429
429
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
430
- * </li>
430
+ * </li>
431
431
  * <li>
432
432
  * <p>
433
433
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
434
- * </li>
434
+ * </li>
435
435
  * <li>
436
436
  * <p>
437
437
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
438
- * </li>
438
+ * </li>
439
439
  * <li>
440
440
  * <p>
441
441
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
442
- * </li>
442
+ * </li>
443
443
  * </ul>
444
444
  */
445
445
  ScalableDimension: ScalableDimension | string | undefined;
@@ -459,65 +459,65 @@ export interface DeregisterScalableTargetRequest {
459
459
  * <li>
460
460
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
461
461
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
462
- * </li>
462
+ * </li>
463
463
  * <li>
464
464
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
465
465
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
466
- * </li>
466
+ * </li>
467
467
  * <li>
468
468
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
469
469
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
470
- * </li>
470
+ * </li>
471
471
  * <li>
472
472
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
473
473
  * Example: <code>fleet/sample-fleet</code>.</p>
474
- * </li>
474
+ * </li>
475
475
  * <li>
476
476
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
477
477
  * Example: <code>table/my-table</code>.</p>
478
- * </li>
478
+ * </li>
479
479
  * <li>
480
480
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
481
481
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
482
- * </li>
482
+ * </li>
483
483
  * <li>
484
484
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
485
485
  * Example: <code>cluster:my-db-cluster</code>.</p>
486
- * </li>
486
+ * </li>
487
487
  * <li>
488
488
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
489
489
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
490
- * </li>
490
+ * </li>
491
491
  * <li>
492
492
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
493
493
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
494
494
  * repository</a>.</p>
495
- * </li>
495
+ * </li>
496
496
  * <li>
497
497
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
498
- * </li>
498
+ * </li>
499
499
  * <li>
500
500
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
501
- * </li>
501
+ * </li>
502
502
  * <li>
503
503
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
504
504
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
505
- * </li>
505
+ * </li>
506
506
  * <li>
507
507
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
508
508
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
509
- * </li>
509
+ * </li>
510
510
  * <li>
511
511
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
512
512
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
513
- * </li>
513
+ * </li>
514
514
  * <li>
515
515
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
516
516
  * Example: <code>replication-group/mycluster</code>.</p>
517
- * </li>
517
+ * </li>
518
518
  * <li>
519
519
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
520
- * </li>
520
+ * </li>
521
521
  * </ul>
522
522
  */
523
523
  ResourceId: string | undefined;
@@ -528,83 +528,83 @@ export interface DeregisterScalableTargetRequest {
528
528
  * <li>
529
529
  * <p>
530
530
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
531
- * </li>
531
+ * </li>
532
532
  * <li>
533
533
  * <p>
534
534
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
535
- * </li>
535
+ * </li>
536
536
  * <li>
537
537
  * <p>
538
538
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
539
- * </li>
539
+ * </li>
540
540
  * <li>
541
541
  * <p>
542
542
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
543
- * </li>
543
+ * </li>
544
544
  * <li>
545
545
  * <p>
546
546
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
547
- * </li>
547
+ * </li>
548
548
  * <li>
549
549
  * <p>
550
550
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
551
- * </li>
551
+ * </li>
552
552
  * <li>
553
553
  * <p>
554
554
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
555
- * </li>
555
+ * </li>
556
556
  * <li>
557
557
  * <p>
558
558
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
559
- * </li>
559
+ * </li>
560
560
  * <li>
561
561
  * <p>
562
562
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
563
- * </li>
563
+ * </li>
564
564
  * <li>
565
565
  * <p>
566
566
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
567
- * </li>
567
+ * </li>
568
568
  * <li>
569
- * <p>
569
+ * <p>
570
570
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
571
- * </li>
571
+ * </li>
572
572
  * <li>
573
573
  * <p>
574
574
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
575
- * </li>
575
+ * </li>
576
576
  * <li>
577
577
  * <p>
578
578
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
579
- * </li>
579
+ * </li>
580
580
  * <li>
581
581
  * <p>
582
582
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
583
- * </li>
583
+ * </li>
584
584
  * <li>
585
585
  * <p>
586
586
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
587
- * </li>
587
+ * </li>
588
588
  * <li>
589
589
  * <p>
590
590
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
591
- * </li>
591
+ * </li>
592
592
  * <li>
593
593
  * <p>
594
594
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
595
- * </li>
595
+ * </li>
596
596
  * <li>
597
597
  * <p>
598
598
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
599
- * </li>
599
+ * </li>
600
600
  * <li>
601
601
  * <p>
602
602
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
603
- * </li>
603
+ * </li>
604
604
  * <li>
605
605
  * <p>
606
606
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
607
- * </li>
607
+ * </li>
608
608
  * </ul>
609
609
  */
610
610
  ScalableDimension: ScalableDimension | string | undefined;
@@ -624,65 +624,65 @@ export interface DescribeScalableTargetsRequest {
624
624
  * <li>
625
625
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
626
626
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
627
- * </li>
627
+ * </li>
628
628
  * <li>
629
629
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
630
630
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
631
- * </li>
631
+ * </li>
632
632
  * <li>
633
633
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
634
634
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
635
- * </li>
635
+ * </li>
636
636
  * <li>
637
637
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
638
638
  * Example: <code>fleet/sample-fleet</code>.</p>
639
- * </li>
639
+ * </li>
640
640
  * <li>
641
641
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
642
642
  * Example: <code>table/my-table</code>.</p>
643
- * </li>
643
+ * </li>
644
644
  * <li>
645
645
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
646
646
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
647
- * </li>
647
+ * </li>
648
648
  * <li>
649
649
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
650
650
  * Example: <code>cluster:my-db-cluster</code>.</p>
651
- * </li>
651
+ * </li>
652
652
  * <li>
653
653
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
654
654
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
655
- * </li>
655
+ * </li>
656
656
  * <li>
657
657
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
658
658
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
659
659
  * repository</a>.</p>
660
- * </li>
660
+ * </li>
661
661
  * <li>
662
662
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
663
- * </li>
663
+ * </li>
664
664
  * <li>
665
665
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
666
- * </li>
666
+ * </li>
667
667
  * <li>
668
668
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
669
669
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
670
- * </li>
670
+ * </li>
671
671
  * <li>
672
672
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
673
673
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
674
- * </li>
674
+ * </li>
675
675
  * <li>
676
676
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
677
677
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
678
- * </li>
678
+ * </li>
679
679
  * <li>
680
680
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
681
681
  * Example: <code>replication-group/mycluster</code>.</p>
682
- * </li>
682
+ * </li>
683
683
  * <li>
684
684
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
685
- * </li>
685
+ * </li>
686
686
  * </ul>
687
687
  */
688
688
  ResourceIds?: string[];
@@ -693,83 +693,83 @@ export interface DescribeScalableTargetsRequest {
693
693
  * <li>
694
694
  * <p>
695
695
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
696
- * </li>
696
+ * </li>
697
697
  * <li>
698
698
  * <p>
699
699
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
700
- * </li>
700
+ * </li>
701
701
  * <li>
702
702
  * <p>
703
703
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
704
- * </li>
704
+ * </li>
705
705
  * <li>
706
706
  * <p>
707
707
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
708
- * </li>
708
+ * </li>
709
709
  * <li>
710
710
  * <p>
711
711
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
712
- * </li>
712
+ * </li>
713
713
  * <li>
714
714
  * <p>
715
715
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
716
- * </li>
716
+ * </li>
717
717
  * <li>
718
718
  * <p>
719
719
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
720
- * </li>
720
+ * </li>
721
721
  * <li>
722
722
  * <p>
723
723
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
724
- * </li>
724
+ * </li>
725
725
  * <li>
726
726
  * <p>
727
727
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
728
- * </li>
728
+ * </li>
729
729
  * <li>
730
730
  * <p>
731
731
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
732
- * </li>
732
+ * </li>
733
733
  * <li>
734
- * <p>
734
+ * <p>
735
735
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
736
- * </li>
736
+ * </li>
737
737
  * <li>
738
738
  * <p>
739
739
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
740
- * </li>
740
+ * </li>
741
741
  * <li>
742
742
  * <p>
743
743
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
744
- * </li>
744
+ * </li>
745
745
  * <li>
746
746
  * <p>
747
747
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
748
- * </li>
748
+ * </li>
749
749
  * <li>
750
750
  * <p>
751
751
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
752
- * </li>
752
+ * </li>
753
753
  * <li>
754
754
  * <p>
755
755
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
756
- * </li>
756
+ * </li>
757
757
  * <li>
758
758
  * <p>
759
759
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
760
- * </li>
760
+ * </li>
761
761
  * <li>
762
762
  * <p>
763
763
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
764
- * </li>
764
+ * </li>
765
765
  * <li>
766
766
  * <p>
767
767
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
768
- * </li>
768
+ * </li>
769
769
  * <li>
770
770
  * <p>
771
771
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
772
- * </li>
772
+ * </li>
773
773
  * </ul>
774
774
  */
775
775
  ScalableDimension?: ScalableDimension | string;
@@ -828,65 +828,65 @@ export interface ScalableTarget {
828
828
  * <li>
829
829
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
830
830
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
831
- * </li>
831
+ * </li>
832
832
  * <li>
833
833
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
834
834
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
835
- * </li>
835
+ * </li>
836
836
  * <li>
837
837
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
838
838
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
839
- * </li>
839
+ * </li>
840
840
  * <li>
841
841
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
842
842
  * Example: <code>fleet/sample-fleet</code>.</p>
843
- * </li>
843
+ * </li>
844
844
  * <li>
845
845
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
846
846
  * Example: <code>table/my-table</code>.</p>
847
- * </li>
847
+ * </li>
848
848
  * <li>
849
849
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
850
850
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
851
- * </li>
851
+ * </li>
852
852
  * <li>
853
853
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
854
854
  * Example: <code>cluster:my-db-cluster</code>.</p>
855
- * </li>
855
+ * </li>
856
856
  * <li>
857
857
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
858
858
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
859
- * </li>
859
+ * </li>
860
860
  * <li>
861
861
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
862
862
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
863
863
  * repository</a>.</p>
864
- * </li>
864
+ * </li>
865
865
  * <li>
866
866
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
867
- * </li>
867
+ * </li>
868
868
  * <li>
869
869
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
870
- * </li>
870
+ * </li>
871
871
  * <li>
872
872
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
873
873
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
874
- * </li>
874
+ * </li>
875
875
  * <li>
876
876
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
877
877
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
878
- * </li>
878
+ * </li>
879
879
  * <li>
880
880
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
881
881
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
882
- * </li>
882
+ * </li>
883
883
  * <li>
884
884
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
885
885
  * Example: <code>replication-group/mycluster</code>.</p>
886
- * </li>
886
+ * </li>
887
887
  * <li>
888
888
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
889
- * </li>
889
+ * </li>
890
890
  * </ul>
891
891
  */
892
892
  ResourceId: string | undefined;
@@ -897,83 +897,83 @@ export interface ScalableTarget {
897
897
  * <li>
898
898
  * <p>
899
899
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
900
- * </li>
900
+ * </li>
901
901
  * <li>
902
902
  * <p>
903
903
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
904
- * </li>
904
+ * </li>
905
905
  * <li>
906
906
  * <p>
907
907
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
908
- * </li>
908
+ * </li>
909
909
  * <li>
910
910
  * <p>
911
911
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
912
- * </li>
912
+ * </li>
913
913
  * <li>
914
914
  * <p>
915
915
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
916
- * </li>
916
+ * </li>
917
917
  * <li>
918
918
  * <p>
919
919
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
920
- * </li>
920
+ * </li>
921
921
  * <li>
922
922
  * <p>
923
923
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
924
- * </li>
924
+ * </li>
925
925
  * <li>
926
926
  * <p>
927
927
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
928
- * </li>
928
+ * </li>
929
929
  * <li>
930
930
  * <p>
931
931
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
932
- * </li>
932
+ * </li>
933
933
  * <li>
934
934
  * <p>
935
935
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
936
- * </li>
936
+ * </li>
937
937
  * <li>
938
- * <p>
938
+ * <p>
939
939
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
940
- * </li>
940
+ * </li>
941
941
  * <li>
942
942
  * <p>
943
943
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
944
- * </li>
944
+ * </li>
945
945
  * <li>
946
946
  * <p>
947
947
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
948
- * </li>
948
+ * </li>
949
949
  * <li>
950
950
  * <p>
951
951
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
952
- * </li>
952
+ * </li>
953
953
  * <li>
954
954
  * <p>
955
955
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
956
- * </li>
956
+ * </li>
957
957
  * <li>
958
958
  * <p>
959
959
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
960
- * </li>
960
+ * </li>
961
961
  * <li>
962
962
  * <p>
963
963
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
964
- * </li>
964
+ * </li>
965
965
  * <li>
966
966
  * <p>
967
967
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
968
- * </li>
968
+ * </li>
969
969
  * <li>
970
970
  * <p>
971
971
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
972
- * </li>
972
+ * </li>
973
973
  * <li>
974
974
  * <p>
975
975
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
976
- * </li>
976
+ * </li>
977
977
  * </ul>
978
978
  */
979
979
  ScalableDimension: ScalableDimension | string | undefined;
@@ -1036,65 +1036,65 @@ export interface DescribeScalingActivitiesRequest {
1036
1036
  * <li>
1037
1037
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
1038
1038
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
1039
- * </li>
1039
+ * </li>
1040
1040
  * <li>
1041
1041
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
1042
1042
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
1043
- * </li>
1043
+ * </li>
1044
1044
  * <li>
1045
1045
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
1046
1046
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
1047
- * </li>
1047
+ * </li>
1048
1048
  * <li>
1049
1049
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
1050
1050
  * Example: <code>fleet/sample-fleet</code>.</p>
1051
- * </li>
1051
+ * </li>
1052
1052
  * <li>
1053
1053
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
1054
1054
  * Example: <code>table/my-table</code>.</p>
1055
- * </li>
1055
+ * </li>
1056
1056
  * <li>
1057
1057
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
1058
1058
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
1059
- * </li>
1059
+ * </li>
1060
1060
  * <li>
1061
1061
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
1062
1062
  * Example: <code>cluster:my-db-cluster</code>.</p>
1063
- * </li>
1063
+ * </li>
1064
1064
  * <li>
1065
1065
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
1066
1066
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
1067
- * </li>
1067
+ * </li>
1068
1068
  * <li>
1069
1069
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
1070
1070
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
1071
1071
  * repository</a>.</p>
1072
- * </li>
1072
+ * </li>
1073
1073
  * <li>
1074
1074
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
1075
- * </li>
1075
+ * </li>
1076
1076
  * <li>
1077
1077
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
1078
- * </li>
1078
+ * </li>
1079
1079
  * <li>
1080
1080
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
1081
1081
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
1082
- * </li>
1082
+ * </li>
1083
1083
  * <li>
1084
1084
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
1085
1085
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
1086
- * </li>
1086
+ * </li>
1087
1087
  * <li>
1088
1088
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
1089
1089
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
1090
- * </li>
1090
+ * </li>
1091
1091
  * <li>
1092
1092
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
1093
1093
  * Example: <code>replication-group/mycluster</code>.</p>
1094
- * </li>
1094
+ * </li>
1095
1095
  * <li>
1096
1096
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
1097
- * </li>
1097
+ * </li>
1098
1098
  * </ul>
1099
1099
  */
1100
1100
  ResourceId?: string;
@@ -1105,83 +1105,83 @@ export interface DescribeScalingActivitiesRequest {
1105
1105
  * <li>
1106
1106
  * <p>
1107
1107
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
1108
- * </li>
1108
+ * </li>
1109
1109
  * <li>
1110
1110
  * <p>
1111
1111
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
1112
- * </li>
1112
+ * </li>
1113
1113
  * <li>
1114
1114
  * <p>
1115
1115
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
1116
- * </li>
1116
+ * </li>
1117
1117
  * <li>
1118
1118
  * <p>
1119
1119
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
1120
- * </li>
1120
+ * </li>
1121
1121
  * <li>
1122
1122
  * <p>
1123
1123
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
1124
- * </li>
1124
+ * </li>
1125
1125
  * <li>
1126
1126
  * <p>
1127
1127
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
1128
- * </li>
1128
+ * </li>
1129
1129
  * <li>
1130
1130
  * <p>
1131
1131
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
1132
- * </li>
1132
+ * </li>
1133
1133
  * <li>
1134
1134
  * <p>
1135
1135
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
1136
- * </li>
1136
+ * </li>
1137
1137
  * <li>
1138
1138
  * <p>
1139
1139
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
1140
- * </li>
1140
+ * </li>
1141
1141
  * <li>
1142
1142
  * <p>
1143
1143
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
1144
- * </li>
1144
+ * </li>
1145
1145
  * <li>
1146
- * <p>
1146
+ * <p>
1147
1147
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
1148
- * </li>
1148
+ * </li>
1149
1149
  * <li>
1150
1150
  * <p>
1151
1151
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
1152
- * </li>
1152
+ * </li>
1153
1153
  * <li>
1154
1154
  * <p>
1155
1155
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
1156
- * </li>
1156
+ * </li>
1157
1157
  * <li>
1158
1158
  * <p>
1159
1159
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
1160
- * </li>
1160
+ * </li>
1161
1161
  * <li>
1162
1162
  * <p>
1163
1163
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
1164
- * </li>
1164
+ * </li>
1165
1165
  * <li>
1166
1166
  * <p>
1167
1167
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
1168
- * </li>
1168
+ * </li>
1169
1169
  * <li>
1170
1170
  * <p>
1171
1171
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
1172
- * </li>
1172
+ * </li>
1173
1173
  * <li>
1174
1174
  * <p>
1175
1175
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
1176
- * </li>
1176
+ * </li>
1177
1177
  * <li>
1178
1178
  * <p>
1179
1179
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
1180
- * </li>
1180
+ * </li>
1181
1181
  * <li>
1182
1182
  * <p>
1183
1183
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
1184
- * </li>
1184
+ * </li>
1185
1185
  * </ul>
1186
1186
  */
1187
1187
  ScalableDimension?: ScalableDimension | string;
@@ -1216,7 +1216,6 @@ export interface NotScaledReason {
1216
1216
  /**
1217
1217
  * <p>A code that represents the reason for not scaling.</p>
1218
1218
  * <p>Valid values:</p>
1219
- *
1220
1219
  * <ul>
1221
1220
  * <li>
1222
1221
  * <p>AutoScalingAnticipatedFlapping</p>
@@ -1277,65 +1276,65 @@ export interface ScalingActivity {
1277
1276
  * <li>
1278
1277
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
1279
1278
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
1280
- * </li>
1279
+ * </li>
1281
1280
  * <li>
1282
1281
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
1283
1282
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
1284
- * </li>
1283
+ * </li>
1285
1284
  * <li>
1286
1285
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
1287
1286
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
1288
- * </li>
1287
+ * </li>
1289
1288
  * <li>
1290
1289
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
1291
1290
  * Example: <code>fleet/sample-fleet</code>.</p>
1292
- * </li>
1291
+ * </li>
1293
1292
  * <li>
1294
1293
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
1295
1294
  * Example: <code>table/my-table</code>.</p>
1296
- * </li>
1295
+ * </li>
1297
1296
  * <li>
1298
1297
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
1299
1298
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
1300
- * </li>
1299
+ * </li>
1301
1300
  * <li>
1302
1301
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
1303
1302
  * Example: <code>cluster:my-db-cluster</code>.</p>
1304
- * </li>
1303
+ * </li>
1305
1304
  * <li>
1306
1305
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
1307
1306
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
1308
- * </li>
1307
+ * </li>
1309
1308
  * <li>
1310
1309
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
1311
1310
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
1312
1311
  * repository</a>.</p>
1313
- * </li>
1312
+ * </li>
1314
1313
  * <li>
1315
1314
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
1316
- * </li>
1315
+ * </li>
1317
1316
  * <li>
1318
1317
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
1319
- * </li>
1318
+ * </li>
1320
1319
  * <li>
1321
1320
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
1322
1321
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
1323
- * </li>
1322
+ * </li>
1324
1323
  * <li>
1325
1324
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
1326
1325
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
1327
- * </li>
1326
+ * </li>
1328
1327
  * <li>
1329
1328
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
1330
1329
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
1331
- * </li>
1330
+ * </li>
1332
1331
  * <li>
1333
1332
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
1334
1333
  * Example: <code>replication-group/mycluster</code>.</p>
1335
- * </li>
1334
+ * </li>
1336
1335
  * <li>
1337
1336
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
1338
- * </li>
1337
+ * </li>
1339
1338
  * </ul>
1340
1339
  */
1341
1340
  ResourceId: string | undefined;
@@ -1345,83 +1344,83 @@ export interface ScalingActivity {
1345
1344
  * <li>
1346
1345
  * <p>
1347
1346
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
1348
- * </li>
1347
+ * </li>
1349
1348
  * <li>
1350
1349
  * <p>
1351
1350
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
1352
- * </li>
1351
+ * </li>
1353
1352
  * <li>
1354
1353
  * <p>
1355
1354
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
1356
- * </li>
1355
+ * </li>
1357
1356
  * <li>
1358
1357
  * <p>
1359
1358
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
1360
- * </li>
1359
+ * </li>
1361
1360
  * <li>
1362
1361
  * <p>
1363
1362
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
1364
- * </li>
1363
+ * </li>
1365
1364
  * <li>
1366
1365
  * <p>
1367
1366
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
1368
- * </li>
1367
+ * </li>
1369
1368
  * <li>
1370
1369
  * <p>
1371
1370
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
1372
- * </li>
1371
+ * </li>
1373
1372
  * <li>
1374
1373
  * <p>
1375
1374
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
1376
- * </li>
1375
+ * </li>
1377
1376
  * <li>
1378
1377
  * <p>
1379
1378
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
1380
- * </li>
1379
+ * </li>
1381
1380
  * <li>
1382
1381
  * <p>
1383
1382
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
1384
- * </li>
1383
+ * </li>
1385
1384
  * <li>
1386
- * <p>
1385
+ * <p>
1387
1386
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
1388
- * </li>
1387
+ * </li>
1389
1388
  * <li>
1390
1389
  * <p>
1391
1390
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
1392
- * </li>
1391
+ * </li>
1393
1392
  * <li>
1394
1393
  * <p>
1395
1394
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
1396
- * </li>
1395
+ * </li>
1397
1396
  * <li>
1398
1397
  * <p>
1399
1398
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
1400
- * </li>
1399
+ * </li>
1401
1400
  * <li>
1402
1401
  * <p>
1403
1402
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
1404
- * </li>
1403
+ * </li>
1405
1404
  * <li>
1406
1405
  * <p>
1407
1406
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
1408
- * </li>
1407
+ * </li>
1409
1408
  * <li>
1410
1409
  * <p>
1411
1410
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
1412
- * </li>
1411
+ * </li>
1413
1412
  * <li>
1414
1413
  * <p>
1415
1414
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
1416
- * </li>
1415
+ * </li>
1417
1416
  * <li>
1418
1417
  * <p>
1419
1418
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
1420
- * </li>
1419
+ * </li>
1421
1420
  * <li>
1422
1421
  * <p>
1423
1422
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
1424
- * </li>
1423
+ * </li>
1425
1424
  * </ul>
1426
1425
  */
1427
1426
  ScalableDimension: ScalableDimension | string | undefined;
@@ -1487,65 +1486,65 @@ export interface DescribeScalingPoliciesRequest {
1487
1486
  * <li>
1488
1487
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
1489
1488
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
1490
- * </li>
1489
+ * </li>
1491
1490
  * <li>
1492
1491
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
1493
1492
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
1494
- * </li>
1493
+ * </li>
1495
1494
  * <li>
1496
1495
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
1497
1496
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
1498
- * </li>
1497
+ * </li>
1499
1498
  * <li>
1500
1499
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
1501
1500
  * Example: <code>fleet/sample-fleet</code>.</p>
1502
- * </li>
1501
+ * </li>
1503
1502
  * <li>
1504
1503
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
1505
1504
  * Example: <code>table/my-table</code>.</p>
1506
- * </li>
1505
+ * </li>
1507
1506
  * <li>
1508
1507
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
1509
1508
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
1510
- * </li>
1509
+ * </li>
1511
1510
  * <li>
1512
1511
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
1513
1512
  * Example: <code>cluster:my-db-cluster</code>.</p>
1514
- * </li>
1513
+ * </li>
1515
1514
  * <li>
1516
1515
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
1517
1516
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
1518
- * </li>
1517
+ * </li>
1519
1518
  * <li>
1520
1519
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
1521
1520
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
1522
1521
  * repository</a>.</p>
1523
- * </li>
1522
+ * </li>
1524
1523
  * <li>
1525
1524
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
1526
- * </li>
1525
+ * </li>
1527
1526
  * <li>
1528
1527
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
1529
- * </li>
1528
+ * </li>
1530
1529
  * <li>
1531
1530
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
1532
1531
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
1533
- * </li>
1532
+ * </li>
1534
1533
  * <li>
1535
1534
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
1536
1535
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
1537
- * </li>
1536
+ * </li>
1538
1537
  * <li>
1539
1538
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
1540
1539
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
1541
- * </li>
1540
+ * </li>
1542
1541
  * <li>
1543
1542
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
1544
1543
  * Example: <code>replication-group/mycluster</code>.</p>
1545
- * </li>
1544
+ * </li>
1546
1545
  * <li>
1547
1546
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
1548
- * </li>
1547
+ * </li>
1549
1548
  * </ul>
1550
1549
  */
1551
1550
  ResourceId?: string;
@@ -1556,83 +1555,83 @@ export interface DescribeScalingPoliciesRequest {
1556
1555
  * <li>
1557
1556
  * <p>
1558
1557
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
1559
- * </li>
1558
+ * </li>
1560
1559
  * <li>
1561
1560
  * <p>
1562
1561
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
1563
- * </li>
1562
+ * </li>
1564
1563
  * <li>
1565
1564
  * <p>
1566
1565
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
1567
- * </li>
1566
+ * </li>
1568
1567
  * <li>
1569
1568
  * <p>
1570
1569
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
1571
- * </li>
1570
+ * </li>
1572
1571
  * <li>
1573
1572
  * <p>
1574
1573
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
1575
- * </li>
1574
+ * </li>
1576
1575
  * <li>
1577
1576
  * <p>
1578
1577
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
1579
- * </li>
1578
+ * </li>
1580
1579
  * <li>
1581
1580
  * <p>
1582
1581
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
1583
- * </li>
1582
+ * </li>
1584
1583
  * <li>
1585
1584
  * <p>
1586
1585
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
1587
- * </li>
1586
+ * </li>
1588
1587
  * <li>
1589
1588
  * <p>
1590
1589
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
1591
- * </li>
1590
+ * </li>
1592
1591
  * <li>
1593
1592
  * <p>
1594
1593
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
1595
- * </li>
1594
+ * </li>
1596
1595
  * <li>
1597
- * <p>
1596
+ * <p>
1598
1597
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
1599
- * </li>
1598
+ * </li>
1600
1599
  * <li>
1601
1600
  * <p>
1602
1601
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
1603
- * </li>
1602
+ * </li>
1604
1603
  * <li>
1605
1604
  * <p>
1606
1605
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
1607
- * </li>
1606
+ * </li>
1608
1607
  * <li>
1609
1608
  * <p>
1610
1609
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
1611
- * </li>
1610
+ * </li>
1612
1611
  * <li>
1613
1612
  * <p>
1614
1613
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
1615
- * </li>
1614
+ * </li>
1616
1615
  * <li>
1617
1616
  * <p>
1618
1617
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
1619
- * </li>
1618
+ * </li>
1620
1619
  * <li>
1621
1620
  * <p>
1622
1621
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
1623
- * </li>
1622
+ * </li>
1624
1623
  * <li>
1625
1624
  * <p>
1626
1625
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
1627
- * </li>
1626
+ * </li>
1628
1627
  * <li>
1629
1628
  * <p>
1630
1629
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
1631
- * </li>
1630
+ * </li>
1632
1631
  * <li>
1633
1632
  * <p>
1634
1633
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
1635
- * </li>
1634
+ * </li>
1636
1635
  * </ul>
1637
1636
  */
1638
1637
  ScalableDimension?: ScalableDimension | string;
@@ -1773,46 +1772,46 @@ export interface StepScalingPolicyConfiguration {
1773
1772
  * <ul>
1774
1773
  * <li>
1775
1774
  * <p>AppStream 2.0 fleets</p>
1776
- * </li>
1775
+ * </li>
1777
1776
  * <li>
1778
1777
  * <p>Aurora DB clusters</p>
1779
- * </li>
1778
+ * </li>
1780
1779
  * <li>
1781
1780
  * <p>ECS services</p>
1782
- * </li>
1781
+ * </li>
1783
1782
  * <li>
1784
1783
  * <p>EMR clusters</p>
1785
- * </li>
1784
+ * </li>
1786
1785
  * <li>
1787
1786
  * <p> Neptune clusters</p>
1788
- * </li>
1787
+ * </li>
1789
1788
  * <li>
1790
1789
  * <p>SageMaker endpoint variants</p>
1791
- * </li>
1790
+ * </li>
1792
1791
  * <li>
1793
1792
  * <p>Spot Fleets</p>
1794
- * </li>
1793
+ * </li>
1795
1794
  * <li>
1796
1795
  * <p>Custom resources</p>
1797
- * </li>
1796
+ * </li>
1798
1797
  * </ul>
1799
1798
  * <p>For all other scalable targets, the default value is 0:</p>
1800
1799
  * <ul>
1801
1800
  * <li>
1802
1801
  * <p>Amazon Comprehend document classification and entity recognizer endpoints</p>
1803
- * </li>
1802
+ * </li>
1804
1803
  * <li>
1805
1804
  * <p>DynamoDB tables and global secondary indexes</p>
1806
- * </li>
1805
+ * </li>
1807
1806
  * <li>
1808
1807
  * <p>Amazon Keyspaces tables</p>
1809
- * </li>
1808
+ * </li>
1810
1809
  * <li>
1811
1810
  * <p>Lambda provisioned concurrency</p>
1812
- * </li>
1811
+ * </li>
1813
1812
  * <li>
1814
1813
  * <p>Amazon MSK broker storage</p>
1815
- * </li>
1814
+ * </li>
1816
1815
  * </ul>
1817
1816
  */
1818
1817
  Cooldown?: number;
@@ -1942,20 +1941,20 @@ export interface PredefinedMetricSpecification {
1942
1941
  * <p>You create the resource label by appending the final portion of the load balancer ARN
1943
1942
  * and the final portion of the target group ARN into a single value, separated by a forward
1944
1943
  * slash (/). The format of the resource label is:</p>
1945
- * <p>
1944
+ * <p>
1946
1945
  * <code>app/my-alb/778d41231b141a0f/targetgroup/my-alb-target-group/943f017f100becff</code>.</p>
1947
- * <p>Where:</p>
1948
- * <ul>
1946
+ * <p>Where:</p>
1947
+ * <ul>
1949
1948
  * <li>
1950
- * <p>app/<load-balancer-name>/<load-balancer-id> is the final portion of
1949
+ * <p>app/<load-balancer-name>/<load-balancer-id> is the final portion of
1951
1950
  * the load balancer ARN</p>
1952
1951
  * </li>
1953
1952
  * <li>
1954
- * <p>targetgroup/<target-group-name>/<target-group-id> is the final portion
1953
+ * <p>targetgroup/<target-group-name>/<target-group-id> is the final portion
1955
1954
  * of the target group ARN.</p>
1956
1955
  * </li>
1957
1956
  * </ul>
1958
- * <p>To find the ARN for an Application Load Balancer, use the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html">DescribeLoadBalancers</a> API operation. To find the ARN for the target group, use
1957
+ * <p>To find the ARN for an Application Load Balancer, use the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html">DescribeLoadBalancers</a> API operation. To find the ARN for the target group, use
1959
1958
  * the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html">DescribeTargetGroups</a> API operation.</p>
1960
1959
  */
1961
1960
  ResourceLabel?: string;
@@ -2002,46 +2001,46 @@ export interface TargetTrackingScalingPolicyConfiguration {
2002
2001
  * <ul>
2003
2002
  * <li>
2004
2003
  * <p>AppStream 2.0 fleets</p>
2005
- * </li>
2004
+ * </li>
2006
2005
  * <li>
2007
2006
  * <p>Aurora DB clusters</p>
2008
- * </li>
2007
+ * </li>
2009
2008
  * <li>
2010
2009
  * <p>ECS services</p>
2011
- * </li>
2010
+ * </li>
2012
2011
  * <li>
2013
2012
  * <p>EMR clusters</p>
2014
- * </li>
2013
+ * </li>
2015
2014
  * <li>
2016
2015
  * <p> Neptune clusters</p>
2017
- * </li>
2016
+ * </li>
2018
2017
  * <li>
2019
2018
  * <p>SageMaker endpoint variants</p>
2020
- * </li>
2019
+ * </li>
2021
2020
  * <li>
2022
2021
  * <p>Spot Fleets</p>
2023
- * </li>
2022
+ * </li>
2024
2023
  * <li>
2025
2024
  * <p>Custom resources</p>
2026
- * </li>
2025
+ * </li>
2027
2026
  * </ul>
2028
2027
  * <p>For all other scalable targets, the default value is 0:</p>
2029
2028
  * <ul>
2030
2029
  * <li>
2031
2030
  * <p>Amazon Comprehend document classification and entity recognizer endpoints</p>
2032
- * </li>
2031
+ * </li>
2033
2032
  * <li>
2034
2033
  * <p>DynamoDB tables and global secondary indexes</p>
2035
- * </li>
2034
+ * </li>
2036
2035
  * <li>
2037
2036
  * <p>Amazon Keyspaces tables</p>
2038
- * </li>
2037
+ * </li>
2039
2038
  * <li>
2040
2039
  * <p>Lambda provisioned concurrency</p>
2041
- * </li>
2040
+ * </li>
2042
2041
  * <li>
2043
2042
  * <p>Amazon MSK broker storage</p>
2044
- * </li>
2043
+ * </li>
2045
2044
  * </ul>
2046
2045
  */
2047
2046
  ScaleOutCooldown?: number;
@@ -2058,46 +2057,46 @@ export interface TargetTrackingScalingPolicyConfiguration {
2058
2057
  * <ul>
2059
2058
  * <li>
2060
2059
  * <p>AppStream 2.0 fleets</p>
2061
- * </li>
2060
+ * </li>
2062
2061
  * <li>
2063
2062
  * <p>Aurora DB clusters</p>
2064
- * </li>
2063
+ * </li>
2065
2064
  * <li>
2066
2065
  * <p>ECS services</p>
2067
- * </li>
2066
+ * </li>
2068
2067
  * <li>
2069
2068
  * <p>EMR clusters</p>
2070
- * </li>
2069
+ * </li>
2071
2070
  * <li>
2072
2071
  * <p> Neptune clusters</p>
2073
- * </li>
2072
+ * </li>
2074
2073
  * <li>
2075
2074
  * <p>SageMaker endpoint variants</p>
2076
- * </li>
2075
+ * </li>
2077
2076
  * <li>
2078
2077
  * <p>Spot Fleets</p>
2079
- * </li>
2078
+ * </li>
2080
2079
  * <li>
2081
2080
  * <p>Custom resources</p>
2082
- * </li>
2081
+ * </li>
2083
2082
  * </ul>
2084
2083
  * <p>For all other scalable targets, the default value is 0:</p>
2085
2084
  * <ul>
2086
2085
  * <li>
2087
2086
  * <p>Amazon Comprehend document classification and entity recognizer endpoints</p>
2088
- * </li>
2087
+ * </li>
2089
2088
  * <li>
2090
2089
  * <p>DynamoDB tables and global secondary indexes</p>
2091
- * </li>
2090
+ * </li>
2092
2091
  * <li>
2093
2092
  * <p>Amazon Keyspaces tables</p>
2094
- * </li>
2093
+ * </li>
2095
2094
  * <li>
2096
2095
  * <p>Lambda provisioned concurrency</p>
2097
- * </li>
2096
+ * </li>
2098
2097
  * <li>
2099
2098
  * <p>Amazon MSK broker storage</p>
2100
- * </li>
2099
+ * </li>
2101
2100
  * </ul>
2102
2101
  */
2103
2102
  ScaleInCooldown?: number;
@@ -2138,65 +2137,65 @@ export interface ScalingPolicy {
2138
2137
  * <li>
2139
2138
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
2140
2139
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
2141
- * </li>
2140
+ * </li>
2142
2141
  * <li>
2143
2142
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
2144
2143
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
2145
- * </li>
2144
+ * </li>
2146
2145
  * <li>
2147
2146
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
2148
2147
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
2149
- * </li>
2148
+ * </li>
2150
2149
  * <li>
2151
2150
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
2152
2151
  * Example: <code>fleet/sample-fleet</code>.</p>
2153
- * </li>
2152
+ * </li>
2154
2153
  * <li>
2155
2154
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
2156
2155
  * Example: <code>table/my-table</code>.</p>
2157
- * </li>
2156
+ * </li>
2158
2157
  * <li>
2159
2158
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
2160
2159
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
2161
- * </li>
2160
+ * </li>
2162
2161
  * <li>
2163
2162
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
2164
2163
  * Example: <code>cluster:my-db-cluster</code>.</p>
2165
- * </li>
2164
+ * </li>
2166
2165
  * <li>
2167
2166
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
2168
2167
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
2169
- * </li>
2168
+ * </li>
2170
2169
  * <li>
2171
2170
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
2172
2171
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
2173
2172
  * repository</a>.</p>
2174
- * </li>
2173
+ * </li>
2175
2174
  * <li>
2176
2175
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
2177
- * </li>
2176
+ * </li>
2178
2177
  * <li>
2179
2178
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
2180
- * </li>
2179
+ * </li>
2181
2180
  * <li>
2182
2181
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
2183
2182
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
2184
- * </li>
2183
+ * </li>
2185
2184
  * <li>
2186
2185
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
2187
2186
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
2188
- * </li>
2187
+ * </li>
2189
2188
  * <li>
2190
2189
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
2191
2190
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
2192
- * </li>
2191
+ * </li>
2193
2192
  * <li>
2194
2193
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
2195
2194
  * Example: <code>replication-group/mycluster</code>.</p>
2196
- * </li>
2195
+ * </li>
2197
2196
  * <li>
2198
2197
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
2199
- * </li>
2198
+ * </li>
2200
2199
  * </ul>
2201
2200
  */
2202
2201
  ResourceId: string | undefined;
@@ -2206,83 +2205,83 @@ export interface ScalingPolicy {
2206
2205
  * <li>
2207
2206
  * <p>
2208
2207
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
2209
- * </li>
2208
+ * </li>
2210
2209
  * <li>
2211
2210
  * <p>
2212
2211
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
2213
- * </li>
2212
+ * </li>
2214
2213
  * <li>
2215
2214
  * <p>
2216
2215
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
2217
- * </li>
2216
+ * </li>
2218
2217
  * <li>
2219
2218
  * <p>
2220
2219
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
2221
- * </li>
2220
+ * </li>
2222
2221
  * <li>
2223
2222
  * <p>
2224
2223
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
2225
- * </li>
2224
+ * </li>
2226
2225
  * <li>
2227
2226
  * <p>
2228
2227
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
2229
- * </li>
2228
+ * </li>
2230
2229
  * <li>
2231
2230
  * <p>
2232
2231
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
2233
- * </li>
2232
+ * </li>
2234
2233
  * <li>
2235
2234
  * <p>
2236
2235
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
2237
- * </li>
2236
+ * </li>
2238
2237
  * <li>
2239
2238
  * <p>
2240
2239
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
2241
- * </li>
2240
+ * </li>
2242
2241
  * <li>
2243
2242
  * <p>
2244
2243
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
2245
- * </li>
2244
+ * </li>
2246
2245
  * <li>
2247
- * <p>
2246
+ * <p>
2248
2247
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
2249
- * </li>
2248
+ * </li>
2250
2249
  * <li>
2251
2250
  * <p>
2252
2251
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
2253
- * </li>
2252
+ * </li>
2254
2253
  * <li>
2255
2254
  * <p>
2256
2255
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
2257
- * </li>
2256
+ * </li>
2258
2257
  * <li>
2259
2258
  * <p>
2260
2259
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
2261
- * </li>
2260
+ * </li>
2262
2261
  * <li>
2263
2262
  * <p>
2264
2263
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
2265
- * </li>
2264
+ * </li>
2266
2265
  * <li>
2267
2266
  * <p>
2268
2267
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
2269
- * </li>
2268
+ * </li>
2270
2269
  * <li>
2271
2270
  * <p>
2272
2271
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
2273
- * </li>
2272
+ * </li>
2274
2273
  * <li>
2275
2274
  * <p>
2276
2275
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
2277
- * </li>
2276
+ * </li>
2278
2277
  * <li>
2279
2278
  * <p>
2280
2279
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
2281
- * </li>
2280
+ * </li>
2282
2281
  * <li>
2283
2282
  * <p>
2284
2283
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
2285
- * </li>
2284
+ * </li>
2286
2285
  * </ul>
2287
2286
  */
2288
2287
  ScalableDimension: ScalableDimension | string | undefined;
@@ -2356,65 +2355,65 @@ export interface DescribeScheduledActionsRequest {
2356
2355
  * <li>
2357
2356
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
2358
2357
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
2359
- * </li>
2358
+ * </li>
2360
2359
  * <li>
2361
2360
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
2362
2361
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
2363
- * </li>
2362
+ * </li>
2364
2363
  * <li>
2365
2364
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
2366
2365
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
2367
- * </li>
2366
+ * </li>
2368
2367
  * <li>
2369
2368
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
2370
2369
  * Example: <code>fleet/sample-fleet</code>.</p>
2371
- * </li>
2370
+ * </li>
2372
2371
  * <li>
2373
2372
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
2374
2373
  * Example: <code>table/my-table</code>.</p>
2375
- * </li>
2374
+ * </li>
2376
2375
  * <li>
2377
2376
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
2378
2377
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
2379
- * </li>
2378
+ * </li>
2380
2379
  * <li>
2381
2380
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
2382
2381
  * Example: <code>cluster:my-db-cluster</code>.</p>
2383
- * </li>
2382
+ * </li>
2384
2383
  * <li>
2385
2384
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
2386
2385
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
2387
- * </li>
2386
+ * </li>
2388
2387
  * <li>
2389
2388
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
2390
2389
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
2391
2390
  * repository</a>.</p>
2392
- * </li>
2391
+ * </li>
2393
2392
  * <li>
2394
2393
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
2395
- * </li>
2394
+ * </li>
2396
2395
  * <li>
2397
2396
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
2398
- * </li>
2397
+ * </li>
2399
2398
  * <li>
2400
2399
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
2401
2400
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
2402
- * </li>
2401
+ * </li>
2403
2402
  * <li>
2404
2403
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
2405
2404
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
2406
- * </li>
2405
+ * </li>
2407
2406
  * <li>
2408
2407
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
2409
2408
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
2410
- * </li>
2409
+ * </li>
2411
2410
  * <li>
2412
2411
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
2413
2412
  * Example: <code>replication-group/mycluster</code>.</p>
2414
- * </li>
2413
+ * </li>
2415
2414
  * <li>
2416
2415
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
2417
- * </li>
2416
+ * </li>
2418
2417
  * </ul>
2419
2418
  */
2420
2419
  ResourceId?: string;
@@ -2425,83 +2424,83 @@ export interface DescribeScheduledActionsRequest {
2425
2424
  * <li>
2426
2425
  * <p>
2427
2426
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
2428
- * </li>
2427
+ * </li>
2429
2428
  * <li>
2430
2429
  * <p>
2431
2430
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
2432
- * </li>
2431
+ * </li>
2433
2432
  * <li>
2434
2433
  * <p>
2435
2434
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
2436
- * </li>
2435
+ * </li>
2437
2436
  * <li>
2438
2437
  * <p>
2439
2438
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
2440
- * </li>
2439
+ * </li>
2441
2440
  * <li>
2442
2441
  * <p>
2443
2442
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
2444
- * </li>
2443
+ * </li>
2445
2444
  * <li>
2446
2445
  * <p>
2447
2446
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
2448
- * </li>
2447
+ * </li>
2449
2448
  * <li>
2450
2449
  * <p>
2451
2450
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
2452
- * </li>
2451
+ * </li>
2453
2452
  * <li>
2454
2453
  * <p>
2455
2454
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
2456
- * </li>
2455
+ * </li>
2457
2456
  * <li>
2458
2457
  * <p>
2459
2458
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
2460
- * </li>
2459
+ * </li>
2461
2460
  * <li>
2462
2461
  * <p>
2463
2462
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
2464
- * </li>
2463
+ * </li>
2465
2464
  * <li>
2466
- * <p>
2465
+ * <p>
2467
2466
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
2468
- * </li>
2467
+ * </li>
2469
2468
  * <li>
2470
2469
  * <p>
2471
2470
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
2472
- * </li>
2471
+ * </li>
2473
2472
  * <li>
2474
2473
  * <p>
2475
2474
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
2476
- * </li>
2475
+ * </li>
2477
2476
  * <li>
2478
2477
  * <p>
2479
2478
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
2480
- * </li>
2479
+ * </li>
2481
2480
  * <li>
2482
2481
  * <p>
2483
2482
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
2484
- * </li>
2483
+ * </li>
2485
2484
  * <li>
2486
2485
  * <p>
2487
2486
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
2488
- * </li>
2487
+ * </li>
2489
2488
  * <li>
2490
2489
  * <p>
2491
2490
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
2492
- * </li>
2491
+ * </li>
2493
2492
  * <li>
2494
2493
  * <p>
2495
2494
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
2496
- * </li>
2495
+ * </li>
2497
2496
  * <li>
2498
2497
  * <p>
2499
2498
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
2500
- * </li>
2499
+ * </li>
2501
2500
  * <li>
2502
2501
  * <p>
2503
2502
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
2504
- * </li>
2503
+ * </li>
2505
2504
  * </ul>
2506
2505
  */
2507
2506
  ScalableDimension?: ScalableDimension | string;
@@ -2581,7 +2580,7 @@ export interface ScheduledAction {
2581
2580
  * <p>The cron format consists of six fields separated by white spaces: [Minutes] [Hours] [Day_of_Month] [Month] [Day_of_Week] [Year].</p>
2582
2581
  * <p>For rate expressions, <i>value</i> is a positive integer and <i>unit</i> is
2583
2582
  * <code>minute</code> | <code>minutes</code> | <code>hour</code> | <code>hours</code> | <code>day</code> | <code>days</code>.</p>
2584
- * <p>For more information and examples, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/examples-scheduled-actions.html">Example scheduled actions for Application Auto Scaling</a> in the <i>Application Auto Scaling User Guide</i>.</p>
2583
+ * <p>For more information and examples, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/examples-scheduled-actions.html">Example scheduled actions for Application Auto Scaling</a> in the <i>Application Auto Scaling User Guide</i>.</p>
2585
2584
  */
2586
2585
  Schedule: string | undefined;
2587
2586
  /**
@@ -2596,65 +2595,65 @@ export interface ScheduledAction {
2596
2595
  * <li>
2597
2596
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
2598
2597
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
2599
- * </li>
2598
+ * </li>
2600
2599
  * <li>
2601
2600
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
2602
2601
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
2603
- * </li>
2602
+ * </li>
2604
2603
  * <li>
2605
2604
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
2606
2605
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
2607
- * </li>
2606
+ * </li>
2608
2607
  * <li>
2609
2608
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
2610
2609
  * Example: <code>fleet/sample-fleet</code>.</p>
2611
- * </li>
2610
+ * </li>
2612
2611
  * <li>
2613
2612
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
2614
2613
  * Example: <code>table/my-table</code>.</p>
2615
- * </li>
2614
+ * </li>
2616
2615
  * <li>
2617
2616
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
2618
2617
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
2619
- * </li>
2618
+ * </li>
2620
2619
  * <li>
2621
2620
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
2622
2621
  * Example: <code>cluster:my-db-cluster</code>.</p>
2623
- * </li>
2622
+ * </li>
2624
2623
  * <li>
2625
2624
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
2626
2625
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
2627
- * </li>
2626
+ * </li>
2628
2627
  * <li>
2629
2628
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
2630
2629
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
2631
2630
  * repository</a>.</p>
2632
- * </li>
2631
+ * </li>
2633
2632
  * <li>
2634
2633
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
2635
- * </li>
2634
+ * </li>
2636
2635
  * <li>
2637
2636
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
2638
- * </li>
2637
+ * </li>
2639
2638
  * <li>
2640
2639
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
2641
2640
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
2642
- * </li>
2641
+ * </li>
2643
2642
  * <li>
2644
2643
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
2645
2644
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
2646
- * </li>
2645
+ * </li>
2647
2646
  * <li>
2648
2647
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
2649
2648
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
2650
- * </li>
2649
+ * </li>
2651
2650
  * <li>
2652
2651
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
2653
2652
  * Example: <code>replication-group/mycluster</code>.</p>
2654
- * </li>
2653
+ * </li>
2655
2654
  * <li>
2656
2655
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
2657
- * </li>
2656
+ * </li>
2658
2657
  * </ul>
2659
2658
  */
2660
2659
  ResourceId: string | undefined;
@@ -2664,83 +2663,83 @@ export interface ScheduledAction {
2664
2663
  * <li>
2665
2664
  * <p>
2666
2665
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
2667
- * </li>
2666
+ * </li>
2668
2667
  * <li>
2669
2668
  * <p>
2670
2669
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
2671
- * </li>
2670
+ * </li>
2672
2671
  * <li>
2673
2672
  * <p>
2674
2673
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
2675
- * </li>
2674
+ * </li>
2676
2675
  * <li>
2677
2676
  * <p>
2678
2677
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
2679
- * </li>
2678
+ * </li>
2680
2679
  * <li>
2681
2680
  * <p>
2682
2681
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
2683
- * </li>
2682
+ * </li>
2684
2683
  * <li>
2685
2684
  * <p>
2686
2685
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
2687
- * </li>
2686
+ * </li>
2688
2687
  * <li>
2689
2688
  * <p>
2690
2689
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
2691
- * </li>
2690
+ * </li>
2692
2691
  * <li>
2693
2692
  * <p>
2694
2693
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
2695
- * </li>
2694
+ * </li>
2696
2695
  * <li>
2697
2696
  * <p>
2698
2697
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
2699
- * </li>
2698
+ * </li>
2700
2699
  * <li>
2701
2700
  * <p>
2702
2701
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
2703
- * </li>
2702
+ * </li>
2704
2703
  * <li>
2705
- * <p>
2704
+ * <p>
2706
2705
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
2707
- * </li>
2706
+ * </li>
2708
2707
  * <li>
2709
2708
  * <p>
2710
2709
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
2711
- * </li>
2710
+ * </li>
2712
2711
  * <li>
2713
2712
  * <p>
2714
2713
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
2715
- * </li>
2714
+ * </li>
2716
2715
  * <li>
2717
2716
  * <p>
2718
2717
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
2719
- * </li>
2718
+ * </li>
2720
2719
  * <li>
2721
2720
  * <p>
2722
2721
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
2723
- * </li>
2722
+ * </li>
2724
2723
  * <li>
2725
2724
  * <p>
2726
2725
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
2727
- * </li>
2726
+ * </li>
2728
2727
  * <li>
2729
2728
  * <p>
2730
2729
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
2731
- * </li>
2730
+ * </li>
2732
2731
  * <li>
2733
2732
  * <p>
2734
2733
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
2735
- * </li>
2734
+ * </li>
2736
2735
  * <li>
2737
2736
  * <p>
2738
2737
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
2739
- * </li>
2738
+ * </li>
2740
2739
  * <li>
2741
2740
  * <p>
2742
2741
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
2743
- * </li>
2742
+ * </li>
2744
2743
  * </ul>
2745
2744
  */
2746
2745
  ScalableDimension?: ScalableDimension | string;
@@ -2806,65 +2805,65 @@ export interface PutScalingPolicyRequest {
2806
2805
  * <li>
2807
2806
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
2808
2807
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
2809
- * </li>
2808
+ * </li>
2810
2809
  * <li>
2811
2810
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
2812
2811
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
2813
- * </li>
2812
+ * </li>
2814
2813
  * <li>
2815
2814
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
2816
2815
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
2817
- * </li>
2816
+ * </li>
2818
2817
  * <li>
2819
2818
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
2820
2819
  * Example: <code>fleet/sample-fleet</code>.</p>
2821
- * </li>
2820
+ * </li>
2822
2821
  * <li>
2823
2822
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
2824
2823
  * Example: <code>table/my-table</code>.</p>
2825
- * </li>
2824
+ * </li>
2826
2825
  * <li>
2827
2826
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
2828
2827
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
2829
- * </li>
2828
+ * </li>
2830
2829
  * <li>
2831
2830
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
2832
2831
  * Example: <code>cluster:my-db-cluster</code>.</p>
2833
- * </li>
2832
+ * </li>
2834
2833
  * <li>
2835
2834
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
2836
2835
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
2837
- * </li>
2836
+ * </li>
2838
2837
  * <li>
2839
2838
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
2840
2839
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
2841
2840
  * repository</a>.</p>
2842
- * </li>
2841
+ * </li>
2843
2842
  * <li>
2844
2843
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
2845
- * </li>
2844
+ * </li>
2846
2845
  * <li>
2847
2846
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
2848
- * </li>
2847
+ * </li>
2849
2848
  * <li>
2850
2849
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
2851
2850
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
2852
- * </li>
2851
+ * </li>
2853
2852
  * <li>
2854
2853
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
2855
2854
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
2856
- * </li>
2855
+ * </li>
2857
2856
  * <li>
2858
2857
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
2859
2858
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
2860
- * </li>
2859
+ * </li>
2861
2860
  * <li>
2862
2861
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
2863
2862
  * Example: <code>replication-group/mycluster</code>.</p>
2864
- * </li>
2863
+ * </li>
2865
2864
  * <li>
2866
2865
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
2867
- * </li>
2866
+ * </li>
2868
2867
  * </ul>
2869
2868
  */
2870
2869
  ResourceId: string | undefined;
@@ -2874,83 +2873,83 @@ export interface PutScalingPolicyRequest {
2874
2873
  * <li>
2875
2874
  * <p>
2876
2875
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
2877
- * </li>
2876
+ * </li>
2878
2877
  * <li>
2879
2878
  * <p>
2880
2879
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
2881
- * </li>
2880
+ * </li>
2882
2881
  * <li>
2883
2882
  * <p>
2884
2883
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
2885
- * </li>
2884
+ * </li>
2886
2885
  * <li>
2887
2886
  * <p>
2888
2887
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
2889
- * </li>
2888
+ * </li>
2890
2889
  * <li>
2891
2890
  * <p>
2892
2891
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
2893
- * </li>
2892
+ * </li>
2894
2893
  * <li>
2895
2894
  * <p>
2896
2895
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
2897
- * </li>
2896
+ * </li>
2898
2897
  * <li>
2899
2898
  * <p>
2900
2899
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
2901
- * </li>
2900
+ * </li>
2902
2901
  * <li>
2903
2902
  * <p>
2904
2903
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
2905
- * </li>
2904
+ * </li>
2906
2905
  * <li>
2907
2906
  * <p>
2908
2907
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
2909
- * </li>
2908
+ * </li>
2910
2909
  * <li>
2911
2910
  * <p>
2912
2911
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
2913
- * </li>
2912
+ * </li>
2914
2913
  * <li>
2915
- * <p>
2914
+ * <p>
2916
2915
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
2917
- * </li>
2916
+ * </li>
2918
2917
  * <li>
2919
2918
  * <p>
2920
2919
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
2921
- * </li>
2920
+ * </li>
2922
2921
  * <li>
2923
2922
  * <p>
2924
2923
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
2925
- * </li>
2924
+ * </li>
2926
2925
  * <li>
2927
2926
  * <p>
2928
2927
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
2929
- * </li>
2928
+ * </li>
2930
2929
  * <li>
2931
2930
  * <p>
2932
2931
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
2933
- * </li>
2932
+ * </li>
2934
2933
  * <li>
2935
2934
  * <p>
2936
2935
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
2937
- * </li>
2936
+ * </li>
2938
2937
  * <li>
2939
2938
  * <p>
2940
2939
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
2941
- * </li>
2940
+ * </li>
2942
2941
  * <li>
2943
2942
  * <p>
2944
2943
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
2945
- * </li>
2944
+ * </li>
2946
2945
  * <li>
2947
2946
  * <p>
2948
2947
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
2949
- * </li>
2948
+ * </li>
2950
2949
  * <li>
2951
2950
  * <p>
2952
2951
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
2953
- * </li>
2952
+ * </li>
2954
2953
  * </ul>
2955
2954
  */
2956
2955
  ScalableDimension: ScalableDimension | string | undefined;
@@ -3019,7 +3018,7 @@ export interface PutScheduledActionRequest {
3019
3018
  * <p>The cron format consists of six fields separated by white spaces: [Minutes] [Hours] [Day_of_Month] [Month] [Day_of_Week] [Year].</p>
3020
3019
  * <p>For rate expressions, <i>value</i> is a positive integer and <i>unit</i> is
3021
3020
  * <code>minute</code> | <code>minutes</code> | <code>hour</code> | <code>hours</code> | <code>day</code> | <code>days</code>.</p>
3022
- * <p>For more information and examples, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/examples-scheduled-actions.html">Example scheduled actions for Application Auto Scaling</a> in the <i>Application Auto Scaling User Guide</i>.</p>
3021
+ * <p>For more information and examples, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/examples-scheduled-actions.html">Example scheduled actions for Application Auto Scaling</a> in the <i>Application Auto Scaling User Guide</i>.</p>
3023
3022
  */
3024
3023
  Schedule?: string;
3025
3024
  /**
@@ -3041,65 +3040,65 @@ export interface PutScheduledActionRequest {
3041
3040
  * <li>
3042
3041
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
3043
3042
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
3044
- * </li>
3043
+ * </li>
3045
3044
  * <li>
3046
3045
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
3047
3046
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
3048
- * </li>
3047
+ * </li>
3049
3048
  * <li>
3050
3049
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
3051
3050
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
3052
- * </li>
3051
+ * </li>
3053
3052
  * <li>
3054
3053
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
3055
3054
  * Example: <code>fleet/sample-fleet</code>.</p>
3056
- * </li>
3055
+ * </li>
3057
3056
  * <li>
3058
3057
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
3059
3058
  * Example: <code>table/my-table</code>.</p>
3060
- * </li>
3059
+ * </li>
3061
3060
  * <li>
3062
3061
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
3063
3062
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
3064
- * </li>
3063
+ * </li>
3065
3064
  * <li>
3066
3065
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
3067
3066
  * Example: <code>cluster:my-db-cluster</code>.</p>
3068
- * </li>
3067
+ * </li>
3069
3068
  * <li>
3070
3069
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
3071
3070
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
3072
- * </li>
3071
+ * </li>
3073
3072
  * <li>
3074
3073
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
3075
3074
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
3076
3075
  * repository</a>.</p>
3077
- * </li>
3076
+ * </li>
3078
3077
  * <li>
3079
3078
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
3080
- * </li>
3079
+ * </li>
3081
3080
  * <li>
3082
3081
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
3083
- * </li>
3082
+ * </li>
3084
3083
  * <li>
3085
3084
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
3086
3085
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
3087
- * </li>
3086
+ * </li>
3088
3087
  * <li>
3089
3088
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
3090
3089
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
3091
- * </li>
3090
+ * </li>
3092
3091
  * <li>
3093
3092
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
3094
3093
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
3095
- * </li>
3094
+ * </li>
3096
3095
  * <li>
3097
3096
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
3098
3097
  * Example: <code>replication-group/mycluster</code>.</p>
3099
- * </li>
3098
+ * </li>
3100
3099
  * <li>
3101
3100
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
3102
- * </li>
3101
+ * </li>
3103
3102
  * </ul>
3104
3103
  */
3105
3104
  ResourceId: string | undefined;
@@ -3109,83 +3108,83 @@ export interface PutScheduledActionRequest {
3109
3108
  * <li>
3110
3109
  * <p>
3111
3110
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
3112
- * </li>
3111
+ * </li>
3113
3112
  * <li>
3114
3113
  * <p>
3115
3114
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
3116
- * </li>
3115
+ * </li>
3117
3116
  * <li>
3118
3117
  * <p>
3119
3118
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
3120
- * </li>
3119
+ * </li>
3121
3120
  * <li>
3122
3121
  * <p>
3123
3122
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
3124
- * </li>
3123
+ * </li>
3125
3124
  * <li>
3126
3125
  * <p>
3127
3126
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
3128
- * </li>
3127
+ * </li>
3129
3128
  * <li>
3130
3129
  * <p>
3131
3130
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
3132
- * </li>
3131
+ * </li>
3133
3132
  * <li>
3134
3133
  * <p>
3135
3134
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
3136
- * </li>
3135
+ * </li>
3137
3136
  * <li>
3138
3137
  * <p>
3139
3138
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
3140
- * </li>
3139
+ * </li>
3141
3140
  * <li>
3142
3141
  * <p>
3143
3142
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
3144
- * </li>
3143
+ * </li>
3145
3144
  * <li>
3146
3145
  * <p>
3147
3146
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
3148
- * </li>
3147
+ * </li>
3149
3148
  * <li>
3150
- * <p>
3149
+ * <p>
3151
3150
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
3152
- * </li>
3151
+ * </li>
3153
3152
  * <li>
3154
3153
  * <p>
3155
3154
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
3156
- * </li>
3155
+ * </li>
3157
3156
  * <li>
3158
3157
  * <p>
3159
3158
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
3160
- * </li>
3159
+ * </li>
3161
3160
  * <li>
3162
3161
  * <p>
3163
3162
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
3164
- * </li>
3163
+ * </li>
3165
3164
  * <li>
3166
3165
  * <p>
3167
3166
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
3168
- * </li>
3167
+ * </li>
3169
3168
  * <li>
3170
3169
  * <p>
3171
3170
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
3172
- * </li>
3171
+ * </li>
3173
3172
  * <li>
3174
3173
  * <p>
3175
3174
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
3176
- * </li>
3175
+ * </li>
3177
3176
  * <li>
3178
3177
  * <p>
3179
3178
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
3180
- * </li>
3179
+ * </li>
3181
3180
  * <li>
3182
3181
  * <p>
3183
3182
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
3184
- * </li>
3183
+ * </li>
3185
3184
  * <li>
3186
3185
  * <p>
3187
3186
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
3188
- * </li>
3187
+ * </li>
3189
3188
  * </ul>
3190
3189
  */
3191
3190
  ScalableDimension: ScalableDimension | string | undefined;
@@ -3220,65 +3219,65 @@ export interface RegisterScalableTargetRequest {
3220
3219
  * <li>
3221
3220
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
3222
3221
  * and service name. Example: <code>service/default/sample-webapp</code>.</p>
3223
- * </li>
3222
+ * </li>
3224
3223
  * <li>
3225
3224
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
3226
3225
  * Spot Fleet request ID. Example: <code>spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE</code>.</p>
3227
- * </li>
3226
+ * </li>
3228
3227
  * <li>
3229
3228
  * <p>EMR cluster - The resource type is <code>instancegroup</code> and the unique identifier is the cluster ID and instance group ID.
3230
3229
  * Example: <code>instancegroup/j-2EEZNYKUA1NTV/ig-1791Y4E1L8YI0</code>.</p>
3231
- * </li>
3230
+ * </li>
3232
3231
  * <li>
3233
3232
  * <p>AppStream 2.0 fleet - The resource type is <code>fleet</code> and the unique identifier is the fleet name.
3234
3233
  * Example: <code>fleet/sample-fleet</code>.</p>
3235
- * </li>
3234
+ * </li>
3236
3235
  * <li>
3237
3236
  * <p>DynamoDB table - The resource type is <code>table</code> and the unique identifier is the table name.
3238
3237
  * Example: <code>table/my-table</code>.</p>
3239
- * </li>
3238
+ * </li>
3240
3239
  * <li>
3241
3240
  * <p>DynamoDB global secondary index - The resource type is <code>index</code> and the unique identifier is the index name.
3242
3241
  * Example: <code>table/my-table/index/my-table-index</code>.</p>
3243
- * </li>
3242
+ * </li>
3244
3243
  * <li>
3245
3244
  * <p>Aurora DB cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name.
3246
3245
  * Example: <code>cluster:my-db-cluster</code>.</p>
3247
- * </li>
3246
+ * </li>
3248
3247
  * <li>
3249
3248
  * <p>SageMaker endpoint variant - The resource type is <code>variant</code> and the unique identifier is the resource ID.
3250
3249
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
3251
- * </li>
3250
+ * </li>
3252
3251
  * <li>
3253
3252
  * <p>Custom resources are not supported with a resource type. This parameter must specify the <code>OutputValue</code> from the CloudFormation template stack used to access the resources. The unique identifier is defined by the service provider. More information
3254
3253
  * is available in our <a href="https://github.com/aws/aws-auto-scaling-custom-resource">GitHub
3255
3254
  * repository</a>.</p>
3256
- * </li>
3255
+ * </li>
3257
3256
  * <li>
3258
3257
  * <p>Amazon Comprehend document classification endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE</code>.</p>
3259
- * </li>
3258
+ * </li>
3260
3259
  * <li>
3261
3260
  * <p>Amazon Comprehend entity recognizer endpoint - The resource type and unique identifier are specified using the endpoint ARN. Example: <code>arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE</code>.</p>
3262
- * </li>
3261
+ * </li>
3263
3262
  * <li>
3264
3263
  * <p>Lambda provisioned concurrency - The resource type is <code>function</code> and the unique identifier is the function name with a function version or alias name suffix that is not <code>$LATEST</code>.
3265
3264
  * Example: <code>function:my-function:prod</code> or <code>function:my-function:1</code>.</p>
3266
- * </li>
3265
+ * </li>
3267
3266
  * <li>
3268
3267
  * <p>Amazon Keyspaces table - The resource type is <code>table</code> and the unique identifier is the table name.
3269
3268
  * Example: <code>keyspace/mykeyspace/table/mytable</code>.</p>
3270
- * </li>
3269
+ * </li>
3271
3270
  * <li>
3272
3271
  * <p>Amazon MSK cluster - The resource type and unique identifier are specified using the cluster ARN.
3273
3272
  * Example: <code>arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5</code>.</p>
3274
- * </li>
3273
+ * </li>
3275
3274
  * <li>
3276
3275
  * <p>Amazon ElastiCache replication group - The resource type is <code>replication-group</code> and the unique identifier is the replication group name.
3277
3276
  * Example: <code>replication-group/mycluster</code>.</p>
3278
- * </li>
3277
+ * </li>
3279
3278
  * <li>
3280
3279
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
3281
- * </li>
3280
+ * </li>
3282
3281
  * </ul>
3283
3282
  */
3284
3283
  ResourceId: string | undefined;
@@ -3289,83 +3288,83 @@ export interface RegisterScalableTargetRequest {
3289
3288
  * <li>
3290
3289
  * <p>
3291
3290
  * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
3292
- * </li>
3291
+ * </li>
3293
3292
  * <li>
3294
3293
  * <p>
3295
3294
  * <code>elasticmapreduce:instancegroup:InstanceCount</code> - The instance count of an EMR Instance Group.</p>
3296
- * </li>
3295
+ * </li>
3297
3296
  * <li>
3298
3297
  * <p>
3299
3298
  * <code>ec2:spot-fleet-request:TargetCapacity</code> - The target capacity of a Spot Fleet.</p>
3300
- * </li>
3299
+ * </li>
3301
3300
  * <li>
3302
3301
  * <p>
3303
3302
  * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
3304
- * </li>
3303
+ * </li>
3305
3304
  * <li>
3306
3305
  * <p>
3307
3306
  * <code>dynamodb:table:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB table.</p>
3308
- * </li>
3307
+ * </li>
3309
3308
  * <li>
3310
3309
  * <p>
3311
3310
  * <code>dynamodb:table:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB table.</p>
3312
- * </li>
3311
+ * </li>
3313
3312
  * <li>
3314
3313
  * <p>
3315
3314
  * <code>dynamodb:index:ReadCapacityUnits</code> - The provisioned read capacity for a DynamoDB global secondary index.</p>
3316
- * </li>
3315
+ * </li>
3317
3316
  * <li>
3318
3317
  * <p>
3319
3318
  * <code>dynamodb:index:WriteCapacityUnits</code> - The provisioned write capacity for a DynamoDB global secondary index.</p>
3320
- * </li>
3319
+ * </li>
3321
3320
  * <li>
3322
3321
  * <p>
3323
3322
  * <code>rds:cluster:ReadReplicaCount</code> - The count of Aurora Replicas in an Aurora DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible edition.</p>
3324
- * </li>
3323
+ * </li>
3325
3324
  * <li>
3326
3325
  * <p>
3327
3326
  * <code>sagemaker:variant:DesiredInstanceCount</code> - The number of EC2 instances for a SageMaker model endpoint variant.</p>
3328
- * </li>
3327
+ * </li>
3329
3328
  * <li>
3330
- * <p>
3329
+ * <p>
3331
3330
  * <code>custom-resource:ResourceType:Property</code> - The scalable dimension for a custom resource provided by your own application or service.</p>
3332
- * </li>
3331
+ * </li>
3333
3332
  * <li>
3334
3333
  * <p>
3335
3334
  * <code>comprehend:document-classifier-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend document classification endpoint.</p>
3336
- * </li>
3335
+ * </li>
3337
3336
  * <li>
3338
3337
  * <p>
3339
3338
  * <code>comprehend:entity-recognizer-endpoint:DesiredInferenceUnits</code> - The number of inference units for an Amazon Comprehend entity recognizer endpoint.</p>
3340
- * </li>
3339
+ * </li>
3341
3340
  * <li>
3342
3341
  * <p>
3343
3342
  * <code>lambda:function:ProvisionedConcurrency</code> - The provisioned concurrency for a Lambda function.</p>
3344
- * </li>
3343
+ * </li>
3345
3344
  * <li>
3346
3345
  * <p>
3347
3346
  * <code>cassandra:table:ReadCapacityUnits</code> - The provisioned read capacity for an Amazon Keyspaces table.</p>
3348
- * </li>
3347
+ * </li>
3349
3348
  * <li>
3350
3349
  * <p>
3351
3350
  * <code>cassandra:table:WriteCapacityUnits</code> - The provisioned write capacity for an Amazon Keyspaces table.</p>
3352
- * </li>
3351
+ * </li>
3353
3352
  * <li>
3354
3353
  * <p>
3355
3354
  * <code>kafka:broker-storage:VolumeSize</code> - The provisioned volume size (in GiB) for brokers in an Amazon MSK cluster.</p>
3356
- * </li>
3355
+ * </li>
3357
3356
  * <li>
3358
3357
  * <p>
3359
3358
  * <code>elasticache:replication-group:NodeGroups</code> - The number of node groups for an Amazon ElastiCache replication group.</p>
3360
- * </li>
3359
+ * </li>
3361
3360
  * <li>
3362
3361
  * <p>
3363
3362
  * <code>elasticache:replication-group:Replicas</code> - The number of replicas per node group for an Amazon ElastiCache replication group.</p>
3364
- * </li>
3363
+ * </li>
3365
3364
  * <li>
3366
3365
  * <p>
3367
3366
  * <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
3368
- * </li>
3367
+ * </li>
3369
3368
  * </ul>
3370
3369
  */
3371
3370
  ScalableDimension: ScalableDimension | string | undefined;