aws-sdk-autoscaling 1.160.0 → 1.161.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: ce11b8544aefd237ef11851343326d757fef8d77f7b965968ed66aa779d78ed6
4
- data.tar.gz: f6bdd834efb4afc84002735d928b91fb321459426e75dc91f94870a98a2f7fc7
3
+ metadata.gz: 062c578e9469f4fa8fd6150cdefe9401f4ccd7fa6f97ee4e148196a9f46c059d
4
+ data.tar.gz: 7f337af37190d897686fce5f3eada096730fc75705a79b1a13299422f7ba4179
5
5
  SHA512:
6
- metadata.gz: cca84ec773380c52cb1b73890f90555066e71a6f068f6e0ca83cac6dfa3a5979335e894c2c2e9bafab3f02583c3863fdc873080a7946c61ebbdd5e71097b1398
7
- data.tar.gz: ba44605f434abba844b14aef21e8b74ef1f0081cc412c6ee63d925fe455e946b508112d07eaed6521367c94738ba92b5b22830c161f101d263ad9d3c9d073278
6
+ metadata.gz: e293fa2ec894fb3cd8fa34932a1bbd2a809eeec8d6e114cdccfe9653895506bf6560b1ac7f11796d44c3a080dc7fa6f92ceb0fa63aace857e58621ac71efa037
7
+ data.tar.gz: 629fad1eb8314b51e335e2482b86d702be830c32cfb4930e5e11db1634a6db1f4a8d376f0a676dc811d1e3d3aa6f1052fe355ef6d508f3959f263f57ec86d6a5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.161.0 (2026-05-29)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.160.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.160.0
1
+ 1.161.0
@@ -7747,7 +7747,7 @@ module Aws::AutoScaling
7747
7747
  tracer: tracer
7748
7748
  )
7749
7749
  context[:gem_name] = 'aws-sdk-autoscaling'
7750
- context[:gem_version] = '1.160.0'
7750
+ context[:gem_version] = '1.161.0'
7751
7751
  Seahorse::Client::Request.new(handlers, context)
7752
7752
  end
7753
7753
 
@@ -65,7 +65,7 @@ module Aws::AutoScaling
65
65
  autoload :ScheduledAction, 'aws-sdk-autoscaling/scheduled_action'
66
66
  autoload :Tag, 'aws-sdk-autoscaling/tag'
67
67
 
68
- GEM_VERSION = '1.160.0'
68
+ GEM_VERSION = '1.161.0'
69
69
 
70
70
  end
71
71
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.160.0
4
+ version: 1.161.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services