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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 676b2383ae209c855ce2a5e7d2b87ca9c34e30de771c781a604374fb2258f383
4
- data.tar.gz: 585d1e8e238c326a6eea9d22d04fef80c05fc4046d007245d44f52d9c41b4bd7
3
+ metadata.gz: bbd4f4b1201f4bf39bace51344f38ce9408b899208ddf5ebf24230fbe7af7a70
4
+ data.tar.gz: 9b3a681c2d7c16caec73b76cd94deed526e25c369677132c26d1d9e60a5c742a
5
5
  SHA512:
6
- metadata.gz: 91a658aa26d95f697890c82b51c16c02ca04bfdfbf3243b9366490cf362cc0b8a9ee23ba9979133c152aae02862b0441754d164a3e0a09dc78c11faabae719c6
7
- data.tar.gz: b3dadc542249cd06b0de3baefb1ce5601171e1786aace132c3068437d251ba947dc6d335a0aef9f48c1da65886c0d7596144b6a0c0c63b5adb959af982b99d55
6
+ metadata.gz: 3487bc1d51db224443712f65a6832e3758271a0df0fb94f9fcd81cedcec8505cfa8d6fbdde06801abc287d4f5e22a4390dddd8285587b84c09d2e284eff219c4
7
+ data.tar.gz: 5b24c20d586f67f0fc4b4fb250f6dfe98974426fa513f6280ab3e44b7c79ef7e0c46e9c8b8b4f01f656ba32cc1ca7047f60198e4fa893be0bdb3e8bee8f8f947
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.97.0 (2023-08-03)
5
+ ------------------
6
+
7
+ * Feature - Documentation changes related to Amazon EC2 Auto Scaling APIs.
8
+
4
9
  1.96.0 (2023-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.96.0
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.96.0'
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
@@ -63,6 +63,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
63
63
  # @!group service
64
64
  module Aws::AutoScaling
65
65
 
66
- GEM_VERSION = '1.96.0'
66
+ GEM_VERSION = '1.97.0'
67
67
 
68
68
  end
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.96.0
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-07-31 00:00:00.000000000 Z
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