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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06f7f870903de984f2eb7d36deedb6b65693047b
4
- data.tar.gz: 9b21affae7a19326b7bcc5ebe221843c372c8583
3
+ metadata.gz: bf48977bfd2975559daf6fbf240f6e75a98dda95
4
+ data.tar.gz: 6dbd8f1903560f6a00b384ac168c5e99467dc192
5
5
  SHA512:
6
- metadata.gz: 3d5999aca902abf7c320df4164dfe90bbc6307767e76101e784954a0f2dc8898a396fe1382d47b9ef85afc0bf92c4386e237997b05a80acfd97c1fea7aa51ab2
7
- data.tar.gz: 13e1f728b13fd1b2bcefa8c92bbbb40df546758cfa6bed311ce7d7e350f0cb120679af4dd72411f44ad5befd61d1f49f67dc631bc9eaae5dbfeadc6333407a34
6
+ metadata.gz: 5be4e70c57879edcd46aba7b04b737ccbf9c143e24b5853046d6fd9c16b69e8fb21750864302fd437ae2fdc5d1c0c2b975f97f13d3df1aff84d842331845b2f8
7
+ data.tar.gz: 515d980e6cea03d4ffb26c54d587dd6ac7b801c0d7fc48cd2635611ba632fe68d636d651d8ab1a8a20dc6a23981f7c6d41a1261aed0ef7bb639be1761b92fdd9
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mturk/customizations'
42
42
  # @service
43
43
  module Aws::MTurk
44
44
 
45
- GEM_VERSION = '1.0.0.rc1'
45
+ GEM_VERSION = '1.0.0.rc2'
46
46
 
47
47
  end
@@ -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#hi_ts #hi_ts} => Array<Types::HIT>
1603
+ # * {Types::ListHITsResponse#hits #hits} => Array<Types::HIT>
1604
1604
  #
1605
1605
  # @example Request syntax with placeholder values
1606
1606
  #
1607
- # resp = client.list_hi_ts({
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.hi_ts #=> Array
1617
- # resp.hi_ts[0].hit_id #=> String
1618
- # resp.hi_ts[0].hit_type_id #=> String
1619
- # resp.hi_ts[0].hit_group_id #=> String
1620
- # resp.hi_ts[0].hit_layout_id #=> String
1621
- # resp.hi_ts[0].creation_time #=> Time
1622
- # resp.hi_ts[0].title #=> String
1623
- # resp.hi_ts[0].description #=> String
1624
- # resp.hi_ts[0].question #=> String
1625
- # resp.hi_ts[0].keywords #=> String
1626
- # resp.hi_ts[0].hit_status #=> String, one of "Assignable", "Unassignable", "Reviewable", "Reviewing", "Disposed"
1627
- # resp.hi_ts[0].max_assignments #=> Integer
1628
- # resp.hi_ts[0].reward #=> String
1629
- # resp.hi_ts[0].auto_approval_delay_in_seconds #=> Integer
1630
- # resp.hi_ts[0].expiration #=> Time
1631
- # resp.hi_ts[0].assignment_duration_in_seconds #=> Integer
1632
- # resp.hi_ts[0].requester_annotation #=> String
1633
- # resp.hi_ts[0].qualification_requirements #=> Array
1634
- # resp.hi_ts[0].qualification_requirements[0].qualification_type_id #=> String
1635
- # resp.hi_ts[0].qualification_requirements[0].comparator #=> String, one of "LessThan", "LessThanOrEqualTo", "GreaterThan", "GreaterThanOrEqualTo", "EqualTo", "NotEqualTo", "Exists", "DoesNotExist", "In", "NotIn"
1636
- # resp.hi_ts[0].qualification_requirements[0].integer_values #=> Array
1637
- # resp.hi_ts[0].qualification_requirements[0].integer_values[0] #=> Integer
1638
- # resp.hi_ts[0].qualification_requirements[0].locale_values #=> Array
1639
- # resp.hi_ts[0].qualification_requirements[0].locale_values[0].country #=> String
1640
- # resp.hi_ts[0].qualification_requirements[0].locale_values[0].subdivision #=> String
1641
- # resp.hi_ts[0].qualification_requirements[0].required_to_preview #=> Boolean
1642
- # resp.hi_ts[0].hit_review_status #=> String, one of "NotReviewed", "MarkedForReview", "ReviewedAppropriate", "ReviewedInappropriate"
1643
- # resp.hi_ts[0].number_of_assignments_pending #=> Integer
1644
- # resp.hi_ts[0].number_of_assignments_available #=> Integer
1645
- # resp.hi_ts[0].number_of_assignments_completed #=> Integer
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 list_hi_ts(params = {})
1649
+ # @overload list_hits(params = {})
1650
1650
  # @param [Hash] params ({})
1651
- def list_hi_ts(params = {}, options = {})
1652
- req = build_request(:list_hi_ts, params)
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#hi_ts #hi_ts} => Array<Types::HIT>
1674
+ # * {Types::ListHITsForQualificationTypeResponse#hits #hits} => Array<Types::HIT>
1675
1675
  #
1676
1676
  # @example Request syntax with placeholder values
1677
1677
  #
1678
- # resp = client.list_hi_ts_for_qualification_type({
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.hi_ts #=> Array
1689
- # resp.hi_ts[0].hit_id #=> String
1690
- # resp.hi_ts[0].hit_type_id #=> String
1691
- # resp.hi_ts[0].hit_group_id #=> String
1692
- # resp.hi_ts[0].hit_layout_id #=> String
1693
- # resp.hi_ts[0].creation_time #=> Time
1694
- # resp.hi_ts[0].title #=> String
1695
- # resp.hi_ts[0].description #=> String
1696
- # resp.hi_ts[0].question #=> String
1697
- # resp.hi_ts[0].keywords #=> String
1698
- # resp.hi_ts[0].hit_status #=> String, one of "Assignable", "Unassignable", "Reviewable", "Reviewing", "Disposed"
1699
- # resp.hi_ts[0].max_assignments #=> Integer
1700
- # resp.hi_ts[0].reward #=> String
1701
- # resp.hi_ts[0].auto_approval_delay_in_seconds #=> Integer
1702
- # resp.hi_ts[0].expiration #=> Time
1703
- # resp.hi_ts[0].assignment_duration_in_seconds #=> Integer
1704
- # resp.hi_ts[0].requester_annotation #=> String
1705
- # resp.hi_ts[0].qualification_requirements #=> Array
1706
- # resp.hi_ts[0].qualification_requirements[0].qualification_type_id #=> String
1707
- # resp.hi_ts[0].qualification_requirements[0].comparator #=> String, one of "LessThan", "LessThanOrEqualTo", "GreaterThan", "GreaterThanOrEqualTo", "EqualTo", "NotEqualTo", "Exists", "DoesNotExist", "In", "NotIn"
1708
- # resp.hi_ts[0].qualification_requirements[0].integer_values #=> Array
1709
- # resp.hi_ts[0].qualification_requirements[0].integer_values[0] #=> Integer
1710
- # resp.hi_ts[0].qualification_requirements[0].locale_values #=> Array
1711
- # resp.hi_ts[0].qualification_requirements[0].locale_values[0].country #=> String
1712
- # resp.hi_ts[0].qualification_requirements[0].locale_values[0].subdivision #=> String
1713
- # resp.hi_ts[0].qualification_requirements[0].required_to_preview #=> Boolean
1714
- # resp.hi_ts[0].hit_review_status #=> String, one of "NotReviewed", "MarkedForReview", "ReviewedAppropriate", "ReviewedInappropriate"
1715
- # resp.hi_ts[0].number_of_assignments_pending #=> Integer
1716
- # resp.hi_ts[0].number_of_assignments_available #=> Integer
1717
- # resp.hi_ts[0].number_of_assignments_completed #=> Integer
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 list_hi_ts_for_qualification_type(params = {})
1721
+ # @overload list_hits_for_qualification_type(params = {})
1722
1722
  # @param [Hash] params ({})
1723
- def list_hi_ts_for_qualification_type(params = {}, options = {})
1724
- req = build_request(:list_hi_ts_for_qualification_type, params)
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#hi_ts #hi_ts} => Array<Types::HIT>
1991
+ # * {Types::ListReviewableHITsResponse#hits #hits} => Array<Types::HIT>
1992
1992
  #
1993
1993
  # @example Request syntax with placeholder values
1994
1994
  #
1995
- # resp = client.list_reviewable_hi_ts({
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.hi_ts #=> Array
2007
- # resp.hi_ts[0].hit_id #=> String
2008
- # resp.hi_ts[0].hit_type_id #=> String
2009
- # resp.hi_ts[0].hit_group_id #=> String
2010
- # resp.hi_ts[0].hit_layout_id #=> String
2011
- # resp.hi_ts[0].creation_time #=> Time
2012
- # resp.hi_ts[0].title #=> String
2013
- # resp.hi_ts[0].description #=> String
2014
- # resp.hi_ts[0].question #=> String
2015
- # resp.hi_ts[0].keywords #=> String
2016
- # resp.hi_ts[0].hit_status #=> String, one of "Assignable", "Unassignable", "Reviewable", "Reviewing", "Disposed"
2017
- # resp.hi_ts[0].max_assignments #=> Integer
2018
- # resp.hi_ts[0].reward #=> String
2019
- # resp.hi_ts[0].auto_approval_delay_in_seconds #=> Integer
2020
- # resp.hi_ts[0].expiration #=> Time
2021
- # resp.hi_ts[0].assignment_duration_in_seconds #=> Integer
2022
- # resp.hi_ts[0].requester_annotation #=> String
2023
- # resp.hi_ts[0].qualification_requirements #=> Array
2024
- # resp.hi_ts[0].qualification_requirements[0].qualification_type_id #=> String
2025
- # resp.hi_ts[0].qualification_requirements[0].comparator #=> String, one of "LessThan", "LessThanOrEqualTo", "GreaterThan", "GreaterThanOrEqualTo", "EqualTo", "NotEqualTo", "Exists", "DoesNotExist", "In", "NotIn"
2026
- # resp.hi_ts[0].qualification_requirements[0].integer_values #=> Array
2027
- # resp.hi_ts[0].qualification_requirements[0].integer_values[0] #=> Integer
2028
- # resp.hi_ts[0].qualification_requirements[0].locale_values #=> Array
2029
- # resp.hi_ts[0].qualification_requirements[0].locale_values[0].country #=> String
2030
- # resp.hi_ts[0].qualification_requirements[0].locale_values[0].subdivision #=> String
2031
- # resp.hi_ts[0].qualification_requirements[0].required_to_preview #=> Boolean
2032
- # resp.hi_ts[0].hit_review_status #=> String, one of "NotReviewed", "MarkedForReview", "ReviewedAppropriate", "ReviewedInappropriate"
2033
- # resp.hi_ts[0].number_of_assignments_pending #=> Integer
2034
- # resp.hi_ts[0].number_of_assignments_available #=> Integer
2035
- # resp.hi_ts[0].number_of_assignments_completed #=> Integer
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 list_reviewable_hi_ts(params = {})
2039
+ # @overload list_reviewable_hits(params = {})
2040
2040
  # @param [Hash] params ({})
2041
- def list_reviewable_hi_ts(params = {}, options = {})
2042
- req = build_request(:list_reviewable_hi_ts, params)
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.rc1'
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(:hi_ts, Shapes::ShapeRef.new(shape: HITList, location_name: "HITs"))
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(:hi_ts, Shapes::ShapeRef.new(shape: HITList, location_name: "HITs"))
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(:hi_ts, Shapes::ShapeRef.new(shape: HITList, location_name: "HITs"))
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(:list_hi_ts, Seahorse::Model::Operation.new.tap do |o|
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(:list_hi_ts_for_qualification_type, Seahorse::Model::Operation.new.tap do |o|
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(:list_reviewable_hi_ts, Seahorse::Model::Operation.new.tap do |o|
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 = "/"
@@ -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] hi_ts
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
- :hi_ts)
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] hi_ts
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
- :hi_ts)
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] hi_ts
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
- :hi_ts)
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.rc1
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-07 00:00:00.000000000 Z
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