aws-sdk-b2bi 1.29.0 → 1.30.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-b2bi/client.rb +2 -3
- data/lib/aws-sdk-b2bi.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9794777d21075ed3bbf23c90759fdf4da247bd0efa0841468b40abac654b1842
|
4
|
+
data.tar.gz: 1ccebfef4b8efd484a212f5edfa9ad2e2a591c4d91765188ac43f81d0910813e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 930122e00d20d95f6c7ee27c51e83a5853374eafe64626a546c668ffa9502230a71b306fa2558749a24628e881cd1db893f8c1a50b9bf7d7621ba8d4651ecdac
|
7
|
+
data.tar.gz: 7873682809ffc496a2c9fe45941ebc932d02b2c49415dad415018680d4ed95881c01ca1f9161ff53f39878639acc28f2e4f3758976a86bc40b4dfc8260475687
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.30.0
|
data/lib/aws-sdk-b2bi/client.rb
CHANGED
@@ -200,8 +200,7 @@ module Aws::B2bi
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -3280,7 +3279,7 @@ module Aws::B2bi
|
|
3280
3279
|
tracer: tracer
|
3281
3280
|
)
|
3282
3281
|
context[:gem_name] = 'aws-sdk-b2bi'
|
3283
|
-
context[:gem_version] = '1.
|
3282
|
+
context[:gem_version] = '1.30.0'
|
3284
3283
|
Seahorse::Client::Request.new(handlers, context)
|
3285
3284
|
end
|
3286
3285
|
|
data/lib/aws-sdk-b2bi.rb
CHANGED