aws-sdk-applicationautoscaling 1.87.0 → 1.89.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationautoscaling/client.rb +40 -31
- data/lib/aws-sdk-applicationautoscaling/types.rb +42 -42
- data/lib/aws-sdk-applicationautoscaling.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7467d162994db88e9275d8d5e0756dc2c38cbdeed67614f932d7b7ad9db4b670
|
4
|
+
data.tar.gz: 6099683c486a61b1f06f8541e157dd06a96a6412465e404be6db5e58decd75e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44426dd1198359448982d861b2e9d45c560319aeae020b777298a51b3288bcdb8364253d4c38c9dab34de5139527b8bccf6adc2a31954e785a12a1faaa15f16b
|
7
|
+
data.tar.gz: a7aaa60d75a28e04a112e5276bf1ffd6baef6d7bd8ce3dccdfbe17104c8ef9722b8232ed8091cad82445d33ea7d50b45c5ccbd54325c8d671b0aa1c83d21e04c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.89.0 (2024-07-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Doc only update for Application Auto Scaling that fixes resource name.
|
8
|
+
|
9
|
+
1.88.0 (2024-07-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.87.0 (2024-06-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.89.0
|
@@ -312,6 +312,15 @@ module Aws::ApplicationAutoScaling
|
|
312
312
|
#
|
313
313
|
# @option options [String] :session_token
|
314
314
|
#
|
315
|
+
# @option options [Array] :sigv4a_signing_region_set
|
316
|
+
# A list of regions that should be signed with SigV4a signing. When
|
317
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
318
|
+
# in the following locations:
|
319
|
+
#
|
320
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
321
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
322
|
+
# * `~/.aws/config`
|
323
|
+
#
|
315
324
|
# @option options [Boolean] :simple_json (false)
|
316
325
|
# Disables request parameter conversion, validation, and formatting.
|
317
326
|
# Also disables response data type conversions. The request parameters
|
@@ -523,7 +532,7 @@ module Aws::ApplicationAutoScaling
|
|
523
532
|
# `inference-component` and the unique identifier is the resource ID.
|
524
533
|
# Example: `inference-component/my-inference-component`.
|
525
534
|
#
|
526
|
-
# *
|
535
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
527
536
|
# unique identifier is the pool ID. Example:
|
528
537
|
# `workspacespool/wspool-123456`.
|
529
538
|
#
|
@@ -603,8 +612,8 @@ module Aws::ApplicationAutoScaling
|
|
603
612
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
604
613
|
# copies across an endpoint for a SageMaker inference component.
|
605
614
|
#
|
606
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
607
|
-
# WorkSpaces pool.
|
615
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of user
|
616
|
+
# sessions for the WorkSpaces in the pool.
|
608
617
|
#
|
609
618
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
610
619
|
#
|
@@ -737,7 +746,7 @@ module Aws::ApplicationAutoScaling
|
|
737
746
|
# `inference-component` and the unique identifier is the resource ID.
|
738
747
|
# Example: `inference-component/my-inference-component`.
|
739
748
|
#
|
740
|
-
# *
|
749
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
741
750
|
# unique identifier is the pool ID. Example:
|
742
751
|
# `workspacespool/wspool-123456`.
|
743
752
|
#
|
@@ -817,8 +826,8 @@ module Aws::ApplicationAutoScaling
|
|
817
826
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
818
827
|
# copies across an endpoint for a SageMaker inference component.
|
819
828
|
#
|
820
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
821
|
-
# WorkSpaces pool.
|
829
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of user
|
830
|
+
# sessions for the WorkSpaces in the pool.
|
822
831
|
#
|
823
832
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
824
833
|
#
|
@@ -950,7 +959,7 @@ module Aws::ApplicationAutoScaling
|
|
950
959
|
# `inference-component` and the unique identifier is the resource ID.
|
951
960
|
# Example: `inference-component/my-inference-component`.
|
952
961
|
#
|
953
|
-
# *
|
962
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
954
963
|
# unique identifier is the pool ID. Example:
|
955
964
|
# `workspacespool/wspool-123456`.
|
956
965
|
#
|
@@ -1031,8 +1040,8 @@ module Aws::ApplicationAutoScaling
|
|
1031
1040
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
1032
1041
|
# copies across an endpoint for a SageMaker inference component.
|
1033
1042
|
#
|
1034
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
1035
|
-
# WorkSpaces pool.
|
1043
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of user
|
1044
|
+
# sessions for the WorkSpaces in the pool.
|
1036
1045
|
#
|
1037
1046
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1038
1047
|
#
|
@@ -1156,7 +1165,7 @@ module Aws::ApplicationAutoScaling
|
|
1156
1165
|
# `inference-component` and the unique identifier is the resource ID.
|
1157
1166
|
# Example: `inference-component/my-inference-component`.
|
1158
1167
|
#
|
1159
|
-
# *
|
1168
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
1160
1169
|
# unique identifier is the pool ID. Example:
|
1161
1170
|
# `workspacespool/wspool-123456`.
|
1162
1171
|
#
|
@@ -1238,8 +1247,8 @@ module Aws::ApplicationAutoScaling
|
|
1238
1247
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
1239
1248
|
# copies across an endpoint for a SageMaker inference component.
|
1240
1249
|
#
|
1241
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
1242
|
-
# WorkSpaces pool.
|
1250
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of user
|
1251
|
+
# sessions for the WorkSpaces in the pool.
|
1243
1252
|
#
|
1244
1253
|
# @option params [Integer] :max_results
|
1245
1254
|
# The maximum number of scalable targets. This value can be between 1
|
@@ -1419,7 +1428,7 @@ module Aws::ApplicationAutoScaling
|
|
1419
1428
|
# `inference-component` and the unique identifier is the resource ID.
|
1420
1429
|
# Example: `inference-component/my-inference-component`.
|
1421
1430
|
#
|
1422
|
-
# *
|
1431
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
1423
1432
|
# unique identifier is the pool ID. Example:
|
1424
1433
|
# `workspacespool/wspool-123456`.
|
1425
1434
|
#
|
@@ -1500,8 +1509,8 @@ module Aws::ApplicationAutoScaling
|
|
1500
1509
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
1501
1510
|
# copies across an endpoint for a SageMaker inference component.
|
1502
1511
|
#
|
1503
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
1504
|
-
# WorkSpaces pool.
|
1512
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of user
|
1513
|
+
# sessions for the WorkSpaces in the pool.
|
1505
1514
|
#
|
1506
1515
|
# @option params [Integer] :max_results
|
1507
1516
|
# The maximum number of scalable targets. This value can be between 1
|
@@ -1705,7 +1714,7 @@ module Aws::ApplicationAutoScaling
|
|
1705
1714
|
# `inference-component` and the unique identifier is the resource ID.
|
1706
1715
|
# Example: `inference-component/my-inference-component`.
|
1707
1716
|
#
|
1708
|
-
# *
|
1717
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
1709
1718
|
# unique identifier is the pool ID. Example:
|
1710
1719
|
# `workspacespool/wspool-123456`.
|
1711
1720
|
#
|
@@ -1786,8 +1795,8 @@ module Aws::ApplicationAutoScaling
|
|
1786
1795
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
1787
1796
|
# copies across an endpoint for a SageMaker inference component.
|
1788
1797
|
#
|
1789
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
1790
|
-
# WorkSpaces pool.
|
1798
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of user
|
1799
|
+
# sessions for the WorkSpaces in the pool.
|
1791
1800
|
#
|
1792
1801
|
# @option params [Integer] :max_results
|
1793
1802
|
# The maximum number of scalable targets. This value can be between 1
|
@@ -2015,7 +2024,7 @@ module Aws::ApplicationAutoScaling
|
|
2015
2024
|
# `inference-component` and the unique identifier is the resource ID.
|
2016
2025
|
# Example: `inference-component/my-inference-component`.
|
2017
2026
|
#
|
2018
|
-
# *
|
2027
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
2019
2028
|
# unique identifier is the pool ID. Example:
|
2020
2029
|
# `workspacespool/wspool-123456`.
|
2021
2030
|
#
|
@@ -2096,8 +2105,8 @@ module Aws::ApplicationAutoScaling
|
|
2096
2105
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
2097
2106
|
# copies across an endpoint for a SageMaker inference component.
|
2098
2107
|
#
|
2099
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
2100
|
-
# WorkSpaces pool.
|
2108
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of user
|
2109
|
+
# sessions for the WorkSpaces in the pool.
|
2101
2110
|
#
|
2102
2111
|
# @option params [Integer] :max_results
|
2103
2112
|
# The maximum number of scheduled action results. This value can be
|
@@ -2388,7 +2397,7 @@ module Aws::ApplicationAutoScaling
|
|
2388
2397
|
# `inference-component` and the unique identifier is the resource ID.
|
2389
2398
|
# Example: `inference-component/my-inference-component`.
|
2390
2399
|
#
|
2391
|
-
# *
|
2400
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
2392
2401
|
# unique identifier is the pool ID. Example:
|
2393
2402
|
# `workspacespool/wspool-123456`.
|
2394
2403
|
#
|
@@ -2468,8 +2477,8 @@ module Aws::ApplicationAutoScaling
|
|
2468
2477
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
2469
2478
|
# copies across an endpoint for a SageMaker inference component.
|
2470
2479
|
#
|
2471
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
2472
|
-
# WorkSpaces pool.
|
2480
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of user
|
2481
|
+
# sessions for the WorkSpaces in the pool.
|
2473
2482
|
#
|
2474
2483
|
# @option params [String] :policy_type
|
2475
2484
|
# The scaling policy type. This parameter is required if you are
|
@@ -2789,7 +2798,7 @@ module Aws::ApplicationAutoScaling
|
|
2789
2798
|
# `inference-component` and the unique identifier is the resource ID.
|
2790
2799
|
# Example: `inference-component/my-inference-component`.
|
2791
2800
|
#
|
2792
|
-
# *
|
2801
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
2793
2802
|
# unique identifier is the pool ID. Example:
|
2794
2803
|
# `workspacespool/wspool-123456`.
|
2795
2804
|
#
|
@@ -2869,8 +2878,8 @@ module Aws::ApplicationAutoScaling
|
|
2869
2878
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
2870
2879
|
# copies across an endpoint for a SageMaker inference component.
|
2871
2880
|
#
|
2872
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
2873
|
-
# WorkSpaces pool.
|
2881
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of user
|
2882
|
+
# sessions for the WorkSpaces in the pool.
|
2874
2883
|
#
|
2875
2884
|
# @option params [Time,DateTime,Date,Integer,String] :start_time
|
2876
2885
|
# The date and time for this scheduled action to start, in UTC.
|
@@ -3070,7 +3079,7 @@ module Aws::ApplicationAutoScaling
|
|
3070
3079
|
# `inference-component` and the unique identifier is the resource ID.
|
3071
3080
|
# Example: `inference-component/my-inference-component`.
|
3072
3081
|
#
|
3073
|
-
# *
|
3082
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
3074
3083
|
# unique identifier is the pool ID. Example:
|
3075
3084
|
# `workspacespool/wspool-123456`.
|
3076
3085
|
#
|
@@ -3151,8 +3160,8 @@ module Aws::ApplicationAutoScaling
|
|
3151
3160
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
3152
3161
|
# copies across an endpoint for a SageMaker inference component.
|
3153
3162
|
#
|
3154
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
3155
|
-
# WorkSpaces pool.
|
3163
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of user
|
3164
|
+
# sessions for the WorkSpaces in the pool.
|
3156
3165
|
#
|
3157
3166
|
# @option params [Integer] :min_capacity
|
3158
3167
|
# The minimum value that you plan to scale in to. When a scaling policy
|
@@ -3479,7 +3488,7 @@ module Aws::ApplicationAutoScaling
|
|
3479
3488
|
params: params,
|
3480
3489
|
config: config)
|
3481
3490
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
3482
|
-
context[:gem_version] = '1.
|
3491
|
+
context[:gem_version] = '1.89.0'
|
3483
3492
|
Seahorse::Client::Request.new(handlers, context)
|
3484
3493
|
end
|
3485
3494
|
|
@@ -216,7 +216,7 @@ module Aws::ApplicationAutoScaling
|
|
216
216
|
# `inference-component` and the unique identifier is the resource
|
217
217
|
# ID. Example: `inference-component/my-inference-component`.
|
218
218
|
#
|
219
|
-
# *
|
219
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
220
220
|
# unique identifier is the pool ID. Example:
|
221
221
|
# `workspacespool/wspool-123456`.
|
222
222
|
#
|
@@ -297,8 +297,8 @@ module Aws::ApplicationAutoScaling
|
|
297
297
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
298
298
|
# copies across an endpoint for a SageMaker inference component.
|
299
299
|
#
|
300
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
301
|
-
#
|
300
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
301
|
+
# user sessions for the WorkSpaces in the pool.
|
302
302
|
# @return [String]
|
303
303
|
#
|
304
304
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScalingPolicyRequest AWS API Documentation
|
@@ -403,7 +403,7 @@ module Aws::ApplicationAutoScaling
|
|
403
403
|
# `inference-component` and the unique identifier is the resource
|
404
404
|
# ID. Example: `inference-component/my-inference-component`.
|
405
405
|
#
|
406
|
-
# *
|
406
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
407
407
|
# unique identifier is the pool ID. Example:
|
408
408
|
# `workspacespool/wspool-123456`.
|
409
409
|
#
|
@@ -484,8 +484,8 @@ module Aws::ApplicationAutoScaling
|
|
484
484
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
485
485
|
# copies across an endpoint for a SageMaker inference component.
|
486
486
|
#
|
487
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
488
|
-
#
|
487
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
488
|
+
# user sessions for the WorkSpaces in the pool.
|
489
489
|
# @return [String]
|
490
490
|
#
|
491
491
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScheduledActionRequest AWS API Documentation
|
@@ -586,7 +586,7 @@ module Aws::ApplicationAutoScaling
|
|
586
586
|
# `inference-component` and the unique identifier is the resource
|
587
587
|
# ID. Example: `inference-component/my-inference-component`.
|
588
588
|
#
|
589
|
-
# *
|
589
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
590
590
|
# unique identifier is the pool ID. Example:
|
591
591
|
# `workspacespool/wspool-123456`.
|
592
592
|
#
|
@@ -668,8 +668,8 @@ module Aws::ApplicationAutoScaling
|
|
668
668
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
669
669
|
# copies across an endpoint for a SageMaker inference component.
|
670
670
|
#
|
671
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
672
|
-
#
|
671
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
672
|
+
# user sessions for the WorkSpaces in the pool.
|
673
673
|
# @return [String]
|
674
674
|
#
|
675
675
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeregisterScalableTargetRequest AWS API Documentation
|
@@ -769,7 +769,7 @@ module Aws::ApplicationAutoScaling
|
|
769
769
|
# `inference-component` and the unique identifier is the resource
|
770
770
|
# ID. Example: `inference-component/my-inference-component`.
|
771
771
|
#
|
772
|
-
# *
|
772
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
773
773
|
# unique identifier is the pool ID. Example:
|
774
774
|
# `workspacespool/wspool-123456`.
|
775
775
|
#
|
@@ -852,8 +852,8 @@ module Aws::ApplicationAutoScaling
|
|
852
852
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
853
853
|
# copies across an endpoint for a SageMaker inference component.
|
854
854
|
#
|
855
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
856
|
-
#
|
855
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
856
|
+
# user sessions for the WorkSpaces in the pool.
|
857
857
|
# @return [String]
|
858
858
|
#
|
859
859
|
# @!attribute [rw] max_results
|
@@ -984,7 +984,7 @@ module Aws::ApplicationAutoScaling
|
|
984
984
|
# `inference-component` and the unique identifier is the resource
|
985
985
|
# ID. Example: `inference-component/my-inference-component`.
|
986
986
|
#
|
987
|
-
# *
|
987
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
988
988
|
# unique identifier is the pool ID. Example:
|
989
989
|
# `workspacespool/wspool-123456`.
|
990
990
|
#
|
@@ -1066,8 +1066,8 @@ module Aws::ApplicationAutoScaling
|
|
1066
1066
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
1067
1067
|
# copies across an endpoint for a SageMaker inference component.
|
1068
1068
|
#
|
1069
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
1070
|
-
#
|
1069
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
1070
|
+
# user sessions for the WorkSpaces in the pool.
|
1071
1071
|
# @return [String]
|
1072
1072
|
#
|
1073
1073
|
# @!attribute [rw] max_results
|
@@ -1216,7 +1216,7 @@ module Aws::ApplicationAutoScaling
|
|
1216
1216
|
# `inference-component` and the unique identifier is the resource
|
1217
1217
|
# ID. Example: `inference-component/my-inference-component`.
|
1218
1218
|
#
|
1219
|
-
# *
|
1219
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
1220
1220
|
# unique identifier is the pool ID. Example:
|
1221
1221
|
# `workspacespool/wspool-123456`.
|
1222
1222
|
#
|
@@ -1298,8 +1298,8 @@ module Aws::ApplicationAutoScaling
|
|
1298
1298
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
1299
1299
|
# copies across an endpoint for a SageMaker inference component.
|
1300
1300
|
#
|
1301
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
1302
|
-
#
|
1301
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
1302
|
+
# user sessions for the WorkSpaces in the pool.
|
1303
1303
|
# @return [String]
|
1304
1304
|
#
|
1305
1305
|
# @!attribute [rw] max_results
|
@@ -1435,7 +1435,7 @@ module Aws::ApplicationAutoScaling
|
|
1435
1435
|
# `inference-component` and the unique identifier is the resource
|
1436
1436
|
# ID. Example: `inference-component/my-inference-component`.
|
1437
1437
|
#
|
1438
|
-
# *
|
1438
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
1439
1439
|
# unique identifier is the pool ID. Example:
|
1440
1440
|
# `workspacespool/wspool-123456`.
|
1441
1441
|
#
|
@@ -1517,8 +1517,8 @@ module Aws::ApplicationAutoScaling
|
|
1517
1517
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
1518
1518
|
# copies across an endpoint for a SageMaker inference component.
|
1519
1519
|
#
|
1520
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
1521
|
-
#
|
1520
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
1521
|
+
# user sessions for the WorkSpaces in the pool.
|
1522
1522
|
# @return [String]
|
1523
1523
|
#
|
1524
1524
|
# @!attribute [rw] max_results
|
@@ -1892,7 +1892,7 @@ module Aws::ApplicationAutoScaling
|
|
1892
1892
|
# `inference-component` and the unique identifier is the resource
|
1893
1893
|
# ID. Example: `inference-component/my-inference-component`.
|
1894
1894
|
#
|
1895
|
-
# *
|
1895
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
1896
1896
|
# unique identifier is the pool ID. Example:
|
1897
1897
|
# `workspacespool/wspool-123456`.
|
1898
1898
|
#
|
@@ -1973,8 +1973,8 @@ module Aws::ApplicationAutoScaling
|
|
1973
1973
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
1974
1974
|
# copies across an endpoint for a SageMaker inference component.
|
1975
1975
|
#
|
1976
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
1977
|
-
#
|
1976
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
1977
|
+
# user sessions for the WorkSpaces in the pool.
|
1978
1978
|
# @return [String]
|
1979
1979
|
#
|
1980
1980
|
# @!attribute [rw] policy_type
|
@@ -2180,7 +2180,7 @@ module Aws::ApplicationAutoScaling
|
|
2180
2180
|
# `inference-component` and the unique identifier is the resource
|
2181
2181
|
# ID. Example: `inference-component/my-inference-component`.
|
2182
2182
|
#
|
2183
|
-
# *
|
2183
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
2184
2184
|
# unique identifier is the pool ID. Example:
|
2185
2185
|
# `workspacespool/wspool-123456`.
|
2186
2186
|
#
|
@@ -2261,8 +2261,8 @@ module Aws::ApplicationAutoScaling
|
|
2261
2261
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
2262
2262
|
# copies across an endpoint for a SageMaker inference component.
|
2263
2263
|
#
|
2264
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
2265
|
-
#
|
2264
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
2265
|
+
# user sessions for the WorkSpaces in the pool.
|
2266
2266
|
# @return [String]
|
2267
2267
|
#
|
2268
2268
|
# @!attribute [rw] start_time
|
@@ -2386,7 +2386,7 @@ module Aws::ApplicationAutoScaling
|
|
2386
2386
|
# `inference-component` and the unique identifier is the resource
|
2387
2387
|
# ID. Example: `inference-component/my-inference-component`.
|
2388
2388
|
#
|
2389
|
-
# *
|
2389
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
2390
2390
|
# unique identifier is the pool ID. Example:
|
2391
2391
|
# `workspacespool/wspool-123456`.
|
2392
2392
|
#
|
@@ -2468,8 +2468,8 @@ module Aws::ApplicationAutoScaling
|
|
2468
2468
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
2469
2469
|
# copies across an endpoint for a SageMaker inference component.
|
2470
2470
|
#
|
2471
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
2472
|
-
#
|
2471
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
2472
|
+
# user sessions for the WorkSpaces in the pool.
|
2473
2473
|
# @return [String]
|
2474
2474
|
#
|
2475
2475
|
# @!attribute [rw] min_capacity
|
@@ -2727,7 +2727,7 @@ module Aws::ApplicationAutoScaling
|
|
2727
2727
|
# `inference-component` and the unique identifier is the resource
|
2728
2728
|
# ID. Example: `inference-component/my-inference-component`.
|
2729
2729
|
#
|
2730
|
-
# *
|
2730
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
2731
2731
|
# unique identifier is the pool ID. Example:
|
2732
2732
|
# `workspacespool/wspool-123456`.
|
2733
2733
|
#
|
@@ -2809,8 +2809,8 @@ module Aws::ApplicationAutoScaling
|
|
2809
2809
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
2810
2810
|
# copies across an endpoint for a SageMaker inference component.
|
2811
2811
|
#
|
2812
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
2813
|
-
#
|
2812
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
2813
|
+
# user sessions for the WorkSpaces in the pool.
|
2814
2814
|
# @return [String]
|
2815
2815
|
#
|
2816
2816
|
# @!attribute [rw] min_capacity
|
@@ -2980,7 +2980,7 @@ module Aws::ApplicationAutoScaling
|
|
2980
2980
|
# `inference-component` and the unique identifier is the resource
|
2981
2981
|
# ID. Example: `inference-component/my-inference-component`.
|
2982
2982
|
#
|
2983
|
-
# *
|
2983
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
2984
2984
|
# unique identifier is the pool ID. Example:
|
2985
2985
|
# `workspacespool/wspool-123456`.
|
2986
2986
|
#
|
@@ -3061,8 +3061,8 @@ module Aws::ApplicationAutoScaling
|
|
3061
3061
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
3062
3062
|
# copies across an endpoint for a SageMaker inference component.
|
3063
3063
|
#
|
3064
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
3065
|
-
#
|
3064
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
3065
|
+
# user sessions for the WorkSpaces in the pool.
|
3066
3066
|
# @return [String]
|
3067
3067
|
#
|
3068
3068
|
# @!attribute [rw] description
|
@@ -3224,7 +3224,7 @@ module Aws::ApplicationAutoScaling
|
|
3224
3224
|
# `inference-component` and the unique identifier is the resource
|
3225
3225
|
# ID. Example: `inference-component/my-inference-component`.
|
3226
3226
|
#
|
3227
|
-
# *
|
3227
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
3228
3228
|
# unique identifier is the pool ID. Example:
|
3229
3229
|
# `workspacespool/wspool-123456`.
|
3230
3230
|
#
|
@@ -3305,8 +3305,8 @@ module Aws::ApplicationAutoScaling
|
|
3305
3305
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
3306
3306
|
# copies across an endpoint for a SageMaker inference component.
|
3307
3307
|
#
|
3308
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
3309
|
-
#
|
3308
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
3309
|
+
# user sessions for the WorkSpaces in the pool.
|
3310
3310
|
# @return [String]
|
3311
3311
|
#
|
3312
3312
|
# @!attribute [rw] policy_type
|
@@ -3483,7 +3483,7 @@ module Aws::ApplicationAutoScaling
|
|
3483
3483
|
# `inference-component` and the unique identifier is the resource
|
3484
3484
|
# ID. Example: `inference-component/my-inference-component`.
|
3485
3485
|
#
|
3486
|
-
# *
|
3486
|
+
# * Pool of WorkSpaces - The resource type is `workspacespool` and the
|
3487
3487
|
# unique identifier is the pool ID. Example:
|
3488
3488
|
# `workspacespool/wspool-123456`.
|
3489
3489
|
#
|
@@ -3564,8 +3564,8 @@ module Aws::ApplicationAutoScaling
|
|
3564
3564
|
# * `sagemaker:inference-component:DesiredCopyCount` - The number of
|
3565
3565
|
# copies across an endpoint for a SageMaker inference component.
|
3566
3566
|
#
|
3567
|
-
# * `workspaces:workspacespool:DesiredUserSessions` - The
|
3568
|
-
#
|
3567
|
+
# * `workspaces:workspacespool:DesiredUserSessions` - The number of
|
3568
|
+
# user sessions for the WorkSpaces in the pool.
|
3569
3569
|
# @return [String]
|
3570
3570
|
#
|
3571
3571
|
# @!attribute [rw] start_time
|
data/sig/client.rbs
CHANGED
data/sig/resource.rbs
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-applicationautoscaling
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.89.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,21 +29,21 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for Application Auto Scaling. This gem is part
|
48
48
|
of the AWS SDK for Ruby.
|
49
49
|
email:
|