aws-sdk-applicationautoscaling 1.102.0 → 1.103.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationautoscaling/client.rb +98 -24
- data/lib/aws-sdk-applicationautoscaling/types.rb +106 -3
- data/lib/aws-sdk-applicationautoscaling.rb +1 -1
- data/sig/client.rbs +12 -12
- data/sig/types.rbs +16 -16
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b109a48072d6bb0caf72960cc19ed2bbfaca11e68c6ba658568e3d0be3aa7f6
|
4
|
+
data.tar.gz: fa598ce382dcda59df2a4f8d41e75d15431f2ba797f92012b156759cec42a8c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07b75764beb1f747cbf44cdb69083beaec13cc468f9bfe46c1887aeeaccd7d97264893bbfc7217f3f44c61b1f6a0b81ad9dfc3540e13451f5b7f91ecbf67f34e
|
7
|
+
data.tar.gz: 3c0119cb1ee479d5adbb354928aa8173fd53564ee5be50fe4590557a32540cc4a87afbd9e55124db5de9ecbb1df9bfa0c55804b2d23b390c1ebc0065a70d6e77
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.103.0 (2025-04-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Application Auto Scaling now supports horizontal scaling for Elasticache Memcached self-designed clusters using target tracking scaling policies and scheduled scaling.
|
8
|
+
|
4
9
|
1.102.0 (2025-02-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.103.0
|
@@ -566,6 +566,10 @@ module Aws::ApplicationAutoScaling
|
|
566
566
|
# `replication-group` and the unique identifier is the replication
|
567
567
|
# group name. Example: `replication-group/mycluster`.
|
568
568
|
#
|
569
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
570
|
+
# `cache-cluster` and the unique identifier is the cache cluster name.
|
571
|
+
# Example: `cache-cluster/mycluster`.
|
572
|
+
#
|
569
573
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
570
574
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
571
575
|
#
|
@@ -642,6 +646,9 @@ module Aws::ApplicationAutoScaling
|
|
642
646
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
643
647
|
# GiB) for brokers in an Amazon MSK cluster.
|
644
648
|
#
|
649
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
650
|
+
# Amazon ElastiCache cache cluster.
|
651
|
+
#
|
645
652
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
646
653
|
# groups for an Amazon ElastiCache replication group.
|
647
654
|
#
|
@@ -685,7 +692,7 @@ module Aws::ApplicationAutoScaling
|
|
685
692
|
# policy_name: "ResourceIdMaxLen1600", # required
|
686
693
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka, elasticache, neptune, workspaces
|
687
694
|
# resource_id: "ResourceIdMaxLen1600", # required
|
688
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
695
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:cache-cluster:Nodes, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
689
696
|
# })
|
690
697
|
#
|
691
698
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScalingPolicy AWS API Documentation
|
@@ -780,6 +787,10 @@ module Aws::ApplicationAutoScaling
|
|
780
787
|
# `replication-group` and the unique identifier is the replication
|
781
788
|
# group name. Example: `replication-group/mycluster`.
|
782
789
|
#
|
790
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
791
|
+
# `cache-cluster` and the unique identifier is the cache cluster name.
|
792
|
+
# Example: `cache-cluster/mycluster`.
|
793
|
+
#
|
783
794
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
784
795
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
785
796
|
#
|
@@ -856,6 +867,9 @@ module Aws::ApplicationAutoScaling
|
|
856
867
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
857
868
|
# GiB) for brokers in an Amazon MSK cluster.
|
858
869
|
#
|
870
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
871
|
+
# Amazon ElastiCache cache cluster.
|
872
|
+
#
|
859
873
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
860
874
|
# groups for an Amazon ElastiCache replication group.
|
861
875
|
#
|
@@ -898,7 +912,7 @@ module Aws::ApplicationAutoScaling
|
|
898
912
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka, elasticache, neptune, workspaces
|
899
913
|
# scheduled_action_name: "ResourceIdMaxLen1600", # required
|
900
914
|
# resource_id: "ResourceIdMaxLen1600", # required
|
901
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
915
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:cache-cluster:Nodes, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
902
916
|
# })
|
903
917
|
#
|
904
918
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScheduledAction AWS API Documentation
|
@@ -993,6 +1007,10 @@ module Aws::ApplicationAutoScaling
|
|
993
1007
|
# `replication-group` and the unique identifier is the replication
|
994
1008
|
# group name. Example: `replication-group/mycluster`.
|
995
1009
|
#
|
1010
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
1011
|
+
# `cache-cluster` and the unique identifier is the cache cluster name.
|
1012
|
+
# Example: `cache-cluster/mycluster`.
|
1013
|
+
#
|
996
1014
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
997
1015
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
998
1016
|
#
|
@@ -1070,6 +1088,9 @@ module Aws::ApplicationAutoScaling
|
|
1070
1088
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
1071
1089
|
# GiB) for brokers in an Amazon MSK cluster.
|
1072
1090
|
#
|
1091
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
1092
|
+
# Amazon ElastiCache cache cluster.
|
1093
|
+
#
|
1073
1094
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
1074
1095
|
# groups for an Amazon ElastiCache replication group.
|
1075
1096
|
#
|
@@ -1111,7 +1132,7 @@ module Aws::ApplicationAutoScaling
|
|
1111
1132
|
# resp = client.deregister_scalable_target({
|
1112
1133
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka, elasticache, neptune, workspaces
|
1113
1134
|
# resource_id: "ResourceIdMaxLen1600", # required
|
1114
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
1135
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:cache-cluster:Nodes, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
1115
1136
|
# })
|
1116
1137
|
#
|
1117
1138
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeregisterScalableTarget AWS API Documentation
|
@@ -1199,6 +1220,10 @@ module Aws::ApplicationAutoScaling
|
|
1199
1220
|
# `replication-group` and the unique identifier is the replication
|
1200
1221
|
# group name. Example: `replication-group/mycluster`.
|
1201
1222
|
#
|
1223
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
1224
|
+
# `cache-cluster` and the unique identifier is the cache cluster name.
|
1225
|
+
# Example: `cache-cluster/mycluster`.
|
1226
|
+
#
|
1202
1227
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
1203
1228
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
1204
1229
|
#
|
@@ -1277,6 +1302,9 @@ module Aws::ApplicationAutoScaling
|
|
1277
1302
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
1278
1303
|
# GiB) for brokers in an Amazon MSK cluster.
|
1279
1304
|
#
|
1305
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
1306
|
+
# Amazon ElastiCache cache cluster.
|
1307
|
+
#
|
1280
1308
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
1281
1309
|
# groups for an Amazon ElastiCache replication group.
|
1282
1310
|
#
|
@@ -1349,7 +1377,7 @@ module Aws::ApplicationAutoScaling
|
|
1349
1377
|
# resp = client.describe_scalable_targets({
|
1350
1378
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka, elasticache, neptune, workspaces
|
1351
1379
|
# resource_ids: ["ResourceIdMaxLen1600"],
|
1352
|
-
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
1380
|
+
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:cache-cluster:Nodes, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
1353
1381
|
# max_results: 1,
|
1354
1382
|
# next_token: "XmlString",
|
1355
1383
|
# })
|
@@ -1359,7 +1387,7 @@ module Aws::ApplicationAutoScaling
|
|
1359
1387
|
# resp.scalable_targets #=> Array
|
1360
1388
|
# resp.scalable_targets[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra", "kafka", "elasticache", "neptune", "workspaces"
|
1361
1389
|
# resp.scalable_targets[0].resource_id #=> String
|
1362
|
-
# resp.scalable_targets[0].scalable_dimension #=> String, one of "ecs:service:DesiredCount", "ec2:spot-fleet-request:TargetCapacity", "elasticmapreduce:instancegroup:InstanceCount", "appstream:fleet:DesiredCapacity", "dynamodb:table:ReadCapacityUnits", "dynamodb:table:WriteCapacityUnits", "dynamodb:index:ReadCapacityUnits", "dynamodb:index:WriteCapacityUnits", "rds:cluster:ReadReplicaCount", "sagemaker:variant:DesiredInstanceCount", "custom-resource:ResourceType:Property", "comprehend:document-classifier-endpoint:DesiredInferenceUnits", "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits", "kafka:broker-storage:VolumeSize", "elasticache:replication-group:NodeGroups", "elasticache:replication-group:Replicas", "neptune:cluster:ReadReplicaCount", "sagemaker:variant:DesiredProvisionedConcurrency", "sagemaker:inference-component:DesiredCopyCount", "workspaces:workspacespool:DesiredUserSessions"
|
1390
|
+
# resp.scalable_targets[0].scalable_dimension #=> String, one of "ecs:service:DesiredCount", "ec2:spot-fleet-request:TargetCapacity", "elasticmapreduce:instancegroup:InstanceCount", "appstream:fleet:DesiredCapacity", "dynamodb:table:ReadCapacityUnits", "dynamodb:table:WriteCapacityUnits", "dynamodb:index:ReadCapacityUnits", "dynamodb:index:WriteCapacityUnits", "rds:cluster:ReadReplicaCount", "sagemaker:variant:DesiredInstanceCount", "custom-resource:ResourceType:Property", "comprehend:document-classifier-endpoint:DesiredInferenceUnits", "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits", "kafka:broker-storage:VolumeSize", "elasticache:cache-cluster:Nodes", "elasticache:replication-group:NodeGroups", "elasticache:replication-group:Replicas", "neptune:cluster:ReadReplicaCount", "sagemaker:variant:DesiredProvisionedConcurrency", "sagemaker:inference-component:DesiredCopyCount", "workspaces:workspacespool:DesiredUserSessions"
|
1363
1391
|
# resp.scalable_targets[0].min_capacity #=> Integer
|
1364
1392
|
# resp.scalable_targets[0].max_capacity #=> Integer
|
1365
1393
|
# resp.scalable_targets[0].predicted_capacity #=> Integer
|
@@ -1463,6 +1491,10 @@ module Aws::ApplicationAutoScaling
|
|
1463
1491
|
# `replication-group` and the unique identifier is the replication
|
1464
1492
|
# group name. Example: `replication-group/mycluster`.
|
1465
1493
|
#
|
1494
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
1495
|
+
# `cache-cluster` and the unique identifier is the cache cluster name.
|
1496
|
+
# Example: `cache-cluster/mycluster`.
|
1497
|
+
#
|
1466
1498
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
1467
1499
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
1468
1500
|
#
|
@@ -1540,6 +1572,9 @@ module Aws::ApplicationAutoScaling
|
|
1540
1572
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
1541
1573
|
# GiB) for brokers in an Amazon MSK cluster.
|
1542
1574
|
#
|
1575
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
1576
|
+
# Amazon ElastiCache cache cluster.
|
1577
|
+
#
|
1543
1578
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
1544
1579
|
# groups for an Amazon ElastiCache replication group.
|
1545
1580
|
#
|
@@ -1625,7 +1660,7 @@ module Aws::ApplicationAutoScaling
|
|
1625
1660
|
# resp = client.describe_scaling_activities({
|
1626
1661
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka, elasticache, neptune, workspaces
|
1627
1662
|
# resource_id: "ResourceIdMaxLen1600",
|
1628
|
-
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
1663
|
+
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:cache-cluster:Nodes, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
1629
1664
|
# max_results: 1,
|
1630
1665
|
# next_token: "XmlString",
|
1631
1666
|
# include_not_scaled_activities: false,
|
@@ -1637,7 +1672,7 @@ module Aws::ApplicationAutoScaling
|
|
1637
1672
|
# resp.scaling_activities[0].activity_id #=> String
|
1638
1673
|
# resp.scaling_activities[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra", "kafka", "elasticache", "neptune", "workspaces"
|
1639
1674
|
# resp.scaling_activities[0].resource_id #=> String
|
1640
|
-
# resp.scaling_activities[0].scalable_dimension #=> String, one of "ecs:service:DesiredCount", "ec2:spot-fleet-request:TargetCapacity", "elasticmapreduce:instancegroup:InstanceCount", "appstream:fleet:DesiredCapacity", "dynamodb:table:ReadCapacityUnits", "dynamodb:table:WriteCapacityUnits", "dynamodb:index:ReadCapacityUnits", "dynamodb:index:WriteCapacityUnits", "rds:cluster:ReadReplicaCount", "sagemaker:variant:DesiredInstanceCount", "custom-resource:ResourceType:Property", "comprehend:document-classifier-endpoint:DesiredInferenceUnits", "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits", "kafka:broker-storage:VolumeSize", "elasticache:replication-group:NodeGroups", "elasticache:replication-group:Replicas", "neptune:cluster:ReadReplicaCount", "sagemaker:variant:DesiredProvisionedConcurrency", "sagemaker:inference-component:DesiredCopyCount", "workspaces:workspacespool:DesiredUserSessions"
|
1675
|
+
# resp.scaling_activities[0].scalable_dimension #=> String, one of "ecs:service:DesiredCount", "ec2:spot-fleet-request:TargetCapacity", "elasticmapreduce:instancegroup:InstanceCount", "appstream:fleet:DesiredCapacity", "dynamodb:table:ReadCapacityUnits", "dynamodb:table:WriteCapacityUnits", "dynamodb:index:ReadCapacityUnits", "dynamodb:index:WriteCapacityUnits", "rds:cluster:ReadReplicaCount", "sagemaker:variant:DesiredInstanceCount", "custom-resource:ResourceType:Property", "comprehend:document-classifier-endpoint:DesiredInferenceUnits", "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits", "kafka:broker-storage:VolumeSize", "elasticache:cache-cluster:Nodes", "elasticache:replication-group:NodeGroups", "elasticache:replication-group:Replicas", "neptune:cluster:ReadReplicaCount", "sagemaker:variant:DesiredProvisionedConcurrency", "sagemaker:inference-component:DesiredCopyCount", "workspaces:workspacespool:DesiredUserSessions"
|
1641
1676
|
# resp.scaling_activities[0].description #=> String
|
1642
1677
|
# resp.scaling_activities[0].cause #=> String
|
1643
1678
|
# resp.scaling_activities[0].start_time #=> Time
|
@@ -1749,6 +1784,10 @@ module Aws::ApplicationAutoScaling
|
|
1749
1784
|
# `replication-group` and the unique identifier is the replication
|
1750
1785
|
# group name. Example: `replication-group/mycluster`.
|
1751
1786
|
#
|
1787
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
1788
|
+
# `cache-cluster` and the unique identifier is the cache cluster name.
|
1789
|
+
# Example: `cache-cluster/mycluster`.
|
1790
|
+
#
|
1752
1791
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
1753
1792
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
1754
1793
|
#
|
@@ -1826,6 +1865,9 @@ module Aws::ApplicationAutoScaling
|
|
1826
1865
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
1827
1866
|
# GiB) for brokers in an Amazon MSK cluster.
|
1828
1867
|
#
|
1868
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
1869
|
+
# Amazon ElastiCache cache cluster.
|
1870
|
+
#
|
1829
1871
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
1830
1872
|
# groups for an Amazon ElastiCache replication group.
|
1831
1873
|
#
|
@@ -1911,7 +1953,7 @@ module Aws::ApplicationAutoScaling
|
|
1911
1953
|
# policy_names: ["ResourceIdMaxLen1600"],
|
1912
1954
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka, elasticache, neptune, workspaces
|
1913
1955
|
# resource_id: "ResourceIdMaxLen1600",
|
1914
|
-
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
1956
|
+
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:cache-cluster:Nodes, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
1915
1957
|
# max_results: 1,
|
1916
1958
|
# next_token: "XmlString",
|
1917
1959
|
# })
|
@@ -1923,7 +1965,7 @@ module Aws::ApplicationAutoScaling
|
|
1923
1965
|
# resp.scaling_policies[0].policy_name #=> String
|
1924
1966
|
# resp.scaling_policies[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra", "kafka", "elasticache", "neptune", "workspaces"
|
1925
1967
|
# resp.scaling_policies[0].resource_id #=> String
|
1926
|
-
# resp.scaling_policies[0].scalable_dimension #=> String, one of "ecs:service:DesiredCount", "ec2:spot-fleet-request:TargetCapacity", "elasticmapreduce:instancegroup:InstanceCount", "appstream:fleet:DesiredCapacity", "dynamodb:table:ReadCapacityUnits", "dynamodb:table:WriteCapacityUnits", "dynamodb:index:ReadCapacityUnits", "dynamodb:index:WriteCapacityUnits", "rds:cluster:ReadReplicaCount", "sagemaker:variant:DesiredInstanceCount", "custom-resource:ResourceType:Property", "comprehend:document-classifier-endpoint:DesiredInferenceUnits", "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits", "kafka:broker-storage:VolumeSize", "elasticache:replication-group:NodeGroups", "elasticache:replication-group:Replicas", "neptune:cluster:ReadReplicaCount", "sagemaker:variant:DesiredProvisionedConcurrency", "sagemaker:inference-component:DesiredCopyCount", "workspaces:workspacespool:DesiredUserSessions"
|
1968
|
+
# resp.scaling_policies[0].scalable_dimension #=> String, one of "ecs:service:DesiredCount", "ec2:spot-fleet-request:TargetCapacity", "elasticmapreduce:instancegroup:InstanceCount", "appstream:fleet:DesiredCapacity", "dynamodb:table:ReadCapacityUnits", "dynamodb:table:WriteCapacityUnits", "dynamodb:index:ReadCapacityUnits", "dynamodb:index:WriteCapacityUnits", "rds:cluster:ReadReplicaCount", "sagemaker:variant:DesiredInstanceCount", "custom-resource:ResourceType:Property", "comprehend:document-classifier-endpoint:DesiredInferenceUnits", "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits", "kafka:broker-storage:VolumeSize", "elasticache:cache-cluster:Nodes", "elasticache:replication-group:NodeGroups", "elasticache:replication-group:Replicas", "neptune:cluster:ReadReplicaCount", "sagemaker:variant:DesiredProvisionedConcurrency", "sagemaker:inference-component:DesiredCopyCount", "workspaces:workspacespool:DesiredUserSessions"
|
1927
1969
|
# resp.scaling_policies[0].policy_type #=> String, one of "StepScaling", "TargetTrackingScaling", "PredictiveScaling"
|
1928
1970
|
# resp.scaling_policies[0].step_scaling_policy_configuration.adjustment_type #=> String, one of "ChangeInCapacity", "PercentChangeInCapacity", "ExactCapacity"
|
1929
1971
|
# resp.scaling_policies[0].step_scaling_policy_configuration.step_adjustments #=> Array
|
@@ -1934,7 +1976,7 @@ module Aws::ApplicationAutoScaling
|
|
1934
1976
|
# resp.scaling_policies[0].step_scaling_policy_configuration.cooldown #=> Integer
|
1935
1977
|
# resp.scaling_policies[0].step_scaling_policy_configuration.metric_aggregation_type #=> String, one of "Average", "Minimum", "Maximum"
|
1936
1978
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.target_value #=> Float
|
1937
|
-
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.predefined_metric_specification.predefined_metric_type #=> String, one of "DynamoDBReadCapacityUtilization", "DynamoDBWriteCapacityUtilization", "ALBRequestCountPerTarget", "RDSReaderAverageCPUUtilization", "RDSReaderAverageDatabaseConnections", "EC2SpotFleetRequestAverageCPUUtilization", "EC2SpotFleetRequestAverageNetworkIn", "EC2SpotFleetRequestAverageNetworkOut", "SageMakerVariantInvocationsPerInstance", "ECSServiceAverageCPUUtilization", "ECSServiceAverageMemoryUtilization", "AppStreamAverageCapacityUtilization", "ComprehendInferenceUtilization", "LambdaProvisionedConcurrencyUtilization", "CassandraReadCapacityUtilization", "CassandraWriteCapacityUtilization", "KafkaBrokerStorageUtilization", "ElastiCachePrimaryEngineCPUUtilization", "ElastiCacheReplicaEngineCPUUtilization", "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage", "NeptuneReaderAverageCPUUtilization", "SageMakerVariantProvisionedConcurrencyUtilization", "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage", "SageMakerInferenceComponentInvocationsPerCopy", "WorkSpacesAverageUserSessionsCapacityUtilization", "SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution", "SageMakerVariantConcurrentRequestsPerModelHighResolution"
|
1979
|
+
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.predefined_metric_specification.predefined_metric_type #=> String, one of "DynamoDBReadCapacityUtilization", "DynamoDBWriteCapacityUtilization", "ALBRequestCountPerTarget", "RDSReaderAverageCPUUtilization", "RDSReaderAverageDatabaseConnections", "EC2SpotFleetRequestAverageCPUUtilization", "EC2SpotFleetRequestAverageNetworkIn", "EC2SpotFleetRequestAverageNetworkOut", "SageMakerVariantInvocationsPerInstance", "ECSServiceAverageCPUUtilization", "ECSServiceAverageMemoryUtilization", "AppStreamAverageCapacityUtilization", "ComprehendInferenceUtilization", "LambdaProvisionedConcurrencyUtilization", "CassandraReadCapacityUtilization", "CassandraWriteCapacityUtilization", "KafkaBrokerStorageUtilization", "ElastiCacheEngineCPUUtilization", "ElastiCacheDatabaseMemoryUsagePercentage", "ElastiCachePrimaryEngineCPUUtilization", "ElastiCacheReplicaEngineCPUUtilization", "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage", "NeptuneReaderAverageCPUUtilization", "SageMakerVariantProvisionedConcurrencyUtilization", "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage", "SageMakerInferenceComponentInvocationsPerCopy", "WorkSpacesAverageUserSessionsCapacityUtilization", "SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution", "SageMakerVariantConcurrentRequestsPerModelHighResolution"
|
1938
1980
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.predefined_metric_specification.resource_label #=> String
|
1939
1981
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.customized_metric_specification.metric_name #=> String
|
1940
1982
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.customized_metric_specification.namespace #=> String
|
@@ -2107,6 +2149,10 @@ module Aws::ApplicationAutoScaling
|
|
2107
2149
|
# `replication-group` and the unique identifier is the replication
|
2108
2150
|
# group name. Example: `replication-group/mycluster`.
|
2109
2151
|
#
|
2152
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
2153
|
+
# `cache-cluster` and the unique identifier is the cache cluster name.
|
2154
|
+
# Example: `cache-cluster/mycluster`.
|
2155
|
+
#
|
2110
2156
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
2111
2157
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
2112
2158
|
#
|
@@ -2184,6 +2230,9 @@ module Aws::ApplicationAutoScaling
|
|
2184
2230
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
2185
2231
|
# GiB) for brokers in an Amazon MSK cluster.
|
2186
2232
|
#
|
2233
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
2234
|
+
# Amazon ElastiCache cache cluster.
|
2235
|
+
#
|
2187
2236
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
2188
2237
|
# groups for an Amazon ElastiCache replication group.
|
2189
2238
|
#
|
@@ -2269,7 +2318,7 @@ module Aws::ApplicationAutoScaling
|
|
2269
2318
|
# scheduled_action_names: ["ResourceIdMaxLen1600"],
|
2270
2319
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka, elasticache, neptune, workspaces
|
2271
2320
|
# resource_id: "ResourceIdMaxLen1600",
|
2272
|
-
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
2321
|
+
# scalable_dimension: "ecs:service:DesiredCount", # accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:cache-cluster:Nodes, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
2273
2322
|
# max_results: 1,
|
2274
2323
|
# next_token: "XmlString",
|
2275
2324
|
# })
|
@@ -2283,7 +2332,7 @@ module Aws::ApplicationAutoScaling
|
|
2283
2332
|
# resp.scheduled_actions[0].schedule #=> String
|
2284
2333
|
# resp.scheduled_actions[0].timezone #=> String
|
2285
2334
|
# resp.scheduled_actions[0].resource_id #=> String
|
2286
|
-
# resp.scheduled_actions[0].scalable_dimension #=> String, one of "ecs:service:DesiredCount", "ec2:spot-fleet-request:TargetCapacity", "elasticmapreduce:instancegroup:InstanceCount", "appstream:fleet:DesiredCapacity", "dynamodb:table:ReadCapacityUnits", "dynamodb:table:WriteCapacityUnits", "dynamodb:index:ReadCapacityUnits", "dynamodb:index:WriteCapacityUnits", "rds:cluster:ReadReplicaCount", "sagemaker:variant:DesiredInstanceCount", "custom-resource:ResourceType:Property", "comprehend:document-classifier-endpoint:DesiredInferenceUnits", "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits", "kafka:broker-storage:VolumeSize", "elasticache:replication-group:NodeGroups", "elasticache:replication-group:Replicas", "neptune:cluster:ReadReplicaCount", "sagemaker:variant:DesiredProvisionedConcurrency", "sagemaker:inference-component:DesiredCopyCount", "workspaces:workspacespool:DesiredUserSessions"
|
2335
|
+
# resp.scheduled_actions[0].scalable_dimension #=> String, one of "ecs:service:DesiredCount", "ec2:spot-fleet-request:TargetCapacity", "elasticmapreduce:instancegroup:InstanceCount", "appstream:fleet:DesiredCapacity", "dynamodb:table:ReadCapacityUnits", "dynamodb:table:WriteCapacityUnits", "dynamodb:index:ReadCapacityUnits", "dynamodb:index:WriteCapacityUnits", "rds:cluster:ReadReplicaCount", "sagemaker:variant:DesiredInstanceCount", "custom-resource:ResourceType:Property", "comprehend:document-classifier-endpoint:DesiredInferenceUnits", "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits", "kafka:broker-storage:VolumeSize", "elasticache:cache-cluster:Nodes", "elasticache:replication-group:NodeGroups", "elasticache:replication-group:Replicas", "neptune:cluster:ReadReplicaCount", "sagemaker:variant:DesiredProvisionedConcurrency", "sagemaker:inference-component:DesiredCopyCount", "workspaces:workspacespool:DesiredUserSessions"
|
2287
2336
|
# resp.scheduled_actions[0].start_time #=> Time
|
2288
2337
|
# resp.scheduled_actions[0].end_time #=> Time
|
2289
2338
|
# resp.scheduled_actions[0].scalable_target_action.min_capacity #=> Integer
|
@@ -2346,7 +2395,7 @@ module Aws::ApplicationAutoScaling
|
|
2346
2395
|
# resp = client.get_predictive_scaling_forecast({
|
2347
2396
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka, elasticache, neptune, workspaces
|
2348
2397
|
# resource_id: "ResourceIdMaxLen1600", # required
|
2349
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
2398
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:cache-cluster:Nodes, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
2350
2399
|
# policy_name: "PolicyName", # required
|
2351
2400
|
# start_time: Time.now, # required
|
2352
2401
|
# end_time: Time.now, # required
|
@@ -2505,9 +2554,9 @@ module Aws::ApplicationAutoScaling
|
|
2505
2554
|
# be blocked. After the scale-in activity completes, the target tracking
|
2506
2555
|
# policy could instruct the scalable target to scale out again.
|
2507
2556
|
#
|
2508
|
-
# For more information, see [Target tracking scaling policies][1]
|
2509
|
-
#
|
2510
|
-
# Guide*.
|
2557
|
+
# For more information, see [Target tracking scaling policies][1], [Step
|
2558
|
+
# scaling policies][2], and [Predictive scaling policies][3] in the
|
2559
|
+
# *Application Auto Scaling User Guide*.
|
2511
2560
|
#
|
2512
2561
|
# <note markdown="1"> If a scalable target is deregistered, the scalable target is no longer
|
2513
2562
|
# available to use scaling policies. Any scaling policies that were
|
@@ -2519,6 +2568,7 @@ module Aws::ApplicationAutoScaling
|
|
2519
2568
|
#
|
2520
2569
|
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html
|
2521
2570
|
# [2]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html
|
2571
|
+
# [3]: https://docs.aws.amazon.com/autoscaling/application/userguide/aas-create-predictive-scaling-policy.html
|
2522
2572
|
#
|
2523
2573
|
# @option params [required, String] :policy_name
|
2524
2574
|
# The name of the scaling policy.
|
@@ -2597,6 +2647,10 @@ module Aws::ApplicationAutoScaling
|
|
2597
2647
|
# `replication-group` and the unique identifier is the replication
|
2598
2648
|
# group name. Example: `replication-group/mycluster`.
|
2599
2649
|
#
|
2650
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
2651
|
+
# `cache-cluster` and the unique identifier is the cache cluster name.
|
2652
|
+
# Example: `cache-cluster/mycluster`.
|
2653
|
+
#
|
2600
2654
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
2601
2655
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
2602
2656
|
#
|
@@ -2673,6 +2727,9 @@ module Aws::ApplicationAutoScaling
|
|
2673
2727
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
2674
2728
|
# GiB) for brokers in an Amazon MSK cluster.
|
2675
2729
|
#
|
2730
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
2731
|
+
# Amazon ElastiCache cache cluster.
|
2732
|
+
#
|
2676
2733
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
2677
2734
|
# groups for an Amazon ElastiCache replication group.
|
2678
2735
|
#
|
@@ -2702,14 +2759,17 @@ module Aws::ApplicationAutoScaling
|
|
2702
2759
|
# `StepScaling`—Not supported for DynamoDB, Amazon Comprehend, Lambda,
|
2703
2760
|
# Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
|
2704
2761
|
#
|
2705
|
-
#
|
2706
|
-
#
|
2707
|
-
#
|
2762
|
+
# `PredictiveScaling`—Only supported for Amazon ECS.
|
2763
|
+
#
|
2764
|
+
# For more information, see [Target tracking scaling policies][1], [Step
|
2765
|
+
# scaling policies][2], and [Predictive scaling policies][3] in the
|
2766
|
+
# *Application Auto Scaling User Guide*.
|
2708
2767
|
#
|
2709
2768
|
#
|
2710
2769
|
#
|
2711
2770
|
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html
|
2712
2771
|
# [2]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html
|
2772
|
+
# [3]: https://docs.aws.amazon.com/autoscaling/application/userguide/aas-create-predictive-scaling-policy.html
|
2713
2773
|
#
|
2714
2774
|
# @option params [Types::StepScalingPolicyConfiguration] :step_scaling_policy_configuration
|
2715
2775
|
# A step scaling policy.
|
@@ -2776,7 +2836,7 @@ module Aws::ApplicationAutoScaling
|
|
2776
2836
|
# policy_name: "PolicyName", # required
|
2777
2837
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka, elasticache, neptune, workspaces
|
2778
2838
|
# resource_id: "ResourceIdMaxLen1600", # required
|
2779
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
2839
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:cache-cluster:Nodes, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
2780
2840
|
# policy_type: "StepScaling", # accepts StepScaling, TargetTrackingScaling, PredictiveScaling
|
2781
2841
|
# step_scaling_policy_configuration: {
|
2782
2842
|
# adjustment_type: "ChangeInCapacity", # accepts ChangeInCapacity, PercentChangeInCapacity, ExactCapacity
|
@@ -2794,7 +2854,7 @@ module Aws::ApplicationAutoScaling
|
|
2794
2854
|
# target_tracking_scaling_policy_configuration: {
|
2795
2855
|
# target_value: 1.0, # required
|
2796
2856
|
# predefined_metric_specification: {
|
2797
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization, KafkaBrokerStorageUtilization, ElastiCachePrimaryEngineCPUUtilization, ElastiCacheReplicaEngineCPUUtilization, ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage, NeptuneReaderAverageCPUUtilization, SageMakerVariantProvisionedConcurrencyUtilization, ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage, SageMakerInferenceComponentInvocationsPerCopy, WorkSpacesAverageUserSessionsCapacityUtilization, SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution, SageMakerVariantConcurrentRequestsPerModelHighResolution
|
2857
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization, KafkaBrokerStorageUtilization, ElastiCacheEngineCPUUtilization, ElastiCacheDatabaseMemoryUsagePercentage, ElastiCachePrimaryEngineCPUUtilization, ElastiCacheReplicaEngineCPUUtilization, ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage, NeptuneReaderAverageCPUUtilization, SageMakerVariantProvisionedConcurrencyUtilization, ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage, SageMakerInferenceComponentInvocationsPerCopy, WorkSpacesAverageUserSessionsCapacityUtilization, SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution, SageMakerVariantConcurrentRequestsPerModelHighResolution
|
2798
2858
|
# resource_label: "ResourceLabel",
|
2799
2859
|
# },
|
2800
2860
|
# customized_metric_specification: {
|
@@ -3096,6 +3156,10 @@ module Aws::ApplicationAutoScaling
|
|
3096
3156
|
# `replication-group` and the unique identifier is the replication
|
3097
3157
|
# group name. Example: `replication-group/mycluster`.
|
3098
3158
|
#
|
3159
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
3160
|
+
# `cache-cluster` and the unique identifier is the cache cluster name.
|
3161
|
+
# Example: `cache-cluster/mycluster`.
|
3162
|
+
#
|
3099
3163
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
3100
3164
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
3101
3165
|
#
|
@@ -3172,6 +3236,9 @@ module Aws::ApplicationAutoScaling
|
|
3172
3236
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
3173
3237
|
# GiB) for brokers in an Amazon MSK cluster.
|
3174
3238
|
#
|
3239
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
3240
|
+
# Amazon ElastiCache cache cluster.
|
3241
|
+
#
|
3175
3242
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
3176
3243
|
# groups for an Amazon ElastiCache replication group.
|
3177
3244
|
#
|
@@ -3235,7 +3302,7 @@ module Aws::ApplicationAutoScaling
|
|
3235
3302
|
# timezone: "ResourceIdMaxLen1600",
|
3236
3303
|
# scheduled_action_name: "ScheduledActionName", # required
|
3237
3304
|
# resource_id: "ResourceIdMaxLen1600", # required
|
3238
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
3305
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:cache-cluster:Nodes, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
3239
3306
|
# start_time: Time.now,
|
3240
3307
|
# end_time: Time.now,
|
3241
3308
|
# scalable_target_action: {
|
@@ -3377,6 +3444,10 @@ module Aws::ApplicationAutoScaling
|
|
3377
3444
|
# `replication-group` and the unique identifier is the replication
|
3378
3445
|
# group name. Example: `replication-group/mycluster`.
|
3379
3446
|
#
|
3447
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
3448
|
+
# `cache-cluster` and the unique identifier is the cache cluster name.
|
3449
|
+
# Example: `cache-cluster/mycluster`.
|
3450
|
+
#
|
3380
3451
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
3381
3452
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
3382
3453
|
#
|
@@ -3454,6 +3525,9 @@ module Aws::ApplicationAutoScaling
|
|
3454
3525
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
3455
3526
|
# GiB) for brokers in an Amazon MSK cluster.
|
3456
3527
|
#
|
3528
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
3529
|
+
# Amazon ElastiCache cache cluster.
|
3530
|
+
#
|
3457
3531
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
3458
3532
|
# groups for an Amazon ElastiCache replication group.
|
3459
3533
|
#
|
@@ -3617,7 +3691,7 @@ module Aws::ApplicationAutoScaling
|
|
3617
3691
|
# resp = client.register_scalable_target({
|
3618
3692
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka, elasticache, neptune, workspaces
|
3619
3693
|
# resource_id: "ResourceIdMaxLen1600", # required
|
3620
|
-
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
3694
|
+
# scalable_dimension: "ecs:service:DesiredCount", # required, accepts ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, elasticmapreduce:instancegroup:InstanceCount, appstream:fleet:DesiredCapacity, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits, rds:cluster:ReadReplicaCount, sagemaker:variant:DesiredInstanceCount, custom-resource:ResourceType:Property, comprehend:document-classifier-endpoint:DesiredInferenceUnits, comprehend:entity-recognizer-endpoint:DesiredInferenceUnits, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits, kafka:broker-storage:VolumeSize, elasticache:cache-cluster:Nodes, elasticache:replication-group:NodeGroups, elasticache:replication-group:Replicas, neptune:cluster:ReadReplicaCount, sagemaker:variant:DesiredProvisionedConcurrency, sagemaker:inference-component:DesiredCopyCount, workspaces:workspacespool:DesiredUserSessions
|
3621
3695
|
# min_capacity: 1,
|
3622
3696
|
# max_capacity: 1,
|
3623
3697
|
# role_arn: "ResourceIdMaxLen1600",
|
@@ -3802,7 +3876,7 @@ module Aws::ApplicationAutoScaling
|
|
3802
3876
|
tracer: tracer
|
3803
3877
|
)
|
3804
3878
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
3805
|
-
context[:gem_version] = '1.
|
3879
|
+
context[:gem_version] = '1.103.0'
|
3806
3880
|
Seahorse::Client::Request.new(handlers, context)
|
3807
3881
|
end
|
3808
3882
|
|
@@ -227,6 +227,10 @@ module Aws::ApplicationAutoScaling
|
|
227
227
|
# `replication-group` and the unique identifier is the replication
|
228
228
|
# group name. Example: `replication-group/mycluster`.
|
229
229
|
#
|
230
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
231
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
232
|
+
# name. Example: `cache-cluster/mycluster`.
|
233
|
+
#
|
230
234
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
231
235
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
232
236
|
#
|
@@ -304,6 +308,9 @@ module Aws::ApplicationAutoScaling
|
|
304
308
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
305
309
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
306
310
|
#
|
311
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
312
|
+
# Amazon ElastiCache cache cluster.
|
313
|
+
#
|
307
314
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
308
315
|
# groups for an Amazon ElastiCache replication group.
|
309
316
|
#
|
@@ -414,6 +421,10 @@ module Aws::ApplicationAutoScaling
|
|
414
421
|
# `replication-group` and the unique identifier is the replication
|
415
422
|
# group name. Example: `replication-group/mycluster`.
|
416
423
|
#
|
424
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
425
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
426
|
+
# name. Example: `cache-cluster/mycluster`.
|
427
|
+
#
|
417
428
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
418
429
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
419
430
|
#
|
@@ -491,6 +502,9 @@ module Aws::ApplicationAutoScaling
|
|
491
502
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
492
503
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
493
504
|
#
|
505
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
506
|
+
# Amazon ElastiCache cache cluster.
|
507
|
+
#
|
494
508
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
495
509
|
# groups for an Amazon ElastiCache replication group.
|
496
510
|
#
|
@@ -597,6 +611,10 @@ module Aws::ApplicationAutoScaling
|
|
597
611
|
# `replication-group` and the unique identifier is the replication
|
598
612
|
# group name. Example: `replication-group/mycluster`.
|
599
613
|
#
|
614
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
615
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
616
|
+
# name. Example: `cache-cluster/mycluster`.
|
617
|
+
#
|
600
618
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
601
619
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
602
620
|
#
|
@@ -675,6 +693,9 @@ module Aws::ApplicationAutoScaling
|
|
675
693
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
676
694
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
677
695
|
#
|
696
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
697
|
+
# Amazon ElastiCache cache cluster.
|
698
|
+
#
|
678
699
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
679
700
|
# groups for an Amazon ElastiCache replication group.
|
680
701
|
#
|
@@ -780,6 +801,10 @@ module Aws::ApplicationAutoScaling
|
|
780
801
|
# `replication-group` and the unique identifier is the replication
|
781
802
|
# group name. Example: `replication-group/mycluster`.
|
782
803
|
#
|
804
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
805
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
806
|
+
# name. Example: `cache-cluster/mycluster`.
|
807
|
+
#
|
783
808
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
784
809
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
785
810
|
#
|
@@ -859,6 +884,9 @@ module Aws::ApplicationAutoScaling
|
|
859
884
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
860
885
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
861
886
|
#
|
887
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
888
|
+
# Amazon ElastiCache cache cluster.
|
889
|
+
#
|
862
890
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
863
891
|
# groups for an Amazon ElastiCache replication group.
|
864
892
|
#
|
@@ -995,6 +1023,10 @@ module Aws::ApplicationAutoScaling
|
|
995
1023
|
# `replication-group` and the unique identifier is the replication
|
996
1024
|
# group name. Example: `replication-group/mycluster`.
|
997
1025
|
#
|
1026
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
1027
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
1028
|
+
# name. Example: `cache-cluster/mycluster`.
|
1029
|
+
#
|
998
1030
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
999
1031
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
1000
1032
|
#
|
@@ -1073,6 +1105,9 @@ module Aws::ApplicationAutoScaling
|
|
1073
1105
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
1074
1106
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
1075
1107
|
#
|
1108
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
1109
|
+
# Amazon ElastiCache cache cluster.
|
1110
|
+
#
|
1076
1111
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
1077
1112
|
# groups for an Amazon ElastiCache replication group.
|
1078
1113
|
#
|
@@ -1227,6 +1262,10 @@ module Aws::ApplicationAutoScaling
|
|
1227
1262
|
# `replication-group` and the unique identifier is the replication
|
1228
1263
|
# group name. Example: `replication-group/mycluster`.
|
1229
1264
|
#
|
1265
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
1266
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
1267
|
+
# name. Example: `cache-cluster/mycluster`.
|
1268
|
+
#
|
1230
1269
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
1231
1270
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
1232
1271
|
#
|
@@ -1305,6 +1344,9 @@ module Aws::ApplicationAutoScaling
|
|
1305
1344
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
1306
1345
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
1307
1346
|
#
|
1347
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
1348
|
+
# Amazon ElastiCache cache cluster.
|
1349
|
+
#
|
1308
1350
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
1309
1351
|
# groups for an Amazon ElastiCache replication group.
|
1310
1352
|
#
|
@@ -1446,6 +1488,10 @@ module Aws::ApplicationAutoScaling
|
|
1446
1488
|
# `replication-group` and the unique identifier is the replication
|
1447
1489
|
# group name. Example: `replication-group/mycluster`.
|
1448
1490
|
#
|
1491
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
1492
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
1493
|
+
# name. Example: `cache-cluster/mycluster`.
|
1494
|
+
#
|
1449
1495
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
1450
1496
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
1451
1497
|
#
|
@@ -1524,6 +1570,9 @@ module Aws::ApplicationAutoScaling
|
|
1524
1570
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
1525
1571
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
1526
1572
|
#
|
1573
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
1574
|
+
# Amazon ElastiCache cache cluster.
|
1575
|
+
#
|
1527
1576
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
1528
1577
|
# groups for an Amazon ElastiCache replication group.
|
1529
1578
|
#
|
@@ -2344,6 +2393,10 @@ module Aws::ApplicationAutoScaling
|
|
2344
2393
|
# `replication-group` and the unique identifier is the replication
|
2345
2394
|
# group name. Example: `replication-group/mycluster`.
|
2346
2395
|
#
|
2396
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
2397
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
2398
|
+
# name. Example: `cache-cluster/mycluster`.
|
2399
|
+
#
|
2347
2400
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
2348
2401
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
2349
2402
|
#
|
@@ -2421,6 +2474,9 @@ module Aws::ApplicationAutoScaling
|
|
2421
2474
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
2422
2475
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
2423
2476
|
#
|
2477
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
2478
|
+
# Amazon ElastiCache cache cluster.
|
2479
|
+
#
|
2424
2480
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
2425
2481
|
# groups for an Amazon ElastiCache replication group.
|
2426
2482
|
#
|
@@ -2451,14 +2507,17 @@ module Aws::ApplicationAutoScaling
|
|
2451
2507
|
# `StepScaling`—Not supported for DynamoDB, Amazon Comprehend, Lambda,
|
2452
2508
|
# Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
|
2453
2509
|
#
|
2454
|
-
#
|
2455
|
-
#
|
2456
|
-
#
|
2510
|
+
# `PredictiveScaling`—Only supported for Amazon ECS.
|
2511
|
+
#
|
2512
|
+
# For more information, see [Target tracking scaling policies][1],
|
2513
|
+
# [Step scaling policies][2], and [Predictive scaling policies][3] in
|
2514
|
+
# the *Application Auto Scaling User Guide*.
|
2457
2515
|
#
|
2458
2516
|
#
|
2459
2517
|
#
|
2460
2518
|
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html
|
2461
2519
|
# [2]: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html
|
2520
|
+
# [3]: https://docs.aws.amazon.com/autoscaling/application/userguide/aas-create-predictive-scaling-policy.html
|
2462
2521
|
# @return [String]
|
2463
2522
|
#
|
2464
2523
|
# @!attribute [rw] step_scaling_policy_configuration
|
@@ -2637,6 +2696,10 @@ module Aws::ApplicationAutoScaling
|
|
2637
2696
|
# `replication-group` and the unique identifier is the replication
|
2638
2697
|
# group name. Example: `replication-group/mycluster`.
|
2639
2698
|
#
|
2699
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
2700
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
2701
|
+
# name. Example: `cache-cluster/mycluster`.
|
2702
|
+
#
|
2640
2703
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
2641
2704
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
2642
2705
|
#
|
@@ -2714,6 +2777,9 @@ module Aws::ApplicationAutoScaling
|
|
2714
2777
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
2715
2778
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
2716
2779
|
#
|
2780
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
2781
|
+
# Amazon ElastiCache cache cluster.
|
2782
|
+
#
|
2717
2783
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
2718
2784
|
# groups for an Amazon ElastiCache replication group.
|
2719
2785
|
#
|
@@ -2843,6 +2909,10 @@ module Aws::ApplicationAutoScaling
|
|
2843
2909
|
# `replication-group` and the unique identifier is the replication
|
2844
2910
|
# group name. Example: `replication-group/mycluster`.
|
2845
2911
|
#
|
2912
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
2913
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
2914
|
+
# name. Example: `cache-cluster/mycluster`.
|
2915
|
+
#
|
2846
2916
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
2847
2917
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
2848
2918
|
#
|
@@ -2921,6 +2991,9 @@ module Aws::ApplicationAutoScaling
|
|
2921
2991
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
2922
2992
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
2923
2993
|
#
|
2994
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
2995
|
+
# Amazon ElastiCache cache cluster.
|
2996
|
+
#
|
2924
2997
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
2925
2998
|
# groups for an Amazon ElastiCache replication group.
|
2926
2999
|
#
|
@@ -3184,6 +3257,10 @@ module Aws::ApplicationAutoScaling
|
|
3184
3257
|
# `replication-group` and the unique identifier is the replication
|
3185
3258
|
# group name. Example: `replication-group/mycluster`.
|
3186
3259
|
#
|
3260
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
3261
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
3262
|
+
# name. Example: `cache-cluster/mycluster`.
|
3263
|
+
#
|
3187
3264
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
3188
3265
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
3189
3266
|
#
|
@@ -3262,6 +3339,9 @@ module Aws::ApplicationAutoScaling
|
|
3262
3339
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
3263
3340
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
3264
3341
|
#
|
3342
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
3343
|
+
# Amazon ElastiCache cache cluster.
|
3344
|
+
#
|
3265
3345
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
3266
3346
|
# groups for an Amazon ElastiCache replication group.
|
3267
3347
|
#
|
@@ -3442,6 +3522,10 @@ module Aws::ApplicationAutoScaling
|
|
3442
3522
|
# `replication-group` and the unique identifier is the replication
|
3443
3523
|
# group name. Example: `replication-group/mycluster`.
|
3444
3524
|
#
|
3525
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
3526
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
3527
|
+
# name. Example: `cache-cluster/mycluster`.
|
3528
|
+
#
|
3445
3529
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
3446
3530
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
3447
3531
|
#
|
@@ -3519,6 +3603,9 @@ module Aws::ApplicationAutoScaling
|
|
3519
3603
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
3520
3604
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
3521
3605
|
#
|
3606
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
3607
|
+
# Amazon ElastiCache cache cluster.
|
3608
|
+
#
|
3522
3609
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
3523
3610
|
# groups for an Amazon ElastiCache replication group.
|
3524
3611
|
#
|
@@ -3686,6 +3773,10 @@ module Aws::ApplicationAutoScaling
|
|
3686
3773
|
# `replication-group` and the unique identifier is the replication
|
3687
3774
|
# group name. Example: `replication-group/mycluster`.
|
3688
3775
|
#
|
3776
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
3777
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
3778
|
+
# name. Example: `cache-cluster/mycluster`.
|
3779
|
+
#
|
3689
3780
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
3690
3781
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
3691
3782
|
#
|
@@ -3763,6 +3854,9 @@ module Aws::ApplicationAutoScaling
|
|
3763
3854
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
3764
3855
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
3765
3856
|
#
|
3857
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
3858
|
+
# Amazon ElastiCache cache cluster.
|
3859
|
+
#
|
3766
3860
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
3767
3861
|
# groups for an Amazon ElastiCache replication group.
|
3768
3862
|
#
|
@@ -3791,6 +3885,8 @@ module Aws::ApplicationAutoScaling
|
|
3791
3885
|
#
|
3792
3886
|
# `StepScaling`—Not supported for DynamoDB, Amazon Comprehend, Lambda,
|
3793
3887
|
# Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or Neptune.
|
3888
|
+
#
|
3889
|
+
# `PredictiveScaling`—Only supported for Amazon ECS
|
3794
3890
|
# @return [String]
|
3795
3891
|
#
|
3796
3892
|
# @!attribute [rw] step_scaling_policy_configuration
|
@@ -3950,6 +4046,10 @@ module Aws::ApplicationAutoScaling
|
|
3950
4046
|
# `replication-group` and the unique identifier is the replication
|
3951
4047
|
# group name. Example: `replication-group/mycluster`.
|
3952
4048
|
#
|
4049
|
+
# * Amazon ElastiCache cache cluster - The resource type is
|
4050
|
+
# `cache-cluster` and the unique identifier is the cache cluster
|
4051
|
+
# name. Example: `cache-cluster/mycluster`.
|
4052
|
+
#
|
3953
4053
|
# * Neptune cluster - The resource type is `cluster` and the unique
|
3954
4054
|
# identifier is the cluster name. Example: `cluster:mycluster`.
|
3955
4055
|
#
|
@@ -4027,6 +4127,9 @@ module Aws::ApplicationAutoScaling
|
|
4027
4127
|
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
4028
4128
|
# (in GiB) for brokers in an Amazon MSK cluster.
|
4029
4129
|
#
|
4130
|
+
# * `elasticache:cache-cluster:Nodes` - The number of nodes for an
|
4131
|
+
# Amazon ElastiCache cache cluster.
|
4132
|
+
#
|
4030
4133
|
# * `elasticache:replication-group:NodeGroups` - The number of node
|
4031
4134
|
# groups for an Amazon ElastiCache replication group.
|
4032
4135
|
#
|
data/sig/client.rbs
CHANGED
@@ -86,7 +86,7 @@ module Aws
|
|
86
86
|
policy_name: ::String,
|
87
87
|
service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces"),
|
88
88
|
resource_id: ::String,
|
89
|
-
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
89
|
+
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
90
90
|
) -> _DeleteScalingPolicyResponseSuccess
|
91
91
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteScalingPolicyResponseSuccess
|
92
92
|
|
@@ -98,7 +98,7 @@ module Aws
|
|
98
98
|
service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces"),
|
99
99
|
scheduled_action_name: ::String,
|
100
100
|
resource_id: ::String,
|
101
|
-
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
101
|
+
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
102
102
|
) -> _DeleteScheduledActionResponseSuccess
|
103
103
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteScheduledActionResponseSuccess
|
104
104
|
|
@@ -109,7 +109,7 @@ module Aws
|
|
109
109
|
def deregister_scalable_target: (
|
110
110
|
service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces"),
|
111
111
|
resource_id: ::String,
|
112
|
-
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
112
|
+
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
113
113
|
) -> _DeregisterScalableTargetResponseSuccess
|
114
114
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterScalableTargetResponseSuccess
|
115
115
|
|
@@ -122,7 +122,7 @@ module Aws
|
|
122
122
|
def describe_scalable_targets: (
|
123
123
|
service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces"),
|
124
124
|
?resource_ids: Array[::String],
|
125
|
-
?scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
125
|
+
?scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
126
126
|
?max_results: ::Integer,
|
127
127
|
?next_token: ::String
|
128
128
|
) -> _DescribeScalableTargetsResponseSuccess
|
@@ -137,7 +137,7 @@ module Aws
|
|
137
137
|
def describe_scaling_activities: (
|
138
138
|
service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces"),
|
139
139
|
?resource_id: ::String,
|
140
|
-
?scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
140
|
+
?scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
141
141
|
?max_results: ::Integer,
|
142
142
|
?next_token: ::String,
|
143
143
|
?include_not_scaled_activities: bool
|
@@ -154,7 +154,7 @@ module Aws
|
|
154
154
|
?policy_names: Array[::String],
|
155
155
|
service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces"),
|
156
156
|
?resource_id: ::String,
|
157
|
-
?scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
157
|
+
?scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
158
158
|
?max_results: ::Integer,
|
159
159
|
?next_token: ::String
|
160
160
|
) -> _DescribeScalingPoliciesResponseSuccess
|
@@ -170,7 +170,7 @@ module Aws
|
|
170
170
|
?scheduled_action_names: Array[::String],
|
171
171
|
service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces"),
|
172
172
|
?resource_id: ::String,
|
173
|
-
?scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
173
|
+
?scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
174
174
|
?max_results: ::Integer,
|
175
175
|
?next_token: ::String
|
176
176
|
) -> _DescribeScheduledActionsResponseSuccess
|
@@ -186,7 +186,7 @@ module Aws
|
|
186
186
|
def get_predictive_scaling_forecast: (
|
187
187
|
service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces"),
|
188
188
|
resource_id: ::String,
|
189
|
-
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
189
|
+
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
190
190
|
policy_name: ::String,
|
191
191
|
start_time: ::Time,
|
192
192
|
end_time: ::Time
|
@@ -213,7 +213,7 @@ module Aws
|
|
213
213
|
policy_name: ::String,
|
214
214
|
service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces"),
|
215
215
|
resource_id: ::String,
|
216
|
-
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
216
|
+
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
217
217
|
?policy_type: ("StepScaling" | "TargetTrackingScaling" | "PredictiveScaling"),
|
218
218
|
?step_scaling_policy_configuration: {
|
219
219
|
adjustment_type: ("ChangeInCapacity" | "PercentChangeInCapacity" | "ExactCapacity")?,
|
@@ -231,7 +231,7 @@ module Aws
|
|
231
231
|
?target_tracking_scaling_policy_configuration: {
|
232
232
|
target_value: ::Float,
|
233
233
|
predefined_metric_specification: {
|
234
|
-
predefined_metric_type: ("DynamoDBReadCapacityUtilization" | "DynamoDBWriteCapacityUtilization" | "ALBRequestCountPerTarget" | "RDSReaderAverageCPUUtilization" | "RDSReaderAverageDatabaseConnections" | "EC2SpotFleetRequestAverageCPUUtilization" | "EC2SpotFleetRequestAverageNetworkIn" | "EC2SpotFleetRequestAverageNetworkOut" | "SageMakerVariantInvocationsPerInstance" | "ECSServiceAverageCPUUtilization" | "ECSServiceAverageMemoryUtilization" | "AppStreamAverageCapacityUtilization" | "ComprehendInferenceUtilization" | "LambdaProvisionedConcurrencyUtilization" | "CassandraReadCapacityUtilization" | "CassandraWriteCapacityUtilization" | "KafkaBrokerStorageUtilization" | "ElastiCachePrimaryEngineCPUUtilization" | "ElastiCacheReplicaEngineCPUUtilization" | "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" | "NeptuneReaderAverageCPUUtilization" | "SageMakerVariantProvisionedConcurrencyUtilization" | "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" | "SageMakerInferenceComponentInvocationsPerCopy" | "WorkSpacesAverageUserSessionsCapacityUtilization" | "SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution" | "SageMakerVariantConcurrentRequestsPerModelHighResolution"),
|
234
|
+
predefined_metric_type: ("DynamoDBReadCapacityUtilization" | "DynamoDBWriteCapacityUtilization" | "ALBRequestCountPerTarget" | "RDSReaderAverageCPUUtilization" | "RDSReaderAverageDatabaseConnections" | "EC2SpotFleetRequestAverageCPUUtilization" | "EC2SpotFleetRequestAverageNetworkIn" | "EC2SpotFleetRequestAverageNetworkOut" | "SageMakerVariantInvocationsPerInstance" | "ECSServiceAverageCPUUtilization" | "ECSServiceAverageMemoryUtilization" | "AppStreamAverageCapacityUtilization" | "ComprehendInferenceUtilization" | "LambdaProvisionedConcurrencyUtilization" | "CassandraReadCapacityUtilization" | "CassandraWriteCapacityUtilization" | "KafkaBrokerStorageUtilization" | "ElastiCacheEngineCPUUtilization" | "ElastiCacheDatabaseMemoryUsagePercentage" | "ElastiCachePrimaryEngineCPUUtilization" | "ElastiCacheReplicaEngineCPUUtilization" | "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" | "NeptuneReaderAverageCPUUtilization" | "SageMakerVariantProvisionedConcurrencyUtilization" | "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" | "SageMakerInferenceComponentInvocationsPerCopy" | "WorkSpacesAverageUserSessionsCapacityUtilization" | "SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution" | "SageMakerVariantConcurrentRequestsPerModelHighResolution"),
|
235
235
|
resource_label: ::String?
|
236
236
|
}?,
|
237
237
|
customized_metric_specification: {
|
@@ -380,7 +380,7 @@ module Aws
|
|
380
380
|
?timezone: ::String,
|
381
381
|
scheduled_action_name: ::String,
|
382
382
|
resource_id: ::String,
|
383
|
-
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
383
|
+
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
384
384
|
?start_time: ::Time,
|
385
385
|
?end_time: ::Time,
|
386
386
|
?scalable_target_action: {
|
@@ -398,7 +398,7 @@ module Aws
|
|
398
398
|
def register_scalable_target: (
|
399
399
|
service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces"),
|
400
400
|
resource_id: ::String,
|
401
|
-
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
401
|
+
scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions"),
|
402
402
|
?min_capacity: ::Integer,
|
403
403
|
?max_capacity: ::Integer,
|
404
404
|
?role_arn: ::String,
|
data/sig/types.rbs
CHANGED
@@ -39,7 +39,7 @@ module Aws::ApplicationAutoScaling
|
|
39
39
|
attr_accessor policy_name: ::String
|
40
40
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
41
41
|
attr_accessor resource_id: ::String
|
42
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
42
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
43
43
|
SENSITIVE: []
|
44
44
|
end
|
45
45
|
|
@@ -50,7 +50,7 @@ module Aws::ApplicationAutoScaling
|
|
50
50
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
51
51
|
attr_accessor scheduled_action_name: ::String
|
52
52
|
attr_accessor resource_id: ::String
|
53
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
53
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
54
54
|
SENSITIVE: []
|
55
55
|
end
|
56
56
|
|
@@ -60,7 +60,7 @@ module Aws::ApplicationAutoScaling
|
|
60
60
|
class DeregisterScalableTargetRequest
|
61
61
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
62
62
|
attr_accessor resource_id: ::String
|
63
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
63
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
64
64
|
SENSITIVE: []
|
65
65
|
end
|
66
66
|
|
@@ -70,7 +70,7 @@ module Aws::ApplicationAutoScaling
|
|
70
70
|
class DescribeScalableTargetsRequest
|
71
71
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
72
72
|
attr_accessor resource_ids: ::Array[::String]
|
73
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
73
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
74
74
|
attr_accessor max_results: ::Integer
|
75
75
|
attr_accessor next_token: ::String
|
76
76
|
SENSITIVE: []
|
@@ -85,7 +85,7 @@ module Aws::ApplicationAutoScaling
|
|
85
85
|
class DescribeScalingActivitiesRequest
|
86
86
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
87
87
|
attr_accessor resource_id: ::String
|
88
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
88
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
89
89
|
attr_accessor max_results: ::Integer
|
90
90
|
attr_accessor next_token: ::String
|
91
91
|
attr_accessor include_not_scaled_activities: bool
|
@@ -102,7 +102,7 @@ module Aws::ApplicationAutoScaling
|
|
102
102
|
attr_accessor policy_names: ::Array[::String]
|
103
103
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
104
104
|
attr_accessor resource_id: ::String
|
105
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
105
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
106
106
|
attr_accessor max_results: ::Integer
|
107
107
|
attr_accessor next_token: ::String
|
108
108
|
SENSITIVE: []
|
@@ -118,7 +118,7 @@ module Aws::ApplicationAutoScaling
|
|
118
118
|
attr_accessor scheduled_action_names: ::Array[::String]
|
119
119
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
120
120
|
attr_accessor resource_id: ::String
|
121
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
121
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
122
122
|
attr_accessor max_results: ::Integer
|
123
123
|
attr_accessor next_token: ::String
|
124
124
|
SENSITIVE: []
|
@@ -138,7 +138,7 @@ module Aws::ApplicationAutoScaling
|
|
138
138
|
class GetPredictiveScalingForecastRequest
|
139
139
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
140
140
|
attr_accessor resource_id: ::String
|
141
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
141
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
142
142
|
attr_accessor policy_name: ::String
|
143
143
|
attr_accessor start_time: ::Time
|
144
144
|
attr_accessor end_time: ::Time
|
@@ -204,7 +204,7 @@ module Aws::ApplicationAutoScaling
|
|
204
204
|
end
|
205
205
|
|
206
206
|
class PredefinedMetricSpecification
|
207
|
-
attr_accessor predefined_metric_type: ("DynamoDBReadCapacityUtilization" | "DynamoDBWriteCapacityUtilization" | "ALBRequestCountPerTarget" | "RDSReaderAverageCPUUtilization" | "RDSReaderAverageDatabaseConnections" | "EC2SpotFleetRequestAverageCPUUtilization" | "EC2SpotFleetRequestAverageNetworkIn" | "EC2SpotFleetRequestAverageNetworkOut" | "SageMakerVariantInvocationsPerInstance" | "ECSServiceAverageCPUUtilization" | "ECSServiceAverageMemoryUtilization" | "AppStreamAverageCapacityUtilization" | "ComprehendInferenceUtilization" | "LambdaProvisionedConcurrencyUtilization" | "CassandraReadCapacityUtilization" | "CassandraWriteCapacityUtilization" | "KafkaBrokerStorageUtilization" | "ElastiCachePrimaryEngineCPUUtilization" | "ElastiCacheReplicaEngineCPUUtilization" | "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" | "NeptuneReaderAverageCPUUtilization" | "SageMakerVariantProvisionedConcurrencyUtilization" | "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" | "SageMakerInferenceComponentInvocationsPerCopy" | "WorkSpacesAverageUserSessionsCapacityUtilization" | "SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution" | "SageMakerVariantConcurrentRequestsPerModelHighResolution")
|
207
|
+
attr_accessor predefined_metric_type: ("DynamoDBReadCapacityUtilization" | "DynamoDBWriteCapacityUtilization" | "ALBRequestCountPerTarget" | "RDSReaderAverageCPUUtilization" | "RDSReaderAverageDatabaseConnections" | "EC2SpotFleetRequestAverageCPUUtilization" | "EC2SpotFleetRequestAverageNetworkIn" | "EC2SpotFleetRequestAverageNetworkOut" | "SageMakerVariantInvocationsPerInstance" | "ECSServiceAverageCPUUtilization" | "ECSServiceAverageMemoryUtilization" | "AppStreamAverageCapacityUtilization" | "ComprehendInferenceUtilization" | "LambdaProvisionedConcurrencyUtilization" | "CassandraReadCapacityUtilization" | "CassandraWriteCapacityUtilization" | "KafkaBrokerStorageUtilization" | "ElastiCacheEngineCPUUtilization" | "ElastiCacheDatabaseMemoryUsagePercentage" | "ElastiCachePrimaryEngineCPUUtilization" | "ElastiCacheReplicaEngineCPUUtilization" | "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" | "NeptuneReaderAverageCPUUtilization" | "SageMakerVariantProvisionedConcurrencyUtilization" | "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" | "SageMakerInferenceComponentInvocationsPerCopy" | "WorkSpacesAverageUserSessionsCapacityUtilization" | "SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution" | "SageMakerVariantConcurrentRequestsPerModelHighResolution")
|
208
208
|
attr_accessor resource_label: ::String
|
209
209
|
SENSITIVE: []
|
210
210
|
end
|
@@ -285,7 +285,7 @@ module Aws::ApplicationAutoScaling
|
|
285
285
|
attr_accessor policy_name: ::String
|
286
286
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
287
287
|
attr_accessor resource_id: ::String
|
288
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
288
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
289
289
|
attr_accessor policy_type: ("StepScaling" | "TargetTrackingScaling" | "PredictiveScaling")
|
290
290
|
attr_accessor step_scaling_policy_configuration: Types::StepScalingPolicyConfiguration
|
291
291
|
attr_accessor target_tracking_scaling_policy_configuration: Types::TargetTrackingScalingPolicyConfiguration
|
@@ -305,7 +305,7 @@ module Aws::ApplicationAutoScaling
|
|
305
305
|
attr_accessor timezone: ::String
|
306
306
|
attr_accessor scheduled_action_name: ::String
|
307
307
|
attr_accessor resource_id: ::String
|
308
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
308
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
309
309
|
attr_accessor start_time: ::Time
|
310
310
|
attr_accessor end_time: ::Time
|
311
311
|
attr_accessor scalable_target_action: Types::ScalableTargetAction
|
@@ -318,7 +318,7 @@ module Aws::ApplicationAutoScaling
|
|
318
318
|
class RegisterScalableTargetRequest
|
319
319
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
320
320
|
attr_accessor resource_id: ::String
|
321
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
321
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
322
322
|
attr_accessor min_capacity: ::Integer
|
323
323
|
attr_accessor max_capacity: ::Integer
|
324
324
|
attr_accessor role_arn: ::String
|
@@ -341,7 +341,7 @@ module Aws::ApplicationAutoScaling
|
|
341
341
|
class ScalableTarget
|
342
342
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
343
343
|
attr_accessor resource_id: ::String
|
344
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
344
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
345
345
|
attr_accessor min_capacity: ::Integer
|
346
346
|
attr_accessor max_capacity: ::Integer
|
347
347
|
attr_accessor predicted_capacity: ::Integer
|
@@ -362,7 +362,7 @@ module Aws::ApplicationAutoScaling
|
|
362
362
|
attr_accessor activity_id: ::String
|
363
363
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
364
364
|
attr_accessor resource_id: ::String
|
365
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
365
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
366
366
|
attr_accessor description: ::String
|
367
367
|
attr_accessor cause: ::String
|
368
368
|
attr_accessor start_time: ::Time
|
@@ -379,7 +379,7 @@ module Aws::ApplicationAutoScaling
|
|
379
379
|
attr_accessor policy_name: ::String
|
380
380
|
attr_accessor service_namespace: ("ecs" | "elasticmapreduce" | "ec2" | "appstream" | "dynamodb" | "rds" | "sagemaker" | "custom-resource" | "comprehend" | "lambda" | "cassandra" | "kafka" | "elasticache" | "neptune" | "workspaces")
|
381
381
|
attr_accessor resource_id: ::String
|
382
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
382
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
383
383
|
attr_accessor policy_type: ("StepScaling" | "TargetTrackingScaling" | "PredictiveScaling")
|
384
384
|
attr_accessor step_scaling_policy_configuration: Types::StepScalingPolicyConfiguration
|
385
385
|
attr_accessor target_tracking_scaling_policy_configuration: Types::TargetTrackingScalingPolicyConfiguration
|
@@ -396,7 +396,7 @@ module Aws::ApplicationAutoScaling
|
|
396
396
|
attr_accessor schedule: ::String
|
397
397
|
attr_accessor timezone: ::String
|
398
398
|
attr_accessor resource_id: ::String
|
399
|
-
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
399
|
+
attr_accessor scalable_dimension: ("ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "elasticmapreduce:instancegroup:InstanceCount" | "appstream:fleet:DesiredCapacity" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | "rds:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredInstanceCount" | "custom-resource:ResourceType:Property" | "comprehend:document-classifier-endpoint:DesiredInferenceUnits" | "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" | "lambda:function:ProvisionedConcurrency" | "cassandra:table:ReadCapacityUnits" | "cassandra:table:WriteCapacityUnits" | "kafka:broker-storage:VolumeSize" | "elasticache:cache-cluster:Nodes" | "elasticache:replication-group:NodeGroups" | "elasticache:replication-group:Replicas" | "neptune:cluster:ReadReplicaCount" | "sagemaker:variant:DesiredProvisionedConcurrency" | "sagemaker:inference-component:DesiredCopyCount" | "workspaces:workspacespool:DesiredUserSessions")
|
400
400
|
attr_accessor start_time: ::Time
|
401
401
|
attr_accessor end_time: ::Time
|
402
402
|
attr_accessor scalable_target_action: Types::ScalableTargetAction
|
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.103.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: 2025-
|
11
|
+
date: 2025-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|