aws-sdk-applicationautoscaling 1.47.0 → 1.48.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fe384572ba199b090838a519a7d59a412df37be0d351d2b400cb6b1657322e9
|
4
|
+
data.tar.gz: 88aebdefbb3af140520789c96a87afab91f1b18260f673ab8858c9de8fe7b84b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e4bcf41295dd5ac68b5b892060d2ba71d615f2767eafc2997294c0447d99115bb186f3dc6904a0d6decdb2d058f073b98fa1f5adae2da2e4453471bd5195982
|
7
|
+
data.tar.gz: abf303c5d5ebc090c3d72c52533e78f60fb54739bfd2d52e6829d0d9599196737f90a62e7fba01e9205039732a4455eb86e8d262e14a1b110d58a1715bdbe9e1
|
@@ -418,6 +418,10 @@ module Aws::ApplicationAutoScaling
|
|
418
418
|
# identifier is the table name. Example:
|
419
419
|
# `keyspace/mykeyspace/table/mytable`.
|
420
420
|
#
|
421
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
422
|
+
# specified using the cluster ARN. Example:
|
423
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
424
|
+
#
|
421
425
|
#
|
422
426
|
#
|
423
427
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -477,6 +481,9 @@ module Aws::ApplicationAutoScaling
|
|
477
481
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
478
482
|
# capacity for an Amazon Keyspaces table.
|
479
483
|
#
|
484
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
485
|
+
# GiB) for brokers in an Amazon MSK cluster.
|
486
|
+
#
|
480
487
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
481
488
|
#
|
482
489
|
#
|
@@ -500,9 +507,9 @@ module Aws::ApplicationAutoScaling
|
|
500
507
|
#
|
501
508
|
# resp = client.delete_scaling_policy({
|
502
509
|
# policy_name: "ResourceIdMaxLen1600", # required
|
503
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
510
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
504
511
|
# resource_id: "ResourceIdMaxLen1600", # required
|
505
|
-
# 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
|
512
|
+
# 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
|
506
513
|
# })
|
507
514
|
#
|
508
515
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScalingPolicy AWS API Documentation
|
@@ -589,6 +596,10 @@ module Aws::ApplicationAutoScaling
|
|
589
596
|
# identifier is the table name. Example:
|
590
597
|
# `keyspace/mykeyspace/table/mytable`.
|
591
598
|
#
|
599
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
600
|
+
# specified using the cluster ARN. Example:
|
601
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
602
|
+
#
|
592
603
|
#
|
593
604
|
#
|
594
605
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -648,15 +659,18 @@ module Aws::ApplicationAutoScaling
|
|
648
659
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
649
660
|
# capacity for an Amazon Keyspaces table.
|
650
661
|
#
|
662
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
663
|
+
# GiB) for brokers in an Amazon MSK cluster.
|
664
|
+
#
|
651
665
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
652
666
|
#
|
653
667
|
# @example Request syntax with placeholder values
|
654
668
|
#
|
655
669
|
# resp = client.delete_scheduled_action({
|
656
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
670
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
657
671
|
# scheduled_action_name: "ResourceIdMaxLen1600", # required
|
658
672
|
# resource_id: "ResourceIdMaxLen1600", # required
|
659
|
-
# 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
|
673
|
+
# 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
|
660
674
|
# })
|
661
675
|
#
|
662
676
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScheduledAction AWS API Documentation
|
@@ -743,6 +757,10 @@ module Aws::ApplicationAutoScaling
|
|
743
757
|
# identifier is the table name. Example:
|
744
758
|
# `keyspace/mykeyspace/table/mytable`.
|
745
759
|
#
|
760
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
761
|
+
# specified using the cluster ARN. Example:
|
762
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
763
|
+
#
|
746
764
|
#
|
747
765
|
#
|
748
766
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -803,6 +821,9 @@ module Aws::ApplicationAutoScaling
|
|
803
821
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
804
822
|
# capacity for an Amazon Keyspaces table.
|
805
823
|
#
|
824
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
825
|
+
# GiB) for brokers in an Amazon MSK cluster.
|
826
|
+
#
|
806
827
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
807
828
|
#
|
808
829
|
#
|
@@ -824,9 +845,9 @@ module Aws::ApplicationAutoScaling
|
|
824
845
|
# @example Request syntax with placeholder values
|
825
846
|
#
|
826
847
|
# resp = client.deregister_scalable_target({
|
827
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
848
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
828
849
|
# resource_id: "ResourceIdMaxLen1600", # required
|
829
|
-
# 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
|
850
|
+
# 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
|
830
851
|
# })
|
831
852
|
#
|
832
853
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeregisterScalableTarget AWS API Documentation
|
@@ -907,6 +928,10 @@ module Aws::ApplicationAutoScaling
|
|
907
928
|
# identifier is the table name. Example:
|
908
929
|
# `keyspace/mykeyspace/table/mytable`.
|
909
930
|
#
|
931
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
932
|
+
# specified using the cluster ARN. Example:
|
933
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
934
|
+
#
|
910
935
|
#
|
911
936
|
#
|
912
937
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -968,6 +993,9 @@ module Aws::ApplicationAutoScaling
|
|
968
993
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
969
994
|
# capacity for an Amazon Keyspaces table.
|
970
995
|
#
|
996
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
997
|
+
# GiB) for brokers in an Amazon MSK cluster.
|
998
|
+
#
|
971
999
|
# @option params [Integer] :max_results
|
972
1000
|
# The maximum number of scalable targets. This value can be between 1
|
973
1001
|
# and 50. The default value is 50.
|
@@ -1020,9 +1048,9 @@ module Aws::ApplicationAutoScaling
|
|
1020
1048
|
# @example Request syntax with placeholder values
|
1021
1049
|
#
|
1022
1050
|
# resp = client.describe_scalable_targets({
|
1023
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1051
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1024
1052
|
# resource_ids: ["ResourceIdMaxLen1600"],
|
1025
|
-
# 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
|
1053
|
+
# 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
|
1026
1054
|
# max_results: 1,
|
1027
1055
|
# next_token: "XmlString",
|
1028
1056
|
# })
|
@@ -1030,9 +1058,9 @@ module Aws::ApplicationAutoScaling
|
|
1030
1058
|
# @example Response structure
|
1031
1059
|
#
|
1032
1060
|
# resp.scalable_targets #=> Array
|
1033
|
-
# resp.scalable_targets[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra"
|
1061
|
+
# resp.scalable_targets[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra", "kafka"
|
1034
1062
|
# resp.scalable_targets[0].resource_id #=> String
|
1035
|
-
# 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"
|
1063
|
+
# 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"
|
1036
1064
|
# resp.scalable_targets[0].min_capacity #=> Integer
|
1037
1065
|
# resp.scalable_targets[0].max_capacity #=> Integer
|
1038
1066
|
# resp.scalable_targets[0].role_arn #=> String
|
@@ -1119,6 +1147,10 @@ module Aws::ApplicationAutoScaling
|
|
1119
1147
|
# identifier is the table name. Example:
|
1120
1148
|
# `keyspace/mykeyspace/table/mytable`.
|
1121
1149
|
#
|
1150
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
1151
|
+
# specified using the cluster ARN. Example:
|
1152
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
1153
|
+
#
|
1122
1154
|
#
|
1123
1155
|
#
|
1124
1156
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1179,6 +1211,9 @@ module Aws::ApplicationAutoScaling
|
|
1179
1211
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
1180
1212
|
# capacity for an Amazon Keyspaces table.
|
1181
1213
|
#
|
1214
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
1215
|
+
# GiB) for brokers in an Amazon MSK cluster.
|
1216
|
+
#
|
1182
1217
|
# @option params [Integer] :max_results
|
1183
1218
|
# The maximum number of scalable targets. This value can be between 1
|
1184
1219
|
# and 50. The default value is 50.
|
@@ -1232,9 +1267,9 @@ module Aws::ApplicationAutoScaling
|
|
1232
1267
|
# @example Request syntax with placeholder values
|
1233
1268
|
#
|
1234
1269
|
# resp = client.describe_scaling_activities({
|
1235
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1270
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1236
1271
|
# resource_id: "ResourceIdMaxLen1600",
|
1237
|
-
# 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
|
1272
|
+
# 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
|
1238
1273
|
# max_results: 1,
|
1239
1274
|
# next_token: "XmlString",
|
1240
1275
|
# })
|
@@ -1243,9 +1278,9 @@ module Aws::ApplicationAutoScaling
|
|
1243
1278
|
#
|
1244
1279
|
# resp.scaling_activities #=> Array
|
1245
1280
|
# resp.scaling_activities[0].activity_id #=> String
|
1246
|
-
# resp.scaling_activities[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra"
|
1281
|
+
# resp.scaling_activities[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra", "kafka"
|
1247
1282
|
# resp.scaling_activities[0].resource_id #=> String
|
1248
|
-
# 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"
|
1283
|
+
# 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"
|
1249
1284
|
# resp.scaling_activities[0].description #=> String
|
1250
1285
|
# resp.scaling_activities[0].cause #=> String
|
1251
1286
|
# resp.scaling_activities[0].start_time #=> Time
|
@@ -1345,6 +1380,10 @@ module Aws::ApplicationAutoScaling
|
|
1345
1380
|
# identifier is the table name. Example:
|
1346
1381
|
# `keyspace/mykeyspace/table/mytable`.
|
1347
1382
|
#
|
1383
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
1384
|
+
# specified using the cluster ARN. Example:
|
1385
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
1386
|
+
#
|
1348
1387
|
#
|
1349
1388
|
#
|
1350
1389
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1405,6 +1444,9 @@ module Aws::ApplicationAutoScaling
|
|
1405
1444
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
1406
1445
|
# capacity for an Amazon Keyspaces table.
|
1407
1446
|
#
|
1447
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
1448
|
+
# GiB) for brokers in an Amazon MSK cluster.
|
1449
|
+
#
|
1408
1450
|
# @option params [Integer] :max_results
|
1409
1451
|
# The maximum number of scalable targets. This value can be between 1
|
1410
1452
|
# and 50. The default value is 50.
|
@@ -1470,9 +1512,9 @@ module Aws::ApplicationAutoScaling
|
|
1470
1512
|
#
|
1471
1513
|
# resp = client.describe_scaling_policies({
|
1472
1514
|
# policy_names: ["ResourceIdMaxLen1600"],
|
1473
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1515
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1474
1516
|
# resource_id: "ResourceIdMaxLen1600",
|
1475
|
-
# 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
|
1517
|
+
# 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
|
1476
1518
|
# max_results: 1,
|
1477
1519
|
# next_token: "XmlString",
|
1478
1520
|
# })
|
@@ -1482,9 +1524,9 @@ module Aws::ApplicationAutoScaling
|
|
1482
1524
|
# resp.scaling_policies #=> Array
|
1483
1525
|
# resp.scaling_policies[0].policy_arn #=> String
|
1484
1526
|
# resp.scaling_policies[0].policy_name #=> String
|
1485
|
-
# resp.scaling_policies[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra"
|
1527
|
+
# resp.scaling_policies[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra", "kafka"
|
1486
1528
|
# resp.scaling_policies[0].resource_id #=> String
|
1487
|
-
# 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"
|
1529
|
+
# 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"
|
1488
1530
|
# resp.scaling_policies[0].policy_type #=> String, one of "StepScaling", "TargetTrackingScaling"
|
1489
1531
|
# resp.scaling_policies[0].step_scaling_policy_configuration.adjustment_type #=> String, one of "ChangeInCapacity", "PercentChangeInCapacity", "ExactCapacity"
|
1490
1532
|
# resp.scaling_policies[0].step_scaling_policy_configuration.step_adjustments #=> Array
|
@@ -1495,7 +1537,7 @@ module Aws::ApplicationAutoScaling
|
|
1495
1537
|
# resp.scaling_policies[0].step_scaling_policy_configuration.cooldown #=> Integer
|
1496
1538
|
# resp.scaling_policies[0].step_scaling_policy_configuration.metric_aggregation_type #=> String, one of "Average", "Minimum", "Maximum"
|
1497
1539
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.target_value #=> Float
|
1498
|
-
# 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"
|
1540
|
+
# 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"
|
1499
1541
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.predefined_metric_specification.resource_label #=> String
|
1500
1542
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.customized_metric_specification.metric_name #=> String
|
1501
1543
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.customized_metric_specification.namespace #=> String
|
@@ -1601,6 +1643,10 @@ module Aws::ApplicationAutoScaling
|
|
1601
1643
|
# identifier is the table name. Example:
|
1602
1644
|
# `keyspace/mykeyspace/table/mytable`.
|
1603
1645
|
#
|
1646
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
1647
|
+
# specified using the cluster ARN. Example:
|
1648
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
1649
|
+
#
|
1604
1650
|
#
|
1605
1651
|
#
|
1606
1652
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1661,6 +1707,9 @@ module Aws::ApplicationAutoScaling
|
|
1661
1707
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
1662
1708
|
# capacity for an Amazon Keyspaces table.
|
1663
1709
|
#
|
1710
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
1711
|
+
# GiB) for brokers in an Amazon MSK cluster.
|
1712
|
+
#
|
1664
1713
|
# @option params [Integer] :max_results
|
1665
1714
|
# The maximum number of scheduled action results. This value can be
|
1666
1715
|
# between 1 and 50. The default value is 50.
|
@@ -1685,9 +1734,9 @@ module Aws::ApplicationAutoScaling
|
|
1685
1734
|
#
|
1686
1735
|
# resp = client.describe_scheduled_actions({
|
1687
1736
|
# scheduled_action_names: ["ResourceIdMaxLen1600"],
|
1688
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1737
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1689
1738
|
# resource_id: "ResourceIdMaxLen1600",
|
1690
|
-
# 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
|
1739
|
+
# 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
|
1691
1740
|
# max_results: 1,
|
1692
1741
|
# next_token: "XmlString",
|
1693
1742
|
# })
|
@@ -1697,10 +1746,10 @@ module Aws::ApplicationAutoScaling
|
|
1697
1746
|
# resp.scheduled_actions #=> Array
|
1698
1747
|
# resp.scheduled_actions[0].scheduled_action_name #=> String
|
1699
1748
|
# resp.scheduled_actions[0].scheduled_action_arn #=> String
|
1700
|
-
# resp.scheduled_actions[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra"
|
1749
|
+
# resp.scheduled_actions[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra", "kafka"
|
1701
1750
|
# resp.scheduled_actions[0].schedule #=> String
|
1702
1751
|
# resp.scheduled_actions[0].resource_id #=> String
|
1703
|
-
# 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"
|
1752
|
+
# 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"
|
1704
1753
|
# resp.scheduled_actions[0].start_time #=> Time
|
1705
1754
|
# resp.scheduled_actions[0].end_time #=> Time
|
1706
1755
|
# resp.scheduled_actions[0].scalable_target_action.min_capacity #=> Integer
|
@@ -1826,6 +1875,10 @@ module Aws::ApplicationAutoScaling
|
|
1826
1875
|
# identifier is the table name. Example:
|
1827
1876
|
# `keyspace/mykeyspace/table/mytable`.
|
1828
1877
|
#
|
1878
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
1879
|
+
# specified using the cluster ARN. Example:
|
1880
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
1881
|
+
#
|
1829
1882
|
#
|
1830
1883
|
#
|
1831
1884
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1885,6 +1938,9 @@ module Aws::ApplicationAutoScaling
|
|
1885
1938
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
1886
1939
|
# capacity for an Amazon Keyspaces table.
|
1887
1940
|
#
|
1941
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
1942
|
+
# GiB) for brokers in an Amazon MSK cluster.
|
1943
|
+
#
|
1888
1944
|
# @option params [String] :policy_type
|
1889
1945
|
# The policy type. This parameter is required if you are creating a
|
1890
1946
|
# scaling policy.
|
@@ -1894,7 +1950,7 @@ module Aws::ApplicationAutoScaling
|
|
1894
1950
|
# `TargetTrackingScaling`—Not supported for Amazon EMR
|
1895
1951
|
#
|
1896
1952
|
# `StepScaling`—Not supported for DynamoDB, Amazon Comprehend, Lambda,
|
1897
|
-
#
|
1953
|
+
# Amazon Keyspaces (for Apache Cassandra), or Amazon MSK.
|
1898
1954
|
#
|
1899
1955
|
# For more information, see [Target Tracking Scaling Policies][1] and
|
1900
1956
|
# [Step Scaling Policies][2] in the *Application Auto Scaling User
|
@@ -1965,9 +2021,9 @@ module Aws::ApplicationAutoScaling
|
|
1965
2021
|
#
|
1966
2022
|
# resp = client.put_scaling_policy({
|
1967
2023
|
# policy_name: "PolicyName", # required
|
1968
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
2024
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1969
2025
|
# resource_id: "ResourceIdMaxLen1600", # required
|
1970
|
-
# 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
|
2026
|
+
# 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
|
1971
2027
|
# policy_type: "StepScaling", # accepts StepScaling, TargetTrackingScaling
|
1972
2028
|
# step_scaling_policy_configuration: {
|
1973
2029
|
# adjustment_type: "ChangeInCapacity", # accepts ChangeInCapacity, PercentChangeInCapacity, ExactCapacity
|
@@ -1985,7 +2041,7 @@ module Aws::ApplicationAutoScaling
|
|
1985
2041
|
# target_tracking_scaling_policy_configuration: {
|
1986
2042
|
# target_value: 1.0, # required
|
1987
2043
|
# predefined_metric_specification: {
|
1988
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization
|
2044
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization, KafkaBrokerStorageUtilization
|
1989
2045
|
# resource_label: "ResourceLabel",
|
1990
2046
|
# },
|
1991
2047
|
# customized_metric_specification: {
|
@@ -2144,6 +2200,10 @@ module Aws::ApplicationAutoScaling
|
|
2144
2200
|
# identifier is the table name. Example:
|
2145
2201
|
# `keyspace/mykeyspace/table/mytable`.
|
2146
2202
|
#
|
2203
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
2204
|
+
# specified using the cluster ARN. Example:
|
2205
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
2206
|
+
#
|
2147
2207
|
#
|
2148
2208
|
#
|
2149
2209
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2203,6 +2263,9 @@ module Aws::ApplicationAutoScaling
|
|
2203
2263
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
2204
2264
|
# capacity for an Amazon Keyspaces table.
|
2205
2265
|
#
|
2266
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
2267
|
+
# GiB) for brokers in an Amazon MSK cluster.
|
2268
|
+
#
|
2206
2269
|
# @option params [Time,DateTime,Date,Integer,String] :start_time
|
2207
2270
|
# The date and time for this scheduled action to start.
|
2208
2271
|
#
|
@@ -2221,11 +2284,11 @@ module Aws::ApplicationAutoScaling
|
|
2221
2284
|
# @example Request syntax with placeholder values
|
2222
2285
|
#
|
2223
2286
|
# resp = client.put_scheduled_action({
|
2224
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
2287
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
2225
2288
|
# schedule: "ResourceIdMaxLen1600",
|
2226
2289
|
# scheduled_action_name: "ScheduledActionName", # required
|
2227
2290
|
# resource_id: "ResourceIdMaxLen1600", # required
|
2228
|
-
# 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
|
2291
|
+
# 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
|
2229
2292
|
# start_time: Time.now,
|
2230
2293
|
# end_time: Time.now,
|
2231
2294
|
# scalable_target_action: {
|
@@ -2335,6 +2398,10 @@ module Aws::ApplicationAutoScaling
|
|
2335
2398
|
# identifier is the table name. Example:
|
2336
2399
|
# `keyspace/mykeyspace/table/mytable`.
|
2337
2400
|
#
|
2401
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
2402
|
+
# specified using the cluster ARN. Example:
|
2403
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
2404
|
+
#
|
2338
2405
|
#
|
2339
2406
|
#
|
2340
2407
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2395,6 +2462,9 @@ module Aws::ApplicationAutoScaling
|
|
2395
2462
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
2396
2463
|
# capacity for an Amazon Keyspaces table.
|
2397
2464
|
#
|
2465
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size (in
|
2466
|
+
# GiB) for brokers in an Amazon MSK cluster.
|
2467
|
+
#
|
2398
2468
|
# @option params [Integer] :min_capacity
|
2399
2469
|
# The minimum value that you plan to scale in to. When a scaling policy
|
2400
2470
|
# is in effect, Application Auto Scaling can scale in (contract) as
|
@@ -2486,9 +2556,9 @@ module Aws::ApplicationAutoScaling
|
|
2486
2556
|
# @example Request syntax with placeholder values
|
2487
2557
|
#
|
2488
2558
|
# resp = client.register_scalable_target({
|
2489
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
2559
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
2490
2560
|
# resource_id: "ResourceIdMaxLen1600", # required
|
2491
|
-
# 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
|
2561
|
+
# 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
|
2492
2562
|
# min_capacity: 1,
|
2493
2563
|
# max_capacity: 1,
|
2494
2564
|
# role_arn: "ResourceIdMaxLen1600",
|
@@ -2521,7 +2591,7 @@ module Aws::ApplicationAutoScaling
|
|
2521
2591
|
params: params,
|
2522
2592
|
config: config)
|
2523
2593
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
2524
|
-
context[:gem_version] = '1.
|
2594
|
+
context[:gem_version] = '1.48.0'
|
2525
2595
|
Seahorse::Client::Request.new(handlers, context)
|
2526
2596
|
end
|
2527
2597
|
|
@@ -130,9 +130,9 @@ module Aws::ApplicationAutoScaling
|
|
130
130
|
#
|
131
131
|
# {
|
132
132
|
# policy_name: "ResourceIdMaxLen1600", # required
|
133
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
133
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
134
134
|
# resource_id: "ResourceIdMaxLen1600", # required
|
135
|
-
# 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
|
135
|
+
# 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
|
136
136
|
# }
|
137
137
|
#
|
138
138
|
# @!attribute [rw] policy_name
|
@@ -203,6 +203,10 @@ module Aws::ApplicationAutoScaling
|
|
203
203
|
# unique identifier is the table name. Example:
|
204
204
|
# `keyspace/mykeyspace/table/mytable`.
|
205
205
|
#
|
206
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
207
|
+
# specified using the cluster ARN. Example:
|
208
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
209
|
+
#
|
206
210
|
#
|
207
211
|
#
|
208
212
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -262,6 +266,9 @@ module Aws::ApplicationAutoScaling
|
|
262
266
|
#
|
263
267
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
264
268
|
# capacity for an Amazon Keyspaces table.
|
269
|
+
#
|
270
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
271
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
265
272
|
# @return [String]
|
266
273
|
#
|
267
274
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScalingPolicyRequest AWS API Documentation
|
@@ -283,10 +290,10 @@ module Aws::ApplicationAutoScaling
|
|
283
290
|
# data as a hash:
|
284
291
|
#
|
285
292
|
# {
|
286
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
293
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
287
294
|
# scheduled_action_name: "ResourceIdMaxLen1600", # required
|
288
295
|
# resource_id: "ResourceIdMaxLen1600", # required
|
289
|
-
# 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
|
296
|
+
# 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
|
290
297
|
# }
|
291
298
|
#
|
292
299
|
# @!attribute [rw] service_namespace
|
@@ -357,6 +364,10 @@ module Aws::ApplicationAutoScaling
|
|
357
364
|
# unique identifier is the table name. Example:
|
358
365
|
# `keyspace/mykeyspace/table/mytable`.
|
359
366
|
#
|
367
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
368
|
+
# specified using the cluster ARN. Example:
|
369
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
370
|
+
#
|
360
371
|
#
|
361
372
|
#
|
362
373
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -416,6 +427,9 @@ module Aws::ApplicationAutoScaling
|
|
416
427
|
#
|
417
428
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
418
429
|
# capacity for an Amazon Keyspaces table.
|
430
|
+
#
|
431
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
432
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
419
433
|
# @return [String]
|
420
434
|
#
|
421
435
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScheduledActionRequest AWS API Documentation
|
@@ -437,9 +451,9 @@ module Aws::ApplicationAutoScaling
|
|
437
451
|
# data as a hash:
|
438
452
|
#
|
439
453
|
# {
|
440
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
454
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
441
455
|
# resource_id: "ResourceIdMaxLen1600", # required
|
442
|
-
# 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
|
456
|
+
# 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
|
443
457
|
# }
|
444
458
|
#
|
445
459
|
# @!attribute [rw] service_namespace
|
@@ -506,6 +520,10 @@ module Aws::ApplicationAutoScaling
|
|
506
520
|
# unique identifier is the table name. Example:
|
507
521
|
# `keyspace/mykeyspace/table/mytable`.
|
508
522
|
#
|
523
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
524
|
+
# specified using the cluster ARN. Example:
|
525
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
526
|
+
#
|
509
527
|
#
|
510
528
|
#
|
511
529
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -566,6 +584,9 @@ module Aws::ApplicationAutoScaling
|
|
566
584
|
#
|
567
585
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
568
586
|
# capacity for an Amazon Keyspaces table.
|
587
|
+
#
|
588
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
589
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
569
590
|
# @return [String]
|
570
591
|
#
|
571
592
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeregisterScalableTargetRequest AWS API Documentation
|
@@ -586,9 +607,9 @@ module Aws::ApplicationAutoScaling
|
|
586
607
|
# data as a hash:
|
587
608
|
#
|
588
609
|
# {
|
589
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
610
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
590
611
|
# resource_ids: ["ResourceIdMaxLen1600"],
|
591
|
-
# 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
|
612
|
+
# 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
|
592
613
|
# max_results: 1,
|
593
614
|
# next_token: "XmlString",
|
594
615
|
# }
|
@@ -659,6 +680,10 @@ module Aws::ApplicationAutoScaling
|
|
659
680
|
# unique identifier is the table name. Example:
|
660
681
|
# `keyspace/mykeyspace/table/mytable`.
|
661
682
|
#
|
683
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
684
|
+
# specified using the cluster ARN. Example:
|
685
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
686
|
+
#
|
662
687
|
#
|
663
688
|
#
|
664
689
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -720,6 +745,9 @@ module Aws::ApplicationAutoScaling
|
|
720
745
|
#
|
721
746
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
722
747
|
# capacity for an Amazon Keyspaces table.
|
748
|
+
#
|
749
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
750
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
723
751
|
# @return [String]
|
724
752
|
#
|
725
753
|
# @!attribute [rw] max_results
|
@@ -771,9 +799,9 @@ module Aws::ApplicationAutoScaling
|
|
771
799
|
# data as a hash:
|
772
800
|
#
|
773
801
|
# {
|
774
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
802
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
775
803
|
# resource_id: "ResourceIdMaxLen1600",
|
776
|
-
# 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
|
804
|
+
# 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
|
777
805
|
# max_results: 1,
|
778
806
|
# next_token: "XmlString",
|
779
807
|
# }
|
@@ -844,6 +872,10 @@ module Aws::ApplicationAutoScaling
|
|
844
872
|
# unique identifier is the table name. Example:
|
845
873
|
# `keyspace/mykeyspace/table/mytable`.
|
846
874
|
#
|
875
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
876
|
+
# specified using the cluster ARN. Example:
|
877
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
878
|
+
#
|
847
879
|
#
|
848
880
|
#
|
849
881
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -904,6 +936,9 @@ module Aws::ApplicationAutoScaling
|
|
904
936
|
#
|
905
937
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
906
938
|
# capacity for an Amazon Keyspaces table.
|
939
|
+
#
|
940
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
941
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
907
942
|
# @return [String]
|
908
943
|
#
|
909
944
|
# @!attribute [rw] max_results
|
@@ -956,9 +991,9 @@ module Aws::ApplicationAutoScaling
|
|
956
991
|
#
|
957
992
|
# {
|
958
993
|
# policy_names: ["ResourceIdMaxLen1600"],
|
959
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
994
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
960
995
|
# resource_id: "ResourceIdMaxLen1600",
|
961
|
-
# 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
|
996
|
+
# 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
|
962
997
|
# max_results: 1,
|
963
998
|
# next_token: "XmlString",
|
964
999
|
# }
|
@@ -1033,6 +1068,10 @@ module Aws::ApplicationAutoScaling
|
|
1033
1068
|
# unique identifier is the table name. Example:
|
1034
1069
|
# `keyspace/mykeyspace/table/mytable`.
|
1035
1070
|
#
|
1071
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
1072
|
+
# specified using the cluster ARN. Example:
|
1073
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
1074
|
+
#
|
1036
1075
|
#
|
1037
1076
|
#
|
1038
1077
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1093,6 +1132,9 @@ module Aws::ApplicationAutoScaling
|
|
1093
1132
|
#
|
1094
1133
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
1095
1134
|
# capacity for an Amazon Keyspaces table.
|
1135
|
+
#
|
1136
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
1137
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
1096
1138
|
# @return [String]
|
1097
1139
|
#
|
1098
1140
|
# @!attribute [rw] max_results
|
@@ -1146,9 +1188,9 @@ module Aws::ApplicationAutoScaling
|
|
1146
1188
|
#
|
1147
1189
|
# {
|
1148
1190
|
# scheduled_action_names: ["ResourceIdMaxLen1600"],
|
1149
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1191
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1150
1192
|
# resource_id: "ResourceIdMaxLen1600",
|
1151
|
-
# 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
|
1193
|
+
# 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
|
1152
1194
|
# max_results: 1,
|
1153
1195
|
# next_token: "XmlString",
|
1154
1196
|
# }
|
@@ -1223,6 +1265,10 @@ module Aws::ApplicationAutoScaling
|
|
1223
1265
|
# unique identifier is the table name. Example:
|
1224
1266
|
# `keyspace/mykeyspace/table/mytable`.
|
1225
1267
|
#
|
1268
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
1269
|
+
# specified using the cluster ARN. Example:
|
1270
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
1271
|
+
#
|
1226
1272
|
#
|
1227
1273
|
#
|
1228
1274
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1283,6 +1329,9 @@ module Aws::ApplicationAutoScaling
|
|
1283
1329
|
#
|
1284
1330
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
1285
1331
|
# capacity for an Amazon Keyspaces table.
|
1332
|
+
#
|
1333
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
1334
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
1286
1335
|
# @return [String]
|
1287
1336
|
#
|
1288
1337
|
# @!attribute [rw] max_results
|
@@ -1458,7 +1507,7 @@ module Aws::ApplicationAutoScaling
|
|
1458
1507
|
# data as a hash:
|
1459
1508
|
#
|
1460
1509
|
# {
|
1461
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization
|
1510
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization, KafkaBrokerStorageUtilization
|
1462
1511
|
# resource_label: "ResourceLabel",
|
1463
1512
|
# }
|
1464
1513
|
#
|
@@ -1512,9 +1561,9 @@ module Aws::ApplicationAutoScaling
|
|
1512
1561
|
#
|
1513
1562
|
# {
|
1514
1563
|
# policy_name: "PolicyName", # required
|
1515
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1564
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1516
1565
|
# resource_id: "ResourceIdMaxLen1600", # required
|
1517
|
-
# 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
|
1566
|
+
# 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
|
1518
1567
|
# policy_type: "StepScaling", # accepts StepScaling, TargetTrackingScaling
|
1519
1568
|
# step_scaling_policy_configuration: {
|
1520
1569
|
# adjustment_type: "ChangeInCapacity", # accepts ChangeInCapacity, PercentChangeInCapacity, ExactCapacity
|
@@ -1532,7 +1581,7 @@ module Aws::ApplicationAutoScaling
|
|
1532
1581
|
# target_tracking_scaling_policy_configuration: {
|
1533
1582
|
# target_value: 1.0, # required
|
1534
1583
|
# predefined_metric_specification: {
|
1535
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization
|
1584
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization, KafkaBrokerStorageUtilization
|
1536
1585
|
# resource_label: "ResourceLabel",
|
1537
1586
|
# },
|
1538
1587
|
# customized_metric_specification: {
|
@@ -1621,6 +1670,10 @@ module Aws::ApplicationAutoScaling
|
|
1621
1670
|
# unique identifier is the table name. Example:
|
1622
1671
|
# `keyspace/mykeyspace/table/mytable`.
|
1623
1672
|
#
|
1673
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
1674
|
+
# specified using the cluster ARN. Example:
|
1675
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
1676
|
+
#
|
1624
1677
|
#
|
1625
1678
|
#
|
1626
1679
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1680,6 +1733,9 @@ module Aws::ApplicationAutoScaling
|
|
1680
1733
|
#
|
1681
1734
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
1682
1735
|
# capacity for an Amazon Keyspaces table.
|
1736
|
+
#
|
1737
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
1738
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
1683
1739
|
# @return [String]
|
1684
1740
|
#
|
1685
1741
|
# @!attribute [rw] policy_type
|
@@ -1691,7 +1747,7 @@ module Aws::ApplicationAutoScaling
|
|
1691
1747
|
# `TargetTrackingScaling`—Not supported for Amazon EMR
|
1692
1748
|
#
|
1693
1749
|
# `StepScaling`—Not supported for DynamoDB, Amazon Comprehend, Lambda,
|
1694
|
-
#
|
1750
|
+
# Amazon Keyspaces (for Apache Cassandra), or Amazon MSK.
|
1695
1751
|
#
|
1696
1752
|
# For more information, see [Target Tracking Scaling Policies][1] and
|
1697
1753
|
# [Step Scaling Policies][2] in the *Application Auto Scaling User
|
@@ -1754,11 +1810,11 @@ module Aws::ApplicationAutoScaling
|
|
1754
1810
|
# data as a hash:
|
1755
1811
|
#
|
1756
1812
|
# {
|
1757
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1813
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1758
1814
|
# schedule: "ResourceIdMaxLen1600",
|
1759
1815
|
# scheduled_action_name: "ScheduledActionName", # required
|
1760
1816
|
# resource_id: "ResourceIdMaxLen1600", # required
|
1761
|
-
# 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
|
1817
|
+
# 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
|
1762
1818
|
# start_time: Time.now,
|
1763
1819
|
# end_time: Time.now,
|
1764
1820
|
# scalable_target_action: {
|
@@ -1863,6 +1919,10 @@ module Aws::ApplicationAutoScaling
|
|
1863
1919
|
# unique identifier is the table name. Example:
|
1864
1920
|
# `keyspace/mykeyspace/table/mytable`.
|
1865
1921
|
#
|
1922
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
1923
|
+
# specified using the cluster ARN. Example:
|
1924
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
1925
|
+
#
|
1866
1926
|
#
|
1867
1927
|
#
|
1868
1928
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -1922,6 +1982,9 @@ module Aws::ApplicationAutoScaling
|
|
1922
1982
|
#
|
1923
1983
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
1924
1984
|
# capacity for an Amazon Keyspaces table.
|
1985
|
+
#
|
1986
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
1987
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
1925
1988
|
# @return [String]
|
1926
1989
|
#
|
1927
1990
|
# @!attribute [rw] start_time
|
@@ -1964,9 +2027,9 @@ module Aws::ApplicationAutoScaling
|
|
1964
2027
|
# data as a hash:
|
1965
2028
|
#
|
1966
2029
|
# {
|
1967
|
-
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
2030
|
+
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra, kafka
|
1968
2031
|
# resource_id: "ResourceIdMaxLen1600", # required
|
1969
|
-
# 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
|
2032
|
+
# 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
|
1970
2033
|
# min_capacity: 1,
|
1971
2034
|
# max_capacity: 1,
|
1972
2035
|
# role_arn: "ResourceIdMaxLen1600",
|
@@ -2042,6 +2105,10 @@ module Aws::ApplicationAutoScaling
|
|
2042
2105
|
# unique identifier is the table name. Example:
|
2043
2106
|
# `keyspace/mykeyspace/table/mytable`.
|
2044
2107
|
#
|
2108
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
2109
|
+
# specified using the cluster ARN. Example:
|
2110
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
2111
|
+
#
|
2045
2112
|
#
|
2046
2113
|
#
|
2047
2114
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2102,6 +2169,9 @@ module Aws::ApplicationAutoScaling
|
|
2102
2169
|
#
|
2103
2170
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
2104
2171
|
# capacity for an Amazon Keyspaces table.
|
2172
|
+
#
|
2173
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
2174
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
2105
2175
|
# @return [String]
|
2106
2176
|
#
|
2107
2177
|
# @!attribute [rw] min_capacity
|
@@ -2267,6 +2337,10 @@ module Aws::ApplicationAutoScaling
|
|
2267
2337
|
# unique identifier is the table name. Example:
|
2268
2338
|
# `keyspace/mykeyspace/table/mytable`.
|
2269
2339
|
#
|
2340
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
2341
|
+
# specified using the cluster ARN. Example:
|
2342
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
2343
|
+
#
|
2270
2344
|
#
|
2271
2345
|
#
|
2272
2346
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2327,6 +2401,9 @@ module Aws::ApplicationAutoScaling
|
|
2327
2401
|
#
|
2328
2402
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
2329
2403
|
# capacity for an Amazon Keyspaces table.
|
2404
|
+
#
|
2405
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
2406
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
2330
2407
|
# @return [String]
|
2331
2408
|
#
|
2332
2409
|
# @!attribute [rw] min_capacity
|
@@ -2480,6 +2557,10 @@ module Aws::ApplicationAutoScaling
|
|
2480
2557
|
# unique identifier is the table name. Example:
|
2481
2558
|
# `keyspace/mykeyspace/table/mytable`.
|
2482
2559
|
#
|
2560
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
2561
|
+
# specified using the cluster ARN. Example:
|
2562
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
2563
|
+
#
|
2483
2564
|
#
|
2484
2565
|
#
|
2485
2566
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2539,6 +2620,9 @@ module Aws::ApplicationAutoScaling
|
|
2539
2620
|
#
|
2540
2621
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
2541
2622
|
# capacity for an Amazon Keyspaces table.
|
2623
|
+
#
|
2624
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
2625
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
2542
2626
|
# @return [String]
|
2543
2627
|
#
|
2544
2628
|
# @!attribute [rw] description
|
@@ -2590,6 +2674,14 @@ module Aws::ApplicationAutoScaling
|
|
2590
2674
|
|
2591
2675
|
# Represents a scaling policy to use with Application Auto Scaling.
|
2592
2676
|
#
|
2677
|
+
# For more information about configuring scaling policies for a specific
|
2678
|
+
# service, see [Getting started with Application Auto Scaling][1] in the
|
2679
|
+
# *Application Auto Scaling User Guide*.
|
2680
|
+
#
|
2681
|
+
#
|
2682
|
+
#
|
2683
|
+
# [1]: https://docs.aws.amazon.com/autoscaling/application/userguide/getting-started.html
|
2684
|
+
#
|
2593
2685
|
# @!attribute [rw] policy_arn
|
2594
2686
|
# The Amazon Resource Name (ARN) of the scaling policy.
|
2595
2687
|
# @return [String]
|
@@ -2661,6 +2753,10 @@ module Aws::ApplicationAutoScaling
|
|
2661
2753
|
# unique identifier is the table name. Example:
|
2662
2754
|
# `keyspace/mykeyspace/table/mytable`.
|
2663
2755
|
#
|
2756
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
2757
|
+
# specified using the cluster ARN. Example:
|
2758
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
2759
|
+
#
|
2664
2760
|
#
|
2665
2761
|
#
|
2666
2762
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2720,6 +2816,9 @@ module Aws::ApplicationAutoScaling
|
|
2720
2816
|
#
|
2721
2817
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
2722
2818
|
# capacity for an Amazon Keyspaces table.
|
2819
|
+
#
|
2820
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
2821
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
2723
2822
|
# @return [String]
|
2724
2823
|
#
|
2725
2824
|
# @!attribute [rw] policy_type
|
@@ -2859,6 +2958,10 @@ module Aws::ApplicationAutoScaling
|
|
2859
2958
|
# unique identifier is the table name. Example:
|
2860
2959
|
# `keyspace/mykeyspace/table/mytable`.
|
2861
2960
|
#
|
2961
|
+
# * Amazon MSK cluster - The resource type and unique identifier are
|
2962
|
+
# specified using the cluster ARN. Example:
|
2963
|
+
# `arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5`.
|
2964
|
+
#
|
2862
2965
|
#
|
2863
2966
|
#
|
2864
2967
|
# [1]: https://github.com/aws/aws-auto-scaling-custom-resource
|
@@ -2918,6 +3021,9 @@ module Aws::ApplicationAutoScaling
|
|
2918
3021
|
#
|
2919
3022
|
# * `cassandra:table:WriteCapacityUnits` - The provisioned write
|
2920
3023
|
# capacity for an Amazon Keyspaces table.
|
3024
|
+
#
|
3025
|
+
# * `kafka:broker-storage:VolumeSize` - The provisioned volume size
|
3026
|
+
# (in GiB) for brokers in an Amazon MSK cluster.
|
2921
3027
|
# @return [String]
|
2922
3028
|
#
|
2923
3029
|
# @!attribute [rw] start_time
|
@@ -3098,12 +3204,14 @@ module Aws::ApplicationAutoScaling
|
|
3098
3204
|
# With scale-out policies, the intention is to continuously (but not
|
3099
3205
|
# excessively) scale out. After Application Auto Scaling successfully
|
3100
3206
|
# scales out using a step scaling policy, it starts to calculate the
|
3101
|
-
# cooldown time.
|
3102
|
-
#
|
3103
|
-
#
|
3104
|
-
#
|
3105
|
-
#
|
3106
|
-
#
|
3207
|
+
# cooldown time. The scaling policy won't increase the desired
|
3208
|
+
# capacity again unless either a larger scale out is triggered or the
|
3209
|
+
# cooldown period ends. While the cooldown period is in effect,
|
3210
|
+
# capacity added by the initiating scale-out activity is calculated as
|
3211
|
+
# part of the desired capacity for the next scale-out activity. For
|
3212
|
+
# example, when an alarm triggers a step scaling policy to increase
|
3213
|
+
# the capacity by 2, the scaling activity completes successfully, and
|
3214
|
+
# a cooldown period starts. If the alarm triggers again during the
|
3107
3215
|
# cooldown period but at a more aggressive step adjustment of 3, the
|
3108
3216
|
# previous increase of 2 is considered part of the current capacity.
|
3109
3217
|
# Therefore, only 1 is added to the capacity.
|
@@ -3145,6 +3253,8 @@ module Aws::ApplicationAutoScaling
|
|
3145
3253
|
# * Lambda provisioned concurrency
|
3146
3254
|
#
|
3147
3255
|
# * Amazon Keyspaces tables
|
3256
|
+
#
|
3257
|
+
# * Amazon MSK cluster storage
|
3148
3258
|
# @return [Integer]
|
3149
3259
|
#
|
3150
3260
|
# @!attribute [rw] metric_aggregation_type
|
@@ -3216,7 +3326,7 @@ module Aws::ApplicationAutoScaling
|
|
3216
3326
|
# {
|
3217
3327
|
# target_value: 1.0, # required
|
3218
3328
|
# predefined_metric_specification: {
|
3219
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization
|
3329
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, SageMakerVariantInvocationsPerInstance, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, AppStreamAverageCapacityUtilization, ComprehendInferenceUtilization, LambdaProvisionedConcurrencyUtilization, CassandraReadCapacityUtilization, CassandraWriteCapacityUtilization, KafkaBrokerStorageUtilization
|
3220
3330
|
# resource_label: "ResourceLabel",
|
3221
3331
|
# },
|
3222
3332
|
# customized_metric_specification: {
|
@@ -3258,10 +3368,12 @@ module Aws::ApplicationAutoScaling
|
|
3258
3368
|
# With the *scale-out cooldown period*, the intention is to
|
3259
3369
|
# continuously (but not excessively) scale out. After Application Auto
|
3260
3370
|
# Scaling successfully scales out using a target tracking scaling
|
3261
|
-
# policy, it starts to calculate the cooldown time.
|
3262
|
-
#
|
3263
|
-
#
|
3264
|
-
#
|
3371
|
+
# policy, it starts to calculate the cooldown time. The scaling policy
|
3372
|
+
# won't increase the desired capacity again unless either a larger
|
3373
|
+
# scale out is triggered or the cooldown period ends. While the
|
3374
|
+
# cooldown period is in effect, the capacity added by the initiating
|
3375
|
+
# scale-out activity is calculated as part of the desired capacity for
|
3376
|
+
# the next scale-out activity.
|
3265
3377
|
#
|
3266
3378
|
# Application Auto Scaling provides a default value of 300 for the
|
3267
3379
|
# following scalable targets:
|
@@ -3292,6 +3404,8 @@ module Aws::ApplicationAutoScaling
|
|
3292
3404
|
# * Lambda provisioned concurrency
|
3293
3405
|
#
|
3294
3406
|
# * Amazon Keyspaces tables
|
3407
|
+
#
|
3408
|
+
# * Amazon MSK cluster storage
|
3295
3409
|
# @return [Integer]
|
3296
3410
|
#
|
3297
3411
|
# @!attribute [rw] scale_in_cooldown
|
@@ -3335,6 +3449,8 @@ module Aws::ApplicationAutoScaling
|
|
3335
3449
|
# * Lambda provisioned concurrency
|
3336
3450
|
#
|
3337
3451
|
# * Amazon Keyspaces tables
|
3452
|
+
#
|
3453
|
+
# * Amazon MSK cluster storage
|
3338
3454
|
# @return [Integer]
|
3339
3455
|
#
|
3340
3456
|
# @!attribute [rw] disable_scale_in
|
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.48.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: 2020-09-
|
11
|
+
date: 2020-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.109.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.109.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|