aws-sdk-bcmpricingcalculator 1.15.0 → 1.16.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.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: 6fa2e1ea3da2ea95abe0f7a863b8e5e939550c1b17c909f603e2a34c3d52a40a
|
4
|
+
data.tar.gz: 100bdd6bfb205787396fb1e3b9c478667b15e23f000d6974d88a95efcf3e8b5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 869fc1c2d0298a07db3f32d480c710800bcb66a7c587fc4f6b405a7cbe351e639b5871683e2a38ab6d77e63a45e4dbcee79ac5b3c7f93c8dabd6e5c98347461f
|
7
|
+
data.tar.gz: e5209c21cc0e5af78669b4b799b70ef79301b99469b962a22c589ebb1432756b7d58451af0036ae0ff50b7e83976fd296f1bcd9bc53f3b2705f635e3da77da1b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.16.0
|
@@ -2730,7 +2730,7 @@ module Aws::BCMPricingCalculator
|
|
2730
2730
|
tracer: tracer
|
2731
2731
|
)
|
2732
2732
|
context[:gem_name] = 'aws-sdk-bcmpricingcalculator'
|
2733
|
-
context[:gem_version] = '1.
|
2733
|
+
context[:gem_version] = '1.16.0'
|
2734
2734
|
Seahorse::Client::Request.new(handlers, context)
|
2735
2735
|
end
|
2736
2736
|
|