aws-sdk-billingconductor 1.38.0 → 1.39.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-billingconductor/client.rb +2 -3
- data/lib/aws-sdk-billingconductor.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: 0b22225a55a94abd99891ab18345f7d5f939fe7e82fa2a29399f9d75a9fa3b95
|
4
|
+
data.tar.gz: 63f66036a15affd464349f3438e6667e8ea6265e22d90fce30da451e2b0f6808
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f7e4eb81b58dd94d58f46df34e36ce232fbc1dfa3d8874db3035ce8040dce8909f10b5a328538c650d275d5c2a052ce8cef99c4664b11d07d4fad99aa33ae65
|
7
|
+
data.tar.gz: d39aebe03995dcb65684272ca57421ad0798fc2699a0009b0374c121b665c03fc78a830a6f24a721cd1fc5992d79e09f12d5daaf281c0fbe9bd891ad79cb4e27
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.39.0
|
@@ -200,8 +200,7 @@ module Aws::BillingConductor
|
|
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
|
@@ -2201,7 +2200,7 @@ module Aws::BillingConductor
|
|
2201
2200
|
tracer: tracer
|
2202
2201
|
)
|
2203
2202
|
context[:gem_name] = 'aws-sdk-billingconductor'
|
2204
|
-
context[:gem_version] = '1.
|
2203
|
+
context[:gem_version] = '1.39.0'
|
2205
2204
|
Seahorse::Client::Request.new(handlers, context)
|
2206
2205
|
end
|
2207
2206
|
|