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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscaling/client.rb +2 -3
- data/lib/aws-sdk-autoscaling.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22f9ae805cb6a2d4f669386b392eb84366e33a573a48851803b038ce408465bb
|
4
|
+
data.tar.gz: 570b2444a1dd49412513c8db616740a8a1c0917a6ab2d44c4bbdaecb0505ea82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a22cc44998e706638074b7a02899808c7eb4b1dae227202e62e4a1422e9d47537b713cca94f95951307e1375c20068e7f3fff10ca64671e6ad18e0e1625c73d
|
7
|
+
data.tar.gz: 242029c047700bc0e247622adccf3058cb1c4a29436a34903eb0494eb7df2050a5ffb0a33f01c924a6153d66eb085bc30939c70fe8f8eb88933243d0057adcde
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
#
|
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.
|
7475
|
+
context[:gem_version] = '1.135.0'
|
7477
7476
|
Seahorse::Client::Request.new(handlers, context)
|
7478
7477
|
end
|
7479
7478
|
|
data/lib/aws-sdk-autoscaling.rb
CHANGED