aws-sdk-bcmpricingcalculator 1.31.0 → 1.32.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 +1 -1
- data/lib/aws-sdk-bcmpricingcalculator/client_api.rb +2 -2
- 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: aa8f1ccd86990e646898e3cbec99589bf2465c501f018c36b5e4562b5bccc9ec
|
|
4
|
+
data.tar.gz: 42113f11e992d40e499b7b5d758f69d30aa20d7abccbe5760331b5a4bcb94b30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a494390e91748d387c0edf03e3ce8e4a86a1e820d6f6e1ae5c32b9ad95184ebe4595f674bdb4249a14f9c79c595b970cec9b08674ecab2beeea14202d56524bc
|
|
7
|
+
data.tar.gz: 55d7a77c8dda6b3e20841d4d47fa1dc0ff29e8059b43920686c26b755f07bc81c5e01540840b3a5fba1cbd7406fab97a77abdaec912b491d37d48c315f1fba36
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.32.0
|
|
@@ -2780,7 +2780,7 @@ module Aws::BCMPricingCalculator
|
|
|
2780
2780
|
tracer: tracer
|
|
2781
2781
|
)
|
|
2782
2782
|
context[:gem_name] = 'aws-sdk-bcmpricingcalculator'
|
|
2783
|
-
context[:gem_version] = '1.
|
|
2783
|
+
context[:gem_version] = '1.32.0'
|
|
2784
2784
|
Seahorse::Client::Request.new(handlers, context)
|
|
2785
2785
|
end
|
|
2786
2786
|
|
|
@@ -1119,8 +1119,8 @@ module Aws::BCMPricingCalculator
|
|
|
1119
1119
|
"auth" => ["aws.auth#sigv4"],
|
|
1120
1120
|
"endpointPrefix" => "bcm-pricing-calculator",
|
|
1121
1121
|
"jsonVersion" => "1.0",
|
|
1122
|
-
"protocol" => "
|
|
1123
|
-
"protocols" => ["
|
|
1122
|
+
"protocol" => "json",
|
|
1123
|
+
"protocols" => ["json"],
|
|
1124
1124
|
"serviceFullName" => "AWS Billing and Cost Management Pricing Calculator",
|
|
1125
1125
|
"serviceId" => "BCM Pricing Calculator",
|
|
1126
1126
|
"signatureVersion" => "v4",
|