aws-sdk-tnb 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d81459089892c02222b7af9021d346456961eb21425aa1015a57b64701b6ff0b
4
- data.tar.gz: 1bc3330ca498dd501ac62f9fb243593ecd155c56a2db660f28c654498c186cb2
3
+ metadata.gz: e71b235eba272c1bdedc65926c4fab8b45da508f440c7c56724a2f7ffb7d54f3
4
+ data.tar.gz: 4bc1bb5113449dacbcaff8575dc48cb4442d2a1e3a22354694728b6bc16335b9
5
5
  SHA512:
6
- metadata.gz: a7cfb1c300a54146bba99fec05eb6c03920170832ba4eb83b1e5082acba7dbdaa449f14f3fb43850df9d5e578fb02db3412ae9c876296a40ddef52672a1546d0
7
- data.tar.gz: 427ed82df329bc6cfcc95aa14e9ccfbb34e97c9d0e301e89d652f1b21eb2749f5919c8770d2e400fa414bab3392209878202fffdca7de199b99a7fa8fb44ea19
6
+ metadata.gz: 8c45fe59ddb839dead9693a61685fdd431aff4fc3fd0571aa07759a1fac9e4a65c45856732a7674919bbc91ed2c074d5994e48b3d371fe0a17cd710b38d14a59
7
+ data.tar.gz: 10684f6a98cbcd71370918655d40d610179a6f01a6b5334692c53eed91a281d9527f7e3145605b4faa66b854cd6727185db1c1ce4a4cb6b9028594732ce9f6e6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.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.5.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -216,6 +216,10 @@ module Aws::Tnb
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
  #
@@ -2003,7 +2007,7 @@ module Aws::Tnb
2003
2007
  params: params,
2004
2008
  config: config)
2005
2009
  context[:gem_name] = 'aws-sdk-tnb'
2006
- context[:gem_version] = '1.5.0'
2010
+ context[:gem_version] = '1.6.0'
2007
2011
  Seahorse::Client::Request.new(handlers, context)
2008
2012
  end
2009
2013
 
data/lib/aws-sdk-tnb.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-tnb/customizations'
52
52
  # @!group service
53
53
  module Aws::Tnb
54
54
 
55
- GEM_VERSION = '1.5.0'
55
+ GEM_VERSION = '1.6.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-tnb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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