aws-sdk-applicationautoscaling 1.46.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
|
|
@@ -405,6 +405,10 @@ module Aws::ApplicationAutoScaling
|
|
|
405
405
|
# Example:
|
|
406
406
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
407
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
|
+
#
|
|
408
412
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
|
409
413
|
# the unique identifier is the function name with a function version
|
|
410
414
|
# or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -460,6 +464,10 @@ module Aws::ApplicationAutoScaling
|
|
|
460
464
|
# The number of inference units for an Amazon Comprehend document
|
|
461
465
|
# classification endpoint.
|
|
462
466
|
#
|
|
467
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
|
468
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
|
469
|
+
# endpoint.
|
|
470
|
+
#
|
|
463
471
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
464
472
|
# concurrency for a Lambda function.
|
|
465
473
|
#
|
|
@@ -494,7 +502,7 @@ module Aws::ApplicationAutoScaling
|
|
|
494
502
|
# policy_name: "ResourceIdMaxLen1600", # required
|
|
495
503
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
|
496
504
|
# resource_id: "ResourceIdMaxLen1600", # required
|
|
497
|
-
# 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
|
|
498
506
|
# })
|
|
499
507
|
#
|
|
500
508
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScalingPolicy AWS API Documentation
|
|
@@ -568,6 +576,10 @@ module Aws::ApplicationAutoScaling
|
|
|
568
576
|
# Example:
|
|
569
577
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
570
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
|
+
#
|
|
571
583
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
|
572
584
|
# the unique identifier is the function name with a function version
|
|
573
585
|
# or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -623,6 +635,10 @@ module Aws::ApplicationAutoScaling
|
|
|
623
635
|
# The number of inference units for an Amazon Comprehend document
|
|
624
636
|
# classification endpoint.
|
|
625
637
|
#
|
|
638
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
|
639
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
|
640
|
+
# endpoint.
|
|
641
|
+
#
|
|
626
642
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
627
643
|
# concurrency for a Lambda function.
|
|
628
644
|
#
|
|
@@ -640,7 +656,7 @@ module Aws::ApplicationAutoScaling
|
|
|
640
656
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
|
641
657
|
# scheduled_action_name: "ResourceIdMaxLen1600", # required
|
|
642
658
|
# resource_id: "ResourceIdMaxLen1600", # required
|
|
643
|
-
# 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
|
|
644
660
|
# })
|
|
645
661
|
#
|
|
646
662
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeleteScheduledAction AWS API Documentation
|
|
@@ -714,6 +730,10 @@ module Aws::ApplicationAutoScaling
|
|
|
714
730
|
# Example:
|
|
715
731
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
716
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
|
+
#
|
|
717
737
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
|
718
738
|
# the unique identifier is the function name with a function version
|
|
719
739
|
# or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -770,6 +790,10 @@ module Aws::ApplicationAutoScaling
|
|
|
770
790
|
# The number of inference units for an Amazon Comprehend document
|
|
771
791
|
# classification endpoint.
|
|
772
792
|
#
|
|
793
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
|
794
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
|
795
|
+
# endpoint.
|
|
796
|
+
#
|
|
773
797
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
774
798
|
# concurrency for a Lambda function.
|
|
775
799
|
#
|
|
@@ -802,7 +826,7 @@ module Aws::ApplicationAutoScaling
|
|
|
802
826
|
# resp = client.deregister_scalable_target({
|
|
803
827
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
|
804
828
|
# resource_id: "ResourceIdMaxLen1600", # required
|
|
805
|
-
# 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
|
|
806
830
|
# })
|
|
807
831
|
#
|
|
808
832
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/DeregisterScalableTarget AWS API Documentation
|
|
@@ -870,6 +894,10 @@ module Aws::ApplicationAutoScaling
|
|
|
870
894
|
# Example:
|
|
871
895
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
872
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
|
+
#
|
|
873
901
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
|
874
902
|
# the unique identifier is the function name with a function version
|
|
875
903
|
# or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -927,6 +955,10 @@ module Aws::ApplicationAutoScaling
|
|
|
927
955
|
# The number of inference units for an Amazon Comprehend document
|
|
928
956
|
# classification endpoint.
|
|
929
957
|
#
|
|
958
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
|
959
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
|
960
|
+
# endpoint.
|
|
961
|
+
#
|
|
930
962
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
931
963
|
# concurrency for a Lambda function.
|
|
932
964
|
#
|
|
@@ -990,7 +1022,7 @@ module Aws::ApplicationAutoScaling
|
|
|
990
1022
|
# resp = client.describe_scalable_targets({
|
|
991
1023
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
|
992
1024
|
# resource_ids: ["ResourceIdMaxLen1600"],
|
|
993
|
-
# 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
|
|
994
1026
|
# max_results: 1,
|
|
995
1027
|
# next_token: "XmlString",
|
|
996
1028
|
# })
|
|
@@ -1000,7 +1032,7 @@ module Aws::ApplicationAutoScaling
|
|
|
1000
1032
|
# resp.scalable_targets #=> Array
|
|
1001
1033
|
# resp.scalable_targets[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra"
|
|
1002
1034
|
# resp.scalable_targets[0].resource_id #=> String
|
|
1003
|
-
# 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"
|
|
1004
1036
|
# resp.scalable_targets[0].min_capacity #=> Integer
|
|
1005
1037
|
# resp.scalable_targets[0].max_capacity #=> Integer
|
|
1006
1038
|
# resp.scalable_targets[0].role_arn #=> String
|
|
@@ -1074,6 +1106,10 @@ module Aws::ApplicationAutoScaling
|
|
|
1074
1106
|
# Example:
|
|
1075
1107
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
1076
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
|
+
#
|
|
1077
1113
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
|
1078
1114
|
# the unique identifier is the function name with a function version
|
|
1079
1115
|
# or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -1130,6 +1166,10 @@ module Aws::ApplicationAutoScaling
|
|
|
1130
1166
|
# The number of inference units for an Amazon Comprehend document
|
|
1131
1167
|
# classification endpoint.
|
|
1132
1168
|
#
|
|
1169
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
|
1170
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
|
1171
|
+
# endpoint.
|
|
1172
|
+
#
|
|
1133
1173
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
1134
1174
|
# concurrency for a Lambda function.
|
|
1135
1175
|
#
|
|
@@ -1194,7 +1234,7 @@ module Aws::ApplicationAutoScaling
|
|
|
1194
1234
|
# resp = client.describe_scaling_activities({
|
|
1195
1235
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
|
1196
1236
|
# resource_id: "ResourceIdMaxLen1600",
|
|
1197
|
-
# 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
|
|
1198
1238
|
# max_results: 1,
|
|
1199
1239
|
# next_token: "XmlString",
|
|
1200
1240
|
# })
|
|
@@ -1205,7 +1245,7 @@ module Aws::ApplicationAutoScaling
|
|
|
1205
1245
|
# resp.scaling_activities[0].activity_id #=> String
|
|
1206
1246
|
# resp.scaling_activities[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra"
|
|
1207
1247
|
# resp.scaling_activities[0].resource_id #=> String
|
|
1208
|
-
# 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"
|
|
1209
1249
|
# resp.scaling_activities[0].description #=> String
|
|
1210
1250
|
# resp.scaling_activities[0].cause #=> String
|
|
1211
1251
|
# resp.scaling_activities[0].start_time #=> Time
|
|
@@ -1292,6 +1332,10 @@ module Aws::ApplicationAutoScaling
|
|
|
1292
1332
|
# Example:
|
|
1293
1333
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
1294
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
|
+
#
|
|
1295
1339
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
|
1296
1340
|
# the unique identifier is the function name with a function version
|
|
1297
1341
|
# or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -1348,6 +1392,10 @@ module Aws::ApplicationAutoScaling
|
|
|
1348
1392
|
# The number of inference units for an Amazon Comprehend document
|
|
1349
1393
|
# classification endpoint.
|
|
1350
1394
|
#
|
|
1395
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
|
1396
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
|
1397
|
+
# endpoint.
|
|
1398
|
+
#
|
|
1351
1399
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
1352
1400
|
# concurrency for a Lambda function.
|
|
1353
1401
|
#
|
|
@@ -1424,7 +1472,7 @@ module Aws::ApplicationAutoScaling
|
|
|
1424
1472
|
# policy_names: ["ResourceIdMaxLen1600"],
|
|
1425
1473
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
|
1426
1474
|
# resource_id: "ResourceIdMaxLen1600",
|
|
1427
|
-
# 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
|
|
1428
1476
|
# max_results: 1,
|
|
1429
1477
|
# next_token: "XmlString",
|
|
1430
1478
|
# })
|
|
@@ -1436,7 +1484,7 @@ module Aws::ApplicationAutoScaling
|
|
|
1436
1484
|
# resp.scaling_policies[0].policy_name #=> String
|
|
1437
1485
|
# resp.scaling_policies[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra"
|
|
1438
1486
|
# resp.scaling_policies[0].resource_id #=> String
|
|
1439
|
-
# 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"
|
|
1440
1488
|
# resp.scaling_policies[0].policy_type #=> String, one of "StepScaling", "TargetTrackingScaling"
|
|
1441
1489
|
# resp.scaling_policies[0].step_scaling_policy_configuration.adjustment_type #=> String, one of "ChangeInCapacity", "PercentChangeInCapacity", "ExactCapacity"
|
|
1442
1490
|
# resp.scaling_policies[0].step_scaling_policy_configuration.step_adjustments #=> Array
|
|
@@ -1540,6 +1588,10 @@ module Aws::ApplicationAutoScaling
|
|
|
1540
1588
|
# Example:
|
|
1541
1589
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
1542
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
|
+
#
|
|
1543
1595
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
|
1544
1596
|
# the unique identifier is the function name with a function version
|
|
1545
1597
|
# or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -1596,6 +1648,10 @@ module Aws::ApplicationAutoScaling
|
|
|
1596
1648
|
# The number of inference units for an Amazon Comprehend document
|
|
1597
1649
|
# classification endpoint.
|
|
1598
1650
|
#
|
|
1651
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
|
1652
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
|
1653
|
+
# endpoint.
|
|
1654
|
+
#
|
|
1599
1655
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
1600
1656
|
# concurrency for a Lambda function.
|
|
1601
1657
|
#
|
|
@@ -1631,7 +1687,7 @@ module Aws::ApplicationAutoScaling
|
|
|
1631
1687
|
# scheduled_action_names: ["ResourceIdMaxLen1600"],
|
|
1632
1688
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
|
1633
1689
|
# resource_id: "ResourceIdMaxLen1600",
|
|
1634
|
-
# 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
|
|
1635
1691
|
# max_results: 1,
|
|
1636
1692
|
# next_token: "XmlString",
|
|
1637
1693
|
# })
|
|
@@ -1644,7 +1700,7 @@ module Aws::ApplicationAutoScaling
|
|
|
1644
1700
|
# resp.scheduled_actions[0].service_namespace #=> String, one of "ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra"
|
|
1645
1701
|
# resp.scheduled_actions[0].schedule #=> String
|
|
1646
1702
|
# resp.scheduled_actions[0].resource_id #=> String
|
|
1647
|
-
# 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"
|
|
1648
1704
|
# resp.scheduled_actions[0].start_time #=> Time
|
|
1649
1705
|
# resp.scheduled_actions[0].end_time #=> Time
|
|
1650
1706
|
# resp.scheduled_actions[0].scalable_target_action.min_capacity #=> Integer
|
|
@@ -1757,6 +1813,10 @@ module Aws::ApplicationAutoScaling
|
|
|
1757
1813
|
# Example:
|
|
1758
1814
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
1759
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
|
+
#
|
|
1760
1820
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
|
1761
1821
|
# the unique identifier is the function name with a function version
|
|
1762
1822
|
# or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -1812,6 +1872,10 @@ module Aws::ApplicationAutoScaling
|
|
|
1812
1872
|
# The number of inference units for an Amazon Comprehend document
|
|
1813
1873
|
# classification endpoint.
|
|
1814
1874
|
#
|
|
1875
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
|
1876
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
|
1877
|
+
# endpoint.
|
|
1878
|
+
#
|
|
1815
1879
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
1816
1880
|
# concurrency for a Lambda function.
|
|
1817
1881
|
#
|
|
@@ -1903,7 +1967,7 @@ module Aws::ApplicationAutoScaling
|
|
|
1903
1967
|
# policy_name: "PolicyName", # required
|
|
1904
1968
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
|
1905
1969
|
# resource_id: "ResourceIdMaxLen1600", # required
|
|
1906
|
-
# 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
|
|
1907
1971
|
# policy_type: "StepScaling", # accepts StepScaling, TargetTrackingScaling
|
|
1908
1972
|
# step_scaling_policy_configuration: {
|
|
1909
1973
|
# adjustment_type: "ChangeInCapacity", # accepts ChangeInCapacity, PercentChangeInCapacity, ExactCapacity
|
|
@@ -2067,6 +2131,10 @@ module Aws::ApplicationAutoScaling
|
|
|
2067
2131
|
# Example:
|
|
2068
2132
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
2069
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
|
+
#
|
|
2070
2138
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
|
2071
2139
|
# the unique identifier is the function name with a function version
|
|
2072
2140
|
# or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -2122,6 +2190,10 @@ module Aws::ApplicationAutoScaling
|
|
|
2122
2190
|
# The number of inference units for an Amazon Comprehend document
|
|
2123
2191
|
# classification endpoint.
|
|
2124
2192
|
#
|
|
2193
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
|
2194
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
|
2195
|
+
# endpoint.
|
|
2196
|
+
#
|
|
2125
2197
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
2126
2198
|
# concurrency for a Lambda function.
|
|
2127
2199
|
#
|
|
@@ -2153,7 +2225,7 @@ module Aws::ApplicationAutoScaling
|
|
|
2153
2225
|
# schedule: "ResourceIdMaxLen1600",
|
|
2154
2226
|
# scheduled_action_name: "ScheduledActionName", # required
|
|
2155
2227
|
# resource_id: "ResourceIdMaxLen1600", # required
|
|
2156
|
-
# 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
|
|
2157
2229
|
# start_time: Time.now,
|
|
2158
2230
|
# end_time: Time.now,
|
|
2159
2231
|
# scalable_target_action: {
|
|
@@ -2178,9 +2250,10 @@ module Aws::ApplicationAutoScaling
|
|
|
2178
2250
|
# the combination of resource ID, scalable dimension, and namespace.
|
|
2179
2251
|
#
|
|
2180
2252
|
# When you register a new scalable target, you must specify values for
|
|
2181
|
-
# minimum and maximum capacity.
|
|
2182
|
-
#
|
|
2183
|
-
#
|
|
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.
|
|
2184
2257
|
#
|
|
2185
2258
|
# After you register a scalable target, you do not need to register it
|
|
2186
2259
|
# again to use other Application Auto Scaling operations. To see which
|
|
@@ -2249,6 +2322,10 @@ module Aws::ApplicationAutoScaling
|
|
|
2249
2322
|
# Example:
|
|
2250
2323
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
2251
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
|
+
#
|
|
2252
2329
|
# * Lambda provisioned concurrency - The resource type is `function` and
|
|
2253
2330
|
# the unique identifier is the function name with a function version
|
|
2254
2331
|
# or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -2305,6 +2382,10 @@ module Aws::ApplicationAutoScaling
|
|
|
2305
2382
|
# The number of inference units for an Amazon Comprehend document
|
|
2306
2383
|
# classification endpoint.
|
|
2307
2384
|
#
|
|
2385
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` - The
|
|
2386
|
+
# number of inference units for an Amazon Comprehend entity recognizer
|
|
2387
|
+
# endpoint.
|
|
2388
|
+
#
|
|
2308
2389
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
2309
2390
|
# concurrency for a Lambda function.
|
|
2310
2391
|
#
|
|
@@ -2332,6 +2413,19 @@ module Aws::ApplicationAutoScaling
|
|
|
2332
2413
|
#
|
|
2333
2414
|
# This parameter is required if you are registering a scalable target.
|
|
2334
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
|
+
#
|
|
2335
2429
|
# @option params [String] :role_arn
|
|
2336
2430
|
# This parameter is required for services that do not support
|
|
2337
2431
|
# service-linked roles (such as Amazon EMR), and it must specify the ARN
|
|
@@ -2394,7 +2488,7 @@ module Aws::ApplicationAutoScaling
|
|
|
2394
2488
|
# resp = client.register_scalable_target({
|
|
2395
2489
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
|
2396
2490
|
# resource_id: "ResourceIdMaxLen1600", # required
|
|
2397
|
-
# 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
|
|
2398
2492
|
# min_capacity: 1,
|
|
2399
2493
|
# max_capacity: 1,
|
|
2400
2494
|
# role_arn: "ResourceIdMaxLen1600",
|
|
@@ -2427,7 +2521,7 @@ module Aws::ApplicationAutoScaling
|
|
|
2427
2521
|
params: params,
|
|
2428
2522
|
config: config)
|
|
2429
2523
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
|
2430
|
-
context[:gem_version] = '1.
|
|
2524
|
+
context[:gem_version] = '1.47.0'
|
|
2431
2525
|
Seahorse::Client::Request.new(handlers, context)
|
|
2432
2526
|
end
|
|
2433
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,9 +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
|
-
#
|
|
1414
|
-
#
|
|
1415
|
-
#
|
|
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
|
|
1416
1479
|
# app/<load-balancer-name>/<load-balancer-id>/targetgroup/<target-group-name>/<target-group-id>,
|
|
1417
1480
|
# where:
|
|
1418
1481
|
#
|
|
@@ -1422,6 +1485,9 @@ module Aws::ApplicationAutoScaling
|
|
|
1422
1485
|
# * targetgroup/<target-group-name>/<target-group-id> is
|
|
1423
1486
|
# the final portion of the target group ARN.
|
|
1424
1487
|
#
|
|
1488
|
+
# This is an example:
|
|
1489
|
+
# app/EC2Co-EcsEl-1TKLTMITMM0EO/f37c06a68c1748aa/targetgroup/EC2Co-Defau-LDNM7Q3ZH1ZN/6d4ea56ca2d6a18d.
|
|
1490
|
+
#
|
|
1425
1491
|
# To find the ARN for an Application Load Balancer, use the
|
|
1426
1492
|
# [DescribeLoadBalancers][1] API operation. To find the ARN for the
|
|
1427
1493
|
# target group, use the [DescribeTargetGroups][2] API operation.
|
|
@@ -1448,7 +1514,7 @@ module Aws::ApplicationAutoScaling
|
|
|
1448
1514
|
# policy_name: "PolicyName", # required
|
|
1449
1515
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
|
1450
1516
|
# resource_id: "ResourceIdMaxLen1600", # required
|
|
1451
|
-
# 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
|
|
1452
1518
|
# policy_type: "StepScaling", # accepts StepScaling, TargetTrackingScaling
|
|
1453
1519
|
# step_scaling_policy_configuration: {
|
|
1454
1520
|
# adjustment_type: "ChangeInCapacity", # accepts ChangeInCapacity, PercentChangeInCapacity, ExactCapacity
|
|
@@ -1541,6 +1607,11 @@ module Aws::ApplicationAutoScaling
|
|
|
1541
1607
|
# Example:
|
|
1542
1608
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
1543
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
|
+
#
|
|
1544
1615
|
# * Lambda provisioned concurrency - The resource type is `function`
|
|
1545
1616
|
# and the unique identifier is the function name with a function
|
|
1546
1617
|
# version or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -1597,6 +1668,10 @@ module Aws::ApplicationAutoScaling
|
|
|
1597
1668
|
# The number of inference units for an Amazon Comprehend document
|
|
1598
1669
|
# classification endpoint.
|
|
1599
1670
|
#
|
|
1671
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
|
1672
|
+
# The number of inference units for an Amazon Comprehend entity
|
|
1673
|
+
# recognizer endpoint.
|
|
1674
|
+
#
|
|
1600
1675
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
1601
1676
|
# concurrency for a Lambda function.
|
|
1602
1677
|
#
|
|
@@ -1683,7 +1758,7 @@ module Aws::ApplicationAutoScaling
|
|
|
1683
1758
|
# schedule: "ResourceIdMaxLen1600",
|
|
1684
1759
|
# scheduled_action_name: "ScheduledActionName", # required
|
|
1685
1760
|
# resource_id: "ResourceIdMaxLen1600", # required
|
|
1686
|
-
# 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
|
|
1687
1762
|
# start_time: Time.now,
|
|
1688
1763
|
# end_time: Time.now,
|
|
1689
1764
|
# scalable_target_action: {
|
|
@@ -1774,6 +1849,11 @@ module Aws::ApplicationAutoScaling
|
|
|
1774
1849
|
# Example:
|
|
1775
1850
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
1776
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
|
+
#
|
|
1777
1857
|
# * Lambda provisioned concurrency - The resource type is `function`
|
|
1778
1858
|
# and the unique identifier is the function name with a function
|
|
1779
1859
|
# version or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -1830,6 +1910,10 @@ module Aws::ApplicationAutoScaling
|
|
|
1830
1910
|
# The number of inference units for an Amazon Comprehend document
|
|
1831
1911
|
# classification endpoint.
|
|
1832
1912
|
#
|
|
1913
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
|
1914
|
+
# The number of inference units for an Amazon Comprehend entity
|
|
1915
|
+
# recognizer endpoint.
|
|
1916
|
+
#
|
|
1833
1917
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
1834
1918
|
# concurrency for a Lambda function.
|
|
1835
1919
|
#
|
|
@@ -1882,7 +1966,7 @@ module Aws::ApplicationAutoScaling
|
|
|
1882
1966
|
# {
|
|
1883
1967
|
# service_namespace: "ecs", # required, accepts ecs, elasticmapreduce, ec2, appstream, dynamodb, rds, sagemaker, custom-resource, comprehend, lambda, cassandra
|
|
1884
1968
|
# resource_id: "ResourceIdMaxLen1600", # required
|
|
1885
|
-
# 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
|
|
1886
1970
|
# min_capacity: 1,
|
|
1887
1971
|
# max_capacity: 1,
|
|
1888
1972
|
# role_arn: "ResourceIdMaxLen1600",
|
|
@@ -1944,6 +2028,11 @@ module Aws::ApplicationAutoScaling
|
|
|
1944
2028
|
# Example:
|
|
1945
2029
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
1946
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
|
+
#
|
|
1947
2036
|
# * Lambda provisioned concurrency - The resource type is `function`
|
|
1948
2037
|
# and the unique identifier is the function name with a function
|
|
1949
2038
|
# version or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -2001,6 +2090,10 @@ module Aws::ApplicationAutoScaling
|
|
|
2001
2090
|
# The number of inference units for an Amazon Comprehend document
|
|
2002
2091
|
# classification endpoint.
|
|
2003
2092
|
#
|
|
2093
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
|
2094
|
+
# The number of inference units for an Amazon Comprehend entity
|
|
2095
|
+
# recognizer endpoint.
|
|
2096
|
+
#
|
|
2004
2097
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
2005
2098
|
# concurrency for a Lambda function.
|
|
2006
2099
|
#
|
|
@@ -2031,6 +2124,19 @@ module Aws::ApplicationAutoScaling
|
|
|
2031
2124
|
# demand.
|
|
2032
2125
|
#
|
|
2033
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
|
|
2034
2140
|
# @return [Integer]
|
|
2035
2141
|
#
|
|
2036
2142
|
# @!attribute [rw] role_arn
|
|
@@ -2147,6 +2253,11 @@ module Aws::ApplicationAutoScaling
|
|
|
2147
2253
|
# Example:
|
|
2148
2254
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
2149
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
|
+
#
|
|
2150
2261
|
# * Lambda provisioned concurrency - The resource type is `function`
|
|
2151
2262
|
# and the unique identifier is the function name with a function
|
|
2152
2263
|
# version or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -2204,6 +2315,10 @@ module Aws::ApplicationAutoScaling
|
|
|
2204
2315
|
# The number of inference units for an Amazon Comprehend document
|
|
2205
2316
|
# classification endpoint.
|
|
2206
2317
|
#
|
|
2318
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
|
2319
|
+
# The number of inference units for an Amazon Comprehend entity
|
|
2320
|
+
# recognizer endpoint.
|
|
2321
|
+
#
|
|
2207
2322
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
2208
2323
|
# concurrency for a Lambda function.
|
|
2209
2324
|
#
|
|
@@ -2264,12 +2379,27 @@ module Aws::ApplicationAutoScaling
|
|
|
2264
2379
|
# @!attribute [rw] min_capacity
|
|
2265
2380
|
# The minimum capacity.
|
|
2266
2381
|
#
|
|
2267
|
-
# For
|
|
2268
|
-
#
|
|
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.
|
|
2269
2386
|
# @return [Integer]
|
|
2270
2387
|
#
|
|
2271
2388
|
# @!attribute [rw] max_capacity
|
|
2272
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
|
|
2273
2403
|
# @return [Integer]
|
|
2274
2404
|
#
|
|
2275
2405
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/ScalableTargetAction AWS API Documentation
|
|
@@ -2336,6 +2466,11 @@ module Aws::ApplicationAutoScaling
|
|
|
2336
2466
|
# Example:
|
|
2337
2467
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
2338
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
|
+
#
|
|
2339
2474
|
# * Lambda provisioned concurrency - The resource type is `function`
|
|
2340
2475
|
# and the unique identifier is the function name with a function
|
|
2341
2476
|
# version or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -2392,6 +2527,10 @@ module Aws::ApplicationAutoScaling
|
|
|
2392
2527
|
# The number of inference units for an Amazon Comprehend document
|
|
2393
2528
|
# classification endpoint.
|
|
2394
2529
|
#
|
|
2530
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
|
2531
|
+
# The number of inference units for an Amazon Comprehend entity
|
|
2532
|
+
# recognizer endpoint.
|
|
2533
|
+
#
|
|
2395
2534
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
2396
2535
|
# concurrency for a Lambda function.
|
|
2397
2536
|
#
|
|
@@ -2508,6 +2647,11 @@ module Aws::ApplicationAutoScaling
|
|
|
2508
2647
|
# Example:
|
|
2509
2648
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
2510
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
|
+
#
|
|
2511
2655
|
# * Lambda provisioned concurrency - The resource type is `function`
|
|
2512
2656
|
# and the unique identifier is the function name with a function
|
|
2513
2657
|
# version or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -2564,6 +2708,10 @@ module Aws::ApplicationAutoScaling
|
|
|
2564
2708
|
# The number of inference units for an Amazon Comprehend document
|
|
2565
2709
|
# classification endpoint.
|
|
2566
2710
|
#
|
|
2711
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
|
2712
|
+
# The number of inference units for an Amazon Comprehend entity
|
|
2713
|
+
# recognizer endpoint.
|
|
2714
|
+
#
|
|
2567
2715
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
2568
2716
|
# concurrency for a Lambda function.
|
|
2569
2717
|
#
|
|
@@ -2697,6 +2845,11 @@ module Aws::ApplicationAutoScaling
|
|
|
2697
2845
|
# Example:
|
|
2698
2846
|
# `arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE`.
|
|
2699
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
|
+
#
|
|
2700
2853
|
# * Lambda provisioned concurrency - The resource type is `function`
|
|
2701
2854
|
# and the unique identifier is the function name with a function
|
|
2702
2855
|
# version or alias name suffix that is not `$LATEST`. Example:
|
|
@@ -2753,6 +2906,10 @@ module Aws::ApplicationAutoScaling
|
|
|
2753
2906
|
# The number of inference units for an Amazon Comprehend document
|
|
2754
2907
|
# classification endpoint.
|
|
2755
2908
|
#
|
|
2909
|
+
# * `comprehend:entity-recognizer-endpoint:DesiredInferenceUnits` -
|
|
2910
|
+
# The number of inference units for an Amazon Comprehend entity
|
|
2911
|
+
# recognizer endpoint.
|
|
2912
|
+
#
|
|
2756
2913
|
# * `lambda:function:ProvisionedConcurrency` - The provisioned
|
|
2757
2914
|
# concurrency for a Lambda function.
|
|
2758
2915
|
#
|
|
@@ -2868,7 +3025,8 @@ module Aws::ApplicationAutoScaling
|
|
|
2868
3025
|
# @!attribute [rw] scaling_adjustment
|
|
2869
3026
|
# The amount by which to scale, based on the specified adjustment
|
|
2870
3027
|
# type. A positive value adds to the current capacity while a negative
|
|
2871
|
-
# number removes from the current capacity.
|
|
3028
|
+
# number removes from the current capacity. For exact capacity, you
|
|
3029
|
+
# must specify a positive value.
|
|
2872
3030
|
# @return [Integer]
|
|
2873
3031
|
#
|
|
2874
3032
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/StepAdjustment AWS API Documentation
|
|
@@ -2902,9 +3060,10 @@ module Aws::ApplicationAutoScaling
|
|
|
2902
3060
|
# }
|
|
2903
3061
|
#
|
|
2904
3062
|
# @!attribute [rw] adjustment_type
|
|
2905
|
-
# Specifies
|
|
2906
|
-
#
|
|
2907
|
-
#
|
|
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`.
|
|
2908
3067
|
#
|
|
2909
3068
|
# `AdjustmentType` is required if you are adding a new step scaling
|
|
2910
3069
|
# policy configuration.
|
|
@@ -2923,15 +3082,13 @@ module Aws::ApplicationAutoScaling
|
|
|
2923
3082
|
# @return [Array<Types::StepAdjustment>]
|
|
2924
3083
|
#
|
|
2925
3084
|
# @!attribute [rw] min_adjustment_magnitude
|
|
2926
|
-
# The minimum value to scale by when
|
|
2927
|
-
# example, suppose that you create a
|
|
2928
|
-
# an Amazon ECS service by 25 percent
|
|
2929
|
-
# `MinAdjustmentMagnitude` of 2. If the service has
|
|
2930
|
-
# scaling policy is performed, 25 percent of 4 is 1.
|
|
2931
|
-
# you specified a `MinAdjustmentMagnitude` of 2,
|
|
2932
|
-
# Scaling scales out the service by 2 tasks.
|
|
2933
|
-
#
|
|
2934
|
-
# 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.
|
|
2935
3092
|
# @return [Integer]
|
|
2936
3093
|
#
|
|
2937
3094
|
# @!attribute [rw] cooldown
|
|
@@ -2982,7 +3139,8 @@ module Aws::ApplicationAutoScaling
|
|
|
2982
3139
|
#
|
|
2983
3140
|
# * DynamoDB global secondary indexes
|
|
2984
3141
|
#
|
|
2985
|
-
# * Amazon Comprehend document classification
|
|
3142
|
+
# * Amazon Comprehend document classification and entity recognizer
|
|
3143
|
+
# endpoints
|
|
2986
3144
|
#
|
|
2987
3145
|
# * Lambda provisioned concurrency
|
|
2988
3146
|
#
|
|
@@ -3128,7 +3286,8 @@ module Aws::ApplicationAutoScaling
|
|
|
3128
3286
|
#
|
|
3129
3287
|
# * DynamoDB global secondary indexes
|
|
3130
3288
|
#
|
|
3131
|
-
# * Amazon Comprehend document classification
|
|
3289
|
+
# * Amazon Comprehend document classification and entity recognizer
|
|
3290
|
+
# endpoints
|
|
3132
3291
|
#
|
|
3133
3292
|
# * Lambda provisioned concurrency
|
|
3134
3293
|
#
|
|
@@ -3170,7 +3329,8 @@ module Aws::ApplicationAutoScaling
|
|
|
3170
3329
|
#
|
|
3171
3330
|
# * DynamoDB global secondary indexes
|
|
3172
3331
|
#
|
|
3173
|
-
# * Amazon Comprehend document classification
|
|
3332
|
+
# * Amazon Comprehend document classification and entity recognizer
|
|
3333
|
+
# endpoints
|
|
3174
3334
|
#
|
|
3175
3335
|
# * Lambda provisioned concurrency
|
|
3176
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-09-
|
|
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
|