aws-sdk-applicationautoscaling 1.104.0 → 1.106.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationautoscaling/client.rb +2 -3
- data/lib/aws-sdk-applicationautoscaling/types.rb +60 -0
- data/lib/aws-sdk-applicationautoscaling.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b061e324047349af3ac4636fd53023cecdfc593477cd455b17472df43347d1d7
|
4
|
+
data.tar.gz: 4ca30eea6029e4a100f3ce74df4e506c6373b5fc6f07b04ba62c880db5ac7646
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a58a93afbd51f1c032fac65ee80cdd60fc883614030a000780ef2f54277dc006982a6b4a61ec145a586199c7ecf4cf11c62762b65344bb919b381e8ddd36c85
|
7
|
+
data.tar.gz: 750593c6d281f4f1f223ca882e2d86d75a37a1ac92925bc6544cffef88d5ea9872a26702a0ce8ee9c66d8be4e6d013ab0a36b1f3a6afa3c1f0dbd4818523c0bf
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.106.0 (2025-05-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Doc only update that addresses a customer reported issue.
|
8
|
+
|
9
|
+
1.105.0 (2025-05-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.104.0 (2025-05-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.106.0
|
@@ -200,8 +200,7 @@ module Aws::ApplicationAutoScaling
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -3876,7 +3875,7 @@ module Aws::ApplicationAutoScaling
|
|
3876
3875
|
tracer: tracer
|
3877
3876
|
)
|
3878
3877
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
3879
|
-
context[:gem_version] = '1.
|
3878
|
+
context[:gem_version] = '1.106.0'
|
3880
3879
|
Seahorse::Client::Request.new(handlers, context)
|
3881
3880
|
end
|
3882
3881
|
|
@@ -2250,6 +2250,26 @@ module Aws::ApplicationAutoScaling
|
|
2250
2250
|
# predictive scaling policy uses individually specified load and scaling
|
2251
2251
|
# metrics instead of a metric pair.
|
2252
2252
|
#
|
2253
|
+
# The following predefined metrics are available for predictive scaling:
|
2254
|
+
#
|
2255
|
+
# * `ECSServiceAverageCPUUtilization`
|
2256
|
+
#
|
2257
|
+
# * `ECSServiceAverageMemoryUtilization`
|
2258
|
+
#
|
2259
|
+
# * `ECSServiceCPUUtilization`
|
2260
|
+
#
|
2261
|
+
# * `ECSServiceMemoryUtilization`
|
2262
|
+
#
|
2263
|
+
# * `ECSServiceTotalCPUUtilization`
|
2264
|
+
#
|
2265
|
+
# * `ECSServiceTotalMemoryUtilization`
|
2266
|
+
#
|
2267
|
+
# * `ALBRequestCount`
|
2268
|
+
#
|
2269
|
+
# * `ALBRequestCountPerTarget`
|
2270
|
+
#
|
2271
|
+
# * `TotalALBRequestCount`
|
2272
|
+
#
|
2253
2273
|
# @!attribute [rw] predefined_metric_type
|
2254
2274
|
# The metric type.
|
2255
2275
|
# @return [String]
|
@@ -2269,6 +2289,26 @@ module Aws::ApplicationAutoScaling
|
|
2269
2289
|
|
2270
2290
|
# Represents a metric pair for a predictive scaling policy.
|
2271
2291
|
#
|
2292
|
+
# The following predefined metrics are available for predictive scaling:
|
2293
|
+
#
|
2294
|
+
# * `ECSServiceAverageCPUUtilization`
|
2295
|
+
#
|
2296
|
+
# * `ECSServiceAverageMemoryUtilization`
|
2297
|
+
#
|
2298
|
+
# * `ECSServiceCPUUtilization`
|
2299
|
+
#
|
2300
|
+
# * `ECSServiceMemoryUtilization`
|
2301
|
+
#
|
2302
|
+
# * `ECSServiceTotalCPUUtilization`
|
2303
|
+
#
|
2304
|
+
# * `ECSServiceTotalMemoryUtilization`
|
2305
|
+
#
|
2306
|
+
# * `ALBRequestCount`
|
2307
|
+
#
|
2308
|
+
# * `ALBRequestCountPerTarget`
|
2309
|
+
#
|
2310
|
+
# * `TotalALBRequestCount`
|
2311
|
+
#
|
2272
2312
|
# @!attribute [rw] predefined_metric_type
|
2273
2313
|
# Indicates which metrics to use. There are two different types of
|
2274
2314
|
# metrics for each metric type: one is a load metric and one is a
|
@@ -2295,6 +2335,26 @@ module Aws::ApplicationAutoScaling
|
|
2295
2335
|
# predictive scaling policy uses individually specified load and scaling
|
2296
2336
|
# metrics instead of a metric pair.
|
2297
2337
|
#
|
2338
|
+
# The following predefined metrics are available for predictive scaling:
|
2339
|
+
#
|
2340
|
+
# * `ECSServiceAverageCPUUtilization`
|
2341
|
+
#
|
2342
|
+
# * `ECSServiceAverageMemoryUtilization`
|
2343
|
+
#
|
2344
|
+
# * `ECSServiceCPUUtilization`
|
2345
|
+
#
|
2346
|
+
# * `ECSServiceMemoryUtilization`
|
2347
|
+
#
|
2348
|
+
# * `ECSServiceTotalCPUUtilization`
|
2349
|
+
#
|
2350
|
+
# * `ECSServiceTotalMemoryUtilization`
|
2351
|
+
#
|
2352
|
+
# * `ALBRequestCount`
|
2353
|
+
#
|
2354
|
+
# * `ALBRequestCountPerTarget`
|
2355
|
+
#
|
2356
|
+
# * `TotalALBRequestCount`
|
2357
|
+
#
|
2298
2358
|
# @!attribute [rw] predefined_metric_type
|
2299
2359
|
# The metric type.
|
2300
2360
|
# @return [String]
|