aws-sdk-applicationautoscaling 1.105.0 → 1.107.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: ec65a797499177b89aecb2d36d4c147b8be5240d5b2618754eb6908fc874645b
4
+ data.tar.gz: 220fda94f8a145b8e8f5541e55d9e20b469a791777c501abd81c0b9e8e1165e7
5
5
  SHA512:
6
- metadata.gz: 5da55c5e2f1613281a66eaed1cf1f59c2bc97a6ba3f123df72c0726cb53a86728ec440cc31d1d10f1287a08b94a7a528bfc27035eceffe1cb8d45afc4ee36182
7
- data.tar.gz: 500ac6b34646ff551a0cbbb3cd38ce8401a787023f82b34336be94c69fdd4878c9cab7f5d55ef7cea3fb2a032dbacbfff41e0b84b656b9fd9c81324307136871
6
+ metadata.gz: 95a06b30c30d3891e48f7b68cf7de4a587a408e9cdf8ffad89ea10c3144841718205073f1026c7580ef8b21d053e77bd7bf261bb178954d015e42082d9b93f4a
7
+ data.tar.gz: ef27b98538831f28adc18c4c9276bc0fafc2e74e99944751af1a2078c1d32dbb14a450aff5321d6a290026d55b0e86626361fefdfeb971f9524a2312169e352d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.106.0 (2025-05-21)
10
+ ------------------
11
+
12
+ * Feature - Doc only update that addresses a customer reported issue.
13
+
4
14
  1.105.0 (2025-05-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.107.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.107.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.107.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.107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="