aws-sdk-support 1.50.0 → 1.51.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: ffed6ec46a0aac55821259a5e0cefc6d57458515b36549a2280f7b13cf67b288
4
- data.tar.gz: c119a944de3854a0ab50c9fec4e662f6ecee1ea4565e21ee92b8363a2ac4c1dc
3
+ metadata.gz: 58e8f001d0975bb339030e0137d1d6704ba4e4aa360de150ec808d7f358f1d5d
4
+ data.tar.gz: 17bd72fe479e40a52dc07f0083162d543edfd8383f3d17c059ffc9ca97d0c0d4
5
5
  SHA512:
6
- metadata.gz: 4e9ae1ddf56ecff97317193d2dc7bb0e7ab1a361a7812da9fa0095bbacc90ca79cc20c0b91bbf91726631fa83f6e446d6d28fa5ac6e36968d96a7714b51d45e5
7
- data.tar.gz: 532cd51a15d06a966d06519947a29659e2c2f26d28878dd45fcb7e26b5bb50ba85f0a363053a5588cf6cfeb79bedb673b075316e64e80b1f12d50b75d18f6cec
6
+ metadata.gz: 969e484bfc10fe921dc3e2c5681dc0bb50efc7ed9c3d1c61ae6207a4d6d7ca8e9b2ea2e38540fc19d97a7b0fa6e42b3693c2a6157726a8a02e5e14ea61433dbf
7
+ data.tar.gz: 0d33fac50d161c1ce21069ab69c5fb7aefe4ac37173d2c60a792cab4d958b66ea776b003d15a7cdb814fd67d5080dca9d0fbd205f746cfab3dec74e94b614b61
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.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.50.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -216,6 +216,10 @@ module Aws::Support
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
  #
@@ -1662,7 +1666,7 @@ module Aws::Support
1662
1666
  params: params,
1663
1667
  config: config)
1664
1668
  context[:gem_name] = 'aws-sdk-support'
1665
- context[:gem_version] = '1.50.0'
1669
+ context[:gem_version] = '1.51.0'
1666
1670
  Seahorse::Client::Request.new(handlers, context)
1667
1671
  end
1668
1672
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-support/customizations'
52
52
  # @!group service
53
53
  module Aws::Support
54
54
 
55
- GEM_VERSION = '1.50.0'
55
+ GEM_VERSION = '1.51.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.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