aws-sdk-mturk 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0bad7f959e22368b68c1bfd51da0d28cc0415f17
4
- data.tar.gz: d6218eab787c46a2b343227a77ca809cf0ec2532
3
+ metadata.gz: 9f3f096d9259613ccf0e4cd6d1a3d50953db29fd
4
+ data.tar.gz: 6b77553ba2580166c63b64506ebcb10fbcbcf0d8
5
5
  SHA512:
6
- metadata.gz: f75c5bc37bec195bca9c2b8b89f00c41da7109d1d1aafdb18c0ba7140e9811b279f162aa308e4d363535a9cabd791fdda35559b26fb579cb8d496da8a90a40b2
7
- data.tar.gz: e50feebbe9a94af2279396cd56e9b545e4bdb959e82a23dff67c5505deee122fd52047be9a1930f8c0cb5cac678cda1e502a0a1c873f826735b25a669c75f87f
6
+ metadata.gz: 45b40e5d077dcd9d60f306d9e5d790ec4f763d40596b800b5ad507581eb700dd1af7fb35318d71b679ec9d6eb362a4f37dc4941cdef3f123455a05543db1a3af
7
+ data.tar.gz: 03bc35e90b2d0b45591ac18498d82a392664c2e3751f59173c39c3a377d4361576881c7a9ce8b0f42e1b7c2abf66cefbed730d6b215ec64e0205fc768deedcbb
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mturk/customizations'
42
42
  # @service
43
43
  module Aws::MTurk
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -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.1.0'
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.1.0
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: 2017-09-29 00:00:00.000000000 Z
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