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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bcmrecommendedactions/client.rb +1 -1
- data/lib/aws-sdk-bcmrecommendedactions/client_api.rb +2 -2
- data/lib/aws-sdk-bcmrecommendedactions.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: d703d8e7ee1588ce9177b72d4d8ebb6d0e9d9e464b6543a53ac8fc386b36c0e5
|
|
4
|
+
data.tar.gz: 5eefbeb72ee9ad3a2c6cea8bbf9f7ff3073584477877fe43eed5e4ab0d388e6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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" => "
|
|
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",
|