aws-sdk-applicationautoscaling 1.6.0 → 1.7.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1466af5c765e259c188a21e857aa57e6177ae0f
|
4
|
+
data.tar.gz: 9eb9efea7b4b23d1f8eb17f12c9b1d3f9a4fb18e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ab660d686419e194be66c61f27535fecd4667d05912715e442a29cb92433512d08868e7a41b6d6e4725bb19ecf9cface9cb6257a237b60be45096f5ff529523
|
7
|
+
data.tar.gz: 72b748777ab704c5b9a20cac37956570a6edcd631a93e748452df0a95767d6cf1076556d08f3253c3f54308ebf03b46a9a5939895af0cfca90792432205cf262
|
@@ -477,8 +477,8 @@ module Aws::ApplicationAutoScaling
|
|
477
477
|
req.send_request(options)
|
478
478
|
end
|
479
479
|
|
480
|
-
#
|
481
|
-
#
|
480
|
+
# Gets information about the scalable targets in the specified
|
481
|
+
# namespace.
|
482
482
|
#
|
483
483
|
# You can filter the results using the `ResourceIds` and
|
484
484
|
# `ScalableDimension` parameters.
|
@@ -559,8 +559,8 @@ module Aws::ApplicationAutoScaling
|
|
559
559
|
# Aurora DB cluster. Available for Aurora MySQL-compatible edition.
|
560
560
|
#
|
561
561
|
# @option params [Integer] :max_results
|
562
|
-
# The maximum number of scalable
|
563
|
-
#
|
562
|
+
# The maximum number of scalable targets. This value can be between 1
|
563
|
+
# and 50. The default value is 50.
|
564
564
|
#
|
565
565
|
# If this parameter is used, the operation returns up to `MaxResults`
|
566
566
|
# results at a time, along with a `NextToken` value. To get the next set
|
@@ -713,8 +713,8 @@ module Aws::ApplicationAutoScaling
|
|
713
713
|
# Aurora DB cluster. Available for Aurora MySQL-compatible edition.
|
714
714
|
#
|
715
715
|
# @option params [Integer] :max_results
|
716
|
-
# The maximum number of scalable
|
717
|
-
#
|
716
|
+
# The maximum number of scalable targets. This value can be between 1
|
717
|
+
# and 50. The default value is 50.
|
718
718
|
#
|
719
719
|
# If this parameter is used, the operation returns up to `MaxResults`
|
720
720
|
# results at a time, along with a `NextToken` value. To get the next set
|
@@ -878,8 +878,8 @@ module Aws::ApplicationAutoScaling
|
|
878
878
|
# Aurora DB cluster. Available for Aurora MySQL-compatible edition.
|
879
879
|
#
|
880
880
|
# @option params [Integer] :max_results
|
881
|
-
# The maximum number of scalable
|
882
|
-
#
|
881
|
+
# The maximum number of scalable targets. This value can be between 1
|
882
|
+
# and 50. The default value is 50.
|
883
883
|
#
|
884
884
|
# If this parameter is used, the operation returns up to `MaxResults`
|
885
885
|
# results at a time, along with a `NextToken` value. To get the next set
|
@@ -965,7 +965,7 @@ module Aws::ApplicationAutoScaling
|
|
965
965
|
# resp.scaling_policies[0].step_scaling_policy_configuration.cooldown #=> Integer
|
966
966
|
# resp.scaling_policies[0].step_scaling_policy_configuration.metric_aggregation_type #=> String, one of "Average", "Minimum", "Maximum"
|
967
967
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.target_value #=> Float
|
968
|
-
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.predefined_metric_specification.predefined_metric_type #=> String, one of "DynamoDBReadCapacityUtilization", "DynamoDBWriteCapacityUtilization", "ALBRequestCountPerTarget", "RDSReaderAverageCPUUtilization", "RDSReaderAverageDatabaseConnections", "EC2SpotFleetRequestAverageCPUUtilization", "EC2SpotFleetRequestAverageNetworkIn", "EC2SpotFleetRequestAverageNetworkOut"
|
968
|
+
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.predefined_metric_specification.predefined_metric_type #=> String, one of "DynamoDBReadCapacityUtilization", "DynamoDBWriteCapacityUtilization", "ALBRequestCountPerTarget", "RDSReaderAverageCPUUtilization", "RDSReaderAverageDatabaseConnections", "EC2SpotFleetRequestAverageCPUUtilization", "EC2SpotFleetRequestAverageNetworkIn", "EC2SpotFleetRequestAverageNetworkOut", "ECSServiceAverageCPUUtilization", "ECSServiceAverageMemoryUtilization"
|
969
969
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.predefined_metric_specification.resource_label #=> String
|
970
970
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.customized_metric_specification.metric_name #=> String
|
971
971
|
# resp.scaling_policies[0].target_tracking_scaling_policy_configuration.customized_metric_specification.namespace #=> String
|
@@ -1134,7 +1134,7 @@ module Aws::ApplicationAutoScaling
|
|
1134
1134
|
# Each scalable target is identified by a service namespace, resource
|
1135
1135
|
# ID, and scalable dimension. A scaling policy applies to the scalable
|
1136
1136
|
# target identified by those three attributes. You cannot create a
|
1137
|
-
# scaling policy
|
1137
|
+
# scaling policy until you register the scalable target using
|
1138
1138
|
# RegisterScalableTarget.
|
1139
1139
|
#
|
1140
1140
|
# To update a policy, specify its policy name and the parameters that
|
@@ -1217,12 +1217,13 @@ module Aws::ApplicationAutoScaling
|
|
1217
1217
|
# Aurora DB cluster. Available for Aurora MySQL-compatible edition.
|
1218
1218
|
#
|
1219
1219
|
# @option params [String] :policy_type
|
1220
|
-
# The policy type.
|
1221
|
-
#
|
1222
|
-
# required.
|
1220
|
+
# The policy type. This parameter is required if you are creating a
|
1221
|
+
# policy.
|
1223
1222
|
#
|
1224
|
-
# For DynamoDB, only `TargetTrackingScaling` is supported. For
|
1225
|
-
#
|
1223
|
+
# For DynamoDB, only `TargetTrackingScaling` is supported. For Amazon
|
1224
|
+
# ECS, Spot Fleet, and Amazon RDS, both `StepScaling` and
|
1225
|
+
# `TargetTrackingScaling` are supported. For any other service, only
|
1226
|
+
# `StepScaling` is supported.
|
1226
1227
|
#
|
1227
1228
|
# @option params [Types::StepScalingPolicyConfiguration] :step_scaling_policy_configuration
|
1228
1229
|
# A step scaling policy.
|
@@ -1233,8 +1234,8 @@ module Aws::ApplicationAutoScaling
|
|
1233
1234
|
# @option params [Types::TargetTrackingScalingPolicyConfiguration] :target_tracking_scaling_policy_configuration
|
1234
1235
|
# A target tracking policy.
|
1235
1236
|
#
|
1236
|
-
# This parameter is required if you are creating a
|
1237
|
-
#
|
1237
|
+
# This parameter is required if you are creating a policy and the policy
|
1238
|
+
# type is `TargetTrackingScaling`.
|
1238
1239
|
#
|
1239
1240
|
# @return [Types::PutScalingPolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1240
1241
|
#
|
@@ -1322,7 +1323,7 @@ module Aws::ApplicationAutoScaling
|
|
1322
1323
|
# target_tracking_scaling_policy_configuration: {
|
1323
1324
|
# target_value: 1.0, # required
|
1324
1325
|
# predefined_metric_specification: {
|
1325
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut
|
1326
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization
|
1326
1327
|
# resource_label: "ResourceLabel",
|
1327
1328
|
# },
|
1328
1329
|
# customized_metric_specification: {
|
@@ -1365,7 +1366,7 @@ module Aws::ApplicationAutoScaling
|
|
1365
1366
|
# Each scalable target is identified by a service namespace, resource
|
1366
1367
|
# ID, and scalable dimension. A scheduled action applies to the scalable
|
1367
1368
|
# target identified by those three attributes. You cannot create a
|
1368
|
-
# scheduled action
|
1369
|
+
# scheduled action until you register the scalable target using
|
1369
1370
|
# RegisterScalableTarget.
|
1370
1371
|
#
|
1371
1372
|
# To update an action, specify its name and the parameters that you want
|
@@ -1439,7 +1440,8 @@ module Aws::ApplicationAutoScaling
|
|
1439
1440
|
# identifier is the cluster name. Example: `cluster:my-db-cluster`.
|
1440
1441
|
#
|
1441
1442
|
# @option params [String] :scalable_dimension
|
1442
|
-
# The scalable dimension. This
|
1443
|
+
# The scalable dimension. This parameter is required if you are creating
|
1444
|
+
# a scheduled action. This string consists of the service namespace,
|
1443
1445
|
# resource type, and scaling property.
|
1444
1446
|
#
|
1445
1447
|
# * `ecs:service:DesiredCount` - The desired task count of an ECS
|
@@ -1512,13 +1514,13 @@ module Aws::ApplicationAutoScaling
|
|
1512
1514
|
# Registers or updates a scalable target. A scalable target is a
|
1513
1515
|
# resource that Application Auto Scaling can scale out or scale in.
|
1514
1516
|
# After you have registered a scalable target, you can use this
|
1515
|
-
# operation to update the minimum and maximum values for
|
1517
|
+
# operation to update the minimum and maximum values for its scalable
|
1516
1518
|
# dimension.
|
1517
1519
|
#
|
1518
1520
|
# After you register a scalable target, you can create and apply scaling
|
1519
1521
|
# policies using PutScalingPolicy. You can view the scaling policies for
|
1520
|
-
# a service namespace using DescribeScalableTargets. If you
|
1521
|
-
#
|
1522
|
+
# a service namespace using DescribeScalableTargets. If you no longer
|
1523
|
+
# need a scalable target, you can deregister it using
|
1522
1524
|
# DeregisterScalableTarget.
|
1523
1525
|
#
|
1524
1526
|
# @option params [required, String] :service_namespace
|
@@ -1592,25 +1594,22 @@ module Aws::ApplicationAutoScaling
|
|
1592
1594
|
#
|
1593
1595
|
# @option params [Integer] :min_capacity
|
1594
1596
|
# The minimum value to scale to in response to a scale in event. This
|
1595
|
-
# parameter is required if you are registering a scalable target
|
1596
|
-
# optional if you are updating one.
|
1597
|
+
# parameter is required if you are registering a scalable target.
|
1597
1598
|
#
|
1598
1599
|
# @option params [Integer] :max_capacity
|
1599
1600
|
# The maximum value to scale to in response to a scale out event. This
|
1600
|
-
# parameter is required if you are registering a scalable target
|
1601
|
-
# optional if you are updating one.
|
1601
|
+
# parameter is required if you are registering a scalable target.
|
1602
1602
|
#
|
1603
1603
|
# @option params [String] :role_arn
|
1604
|
-
#
|
1605
|
-
# the scalable target on your behalf.
|
1606
|
-
#
|
1607
|
-
#
|
1608
|
-
# service-linked role. For more information, see [Service-Linked Roles
|
1609
|
-
# for Application Auto Scaling][1].
|
1604
|
+
# Application Auto Scaling creates a service-linked role that grants it
|
1605
|
+
# permissions to modify the scalable target on your behalf. For more
|
1606
|
+
# information, see [Service-Linked Roles for Application Auto
|
1607
|
+
# Scaling][1].
|
1610
1608
|
#
|
1611
1609
|
# For resources that are not supported using a service-linked role, this
|
1612
|
-
# parameter is required
|
1613
|
-
#
|
1610
|
+
# parameter is required and must specify the ARN of an IAM role that
|
1611
|
+
# allows Application Auto Scaling to modify the scalable target on your
|
1612
|
+
# behalf.
|
1614
1613
|
#
|
1615
1614
|
#
|
1616
1615
|
#
|
@@ -1684,7 +1683,7 @@ module Aws::ApplicationAutoScaling
|
|
1684
1683
|
params: params,
|
1685
1684
|
config: config)
|
1686
1685
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
1687
|
-
context[:gem_version] = '1.
|
1686
|
+
context[:gem_version] = '1.7.0'
|
1688
1687
|
Seahorse::Client::Request.new(handlers, context)
|
1689
1688
|
end
|
1690
1689
|
|
@@ -462,8 +462,8 @@ module Aws::ApplicationAutoScaling
|
|
462
462
|
# @return [String]
|
463
463
|
#
|
464
464
|
# @!attribute [rw] max_results
|
465
|
-
# The maximum number of scalable
|
466
|
-
#
|
465
|
+
# The maximum number of scalable targets. This value can be between 1
|
466
|
+
# and 50. The default value is 50.
|
467
467
|
#
|
468
468
|
# If this parameter is used, the operation returns up to `MaxResults`
|
469
469
|
# results at a time, along with a `NextToken` value. To get the next
|
@@ -488,7 +488,7 @@ module Aws::ApplicationAutoScaling
|
|
488
488
|
end
|
489
489
|
|
490
490
|
# @!attribute [rw] scalable_targets
|
491
|
-
# The
|
491
|
+
# The scalable targets that match the request parameters.
|
492
492
|
# @return [Array<Types::ScalableTarget>]
|
493
493
|
#
|
494
494
|
# @!attribute [rw] next_token
|
@@ -592,8 +592,8 @@ module Aws::ApplicationAutoScaling
|
|
592
592
|
# @return [String]
|
593
593
|
#
|
594
594
|
# @!attribute [rw] max_results
|
595
|
-
# The maximum number of scalable
|
596
|
-
#
|
595
|
+
# The maximum number of scalable targets. This value can be between 1
|
596
|
+
# and 50. The default value is 50.
|
597
597
|
#
|
598
598
|
# If this parameter is used, the operation returns up to `MaxResults`
|
599
599
|
# results at a time, along with a `NextToken` value. To get the next
|
@@ -727,8 +727,8 @@ module Aws::ApplicationAutoScaling
|
|
727
727
|
# @return [String]
|
728
728
|
#
|
729
729
|
# @!attribute [rw] max_results
|
730
|
-
# The maximum number of scalable
|
731
|
-
#
|
730
|
+
# The maximum number of scalable targets. This value can be between 1
|
731
|
+
# and 50. The default value is 50.
|
732
732
|
#
|
733
733
|
# If this parameter is used, the operation returns up to `MaxResults`
|
734
734
|
# results at a time, along with a `NextToken` value. To get the next
|
@@ -938,20 +938,20 @@ module Aws::ApplicationAutoScaling
|
|
938
938
|
# data as a hash:
|
939
939
|
#
|
940
940
|
# {
|
941
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut
|
941
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization
|
942
942
|
# resource_label: "ResourceLabel",
|
943
943
|
# }
|
944
944
|
#
|
945
945
|
# @!attribute [rw] predefined_metric_type
|
946
946
|
# The metric type. The `ALBRequestCountPerTarget` metric type applies
|
947
|
-
# only to Spot fleet requests.
|
947
|
+
# only to Spot fleet requests and ECS services.
|
948
948
|
# @return [String]
|
949
949
|
#
|
950
950
|
# @!attribute [rw] resource_label
|
951
951
|
# Identifies the resource associated with the metric type. You can't
|
952
952
|
# specify a resource label unless the metric type is
|
953
953
|
# `ALBRequestCountPerTarget` and there is a target group attached to
|
954
|
-
# the Spot fleet request.
|
954
|
+
# the Spot fleet request or ECS service.
|
955
955
|
#
|
956
956
|
# The format is
|
957
957
|
# app/<load-balancer-name>/<load-balancer-id>/targetgroup/<target-group-name>/<target-group-id>,
|
@@ -997,7 +997,7 @@ module Aws::ApplicationAutoScaling
|
|
997
997
|
# target_tracking_scaling_policy_configuration: {
|
998
998
|
# target_value: 1.0, # required
|
999
999
|
# predefined_metric_specification: {
|
1000
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut
|
1000
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization
|
1001
1001
|
# resource_label: "ResourceLabel",
|
1002
1002
|
# },
|
1003
1003
|
# customized_metric_specification: {
|
@@ -1096,12 +1096,13 @@ module Aws::ApplicationAutoScaling
|
|
1096
1096
|
# @return [String]
|
1097
1097
|
#
|
1098
1098
|
# @!attribute [rw] policy_type
|
1099
|
-
# The policy type.
|
1100
|
-
#
|
1101
|
-
# required.
|
1099
|
+
# The policy type. This parameter is required if you are creating a
|
1100
|
+
# policy.
|
1102
1101
|
#
|
1103
|
-
# For DynamoDB, only `TargetTrackingScaling` is supported. For
|
1104
|
-
#
|
1102
|
+
# For DynamoDB, only `TargetTrackingScaling` is supported. For Amazon
|
1103
|
+
# ECS, Spot Fleet, and Amazon RDS, both `StepScaling` and
|
1104
|
+
# `TargetTrackingScaling` are supported. For any other service, only
|
1105
|
+
# `StepScaling` is supported.
|
1105
1106
|
# @return [String]
|
1106
1107
|
#
|
1107
1108
|
# @!attribute [rw] step_scaling_policy_configuration
|
@@ -1114,7 +1115,7 @@ module Aws::ApplicationAutoScaling
|
|
1114
1115
|
# @!attribute [rw] target_tracking_scaling_policy_configuration
|
1115
1116
|
# A target tracking policy.
|
1116
1117
|
#
|
1117
|
-
# This parameter is required if you are creating a
|
1118
|
+
# This parameter is required if you are creating a policy and the
|
1118
1119
|
# policy type is `TargetTrackingScaling`.
|
1119
1120
|
# @return [Types::TargetTrackingScalingPolicyConfiguration]
|
1120
1121
|
#
|
@@ -1231,7 +1232,8 @@ module Aws::ApplicationAutoScaling
|
|
1231
1232
|
# @return [String]
|
1232
1233
|
#
|
1233
1234
|
# @!attribute [rw] scalable_dimension
|
1234
|
-
# The scalable dimension. This
|
1235
|
+
# The scalable dimension. This parameter is required if you are
|
1236
|
+
# creating a scheduled action. This string consists of the service
|
1235
1237
|
# namespace, resource type, and scaling property.
|
1236
1238
|
#
|
1237
1239
|
# * `ecs:service:DesiredCount` - The desired task count of an ECS
|
@@ -1386,27 +1388,24 @@ module Aws::ApplicationAutoScaling
|
|
1386
1388
|
#
|
1387
1389
|
# @!attribute [rw] min_capacity
|
1388
1390
|
# The minimum value to scale to in response to a scale in event. This
|
1389
|
-
# parameter is required if you are registering a scalable target
|
1390
|
-
# optional if you are updating one.
|
1391
|
+
# parameter is required if you are registering a scalable target.
|
1391
1392
|
# @return [Integer]
|
1392
1393
|
#
|
1393
1394
|
# @!attribute [rw] max_capacity
|
1394
1395
|
# The maximum value to scale to in response to a scale out event. This
|
1395
|
-
# parameter is required if you are registering a scalable target
|
1396
|
-
# optional if you are updating one.
|
1396
|
+
# parameter is required if you are registering a scalable target.
|
1397
1397
|
# @return [Integer]
|
1398
1398
|
#
|
1399
1399
|
# @!attribute [rw] role_arn
|
1400
|
-
#
|
1401
|
-
# modify the scalable target on your behalf.
|
1402
|
-
#
|
1403
|
-
#
|
1404
|
-
# service-linked role. For more information, see [Service-Linked Roles
|
1405
|
-
# for Application Auto Scaling][1].
|
1400
|
+
# Application Auto Scaling creates a service-linked role that grants
|
1401
|
+
# it permissions to modify the scalable target on your behalf. For
|
1402
|
+
# more information, see [Service-Linked Roles for Application Auto
|
1403
|
+
# Scaling][1].
|
1406
1404
|
#
|
1407
1405
|
# For resources that are not supported using a service-linked role,
|
1408
|
-
# this parameter is required
|
1409
|
-
#
|
1406
|
+
# this parameter is required and must specify the ARN of an IAM role
|
1407
|
+
# that allows Application Auto Scaling to modify the scalable target
|
1408
|
+
# on your behalf.
|
1410
1409
|
#
|
1411
1410
|
#
|
1412
1411
|
#
|
@@ -2108,7 +2107,7 @@ module Aws::ApplicationAutoScaling
|
|
2108
2107
|
# {
|
2109
2108
|
# target_value: 1.0, # required
|
2110
2109
|
# predefined_metric_specification: {
|
2111
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut
|
2110
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut, ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization
|
2112
2111
|
# resource_label: "ResourceLabel",
|
2113
2112
|
# },
|
2114
2113
|
# customized_metric_specification: {
|
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.7.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:
|
11
|
+
date: 2018-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|