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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9479be31e8daac283bf10b017b7995b082c457f480a6def0531664d5be02e02
4
- data.tar.gz: 95fe5b548943b357ea0c214364d539c22f26c10668058815c6813f1d623ce8fa
3
+ metadata.gz: aa8f1ccd86990e646898e3cbec99589bf2465c501f018c36b5e4562b5bccc9ec
4
+ data.tar.gz: 42113f11e992d40e499b7b5d758f69d30aa20d7abccbe5760331b5a4bcb94b30
5
5
  SHA512:
6
- metadata.gz: a9602aa19062a57340b66d4bfdb0206f1ce6473000d2cdb0992336c63ac8225aa3b26a579acaff20accca40d3ea06c5bd123795945b7180bf5b1a859165e76d4
7
- data.tar.gz: '083fd5c590ff96a47865d106d1346b533d144e065e3dcdbee213ddfa5ee2be4b3753fa8fade0c60ad65e0f6e03e3e802173c8f0c205907e4e9e0c0a1d67f872c'
6
+ metadata.gz: a494390e91748d387c0edf03e3ce8e4a86a1e820d6f6e1ae5c32b9ad95184ebe4595f674bdb4249a14f9c79c595b970cec9b08674ecab2beeea14202d56524bc
7
+ data.tar.gz: 55d7a77c8dda6b3e20841d4d47fa1dc0ff29e8059b43920686c26b755f07bc81c5e01540840b3a5fba1cbd7406fab97a77abdaec912b491d37d48c315f1fba36
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2026-07-31)
5
+ ------------------
6
+
7
+ * Feature - Removing Smithy RPC v2 CBOR support that was added in previous SDK release.
8
+
4
9
  1.31.0 (2026-07-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
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.31.0'
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" => "smithy-rpc-v2-cbor",
1123
- "protocols" => ["smithy-rpc-v2-cbor", "json"],
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",
@@ -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.31.0'
58
+ GEM_VERSION = '1.32.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.31.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services