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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-applicationautoscaling/client.rb +1 -1
- data/lib/aws-sdk-applicationautoscaling/types.rb +2 -1
- data/lib/aws-sdk-applicationautoscaling.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce6f1319a64112f2c5d60954d963e9e85f11c918fa2ddf22d73c312866520461
|
4
|
+
data.tar.gz: d5af2c44fd06e28413202deee739f3d574de73475d9929995adee5e3a0acc66c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be141268c9f029d2f4e9833663b3453665d9a9aff2250affea7a501b6d2d4d84abd1a89ab28debc358673af466cddd950aa839afec6430f564b7aaa65a47fc77
|
7
|
+
data.tar.gz: a0f3879f3cabd03c8772c5f689a342a50de3d6eccbd38d966f31d6f5ee99e5fde294f55b6d1199071fbd5a4e911c89cc16302b5bb0ea87c35297a61851100f9c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
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.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
|
+
date: 2024-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|