aws-sdk-applicationautoscaling 1.42.0 → 1.47.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: 21ae57eb181c785954a1ea22d39262a0db14d083fc69f57570b87e01c7df6f78
|
4
|
+
data.tar.gz: 8a74c7259eb1e49ce5c00e51393e667b8ab372361179166cee8f4ced0fdb9e56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz: '
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '05920c7602893a5f39a79eb26cd86866c003c792c5f3e7e2965db142e3d1eaba21f657750623938c0e834b55a4e67951133cad1af44d230bf539d99b64dab739'
|
7
|
+
data.tar.gz: c8f1fb73e0d7f28dc5f371dbffeadb3d40f7257c2129e134dcdfeaacc925a2f8cdd13440cd100da118bb32f30a0b3876cbe19e180d61de6f7a0e647c93a3730f
|
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
|
|
44
45
|
#
|
45
46
|
# See {Errors} for more information.
|
46
47
|
#
|
47
|
-
#
|
48
|
+
# @!group service
|
48
49
|
module Aws::ApplicationAutoScaling
|
49
50
|
|
50
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.47.0'
|
51
52
|
|
52
53
|
end
|
@@ -85,13 +85,28 @@ module Aws::ApplicationAutoScaling
|
|
85
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
86
86
|
# credentials.
|
87
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
88
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
89
103
|
# from an EC2 IMDS on an EC2 instance.
|
90
104
|
#
|
91
|
-
# * `Aws::
|
92
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
93
107
|
#
|
94
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
95
110
|
#
|
96
111
|
# When `:credentials` are not configured directly, the following
|
97
112
|
# locations will be searched for credentials:
|
@@ -101,10 +116,10 @@ module Aws::ApplicationAutoScaling
|
|
101
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
102
117
|
# * `~/.aws/credentials`
|
103
118
|
# * `~/.aws/config`
|
104
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
105
|
-
# very aggressive. Construct and pass an instance of
|
106
|
-
# `Aws::InstanceProfileCredentails`
|
107
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
108
123
|
#
|
109
124
|
# @option options [required, String] :region
|
110
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -390,6 +405,10 @@ module Aws::ApplicationAutoScaling
|
|
390
405
|
# Example:
|
391
406
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
392
407
|
#
|
408
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type and
|
409
|
+
# unique identifier are specified using the endpoint ARN. Example:
|
410
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
411
|
+
#
|
393
412
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
394
413
|
# the unique identifier is the function name with a function version
|
395
414
|
# or alias name suffix that is not `$LATEST`. Example:
|
@@ -445,6 +464,10 @@ module Aws::ApplicationAutoScaling
|
|
445
464
|
# The number of inference units for an Amazon Comprehend document
|
446
465
|
# classification endpoint.
|
447
466
|
#
|
467
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
468
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
469
|
+
# endpoint.
|
470
|
+
#
|
448
471
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
449
472
|
# concurrency for a Lambda function.
|
450
473
|
#
|
@@ -479,7 +502,7 @@ module Aws::ApplicationAutoScaling
|
|
479
502
|
# policy_name: "ResourceIdMaxLen1600", # required
|
480
503
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
481
504
|
# resource_id: "ResourceIdMaxLen1600", # required
|
482
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
483
506
|
# })
|
484
507
|
#
|
485
508
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScalingPolicy AWS API Documentation
|
@@ -553,6 +576,10 @@ module Aws::ApplicationAutoScaling
|
|
553
576
|
# Example:
|
554
577
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
555
578
|
#
|
579
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type and
|
580
|
+
# unique identifier are specified using the endpoint ARN. Example:
|
581
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
582
|
+
#
|
556
583
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
557
584
|
# the unique identifier is the function name with a function version
|
558
585
|
# or alias name suffix that is not `$LATEST`. Example:
|
@@ -608,6 +635,10 @@ module Aws::ApplicationAutoScaling
|
|
608
635
|
# The number of inference units for an Amazon Comprehend document
|
609
636
|
# classification endpoint.
|
610
637
|
#
|
638
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
639
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
640
|
+
# endpoint.
|
641
|
+
#
|
611
642
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
612
643
|
# concurrency for a Lambda function.
|
613
644
|
#
|
@@ -625,7 +656,7 @@ module Aws::ApplicationAutoScaling
|
|
625
656
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
626
657
|
# scheduled_action_name: "ResourceIdMaxLen1600", # required
|
627
658
|
# resource_id: "ResourceIdMaxLen1600", # required
|
628
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
629
660
|
# })
|
630
661
|
#
|
631
662
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScheduledAction AWS API Documentation
|
@@ -699,6 +730,10 @@ module Aws::ApplicationAutoScaling
|
|
699
730
|
# Example:
|
700
731
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
701
732
|
#
|
733
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type and
|
734
|
+
# unique identifier are specified using the endpoint ARN. Example:
|
735
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
736
|
+
#
|
702
737
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
703
738
|
# the unique identifier is the function name with a function version
|
704
739
|
# or alias name suffix that is not `$LATEST`. Example:
|
@@ -755,6 +790,10 @@ module Aws::ApplicationAutoScaling
|
|
755
790
|
# The number of inference units for an Amazon Comprehend document
|
756
791
|
# classification endpoint.
|
757
792
|
#
|
793
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
794
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
795
|
+
# endpoint.
|
796
|
+
#
|
758
797
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
759
798
|
# concurrency for a Lambda function.
|
760
799
|
#
|
@@ -787,7 +826,7 @@ module Aws::ApplicationAutoScaling
|
|
787
826
|
# resp = client.deregister_scalable_target({
|
788
827
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
789
828
|
# resource_id: "ResourceIdMaxLen1600", # required
|
790
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
791
830
|
# })
|
792
831
|
#
|
793
832
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeregisterScalableTarget AWS API Documentation
|
@@ -855,6 +894,10 @@ module Aws::ApplicationAutoScaling
|
|
855
894
|
# Example:
|
856
895
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
857
896
|
#
|
897
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type and
|
898
|
+
# unique identifier are specified using the endpoint ARN. Example:
|
899
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
900
|
+
#
|
858
901
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
859
902
|
# the unique identifier is the function name with a function version
|
860
903
|
# or alias name suffix that is not `$LATEST`. Example:
|
@@ -912,6 +955,10 @@ module Aws::ApplicationAutoScaling
|
|
912
955
|
# The number of inference units for an Amazon Comprehend document
|
913
956
|
# classification endpoint.
|
914
957
|
#
|
958
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
959
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
960
|
+
# endpoint.
|
961
|
+
#
|
915
962
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
916
963
|
# concurrency for a Lambda function.
|
917
964
|
#
|
@@ -975,7 +1022,7 @@ module Aws::ApplicationAutoScaling
|
|
975
1022
|
# resp = client.describe_scalable_targets({
|
976
1023
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
977
1024
|
# resource_ids: ["ResourceIdMaxLen1600"],
|
978
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
979
1026
|
# max_results: 1,
|
980
1027
|
# next_token: "XmlString",
|
981
1028
|
# })
|
@@ -985,7 +1032,7 @@ module Aws::ApplicationAutoScaling
|
|
985
1032
|
# resp.scalable_targets #=> Array
|
986
1033
|
# resp.scalable_targets[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra"
|
987
1034
|
# resp.scalable_targets[0].resource_id #=> String
|
988
|
-
# 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", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits"
|
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"
|
989
1036
|
# resp.scalable_targets[0].min_capacity #=> Integer
|
990
1037
|
# resp.scalable_targets[0].max_capacity #=> Integer
|
991
1038
|
# resp.scalable_targets[0].role_arn #=> String
|
@@ -1059,6 +1106,10 @@ module Aws::ApplicationAutoScaling
|
|
1059
1106
|
# Example:
|
1060
1107
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
1061
1108
|
#
|
1109
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type and
|
1110
|
+
# unique identifier are specified using the endpoint ARN. Example:
|
1111
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
1112
|
+
#
|
1062
1113
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
1063
1114
|
# the unique identifier is the function name with a function version
|
1064
1115
|
# or alias name suffix that is not `$LATEST`. Example:
|
@@ -1115,6 +1166,10 @@ module Aws::ApplicationAutoScaling
|
|
1115
1166
|
# The number of inference units for an Amazon Comprehend document
|
1116
1167
|
# classification endpoint.
|
1117
1168
|
#
|
1169
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
1170
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
1171
|
+
# endpoint.
|
1172
|
+
#
|
1118
1173
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1119
1174
|
# concurrency for a Lambda function.
|
1120
1175
|
#
|
@@ -1179,7 +1234,7 @@ module Aws::ApplicationAutoScaling
|
|
1179
1234
|
# resp = client.describe_scaling_activities({
|
1180
1235
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1181
1236
|
# resource_id: "ResourceIdMaxLen1600",
|
1182
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
1183
1238
|
# max_results: 1,
|
1184
1239
|
# next_token: "XmlString",
|
1185
1240
|
# })
|
@@ -1190,7 +1245,7 @@ module Aws::ApplicationAutoScaling
|
|
1190
1245
|
# resp.scaling_activities[0].activity_id #=> String
|
1191
1246
|
# resp.scaling_activities[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra"
|
1192
1247
|
# resp.scaling_activities[0].resource_id #=> String
|
1193
|
-
# 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", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits"
|
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"
|
1194
1249
|
# resp.scaling_activities[0].description #=> String
|
1195
1250
|
# resp.scaling_activities[0].cause #=> String
|
1196
1251
|
# resp.scaling_activities[0].start_time #=> Time
|
@@ -1277,6 +1332,10 @@ module Aws::ApplicationAutoScaling
|
|
1277
1332
|
# Example:
|
1278
1333
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
1279
1334
|
#
|
1335
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type and
|
1336
|
+
# unique identifier are specified using the endpoint ARN. Example:
|
1337
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
1338
|
+
#
|
1280
1339
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
1281
1340
|
# the unique identifier is the function name with a function version
|
1282
1341
|
# or alias name suffix that is not `$LATEST`. Example:
|
@@ -1333,6 +1392,10 @@ module Aws::ApplicationAutoScaling
|
|
1333
1392
|
# The number of inference units for an Amazon Comprehend document
|
1334
1393
|
# classification endpoint.
|
1335
1394
|
#
|
1395
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
1396
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
1397
|
+
# endpoint.
|
1398
|
+
#
|
1336
1399
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1337
1400
|
# concurrency for a Lambda function.
|
1338
1401
|
#
|
@@ -1409,7 +1472,7 @@ module Aws::ApplicationAutoScaling
|
|
1409
1472
|
# policy_names: ["ResourceIdMaxLen1600"],
|
1410
1473
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1411
1474
|
# resource_id: "ResourceIdMaxLen1600",
|
1412
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
1413
1476
|
# max_results: 1,
|
1414
1477
|
# next_token: "XmlString",
|
1415
1478
|
# })
|
@@ -1421,7 +1484,7 @@ module Aws::ApplicationAutoScaling
|
|
1421
1484
|
# resp.scaling_policies[0].policy_name #=> String
|
1422
1485
|
# resp.scaling_policies[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra"
|
1423
1486
|
# resp.scaling_policies[0].resource_id #=> String
|
1424
|
-
# 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", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits"
|
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"
|
1425
1488
|
# resp.scaling_policies[0].policy_type #=> String, one of "StepScaling", "TargetTrackingScaling"
|
1426
1489
|
# resp.scaling_policies[0].step_scaling_policy_configuration.adjustment_type #=> String, one of "ChangeInCapacity", "PercentChangeInCapacity", "ExactCapacity"
|
1427
1490
|
# resp.scaling_policies[0].step_scaling_policy_configuration.step_adjustments #=> Array
|
@@ -1525,6 +1588,10 @@ module Aws::ApplicationAutoScaling
|
|
1525
1588
|
# Example:
|
1526
1589
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
1527
1590
|
#
|
1591
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type and
|
1592
|
+
# unique identifier are specified using the endpoint ARN. Example:
|
1593
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
1594
|
+
#
|
1528
1595
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
1529
1596
|
# the unique identifier is the function name with a function version
|
1530
1597
|
# or alias name suffix that is not `$LATEST`. Example:
|
@@ -1581,6 +1648,10 @@ module Aws::ApplicationAutoScaling
|
|
1581
1648
|
# The number of inference units for an Amazon Comprehend document
|
1582
1649
|
# classification endpoint.
|
1583
1650
|
#
|
1651
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
1652
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
1653
|
+
# endpoint.
|
1654
|
+
#
|
1584
1655
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1585
1656
|
# concurrency for a Lambda function.
|
1586
1657
|
#
|
@@ -1616,7 +1687,7 @@ module Aws::ApplicationAutoScaling
|
|
1616
1687
|
# scheduled_action_names: ["ResourceIdMaxLen1600"],
|
1617
1688
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1618
1689
|
# resource_id: "ResourceIdMaxLen1600",
|
1619
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
1620
1691
|
# max_results: 1,
|
1621
1692
|
# next_token: "XmlString",
|
1622
1693
|
# })
|
@@ -1629,7 +1700,7 @@ module Aws::ApplicationAutoScaling
|
|
1629
1700
|
# resp.scheduled_actions[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra"
|
1630
1701
|
# resp.scheduled_actions[0].schedule #=> String
|
1631
1702
|
# resp.scheduled_actions[0].resource_id #=> String
|
1632
|
-
# 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", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits"
|
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"
|
1633
1704
|
# resp.scheduled_actions[0].start_time #=> Time
|
1634
1705
|
# resp.scheduled_actions[0].end_time #=> Time
|
1635
1706
|
# resp.scheduled_actions[0].scalable_target_action.min_capacity #=> Integer
|
@@ -1742,6 +1813,10 @@ module Aws::ApplicationAutoScaling
|
|
1742
1813
|
# Example:
|
1743
1814
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
1744
1815
|
#
|
1816
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type and
|
1817
|
+
# unique identifier are specified using the endpoint ARN. Example:
|
1818
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
1819
|
+
#
|
1745
1820
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
1746
1821
|
# the unique identifier is the function name with a function version
|
1747
1822
|
# or alias name suffix that is not `$LATEST`. Example:
|
@@ -1797,6 +1872,10 @@ module Aws::ApplicationAutoScaling
|
|
1797
1872
|
# The number of inference units for an Amazon Comprehend document
|
1798
1873
|
# classification endpoint.
|
1799
1874
|
#
|
1875
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
1876
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
1877
|
+
# endpoint.
|
1878
|
+
#
|
1800
1879
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1801
1880
|
# concurrency for a Lambda function.
|
1802
1881
|
#
|
@@ -1888,7 +1967,7 @@ module Aws::ApplicationAutoScaling
|
|
1888
1967
|
# policy_name: "PolicyName", # required
|
1889
1968
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1890
1969
|
# resource_id: "ResourceIdMaxLen1600", # required
|
1891
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
1892
1971
|
# policy_type: "StepScaling", # accepts StepScaling, TargetTrackingScaling
|
1893
1972
|
# step_scaling_policy_configuration: {
|
1894
1973
|
# adjustment_type: "ChangeInCapacity", # accepts ChangeInCapacity, PercentChangeInCapacity, ExactCapacity
|
@@ -2052,6 +2131,10 @@ module Aws::ApplicationAutoScaling
|
|
2052
2131
|
# Example:
|
2053
2132
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
2054
2133
|
#
|
2134
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type and
|
2135
|
+
# unique identifier are specified using the endpoint ARN. Example:
|
2136
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
2137
|
+
#
|
2055
2138
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
2056
2139
|
# the unique identifier is the function name with a function version
|
2057
2140
|
# or alias name suffix that is not `$LATEST`. Example:
|
@@ -2107,6 +2190,10 @@ module Aws::ApplicationAutoScaling
|
|
2107
2190
|
# The number of inference units for an Amazon Comprehend document
|
2108
2191
|
# classification endpoint.
|
2109
2192
|
#
|
2193
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
2194
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
2195
|
+
# endpoint.
|
2196
|
+
#
|
2110
2197
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
2111
2198
|
# concurrency for a Lambda function.
|
2112
2199
|
#
|
@@ -2138,7 +2225,7 @@ module Aws::ApplicationAutoScaling
|
|
2138
2225
|
# schedule: "ResourceIdMaxLen1600",
|
2139
2226
|
# scheduled_action_name: "ScheduledActionName", # required
|
2140
2227
|
# resource_id: "ResourceIdMaxLen1600", # required
|
2141
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
2142
2229
|
# start_time: Time.now,
|
2143
2230
|
# end_time: Time.now,
|
2144
2231
|
# scalable_target_action: {
|
@@ -2163,9 +2250,10 @@ module Aws::ApplicationAutoScaling
|
|
2163
2250
|
# the combination of resource ID, scalable dimension, and namespace.
|
2164
2251
|
#
|
2165
2252
|
# When you register a new scalable target, you must specify values for
|
2166
|
-
# minimum and maximum capacity.
|
2167
|
-
#
|
2168
|
-
#
|
2253
|
+
# minimum and maximum capacity. Current capacity will be adjusted within
|
2254
|
+
# the specified range when scaling starts. Application Auto Scaling
|
2255
|
+
# scaling policies will not scale capacity to values that are outside of
|
2256
|
+
# this range.
|
2169
2257
|
#
|
2170
2258
|
# After you register a scalable target, you do not need to register it
|
2171
2259
|
# again to use other Application Auto Scaling operations. To see which
|
@@ -2234,6 +2322,10 @@ module Aws::ApplicationAutoScaling
|
|
2234
2322
|
# Example:
|
2235
2323
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
2236
2324
|
#
|
2325
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type and
|
2326
|
+
# unique identifier are specified using the endpoint ARN. Example:
|
2327
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
2328
|
+
#
|
2237
2329
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
2238
2330
|
# the unique identifier is the function name with a function version
|
2239
2331
|
# or alias name suffix that is not `$LATEST`. Example:
|
@@ -2290,6 +2382,10 @@ module Aws::ApplicationAutoScaling
|
|
2290
2382
|
# The number of inference units for an Amazon Comprehend document
|
2291
2383
|
# classification endpoint.
|
2292
2384
|
#
|
2385
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
2386
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
2387
|
+
# endpoint.
|
2388
|
+
#
|
2293
2389
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
2294
2390
|
# concurrency for a Lambda function.
|
2295
2391
|
#
|
@@ -2305,8 +2401,10 @@ module Aws::ApplicationAutoScaling
|
|
2305
2401
|
# needed to the minimum capacity limit in response to changing demand.
|
2306
2402
|
#
|
2307
2403
|
# This parameter is required if you are registering a scalable target.
|
2308
|
-
# For
|
2309
|
-
#
|
2404
|
+
# For certain resources, the minimum value allowed is 0. This includes
|
2405
|
+
# Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB
|
2406
|
+
# clusters, EMR clusters, and custom resources. For all other resources,
|
2407
|
+
# the minimum value allowed is 1.
|
2310
2408
|
#
|
2311
2409
|
# @option params [Integer] :max_capacity
|
2312
2410
|
# The maximum value that you plan to scale out to. When a scaling policy
|
@@ -2315,6 +2413,19 @@ module Aws::ApplicationAutoScaling
|
|
2315
2413
|
#
|
2316
2414
|
# This parameter is required if you are registering a scalable target.
|
2317
2415
|
#
|
2416
|
+
# Although you can specify a large maximum capacity, note that service
|
2417
|
+
# quotas may impose lower limits. Each service has its own default
|
2418
|
+
# quotas for the maximum capacity of the resource. If you want to
|
2419
|
+
# specify a higher limit, you can request an increase. For more
|
2420
|
+
# information, consult the documentation for that service. For
|
2421
|
+
# information about the default quotas for each service, see [Service
|
2422
|
+
# Endpoints and Quotas][1] in the *Amazon Web Services General
|
2423
|
+
# Reference*.
|
2424
|
+
#
|
2425
|
+
#
|
2426
|
+
#
|
2427
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-service-information.html
|
2428
|
+
#
|
2318
2429
|
# @option params [String] :role_arn
|
2319
2430
|
# This parameter is required for services that do not support
|
2320
2431
|
# service-linked roles (such as Amazon EMR), and it must specify the ARN
|
@@ -2377,7 +2488,7 @@ module Aws::ApplicationAutoScaling
|
|
2377
2488
|
# resp = client.register_scalable_target({
|
2378
2489
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
2379
2490
|
# resource_id: "ResourceIdMaxLen1600", # required
|
2380
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
2381
2492
|
# min_capacity: 1,
|
2382
2493
|
# max_capacity: 1,
|
2383
2494
|
# role_arn: "ResourceIdMaxLen1600",
|
@@ -2410,7 +2521,7 @@ module Aws::ApplicationAutoScaling
|
|
2410
2521
|
params: params,
|
2411
2522
|
config: config)
|
2412
2523
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
2413
|
-
context[:gem_version] = '1.
|
2524
|
+
context[:gem_version] = '1.47.0'
|
2414
2525
|
Seahorse::Client::Request.new(handlers, context)
|
2415
2526
|
end
|
2416
2527
|
|
@@ -132,7 +132,7 @@ module Aws::ApplicationAutoScaling
|
|
132
132
|
# policy_name: "ResourceIdMaxLen1600", # required
|
133
133
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
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, 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
|
136
136
|
# }
|
137
137
|
#
|
138
138
|
# @!attribute [rw] policy_name
|
@@ -189,6 +189,11 @@ module Aws::ApplicationAutoScaling
|
|
189
189
|
# Example:
|
190
190
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
191
191
|
#
|
192
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
193
|
+
# and unique identifier are specified using the endpoint ARN.
|
194
|
+
# Example:
|
195
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
196
|
+
#
|
192
197
|
# * Lambda provisioned concurrency - The resource type is `function`
|
193
198
|
# and the unique identifier is the function name with a function
|
194
199
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -245,6 +250,10 @@ module Aws::ApplicationAutoScaling
|
|
245
250
|
# The number of inference units for an Amazon Comprehend document
|
246
251
|
# classification endpoint.
|
247
252
|
#
|
253
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
254
|
+
# The number of inference units for an Amazon Comprehend entity
|
255
|
+
# recognizer endpoint.
|
256
|
+
#
|
248
257
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
249
258
|
# concurrency for a Lambda function.
|
250
259
|
#
|
@@ -277,7 +286,7 @@ module Aws::ApplicationAutoScaling
|
|
277
286
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
278
287
|
# scheduled_action_name: "ResourceIdMaxLen1600", # required
|
279
288
|
# resource_id: "ResourceIdMaxLen1600", # required
|
280
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
281
290
|
# }
|
282
291
|
#
|
283
292
|
# @!attribute [rw] service_namespace
|
@@ -334,6 +343,11 @@ module Aws::ApplicationAutoScaling
|
|
334
343
|
# Example:
|
335
344
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
336
345
|
#
|
346
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
347
|
+
# and unique identifier are specified using the endpoint ARN.
|
348
|
+
# Example:
|
349
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
350
|
+
#
|
337
351
|
# * Lambda provisioned concurrency - The resource type is `function`
|
338
352
|
# and the unique identifier is the function name with a function
|
339
353
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -390,6 +404,10 @@ module Aws::ApplicationAutoScaling
|
|
390
404
|
# The number of inference units for an Amazon Comprehend document
|
391
405
|
# classification endpoint.
|
392
406
|
#
|
407
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
408
|
+
# The number of inference units for an Amazon Comprehend entity
|
409
|
+
# recognizer endpoint.
|
410
|
+
#
|
393
411
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
394
412
|
# concurrency for a Lambda function.
|
395
413
|
#
|
@@ -421,7 +439,7 @@ module Aws::ApplicationAutoScaling
|
|
421
439
|
# {
|
422
440
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
423
441
|
# resource_id: "ResourceIdMaxLen1600", # required
|
424
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
425
443
|
# }
|
426
444
|
#
|
427
445
|
# @!attribute [rw] service_namespace
|
@@ -474,6 +492,11 @@ module Aws::ApplicationAutoScaling
|
|
474
492
|
# Example:
|
475
493
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
476
494
|
#
|
495
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
496
|
+
# and unique identifier are specified using the endpoint ARN.
|
497
|
+
# Example:
|
498
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
499
|
+
#
|
477
500
|
# * Lambda provisioned concurrency - The resource type is `function`
|
478
501
|
# and the unique identifier is the function name with a function
|
479
502
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -531,6 +554,10 @@ module Aws::ApplicationAutoScaling
|
|
531
554
|
# The number of inference units for an Amazon Comprehend document
|
532
555
|
# classification endpoint.
|
533
556
|
#
|
557
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
558
|
+
# The number of inference units for an Amazon Comprehend entity
|
559
|
+
# recognizer endpoint.
|
560
|
+
#
|
534
561
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
535
562
|
# concurrency for a Lambda function.
|
536
563
|
#
|
@@ -561,7 +588,7 @@ module Aws::ApplicationAutoScaling
|
|
561
588
|
# {
|
562
589
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
563
590
|
# resource_ids: ["ResourceIdMaxLen1600"],
|
564
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
565
592
|
# max_results: 1,
|
566
593
|
# next_token: "XmlString",
|
567
594
|
# }
|
@@ -618,6 +645,11 @@ module Aws::ApplicationAutoScaling
|
|
618
645
|
# Example:
|
619
646
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
620
647
|
#
|
648
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
649
|
+
# and unique identifier are specified using the endpoint ARN.
|
650
|
+
# Example:
|
651
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
652
|
+
#
|
621
653
|
# * Lambda provisioned concurrency - The resource type is `function`
|
622
654
|
# and the unique identifier is the function name with a function
|
623
655
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -676,6 +708,10 @@ module Aws::ApplicationAutoScaling
|
|
676
708
|
# The number of inference units for an Amazon Comprehend document
|
677
709
|
# classification endpoint.
|
678
710
|
#
|
711
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
712
|
+
# The number of inference units for an Amazon Comprehend entity
|
713
|
+
# recognizer endpoint.
|
714
|
+
#
|
679
715
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
680
716
|
# concurrency for a Lambda function.
|
681
717
|
#
|
@@ -737,7 +773,7 @@ module Aws::ApplicationAutoScaling
|
|
737
773
|
# {
|
738
774
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
739
775
|
# resource_id: "ResourceIdMaxLen1600",
|
740
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
741
777
|
# max_results: 1,
|
742
778
|
# next_token: "XmlString",
|
743
779
|
# }
|
@@ -794,6 +830,11 @@ module Aws::ApplicationAutoScaling
|
|
794
830
|
# Example:
|
795
831
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
796
832
|
#
|
833
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
834
|
+
# and unique identifier are specified using the endpoint ARN.
|
835
|
+
# Example:
|
836
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
837
|
+
#
|
797
838
|
# * Lambda provisioned concurrency - The resource type is `function`
|
798
839
|
# and the unique identifier is the function name with a function
|
799
840
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -851,6 +892,10 @@ module Aws::ApplicationAutoScaling
|
|
851
892
|
# The number of inference units for an Amazon Comprehend document
|
852
893
|
# classification endpoint.
|
853
894
|
#
|
895
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
896
|
+
# The number of inference units for an Amazon Comprehend entity
|
897
|
+
# recognizer endpoint.
|
898
|
+
#
|
854
899
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
855
900
|
# concurrency for a Lambda function.
|
856
901
|
#
|
@@ -913,7 +958,7 @@ module Aws::ApplicationAutoScaling
|
|
913
958
|
# policy_names: ["ResourceIdMaxLen1600"],
|
914
959
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
915
960
|
# resource_id: "ResourceIdMaxLen1600",
|
916
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
917
962
|
# max_results: 1,
|
918
963
|
# next_token: "XmlString",
|
919
964
|
# }
|
@@ -974,6 +1019,11 @@ module Aws::ApplicationAutoScaling
|
|
974
1019
|
# Example:
|
975
1020
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
976
1021
|
#
|
1022
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
1023
|
+
# and unique identifier are specified using the endpoint ARN.
|
1024
|
+
# Example:
|
1025
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
1026
|
+
#
|
977
1027
|
# * Lambda provisioned concurrency - The resource type is `function`
|
978
1028
|
# and the unique identifier is the function name with a function
|
979
1029
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -1031,6 +1081,10 @@ module Aws::ApplicationAutoScaling
|
|
1031
1081
|
# The number of inference units for an Amazon Comprehend document
|
1032
1082
|
# classification endpoint.
|
1033
1083
|
#
|
1084
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
1085
|
+
# The number of inference units for an Amazon Comprehend entity
|
1086
|
+
# recognizer endpoint.
|
1087
|
+
#
|
1034
1088
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1035
1089
|
# concurrency for a Lambda function.
|
1036
1090
|
#
|
@@ -1094,7 +1148,7 @@ module Aws::ApplicationAutoScaling
|
|
1094
1148
|
# scheduled_action_names: ["ResourceIdMaxLen1600"],
|
1095
1149
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1096
1150
|
# resource_id: "ResourceIdMaxLen1600",
|
1097
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
1098
1152
|
# max_results: 1,
|
1099
1153
|
# next_token: "XmlString",
|
1100
1154
|
# }
|
@@ -1155,6 +1209,11 @@ module Aws::ApplicationAutoScaling
|
|
1155
1209
|
# Example:
|
1156
1210
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
1157
1211
|
#
|
1212
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
1213
|
+
# and unique identifier are specified using the endpoint ARN.
|
1214
|
+
# Example:
|
1215
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
1216
|
+
#
|
1158
1217
|
# * Lambda provisioned concurrency - The resource type is `function`
|
1159
1218
|
# and the unique identifier is the function name with a function
|
1160
1219
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -1212,6 +1271,10 @@ module Aws::ApplicationAutoScaling
|
|
1212
1271
|
# The number of inference units for an Amazon Comprehend document
|
1213
1272
|
# classification endpoint.
|
1214
1273
|
#
|
1274
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
1275
|
+
# The number of inference units for an Amazon Comprehend entity
|
1276
|
+
# recognizer endpoint.
|
1277
|
+
#
|
1215
1278
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1216
1279
|
# concurrency for a Lambda function.
|
1217
1280
|
#
|
@@ -1410,7 +1473,9 @@ module Aws::ApplicationAutoScaling
|
|
1410
1473
|
# `ALBRequestCountPerTarget` and there is a target group attached to
|
1411
1474
|
# the Spot Fleet request or ECS service.
|
1412
1475
|
#
|
1413
|
-
#
|
1476
|
+
# You create the resource label by appending the final portion of the
|
1477
|
+
# load balancer ARN and the final portion of the target group ARN into
|
1478
|
+
# a single value, separated by a forward slash (/). The format is
|
1414
1479
|
# app/<load-balancer-name>/<load-balancer-id>/targetgroup/<target-group-name>/<target-group-id>,
|
1415
1480
|
# where:
|
1416
1481
|
#
|
@@ -1419,6 +1484,18 @@ module Aws::ApplicationAutoScaling
|
|
1419
1484
|
#
|
1420
1485
|
# * targetgroup/<target-group-name>/<target-group-id> is
|
1421
1486
|
# the final portion of the target group ARN.
|
1487
|
+
#
|
1488
|
+
# This is an example:
|
1489
|
+
# app/EC2Co-EcsEl-1TKLTMITMM0EO/f37c06a68c1748aa/targetgroup/EC2Co-Defau-LDNM7Q3ZH1ZN/6d4ea56ca2d6a18d.
|
1490
|
+
#
|
1491
|
+
# To find the ARN for an Application Load Balancer, use the
|
1492
|
+
# [DescribeLoadBalancers][1] API operation. To find the ARN for the
|
1493
|
+
# target group, use the [DescribeTargetGroups][2] API operation.
|
1494
|
+
#
|
1495
|
+
#
|
1496
|
+
#
|
1497
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html
|
1498
|
+
# [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html
|
1422
1499
|
# @return [String]
|
1423
1500
|
#
|
1424
1501
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/PredefinedMetricSpecification AWS API Documentation
|
@@ -1437,7 +1514,7 @@ module Aws::ApplicationAutoScaling
|
|
1437
1514
|
# policy_name: "PolicyName", # required
|
1438
1515
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1439
1516
|
# resource_id: "ResourceIdMaxLen1600", # required
|
1440
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
1441
1518
|
# policy_type: "StepScaling", # accepts StepScaling, TargetTrackingScaling
|
1442
1519
|
# step_scaling_policy_configuration: {
|
1443
1520
|
# adjustment_type: "ChangeInCapacity", # accepts ChangeInCapacity, PercentChangeInCapacity, ExactCapacity
|
@@ -1530,6 +1607,11 @@ module Aws::ApplicationAutoScaling
|
|
1530
1607
|
# Example:
|
1531
1608
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
1532
1609
|
#
|
1610
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
1611
|
+
# and unique identifier are specified using the endpoint ARN.
|
1612
|
+
# Example:
|
1613
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
1614
|
+
#
|
1533
1615
|
# * Lambda provisioned concurrency - The resource type is `function`
|
1534
1616
|
# and the unique identifier is the function name with a function
|
1535
1617
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -1586,6 +1668,10 @@ module Aws::ApplicationAutoScaling
|
|
1586
1668
|
# The number of inference units for an Amazon Comprehend document
|
1587
1669
|
# classification endpoint.
|
1588
1670
|
#
|
1671
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
1672
|
+
# The number of inference units for an Amazon Comprehend entity
|
1673
|
+
# recognizer endpoint.
|
1674
|
+
#
|
1589
1675
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1590
1676
|
# concurrency for a Lambda function.
|
1591
1677
|
#
|
@@ -1672,7 +1758,7 @@ module Aws::ApplicationAutoScaling
|
|
1672
1758
|
# schedule: "ResourceIdMaxLen1600",
|
1673
1759
|
# scheduled_action_name: "ScheduledActionName", # required
|
1674
1760
|
# resource_id: "ResourceIdMaxLen1600", # required
|
1675
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
1676
1762
|
# start_time: Time.now,
|
1677
1763
|
# end_time: Time.now,
|
1678
1764
|
# scalable_target_action: {
|
@@ -1763,6 +1849,11 @@ module Aws::ApplicationAutoScaling
|
|
1763
1849
|
# Example:
|
1764
1850
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
1765
1851
|
#
|
1852
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
1853
|
+
# and unique identifier are specified using the endpoint ARN.
|
1854
|
+
# Example:
|
1855
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
1856
|
+
#
|
1766
1857
|
# * Lambda provisioned concurrency - The resource type is `function`
|
1767
1858
|
# and the unique identifier is the function name with a function
|
1768
1859
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -1819,6 +1910,10 @@ module Aws::ApplicationAutoScaling
|
|
1819
1910
|
# The number of inference units for an Amazon Comprehend document
|
1820
1911
|
# classification endpoint.
|
1821
1912
|
#
|
1913
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
1914
|
+
# The number of inference units for an Amazon Comprehend entity
|
1915
|
+
# recognizer endpoint.
|
1916
|
+
#
|
1822
1917
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1823
1918
|
# concurrency for a Lambda function.
|
1824
1919
|
#
|
@@ -1871,7 +1966,7 @@ module Aws::ApplicationAutoScaling
|
|
1871
1966
|
# {
|
1872
1967
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
1873
1968
|
# resource_id: "ResourceIdMaxLen1600", # required
|
1874
|
-
# 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, lambda:function:ProvisionedConcurrency, cassandra:table:ReadCapacityUnits, cassandra:table:WriteCapacityUnits
|
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
|
1875
1970
|
# min_capacity: 1,
|
1876
1971
|
# max_capacity: 1,
|
1877
1972
|
# role_arn: "ResourceIdMaxLen1600",
|
@@ -1933,6 +2028,11 @@ module Aws::ApplicationAutoScaling
|
|
1933
2028
|
# Example:
|
1934
2029
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
1935
2030
|
#
|
2031
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
2032
|
+
# and unique identifier are specified using the endpoint ARN.
|
2033
|
+
# Example:
|
2034
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
2035
|
+
#
|
1936
2036
|
# * Lambda provisioned concurrency - The resource type is `function`
|
1937
2037
|
# and the unique identifier is the function name with a function
|
1938
2038
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -1990,6 +2090,10 @@ module Aws::ApplicationAutoScaling
|
|
1990
2090
|
# The number of inference units for an Amazon Comprehend document
|
1991
2091
|
# classification endpoint.
|
1992
2092
|
#
|
2093
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
2094
|
+
# The number of inference units for an Amazon Comprehend entity
|
2095
|
+
# recognizer endpoint.
|
2096
|
+
#
|
1993
2097
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
1994
2098
|
# concurrency for a Lambda function.
|
1995
2099
|
#
|
@@ -2007,8 +2111,10 @@ module Aws::ApplicationAutoScaling
|
|
2007
2111
|
# changing demand.
|
2008
2112
|
#
|
2009
2113
|
# This parameter is required if you are registering a scalable target.
|
2010
|
-
# For
|
2011
|
-
#
|
2114
|
+
# For certain resources, the minimum value allowed is 0. This includes
|
2115
|
+
# Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB
|
2116
|
+
# clusters, EMR clusters, and custom resources. For all other
|
2117
|
+
# resources, the minimum value allowed is 1.
|
2012
2118
|
# @return [Integer]
|
2013
2119
|
#
|
2014
2120
|
# @!attribute [rw] max_capacity
|
@@ -2018,6 +2124,19 @@ module Aws::ApplicationAutoScaling
|
|
2018
2124
|
# demand.
|
2019
2125
|
#
|
2020
2126
|
# This parameter is required if you are registering a scalable target.
|
2127
|
+
#
|
2128
|
+
# Although you can specify a large maximum capacity, note that service
|
2129
|
+
# quotas may impose lower limits. Each service has its own default
|
2130
|
+
# quotas for the maximum capacity of the resource. If you want to
|
2131
|
+
# specify a higher limit, you can request an increase. For more
|
2132
|
+
# information, consult the documentation for that service. For
|
2133
|
+
# information about the default quotas for each service, see [Service
|
2134
|
+
# Endpoints and Quotas][1] in the *Amazon Web Services General
|
2135
|
+
# Reference*.
|
2136
|
+
#
|
2137
|
+
#
|
2138
|
+
#
|
2139
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-service-information.html
|
2021
2140
|
# @return [Integer]
|
2022
2141
|
#
|
2023
2142
|
# @!attribute [rw] role_arn
|
@@ -2134,6 +2253,11 @@ module Aws::ApplicationAutoScaling
|
|
2134
2253
|
# Example:
|
2135
2254
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
2136
2255
|
#
|
2256
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
2257
|
+
# and unique identifier are specified using the endpoint ARN.
|
2258
|
+
# Example:
|
2259
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
2260
|
+
#
|
2137
2261
|
# * Lambda provisioned concurrency - The resource type is `function`
|
2138
2262
|
# and the unique identifier is the function name with a function
|
2139
2263
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -2191,6 +2315,10 @@ module Aws::ApplicationAutoScaling
|
|
2191
2315
|
# The number of inference units for an Amazon Comprehend document
|
2192
2316
|
# classification endpoint.
|
2193
2317
|
#
|
2318
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
2319
|
+
# The number of inference units for an Amazon Comprehend entity
|
2320
|
+
# recognizer endpoint.
|
2321
|
+
#
|
2194
2322
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
2195
2323
|
# concurrency for a Lambda function.
|
2196
2324
|
#
|
@@ -2251,12 +2379,27 @@ module Aws::ApplicationAutoScaling
|
|
2251
2379
|
# @!attribute [rw] min_capacity
|
2252
2380
|
# The minimum capacity.
|
2253
2381
|
#
|
2254
|
-
# For
|
2255
|
-
#
|
2382
|
+
# For certain resources, the minimum value allowed is 0. This includes
|
2383
|
+
# Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB
|
2384
|
+
# clusters, EMR clusters, and custom resources. For all other
|
2385
|
+
# resources, the minimum value allowed is 1.
|
2256
2386
|
# @return [Integer]
|
2257
2387
|
#
|
2258
2388
|
# @!attribute [rw] max_capacity
|
2259
2389
|
# The maximum capacity.
|
2390
|
+
#
|
2391
|
+
# Although you can specify a large maximum capacity, note that service
|
2392
|
+
# quotas may impose lower limits. Each service has its own default
|
2393
|
+
# quotas for the maximum capacity of the resource. If you want to
|
2394
|
+
# specify a higher limit, you can request an increase. For more
|
2395
|
+
# information, consult the documentation for that service. For
|
2396
|
+
# information about the default quotas for each service, see [Service
|
2397
|
+
# Endpoints and Quotas][1] in the *Amazon Web Services General
|
2398
|
+
# Reference*.
|
2399
|
+
#
|
2400
|
+
#
|
2401
|
+
#
|
2402
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-service-information.html
|
2260
2403
|
# @return [Integer]
|
2261
2404
|
#
|
2262
2405
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/ScalableTargetAction AWS API Documentation
|
@@ -2323,6 +2466,11 @@ module Aws::ApplicationAutoScaling
|
|
2323
2466
|
# Example:
|
2324
2467
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
2325
2468
|
#
|
2469
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
2470
|
+
# and unique identifier are specified using the endpoint ARN.
|
2471
|
+
# Example:
|
2472
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
2473
|
+
#
|
2326
2474
|
# * Lambda provisioned concurrency - The resource type is `function`
|
2327
2475
|
# and the unique identifier is the function name with a function
|
2328
2476
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -2379,6 +2527,10 @@ module Aws::ApplicationAutoScaling
|
|
2379
2527
|
# The number of inference units for an Amazon Comprehend document
|
2380
2528
|
# classification endpoint.
|
2381
2529
|
#
|
2530
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
2531
|
+
# The number of inference units for an Amazon Comprehend entity
|
2532
|
+
# recognizer endpoint.
|
2533
|
+
#
|
2382
2534
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
2383
2535
|
# concurrency for a Lambda function.
|
2384
2536
|
#
|
@@ -2495,6 +2647,11 @@ module Aws::ApplicationAutoScaling
|
|
2495
2647
|
# Example:
|
2496
2648
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
2497
2649
|
#
|
2650
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
2651
|
+
# and unique identifier are specified using the endpoint ARN.
|
2652
|
+
# Example:
|
2653
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
2654
|
+
#
|
2498
2655
|
# * Lambda provisioned concurrency - The resource type is `function`
|
2499
2656
|
# and the unique identifier is the function name with a function
|
2500
2657
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -2551,6 +2708,10 @@ module Aws::ApplicationAutoScaling
|
|
2551
2708
|
# The number of inference units for an Amazon Comprehend document
|
2552
2709
|
# classification endpoint.
|
2553
2710
|
#
|
2711
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
2712
|
+
# The number of inference units for an Amazon Comprehend entity
|
2713
|
+
# recognizer endpoint.
|
2714
|
+
#
|
2554
2715
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
2555
2716
|
# concurrency for a Lambda function.
|
2556
2717
|
#
|
@@ -2684,6 +2845,11 @@ module Aws::ApplicationAutoScaling
|
|
2684
2845
|
# Example:
|
2685
2846
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
2686
2847
|
#
|
2848
|
+
# * Amazon Comprehend entity recognizer endpoint - The resource type
|
2849
|
+
# and unique identifier are specified using the endpoint ARN.
|
2850
|
+
# Example:
|
2851
|
+
# `arn:aws:comprehend:us-west-2:123456789012:entity-recognizer-endpoint/EXAMPLE`.
|
2852
|
+
#
|
2687
2853
|
# * Lambda provisioned concurrency - The resource type is `function`
|
2688
2854
|
# and the unique identifier is the function name with a function
|
2689
2855
|
# version or alias name suffix that is not `$LATEST`. Example:
|
@@ -2740,6 +2906,10 @@ module Aws::ApplicationAutoScaling
|
|
2740
2906
|
# The number of inference units for an Amazon Comprehend document
|
2741
2907
|
# classification endpoint.
|
2742
2908
|
#
|
2909
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
2910
|
+
# The number of inference units for an Amazon Comprehend entity
|
2911
|
+
# recognizer endpoint.
|
2912
|
+
#
|
2743
2913
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
2744
2914
|
# concurrency for a Lambda function.
|
2745
2915
|
#
|
@@ -2855,7 +3025,8 @@ module Aws::ApplicationAutoScaling
|
|
2855
3025
|
# @!attribute [rw] scaling_adjustment
|
2856
3026
|
# The amount by which to scale, based on the specified adjustment
|
2857
3027
|
# type. A positive value adds to the current capacity while a negative
|
2858
|
-
# number removes from the current capacity.
|
3028
|
+
# number removes from the current capacity. For exact capacity, you
|
3029
|
+
# must specify a positive value.
|
2859
3030
|
# @return [Integer]
|
2860
3031
|
#
|
2861
3032
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/StepAdjustment AWS API Documentation
|
@@ -2889,9 +3060,10 @@ module Aws::ApplicationAutoScaling
|
|
2889
3060
|
# }
|
2890
3061
|
#
|
2891
3062
|
# @!attribute [rw] adjustment_type
|
2892
|
-
# Specifies
|
2893
|
-
#
|
2894
|
-
#
|
3063
|
+
# Specifies how the `ScalingAdjustment` value in a [StepAdjustment][1]
|
3064
|
+
# is interpreted (for example, an absolute number or a percentage).
|
3065
|
+
# The valid values are `ChangeInCapacity`, `ExactCapacity`, and
|
3066
|
+
# `PercentChangeInCapacity`.
|
2895
3067
|
#
|
2896
3068
|
# `AdjustmentType` is required if you are adding a new step scaling
|
2897
3069
|
# policy configuration.
|
@@ -2910,15 +3082,13 @@ module Aws::ApplicationAutoScaling
|
|
2910
3082
|
# @return [Array<Types::StepAdjustment>]
|
2911
3083
|
#
|
2912
3084
|
# @!attribute [rw] min_adjustment_magnitude
|
2913
|
-
# The minimum value to scale by when
|
2914
|
-
# example, suppose that you create a
|
2915
|
-
# an Amazon ECS service by 25 percent
|
2916
|
-
# `MinAdjustmentMagnitude` of 2. If the service has
|
2917
|
-
# scaling policy is performed, 25 percent of 4 is 1.
|
2918
|
-
# you specified a `MinAdjustmentMagnitude` of 2,
|
2919
|
-
# Scaling scales out the service by 2 tasks.
|
2920
|
-
#
|
2921
|
-
# Valid only if the adjustment type is `PercentChangeInCapacity`.
|
3085
|
+
# The minimum value to scale by when the adjustment type is
|
3086
|
+
# `PercentChangeInCapacity`. For example, suppose that you create a
|
3087
|
+
# step scaling policy to scale out an Amazon ECS service by 25 percent
|
3088
|
+
# and you specify a `MinAdjustmentMagnitude` of 2. If the service has
|
3089
|
+
# 4 tasks and the scaling policy is performed, 25 percent of 4 is 1.
|
3090
|
+
# However, because you specified a `MinAdjustmentMagnitude` of 2,
|
3091
|
+
# Application Auto Scaling scales out the service by 2 tasks.
|
2922
3092
|
# @return [Integer]
|
2923
3093
|
#
|
2924
3094
|
# @!attribute [rw] cooldown
|
@@ -2969,7 +3139,8 @@ module Aws::ApplicationAutoScaling
|
|
2969
3139
|
#
|
2970
3140
|
# * DynamoDB global secondary indexes
|
2971
3141
|
#
|
2972
|
-
# * Amazon Comprehend document classification
|
3142
|
+
# * Amazon Comprehend document classification and entity recognizer
|
3143
|
+
# endpoints
|
2973
3144
|
#
|
2974
3145
|
# * Lambda provisioned concurrency
|
2975
3146
|
#
|
@@ -3115,7 +3286,8 @@ module Aws::ApplicationAutoScaling
|
|
3115
3286
|
#
|
3116
3287
|
# * DynamoDB global secondary indexes
|
3117
3288
|
#
|
3118
|
-
# * Amazon Comprehend document classification
|
3289
|
+
# * Amazon Comprehend document classification and entity recognizer
|
3290
|
+
# endpoints
|
3119
3291
|
#
|
3120
3292
|
# * Lambda provisioned concurrency
|
3121
3293
|
#
|
@@ -3157,7 +3329,8 @@ module Aws::ApplicationAutoScaling
|
|
3157
3329
|
#
|
3158
3330
|
# * DynamoDB global secondary indexes
|
3159
3331
|
#
|
3160
|
-
# * Amazon Comprehend document classification
|
3332
|
+
# * Amazon Comprehend document classification and entity recognizer
|
3333
|
+
# endpoints
|
3161
3334
|
#
|
3162
3335
|
# * Lambda provisioned concurrency
|
3163
3336
|
#
|
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.47.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-
|
11
|
+
date: 2020-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|