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: a717f038e2c0ddd6ec683437be9a86781eef65ebf1f0bb219954cb93051fb3bb
4
- data.tar.gz: b4dd54de562d7ab52e6d6dde88248eaa11e281b3bf9597db39a136515684bc31
3
+ metadata.gz: 26b1c7ccf2f8a51578351e9a60841ab2d2d76bb462167b86fa066da47ca8d9aa
4
+ data.tar.gz: d7c20133b035f7ec46c6869948dfd1e5a5f5cb1fc411fe97035db162c8fdcef6
5
5
  SHA512:
6
- metadata.gz: 4ac6e119fc6bd9f9e627b8daee85b4b16cb71b120793b65def6f7391ba53bb5a042693c866befb8ffd0da2be67426b3fcba1b79020518789375f664c9d2e5fde
7
- data.tar.gz: df61505b6e783e20e043cb19a59fe35f06f38d8386de5fdbf9cdaaa6c72ffe60e076acbc9e3c426d694d3b0c835b36b36575054f1797fa615276f657b2b27123
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.4.0
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.4.0'
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" => "json",
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.4.0'
58
+ GEM_VERSION = '1.5.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-computeoptimizerautomation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services