aws-sdk-applicationautoscaling 1.104.0 → 1.105.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: 2b47d51773a412318c89f7c9f50b5ab68fb6fcfdeaac9730e5e480adefe93aef
4
- data.tar.gz: e1af43fa3d317911b976c30532a7c1f50e74293868190245edca5f4e787e0fce
3
+ metadata.gz: fe2048c77c5760b051103daea88a15d5e972c57e7a412492205490ad5e333a59
4
+ data.tar.gz: 30a8dc09a45b3da1a5d04fe66db057c02de1824380d673f8a23ca39828345bad
5
5
  SHA512:
6
- metadata.gz: 1d193205383eaf2988e5fd798b9688fafd40a4d28d5671c611f698224ef443bc8ee8a289e5e33f34cb966023a04845a5930122a1faeeb7382d8fd14c534c9a15
7
- data.tar.gz: 257e21999f5a70d1c491e82b75c8311bacc7e55f64af518c02691e3ea214d2e8ac67581c2b78d7f7e56cff9ce98ffd8246366176ac13bd01df249811078b245a
6
+ metadata.gz: 5da55c5e2f1613281a66eaed1cf1f59c2bc97a6ba3f123df72c0726cb53a86728ec440cc31d1d10f1287a08b94a7a528bfc27035eceffe1cb8d45afc4ee36182
7
+ data.tar.gz: 500ac6b34646ff551a0cbbb3cd38ce8401a787023f82b34336be94c69fdd4878c9cab7f5d55ef7cea3fb2a032dbacbfff41e0b84b656b9fd9c81324307136871
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.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.104.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.105.0
@@ -200,8 +200,7 @@ module Aws::ApplicationAutoScaling
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
@@ -3876,7 +3875,7 @@ module Aws::ApplicationAutoScaling
3876
3875
  tracer: tracer
3877
3876
  )
3878
3877
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3879
- context[:gem_version] = '1.104.0'
3878
+ context[:gem_version] = '1.105.0'
3880
3879
  Seahorse::Client::Request.new(handlers, context)
3881
3880
  end
3882
3881
 
@@ -54,7 +54,7 @@ module Aws::ApplicationAutoScaling
54
54
  autoload :EndpointProvider, 'aws-sdk-applicationautoscaling/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-applicationautoscaling/endpoints'
56
56
 
57
- GEM_VERSION = '1.104.0'
57
+ GEM_VERSION = '1.105.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.104.0
4
+ version: 1.105.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services