aws-sdk-autoscaling 1.93.0 → 1.94.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb7e1798ea6cee72c7b6bd808c0c0a04a67c77058412f3d09f4206bc8f7aa198
4
- data.tar.gz: 07a432103290c14b1d2885c4d8250526f6bf4a3c385c3a3064dc5ee5bf86643c
3
+ metadata.gz: 27cabd6f3af2910b8bff8942e47b97fd94b2f1c0aa3098a259aced8864e996f1
4
+ data.tar.gz: 8cd7387afb7166fb30259f24336ed752972aff5d3d8c227d2309f8295c7eeea5
5
5
  SHA512:
6
- metadata.gz: 530fa0a54422a44eaea530913e5c1f2c0ac42fbd4bb18b7d909f9d101ddaf53ad3caec7d0b4204740a679c522d7ce04bb3b813a760236695e4022a3b4dc333e0
7
- data.tar.gz: 9f414509164151114c7cbb341b3a9f0f163a2c265114acbd17bc6c95aaec1e6806d95dcc38a2f7e491e8bdd5fd8db7f79be757732d7ddd2a17d22cc8375bd071
6
+ metadata.gz: feb57bdb0b98f3e29f0343afe610fd3344363583d50f961e1d85cde63ce637f6858714076185243ec46b41e6fade0fa4f4f02b392f1a18c74b7b44dd977976e3
7
+ data.tar.gz: d857bad9d0fc3ee9d8f64f206515c6aa284508d66201d79047dabe5ce9b5f2dc412c02f57cfbb560f8991da3ddc5466ea4445fd2402ef9de44b3889202f28e81
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.93.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -216,6 +216,10 @@ module Aws::AutoScaling
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -7021,7 +7025,7 @@ module Aws::AutoScaling
7021
7025
  params: params,
7022
7026
  config: config)
7023
7027
  context[:gem_name] = 'aws-sdk-autoscaling'
7024
- context[:gem_version] = '1.93.0'
7028
+ context[:gem_version] = '1.94.0'
7025
7029
  Seahorse::Client::Request.new(handlers, context)
7026
7030
  end
7027
7031
 
@@ -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.93.0'
66
+ GEM_VERSION = '1.94.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.93.0
4
+ version: 1.94.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-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core