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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscaling/client.rb +5 -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: 27cabd6f3af2910b8bff8942e47b97fd94b2f1c0aa3098a259aced8864e996f1
|
4
|
+
data.tar.gz: 8cd7387afb7166fb30259f24336ed752972aff5d3d8c227d2309f8295c7eeea5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: feb57bdb0b98f3e29f0343afe610fd3344363583d50f961e1d85cde63ce637f6858714076185243ec46b41e6fade0fa4f4f02b392f1a18c74b7b44dd977976e3
|
7
|
+
data.tar.gz: d857bad9d0fc3ee9d8f64f206515c6aa284508d66201d79047dabe5ce9b5f2dc412c02f57cfbb560f8991da3ddc5466ea4445fd2402ef9de44b3889202f28e81
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
7028
|
+
context[:gem_version] = '1.94.0'
|
7025
7029
|
Seahorse::Client::Request.new(handlers, context)
|
7026
7030
|
end
|
7027
7031
|
|
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.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-
|
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
|