aws-sdk-mturk 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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mturk/client.rb +2 -3
- data/lib/aws-sdk-mturk.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: f03397415e6d00499c1e2444c64779d12ae4b4a4a7f51611c8d696f11aab7b8e
|
4
|
+
data.tar.gz: 55443a9a417acca035efd202c7f14ee8d8cc165a71381d9478d7b44723831c8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5436bae1d5863d5de333242e1df77ed9238ab46d33159a9f30d4494941f10a439189d28cb6227b3b2dd08449a80002022a8e8ffb57c13eeaa305ba296ffb456
|
7
|
+
data.tar.gz: 504b79f7327eaafa5d7d7a94c8f2da3a7108df46d2bc911b19248aae6d0cc8d2d92c1f66facc959bfbe9a8004648da01c688e503a2f2b99664d56a0443bd03d2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.71.0
|
data/lib/aws-sdk-mturk/client.rb
CHANGED
@@ -200,8 +200,7 @@ module Aws::MTurk
|
|
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
|
@@ -3009,7 +3008,7 @@ module Aws::MTurk
|
|
3009
3008
|
tracer: tracer
|
3010
3009
|
)
|
3011
3010
|
context[:gem_name] = 'aws-sdk-mturk'
|
3012
|
-
context[:gem_version] = '1.
|
3011
|
+
context[:gem_version] = '1.71.0'
|
3013
3012
|
Seahorse::Client::Request.new(handlers, context)
|
3014
3013
|
end
|
3015
3014
|
|
data/lib/aws-sdk-mturk.rb
CHANGED