@aws-sdk/client-application-auto-scaling 3.598.0 → 3.606.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.
@@ -70,6 +70,7 @@ export declare const ScalableDimension: {
70
70
  readonly SageMakerInferenceComponentDesiredCopyCount: "sagemaker:inference-component:DesiredCopyCount";
71
71
  readonly SageMakerVariantDesiredInstanceCount: "sagemaker:variant:DesiredInstanceCount";
72
72
  readonly SageMakerVariantDesiredProvisionedConcurrency: "sagemaker:variant:DesiredProvisionedConcurrency";
73
+ readonly WorkSpacesWorkSpacesPoolDesiredUserSessions: "workspaces:workspacespool:DesiredUserSessions";
73
74
  };
74
75
  /**
75
76
  * @public
@@ -94,6 +95,7 @@ export declare const ServiceNamespace: {
94
95
  readonly NEPTUNE: "neptune";
95
96
  readonly RDS: "rds";
96
97
  readonly SAGEMAKER: "sagemaker";
98
+ readonly WORKSPACES: "workspaces";
97
99
  };
98
100
  /**
99
101
  * @public
@@ -120,7 +122,7 @@ export interface DeleteScalingPolicyRequest {
120
122
  * <ul>
121
123
  * <li>
122
124
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
123
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
125
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
124
126
  * </li>
125
127
  * <li>
126
128
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -181,13 +183,17 @@ export interface DeleteScalingPolicyRequest {
181
183
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
182
184
  * </li>
183
185
  * <li>
184
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
186
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
185
187
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
186
188
  * </li>
187
189
  * <li>
188
190
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
189
191
  * Example: <code>inference-component/my-inference-component</code>.</p>
190
192
  * </li>
193
+ * <li>
194
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
195
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
196
+ * </li>
191
197
  * </ul>
192
198
  * @public
193
199
  */
@@ -197,7 +203,7 @@ export interface DeleteScalingPolicyRequest {
197
203
  * <ul>
198
204
  * <li>
199
205
  * <p>
200
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
206
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
201
207
  * </li>
202
208
  * <li>
203
209
  * <p>
@@ -209,7 +215,7 @@ export interface DeleteScalingPolicyRequest {
209
215
  * </li>
210
216
  * <li>
211
217
  * <p>
212
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
218
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
213
219
  * </li>
214
220
  * <li>
215
221
  * <p>
@@ -277,12 +283,16 @@ export interface DeleteScalingPolicyRequest {
277
283
  * </li>
278
284
  * <li>
279
285
  * <p>
280
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
286
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
281
287
  * </li>
282
288
  * <li>
283
289
  * <p>
284
290
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
285
291
  * </li>
292
+ * <li>
293
+ * <p>
294
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
295
+ * </li>
286
296
  * </ul>
287
297
  * @public
288
298
  */
@@ -358,7 +368,7 @@ export interface DeleteScheduledActionRequest {
358
368
  * <ul>
359
369
  * <li>
360
370
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
361
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
371
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
362
372
  * </li>
363
373
  * <li>
364
374
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -419,13 +429,17 @@ export interface DeleteScheduledActionRequest {
419
429
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
420
430
  * </li>
421
431
  * <li>
422
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
432
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
423
433
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
424
434
  * </li>
425
435
  * <li>
426
436
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
427
437
  * Example: <code>inference-component/my-inference-component</code>.</p>
428
438
  * </li>
439
+ * <li>
440
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
441
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
442
+ * </li>
429
443
  * </ul>
430
444
  * @public
431
445
  */
@@ -435,7 +449,7 @@ export interface DeleteScheduledActionRequest {
435
449
  * <ul>
436
450
  * <li>
437
451
  * <p>
438
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
452
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
439
453
  * </li>
440
454
  * <li>
441
455
  * <p>
@@ -447,7 +461,7 @@ export interface DeleteScheduledActionRequest {
447
461
  * </li>
448
462
  * <li>
449
463
  * <p>
450
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
464
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
451
465
  * </li>
452
466
  * <li>
453
467
  * <p>
@@ -515,12 +529,16 @@ export interface DeleteScheduledActionRequest {
515
529
  * </li>
516
530
  * <li>
517
531
  * <p>
518
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
532
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
519
533
  * </li>
520
534
  * <li>
521
535
  * <p>
522
536
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
523
537
  * </li>
538
+ * <li>
539
+ * <p>
540
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
541
+ * </li>
524
542
  * </ul>
525
543
  * @public
526
544
  */
@@ -547,7 +565,7 @@ export interface DeregisterScalableTargetRequest {
547
565
  * <ul>
548
566
  * <li>
549
567
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
550
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
568
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
551
569
  * </li>
552
570
  * <li>
553
571
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -608,13 +626,17 @@ export interface DeregisterScalableTargetRequest {
608
626
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
609
627
  * </li>
610
628
  * <li>
611
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
629
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
612
630
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
613
631
  * </li>
614
632
  * <li>
615
633
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
616
634
  * Example: <code>inference-component/my-inference-component</code>.</p>
617
635
  * </li>
636
+ * <li>
637
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
638
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
639
+ * </li>
618
640
  * </ul>
619
641
  * @public
620
642
  */
@@ -625,7 +647,7 @@ export interface DeregisterScalableTargetRequest {
625
647
  * <ul>
626
648
  * <li>
627
649
  * <p>
628
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
650
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
629
651
  * </li>
630
652
  * <li>
631
653
  * <p>
@@ -637,7 +659,7 @@ export interface DeregisterScalableTargetRequest {
637
659
  * </li>
638
660
  * <li>
639
661
  * <p>
640
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
662
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
641
663
  * </li>
642
664
  * <li>
643
665
  * <p>
@@ -705,12 +727,16 @@ export interface DeregisterScalableTargetRequest {
705
727
  * </li>
706
728
  * <li>
707
729
  * <p>
708
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
730
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
709
731
  * </li>
710
732
  * <li>
711
733
  * <p>
712
734
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
713
735
  * </li>
736
+ * <li>
737
+ * <p>
738
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
739
+ * </li>
714
740
  * </ul>
715
741
  * @public
716
742
  */
@@ -737,7 +763,7 @@ export interface DescribeScalableTargetsRequest {
737
763
  * <ul>
738
764
  * <li>
739
765
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
740
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
766
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
741
767
  * </li>
742
768
  * <li>
743
769
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -798,13 +824,17 @@ export interface DescribeScalableTargetsRequest {
798
824
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
799
825
  * </li>
800
826
  * <li>
801
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
827
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
802
828
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
803
829
  * </li>
804
830
  * <li>
805
831
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
806
832
  * Example: <code>inference-component/my-inference-component</code>.</p>
807
833
  * </li>
834
+ * <li>
835
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
836
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
837
+ * </li>
808
838
  * </ul>
809
839
  * @public
810
840
  */
@@ -815,7 +845,7 @@ export interface DescribeScalableTargetsRequest {
815
845
  * <ul>
816
846
  * <li>
817
847
  * <p>
818
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
848
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
819
849
  * </li>
820
850
  * <li>
821
851
  * <p>
@@ -827,7 +857,7 @@ export interface DescribeScalableTargetsRequest {
827
857
  * </li>
828
858
  * <li>
829
859
  * <p>
830
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
860
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
831
861
  * </li>
832
862
  * <li>
833
863
  * <p>
@@ -895,12 +925,16 @@ export interface DescribeScalableTargetsRequest {
895
925
  * </li>
896
926
  * <li>
897
927
  * <p>
898
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
928
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
899
929
  * </li>
900
930
  * <li>
901
931
  * <p>
902
932
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
903
933
  * </li>
934
+ * <li>
935
+ * <p>
936
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
937
+ * </li>
904
938
  * </ul>
905
939
  * @public
906
940
  */
@@ -967,7 +1001,7 @@ export interface ScalableTarget {
967
1001
  * <ul>
968
1002
  * <li>
969
1003
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
970
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
1004
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
971
1005
  * </li>
972
1006
  * <li>
973
1007
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -1028,13 +1062,17 @@ export interface ScalableTarget {
1028
1062
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
1029
1063
  * </li>
1030
1064
  * <li>
1031
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
1065
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
1032
1066
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
1033
1067
  * </li>
1034
1068
  * <li>
1035
1069
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
1036
1070
  * Example: <code>inference-component/my-inference-component</code>.</p>
1037
1071
  * </li>
1072
+ * <li>
1073
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
1074
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
1075
+ * </li>
1038
1076
  * </ul>
1039
1077
  * @public
1040
1078
  */
@@ -1045,7 +1083,7 @@ export interface ScalableTarget {
1045
1083
  * <ul>
1046
1084
  * <li>
1047
1085
  * <p>
1048
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
1086
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
1049
1087
  * </li>
1050
1088
  * <li>
1051
1089
  * <p>
@@ -1057,7 +1095,7 @@ export interface ScalableTarget {
1057
1095
  * </li>
1058
1096
  * <li>
1059
1097
  * <p>
1060
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
1098
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
1061
1099
  * </li>
1062
1100
  * <li>
1063
1101
  * <p>
@@ -1125,12 +1163,16 @@ export interface ScalableTarget {
1125
1163
  * </li>
1126
1164
  * <li>
1127
1165
  * <p>
1128
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
1166
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
1129
1167
  * </li>
1130
1168
  * <li>
1131
1169
  * <p>
1132
1170
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
1133
1171
  * </li>
1172
+ * <li>
1173
+ * <p>
1174
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
1175
+ * </li>
1134
1176
  * </ul>
1135
1177
  * @public
1136
1178
  */
@@ -1213,7 +1255,7 @@ export interface DescribeScalingActivitiesRequest {
1213
1255
  * <ul>
1214
1256
  * <li>
1215
1257
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
1216
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
1258
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
1217
1259
  * </li>
1218
1260
  * <li>
1219
1261
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -1274,13 +1316,17 @@ export interface DescribeScalingActivitiesRequest {
1274
1316
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
1275
1317
  * </li>
1276
1318
  * <li>
1277
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
1319
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
1278
1320
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
1279
1321
  * </li>
1280
1322
  * <li>
1281
1323
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
1282
1324
  * Example: <code>inference-component/my-inference-component</code>.</p>
1283
1325
  * </li>
1326
+ * <li>
1327
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
1328
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
1329
+ * </li>
1284
1330
  * </ul>
1285
1331
  * @public
1286
1332
  */
@@ -1291,7 +1337,7 @@ export interface DescribeScalingActivitiesRequest {
1291
1337
  * <ul>
1292
1338
  * <li>
1293
1339
  * <p>
1294
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
1340
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
1295
1341
  * </li>
1296
1342
  * <li>
1297
1343
  * <p>
@@ -1303,7 +1349,7 @@ export interface DescribeScalingActivitiesRequest {
1303
1349
  * </li>
1304
1350
  * <li>
1305
1351
  * <p>
1306
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
1352
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
1307
1353
  * </li>
1308
1354
  * <li>
1309
1355
  * <p>
@@ -1371,12 +1417,16 @@ export interface DescribeScalingActivitiesRequest {
1371
1417
  * </li>
1372
1418
  * <li>
1373
1419
  * <p>
1374
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
1420
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
1375
1421
  * </li>
1376
1422
  * <li>
1377
1423
  * <p>
1378
1424
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
1379
1425
  * </li>
1426
+ * <li>
1427
+ * <p>
1428
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
1429
+ * </li>
1380
1430
  * </ul>
1381
1431
  * @public
1382
1432
  */
@@ -1409,7 +1459,8 @@ export interface DescribeScalingActivitiesRequest {
1409
1459
  /**
1410
1460
  * <p>Describes the reason for an activity that isn't scaled (<i>not scaled
1411
1461
  * activity</i>), in machine-readable format. For help interpreting the not scaled
1412
- * reason details, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scaling-activities.html">Scaling activities for Application Auto Scaling</a>.</p>
1462
+ * reason details, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scaling-activities.html">Scaling activities for Application Auto Scaling</a> in the
1463
+ * <i>Application Auto Scaling User Guide</i>.</p>
1413
1464
  * @public
1414
1465
  */
1415
1466
  export interface NotScaledReason {
@@ -1490,7 +1541,7 @@ export interface ScalingActivity {
1490
1541
  * <ul>
1491
1542
  * <li>
1492
1543
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
1493
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
1544
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
1494
1545
  * </li>
1495
1546
  * <li>
1496
1547
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -1551,13 +1602,17 @@ export interface ScalingActivity {
1551
1602
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
1552
1603
  * </li>
1553
1604
  * <li>
1554
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
1605
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
1555
1606
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
1556
1607
  * </li>
1557
1608
  * <li>
1558
1609
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
1559
1610
  * Example: <code>inference-component/my-inference-component</code>.</p>
1560
1611
  * </li>
1612
+ * <li>
1613
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
1614
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
1615
+ * </li>
1561
1616
  * </ul>
1562
1617
  * @public
1563
1618
  */
@@ -1567,7 +1622,7 @@ export interface ScalingActivity {
1567
1622
  * <ul>
1568
1623
  * <li>
1569
1624
  * <p>
1570
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
1625
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
1571
1626
  * </li>
1572
1627
  * <li>
1573
1628
  * <p>
@@ -1579,7 +1634,7 @@ export interface ScalingActivity {
1579
1634
  * </li>
1580
1635
  * <li>
1581
1636
  * <p>
1582
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
1637
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
1583
1638
  * </li>
1584
1639
  * <li>
1585
1640
  * <p>
@@ -1647,12 +1702,16 @@ export interface ScalingActivity {
1647
1702
  * </li>
1648
1703
  * <li>
1649
1704
  * <p>
1650
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
1705
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
1651
1706
  * </li>
1652
1707
  * <li>
1653
1708
  * <p>
1654
1709
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
1655
1710
  * </li>
1711
+ * <li>
1712
+ * <p>
1713
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
1714
+ * </li>
1656
1715
  * </ul>
1657
1716
  * @public
1658
1717
  */
@@ -1736,7 +1795,7 @@ export interface DescribeScalingPoliciesRequest {
1736
1795
  * <ul>
1737
1796
  * <li>
1738
1797
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
1739
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
1798
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
1740
1799
  * </li>
1741
1800
  * <li>
1742
1801
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -1797,13 +1856,17 @@ export interface DescribeScalingPoliciesRequest {
1797
1856
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
1798
1857
  * </li>
1799
1858
  * <li>
1800
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
1859
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
1801
1860
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
1802
1861
  * </li>
1803
1862
  * <li>
1804
1863
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
1805
1864
  * Example: <code>inference-component/my-inference-component</code>.</p>
1806
1865
  * </li>
1866
+ * <li>
1867
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
1868
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
1869
+ * </li>
1807
1870
  * </ul>
1808
1871
  * @public
1809
1872
  */
@@ -1814,7 +1877,7 @@ export interface DescribeScalingPoliciesRequest {
1814
1877
  * <ul>
1815
1878
  * <li>
1816
1879
  * <p>
1817
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
1880
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
1818
1881
  * </li>
1819
1882
  * <li>
1820
1883
  * <p>
@@ -1826,7 +1889,7 @@ export interface DescribeScalingPoliciesRequest {
1826
1889
  * </li>
1827
1890
  * <li>
1828
1891
  * <p>
1829
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
1892
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
1830
1893
  * </li>
1831
1894
  * <li>
1832
1895
  * <p>
@@ -1894,12 +1957,16 @@ export interface DescribeScalingPoliciesRequest {
1894
1957
  * </li>
1895
1958
  * <li>
1896
1959
  * <p>
1897
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
1960
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
1898
1961
  * </li>
1899
1962
  * <li>
1900
1963
  * <p>
1901
1964
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
1902
1965
  * </li>
1966
+ * <li>
1967
+ * <p>
1968
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
1969
+ * </li>
1903
1970
  * </ul>
1904
1971
  * @public
1905
1972
  */
@@ -2124,7 +2191,7 @@ export interface TargetTrackingMetric {
2124
2191
  Namespace?: string;
2125
2192
  }
2126
2193
  /**
2127
- * <p>This structure defines the CloudWatch metric to return, along with the statistic, period, and
2194
+ * <p>This structure defines the CloudWatch metric to return, along with the statistic and
2128
2195
  * unit.</p>
2129
2196
  * <p>For more information about the CloudWatch terminology below, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html">Amazon CloudWatch
2130
2197
  * concepts</a> in the <i>Amazon CloudWatch User Guide</i>.</p>
@@ -2316,6 +2383,7 @@ export declare const MetricType: {
2316
2383
  readonly SageMakerInferenceComponentInvocationsPerCopy: "SageMakerInferenceComponentInvocationsPerCopy";
2317
2384
  readonly SageMakerVariantInvocationsPerInstance: "SageMakerVariantInvocationsPerInstance";
2318
2385
  readonly SageMakerVariantProvisionedConcurrencyUtilization: "SageMakerVariantProvisionedConcurrencyUtilization";
2386
+ readonly WorkSpacesAverageUserSessionsCapacityUtilization: "WorkSpacesAverageUserSessionsCapacityUtilization";
2319
2387
  };
2320
2388
  /**
2321
2389
  * @public
@@ -2324,10 +2392,8 @@ export type MetricType = (typeof MetricType)[keyof typeof MetricType];
2324
2392
  /**
2325
2393
  * <p>Represents a predefined metric for a target tracking scaling policy to use with
2326
2394
  * Application Auto Scaling.</p>
2327
- * <p>Only the Amazon Web Services that you're using send metrics to Amazon CloudWatch. To determine whether a
2328
- * desired metric already exists by looking up its namespace and dimension using the CloudWatch
2329
- * metrics dashboard in the console, follow the procedure in <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/monitoring-cloudwatch.html">Monitor your
2330
- * resources using CloudWatch</a> in the <i>Application Auto Scaling User Guide</i>.</p>
2395
+ * <p>For more information, <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/monitor-cloudwatch-metrics.html#predefined-metrics">Predefined metrics for target tracking scaling policies</a> in the
2396
+ * <i>Application Auto Scaling User Guide</i>.</p>
2331
2397
  * @public
2332
2398
  */
2333
2399
  export interface PredefinedMetricSpecification {
@@ -2365,8 +2431,8 @@ export interface PredefinedMetricSpecification {
2365
2431
  }
2366
2432
  /**
2367
2433
  * <p>Represents a target tracking scaling policy configuration to use with Application Auto Scaling.</p>
2368
- * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target tracking scaling policies</a> in the <i>Application Auto Scaling User
2369
- * Guide</i>.</p>
2434
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target tracking scaling policies</a> in the
2435
+ * <i>Application Auto Scaling User Guide</i>.</p>
2370
2436
  * @public
2371
2437
  */
2372
2438
  export interface TargetTrackingScalingPolicyConfiguration {
@@ -2449,7 +2515,7 @@ export interface ScalingPolicy {
2449
2515
  * <ul>
2450
2516
  * <li>
2451
2517
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
2452
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
2518
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
2453
2519
  * </li>
2454
2520
  * <li>
2455
2521
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -2510,13 +2576,17 @@ export interface ScalingPolicy {
2510
2576
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
2511
2577
  * </li>
2512
2578
  * <li>
2513
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
2579
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
2514
2580
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
2515
2581
  * </li>
2516
2582
  * <li>
2517
2583
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
2518
2584
  * Example: <code>inference-component/my-inference-component</code>.</p>
2519
2585
  * </li>
2586
+ * <li>
2587
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
2588
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
2589
+ * </li>
2520
2590
  * </ul>
2521
2591
  * @public
2522
2592
  */
@@ -2526,7 +2596,7 @@ export interface ScalingPolicy {
2526
2596
  * <ul>
2527
2597
  * <li>
2528
2598
  * <p>
2529
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
2599
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
2530
2600
  * </li>
2531
2601
  * <li>
2532
2602
  * <p>
@@ -2538,7 +2608,7 @@ export interface ScalingPolicy {
2538
2608
  * </li>
2539
2609
  * <li>
2540
2610
  * <p>
2541
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
2611
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
2542
2612
  * </li>
2543
2613
  * <li>
2544
2614
  * <p>
@@ -2606,12 +2676,16 @@ export interface ScalingPolicy {
2606
2676
  * </li>
2607
2677
  * <li>
2608
2678
  * <p>
2609
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
2679
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
2610
2680
  * </li>
2611
2681
  * <li>
2612
2682
  * <p>
2613
2683
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
2614
2684
  * </li>
2685
+ * <li>
2686
+ * <p>
2687
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
2688
+ * </li>
2615
2689
  * </ul>
2616
2690
  * @public
2617
2691
  */
@@ -2701,7 +2775,7 @@ export interface DescribeScheduledActionsRequest {
2701
2775
  * <ul>
2702
2776
  * <li>
2703
2777
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
2704
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
2778
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
2705
2779
  * </li>
2706
2780
  * <li>
2707
2781
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -2762,13 +2836,17 @@ export interface DescribeScheduledActionsRequest {
2762
2836
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
2763
2837
  * </li>
2764
2838
  * <li>
2765
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
2839
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
2766
2840
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
2767
2841
  * </li>
2768
2842
  * <li>
2769
2843
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
2770
2844
  * Example: <code>inference-component/my-inference-component</code>.</p>
2771
2845
  * </li>
2846
+ * <li>
2847
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
2848
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
2849
+ * </li>
2772
2850
  * </ul>
2773
2851
  * @public
2774
2852
  */
@@ -2779,7 +2857,7 @@ export interface DescribeScheduledActionsRequest {
2779
2857
  * <ul>
2780
2858
  * <li>
2781
2859
  * <p>
2782
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
2860
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
2783
2861
  * </li>
2784
2862
  * <li>
2785
2863
  * <p>
@@ -2791,7 +2869,7 @@ export interface DescribeScheduledActionsRequest {
2791
2869
  * </li>
2792
2870
  * <li>
2793
2871
  * <p>
2794
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
2872
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
2795
2873
  * </li>
2796
2874
  * <li>
2797
2875
  * <p>
@@ -2859,12 +2937,16 @@ export interface DescribeScheduledActionsRequest {
2859
2937
  * </li>
2860
2938
  * <li>
2861
2939
  * <p>
2862
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
2940
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
2863
2941
  * </li>
2864
2942
  * <li>
2865
2943
  * <p>
2866
2944
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
2867
2945
  * </li>
2946
+ * <li>
2947
+ * <p>
2948
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
2949
+ * </li>
2868
2950
  * </ul>
2869
2951
  * @public
2870
2952
  */
@@ -2954,7 +3036,7 @@ export interface ScheduledAction {
2954
3036
  * <p>The cron format consists of six fields separated by white spaces: [Minutes] [Hours] [Day_of_Month] [Month] [Day_of_Week] [Year].</p>
2955
3037
  * <p>For rate expressions, <i>value</i> is a positive integer and <i>unit</i> is
2956
3038
  * <code>minute</code> | <code>minutes</code> | <code>hour</code> | <code>hours</code> | <code>day</code> | <code>days</code>.</p>
2957
- * <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>
3039
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/scheduled-scaling-using-cron-expressions.html">Schedule recurring scaling actions using cron expressions</a> in the <i>Application Auto Scaling User Guide</i>.</p>
2958
3040
  * @public
2959
3041
  */
2960
3042
  Schedule: string | undefined;
@@ -2970,7 +3052,7 @@ export interface ScheduledAction {
2970
3052
  * <ul>
2971
3053
  * <li>
2972
3054
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
2973
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
3055
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
2974
3056
  * </li>
2975
3057
  * <li>
2976
3058
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -3031,13 +3113,17 @@ export interface ScheduledAction {
3031
3113
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
3032
3114
  * </li>
3033
3115
  * <li>
3034
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
3116
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
3035
3117
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
3036
3118
  * </li>
3037
3119
  * <li>
3038
3120
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
3039
3121
  * Example: <code>inference-component/my-inference-component</code>.</p>
3040
3122
  * </li>
3123
+ * <li>
3124
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
3125
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
3126
+ * </li>
3041
3127
  * </ul>
3042
3128
  * @public
3043
3129
  */
@@ -3047,7 +3133,7 @@ export interface ScheduledAction {
3047
3133
  * <ul>
3048
3134
  * <li>
3049
3135
  * <p>
3050
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
3136
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
3051
3137
  * </li>
3052
3138
  * <li>
3053
3139
  * <p>
@@ -3059,7 +3145,7 @@ export interface ScheduledAction {
3059
3145
  * </li>
3060
3146
  * <li>
3061
3147
  * <p>
3062
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
3148
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
3063
3149
  * </li>
3064
3150
  * <li>
3065
3151
  * <p>
@@ -3127,12 +3213,16 @@ export interface ScheduledAction {
3127
3213
  * </li>
3128
3214
  * <li>
3129
3215
  * <p>
3130
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
3216
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
3131
3217
  * </li>
3132
3218
  * <li>
3133
3219
  * <p>
3134
3220
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
3135
3221
  * </li>
3222
+ * <li>
3223
+ * <p>
3224
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
3225
+ * </li>
3136
3226
  * </ul>
3137
3227
  * @public
3138
3228
  */
@@ -3255,7 +3345,7 @@ export interface PutScalingPolicyRequest {
3255
3345
  * <ul>
3256
3346
  * <li>
3257
3347
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
3258
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
3348
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
3259
3349
  * </li>
3260
3350
  * <li>
3261
3351
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -3316,13 +3406,17 @@ export interface PutScalingPolicyRequest {
3316
3406
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
3317
3407
  * </li>
3318
3408
  * <li>
3319
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
3409
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
3320
3410
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
3321
3411
  * </li>
3322
3412
  * <li>
3323
3413
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
3324
3414
  * Example: <code>inference-component/my-inference-component</code>.</p>
3325
3415
  * </li>
3416
+ * <li>
3417
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
3418
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
3419
+ * </li>
3326
3420
  * </ul>
3327
3421
  * @public
3328
3422
  */
@@ -3332,7 +3426,7 @@ export interface PutScalingPolicyRequest {
3332
3426
  * <ul>
3333
3427
  * <li>
3334
3428
  * <p>
3335
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
3429
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
3336
3430
  * </li>
3337
3431
  * <li>
3338
3432
  * <p>
@@ -3344,7 +3438,7 @@ export interface PutScalingPolicyRequest {
3344
3438
  * </li>
3345
3439
  * <li>
3346
3440
  * <p>
3347
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
3441
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
3348
3442
  * </li>
3349
3443
  * <li>
3350
3444
  * <p>
@@ -3412,12 +3506,16 @@ export interface PutScalingPolicyRequest {
3412
3506
  * </li>
3413
3507
  * <li>
3414
3508
  * <p>
3415
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
3509
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
3416
3510
  * </li>
3417
3511
  * <li>
3418
3512
  * <p>
3419
3513
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
3420
3514
  * </li>
3515
+ * <li>
3516
+ * <p>
3517
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
3518
+ * </li>
3421
3519
  * </ul>
3422
3520
  * @public
3423
3521
  */
@@ -3499,7 +3597,7 @@ export interface PutScheduledActionRequest {
3499
3597
  * <p>The cron format consists of six fields separated by white spaces: [Minutes] [Hours] [Day_of_Month] [Month] [Day_of_Week] [Year].</p>
3500
3598
  * <p>For rate expressions, <i>value</i> is a positive integer and <i>unit</i> is
3501
3599
  * <code>minute</code> | <code>minutes</code> | <code>hour</code> | <code>hours</code> | <code>day</code> | <code>days</code>.</p>
3502
- * <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>
3600
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/scheduled-scaling-using-cron-expressions.html">Schedule recurring scaling actions using cron expressions</a> in the <i>Application Auto Scaling User Guide</i>.</p>
3503
3601
  * @public
3504
3602
  */
3505
3603
  Schedule?: string;
@@ -3523,7 +3621,7 @@ export interface PutScheduledActionRequest {
3523
3621
  * <ul>
3524
3622
  * <li>
3525
3623
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
3526
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
3624
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
3527
3625
  * </li>
3528
3626
  * <li>
3529
3627
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -3584,13 +3682,17 @@ export interface PutScheduledActionRequest {
3584
3682
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
3585
3683
  * </li>
3586
3684
  * <li>
3587
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
3685
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
3588
3686
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
3589
3687
  * </li>
3590
3688
  * <li>
3591
3689
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
3592
3690
  * Example: <code>inference-component/my-inference-component</code>.</p>
3593
3691
  * </li>
3692
+ * <li>
3693
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
3694
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
3695
+ * </li>
3594
3696
  * </ul>
3595
3697
  * @public
3596
3698
  */
@@ -3600,7 +3702,7 @@ export interface PutScheduledActionRequest {
3600
3702
  * <ul>
3601
3703
  * <li>
3602
3704
  * <p>
3603
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
3705
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
3604
3706
  * </li>
3605
3707
  * <li>
3606
3708
  * <p>
@@ -3612,7 +3714,7 @@ export interface PutScheduledActionRequest {
3612
3714
  * </li>
3613
3715
  * <li>
3614
3716
  * <p>
3615
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
3717
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
3616
3718
  * </li>
3617
3719
  * <li>
3618
3720
  * <p>
@@ -3680,12 +3782,16 @@ export interface PutScheduledActionRequest {
3680
3782
  * </li>
3681
3783
  * <li>
3682
3784
  * <p>
3683
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
3785
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
3684
3786
  * </li>
3685
3787
  * <li>
3686
3788
  * <p>
3687
3789
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
3688
3790
  * </li>
3791
+ * <li>
3792
+ * <p>
3793
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
3794
+ * </li>
3689
3795
  * </ul>
3690
3796
  * @public
3691
3797
  */
@@ -3730,7 +3836,7 @@ export interface RegisterScalableTargetRequest {
3730
3836
  * <ul>
3731
3837
  * <li>
3732
3838
  * <p>ECS service - The resource type is <code>service</code> and the unique identifier is the cluster name
3733
- * and service name. Example: <code>service/default/sample-webapp</code>.</p>
3839
+ * and service name. Example: <code>service/my-cluster/my-service</code>.</p>
3734
3840
  * </li>
3735
3841
  * <li>
3736
3842
  * <p>Spot Fleet - The resource type is <code>spot-fleet-request</code> and the unique identifier is the
@@ -3791,13 +3897,17 @@ export interface RegisterScalableTargetRequest {
3791
3897
  * <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
3792
3898
  * </li>
3793
3899
  * <li>
3794
- * <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
3900
+ * <p>SageMaker serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
3795
3901
  * Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
3796
3902
  * </li>
3797
3903
  * <li>
3798
3904
  * <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
3799
3905
  * Example: <code>inference-component/my-inference-component</code>.</p>
3800
3906
  * </li>
3907
+ * <li>
3908
+ * <p>Amazon WorkSpaces - The resource type is <code>workspacespool</code> and the unique identifier is the pool ID.
3909
+ * Example: <code>workspacespool/wspool-123456</code>.</p>
3910
+ * </li>
3801
3911
  * </ul>
3802
3912
  * @public
3803
3913
  */
@@ -3808,7 +3918,7 @@ export interface RegisterScalableTargetRequest {
3808
3918
  * <ul>
3809
3919
  * <li>
3810
3920
  * <p>
3811
- * <code>ecs:service:DesiredCount</code> - The desired task count of an ECS service.</p>
3921
+ * <code>ecs:service:DesiredCount</code> - The task count of an ECS service.</p>
3812
3922
  * </li>
3813
3923
  * <li>
3814
3924
  * <p>
@@ -3820,7 +3930,7 @@ export interface RegisterScalableTargetRequest {
3820
3930
  * </li>
3821
3931
  * <li>
3822
3932
  * <p>
3823
- * <code>appstream:fleet:DesiredCapacity</code> - The desired capacity of an AppStream 2.0 fleet.</p>
3933
+ * <code>appstream:fleet:DesiredCapacity</code> - The capacity of an AppStream 2.0 fleet.</p>
3824
3934
  * </li>
3825
3935
  * <li>
3826
3936
  * <p>
@@ -3888,12 +3998,16 @@ export interface RegisterScalableTargetRequest {
3888
3998
  * </li>
3889
3999
  * <li>
3890
4000
  * <p>
3891
- * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
4001
+ * <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker serverless endpoint.</p>
3892
4002
  * </li>
3893
4003
  * <li>
3894
4004
  * <p>
3895
4005
  * <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
3896
4006
  * </li>
4007
+ * <li>
4008
+ * <p>
4009
+ * <code>workspaces:workspacespool:DesiredUserSessions</code> - The capacity of a WorkSpaces pool.</p>
4010
+ * </li>
3897
4011
  * </ul>
3898
4012
  * @public
3899
4013
  */
@@ -3923,7 +4037,10 @@ export interface RegisterScalableTargetRequest {
3923
4037
  * <p>SageMaker endpoint variants</p>
3924
4038
  * </li>
3925
4039
  * <li>
3926
- * <p>SageMaker Serverless endpoint provisioned concurrency</p>
4040
+ * <p>SageMaker inference components</p>
4041
+ * </li>
4042
+ * <li>
4043
+ * <p>SageMaker serverless endpoint provisioned concurrency</p>
3927
4044
  * </li>
3928
4045
  * <li>
3929
4046
  * <p>Spot Fleets</p>
@@ -3960,7 +4077,7 @@ export interface RegisterScalableTargetRequest {
3960
4077
  * Amazon EMR), and it must specify the ARN of an IAM role that allows Application Auto Scaling to modify the scalable
3961
4078
  * target on your behalf. </p>
3962
4079
  * <p>If the service supports service-linked roles, Application Auto Scaling uses a service-linked role, which
3963
- * it creates if it does not yet exist. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-roles">Application Auto Scaling IAM roles</a>.</p>
4080
+ * it creates if it does not yet exist. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/security_iam_service-with-iam.html">How Application Auto Scaling works with IAM</a>.</p>
3964
4081
  * @public
3965
4082
  */
3966
4083
  RoleARN?: string;
@@ -3986,7 +4103,7 @@ export interface RegisterScalableTargetRequest {
3986
4103
  * scaling activities that involve scheduled actions are suspended. </p>
3987
4104
  * </li>
3988
4105
  * </ul>
3989
- * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-suspend-resume-scaling.html">Suspending and resuming scaling</a> in the <i>Application Auto Scaling User
4106
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-suspend-resume-scaling.html">Suspend and resume scaling</a> in the <i>Application Auto Scaling User
3990
4107
  * Guide</i>.</p>
3991
4108
  * @public
3992
4109
  */
@@ -4034,8 +4151,7 @@ export interface TagResourceRequest {
4034
4151
  * If you specify an existing tag key with a different tag value, Application Auto Scaling replaces the
4035
4152
  * current tag value with the specified one.</p>
4036
4153
  * <p>For information about the rules that apply to tag keys and tag values, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html">User-defined tag
4037
- * restrictions</a> in the <i>Amazon Web Services Billing and Cost Management User
4038
- * Guide</i>.</p>
4154
+ * restrictions</a> in the <i>Amazon Web Services Billing User Guide</i>.</p>
4039
4155
  * @public
4040
4156
  */
4041
4157
  Tags: Record<string, string> | undefined;