aws-sdk-computeoptimizerautomation 1.4.0 → 1.5.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26b1c7ccf2f8a51578351e9a60841ab2d2d76bb462167b86fa066da47ca8d9aa
|
|
4
|
+
data.tar.gz: d7c20133b035f7ec46c6869948dfd1e5a5f5cb1fc411fe97035db162c8fdcef6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '01857a52dd5096194c77868a1499ed091da8848980c65e5e71d82d18751a79479b7f0b2eb17cc12435478538bdbd06b07e2dcf37529244cdcbc4f352bbbf9237'
|
|
7
|
+
data.tar.gz: 567b31f4aab6d3345a1ecb194902c3d33498a5810175f6d42febbd5758cf2a5f11dc20b5e2fe1b8c78083e8243dea7f19806b8fa5a69825124438f7dde79b630
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.5.0 (2026-04-21)
|
|
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.4.0 (2026-03-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.5.0
|
|
@@ -2214,7 +2214,7 @@ module Aws::ComputeOptimizerAutomation
|
|
|
2214
2214
|
tracer: tracer
|
|
2215
2215
|
)
|
|
2216
2216
|
context[:gem_name] = 'aws-sdk-computeoptimizerautomation'
|
|
2217
|
-
context[:gem_version] = '1.
|
|
2217
|
+
context[:gem_version] = '1.5.0'
|
|
2218
2218
|
Seahorse::Client::Request.new(handlers, context)
|
|
2219
2219
|
end
|
|
2220
2220
|
|
|
@@ -742,8 +742,8 @@ module Aws::ComputeOptimizerAutomation
|
|
|
742
742
|
"auth" => ["aws.auth#sigv4"],
|
|
743
743
|
"endpointPrefix" => "aco-automation",
|
|
744
744
|
"jsonVersion" => "1.0",
|
|
745
|
-
"protocol" => "
|
|
746
|
-
"protocols" => ["json"],
|
|
745
|
+
"protocol" => "smithy-rpc-v2-cbor",
|
|
746
|
+
"protocols" => ["smithy-rpc-v2-cbor", "json"],
|
|
747
747
|
"serviceFullName" => "Compute Optimizer Automation",
|
|
748
748
|
"serviceId" => "Compute Optimizer Automation",
|
|
749
749
|
"signatureVersion" => "v4",
|
|
@@ -55,7 +55,7 @@ module Aws::ComputeOptimizerAutomation
|
|
|
55
55
|
autoload :EndpointProvider, 'aws-sdk-computeoptimizerautomation/endpoint_provider'
|
|
56
56
|
autoload :Endpoints, 'aws-sdk-computeoptimizerautomation/endpoints'
|
|
57
57
|
|
|
58
|
-
GEM_VERSION = '1.
|
|
58
|
+
GEM_VERSION = '1.5.0'
|
|
59
59
|
|
|
60
60
|
end
|
|
61
61
|
|