aws-sdk-elasticbeanstalk 1.58.0 → 1.59.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-elasticbeanstalk/client.rb +5 -1
- data/lib/aws-sdk-elasticbeanstalk.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: 4dd9b33a8d1f9a07cfe55cc5b67db4aa9932eeb73a531eed117056cc72f589e7
|
4
|
+
data.tar.gz: 56be00f9d61185bd385b7143e0e40ca2e30da1d6027b104fe07e196420301419
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8d42f06e3cda8b449fb172b80a562e7fb7ddfe99f15e3564d71ae1c9b5db4fb0884f055fa7a8bf3b842cc89c21055ce8808d572cd5bdd6fd3eafa485f017338
|
7
|
+
data.tar.gz: 3eb13516b53671f6254c70ad33b885d51ac9c3bcd512e837e62bbbd9a194476797b0dd4aee54299050302e11a0211d8c90ef7add1ad80c93a2f46f875fe94a89
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.59.0
|
@@ -216,6 +216,10 @@ module Aws::ElasticBeanstalk
|
|
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
|
#
|
@@ -4558,7 +4562,7 @@ module Aws::ElasticBeanstalk
|
|
4558
4562
|
params: params,
|
4559
4563
|
config: config)
|
4560
4564
|
context[:gem_name] = 'aws-sdk-elasticbeanstalk'
|
4561
|
-
context[:gem_version] = '1.
|
4565
|
+
context[:gem_version] = '1.59.0'
|
4562
4566
|
Seahorse::Client::Request.new(handlers, context)
|
4563
4567
|
end
|
4564
4568
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticbeanstalk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.59.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
|