aws-sdk-tnb 1.12.0 → 1.13.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-tnb/client.rb +4 -3
- 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: 2f67ba3aab4fe40e3d31aec8583ba0485fbc851c4ce6d72720502fc63bb74a70
|
4
|
+
data.tar.gz: 7db954c48b7ede75146437ccb2c84ef1a8251633c67ff6d64ece74dd967735e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1536559171cf56d27b681cbb4fe7752c0aea5cae094820db82a81234d795620c2a5f6ea0c6bed2669e893c3e842ca009aed69a0c51aa80a152dd0d67ae4ada2a
|
7
|
+
data.tar.gz: 28d77311dcd0956a2c35da485232803f99f82b577b8e772066b1a8236d675be184386ebee14b661a6dbdafdef0e637494aef343ae56652a92aa15c1af413f04c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.13.0
|
data/lib/aws-sdk-tnb/client.rb
CHANGED
@@ -301,8 +301,9 @@ module Aws::Tnb
|
|
301
301
|
#
|
302
302
|
# @option options [String] :sdk_ua_app_id
|
303
303
|
# A unique and opaque application ID that is appended to the
|
304
|
-
# User-Agent header as app
|
305
|
-
# maximum length of 50.
|
304
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
305
|
+
# maximum length of 50. This variable is sourced from environment
|
306
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
306
307
|
#
|
307
308
|
# @option options [String] :secret_access_key
|
308
309
|
#
|
@@ -2031,7 +2032,7 @@ module Aws::Tnb
|
|
2031
2032
|
params: params,
|
2032
2033
|
config: config)
|
2033
2034
|
context[:gem_name] = 'aws-sdk-tnb'
|
2034
|
-
context[:gem_version] = '1.
|
2035
|
+
context[:gem_version] = '1.13.0'
|
2035
2036
|
Seahorse::Client::Request.new(handlers, context)
|
2036
2037
|
end
|
2037
2038
|
|
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.13.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: 2024-
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|