aws-sdk-applicationautoscaling 1.105.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe2048c77c5760b051103daea88a15d5e972c57e7a412492205490ad5e333a59
4
- data.tar.gz: 30a8dc09a45b3da1a5d04fe66db057c02de1824380d673f8a23ca39828345bad
3
+ metadata.gz: b061e324047349af3ac4636fd53023cecdfc593477cd455b17472df43347d1d7
4
+ data.tar.gz: 4ca30eea6029e4a100f3ce74df4e506c6373b5fc6f07b04ba62c880db5ac7646
5
5
  SHA512:
6
- metadata.gz: 5da55c5e2f1613281a66eaed1cf1f59c2bc97a6ba3f123df72c0726cb53a86728ec440cc31d1d10f1287a08b94a7a528bfc27035eceffe1cb8d45afc4ee36182
7
- data.tar.gz: 500ac6b34646ff551a0cbbb3cd38ce8401a787023f82b34336be94c69fdd4878c9cab7f5d55ef7cea3fb2a032dbacbfff41e0b84b656b9fd9c81324307136871
6
+ metadata.gz: 1a58a93afbd51f1c032fac65ee80cdd60fc883614030a000780ef2f54277dc006982a6b4a61ec145a586199c7ecf4cf11c62762b65344bb919b381e8ddd36c85
7
+ data.tar.gz: 750593c6d281f4f1f223ca882e2d86d75a37a1ac92925bc6544cffef88d5ea9872a26702a0ce8ee9c66d8be4e6d013ab0a36b1f3a6afa3c1f0dbd4818523c0bf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.105.0 (2025-05-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.106.0
@@ -3875,7 +3875,7 @@ module Aws::ApplicationAutoScaling
3875
3875
  tracer: tracer
3876
3876
  )
3877
3877
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3878
- context[:gem_version] = '1.105.0'
3878
+ context[:gem_version] = '1.106.0'
3879
3879
  Seahorse::Client::Request.new(handlers, context)
3880
3880
  end
3881
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]
@@ -54,7 +54,7 @@ module Aws::ApplicationAutoScaling
54
54
  autoload :EndpointProvider, 'aws-sdk-applicationautoscaling/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-applicationautoscaling/endpoints'
56
56
 
57
- GEM_VERSION = '1.105.0'
57
+ GEM_VERSION = '1.106.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.105.0
4
+ version: 1.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services