aws-sdk-applicationautoscaling 1.98.0 → 1.99.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: a7b56fb492a7fe3f8143fd404b9e5464d94927df30087a23a263ff6225c30370
4
- data.tar.gz: 8b3ce3628a8cfac1dda34e8974a1ce492bb009325812ce8358129e1cf5a1613c
3
+ metadata.gz: ce6f1319a64112f2c5d60954d963e9e85f11c918fa2ddf22d73c312866520461
4
+ data.tar.gz: d5af2c44fd06e28413202deee739f3d574de73475d9929995adee5e3a0acc66c
5
5
  SHA512:
6
- metadata.gz: 5b5246de71f1484256f6eebbeb63ae81ece6cf9fdfb022829cf5a8a5a001138d355f0acb48330d6697e3fa776c0eb1ee4f26eb818c560267fcaef982b12b6fe5
7
- data.tar.gz: 4af7eac82cd7e9d3c5bf9643dbc80b01bf165bb738a300d790c99916eacb8ac8740bd58fb7baec8fc91a3525b77a61b2c96072659c5fd3cb140fd0ae07280db4
6
+ metadata.gz: be141268c9f029d2f4e9833663b3453665d9a9aff2250affea7a501b6d2d4d84abd1a89ab28debc358673af466cddd950aa839afec6430f564b7aaa65a47fc77
7
+ data.tar.gz: a0f3879f3cabd03c8772c5f689a342a50de3d6eccbd38d966f31d6f5ee99e5fde294f55b6d1199071fbd5a4e911c89cc16302b5bb0ea87c35297a61851100f9c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2024-12-10)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for AAS Predictive Scaling policy configuration API.
8
+
4
9
  1.98.0 (2024-11-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.99.0
@@ -3779,7 +3779,7 @@ module Aws::ApplicationAutoScaling
3779
3779
  tracer: tracer
3780
3780
  )
3781
3781
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3782
- context[:gem_version] = '1.98.0'
3782
+ context[:gem_version] = '1.99.0'
3783
3783
  Seahorse::Client::Request.new(handlers, context)
3784
3784
  end
3785
3785
 
@@ -2140,7 +2140,8 @@ module Aws::ApplicationAutoScaling
2140
2140
  include Aws::Structure
2141
2141
  end
2142
2142
 
2143
- # Represents a predictive scaling policy configuration.
2143
+ # Represents a predictive scaling policy configuration. Predictive
2144
+ # scaling is supported on Amazon ECS services.
2144
2145
  #
2145
2146
  # @!attribute [rw] metric_specifications
2146
2147
  # This structure includes the metrics and target utilization to use
@@ -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.98.0'
57
+ GEM_VERSION = '1.99.0'
58
58
 
59
59
  end
60
60
 
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.98.0
4
+ version: 1.99.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: 2024-11-21 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core