aws-sdk-autoscaling 1.134.0 → 1.135.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: a8735dc7d690695395221fc77cd848b17cdead5e4958ffcf6f9ba16f614be13c
4
- data.tar.gz: 0b429620675aa50363b2c57203803982b5e63a229ee68562f9cb07e7748da834
3
+ metadata.gz: 22f9ae805cb6a2d4f669386b392eb84366e33a573a48851803b038ce408465bb
4
+ data.tar.gz: 570b2444a1dd49412513c8db616740a8a1c0917a6ab2d44c4bbdaecb0505ea82
5
5
  SHA512:
6
- metadata.gz: 37b43eff2d2bd8fc852b2e270a28817f3168d96addc460e6e2bc072be1e5493b6258a265e1849c9c1a37ed582f409159a38e1810e702ef6ec007a2552dd4c89b
7
- data.tar.gz: 2fcde71c0152be1c8374a52645f7902c22980959947e738f5bf4cd109f2782ce7a8d07f7be8e8653a98e1134f71cc6819f851a189dad6055159394b9f9a05308
6
+ metadata.gz: 9a22cc44998e706638074b7a02899808c7eb4b1dae227202e62e4a1422e9d47537b713cca94f95951307e1375c20068e7f3fff10ca64671e6ad18e0e1625c73d
7
+ data.tar.gz: 242029c047700bc0e247622adccf3058cb1c4a29436a34903eb0494eb7df2050a5ffb0a33f01c924a6153d66eb085bc30939c70fe8f8eb88933243d0057adcde
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.134.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.135.0
@@ -200,8 +200,7 @@ module Aws::AutoScaling
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -7473,7 +7472,7 @@ module Aws::AutoScaling
7473
7472
  tracer: tracer
7474
7473
  )
7475
7474
  context[:gem_name] = 'aws-sdk-autoscaling'
7476
- context[:gem_version] = '1.134.0'
7475
+ context[:gem_version] = '1.135.0'
7477
7476
  Seahorse::Client::Request.new(handlers, context)
7478
7477
  end
7479
7478
 
@@ -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.134.0'
68
+ GEM_VERSION = '1.135.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.134.0
4
+ version: 1.135.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services