aws-sdk-mturk 1.0.0.rc1 → 1.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-mturk.rb +1 -1
- data/lib/aws-sdk-mturk/client.rb +106 -106
- data/lib/aws-sdk-mturk/client_api.rb +6 -6
- data/lib/aws-sdk-mturk/types.rb +6 -6
- 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: bf48977bfd2975559daf6fbf240f6e75a98dda95
|
4
|
+
data.tar.gz: 6dbd8f1903560f6a00b384ac168c5e99467dc192
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5be4e70c57879edcd46aba7b04b737ccbf9c143e24b5853046d6fd9c16b69e8fb21750864302fd437ae2fdc5d1c0c2b975f97f13d3df1aff84d842331845b2f8
|
7
|
+
data.tar.gz: 515d980e6cea03d4ffb26c54d587dd6ac7b801c0d7fc48cd2635611ba632fe68d636d651d8ab1a8a20dc6a23981f7c6d41a1261aed0ef7bb639be1761b92fdd9
|
data/lib/aws-sdk-mturk.rb
CHANGED
data/lib/aws-sdk-mturk/client.rb
CHANGED
@@ -1600,11 +1600,11 @@ module Aws::MTurk
|
|
1600
1600
|
#
|
1601
1601
|
# * {Types::ListHITsResponse#next_token #next_token} => String
|
1602
1602
|
# * {Types::ListHITsResponse#num_results #num_results} => Integer
|
1603
|
-
# * {Types::ListHITsResponse#
|
1603
|
+
# * {Types::ListHITsResponse#hits #hits} => Array<Types::HIT>
|
1604
1604
|
#
|
1605
1605
|
# @example Request syntax with placeholder values
|
1606
1606
|
#
|
1607
|
-
# resp = client.
|
1607
|
+
# resp = client.list_hits({
|
1608
1608
|
# next_token: "PaginationToken",
|
1609
1609
|
# max_results: 1,
|
1610
1610
|
# })
|
@@ -1613,43 +1613,43 @@ module Aws::MTurk
|
|
1613
1613
|
#
|
1614
1614
|
# resp.next_token #=> String
|
1615
1615
|
# resp.num_results #=> Integer
|
1616
|
-
# resp.
|
1617
|
-
# resp.
|
1618
|
-
# resp.
|
1619
|
-
# resp.
|
1620
|
-
# resp.
|
1621
|
-
# resp.
|
1622
|
-
# resp.
|
1623
|
-
# resp.
|
1624
|
-
# resp.
|
1625
|
-
# resp.
|
1626
|
-
# resp.
|
1627
|
-
# resp.
|
1628
|
-
# resp.
|
1629
|
-
# resp.
|
1630
|
-
# resp.
|
1631
|
-
# resp.
|
1632
|
-
# resp.
|
1633
|
-
# resp.
|
1634
|
-
# resp.
|
1635
|
-
# resp.
|
1636
|
-
# resp.
|
1637
|
-
# resp.
|
1638
|
-
# resp.
|
1639
|
-
# resp.
|
1640
|
-
# resp.
|
1641
|
-
# resp.
|
1642
|
-
# resp.
|
1643
|
-
# resp.
|
1644
|
-
# resp.
|
1645
|
-
# resp.
|
1616
|
+
# resp.hits #=> Array
|
1617
|
+
# resp.hits[0].hit_id #=> String
|
1618
|
+
# resp.hits[0].hit_type_id #=> String
|
1619
|
+
# resp.hits[0].hit_group_id #=> String
|
1620
|
+
# resp.hits[0].hit_layout_id #=> String
|
1621
|
+
# resp.hits[0].creation_time #=> Time
|
1622
|
+
# resp.hits[0].title #=> String
|
1623
|
+
# resp.hits[0].description #=> String
|
1624
|
+
# resp.hits[0].question #=> String
|
1625
|
+
# resp.hits[0].keywords #=> String
|
1626
|
+
# resp.hits[0].hit_status #=> String, one of "Assignable", "Unassignable", "Reviewable", "Reviewing", "Disposed"
|
1627
|
+
# resp.hits[0].max_assignments #=> Integer
|
1628
|
+
# resp.hits[0].reward #=> String
|
1629
|
+
# resp.hits[0].auto_approval_delay_in_seconds #=> Integer
|
1630
|
+
# resp.hits[0].expiration #=> Time
|
1631
|
+
# resp.hits[0].assignment_duration_in_seconds #=> Integer
|
1632
|
+
# resp.hits[0].requester_annotation #=> String
|
1633
|
+
# resp.hits[0].qualification_requirements #=> Array
|
1634
|
+
# resp.hits[0].qualification_requirements[0].qualification_type_id #=> String
|
1635
|
+
# resp.hits[0].qualification_requirements[0].comparator #=> String, one of "LessThan", "LessThanOrEqualTo", "GreaterThan", "GreaterThanOrEqualTo", "EqualTo", "NotEqualTo", "Exists", "DoesNotExist", "In", "NotIn"
|
1636
|
+
# resp.hits[0].qualification_requirements[0].integer_values #=> Array
|
1637
|
+
# resp.hits[0].qualification_requirements[0].integer_values[0] #=> Integer
|
1638
|
+
# resp.hits[0].qualification_requirements[0].locale_values #=> Array
|
1639
|
+
# resp.hits[0].qualification_requirements[0].locale_values[0].country #=> String
|
1640
|
+
# resp.hits[0].qualification_requirements[0].locale_values[0].subdivision #=> String
|
1641
|
+
# resp.hits[0].qualification_requirements[0].required_to_preview #=> Boolean
|
1642
|
+
# resp.hits[0].hit_review_status #=> String, one of "NotReviewed", "MarkedForReview", "ReviewedAppropriate", "ReviewedInappropriate"
|
1643
|
+
# resp.hits[0].number_of_assignments_pending #=> Integer
|
1644
|
+
# resp.hits[0].number_of_assignments_available #=> Integer
|
1645
|
+
# resp.hits[0].number_of_assignments_completed #=> Integer
|
1646
1646
|
#
|
1647
1647
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITs AWS API Documentation
|
1648
1648
|
#
|
1649
|
-
# @overload
|
1649
|
+
# @overload list_hits(params = {})
|
1650
1650
|
# @param [Hash] params ({})
|
1651
|
-
def
|
1652
|
-
req = build_request(:
|
1651
|
+
def list_hits(params = {}, options = {})
|
1652
|
+
req = build_request(:list_hits, params)
|
1653
1653
|
req.send_request(options)
|
1654
1654
|
end
|
1655
1655
|
|
@@ -1671,11 +1671,11 @@ module Aws::MTurk
|
|
1671
1671
|
#
|
1672
1672
|
# * {Types::ListHITsForQualificationTypeResponse#next_token #next_token} => String
|
1673
1673
|
# * {Types::ListHITsForQualificationTypeResponse#num_results #num_results} => Integer
|
1674
|
-
# * {Types::ListHITsForQualificationTypeResponse#
|
1674
|
+
# * {Types::ListHITsForQualificationTypeResponse#hits #hits} => Array<Types::HIT>
|
1675
1675
|
#
|
1676
1676
|
# @example Request syntax with placeholder values
|
1677
1677
|
#
|
1678
|
-
# resp = client.
|
1678
|
+
# resp = client.list_hits_for_qualification_type({
|
1679
1679
|
# qualification_type_id: "EntityId", # required
|
1680
1680
|
# next_token: "PaginationToken",
|
1681
1681
|
# max_results: 1,
|
@@ -1685,43 +1685,43 @@ module Aws::MTurk
|
|
1685
1685
|
#
|
1686
1686
|
# resp.next_token #=> String
|
1687
1687
|
# resp.num_results #=> Integer
|
1688
|
-
# resp.
|
1689
|
-
# resp.
|
1690
|
-
# resp.
|
1691
|
-
# resp.
|
1692
|
-
# resp.
|
1693
|
-
# resp.
|
1694
|
-
# resp.
|
1695
|
-
# resp.
|
1696
|
-
# resp.
|
1697
|
-
# resp.
|
1698
|
-
# resp.
|
1699
|
-
# resp.
|
1700
|
-
# resp.
|
1701
|
-
# resp.
|
1702
|
-
# resp.
|
1703
|
-
# resp.
|
1704
|
-
# resp.
|
1705
|
-
# resp.
|
1706
|
-
# resp.
|
1707
|
-
# resp.
|
1708
|
-
# resp.
|
1709
|
-
# resp.
|
1710
|
-
# resp.
|
1711
|
-
# resp.
|
1712
|
-
# resp.
|
1713
|
-
# resp.
|
1714
|
-
# resp.
|
1715
|
-
# resp.
|
1716
|
-
# resp.
|
1717
|
-
# resp.
|
1688
|
+
# resp.hits #=> Array
|
1689
|
+
# resp.hits[0].hit_id #=> String
|
1690
|
+
# resp.hits[0].hit_type_id #=> String
|
1691
|
+
# resp.hits[0].hit_group_id #=> String
|
1692
|
+
# resp.hits[0].hit_layout_id #=> String
|
1693
|
+
# resp.hits[0].creation_time #=> Time
|
1694
|
+
# resp.hits[0].title #=> String
|
1695
|
+
# resp.hits[0].description #=> String
|
1696
|
+
# resp.hits[0].question #=> String
|
1697
|
+
# resp.hits[0].keywords #=> String
|
1698
|
+
# resp.hits[0].hit_status #=> String, one of "Assignable", "Unassignable", "Reviewable", "Reviewing", "Disposed"
|
1699
|
+
# resp.hits[0].max_assignments #=> Integer
|
1700
|
+
# resp.hits[0].reward #=> String
|
1701
|
+
# resp.hits[0].auto_approval_delay_in_seconds #=> Integer
|
1702
|
+
# resp.hits[0].expiration #=> Time
|
1703
|
+
# resp.hits[0].assignment_duration_in_seconds #=> Integer
|
1704
|
+
# resp.hits[0].requester_annotation #=> String
|
1705
|
+
# resp.hits[0].qualification_requirements #=> Array
|
1706
|
+
# resp.hits[0].qualification_requirements[0].qualification_type_id #=> String
|
1707
|
+
# resp.hits[0].qualification_requirements[0].comparator #=> String, one of "LessThan", "LessThanOrEqualTo", "GreaterThan", "GreaterThanOrEqualTo", "EqualTo", "NotEqualTo", "Exists", "DoesNotExist", "In", "NotIn"
|
1708
|
+
# resp.hits[0].qualification_requirements[0].integer_values #=> Array
|
1709
|
+
# resp.hits[0].qualification_requirements[0].integer_values[0] #=> Integer
|
1710
|
+
# resp.hits[0].qualification_requirements[0].locale_values #=> Array
|
1711
|
+
# resp.hits[0].qualification_requirements[0].locale_values[0].country #=> String
|
1712
|
+
# resp.hits[0].qualification_requirements[0].locale_values[0].subdivision #=> String
|
1713
|
+
# resp.hits[0].qualification_requirements[0].required_to_preview #=> Boolean
|
1714
|
+
# resp.hits[0].hit_review_status #=> String, one of "NotReviewed", "MarkedForReview", "ReviewedAppropriate", "ReviewedInappropriate"
|
1715
|
+
# resp.hits[0].number_of_assignments_pending #=> Integer
|
1716
|
+
# resp.hits[0].number_of_assignments_available #=> Integer
|
1717
|
+
# resp.hits[0].number_of_assignments_completed #=> Integer
|
1718
1718
|
#
|
1719
1719
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITsForQualificationType AWS API Documentation
|
1720
1720
|
#
|
1721
|
-
# @overload
|
1721
|
+
# @overload list_hits_for_qualification_type(params = {})
|
1722
1722
|
# @param [Hash] params ({})
|
1723
|
-
def
|
1724
|
-
req = build_request(:
|
1723
|
+
def list_hits_for_qualification_type(params = {}, options = {})
|
1724
|
+
req = build_request(:list_hits_for_qualification_type, params)
|
1725
1725
|
req.send_request(options)
|
1726
1726
|
end
|
1727
1727
|
|
@@ -1988,11 +1988,11 @@ module Aws::MTurk
|
|
1988
1988
|
#
|
1989
1989
|
# * {Types::ListReviewableHITsResponse#next_token #next_token} => String
|
1990
1990
|
# * {Types::ListReviewableHITsResponse#num_results #num_results} => Integer
|
1991
|
-
# * {Types::ListReviewableHITsResponse#
|
1991
|
+
# * {Types::ListReviewableHITsResponse#hits #hits} => Array<Types::HIT>
|
1992
1992
|
#
|
1993
1993
|
# @example Request syntax with placeholder values
|
1994
1994
|
#
|
1995
|
-
# resp = client.
|
1995
|
+
# resp = client.list_reviewable_hits({
|
1996
1996
|
# hit_type_id: "EntityId",
|
1997
1997
|
# status: "Reviewable", # accepts Reviewable, Reviewing
|
1998
1998
|
# next_token: "PaginationToken",
|
@@ -2003,43 +2003,43 @@ module Aws::MTurk
|
|
2003
2003
|
#
|
2004
2004
|
# resp.next_token #=> String
|
2005
2005
|
# resp.num_results #=> Integer
|
2006
|
-
# resp.
|
2007
|
-
# resp.
|
2008
|
-
# resp.
|
2009
|
-
# resp.
|
2010
|
-
# resp.
|
2011
|
-
# resp.
|
2012
|
-
# resp.
|
2013
|
-
# resp.
|
2014
|
-
# resp.
|
2015
|
-
# resp.
|
2016
|
-
# resp.
|
2017
|
-
# resp.
|
2018
|
-
# resp.
|
2019
|
-
# resp.
|
2020
|
-
# resp.
|
2021
|
-
# resp.
|
2022
|
-
# resp.
|
2023
|
-
# resp.
|
2024
|
-
# resp.
|
2025
|
-
# resp.
|
2026
|
-
# resp.
|
2027
|
-
# resp.
|
2028
|
-
# resp.
|
2029
|
-
# resp.
|
2030
|
-
# resp.
|
2031
|
-
# resp.
|
2032
|
-
# resp.
|
2033
|
-
# resp.
|
2034
|
-
# resp.
|
2035
|
-
# resp.
|
2006
|
+
# resp.hits #=> Array
|
2007
|
+
# resp.hits[0].hit_id #=> String
|
2008
|
+
# resp.hits[0].hit_type_id #=> String
|
2009
|
+
# resp.hits[0].hit_group_id #=> String
|
2010
|
+
# resp.hits[0].hit_layout_id #=> String
|
2011
|
+
# resp.hits[0].creation_time #=> Time
|
2012
|
+
# resp.hits[0].title #=> String
|
2013
|
+
# resp.hits[0].description #=> String
|
2014
|
+
# resp.hits[0].question #=> String
|
2015
|
+
# resp.hits[0].keywords #=> String
|
2016
|
+
# resp.hits[0].hit_status #=> String, one of "Assignable", "Unassignable", "Reviewable", "Reviewing", "Disposed"
|
2017
|
+
# resp.hits[0].max_assignments #=> Integer
|
2018
|
+
# resp.hits[0].reward #=> String
|
2019
|
+
# resp.hits[0].auto_approval_delay_in_seconds #=> Integer
|
2020
|
+
# resp.hits[0].expiration #=> Time
|
2021
|
+
# resp.hits[0].assignment_duration_in_seconds #=> Integer
|
2022
|
+
# resp.hits[0].requester_annotation #=> String
|
2023
|
+
# resp.hits[0].qualification_requirements #=> Array
|
2024
|
+
# resp.hits[0].qualification_requirements[0].qualification_type_id #=> String
|
2025
|
+
# resp.hits[0].qualification_requirements[0].comparator #=> String, one of "LessThan", "LessThanOrEqualTo", "GreaterThan", "GreaterThanOrEqualTo", "EqualTo", "NotEqualTo", "Exists", "DoesNotExist", "In", "NotIn"
|
2026
|
+
# resp.hits[0].qualification_requirements[0].integer_values #=> Array
|
2027
|
+
# resp.hits[0].qualification_requirements[0].integer_values[0] #=> Integer
|
2028
|
+
# resp.hits[0].qualification_requirements[0].locale_values #=> Array
|
2029
|
+
# resp.hits[0].qualification_requirements[0].locale_values[0].country #=> String
|
2030
|
+
# resp.hits[0].qualification_requirements[0].locale_values[0].subdivision #=> String
|
2031
|
+
# resp.hits[0].qualification_requirements[0].required_to_preview #=> Boolean
|
2032
|
+
# resp.hits[0].hit_review_status #=> String, one of "NotReviewed", "MarkedForReview", "ReviewedAppropriate", "ReviewedInappropriate"
|
2033
|
+
# resp.hits[0].number_of_assignments_pending #=> Integer
|
2034
|
+
# resp.hits[0].number_of_assignments_available #=> Integer
|
2035
|
+
# resp.hits[0].number_of_assignments_completed #=> Integer
|
2036
2036
|
#
|
2037
2037
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewableHITs AWS API Documentation
|
2038
2038
|
#
|
2039
|
-
# @overload
|
2039
|
+
# @overload list_reviewable_hits(params = {})
|
2040
2040
|
# @param [Hash] params ({})
|
2041
|
-
def
|
2042
|
-
req = build_request(:
|
2041
|
+
def list_reviewable_hits(params = {}, options = {})
|
2042
|
+
req = build_request(:list_reviewable_hits, params)
|
2043
2043
|
req.send_request(options)
|
2044
2044
|
end
|
2045
2045
|
|
@@ -2635,7 +2635,7 @@ module Aws::MTurk
|
|
2635
2635
|
params: params,
|
2636
2636
|
config: config)
|
2637
2637
|
context[:gem_name] = 'aws-sdk-mturk'
|
2638
|
-
context[:gem_version] = '1.0.0.
|
2638
|
+
context[:gem_version] = '1.0.0.rc2'
|
2639
2639
|
Seahorse::Client::Request.new(handlers, context)
|
2640
2640
|
end
|
2641
2641
|
|
@@ -409,7 +409,7 @@ module Aws::MTurk
|
|
409
409
|
|
410
410
|
ListHITsForQualificationTypeResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
411
411
|
ListHITsForQualificationTypeResponse.add_member(:num_results, Shapes::ShapeRef.new(shape: Integer, location_name: "NumResults"))
|
412
|
-
ListHITsForQualificationTypeResponse.add_member(:
|
412
|
+
ListHITsForQualificationTypeResponse.add_member(:hits, Shapes::ShapeRef.new(shape: HITList, location_name: "HITs"))
|
413
413
|
ListHITsForQualificationTypeResponse.struct_class = Types::ListHITsForQualificationTypeResponse
|
414
414
|
|
415
415
|
ListHITsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
@@ -418,7 +418,7 @@ module Aws::MTurk
|
|
418
418
|
|
419
419
|
ListHITsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
420
420
|
ListHITsResponse.add_member(:num_results, Shapes::ShapeRef.new(shape: Integer, location_name: "NumResults"))
|
421
|
-
ListHITsResponse.add_member(:
|
421
|
+
ListHITsResponse.add_member(:hits, Shapes::ShapeRef.new(shape: HITList, location_name: "HITs"))
|
422
422
|
ListHITsResponse.struct_class = Types::ListHITsResponse
|
423
423
|
|
424
424
|
ListQualificationRequestsRequest.add_member(:qualification_type_id, Shapes::ShapeRef.new(shape: EntityId, location_name: "QualificationTypeId"))
|
@@ -467,7 +467,7 @@ module Aws::MTurk
|
|
467
467
|
|
468
468
|
ListReviewableHITsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
469
469
|
ListReviewableHITsResponse.add_member(:num_results, Shapes::ShapeRef.new(shape: Integer, location_name: "NumResults"))
|
470
|
-
ListReviewableHITsResponse.add_member(:
|
470
|
+
ListReviewableHITsResponse.add_member(:hits, Shapes::ShapeRef.new(shape: HITList, location_name: "HITs"))
|
471
471
|
ListReviewableHITsResponse.struct_class = Types::ListReviewableHITsResponse
|
472
472
|
|
473
473
|
ListWorkerBlocksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
@@ -919,7 +919,7 @@ module Aws::MTurk
|
|
919
919
|
)
|
920
920
|
end)
|
921
921
|
|
922
|
-
api.add_operation(:
|
922
|
+
api.add_operation(:list_hits, Seahorse::Model::Operation.new.tap do |o|
|
923
923
|
o.name = "ListHITs"
|
924
924
|
o.http_method = "POST"
|
925
925
|
o.http_request_uri = "/"
|
@@ -935,7 +935,7 @@ module Aws::MTurk
|
|
935
935
|
)
|
936
936
|
end)
|
937
937
|
|
938
|
-
api.add_operation(:
|
938
|
+
api.add_operation(:list_hits_for_qualification_type, Seahorse::Model::Operation.new.tap do |o|
|
939
939
|
o.name = "ListHITsForQualificationType"
|
940
940
|
o.http_method = "POST"
|
941
941
|
o.http_request_uri = "/"
|
@@ -999,7 +999,7 @@ module Aws::MTurk
|
|
999
999
|
)
|
1000
1000
|
end)
|
1001
1001
|
|
1002
|
-
api.add_operation(:
|
1002
|
+
api.add_operation(:list_reviewable_hits, Seahorse::Model::Operation.new.tap do |o|
|
1003
1003
|
o.name = "ListReviewableHITs"
|
1004
1004
|
o.http_method = "POST"
|
1005
1005
|
o.http_request_uri = "/"
|
data/lib/aws-sdk-mturk/types.rb
CHANGED
@@ -1559,7 +1559,7 @@ module Aws::MTurk
|
|
1559
1559
|
# equivalent to the number of HITs being returned by this call.
|
1560
1560
|
# @return [Integer]
|
1561
1561
|
#
|
1562
|
-
# @!attribute [rw]
|
1562
|
+
# @!attribute [rw] hits
|
1563
1563
|
# The list of HIT elements returned by the query.
|
1564
1564
|
# @return [Array<Types::HIT>]
|
1565
1565
|
#
|
@@ -1568,7 +1568,7 @@ module Aws::MTurk
|
|
1568
1568
|
class ListHITsForQualificationTypeResponse < Struct.new(
|
1569
1569
|
:next_token,
|
1570
1570
|
:num_results,
|
1571
|
-
:
|
1571
|
+
:hits)
|
1572
1572
|
include Aws::Structure
|
1573
1573
|
end
|
1574
1574
|
|
@@ -1607,7 +1607,7 @@ module Aws::MTurk
|
|
1607
1607
|
# equivalent to the number of HITs being returned by this call.
|
1608
1608
|
# @return [Integer]
|
1609
1609
|
#
|
1610
|
-
# @!attribute [rw]
|
1610
|
+
# @!attribute [rw] hits
|
1611
1611
|
# The list of HIT elements returned by the query.
|
1612
1612
|
# @return [Array<Types::HIT>]
|
1613
1613
|
#
|
@@ -1616,7 +1616,7 @@ module Aws::MTurk
|
|
1616
1616
|
class ListHITsResponse < Struct.new(
|
1617
1617
|
:next_token,
|
1618
1618
|
:num_results,
|
1619
|
-
:
|
1619
|
+
:hits)
|
1620
1620
|
include Aws::Structure
|
1621
1621
|
end
|
1622
1622
|
|
@@ -1907,7 +1907,7 @@ module Aws::MTurk
|
|
1907
1907
|
# equivalent to the number of HITs being returned by this call.
|
1908
1908
|
# @return [Integer]
|
1909
1909
|
#
|
1910
|
-
# @!attribute [rw]
|
1910
|
+
# @!attribute [rw] hits
|
1911
1911
|
# The list of HIT elements returned by the query.
|
1912
1912
|
# @return [Array<Types::HIT>]
|
1913
1913
|
#
|
@@ -1916,7 +1916,7 @@ module Aws::MTurk
|
|
1916
1916
|
class ListReviewableHITsResponse < Struct.new(
|
1917
1917
|
:next_token,
|
1918
1918
|
:num_results,
|
1919
|
-
:
|
1919
|
+
:hits)
|
1920
1920
|
include Aws::Structure
|
1921
1921
|
end
|
1922
1922
|
|
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.0.0.
|
4
|
+
version: 1.0.0.rc2
|
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-03-
|
11
|
+
date: 2017-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|