aws-sdk-tnb 1.5.0 → 1.6.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-tnb/client.rb +5 -1
- data/lib/aws-sdk-tnb.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: e71b235eba272c1bdedc65926c4fab8b45da508f440c7c56724a2f7ffb7d54f3
|
4
|
+
data.tar.gz: 4bc1bb5113449dacbcaff8575dc48cb4442d2a1e3a22354694728b6bc16335b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c45fe59ddb839dead9693a61685fdd431aff4fc3fd0571aa07759a1fac9e4a65c45856732a7674919bbc91ed2c074d5994e48b3d371fe0a17cd710b38d14a59
|
7
|
+
data.tar.gz: 10684f6a98cbcd71370918655d40d610179a6f01a6b5334692c53eed91a281d9527f7e3145605b4faa66b854cd6727185db1c1ce4a4cb6b9028594732ce9f6e6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.0
|
data/lib/aws-sdk-tnb/client.rb
CHANGED
@@ -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.
|
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
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.
|
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-
|
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
|