aws-sdk-elasticloadbalancingv2 1.88.0 → 1.89.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: 1a76c7c2c7dadf08f89a00ed48cbb0d426894c1903eb97237a4f34e3818ca664
4
- data.tar.gz: 36b0925c7103567a6404fcac82b1ad0c88b44e1a5f4597228e046b085efd256b
3
+ metadata.gz: 301e41de0787ee0f4c04f966f59f62409e100c41cc5a193e81ef774fbbc03132
4
+ data.tar.gz: fcba65a4f03ceffde3068d9e1811c14bdd60a2cf62a005bb3c10c5979c8e26c4
5
5
  SHA512:
6
- metadata.gz: 0fbeef2ef3b4471f3b8fada7294bc021c3ae375fd4b43f9acfc18c9156dd4aabd934038d2cb9f31e45fe698f53e4fd088d988662b877f6e19bf3381d4fc5368e
7
- data.tar.gz: f3ce31540eea516847c9ab72a454644be352719277aad9c89cde9c05a53a2be1b29fc734a56f4c68e913c2ed9a695b153df2f4f2ed2fb2f8ee7d3424e03d8a00
6
+ metadata.gz: a5daf48cb50343907e0f2a4b5e5c2d98b5658f27949a5600e3a150b80875d688a41cb1ef8bfc377b03035d443ba8fc5d8bfb50638385aa8cdc866b3e2ad780e8
7
+ data.tar.gz: 60ccb83757cd4ecbe203bce15c370269f0112148cd12d27c27c05cb7d755f0af56629fda9815635eb06e0315014df85e6cf284b0dd5e3b5358f4c2848ca996f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.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.88.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -216,6 +216,10 @@ module Aws::ElasticLoadBalancingV2
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
  #
@@ -4342,7 +4346,7 @@ module Aws::ElasticLoadBalancingV2
4342
4346
  params: params,
4343
4347
  config: config)
4344
4348
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4345
- context[:gem_version] = '1.88.0'
4349
+ context[:gem_version] = '1.89.0'
4346
4350
  Seahorse::Client::Request.new(handlers, context)
4347
4351
  end
4348
4352
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
53
53
  # @!group service
54
54
  module Aws::ElasticLoadBalancingV2
55
55
 
56
- GEM_VERSION = '1.88.0'
56
+ GEM_VERSION = '1.89.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.89.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