aws-sdk-bcmpricingcalculator 1.8.0 → 1.9.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-bcmpricingcalculator/client.rb +2 -3
- data/lib/aws-sdk-bcmpricingcalculator.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: d9f06c17a00861d5c30a3a7a7b53fd2781bc45a418e54e42645c76b6ec03ab01
|
4
|
+
data.tar.gz: f2faa48a185c29637a5e69ad58f152237af3ebd7065eb51b751261f8ddd4a950
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f9784eea7153d1c19624e6b134305a96c88e53285fe215b616283550b95b445bc4088a032fe58d33c61bad422a3367a704ae7a3c629fc308815667e721392b2
|
7
|
+
data.tar.gz: f125e03a73e04dea067cc3ba2c13eb7fab5a914df735402ec560432908b4bd7ef2366a9170bc0a4ad4f7e00e69382f46808f316845789bff0800803757f34cbc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.9.0
|
@@ -200,8 +200,7 @@ module Aws::BCMPricingCalculator
|
|
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
|
@@ -2724,7 +2723,7 @@ module Aws::BCMPricingCalculator
|
|
2724
2723
|
tracer: tracer
|
2725
2724
|
)
|
2726
2725
|
context[:gem_name] = 'aws-sdk-bcmpricingcalculator'
|
2727
|
-
context[:gem_version] = '1.
|
2726
|
+
context[:gem_version] = '1.9.0'
|
2728
2727
|
Seahorse::Client::Request.new(handlers, context)
|
2729
2728
|
end
|
2730
2729
|
|