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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f42446512e12ef407fc3b2d6ce9bc6e01378c824d6be157eda20e95b52e1727c
4
- data.tar.gz: 29484380cf2afedc0a4b92e93908be1b8eb0f7be90144da6ccc14df1881a8af0
3
+ metadata.gz: 4dd9b33a8d1f9a07cfe55cc5b67db4aa9932eeb73a531eed117056cc72f589e7
4
+ data.tar.gz: 56be00f9d61185bd385b7143e0e40ca2e30da1d6027b104fe07e196420301419
5
5
  SHA512:
6
- metadata.gz: 83f3a7527d9c6af942718880ff203e37ff6adf4260b0251ac922f9b37d0bf7ebb615311d106c9d7ae1760e81a3d3211842207cd6c26c75188a2243450ed18cef
7
- data.tar.gz: 89ad44a8896b5b4584b3922419bbde9e511421f91e2442f35e37c0dedd0fa738e3511cfc32cf96521189584d667026cf027dda0c2a08ef778d7ed2c5daadd915
6
+ metadata.gz: c8d42f06e3cda8b449fb172b80a562e7fb7ddfe99f15e3564d71ae1c9b5db4fb0884f055fa7a8bf3b842cc89c21055ce8808d572cd5bdd6fd3eafa485f017338
7
+ data.tar.gz: 3eb13516b53671f6254c70ad33b885d51ac9c3bcd512e837e62bbbd9a194476797b0dd4aee54299050302e11a0211d8c90ef7add1ad80c93a2f46f875fe94a89
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.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.58.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
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.58.0'
4565
+ context[:gem_version] = '1.59.0'
4562
4566
  Seahorse::Client::Request.new(handlers, context)
4563
4567
  end
4564
4568
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-elasticbeanstalk/customizations'
53
53
  # @!group service
54
54
  module Aws::ElasticBeanstalk
55
55
 
56
- GEM_VERSION = '1.58.0'
56
+ GEM_VERSION = '1.59.0'
57
57
 
58
58
  end
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.58.0
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-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