aws-sdk-mturk 1.1.0 → 1.2.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/lib/aws-sdk-mturk.rb +1 -1
- data/lib/aws-sdk-mturk/client.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f3f096d9259613ccf0e4cd6d1a3d50953db29fd
|
|
4
|
+
data.tar.gz: 6b77553ba2580166c63b64506ebcb10fbcbcf0d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45b40e5d077dcd9d60f306d9e5d790ec4f763d40596b800b5ad507581eb700dd1af7fb35318d71b679ec9d6eb362a4f37dc4941cdef3f123455a05543db1a3af
|
|
7
|
+
data.tar.gz: 03bc35e90b2d0b45591ac18498d82a392664c2e3751f59173c39c3a377d4361576881c7a9ce8b0f42e1b7c2abf66cefbed730d6b215ec64e0205fc768deedcbb
|
data/lib/aws-sdk-mturk.rb
CHANGED
data/lib/aws-sdk-mturk/client.rb
CHANGED
|
@@ -1279,7 +1279,12 @@ module Aws::MTurk
|
|
|
1279
1279
|
# URL is generated the instant the GetFileUploadURL operation is called,
|
|
1280
1280
|
# and is valid for 60 seconds. You can get a temporary file upload URL
|
|
1281
1281
|
# any time until the HIT is disposed. After the HIT is disposed, any
|
|
1282
|
-
# uploaded files are deleted, and cannot be retrieved.
|
|
1282
|
+
# uploaded files are deleted, and cannot be retrieved. Pending
|
|
1283
|
+
# Deprecation on December 12, 2017. The Answer Specification structure
|
|
1284
|
+
# will no longer support the `FileUploadAnswer` element to be used for
|
|
1285
|
+
# the QuestionForm data structure. Instead, we recommend that Requesters
|
|
1286
|
+
# who want to create HITs asking Workers to upload files to use Amazon
|
|
1287
|
+
# S3.
|
|
1283
1288
|
#
|
|
1284
1289
|
# @option params [required, String] :assignment_id
|
|
1285
1290
|
# The ID of the assignment that contains the question with a
|
|
@@ -2637,7 +2642,7 @@ module Aws::MTurk
|
|
|
2637
2642
|
params: params,
|
|
2638
2643
|
config: config)
|
|
2639
2644
|
context[:gem_name] = 'aws-sdk-mturk'
|
|
2640
|
-
context[:gem_version] = '1.
|
|
2645
|
+
context[:gem_version] = '1.2.0'
|
|
2641
2646
|
Seahorse::Client::Request.new(handlers, context)
|
|
2642
2647
|
end
|
|
2643
2648
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-mturk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|