aws-sdk-bcmpricingcalculator 1.30.0 → 1.31.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d0f8e14911f42b2510bd36947791d816e36df07eab77aea5c68edd1c70d02f87
4
- data.tar.gz: c0e02e05a2a758ddeafc0903a1b8e9af5b9dd18078afad80a59641ea40561cbf
3
+ metadata.gz: e9479be31e8daac283bf10b017b7995b082c457f480a6def0531664d5be02e02
4
+ data.tar.gz: 95fe5b548943b357ea0c214364d539c22f26c10668058815c6813f1d623ce8fa
5
5
  SHA512:
6
- metadata.gz: 25206e31657003693c4667525977aed484f6c54bee175d4e911ee57a8dd79447d426512e30b5fc926549dcfbc829b287ec3981abea310001f229f64b81c108a3
7
- data.tar.gz: 4c7c96baf21a5bd2301cf880761afce0313379d408402e4689a451609d9d225045ef37d5a807c6de5263974de52eab303d51cd2e81bbbe1a64f9ebf7f5f42e13
6
+ metadata.gz: a9602aa19062a57340b66d4bfdb0206f1ce6473000d2cdb0992336c63ac8225aa3b26a579acaff20accca40d3ea06c5bd123795945b7180bf5b1a859165e76d4
7
+ data.tar.gz: '083fd5c590ff96a47865d106d1346b533d144e065e3dcdbee213ddfa5ee2be4b3753fa8fade0c60ad65e0f6e03e3e802173c8f0c205907e4e9e0c0a1d67f872c'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2026-07-23)
5
+ ------------------
6
+
7
+ * Feature - This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.0. The SDK will prioritize its most performant protocol.
8
+
4
9
  1.30.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.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.30.0'
2783
+ context[:gem_version] = '1.31.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" => "json",
1123
- "protocols" => ["json"],
1122
+ "protocol" => "smithy-rpc-v2-cbor",
1123
+ "protocols" => ["smithy-rpc-v2-cbor", "json"],
1124
1124
  "serviceFullName" => "AWS Billing and Cost Management Pricing Calculator",
1125
1125
  "serviceId" => "BCM Pricing Calculator",
1126
1126
  "signatureVersion" => "v4",
@@ -55,7 +55,7 @@ module Aws::BCMPricingCalculator
55
55
  autoload :EndpointProvider, 'aws-sdk-bcmpricingcalculator/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bcmpricingcalculator/endpoints'
57
57
 
58
- GEM_VERSION = '1.30.0'
58
+ GEM_VERSION = '1.31.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bcmpricingcalculator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services