aws-sdk-applicationautoscaling 1.5.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bd7c07012546f92cb4a2632ec69554bf49f5d59
|
4
|
+
data.tar.gz: 16535a54adba9d2875b40a5c5631a1ebcf7ec6e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96dd5a681221b5f0951470375fa7b96e91ac6a17c7df2acaaacce09952b4d638720210371f4610f7d150c60454b40c71375b29bd9b94edfa91def612fc8efaeb
|
7
|
+
data.tar.gz: 556ce8c78faffc7d5852f25e15def3326b6c7049d6f0058d523c4247f3b4181471ef57398171071fe8d2777600b22d35022513db0e1447bb52bd938e14233884
|
@@ -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", "RDSReaderAverageCPUUtilization", "RDSReaderAverageDatabaseConnections"
|
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"
|
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
|
@@ -1322,7 +1322,7 @@ module Aws::ApplicationAutoScaling
|
|
1322
1322
|
# target_tracking_scaling_policy_configuration: {
|
1323
1323
|
# target_value: 1.0, # required
|
1324
1324
|
# predefined_metric_specification: {
|
1325
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections
|
1325
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut
|
1326
1326
|
# resource_label: "ResourceLabel",
|
1327
1327
|
# },
|
1328
1328
|
# customized_metric_specification: {
|
@@ -1684,7 +1684,7 @@ module Aws::ApplicationAutoScaling
|
|
1684
1684
|
params: params,
|
1685
1685
|
config: config)
|
1686
1686
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
1687
|
-
context[:gem_version] = '1.
|
1687
|
+
context[:gem_version] = '1.6.0'
|
1688
1688
|
Seahorse::Client::Request.new(handlers, context)
|
1689
1689
|
end
|
1690
1690
|
|
@@ -938,16 +938,30 @@ module Aws::ApplicationAutoScaling
|
|
938
938
|
# data as a hash:
|
939
939
|
#
|
940
940
|
# {
|
941
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections
|
941
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut
|
942
942
|
# resource_label: "ResourceLabel",
|
943
943
|
# }
|
944
944
|
#
|
945
945
|
# @!attribute [rw] predefined_metric_type
|
946
|
-
# The metric type.
|
946
|
+
# The metric type. The `ALBRequestCountPerTarget` metric type applies
|
947
|
+
# only to Spot fleet requests.
|
947
948
|
# @return [String]
|
948
949
|
#
|
949
950
|
# @!attribute [rw] resource_label
|
950
|
-
#
|
951
|
+
# Identifies the resource associated with the metric type. You can't
|
952
|
+
# specify a resource label unless the metric type is
|
953
|
+
# `ALBRequestCountPerTarget` and there is a target group attached to
|
954
|
+
# the Spot fleet request.
|
955
|
+
#
|
956
|
+
# The format is
|
957
|
+
# app/<load-balancer-name>/<load-balancer-id>/targetgroup/<target-group-name>/<target-group-id>,
|
958
|
+
# where:
|
959
|
+
#
|
960
|
+
# * app/<load-balancer-name>/<load-balancer-id> is the
|
961
|
+
# final portion of the load balancer ARN
|
962
|
+
#
|
963
|
+
# * targetgroup/<target-group-name>/<target-group-id> is
|
964
|
+
# the final portion of the target group ARN.
|
951
965
|
# @return [String]
|
952
966
|
#
|
953
967
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/PredefinedMetricSpecification AWS API Documentation
|
@@ -983,7 +997,7 @@ module Aws::ApplicationAutoScaling
|
|
983
997
|
# target_tracking_scaling_policy_configuration: {
|
984
998
|
# target_value: 1.0, # required
|
985
999
|
# predefined_metric_specification: {
|
986
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections
|
1000
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut
|
987
1001
|
# resource_label: "ResourceLabel",
|
988
1002
|
# },
|
989
1003
|
# customized_metric_specification: {
|
@@ -2094,7 +2108,7 @@ module Aws::ApplicationAutoScaling
|
|
2094
2108
|
# {
|
2095
2109
|
# target_value: 1.0, # required
|
2096
2110
|
# predefined_metric_specification: {
|
2097
|
-
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections
|
2111
|
+
# predefined_metric_type: "DynamoDBReadCapacityUtilization", # required, accepts DynamoDBReadCapacityUtilization, DynamoDBWriteCapacityUtilization, ALBRequestCountPerTarget, RDSReaderAverageCPUUtilization, RDSReaderAverageDatabaseConnections, EC2SpotFleetRequestAverageCPUUtilization, EC2SpotFleetRequestAverageNetworkIn, EC2SpotFleetRequestAverageNetworkOut
|
2098
2112
|
# resource_label: "ResourceLabel",
|
2099
2113
|
# },
|
2100
2114
|
# 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.6.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: 2017-11-
|
11
|
+
date: 2017-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|