aws-sdk-autoscaling 1.96.0 → 1.97.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-autoscaling/client.rb +1 -1
- data/lib/aws-sdk-autoscaling/types.rb +1 -1
- data/lib/aws-sdk-autoscaling.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: bbd4f4b1201f4bf39bace51344f38ce9408b899208ddf5ebf24230fbe7af7a70
|
|
4
|
+
data.tar.gz: 9b3a681c2d7c16caec73b76cd94deed526e25c369677132c26d1d9e60a5c742a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3487bc1d51db224443712f65a6832e3758271a0df0fb94f9fcd81cedcec8505cfa8d6fbdde06801abc287d4f5e22a4390dddd8285587b84c09d2e284eff219c4
|
|
7
|
+
data.tar.gz: 5b24c20d586f67f0fc4b4fb250f6dfe98974426fa513f6280ab3e44b7c79ef7e0c46e9c8b8b4f01f656ba32cc1ca7047f60198e4fa893be0bdb3e8bee8f8f947
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.97.0
|
|
@@ -7007,7 +7007,7 @@ module Aws::AutoScaling
|
|
|
7007
7007
|
params: params,
|
|
7008
7008
|
config: config)
|
|
7009
7009
|
context[:gem_name] = 'aws-sdk-autoscaling'
|
|
7010
|
-
context[:gem_version] = '1.
|
|
7010
|
+
context[:gem_version] = '1.97.0'
|
|
7011
7011
|
Seahorse::Client::Request.new(handlers, context)
|
|
7012
7012
|
end
|
|
7013
7013
|
|
|
@@ -211,7 +211,7 @@ module Aws::AutoScaling
|
|
|
211
211
|
#
|
|
212
212
|
# @!attribute [rw] alarms
|
|
213
213
|
# The names of one or more CloudWatch alarms to monitor for the
|
|
214
|
-
# instance refresh.
|
|
214
|
+
# instance refresh. You can specify up to 10 alarms.
|
|
215
215
|
# @return [Array<String>]
|
|
216
216
|
#
|
|
217
217
|
# @see http://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/AlarmSpecification AWS API Documentation
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-autoscaling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.97.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: 2023-
|
|
11
|
+
date: 2023-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|