aws-sdk-autoscalingplans 1.70.0 → 1.71.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: 1173894984b137b7745eb28153043b6905ea00c908bfd4438bf065eb2059e735
4
- data.tar.gz: 87a94855995f289dcf87402a0f10e0ddb0a3d9cb2028f8f3ac71d15fe7d6ed71
3
+ metadata.gz: 550c2e5e7b0a79bc0545119837f0b17888a2df2616020e469ac4a1361ee92add
4
+ data.tar.gz: e160f5af55b0de5a47d90df45efe600d34d1b0598db242b89452c388266ec376
5
5
  SHA512:
6
- metadata.gz: 97de9c245fe0c9a4df63dbb9da9bdeba97e8671ca7d9934198a7276c56771bdca5962d4f23525e8c4d8b67aba89e75eb1cde1e11a5b1978a6cf42a820ff3ce96
7
- data.tar.gz: 6922057611cbdeda07620c6b692fe45cb2691f93341a677a4185f9ddd25d846969208cab03e7f846e3932fd589f80ff9affbaff0439fdf90910d21f9767a7d4b
6
+ metadata.gz: e6df3e23da72d30cdf8caeeb093c6a415659f419bf3553ba574cf45f56314ed99cd05d6e07998be0442b8d9f064d4b8efcfb949e3062738bb0a6bace0f6a20b3
7
+ data.tar.gz: a06c18dfb20944cd4c26bc39bb1ba3b12a8ea2bec68c9acfae8c0578c92ee8d3f0bceb2de777ba9a31e676f78b6271409416193a61d17861f316d4f277ac69c1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.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.70.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -200,8 +200,7 @@ module Aws::AutoScalingPlans
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
@@ -1029,7 +1028,7 @@ module Aws::AutoScalingPlans
1029
1028
  tracer: tracer
1030
1029
  )
1031
1030
  context[:gem_name] = 'aws-sdk-autoscalingplans'
1032
- context[:gem_version] = '1.70.0'
1031
+ context[:gem_version] = '1.71.0'
1033
1032
  Seahorse::Client::Request.new(handlers, context)
1034
1033
  end
1035
1034
 
@@ -54,7 +54,7 @@ module Aws::AutoScalingPlans
54
54
  autoload :EndpointProvider, 'aws-sdk-autoscalingplans/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-autoscalingplans/endpoints'
56
56
 
57
- GEM_VERSION = '1.70.0'
57
+ GEM_VERSION = '1.71.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-autoscalingplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services