aws-sdk-bcmrecommendedactions 1.14.0 → 1.15.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: 46b8a36722837b6c41bc930575615a2afb4d411f0bc0795cee0e620f8e1df9e8
4
- data.tar.gz: 84cf9358966f404fbb6b54c477142f0a3e43b6cbdf65c10fa846885424c042d8
3
+ metadata.gz: d703d8e7ee1588ce9177b72d4d8ebb6d0e9d9e464b6543a53ac8fc386b36c0e5
4
+ data.tar.gz: 5eefbeb72ee9ad3a2c6cea8bbf9f7ff3073584477877fe43eed5e4ab0d388e6d
5
5
  SHA512:
6
- metadata.gz: acfb299bbe351d8d4bfb011099c0d93b43fe9e8689da8d3e250d5a7ef4450233a0ee16fe2896862fc08bfaed2d87c92776ad0a0862516c10f82009c1fe245634
7
- data.tar.gz: 802151579a708d5edb11de04518b593cee85a0049a37e0a129981250303c6740e905bbc60c32758ba91f777da8772016a3aaa199801309587b13ac3e6f99db1b
6
+ metadata.gz: 759eab89fd013c2125f8eb6cb48693aed1a4d12fc040f60c9e8bda45e67a274485de65c3f0e476452a8c3f50cf5527014ef0339a57cb0c41832891c9d27ecbd3
7
+ data.tar.gz: 1e55d2e4d56a3ecf3bd680ab326c61ed58e97b10dfcf5700102eff270adf9332b57c2e99a3dcf6005c8e539ab221aa2987c109739f86a0505ce072b211ffe981
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.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.14.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -558,7 +558,7 @@ module Aws::BCMRecommendedActions
558
558
  tracer: tracer
559
559
  )
560
560
  context[:gem_name] = 'aws-sdk-bcmrecommendedactions'
561
- context[:gem_version] = '1.14.0'
561
+ context[:gem_version] = '1.15.0'
562
562
  Seahorse::Client::Request.new(handlers, context)
563
563
  end
564
564
 
@@ -112,8 +112,8 @@ module Aws::BCMRecommendedActions
112
112
  "auth" => ["aws.auth#sigv4"],
113
113
  "endpointPrefix" => "bcm-recommended-actions",
114
114
  "jsonVersion" => "1.0",
115
- "protocol" => "json",
116
- "protocols" => ["json"],
115
+ "protocol" => "smithy-rpc-v2-cbor",
116
+ "protocols" => ["smithy-rpc-v2-cbor", "json"],
117
117
  "serviceFullName" => "AWS Billing and Cost Management Recommended Actions",
118
118
  "serviceId" => "BCM Recommended Actions",
119
119
  "signatureVersion" => "v4",
@@ -55,7 +55,7 @@ module Aws::BCMRecommendedActions
55
55
  autoload :EndpointProvider, 'aws-sdk-bcmrecommendedactions/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bcmrecommendedactions/endpoints'
57
57
 
58
- GEM_VERSION = '1.14.0'
58
+ GEM_VERSION = '1.15.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-bcmrecommendedactions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services