aws-sdk-computeoptimizerautomation 1.8.0 → 1.9.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: 7b84daf3058601c5557069acd7a28a926bc3cfad5ed1791091ecb4a3f3fa2a48
4
- data.tar.gz: f31d54afc42980490cc9efcc33656310b49db00ad228ab1b6846f2cdcf36fce5
3
+ metadata.gz: 8cc6b0cdd54632befbbc447289797b8d5ce91612f19f185f6aaaa10126e59b36
4
+ data.tar.gz: d27a0c0b2389f4ab948900f9da14583984286ab11ac54ecfb8fc7312d3e0cb3f
5
5
  SHA512:
6
- metadata.gz: f992d3fa6654881442a709f78a797720cd03a0758a8a7c393ce96198bc2ee05569a9d1f9a739957bfa4b84279d26766648dc4d2a1fb823f3959d1214d75b9529
7
- data.tar.gz: 03d1927df2e3812a3628bc8341154dfd2a3bfd51ccaf0f53d2f02732003e2cda29c251da6b3328deadca6031015797fb350c51d8a9f464e23ebfcc5fca66f571
6
+ metadata.gz: ba21d15c0e91cff8af81efe9486a61d68b7dcd1a0c7b593a446953b2e393718d0237c5c0adc2da8517c91e5b8cd456593636bf62bc8499d4351348102ce3df2e
7
+ data.tar.gz: 79f841668a055e4b55c46d407cc838d467f373377e357b733cd134774ebe77b565bf26d3f2d240acb4a4ce776930473d7a9b5252a7ef826b4c4a3e5c10a0dc87
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2026-05-27)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.8.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -2212,7 +2212,7 @@ module Aws::ComputeOptimizerAutomation
2212
2212
  tracer: tracer
2213
2213
  )
2214
2214
  context[:gem_name] = 'aws-sdk-computeoptimizerautomation'
2215
- context[:gem_version] = '1.8.0'
2215
+ context[:gem_version] = '1.9.0'
2216
2216
  Seahorse::Client::Request.new(handlers, context)
2217
2217
  end
2218
2218
 
@@ -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.8.0'
58
+ GEM_VERSION = '1.9.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.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services