...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/mturk"
Overview
Constants

Overview ▾

Package mturk provides the client and types for making API requests to Amazon Mechanical Turk.

Amazon Mechanical Turk API Reference

See https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17 for more information on this service.

See mturk package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/mturk/

Using the Client

To contact Amazon Mechanical Turk with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Mechanical Turk client MTurk for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/mturk/#New

The stub package, mturkiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type MTurk
func New(p client.ConfigProvider, cfgs ...*aws.Config) *MTurk
func (c *MTurk) AcceptQualificationRequest(input *AcceptQualificationRequestInput) (*AcceptQualificationRequestOutput, error)
func (c *MTurk) AcceptQualificationRequestRequest(input *AcceptQualificationRequestInput) (req *request.Request, output *AcceptQualificationRequestOutput)
func (c *MTurk) AcceptQualificationRequestWithContext(ctx aws.Context, input *AcceptQualificationRequestInput, opts ...request.Option) (*AcceptQualificationRequestOutput, error)
func (c *MTurk) ApproveAssignment(input *ApproveAssignmentInput) (*ApproveAssignmentOutput, error)
func (c *MTurk) ApproveAssignmentRequest(input *ApproveAssignmentInput) (req *request.Request, output *ApproveAssignmentOutput)
func (c *MTurk) ApproveAssignmentWithContext(ctx aws.Context, input *ApproveAssignmentInput, opts ...request.Option) (*ApproveAssignmentOutput, error)
func (c *MTurk) AssociateQualificationWithWorker(input *AssociateQualificationWithWorkerInput) (*AssociateQualificationWithWorkerOutput, error)
func (c *MTurk) AssociateQualificationWithWorkerRequest(input *AssociateQualificationWithWorkerInput) (req *request.Request, output *AssociateQualificationWithWorkerOutput)
func (c *MTurk) AssociateQualificationWithWorkerWithContext(ctx aws.Context, input *AssociateQualificationWithWorkerInput, opts ...request.Option) (*AssociateQualificationWithWorkerOutput, error)
func (c *MTurk) CreateAdditionalAssignmentsForHIT(input *CreateAdditionalAssignmentsForHITInput) (*CreateAdditionalAssignmentsForHITOutput, error)
func (c *MTurk) CreateAdditionalAssignmentsForHITRequest(input *CreateAdditionalAssignmentsForHITInput) (req *request.Request, output *CreateAdditionalAssignmentsForHITOutput)
func (c *MTurk) CreateAdditionalAssignmentsForHITWithContext(ctx aws.Context, input *CreateAdditionalAssignmentsForHITInput, opts ...request.Option) (*CreateAdditionalAssignmentsForHITOutput, error)
func (c *MTurk) CreateHIT(input *CreateHITInput) (*CreateHITOutput, error)
func (c *MTurk) CreateHITRequest(input *CreateHITInput) (req *request.Request, output *CreateHITOutput)
func (c *MTurk) CreateHITType(input *CreateHITTypeInput) (*CreateHITTypeOutput, error)
func (c *MTurk) CreateHITTypeRequest(input *CreateHITTypeInput) (req *request.Request, output *CreateHITTypeOutput)
func (c *MTurk) CreateHITTypeWithContext(ctx aws.Context, input *CreateHITTypeInput, opts ...request.Option) (*CreateHITTypeOutput, error)
func (c *MTurk) CreateHITWithContext(ctx aws.Context, input *CreateHITInput, opts ...request.Option) (*CreateHITOutput, error)
func (c *MTurk) CreateHITWithHITType(input *CreateHITWithHITTypeInput) (*CreateHITWithHITTypeOutput, error)
func (c *MTurk) CreateHITWithHITTypeRequest(input *CreateHITWithHITTypeInput) (req *request.Request, output *CreateHITWithHITTypeOutput)
func (c *MTurk) CreateHITWithHITTypeWithContext(ctx aws.Context, input *CreateHITWithHITTypeInput, opts ...request.Option) (*CreateHITWithHITTypeOutput, error)
func (c *MTurk) CreateQualificationType(input *CreateQualificationTypeInput) (*CreateQualificationTypeOutput, error)
func (c *MTurk) CreateQualificationTypeRequest(input *CreateQualificationTypeInput) (req *request.Request, output *CreateQualificationTypeOutput)
func (c *MTurk) CreateQualificationTypeWithContext(ctx aws.Context, input *CreateQualificationTypeInput, opts ...request.Option) (*CreateQualificationTypeOutput, error)
func (c *MTurk) CreateWorkerBlock(input *CreateWorkerBlockInput) (*CreateWorkerBlockOutput, error)
func (c *MTurk) CreateWorkerBlockRequest(input *CreateWorkerBlockInput) (req *request.Request, output *CreateWorkerBlockOutput)
func (c *MTurk) CreateWorkerBlockWithContext(ctx aws.Context, input *CreateWorkerBlockInput, opts ...request.Option) (*CreateWorkerBlockOutput, error)
func (c *MTurk) DeleteHIT(input *DeleteHITInput) (*DeleteHITOutput, error)
func (c *MTurk) DeleteHITRequest(input *DeleteHITInput) (req *request.Request, output *DeleteHITOutput)
func (c *MTurk) DeleteHITWithContext(ctx aws.Context, input *DeleteHITInput, opts ...request.Option) (*DeleteHITOutput, error)
func (c *MTurk) DeleteQualificationType(input *DeleteQualificationTypeInput) (*DeleteQualificationTypeOutput, error)
func (c *MTurk) DeleteQualificationTypeRequest(input *DeleteQualificationTypeInput) (req *request.Request, output *DeleteQualificationTypeOutput)
func (c *MTurk) DeleteQualificationTypeWithContext(ctx aws.Context, input *DeleteQualificationTypeInput, opts ...request.Option) (*DeleteQualificationTypeOutput, error)
func (c *MTurk) DeleteWorkerBlock(input *DeleteWorkerBlockInput) (*DeleteWorkerBlockOutput, error)
func (c *MTurk) DeleteWorkerBlockRequest(input *DeleteWorkerBlockInput) (req *request.Request, output *DeleteWorkerBlockOutput)
func (c *MTurk) DeleteWorkerBlockWithContext(ctx aws.Context, input *DeleteWorkerBlockInput, opts ...request.Option) (*DeleteWorkerBlockOutput, error)
func (c *MTurk) DisassociateQualificationFromWorker(input *DisassociateQualificationFromWorkerInput) (*DisassociateQualificationFromWorkerOutput, error)
func (c *MTurk) DisassociateQualificationFromWorkerRequest(input *DisassociateQualificationFromWorkerInput) (req *request.Request, output *DisassociateQualificationFromWorkerOutput)
func (c *MTurk) DisassociateQualificationFromWorkerWithContext(ctx aws.Context, input *DisassociateQualificationFromWorkerInput, opts ...request.Option) (*DisassociateQualificationFromWorkerOutput, error)
func (c *MTurk) GetAccountBalance(input *GetAccountBalanceInput) (*GetAccountBalanceOutput, error)
func (c *MTurk) GetAccountBalanceRequest(input *GetAccountBalanceInput) (req *request.Request, output *GetAccountBalanceOutput)
func (c *MTurk) GetAccountBalanceWithContext(ctx aws.Context, input *GetAccountBalanceInput, opts ...request.Option) (*GetAccountBalanceOutput, error)
func (c *MTurk) GetAssignment(input *GetAssignmentInput) (*GetAssignmentOutput, error)
func (c *MTurk) GetAssignmentRequest(input *GetAssignmentInput) (req *request.Request, output *GetAssignmentOutput)
func (c *MTurk) GetAssignmentWithContext(ctx aws.Context, input *GetAssignmentInput, opts ...request.Option) (*GetAssignmentOutput, error)
func (c *MTurk) GetFileUploadURL(input *GetFileUploadURLInput) (*GetFileUploadURLOutput, error)
func (c *MTurk) GetFileUploadURLRequest(input *GetFileUploadURLInput) (req *request.Request, output *GetFileUploadURLOutput)
func (c *MTurk) GetFileUploadURLWithContext(ctx aws.Context, input *GetFileUploadURLInput, opts ...request.Option) (*GetFileUploadURLOutput, error)
func (c *MTurk) GetHIT(input *GetHITInput) (*GetHITOutput, error)
func (c *MTurk) GetHITRequest(input *GetHITInput) (req *request.Request, output *GetHITOutput)
func (c *MTurk) GetHITWithContext(ctx aws.Context, input *GetHITInput, opts ...request.Option) (*GetHITOutput, error)
func (c *MTurk) GetQualificationScore(input *GetQualificationScoreInput) (*GetQualificationScoreOutput, error)
func (c *MTurk) GetQualificationScoreRequest(input *GetQualificationScoreInput) (req *request.Request, output *GetQualificationScoreOutput)
func (c *MTurk) GetQualificationScoreWithContext(ctx aws.Context, input *GetQualificationScoreInput, opts ...request.Option) (*GetQualificationScoreOutput, error)
func (c *MTurk) GetQualificationType(input *GetQualificationTypeInput) (*GetQualificationTypeOutput, error)
func (c *MTurk) GetQualificationTypeRequest(input *GetQualificationTypeInput) (req *request.Request, output *GetQualificationTypeOutput)
func (c *MTurk) GetQualificationTypeWithContext(ctx aws.Context, input *GetQualificationTypeInput, opts ...request.Option) (*GetQualificationTypeOutput, error)
func (c *MTurk) ListAssignmentsForHIT(input *ListAssignmentsForHITInput) (*ListAssignmentsForHITOutput, error)
func (c *MTurk) ListAssignmentsForHITPages(input *ListAssignmentsForHITInput, fn func(*ListAssignmentsForHITOutput, bool) bool) error
func (c *MTurk) ListAssignmentsForHITPagesWithContext(ctx aws.Context, input *ListAssignmentsForHITInput, fn func(*ListAssignmentsForHITOutput, bool) bool, opts ...request.Option) error
func (c *MTurk) ListAssignmentsForHITRequest(input *ListAssignmentsForHITInput) (req *request.Request, output *ListAssignmentsForHITOutput)
func (c *MTurk) ListAssignmentsForHITWithContext(ctx aws.Context, input *ListAssignmentsForHITInput, opts ...request.Option) (*ListAssignmentsForHITOutput, error)
func (c *MTurk) ListBonusPayments(input *ListBonusPaymentsInput) (*ListBonusPaymentsOutput, error)
func (c *MTurk) ListBonusPaymentsPages(input *ListBonusPaymentsInput, fn func(*ListBonusPaymentsOutput, bool) bool) error
func (c *MTurk) ListBonusPaymentsPagesWithContext(ctx aws.Context, input *ListBonusPaymentsInput, fn func(*ListBonusPaymentsOutput, bool) bool, opts ...request.Option) error
func (c *MTurk) ListBonusPaymentsRequest(input *ListBonusPaymentsInput) (req *request.Request, output *ListBonusPaymentsOutput)
func (c *MTurk) ListBonusPaymentsWithContext(ctx aws.Context, input *ListBonusPaymentsInput, opts ...request.Option) (*ListBonusPaymentsOutput, error)
func (c *MTurk) ListHITs(input *ListHITsInput) (*ListHITsOutput, error)
func (c *MTurk) ListHITsForQualificationType(input *ListHITsForQualificationTypeInput) (*ListHITsForQualificationTypeOutput, error)
func (c *MTurk) ListHITsForQualificationTypePages(input *ListHITsForQualificationTypeInput, fn func(*ListHITsForQualificationTypeOutput, bool) bool) error
func (c *MTurk) ListHITsForQualificationTypePagesWithContext(ctx aws.Context, input *ListHITsForQualificationTypeInput, fn func(*ListHITsForQualificationTypeOutput, bool) bool, opts ...request.Option) error
func (c *MTurk) ListHITsForQualificationTypeRequest(input *ListHITsForQualificationTypeInput) (req *request.Request, output *ListHITsForQualificationTypeOutput)
func (c *MTurk) ListHITsForQualificationTypeWithContext(ctx aws.Context, input *ListHITsForQualificationTypeInput, opts ...request.Option) (*ListHITsForQualificationTypeOutput, error)
func (c *MTurk) ListHITsPages(input *ListHITsInput, fn func(*ListHITsOutput, bool) bool) error
func (c *MTurk) ListHITsPagesWithContext(ctx aws.Context, input *ListHITsInput, fn func(*ListHITsOutput, bool) bool, opts ...request.Option) error
func (c *MTurk) ListHITsRequest(input *ListHITsInput) (req *request.Request, output *ListHITsOutput)
func (c *MTurk) ListHITsWithContext(ctx aws.Context, input *ListHITsInput, opts ...request.Option) (*ListHITsOutput, error)
func (c *MTurk) ListQualificationRequests(input *ListQualificationRequestsInput) (*ListQualificationRequestsOutput, error)
func (c *MTurk) ListQualificationRequestsPages(input *ListQualificationRequestsInput, fn func(*ListQualificationRequestsOutput, bool) bool) error
func (c *MTurk) ListQualificationRequestsPagesWithContext(ctx aws.Context, input *ListQualificationRequestsInput, fn func(*ListQualificationRequestsOutput, bool) bool, opts ...request.Option) error
func (c *MTurk) ListQualificationRequestsRequest(input *ListQualificationRequestsInput) (req *request.Request, output *ListQualificationRequestsOutput)
func (c *MTurk) ListQualificationRequestsWithContext(ctx aws.Context, input *ListQualificationRequestsInput, opts ...request.Option) (*ListQualificationRequestsOutput, error)
func (c *MTurk) ListQualificationTypes(input *ListQualificationTypesInput) (*ListQualificationTypesOutput, error)
func (c *MTurk) ListQualificationTypesPages(input *ListQualificationTypesInput, fn func(*ListQualificationTypesOutput, bool) bool) error
func (c *MTurk) ListQualificationTypesPagesWithContext(ctx aws.Context, input *ListQualificationTypesInput, fn func(*ListQualificationTypesOutput, bool) bool, opts ...request.Option) error
func (c *MTurk) ListQualificationTypesRequest(input *ListQualificationTypesInput) (req *request.Request, output *ListQualificationTypesOutput)
func (c *MTurk) ListQualificationTypesWithContext(ctx aws.Context, input *ListQualificationTypesInput, opts ...request.Option) (*ListQualificationTypesOutput, error)
func (c *MTurk) ListReviewPolicyResultsForHIT(input *ListReviewPolicyResultsForHITInput) (*ListReviewPolicyResultsForHITOutput, error)
func (c *MTurk) ListReviewPolicyResultsForHITPages(input *ListReviewPolicyResultsForHITInput, fn func(*ListReviewPolicyResultsForHITOutput, bool) bool) error
func (c *MTurk) ListReviewPolicyResultsForHITPagesWithContext(ctx aws.Context, input *ListReviewPolicyResultsForHITInput, fn func(*ListReviewPolicyResultsForHITOutput, bool) bool, opts ...request.Option) error
func (c *MTurk) ListReviewPolicyResultsForHITRequest(input *ListReviewPolicyResultsForHITInput) (req *request.Request, output *ListReviewPolicyResultsForHITOutput)
func (c *MTurk) ListReviewPolicyResultsForHITWithContext(ctx aws.Context, input *ListReviewPolicyResultsForHITInput, opts ...request.Option) (*ListReviewPolicyResultsForHITOutput, error)
func (c *MTurk) ListReviewableHITs(input *ListReviewableHITsInput) (*ListReviewableHITsOutput, error)
func (c *MTurk) ListReviewableHITsPages(input *ListReviewableHITsInput, fn func(*ListReviewableHITsOutput, bool) bool) error
func (c *MTurk) ListReviewableHITsPagesWithContext(ctx aws.Context, input *ListReviewableHITsInput, fn func(*ListReviewableHITsOutput, bool) bool, opts ...request.Option) error
func (c *MTurk) ListReviewableHITsRequest(input *ListReviewableHITsInput) (req *request.Request, output *ListReviewableHITsOutput)
func (c *MTurk) ListReviewableHITsWithContext(ctx aws.Context, input *ListReviewableHITsInput, opts ...request.Option) (*ListReviewableHITsOutput, error)
func (c *MTurk) ListWorkerBlocks(input *ListWorkerBlocksInput) (*ListWorkerBlocksOutput, error)
func (c *MTurk) ListWorkerBlocksPages(input *ListWorkerBlocksInput, fn func(*ListWorkerBlocksOutput, bool) bool) error
func (c *MTurk) ListWorkerBlocksPagesWithContext(ctx aws.Context, input *ListWorkerBlocksInput, fn func(*ListWorkerBlocksOutput, bool) bool, opts ...request.Option) error
func (c *MTurk) ListWorkerBlocksRequest(input *ListWorkerBlocksInput) (req *request.Request, output *ListWorkerBlocksOutput)
func (c *MTurk) ListWorkerBlocksWithContext(ctx aws.Context, input *ListWorkerBlocksInput, opts ...request.Option) (*ListWorkerBlocksOutput, error)
func (c *MTurk) ListWorkersWithQualificationType(input *ListWorkersWithQualificationTypeInput) (*ListWorkersWithQualificationTypeOutput, error)
func (c *MTurk) ListWorkersWithQualificationTypePages(input *ListWorkersWithQualificationTypeInput, fn func(*ListWorkersWithQualificationTypeOutput, bool) bool) error
func (c *MTurk) ListWorkersWithQualificationTypePagesWithContext(ctx aws.Context, input *ListWorkersWithQualificationTypeInput, fn func(*ListWorkersWithQualificationTypeOutput, bool) bool, opts ...request.Option) error
func (c *MTurk) ListWorkersWithQualificationTypeRequest(input *ListWorkersWithQualificationTypeInput) (req *request.Request, output *ListWorkersWithQualificationTypeOutput)
func (c *MTurk) ListWorkersWithQualificationTypeWithContext(ctx aws.Context, input *ListWorkersWithQualificationTypeInput, opts ...request.Option) (*ListWorkersWithQualificationTypeOutput, error)
func (c *MTurk) NotifyWorkers(input *NotifyWorkersInput) (*NotifyWorkersOutput, error)
func (c *MTurk) NotifyWorkersRequest(input *NotifyWorkersInput) (req *request.Request, output *NotifyWorkersOutput)
func (c *MTurk) NotifyWorkersWithContext(ctx aws.Context, input *NotifyWorkersInput, opts ...request.Option) (*NotifyWorkersOutput, error)
func (c *MTurk) RejectAssignment(input *RejectAssignmentInput) (*RejectAssignmentOutput, error)
func (c *MTurk) RejectAssignmentRequest(input *RejectAssignmentInput) (req *request.Request, output *RejectAssignmentOutput)
func (c *MTurk) RejectAssignmentWithContext(ctx aws.Context, input *RejectAssignmentInput, opts ...request.Option) (*RejectAssignmentOutput, error)
func (c *MTurk) RejectQualificationRequest(input *RejectQualificationRequestInput) (*RejectQualificationRequestOutput, error)
func (c *MTurk) RejectQualificationRequestRequest(input *RejectQualificationRequestInput) (req *request.Request, output *RejectQualificationRequestOutput)
func (c *MTurk) RejectQualificationRequestWithContext(ctx aws.Context, input *RejectQualificationRequestInput, opts ...request.Option) (*RejectQualificationRequestOutput, error)
func (c *MTurk) SendBonus(input *SendBonusInput) (*SendBonusOutput, error)
func (c *MTurk) SendBonusRequest(input *SendBonusInput) (req *request.Request, output *SendBonusOutput)
func (c *MTurk) SendBonusWithContext(ctx aws.Context, input *SendBonusInput, opts ...request.Option) (*SendBonusOutput, error)
func (c *MTurk) SendTestEventNotification(input *SendTestEventNotificationInput) (*SendTestEventNotificationOutput, error)
func (c *MTurk) SendTestEventNotificationRequest(input *SendTestEventNotificationInput) (req *request.Request, output *SendTestEventNotificationOutput)
func (c *MTurk) SendTestEventNotificationWithContext(ctx aws.Context, input *SendTestEventNotificationInput, opts ...request.Option) (*SendTestEventNotificationOutput, error)
func (c *MTurk) UpdateExpirationForHIT(input *UpdateExpirationForHITInput) (*UpdateExpirationForHITOutput, error)
func (c *MTurk) UpdateExpirationForHITRequest(input *UpdateExpirationForHITInput) (req *request.Request, output *UpdateExpirationForHITOutput)
func (c *MTurk) UpdateExpirationForHITWithContext(ctx aws.Context, input *UpdateExpirationForHITInput, opts ...request.Option) (*UpdateExpirationForHITOutput, error)
func (c *MTurk) UpdateHITReviewStatus(input *UpdateHITReviewStatusInput) (*UpdateHITReviewStatusOutput, error)
func (c *MTurk) UpdateHITReviewStatusRequest(input *UpdateHITReviewStatusInput) (req *request.Request, output *UpdateHITReviewStatusOutput)
func (c *MTurk) UpdateHITReviewStatusWithContext(ctx aws.Context, input *UpdateHITReviewStatusInput, opts ...request.Option) (*UpdateHITReviewStatusOutput, error)
func (c *MTurk) UpdateHITTypeOfHIT(input *UpdateHITTypeOfHITInput) (*UpdateHITTypeOfHITOutput, error)
func (c *MTurk) UpdateHITTypeOfHITRequest(input *UpdateHITTypeOfHITInput) (req *request.Request, output *UpdateHITTypeOfHITOutput)
func (c *MTurk) UpdateHITTypeOfHITWithContext(ctx aws.Context, input *UpdateHITTypeOfHITInput, opts ...request.Option) (*UpdateHITTypeOfHITOutput, error)
func (c *MTurk) UpdateNotificationSettings(input *UpdateNotificationSettingsInput) (*UpdateNotificationSettingsOutput, error)
func (c *MTurk) UpdateNotificationSettingsRequest(input *UpdateNotificationSettingsInput) (req *request.Request, output *UpdateNotificationSettingsOutput)
func (c *MTurk) UpdateNotificationSettingsWithContext(ctx aws.Context, input *UpdateNotificationSettingsInput, opts ...request.Option) (*UpdateNotificationSettingsOutput, error)
func (c *MTurk) UpdateQualificationType(input *UpdateQualificationTypeInput) (*UpdateQualificationTypeOutput, error)
func (c *MTurk) UpdateQualificationTypeRequest(input *UpdateQualificationTypeInput) (req *request.Request, output *UpdateQualificationTypeOutput)
func (c *MTurk) UpdateQualificationTypeWithContext(ctx aws.Context, input *UpdateQualificationTypeInput, opts ...request.Option) (*UpdateQualificationTypeOutput, error)
func AssignmentStatus_Values() []string
func Comparator_Values() []string
func EventType_Values() []string
func HITAccessActions_Values() []string
func HITReviewStatus_Values() []string
func HITStatus_Values() []string
func NotificationTransport_Values() []string
func NotifyWorkersFailureCode_Values() []string
func QualificationStatus_Values() []string
func QualificationTypeStatus_Values() []string
func ReviewActionStatus_Values() []string
func ReviewPolicyLevel_Values() []string
func ReviewableHITStatus_Values() []string
type AcceptQualificationRequestInput
type AcceptQualificationRequestOutput
type ApproveAssignmentInput
type ApproveAssignmentOutput
type Assignment
type AssociateQualificationWithWorkerInput
type AssociateQualificationWithWorkerOutput
type BonusPayment
type CreateAdditionalAssignmentsForHITInput
type CreateAdditionalAssignmentsForHITOutput
type CreateHITInput
type CreateHITOutput
type CreateHITTypeInput
type CreateHITTypeOutput
type CreateHITWithHITTypeInput
type CreateHITWithHITTypeOutput
type CreateQualificationTypeInput
type CreateQualificationTypeOutput
type CreateWorkerBlockInput
type CreateWorkerBlockOutput
type DeleteHITInput
type DeleteHITOutput
type DeleteQualificationTypeInput
type DeleteQualificationTypeOutput
type DeleteWorkerBlockInput
type DeleteWorkerBlockOutput
type DisassociateQualificationFromWorkerInput
type DisassociateQualificationFromWorkerOutput
type GetAccountBalanceInput
type GetAccountBalanceOutput
type GetAssignmentInput
type GetAssignmentOutput
type GetFileUploadURLInput
type GetFileUploadURLOutput
type GetHITInput
type GetHITOutput
type GetQualificationScoreInput
type GetQualificationScoreOutput
type GetQualificationTypeInput
type GetQualificationTypeOutput
type HIT
type HITLayoutParameter
type ListAssignmentsForHITInput
type ListAssignmentsForHITOutput
type ListBonusPaymentsInput
type ListBonusPaymentsOutput
type ListHITsForQualificationTypeInput
type ListHITsForQualificationTypeOutput
type ListHITsInput
type ListHITsOutput
type ListQualificationRequestsInput
type ListQualificationRequestsOutput
type ListQualificationTypesInput
type ListQualificationTypesOutput
type ListReviewPolicyResultsForHITInput
type ListReviewPolicyResultsForHITOutput
type ListReviewableHITsInput
type ListReviewableHITsOutput
type ListWorkerBlocksInput
type ListWorkerBlocksOutput
type ListWorkersWithQualificationTypeInput
type ListWorkersWithQualificationTypeOutput
type Locale
type NotificationSpecification
type NotifyWorkersFailureStatus
type NotifyWorkersInput
type NotifyWorkersOutput
type ParameterMapEntry
type PolicyParameter
type Qualification
type QualificationRequest
type QualificationRequirement
type QualificationType
type RejectAssignmentInput
type RejectAssignmentOutput
type RejectQualificationRequestInput
type RejectQualificationRequestOutput
type RequestError
type ReviewActionDetail
type ReviewPolicy
type ReviewReport
type ReviewResultDetail
type SendBonusInput
type SendBonusOutput
type SendTestEventNotificationInput
type SendTestEventNotificationOutput
type ServiceFault
type UpdateExpirationForHITInput
type UpdateExpirationForHITOutput
type UpdateHITReviewStatusInput
type UpdateHITReviewStatusOutput
type UpdateHITTypeOfHITInput
type UpdateHITTypeOfHITOutput
type UpdateNotificationSettingsInput
type UpdateNotificationSettingsOutput
type UpdateQualificationTypeInput
type UpdateQualificationTypeOutput
type WorkerBlock

Constants ▾

const (
    // AssignmentStatusSubmitted is a AssignmentStatus enum value
    AssignmentStatusSubmitted = "Submitted"

    // AssignmentStatusApproved is a AssignmentStatus enum value
    AssignmentStatusApproved = "Approved"

    // AssignmentStatusRejected is a AssignmentStatus enum value
    AssignmentStatusRejected = "Rejected"
)
const (
    // ComparatorLessThan is a Comparator enum value
    ComparatorLessThan = "LessThan"

    // ComparatorLessThanOrEqualTo is a Comparator enum value
    ComparatorLessThanOrEqualTo = "LessThanOrEqualTo"

    // ComparatorGreaterThan is a Comparator enum value
    ComparatorGreaterThan = "GreaterThan"

    // ComparatorGreaterThanOrEqualTo is a Comparator enum value
    ComparatorGreaterThanOrEqualTo = "GreaterThanOrEqualTo"

    // ComparatorEqualTo is a Comparator enum value
    ComparatorEqualTo = "EqualTo"

    // ComparatorNotEqualTo is a Comparator enum value
    ComparatorNotEqualTo = "NotEqualTo"

    // ComparatorExists is a Comparator enum value
    ComparatorExists = "Exists"

    // ComparatorDoesNotExist is a Comparator enum value
    ComparatorDoesNotExist = "DoesNotExist"

    // ComparatorIn is a Comparator enum value
    ComparatorIn = "In"

    // ComparatorNotIn is a Comparator enum value
    ComparatorNotIn = "NotIn"
)
const (
    // EventTypeAssignmentAccepted is a EventType enum value
    EventTypeAssignmentAccepted = "AssignmentAccepted"

    // EventTypeAssignmentAbandoned is a EventType enum value
    EventTypeAssignmentAbandoned = "AssignmentAbandoned"

    // EventTypeAssignmentReturned is a EventType enum value
    EventTypeAssignmentReturned = "AssignmentReturned"

    // EventTypeAssignmentSubmitted is a EventType enum value
    EventTypeAssignmentSubmitted = "AssignmentSubmitted"

    // EventTypeAssignmentRejected is a EventType enum value
    EventTypeAssignmentRejected = "AssignmentRejected"

    // EventTypeAssignmentApproved is a EventType enum value
    EventTypeAssignmentApproved = "AssignmentApproved"

    // EventTypeHitcreated is a EventType enum value
    EventTypeHitcreated = "HITCreated"

    // EventTypeHitexpired is a EventType enum value
    EventTypeHitexpired = "HITExpired"

    // EventTypeHitreviewable is a EventType enum value
    EventTypeHitreviewable = "HITReviewable"

    // EventTypeHitextended is a EventType enum value
    EventTypeHitextended = "HITExtended"

    // EventTypeHitdisposed is a EventType enum value
    EventTypeHitdisposed = "HITDisposed"

    // EventTypePing is a EventType enum value
    EventTypePing = "Ping"
)
const (
    // HITAccessActionsAccept is a HITAccessActions enum value
    HITAccessActionsAccept = "Accept"

    // HITAccessActionsPreviewAndAccept is a HITAccessActions enum value
    HITAccessActionsPreviewAndAccept = "PreviewAndAccept"

    // HITAccessActionsDiscoverPreviewAndAccept is a HITAccessActions enum value
    HITAccessActionsDiscoverPreviewAndAccept = "DiscoverPreviewAndAccept"
)
const (
    // HITReviewStatusNotReviewed is a HITReviewStatus enum value
    HITReviewStatusNotReviewed = "NotReviewed"

    // HITReviewStatusMarkedForReview is a HITReviewStatus enum value
    HITReviewStatusMarkedForReview = "MarkedForReview"

    // HITReviewStatusReviewedAppropriate is a HITReviewStatus enum value
    HITReviewStatusReviewedAppropriate = "ReviewedAppropriate"

    // HITReviewStatusReviewedInappropriate is a HITReviewStatus enum value
    HITReviewStatusReviewedInappropriate = "ReviewedInappropriate"
)
const (
    // HITStatusAssignable is a HITStatus enum value
    HITStatusAssignable = "Assignable"

    // HITStatusUnassignable is a HITStatus enum value
    HITStatusUnassignable = "Unassignable"

    // HITStatusReviewable is a HITStatus enum value
    HITStatusReviewable = "Reviewable"

    // HITStatusReviewing is a HITStatus enum value
    HITStatusReviewing = "Reviewing"

    // HITStatusDisposed is a HITStatus enum value
    HITStatusDisposed = "Disposed"
)
const (
    // NotificationTransportEmail is a NotificationTransport enum value
    NotificationTransportEmail = "Email"

    // NotificationTransportSqs is a NotificationTransport enum value
    NotificationTransportSqs = "SQS"

    // NotificationTransportSns is a NotificationTransport enum value
    NotificationTransportSns = "SNS"
)
const (
    // NotifyWorkersFailureCodeSoftFailure is a NotifyWorkersFailureCode enum value
    NotifyWorkersFailureCodeSoftFailure = "SoftFailure"

    // NotifyWorkersFailureCodeHardFailure is a NotifyWorkersFailureCode enum value
    NotifyWorkersFailureCodeHardFailure = "HardFailure"
)
const (
    // QualificationStatusGranted is a QualificationStatus enum value
    QualificationStatusGranted = "Granted"

    // QualificationStatusRevoked is a QualificationStatus enum value
    QualificationStatusRevoked = "Revoked"
)
const (
    // QualificationTypeStatusActive is a QualificationTypeStatus enum value
    QualificationTypeStatusActive = "Active"

    // QualificationTypeStatusInactive is a QualificationTypeStatus enum value
    QualificationTypeStatusInactive = "Inactive"
)
const (
    // ReviewActionStatusIntended is a ReviewActionStatus enum value
    ReviewActionStatusIntended = "Intended"

    // ReviewActionStatusSucceeded is a ReviewActionStatus enum value
    ReviewActionStatusSucceeded = "Succeeded"

    // ReviewActionStatusFailed is a ReviewActionStatus enum value
    ReviewActionStatusFailed = "Failed"

    // ReviewActionStatusCancelled is a ReviewActionStatus enum value
    ReviewActionStatusCancelled = "Cancelled"
)
const (
    // ReviewPolicyLevelAssignment is a ReviewPolicyLevel enum value
    ReviewPolicyLevelAssignment = "Assignment"

    // ReviewPolicyLevelHit is a ReviewPolicyLevel enum value
    ReviewPolicyLevelHit = "HIT"
)
const (
    // ReviewableHITStatusReviewable is a ReviewableHITStatus enum value
    ReviewableHITStatusReviewable = "Reviewable"

    // ReviewableHITStatusReviewing is a ReviewableHITStatus enum value
    ReviewableHITStatusReviewing = "Reviewing"
)
const (

    // ErrCodeRequestError for service response error code
    // "RequestError".
    //
    // Your request is invalid.
    ErrCodeRequestError = "RequestError"

    // ErrCodeServiceFault for service response error code
    // "ServiceFault".
    //
    // Amazon Mechanical Turk is temporarily unable to process your request. Try
    // your call again.
    ErrCodeServiceFault = "ServiceFault"
)
const (
    ServiceName = "mturk-requester" // Name of service.
    EndpointsID = ServiceName       // ID to lookup a service endpoint with.
    ServiceID   = "MTurk"           // ServiceID is a unique identifier of a specific service.
)

Service information constants

func AssignmentStatus_Values

func AssignmentStatus_Values() []string

AssignmentStatus_Values returns all elements of the AssignmentStatus enum

func Comparator_Values

func Comparator_Values() []string

Comparator_Values returns all elements of the Comparator enum

func EventType_Values

func EventType_Values() []string

EventType_Values returns all elements of the EventType enum

func HITAccessActions_Values

func HITAccessActions_Values() []string

HITAccessActions_Values returns all elements of the HITAccessActions enum

func HITReviewStatus_Values

func HITReviewStatus_Values() []string

HITReviewStatus_Values returns all elements of the HITReviewStatus enum

func HITStatus_Values

func HITStatus_Values() []string

HITStatus_Values returns all elements of the HITStatus enum

func NotificationTransport_Values

func NotificationTransport_Values() []string

NotificationTransport_Values returns all elements of the NotificationTransport enum

func NotifyWorkersFailureCode_Values

func NotifyWorkersFailureCode_Values() []string

NotifyWorkersFailureCode_Values returns all elements of the NotifyWorkersFailureCode enum

func QualificationStatus_Values

func QualificationStatus_Values() []string

QualificationStatus_Values returns all elements of the QualificationStatus enum

func QualificationTypeStatus_Values

func QualificationTypeStatus_Values() []string

QualificationTypeStatus_Values returns all elements of the QualificationTypeStatus enum

func ReviewActionStatus_Values

func ReviewActionStatus_Values() []string

ReviewActionStatus_Values returns all elements of the ReviewActionStatus enum

func ReviewPolicyLevel_Values

func ReviewPolicyLevel_Values() []string

ReviewPolicyLevel_Values returns all elements of the ReviewPolicyLevel enum

func ReviewableHITStatus_Values

func ReviewableHITStatus_Values() []string

ReviewableHITStatus_Values returns all elements of the ReviewableHITStatus enum

type AcceptQualificationRequestInput

type AcceptQualificationRequestInput struct {

    // The value of the Qualification. You can omit this value if you are using
    // the presence or absence of the Qualification as the basis for a HIT requirement.
    IntegerValue *int64 `type:"integer"`

    // The ID of the Qualification request, as returned by the GetQualificationRequests
    // operation.
    //
    // QualificationRequestId is a required field
    QualificationRequestId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AcceptQualificationRequestInput) GoString

func (s AcceptQualificationRequestInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptQualificationRequestInput) SetIntegerValue

func (s *AcceptQualificationRequestInput) SetIntegerValue(v int64) *AcceptQualificationRequestInput

SetIntegerValue sets the IntegerValue field's value.

func (*AcceptQualificationRequestInput) SetQualificationRequestId

func (s *AcceptQualificationRequestInput) SetQualificationRequestId(v string) *AcceptQualificationRequestInput

SetQualificationRequestId sets the QualificationRequestId field's value.

func (AcceptQualificationRequestInput) String

func (s AcceptQualificationRequestInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptQualificationRequestInput) Validate

func (s *AcceptQualificationRequestInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AcceptQualificationRequestOutput

type AcceptQualificationRequestOutput struct {
    // contains filtered or unexported fields
}

func (AcceptQualificationRequestOutput) GoString

func (s AcceptQualificationRequestOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AcceptQualificationRequestOutput) String

func (s AcceptQualificationRequestOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApproveAssignmentInput

type ApproveAssignmentInput struct {

    // The ID of the assignment. The assignment must correspond to a HIT created
    // by the Requester.
    //
    // AssignmentId is a required field
    AssignmentId *string `min:"1" type:"string" required:"true"`

    // A flag indicating that an assignment should be approved even if it was previously
    // rejected. Defaults to False.
    OverrideRejection *bool `type:"boolean"`

    // A message for the Worker, which the Worker can see in the Status section
    // of the web site.
    RequesterFeedback *string `type:"string"`
    // contains filtered or unexported fields
}

func (ApproveAssignmentInput) GoString

func (s ApproveAssignmentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApproveAssignmentInput) SetAssignmentId

func (s *ApproveAssignmentInput) SetAssignmentId(v string) *ApproveAssignmentInput

SetAssignmentId sets the AssignmentId field's value.

func (*ApproveAssignmentInput) SetOverrideRejection

func (s *ApproveAssignmentInput) SetOverrideRejection(v bool) *ApproveAssignmentInput

SetOverrideRejection sets the OverrideRejection field's value.

func (*ApproveAssignmentInput) SetRequesterFeedback

func (s *ApproveAssignmentInput) SetRequesterFeedback(v string) *ApproveAssignmentInput

SetRequesterFeedback sets the RequesterFeedback field's value.

func (ApproveAssignmentInput) String

func (s ApproveAssignmentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApproveAssignmentInput) Validate

func (s *ApproveAssignmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ApproveAssignmentOutput

type ApproveAssignmentOutput struct {
    // contains filtered or unexported fields
}

func (ApproveAssignmentOutput) GoString

func (s ApproveAssignmentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ApproveAssignmentOutput) String

func (s ApproveAssignmentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Assignment

type Assignment struct {

    // The date and time the Worker accepted the assignment.
    AcceptTime *time.Time `type:"timestamp"`

    // The Worker's answers submitted for the HIT contained in a QuestionFormAnswers
    // document, if the Worker provides an answer. If the Worker does not provide
    // any answers, Answer may contain a QuestionFormAnswers document, or Answer
    // may be empty.
    Answer *string `type:"string"`

    // If the Worker has submitted results and the Requester has approved the results,
    // ApprovalTime is the date and time the Requester approved the results. This
    // value is omitted from the assignment if the Requester has not yet approved
    // the results.
    ApprovalTime *time.Time `type:"timestamp"`

    // A unique identifier for the assignment.
    AssignmentId *string `min:"1" type:"string"`

    // The status of the assignment.
    AssignmentStatus *string `type:"string" enum:"AssignmentStatus"`

    // If results have been submitted, AutoApprovalTime is the date and time the
    // results of the assignment results are considered Approved automatically if
    // they have not already been explicitly approved or rejected by the Requester.
    // This value is derived from the auto-approval delay specified by the Requester
    // in the HIT. This value is omitted from the assignment if the Worker has not
    // yet submitted results.
    AutoApprovalTime *time.Time `type:"timestamp"`

    // The date and time of the deadline for the assignment. This value is derived
    // from the deadline specification for the HIT and the date and time the Worker
    // accepted the HIT.
    Deadline *time.Time `type:"timestamp"`

    // The ID of the HIT.
    HITId *string `min:"1" type:"string"`

    // If the Worker has submitted results and the Requester has rejected the results,
    // RejectionTime is the date and time the Requester rejected the results.
    RejectionTime *time.Time `type:"timestamp"`

    // The feedback string included with the call to the ApproveAssignment operation
    // or the RejectAssignment operation, if the Requester approved or rejected
    // the assignment and specified feedback.
    RequesterFeedback *string `type:"string"`

    // If the Worker has submitted results, SubmitTime is the date and time the
    // assignment was submitted. This value is omitted from the assignment if the
    // Worker has not yet submitted results.
    SubmitTime *time.Time `type:"timestamp"`

    // The ID of the Worker who accepted the HIT.
    WorkerId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The Assignment data structure represents a single assignment of a HIT to a Worker. The assignment tracks the Worker's efforts to complete the HIT, and contains the results for later retrieval.

func (Assignment) GoString

func (s Assignment) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Assignment) SetAcceptTime

func (s *Assignment) SetAcceptTime(v time.Time) *Assignment

SetAcceptTime sets the AcceptTime field's value.

func (*Assignment) SetAnswer

func (s *Assignment) SetAnswer(v string) *Assignment

SetAnswer sets the Answer field's value.

func (*Assignment) SetApprovalTime

func (s *Assignment) SetApprovalTime(v time.Time) *Assignment

SetApprovalTime sets the ApprovalTime field's value.

func (*Assignment) SetAssignmentId

func (s *Assignment) SetAssignmentId(v string) *Assignment

SetAssignmentId sets the AssignmentId field's value.

func (*Assignment) SetAssignmentStatus

func (s *Assignment) SetAssignmentStatus(v string) *Assignment

SetAssignmentStatus sets the AssignmentStatus field's value.

func (*Assignment) SetAutoApprovalTime

func (s *Assignment) SetAutoApprovalTime(v time.Time) *Assignment

SetAutoApprovalTime sets the AutoApprovalTime field's value.

func (*Assignment) SetDeadline

func (s *Assignment) SetDeadline(v time.Time) *Assignment

SetDeadline sets the Deadline field's value.

func (*Assignment) SetHITId

func (s *Assignment) SetHITId(v string) *Assignment

SetHITId sets the HITId field's value.

func (*Assignment) SetRejectionTime

func (s *Assignment) SetRejectionTime(v time.Time) *Assignment

SetRejectionTime sets the RejectionTime field's value.

func (*Assignment) SetRequesterFeedback

func (s *Assignment) SetRequesterFeedback(v string) *Assignment

SetRequesterFeedback sets the RequesterFeedback field's value.

func (*Assignment) SetSubmitTime

func (s *Assignment) SetSubmitTime(v time.Time) *Assignment

SetSubmitTime sets the SubmitTime field's value.

func (*Assignment) SetWorkerId

func (s *Assignment) SetWorkerId(v string) *Assignment

SetWorkerId sets the WorkerId field's value.

func (Assignment) String

func (s Assignment) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociateQualificationWithWorkerInput

type AssociateQualificationWithWorkerInput struct {

    // The value of the Qualification to assign.
    IntegerValue *int64 `type:"integer"`

    // The ID of the Qualification type to use for the assigned Qualification.
    //
    // QualificationTypeId is a required field
    QualificationTypeId *string `min:"1" type:"string" required:"true"`

    // Specifies whether to send a notification email message to the Worker saying
    // that the qualification was assigned to the Worker. Note: this is true by
    // default.
    SendNotification *bool `type:"boolean"`

    // The ID of the Worker to whom the Qualification is being assigned. Worker
    // IDs are included with submitted HIT assignments and Qualification requests.
    //
    // WorkerId is a required field
    WorkerId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AssociateQualificationWithWorkerInput) GoString

func (s AssociateQualificationWithWorkerInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateQualificationWithWorkerInput) SetIntegerValue

func (s *AssociateQualificationWithWorkerInput) SetIntegerValue(v int64) *AssociateQualificationWithWorkerInput

SetIntegerValue sets the IntegerValue field's value.

func (*AssociateQualificationWithWorkerInput) SetQualificationTypeId

func (s *AssociateQualificationWithWorkerInput) SetQualificationTypeId(v string) *AssociateQualificationWithWorkerInput

SetQualificationTypeId sets the QualificationTypeId field's value.

func (*AssociateQualificationWithWorkerInput) SetSendNotification

func (s *AssociateQualificationWithWorkerInput) SetSendNotification(v bool) *AssociateQualificationWithWorkerInput

SetSendNotification sets the SendNotification field's value.

func (*AssociateQualificationWithWorkerInput) SetWorkerId

func (s *AssociateQualificationWithWorkerInput) SetWorkerId(v string) *AssociateQualificationWithWorkerInput

SetWorkerId sets the WorkerId field's value.

func (AssociateQualificationWithWorkerInput) String

func (s AssociateQualificationWithWorkerInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateQualificationWithWorkerInput) Validate

func (s *AssociateQualificationWithWorkerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateQualificationWithWorkerOutput

type AssociateQualificationWithWorkerOutput struct {
    // contains filtered or unexported fields
}

func (AssociateQualificationWithWorkerOutput) GoString

func (s AssociateQualificationWithWorkerOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AssociateQualificationWithWorkerOutput) String

func (s AssociateQualificationWithWorkerOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BonusPayment

type BonusPayment struct {

    // The ID of the assignment associated with this bonus payment.
    AssignmentId *string `min:"1" type:"string"`

    // A string representing a currency amount.
    BonusAmount *string `type:"string"`

    // The date and time of when the bonus was granted.
    GrantTime *time.Time `type:"timestamp"`

    // The Reason text given when the bonus was granted, if any.
    Reason *string `type:"string"`

    // The ID of the Worker to whom the bonus was paid.
    WorkerId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

An object representing a Bonus payment paid to a Worker.

func (BonusPayment) GoString

func (s BonusPayment) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BonusPayment) SetAssignmentId

func (s *BonusPayment) SetAssignmentId(v string) *BonusPayment

SetAssignmentId sets the AssignmentId field's value.

func (*BonusPayment) SetBonusAmount

func (s *BonusPayment) SetBonusAmount(v string) *BonusPayment

SetBonusAmount sets the BonusAmount field's value.

func (*BonusPayment) SetGrantTime

func (s *BonusPayment) SetGrantTime(v time.Time) *BonusPayment

SetGrantTime sets the GrantTime field's value.

func (*BonusPayment) SetReason

func (s *BonusPayment) SetReason(v string) *BonusPayment

SetReason sets the Reason field's value.

func (*BonusPayment) SetWorkerId

func (s *BonusPayment) SetWorkerId(v string) *BonusPayment

SetWorkerId sets the WorkerId field's value.

func (BonusPayment) String

func (s BonusPayment) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAdditionalAssignmentsForHITInput

type CreateAdditionalAssignmentsForHITInput struct {

    // The ID of the HIT to extend.
    //
    // HITId is a required field
    HITId *string `min:"1" type:"string" required:"true"`

    // The number of additional assignments to request for this HIT.
    //
    // NumberOfAdditionalAssignments is a required field
    NumberOfAdditionalAssignments *int64 `type:"integer" required:"true"`

    // A unique identifier for this request, which allows you to retry the call
    // on error without extending the HIT multiple times. This is useful in cases
    // such as network timeouts where it is unclear whether or not the call succeeded
    // on the server. If the extend HIT already exists in the system from a previous
    // call using the same UniqueRequestToken, subsequent calls will return an error
    // with a message containing the request ID.
    UniqueRequestToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateAdditionalAssignmentsForHITInput) GoString

func (s CreateAdditionalAssignmentsForHITInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAdditionalAssignmentsForHITInput) SetHITId

func (s *CreateAdditionalAssignmentsForHITInput) SetHITId(v string) *CreateAdditionalAssignmentsForHITInput

SetHITId sets the HITId field's value.

func (*CreateAdditionalAssignmentsForHITInput) SetNumberOfAdditionalAssignments

func (s *CreateAdditionalAssignmentsForHITInput) SetNumberOfAdditionalAssignments(v int64) *CreateAdditionalAssignmentsForHITInput

SetNumberOfAdditionalAssignments sets the NumberOfAdditionalAssignments field's value.

func (*CreateAdditionalAssignmentsForHITInput) SetUniqueRequestToken

func (s *CreateAdditionalAssignmentsForHITInput) SetUniqueRequestToken(v string) *CreateAdditionalAssignmentsForHITInput

SetUniqueRequestToken sets the UniqueRequestToken field's value.

func (CreateAdditionalAssignmentsForHITInput) String

func (s CreateAdditionalAssignmentsForHITInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAdditionalAssignmentsForHITInput) Validate

func (s *CreateAdditionalAssignmentsForHITInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAdditionalAssignmentsForHITOutput

type CreateAdditionalAssignmentsForHITOutput struct {
    // contains filtered or unexported fields
}

func (CreateAdditionalAssignmentsForHITOutput) GoString

func (s CreateAdditionalAssignmentsForHITOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateAdditionalAssignmentsForHITOutput) String

func (s CreateAdditionalAssignmentsForHITOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateHITInput

type CreateHITInput struct {

    // The amount of time, in seconds, that a Worker has to complete the HIT after
    // accepting it. If a Worker does not complete the assignment within the specified
    // duration, the assignment is considered abandoned. If the HIT is still active
    // (that is, its lifetime has not elapsed), the assignment becomes available
    // for other users to find and accept.
    //
    // AssignmentDurationInSeconds is a required field
    AssignmentDurationInSeconds *int64 `type:"long" required:"true"`

    // The Assignment-level Review Policy applies to the assignments under the HIT.
    // You can specify for Mechanical Turk to take various actions based on the
    // policy.
    AssignmentReviewPolicy *ReviewPolicy `type:"structure"`

    // The number of seconds after an assignment for the HIT has been submitted,
    // after which the assignment is considered Approved automatically unless the
    // Requester explicitly rejects it.
    AutoApprovalDelayInSeconds *int64 `type:"long"`

    // A general description of the HIT. A description includes detailed information
    // about the kind of task the HIT contains. On the Amazon Mechanical Turk web
    // site, the HIT description appears in the expanded view of search results,
    // and in the HIT and assignment screens. A good description gives the user
    // enough information to evaluate the HIT before accepting it.
    //
    // Description is a required field
    Description *string `type:"string" required:"true"`

    // The HITLayoutId allows you to use a pre-existing HIT design with placeholder
    // values and create an additional HIT by providing those values as HITLayoutParameters.
    //
    // Constraints: Either a Question parameter or a HITLayoutId parameter must
    // be provided.
    HITLayoutId *string `min:"1" type:"string"`

    // If the HITLayoutId is provided, any placeholder values must be filled in
    // with values using the HITLayoutParameter structure. For more information,
    // see HITLayout.
    HITLayoutParameters []*HITLayoutParameter `type:"list"`

    // The HIT-level Review Policy applies to the HIT. You can specify for Mechanical
    // Turk to take various actions based on the policy.
    HITReviewPolicy *ReviewPolicy `type:"structure"`

    // One or more words or phrases that describe the HIT, separated by commas.
    // These words are used in searches to find HITs.
    Keywords *string `type:"string"`

    // An amount of time, in seconds, after which the HIT is no longer available
    // for users to accept. After the lifetime of the HIT elapses, the HIT no longer
    // appears in HIT searches, even if not all of the assignments for the HIT have
    // been accepted.
    //
    // LifetimeInSeconds is a required field
    LifetimeInSeconds *int64 `type:"long" required:"true"`

    // The number of times the HIT can be accepted and completed before the HIT
    // becomes unavailable.
    MaxAssignments *int64 `type:"integer"`

    // Conditions that a Worker's Qualifications must meet in order to accept the
    // HIT. A HIT can have between zero and ten Qualification requirements. All
    // requirements must be met in order for a Worker to accept the HIT. Additionally,
    // other actions can be restricted using the ActionsGuarded field on each QualificationRequirement
    // structure.
    QualificationRequirements []*QualificationRequirement `type:"list"`

    // The data the person completing the HIT uses to produce the results.
    //
    // Constraints: Must be a QuestionForm data structure, an ExternalQuestion data
    // structure, or an HTMLQuestion data structure. The XML question data must
    // not be larger than 64 kilobytes (65,535 bytes) in size, including whitespace.
    //
    // Either a Question parameter or a HITLayoutId parameter must be provided.
    Question *string `type:"string"`

    // An arbitrary data field. The RequesterAnnotation parameter lets your application
    // attach arbitrary data to the HIT for tracking purposes. For example, this
    // parameter could be an identifier internal to the Requester's application
    // that corresponds with the HIT.
    //
    // The RequesterAnnotation parameter for a HIT is only visible to the Requester
    // who created the HIT. It is not shown to the Worker, or any other Requester.
    //
    // The RequesterAnnotation parameter may be different for each HIT you submit.
    // It does not affect how your HITs are grouped.
    RequesterAnnotation *string `type:"string"`

    // The amount of money the Requester will pay a Worker for successfully completing
    // the HIT.
    //
    // Reward is a required field
    Reward *string `type:"string" required:"true"`

    // The title of the HIT. A title should be short and descriptive about the kind
    // of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT
    // title appears in search results, and everywhere the HIT is mentioned.
    //
    // Title is a required field
    Title *string `type:"string" required:"true"`

    // A unique identifier for this request which allows you to retry the call on
    // error without creating duplicate HITs. This is useful in cases such as network
    // timeouts where it is unclear whether or not the call succeeded on the server.
    // If the HIT already exists in the system from a previous call using the same
    // UniqueRequestToken, subsequent calls will return a AWS.MechanicalTurk.HitAlreadyExists
    // error with a message containing the HITId.
    //
    // Note: It is your responsibility to ensure uniqueness of the token. The unique
    // token expires after 24 hours. Subsequent calls using the same UniqueRequestToken
    // made after the 24 hour limit could create duplicate HITs.
    UniqueRequestToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateHITInput) GoString

func (s CreateHITInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHITInput) SetAssignmentDurationInSeconds

func (s *CreateHITInput) SetAssignmentDurationInSeconds(v int64) *CreateHITInput

SetAssignmentDurationInSeconds sets the AssignmentDurationInSeconds field's value.

func (*CreateHITInput) SetAssignmentReviewPolicy

func (s *CreateHITInput) SetAssignmentReviewPolicy(v *ReviewPolicy) *CreateHITInput

SetAssignmentReviewPolicy sets the AssignmentReviewPolicy field's value.

func (*CreateHITInput) SetAutoApprovalDelayInSeconds

func (s *CreateHITInput) SetAutoApprovalDelayInSeconds(v int64) *CreateHITInput

SetAutoApprovalDelayInSeconds sets the AutoApprovalDelayInSeconds field's value.

func (*CreateHITInput) SetDescription

func (s *CreateHITInput) SetDescription(v string) *CreateHITInput

SetDescription sets the Description field's value.

func (*CreateHITInput) SetHITLayoutId

func (s *CreateHITInput) SetHITLayoutId(v string) *CreateHITInput

SetHITLayoutId sets the HITLayoutId field's value.

func (*CreateHITInput) SetHITLayoutParameters

func (s *CreateHITInput) SetHITLayoutParameters(v []*HITLayoutParameter) *CreateHITInput

SetHITLayoutParameters sets the HITLayoutParameters field's value.

func (*CreateHITInput) SetHITReviewPolicy

func (s *CreateHITInput) SetHITReviewPolicy(v *ReviewPolicy) *CreateHITInput

SetHITReviewPolicy sets the HITReviewPolicy field's value.

func (*CreateHITInput) SetKeywords

func (s *CreateHITInput) SetKeywords(v string) *CreateHITInput

SetKeywords sets the Keywords field's value.

func (*CreateHITInput) SetLifetimeInSeconds

func (s *CreateHITInput) SetLifetimeInSeconds(v int64) *CreateHITInput

SetLifetimeInSeconds sets the LifetimeInSeconds field's value.

func (*CreateHITInput) SetMaxAssignments

func (s *CreateHITInput) SetMaxAssignments(v int64) *CreateHITInput

SetMaxAssignments sets the MaxAssignments field's value.

func (*CreateHITInput) SetQualificationRequirements

func (s *CreateHITInput) SetQualificationRequirements(v []*QualificationRequirement) *CreateHITInput

SetQualificationRequirements sets the QualificationRequirements field's value.

func (*CreateHITInput) SetQuestion

func (s *CreateHITInput) SetQuestion(v string) *CreateHITInput

SetQuestion sets the Question field's value.

func (*CreateHITInput) SetRequesterAnnotation

func (s *CreateHITInput) SetRequesterAnnotation(v string) *CreateHITInput

SetRequesterAnnotation sets the RequesterAnnotation field's value.

func (*CreateHITInput) SetReward

func (s *CreateHITInput) SetReward(v string) *CreateHITInput

SetReward sets the Reward field's value.

func (*CreateHITInput) SetTitle

func (s *CreateHITInput) SetTitle(v string) *CreateHITInput

SetTitle sets the Title field's value.

func (*CreateHITInput) SetUniqueRequestToken

func (s *CreateHITInput) SetUniqueRequestToken(v string) *CreateHITInput

SetUniqueRequestToken sets the UniqueRequestToken field's value.

func (CreateHITInput) String

func (s CreateHITInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHITInput) Validate

func (s *CreateHITInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateHITOutput

type CreateHITOutput struct {

    // Contains the newly created HIT data. For a description of the HIT data structure
    // as it appears in responses, see the HIT Data Structure documentation.
    HIT *HIT `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateHITOutput) GoString

func (s CreateHITOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHITOutput) SetHIT

func (s *CreateHITOutput) SetHIT(v *HIT) *CreateHITOutput

SetHIT sets the HIT field's value.

func (CreateHITOutput) String

func (s CreateHITOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateHITTypeInput

type CreateHITTypeInput struct {

    // The amount of time, in seconds, that a Worker has to complete the HIT after
    // accepting it. If a Worker does not complete the assignment within the specified
    // duration, the assignment is considered abandoned. If the HIT is still active
    // (that is, its lifetime has not elapsed), the assignment becomes available
    // for other users to find and accept.
    //
    // AssignmentDurationInSeconds is a required field
    AssignmentDurationInSeconds *int64 `type:"long" required:"true"`

    // The number of seconds after an assignment for the HIT has been submitted,
    // after which the assignment is considered Approved automatically unless the
    // Requester explicitly rejects it.
    AutoApprovalDelayInSeconds *int64 `type:"long"`

    // A general description of the HIT. A description includes detailed information
    // about the kind of task the HIT contains. On the Amazon Mechanical Turk web
    // site, the HIT description appears in the expanded view of search results,
    // and in the HIT and assignment screens. A good description gives the user
    // enough information to evaluate the HIT before accepting it.
    //
    // Description is a required field
    Description *string `type:"string" required:"true"`

    // One or more words or phrases that describe the HIT, separated by commas.
    // These words are used in searches to find HITs.
    Keywords *string `type:"string"`

    // Conditions that a Worker's Qualifications must meet in order to accept the
    // HIT. A HIT can have between zero and ten Qualification requirements. All
    // requirements must be met in order for a Worker to accept the HIT. Additionally,
    // other actions can be restricted using the ActionsGuarded field on each QualificationRequirement
    // structure.
    QualificationRequirements []*QualificationRequirement `type:"list"`

    // The amount of money the Requester will pay a Worker for successfully completing
    // the HIT.
    //
    // Reward is a required field
    Reward *string `type:"string" required:"true"`

    // The title of the HIT. A title should be short and descriptive about the kind
    // of task the HIT contains. On the Amazon Mechanical Turk web site, the HIT
    // title appears in search results, and everywhere the HIT is mentioned.
    //
    // Title is a required field
    Title *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateHITTypeInput) GoString

func (s CreateHITTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHITTypeInput) SetAssignmentDurationInSeconds

func (s *CreateHITTypeInput) SetAssignmentDurationInSeconds(v int64) *CreateHITTypeInput

SetAssignmentDurationInSeconds sets the AssignmentDurationInSeconds field's value.

func (*CreateHITTypeInput) SetAutoApprovalDelayInSeconds

func (s *CreateHITTypeInput) SetAutoApprovalDelayInSeconds(v int64) *CreateHITTypeInput

SetAutoApprovalDelayInSeconds sets the AutoApprovalDelayInSeconds field's value.

func (*CreateHITTypeInput) SetDescription

func (s *CreateHITTypeInput) SetDescription(v string) *CreateHITTypeInput

SetDescription sets the Description field's value.

func (*CreateHITTypeInput) SetKeywords

func (s *CreateHITTypeInput) SetKeywords(v string) *CreateHITTypeInput

SetKeywords sets the Keywords field's value.

func (*CreateHITTypeInput) SetQualificationRequirements

func (s *CreateHITTypeInput) SetQualificationRequirements(v []*QualificationRequirement) *CreateHITTypeInput

SetQualificationRequirements sets the QualificationRequirements field's value.

func (*CreateHITTypeInput) SetReward

func (s *CreateHITTypeInput) SetReward(v string) *CreateHITTypeInput

SetReward sets the Reward field's value.

func (*CreateHITTypeInput) SetTitle

func (s *CreateHITTypeInput) SetTitle(v string) *CreateHITTypeInput

SetTitle sets the Title field's value.

func (CreateHITTypeInput) String

func (s CreateHITTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHITTypeInput) Validate

func (s *CreateHITTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateHITTypeOutput

type CreateHITTypeOutput struct {

    // The ID of the newly registered HIT type.
    HITTypeId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateHITTypeOutput) GoString

func (s CreateHITTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHITTypeOutput) SetHITTypeId

func (s *CreateHITTypeOutput) SetHITTypeId(v string) *CreateHITTypeOutput

SetHITTypeId sets the HITTypeId field's value.

func (CreateHITTypeOutput) String

func (s CreateHITTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateHITWithHITTypeInput

type CreateHITWithHITTypeInput struct {

    // The Assignment-level Review Policy applies to the assignments under the HIT.
    // You can specify for Mechanical Turk to take various actions based on the
    // policy.
    AssignmentReviewPolicy *ReviewPolicy `type:"structure"`

    // The HITLayoutId allows you to use a pre-existing HIT design with placeholder
    // values and create an additional HIT by providing those values as HITLayoutParameters.
    //
    // Constraints: Either a Question parameter or a HITLayoutId parameter must
    // be provided.
    HITLayoutId *string `min:"1" type:"string"`

    // If the HITLayoutId is provided, any placeholder values must be filled in
    // with values using the HITLayoutParameter structure. For more information,
    // see HITLayout.
    HITLayoutParameters []*HITLayoutParameter `type:"list"`

    // The HIT-level Review Policy applies to the HIT. You can specify for Mechanical
    // Turk to take various actions based on the policy.
    HITReviewPolicy *ReviewPolicy `type:"structure"`

    // The HIT type ID you want to create this HIT with.
    //
    // HITTypeId is a required field
    HITTypeId *string `min:"1" type:"string" required:"true"`

    // An amount of time, in seconds, after which the HIT is no longer available
    // for users to accept. After the lifetime of the HIT elapses, the HIT no longer
    // appears in HIT searches, even if not all of the assignments for the HIT have
    // been accepted.
    //
    // LifetimeInSeconds is a required field
    LifetimeInSeconds *int64 `type:"long" required:"true"`

    // The number of times the HIT can be accepted and completed before the HIT
    // becomes unavailable.
    MaxAssignments *int64 `type:"integer"`

    // The data the person completing the HIT uses to produce the results.
    //
    // Constraints: Must be a QuestionForm data structure, an ExternalQuestion data
    // structure, or an HTMLQuestion data structure. The XML question data must
    // not be larger than 64 kilobytes (65,535 bytes) in size, including whitespace.
    //
    // Either a Question parameter or a HITLayoutId parameter must be provided.
    Question *string `type:"string"`

    // An arbitrary data field. The RequesterAnnotation parameter lets your application
    // attach arbitrary data to the HIT for tracking purposes. For example, this
    // parameter could be an identifier internal to the Requester's application
    // that corresponds with the HIT.
    //
    // The RequesterAnnotation parameter for a HIT is only visible to the Requester
    // who created the HIT. It is not shown to the Worker, or any other Requester.
    //
    // The RequesterAnnotation parameter may be different for each HIT you submit.
    // It does not affect how your HITs are grouped.
    RequesterAnnotation *string `type:"string"`

    // A unique identifier for this request which allows you to retry the call on
    // error without creating duplicate HITs. This is useful in cases such as network
    // timeouts where it is unclear whether or not the call succeeded on the server.
    // If the HIT already exists in the system from a previous call using the same
    // UniqueRequestToken, subsequent calls will return a AWS.MechanicalTurk.HitAlreadyExists
    // error with a message containing the HITId.
    //
    // Note: It is your responsibility to ensure uniqueness of the token. The unique
    // token expires after 24 hours. Subsequent calls using the same UniqueRequestToken
    // made after the 24 hour limit could create duplicate HITs.
    UniqueRequestToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateHITWithHITTypeInput) GoString

func (s CreateHITWithHITTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHITWithHITTypeInput) SetAssignmentReviewPolicy

func (s *CreateHITWithHITTypeInput) SetAssignmentReviewPolicy(v *ReviewPolicy) *CreateHITWithHITTypeInput

SetAssignmentReviewPolicy sets the AssignmentReviewPolicy field's value.

func (*CreateHITWithHITTypeInput) SetHITLayoutId

func (s *CreateHITWithHITTypeInput) SetHITLayoutId(v string) *CreateHITWithHITTypeInput

SetHITLayoutId sets the HITLayoutId field's value.

func (*CreateHITWithHITTypeInput) SetHITLayoutParameters

func (s *CreateHITWithHITTypeInput) SetHITLayoutParameters(v []*HITLayoutParameter) *CreateHITWithHITTypeInput

SetHITLayoutParameters sets the HITLayoutParameters field's value.

func (*CreateHITWithHITTypeInput) SetHITReviewPolicy

func (s *CreateHITWithHITTypeInput) SetHITReviewPolicy(v *ReviewPolicy) *CreateHITWithHITTypeInput

SetHITReviewPolicy sets the HITReviewPolicy field's value.

func (*CreateHITWithHITTypeInput) SetHITTypeId

func (s *CreateHITWithHITTypeInput) SetHITTypeId(v string) *CreateHITWithHITTypeInput

SetHITTypeId sets the HITTypeId field's value.

func (*CreateHITWithHITTypeInput) SetLifetimeInSeconds

func (s *CreateHITWithHITTypeInput) SetLifetimeInSeconds(v int64) *CreateHITWithHITTypeInput

SetLifetimeInSeconds sets the LifetimeInSeconds field's value.

func (*CreateHITWithHITTypeInput) SetMaxAssignments

func (s *CreateHITWithHITTypeInput) SetMaxAssignments(v int64) *CreateHITWithHITTypeInput

SetMaxAssignments sets the MaxAssignments field's value.

func (*CreateHITWithHITTypeInput) SetQuestion

func (s *CreateHITWithHITTypeInput) SetQuestion(v string) *CreateHITWithHITTypeInput

SetQuestion sets the Question field's value.

func (*CreateHITWithHITTypeInput) SetRequesterAnnotation

func (s *CreateHITWithHITTypeInput) SetRequesterAnnotation(v string) *CreateHITWithHITTypeInput

SetRequesterAnnotation sets the RequesterAnnotation field's value.

func (*CreateHITWithHITTypeInput) SetUniqueRequestToken

func (s *CreateHITWithHITTypeInput) SetUniqueRequestToken(v string) *CreateHITWithHITTypeInput

SetUniqueRequestToken sets the UniqueRequestToken field's value.

func (CreateHITWithHITTypeInput) String

func (s CreateHITWithHITTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHITWithHITTypeInput) Validate

func (s *CreateHITWithHITTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateHITWithHITTypeOutput

type CreateHITWithHITTypeOutput struct {

    // Contains the newly created HIT data. For a description of the HIT data structure
    // as it appears in responses, see the HIT Data Structure documentation.
    HIT *HIT `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateHITWithHITTypeOutput) GoString

func (s CreateHITWithHITTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHITWithHITTypeOutput) SetHIT

func (s *CreateHITWithHITTypeOutput) SetHIT(v *HIT) *CreateHITWithHITTypeOutput

SetHIT sets the HIT field's value.

func (CreateHITWithHITTypeOutput) String

func (s CreateHITWithHITTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateQualificationTypeInput

type CreateQualificationTypeInput struct {

    // The answers to the Qualification test specified in the Test parameter, in
    // the form of an AnswerKey data structure.
    //
    // Constraints: Must not be longer than 65535 bytes.
    //
    // Constraints: None. If not specified, you must process Qualification requests
    // manually.
    AnswerKey *string `type:"string"`

    // Specifies whether requests for the Qualification type are granted immediately,
    // without prompting the Worker with a Qualification test.
    //
    // Constraints: If the Test parameter is specified, this parameter cannot be
    // true.
    AutoGranted *bool `type:"boolean"`

    // The Qualification value to use for automatically granted Qualifications.
    // This parameter is used only if the AutoGranted parameter is true.
    AutoGrantedValue *int64 `type:"integer"`

    // A long description for the Qualification type. On the Amazon Mechanical Turk
    // website, the long description is displayed when a Worker examines a Qualification
    // type.
    //
    // Description is a required field
    Description *string `type:"string" required:"true"`

    // One or more words or phrases that describe the Qualification type, separated
    // by commas. The keywords of a type make the type easier to find during a search.
    Keywords *string `type:"string"`

    // The name you give to the Qualification type. The type name is used to represent
    // the Qualification to Workers, and to find the type using a Qualification
    // type search. It must be unique across all of your Qualification types.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The initial status of the Qualification type.
    //
    // Constraints: Valid values are: Active | Inactive
    //
    // QualificationTypeStatus is a required field
    QualificationTypeStatus *string `type:"string" required:"true" enum:"QualificationTypeStatus"`

    // The number of seconds that a Worker must wait after requesting a Qualification
    // of the Qualification type before the worker can retry the Qualification request.
    //
    // Constraints: None. If not specified, retries are disabled and Workers can
    // request a Qualification of this type only once, even if the Worker has not
    // been granted the Qualification. It is not possible to disable retries for
    // a Qualification type after it has been created with retries enabled. If you
    // want to disable retries, you must delete existing retry-enabled Qualification
    // type and then create a new Qualification type with retries disabled.
    RetryDelayInSeconds *int64 `type:"long"`

    // The questions for the Qualification test a Worker must answer correctly to
    // obtain a Qualification of this type. If this parameter is specified, TestDurationInSeconds
    // must also be specified.
    //
    // Constraints: Must not be longer than 65535 bytes. Must be a QuestionForm
    // data structure. This parameter cannot be specified if AutoGranted is true.
    //
    // Constraints: None. If not specified, the Worker may request the Qualification
    // without answering any questions.
    Test *string `type:"string"`

    // The number of seconds the Worker has to complete the Qualification test,
    // starting from the time the Worker requests the Qualification.
    TestDurationInSeconds *int64 `type:"long"`
    // contains filtered or unexported fields
}

func (CreateQualificationTypeInput) GoString

func (s CreateQualificationTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateQualificationTypeInput) SetAnswerKey

func (s *CreateQualificationTypeInput) SetAnswerKey(v string) *CreateQualificationTypeInput

SetAnswerKey sets the AnswerKey field's value.

func (*CreateQualificationTypeInput) SetAutoGranted

func (s *CreateQualificationTypeInput) SetAutoGranted(v bool) *CreateQualificationTypeInput

SetAutoGranted sets the AutoGranted field's value.

func (*CreateQualificationTypeInput) SetAutoGrantedValue

func (s *CreateQualificationTypeInput) SetAutoGrantedValue(v int64) *CreateQualificationTypeInput

SetAutoGrantedValue sets the AutoGrantedValue field's value.

func (*CreateQualificationTypeInput) SetDescription

func (s *CreateQualificationTypeInput) SetDescription(v string) *CreateQualificationTypeInput

SetDescription sets the Description field's value.

func (*CreateQualificationTypeInput) SetKeywords

func (s *CreateQualificationTypeInput) SetKeywords(v string) *CreateQualificationTypeInput

SetKeywords sets the Keywords field's value.

func (*CreateQualificationTypeInput) SetName

func (s *CreateQualificationTypeInput) SetName(v string) *CreateQualificationTypeInput

SetName sets the Name field's value.

func (*CreateQualificationTypeInput) SetQualificationTypeStatus

func (s *CreateQualificationTypeInput) SetQualificationTypeStatus(v string) *CreateQualificationTypeInput

SetQualificationTypeStatus sets the QualificationTypeStatus field's value.

func (*CreateQualificationTypeInput) SetRetryDelayInSeconds

func (s *CreateQualificationTypeInput) SetRetryDelayInSeconds(v int64) *CreateQualificationTypeInput

SetRetryDelayInSeconds sets the RetryDelayInSeconds field's value.

func (*CreateQualificationTypeInput) SetTest

func (s *CreateQualificationTypeInput) SetTest(v string) *CreateQualificationTypeInput

SetTest sets the Test field's value.

func (*CreateQualificationTypeInput) SetTestDurationInSeconds

func (s *CreateQualificationTypeInput) SetTestDurationInSeconds(v int64) *CreateQualificationTypeInput

SetTestDurationInSeconds sets the TestDurationInSeconds field's value.

func (CreateQualificationTypeInput) String

func (s CreateQualificationTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateQualificationTypeInput) Validate

func (s *CreateQualificationTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateQualificationTypeOutput

type CreateQualificationTypeOutput struct {

    // The created Qualification type, returned as a QualificationType data structure.
    QualificationType *QualificationType `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateQualificationTypeOutput) GoString

func (s CreateQualificationTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateQualificationTypeOutput) SetQualificationType

func (s *CreateQualificationTypeOutput) SetQualificationType(v *QualificationType) *CreateQualificationTypeOutput

SetQualificationType sets the QualificationType field's value.

func (CreateQualificationTypeOutput) String

func (s CreateQualificationTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateWorkerBlockInput

type CreateWorkerBlockInput struct {

    // A message explaining the reason for blocking the Worker. This parameter enables
    // you to keep track of your Workers. The Worker does not see this message.
    //
    // Reason is a required field
    Reason *string `type:"string" required:"true"`

    // The ID of the Worker to block.
    //
    // WorkerId is a required field
    WorkerId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateWorkerBlockInput) GoString

func (s CreateWorkerBlockInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkerBlockInput) SetReason

func (s *CreateWorkerBlockInput) SetReason(v string) *CreateWorkerBlockInput

SetReason sets the Reason field's value.

func (*CreateWorkerBlockInput) SetWorkerId

func (s *CreateWorkerBlockInput) SetWorkerId(v string) *CreateWorkerBlockInput

SetWorkerId sets the WorkerId field's value.

func (CreateWorkerBlockInput) String

func (s CreateWorkerBlockInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkerBlockInput) Validate

func (s *CreateWorkerBlockInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateWorkerBlockOutput

type CreateWorkerBlockOutput struct {
    // contains filtered or unexported fields
}

func (CreateWorkerBlockOutput) GoString

func (s CreateWorkerBlockOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateWorkerBlockOutput) String

func (s CreateWorkerBlockOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteHITInput

type DeleteHITInput struct {

    // The ID of the HIT to be deleted.
    //
    // HITId is a required field
    HITId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteHITInput) GoString

func (s DeleteHITInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHITInput) SetHITId

func (s *DeleteHITInput) SetHITId(v string) *DeleteHITInput

SetHITId sets the HITId field's value.

func (DeleteHITInput) String

func (s DeleteHITInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHITInput) Validate

func (s *DeleteHITInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteHITOutput

type DeleteHITOutput struct {
    // contains filtered or unexported fields
}

func (DeleteHITOutput) GoString

func (s DeleteHITOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteHITOutput) String

func (s DeleteHITOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteQualificationTypeInput

type DeleteQualificationTypeInput struct {

    // The ID of the QualificationType to dispose.
    //
    // QualificationTypeId is a required field
    QualificationTypeId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteQualificationTypeInput) GoString

func (s DeleteQualificationTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteQualificationTypeInput) SetQualificationTypeId

func (s *DeleteQualificationTypeInput) SetQualificationTypeId(v string) *DeleteQualificationTypeInput

SetQualificationTypeId sets the QualificationTypeId field's value.

func (DeleteQualificationTypeInput) String

func (s DeleteQualificationTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteQualificationTypeInput) Validate

func (s *DeleteQualificationTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteQualificationTypeOutput

type DeleteQualificationTypeOutput struct {
    // contains filtered or unexported fields
}

func (DeleteQualificationTypeOutput) GoString

func (s DeleteQualificationTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteQualificationTypeOutput) String

func (s DeleteQualificationTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteWorkerBlockInput

type DeleteWorkerBlockInput struct {

    // A message that explains the reason for unblocking the Worker. The Worker
    // does not see this message.
    Reason *string `type:"string"`

    // The ID of the Worker to unblock.
    //
    // WorkerId is a required field
    WorkerId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteWorkerBlockInput) GoString

func (s DeleteWorkerBlockInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteWorkerBlockInput) SetReason

func (s *DeleteWorkerBlockInput) SetReason(v string) *DeleteWorkerBlockInput

SetReason sets the Reason field's value.

func (*DeleteWorkerBlockInput) SetWorkerId

func (s *DeleteWorkerBlockInput) SetWorkerId(v string) *DeleteWorkerBlockInput

SetWorkerId sets the WorkerId field's value.

func (DeleteWorkerBlockInput) String

func (s DeleteWorkerBlockInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteWorkerBlockInput) Validate

func (s *DeleteWorkerBlockInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteWorkerBlockOutput

type DeleteWorkerBlockOutput struct {
    // contains filtered or unexported fields
}

func (DeleteWorkerBlockOutput) GoString

func (s DeleteWorkerBlockOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteWorkerBlockOutput) String

func (s DeleteWorkerBlockOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociateQualificationFromWorkerInput

type DisassociateQualificationFromWorkerInput struct {

    // The ID of the Qualification type of the Qualification to be revoked.
    //
    // QualificationTypeId is a required field
    QualificationTypeId *string `min:"1" type:"string" required:"true"`

    // A text message that explains why the Qualification was revoked. The user
    // who had the Qualification sees this message.
    Reason *string `type:"string"`

    // The ID of the Worker who possesses the Qualification to be revoked.
    //
    // WorkerId is a required field
    WorkerId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DisassociateQualificationFromWorkerInput) GoString

func (s DisassociateQualificationFromWorkerInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateQualificationFromWorkerInput) SetQualificationTypeId

func (s *DisassociateQualificationFromWorkerInput) SetQualificationTypeId(v string) *DisassociateQualificationFromWorkerInput

SetQualificationTypeId sets the QualificationTypeId field's value.

func (*DisassociateQualificationFromWorkerInput) SetReason

func (s *DisassociateQualificationFromWorkerInput) SetReason(v string) *DisassociateQualificationFromWorkerInput

SetReason sets the Reason field's value.

func (*DisassociateQualificationFromWorkerInput) SetWorkerId

func (s *DisassociateQualificationFromWorkerInput) SetWorkerId(v string) *DisassociateQualificationFromWorkerInput

SetWorkerId sets the WorkerId field's value.

func (DisassociateQualificationFromWorkerInput) String

func (s DisassociateQualificationFromWorkerInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateQualificationFromWorkerInput) Validate

func (s *DisassociateQualificationFromWorkerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisassociateQualificationFromWorkerOutput

type DisassociateQualificationFromWorkerOutput struct {
    // contains filtered or unexported fields
}

func (DisassociateQualificationFromWorkerOutput) GoString

func (s DisassociateQualificationFromWorkerOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DisassociateQualificationFromWorkerOutput) String

func (s DisassociateQualificationFromWorkerOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAccountBalanceInput

type GetAccountBalanceInput struct {
    // contains filtered or unexported fields
}

func (GetAccountBalanceInput) GoString

func (s GetAccountBalanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetAccountBalanceInput) String

func (s GetAccountBalanceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAccountBalanceOutput

type GetAccountBalanceOutput struct {

    // A string representing a currency amount.
    AvailableBalance *string `type:"string"`

    // A string representing a currency amount.
    OnHoldBalance *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetAccountBalanceOutput) GoString

func (s GetAccountBalanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccountBalanceOutput) SetAvailableBalance

func (s *GetAccountBalanceOutput) SetAvailableBalance(v string) *GetAccountBalanceOutput

SetAvailableBalance sets the AvailableBalance field's value.

func (*GetAccountBalanceOutput) SetOnHoldBalance

func (s *GetAccountBalanceOutput) SetOnHoldBalance(v string) *GetAccountBalanceOutput

SetOnHoldBalance sets the OnHoldBalance field's value.

func (GetAccountBalanceOutput) String

func (s GetAccountBalanceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAssignmentInput

type GetAssignmentInput struct {

    // The ID of the Assignment to be retrieved.
    //
    // AssignmentId is a required field
    AssignmentId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetAssignmentInput) GoString

func (s GetAssignmentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssignmentInput) SetAssignmentId

func (s *GetAssignmentInput) SetAssignmentId(v string) *GetAssignmentInput

SetAssignmentId sets the AssignmentId field's value.

func (GetAssignmentInput) String

func (s GetAssignmentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssignmentInput) Validate

func (s *GetAssignmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAssignmentOutput

type GetAssignmentOutput struct {

    // The assignment. The response includes one Assignment element.
    Assignment *Assignment `type:"structure"`

    // The HIT associated with this assignment. The response includes one HIT element.
    HIT *HIT `type:"structure"`
    // contains filtered or unexported fields
}

func (GetAssignmentOutput) GoString

func (s GetAssignmentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssignmentOutput) SetAssignment

func (s *GetAssignmentOutput) SetAssignment(v *Assignment) *GetAssignmentOutput

SetAssignment sets the Assignment field's value.

func (*GetAssignmentOutput) SetHIT

func (s *GetAssignmentOutput) SetHIT(v *HIT) *GetAssignmentOutput

SetHIT sets the HIT field's value.

func (GetAssignmentOutput) String

func (s GetAssignmentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetFileUploadURLInput

type GetFileUploadURLInput struct {

    // The ID of the assignment that contains the question with a FileUploadAnswer.
    //
    // AssignmentId is a required field
    AssignmentId *string `min:"1" type:"string" required:"true"`

    // The identifier of the question with a FileUploadAnswer, as specified in the
    // QuestionForm of the HIT.
    //
    // QuestionIdentifier is a required field
    QuestionIdentifier *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetFileUploadURLInput) GoString

func (s GetFileUploadURLInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFileUploadURLInput) SetAssignmentId

func (s *GetFileUploadURLInput) SetAssignmentId(v string) *GetFileUploadURLInput

SetAssignmentId sets the AssignmentId field's value.

func (*GetFileUploadURLInput) SetQuestionIdentifier

func (s *GetFileUploadURLInput) SetQuestionIdentifier(v string) *GetFileUploadURLInput

SetQuestionIdentifier sets the QuestionIdentifier field's value.

func (GetFileUploadURLInput) String

func (s GetFileUploadURLInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFileUploadURLInput) Validate

func (s *GetFileUploadURLInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetFileUploadURLOutput

type GetFileUploadURLOutput struct {

    // A temporary URL for the file that the Worker uploaded for the answer.
    FileUploadURL *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetFileUploadURLOutput) GoString

func (s GetFileUploadURLOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetFileUploadURLOutput) SetFileUploadURL

func (s *GetFileUploadURLOutput) SetFileUploadURL(v string) *GetFileUploadURLOutput

SetFileUploadURL sets the FileUploadURL field's value.

func (GetFileUploadURLOutput) String

func (s GetFileUploadURLOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetHITInput

type GetHITInput struct {

    // The ID of the HIT to be retrieved.
    //
    // HITId is a required field
    HITId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetHITInput) GoString

func (s GetHITInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetHITInput) SetHITId

func (s *GetHITInput) SetHITId(v string) *GetHITInput

SetHITId sets the HITId field's value.

func (GetHITInput) String

func (s GetHITInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetHITInput) Validate

func (s *GetHITInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetHITOutput

type GetHITOutput struct {

    // Contains the requested HIT data.
    HIT *HIT `type:"structure"`
    // contains filtered or unexported fields
}

func (GetHITOutput) GoString

func (s GetHITOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetHITOutput) SetHIT

func (s *GetHITOutput) SetHIT(v *HIT) *GetHITOutput

SetHIT sets the HIT field's value.

func (GetHITOutput) String

func (s GetHITOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetQualificationScoreInput

type GetQualificationScoreInput struct {

    // The ID of the QualificationType.
    //
    // QualificationTypeId is a required field
    QualificationTypeId *string `min:"1" type:"string" required:"true"`

    // The ID of the Worker whose Qualification is being updated.
    //
    // WorkerId is a required field
    WorkerId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetQualificationScoreInput) GoString

func (s GetQualificationScoreInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetQualificationScoreInput) SetQualificationTypeId

func (s *GetQualificationScoreInput) SetQualificationTypeId(v string) *GetQualificationScoreInput

SetQualificationTypeId sets the QualificationTypeId field's value.

func (*GetQualificationScoreInput) SetWorkerId

func (s *GetQualificationScoreInput) SetWorkerId(v string) *GetQualificationScoreInput

SetWorkerId sets the WorkerId field's value.

func (GetQualificationScoreInput) String

func (s GetQualificationScoreInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetQualificationScoreInput) Validate

func (s *GetQualificationScoreInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetQualificationScoreOutput

type GetQualificationScoreOutput struct {

    // The Qualification data structure of the Qualification assigned to a user,
    // including the Qualification type and the value (score).
    Qualification *Qualification `type:"structure"`
    // contains filtered or unexported fields
}

func (GetQualificationScoreOutput) GoString

func (s GetQualificationScoreOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetQualificationScoreOutput) SetQualification

func (s *GetQualificationScoreOutput) SetQualification(v *Qualification) *GetQualificationScoreOutput

SetQualification sets the Qualification field's value.

func (GetQualificationScoreOutput) String

func (s GetQualificationScoreOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetQualificationTypeInput

type GetQualificationTypeInput struct {

    // The ID of the QualificationType.
    //
    // QualificationTypeId is a required field
    QualificationTypeId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetQualificationTypeInput) GoString

func (s GetQualificationTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetQualificationTypeInput) SetQualificationTypeId

func (s *GetQualificationTypeInput) SetQualificationTypeId(v string) *GetQualificationTypeInput

SetQualificationTypeId sets the QualificationTypeId field's value.

func (GetQualificationTypeInput) String

func (s GetQualificationTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetQualificationTypeInput) Validate

func (s *GetQualificationTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetQualificationTypeOutput

type GetQualificationTypeOutput struct {

    // The returned Qualification Type
    QualificationType *QualificationType `type:"structure"`
    // contains filtered or unexported fields
}

func (GetQualificationTypeOutput) GoString

func (s GetQualificationTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetQualificationTypeOutput) SetQualificationType

func (s *GetQualificationTypeOutput) SetQualificationType(v *QualificationType) *GetQualificationTypeOutput

SetQualificationType sets the QualificationType field's value.

func (GetQualificationTypeOutput) String

func (s GetQualificationTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HIT

type HIT struct {

    // The length of time, in seconds, that a Worker has to complete the HIT after
    // accepting it.
    AssignmentDurationInSeconds *int64 `type:"long"`

    // The amount of time, in seconds, after the Worker submits an assignment for
    // the HIT that the results are automatically approved by Amazon Mechanical
    // Turk. This is the amount of time the Requester has to reject an assignment
    // submitted by a Worker before the assignment is auto-approved and the Worker
    // is paid.
    AutoApprovalDelayInSeconds *int64 `type:"long"`

    // The date and time the HIT was created.
    CreationTime *time.Time `type:"timestamp"`

    // A general description of the HIT.
    Description *string `type:"string"`

    // The date and time the HIT expires.
    Expiration *time.Time `type:"timestamp"`

    // The ID of the HIT Group of this HIT.
    HITGroupId *string `min:"1" type:"string"`

    // A unique identifier for the HIT.
    HITId *string `min:"1" type:"string"`

    // The ID of the HIT Layout of this HIT.
    HITLayoutId *string `min:"1" type:"string"`

    // Indicates the review status of the HIT. Valid Values are NotReviewed | MarkedForReview
    // | ReviewedAppropriate | ReviewedInappropriate.
    HITReviewStatus *string `type:"string" enum:"HITReviewStatus"`

    // The status of the HIT and its assignments. Valid Values are Assignable |
    // Unassignable | Reviewable | Reviewing | Disposed.
    HITStatus *string `type:"string" enum:"HITStatus"`

    // The ID of the HIT type of this HIT
    HITTypeId *string `min:"1" type:"string"`

    // One or more words or phrases that describe the HIT, separated by commas.
    // Search terms similar to the keywords of a HIT are more likely to have the
    // HIT in the search results.
    Keywords *string `type:"string"`

    // The number of times the HIT can be accepted and completed before the HIT
    // becomes unavailable.
    MaxAssignments *int64 `type:"integer"`

    // The number of assignments for this HIT that are available for Workers to
    // accept.
    NumberOfAssignmentsAvailable *int64 `type:"integer"`

    // The number of assignments for this HIT that have been approved or rejected.
    NumberOfAssignmentsCompleted *int64 `type:"integer"`

    // The number of assignments for this HIT that are being previewed or have been
    // accepted by Workers, but have not yet been submitted, returned, or abandoned.
    NumberOfAssignmentsPending *int64 `type:"integer"`

    // Conditions that a Worker's Qualifications must meet in order to accept the
    // HIT. A HIT can have between zero and ten Qualification requirements. All
    // requirements must be met in order for a Worker to accept the HIT. Additionally,
    // other actions can be restricted using the ActionsGuarded field on each QualificationRequirement
    // structure.
    QualificationRequirements []*QualificationRequirement `type:"list"`

    // The data the Worker completing the HIT uses produce the results. This is
    // either either a QuestionForm, HTMLQuestion or an ExternalQuestion data structure.
    Question *string `type:"string"`

    // An arbitrary data field the Requester who created the HIT can use. This field
    // is visible only to the creator of the HIT.
    RequesterAnnotation *string `type:"string"`

    // A string representing a currency amount.
    Reward *string `type:"string"`

    // The title of the HIT.
    Title *string `type:"string"`
    // contains filtered or unexported fields
}

The HIT data structure represents a single HIT, including all the information necessary for a Worker to accept and complete the HIT.

func (HIT) GoString

func (s HIT) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HIT) SetAssignmentDurationInSeconds

func (s *HIT) SetAssignmentDurationInSeconds(v int64) *HIT

SetAssignmentDurationInSeconds sets the AssignmentDurationInSeconds field's value.

func (*HIT) SetAutoApprovalDelayInSeconds

func (s *HIT) SetAutoApprovalDelayInSeconds(v int64) *HIT

SetAutoApprovalDelayInSeconds sets the AutoApprovalDelayInSeconds field's value.

func (*HIT) SetCreationTime

func (s *HIT) SetCreationTime(v time.Time) *HIT

SetCreationTime sets the CreationTime field's value.

func (*HIT) SetDescription

func (s *HIT) SetDescription(v string) *HIT

SetDescription sets the Description field's value.

func (*HIT) SetExpiration

func (s *HIT) SetExpiration(v time.Time) *HIT

SetExpiration sets the Expiration field's value.

func (*HIT) SetHITGroupId

func (s *HIT) SetHITGroupId(v string) *HIT

SetHITGroupId sets the HITGroupId field's value.

func (*HIT) SetHITId

func (s *HIT) SetHITId(v string) *HIT

SetHITId sets the HITId field's value.

func (*HIT) SetHITLayoutId

func (s *HIT) SetHITLayoutId(v string) *HIT

SetHITLayoutId sets the HITLayoutId field's value.

func (*HIT) SetHITReviewStatus

func (s *HIT) SetHITReviewStatus(v string) *HIT

SetHITReviewStatus sets the HITReviewStatus field's value.

func (*HIT) SetHITStatus

func (s *HIT) SetHITStatus(v string) *HIT

SetHITStatus sets the HITStatus field's value.

func (*HIT) SetHITTypeId

func (s *HIT) SetHITTypeId(v string) *HIT

SetHITTypeId sets the HITTypeId field's value.

func (*HIT) SetKeywords

func (s *HIT) SetKeywords(v string) *HIT

SetKeywords sets the Keywords field's value.

func (*HIT) SetMaxAssignments

func (s *HIT) SetMaxAssignments(v int64) *HIT

SetMaxAssignments sets the MaxAssignments field's value.

func (*HIT) SetNumberOfAssignmentsAvailable

func (s *HIT) SetNumberOfAssignmentsAvailable(v int64) *HIT

SetNumberOfAssignmentsAvailable sets the NumberOfAssignmentsAvailable field's value.

func (*HIT) SetNumberOfAssignmentsCompleted

func (s *HIT) SetNumberOfAssignmentsCompleted(v int64) *HIT

SetNumberOfAssignmentsCompleted sets the NumberOfAssignmentsCompleted field's value.

func (*HIT) SetNumberOfAssignmentsPending

func (s *HIT) SetNumberOfAssignmentsPending(v int64) *HIT

SetNumberOfAssignmentsPending sets the NumberOfAssignmentsPending field's value.

func (*HIT) SetQualificationRequirements

func (s *HIT) SetQualificationRequirements(v []*QualificationRequirement) *HIT

SetQualificationRequirements sets the QualificationRequirements field's value.

func (*HIT) SetQuestion

func (s *HIT) SetQuestion(v string) *HIT

SetQuestion sets the Question field's value.

func (*HIT) SetRequesterAnnotation

func (s *HIT) SetRequesterAnnotation(v string) *HIT

SetRequesterAnnotation sets the RequesterAnnotation field's value.

func (*HIT) SetReward

func (s *HIT) SetReward(v string) *HIT

SetReward sets the Reward field's value.

func (*HIT) SetTitle

func (s *HIT) SetTitle(v string) *HIT

SetTitle sets the Title field's value.

func (HIT) String

func (s HIT) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HITLayoutParameter

type HITLayoutParameter struct {

    // The name of the parameter in the HITLayout.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The value substituted for the parameter referenced in the HITLayout.
    //
    // Value is a required field
    Value *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

The HITLayoutParameter data structure defines parameter values used with a HITLayout. A HITLayout is a reusable Amazon Mechanical Turk project template used to provide Human Intelligence Task (HIT) question data for CreateHIT.

func (HITLayoutParameter) GoString

func (s HITLayoutParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HITLayoutParameter) SetName

func (s *HITLayoutParameter) SetName(v string) *HITLayoutParameter

SetName sets the Name field's value.

func (*HITLayoutParameter) SetValue

func (s *HITLayoutParameter) SetValue(v string) *HITLayoutParameter

SetValue sets the Value field's value.

func (HITLayoutParameter) String

func (s HITLayoutParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HITLayoutParameter) Validate

func (s *HITLayoutParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssignmentsForHITInput

type ListAssignmentsForHITInput struct {

    // The status of the assignments to return: Submitted | Approved | Rejected
    AssignmentStatuses []*string `type:"list" enum:"AssignmentStatus"`

    // The ID of the HIT.
    //
    // HITId is a required field
    HITId *string `min:"1" type:"string" required:"true"`

    MaxResults *int64 `min:"1" type:"integer"`

    // Pagination token
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAssignmentsForHITInput) GoString

func (s ListAssignmentsForHITInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssignmentsForHITInput) SetAssignmentStatuses

func (s *ListAssignmentsForHITInput) SetAssignmentStatuses(v []*string) *ListAssignmentsForHITInput

SetAssignmentStatuses sets the AssignmentStatuses field's value.

func (*ListAssignmentsForHITInput) SetHITId

func (s *ListAssignmentsForHITInput) SetHITId(v string) *ListAssignmentsForHITInput

SetHITId sets the HITId field's value.

func (*ListAssignmentsForHITInput) SetMaxResults

func (s *ListAssignmentsForHITInput) SetMaxResults(v int64) *ListAssignmentsForHITInput

SetMaxResults sets the MaxResults field's value.

func (*ListAssignmentsForHITInput) SetNextToken

func (s *ListAssignmentsForHITInput) SetNextToken(v string) *ListAssignmentsForHITInput

SetNextToken sets the NextToken field's value.

func (ListAssignmentsForHITInput) String

func (s ListAssignmentsForHITInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssignmentsForHITInput) Validate

func (s *ListAssignmentsForHITInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssignmentsForHITOutput

type ListAssignmentsForHITOutput struct {

    // The collection of Assignment data structures returned by this call.
    Assignments []*Assignment `type:"list"`

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Mechanical Turk returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `min:"1" type:"string"`

    // The number of assignments on the page in the filtered results list, equivalent
    // to the number of assignments returned by this call.
    NumResults *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (ListAssignmentsForHITOutput) GoString

func (s ListAssignmentsForHITOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssignmentsForHITOutput) SetAssignments

func (s *ListAssignmentsForHITOutput) SetAssignments(v []*Assignment) *ListAssignmentsForHITOutput

SetAssignments sets the Assignments field's value.

func (*ListAssignmentsForHITOutput) SetNextToken

func (s *ListAssignmentsForHITOutput) SetNextToken(v string) *ListAssignmentsForHITOutput

SetNextToken sets the NextToken field's value.

func (*ListAssignmentsForHITOutput) SetNumResults

func (s *ListAssignmentsForHITOutput) SetNumResults(v int64) *ListAssignmentsForHITOutput

SetNumResults sets the NumResults field's value.

func (ListAssignmentsForHITOutput) String

func (s ListAssignmentsForHITOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListBonusPaymentsInput

type ListBonusPaymentsInput struct {

    // The ID of the assignment associated with the bonus payments to retrieve.
    // If specified, only bonus payments for the given assignment are returned.
    // Either the HITId parameter or the AssignmentId parameter must be specified
    AssignmentId *string `min:"1" type:"string"`

    // The ID of the HIT associated with the bonus payments to retrieve. If not
    // specified, all bonus payments for all assignments for the given HIT are returned.
    // Either the HITId parameter or the AssignmentId parameter must be specified
    HITId *string `min:"1" type:"string"`

    MaxResults *int64 `min:"1" type:"integer"`

    // Pagination token
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListBonusPaymentsInput) GoString

func (s ListBonusPaymentsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBonusPaymentsInput) SetAssignmentId

func (s *ListBonusPaymentsInput) SetAssignmentId(v string) *ListBonusPaymentsInput

SetAssignmentId sets the AssignmentId field's value.

func (*ListBonusPaymentsInput) SetHITId

func (s *ListBonusPaymentsInput) SetHITId(v string) *ListBonusPaymentsInput

SetHITId sets the HITId field's value.

func (*ListBonusPaymentsInput) SetMaxResults

func (s *ListBonusPaymentsInput) SetMaxResults(v int64) *ListBonusPaymentsInput

SetMaxResults sets the MaxResults field's value.

func (*ListBonusPaymentsInput) SetNextToken

func (s *ListBonusPaymentsInput) SetNextToken(v string) *ListBonusPaymentsInput

SetNextToken sets the NextToken field's value.

func (ListBonusPaymentsInput) String

func (s ListBonusPaymentsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBonusPaymentsInput) Validate

func (s *ListBonusPaymentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListBonusPaymentsOutput

type ListBonusPaymentsOutput struct {

    // A successful request to the ListBonusPayments operation returns a list of
    // BonusPayment objects.
    BonusPayments []*BonusPayment `type:"list"`

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Mechanical Turk returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `min:"1" type:"string"`

    // The number of bonus payments on this page in the filtered results list, equivalent
    // to the number of bonus payments being returned by this call.
    NumResults *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (ListBonusPaymentsOutput) GoString

func (s ListBonusPaymentsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBonusPaymentsOutput) SetBonusPayments

func (s *ListBonusPaymentsOutput) SetBonusPayments(v []*BonusPayment) *ListBonusPaymentsOutput

SetBonusPayments sets the BonusPayments field's value.

func (*ListBonusPaymentsOutput) SetNextToken

func (s *ListBonusPaymentsOutput) SetNextToken(v string) *ListBonusPaymentsOutput

SetNextToken sets the NextToken field's value.

func (*ListBonusPaymentsOutput) SetNumResults

func (s *ListBonusPaymentsOutput) SetNumResults(v int64) *ListBonusPaymentsOutput

SetNumResults sets the NumResults field's value.

func (ListBonusPaymentsOutput) String

func (s ListBonusPaymentsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListHITsForQualificationTypeInput

type ListHITsForQualificationTypeInput struct {

    // Limit the number of results returned.
    MaxResults *int64 `min:"1" type:"integer"`

    // Pagination Token
    NextToken *string `min:"1" type:"string"`

    // The ID of the Qualification type to use when querying HITs.
    //
    // QualificationTypeId is a required field
    QualificationTypeId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListHITsForQualificationTypeInput) GoString

func (s ListHITsForQualificationTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHITsForQualificationTypeInput) SetMaxResults

func (s *ListHITsForQualificationTypeInput) SetMaxResults(v int64) *ListHITsForQualificationTypeInput

SetMaxResults sets the MaxResults field's value.

func (*ListHITsForQualificationTypeInput) SetNextToken

func (s *ListHITsForQualificationTypeInput) SetNextToken(v string) *ListHITsForQualificationTypeInput

SetNextToken sets the NextToken field's value.

func (*ListHITsForQualificationTypeInput) SetQualificationTypeId

func (s *ListHITsForQualificationTypeInput) SetQualificationTypeId(v string) *ListHITsForQualificationTypeInput

SetQualificationTypeId sets the QualificationTypeId field's value.

func (ListHITsForQualificationTypeInput) String

func (s ListHITsForQualificationTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHITsForQualificationTypeInput) Validate

func (s *ListHITsForQualificationTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListHITsForQualificationTypeOutput

type ListHITsForQualificationTypeOutput struct {

    // The list of HIT elements returned by the query.
    HITs []*HIT `type:"list"`

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Mechanical Turk returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `min:"1" type:"string"`

    // The number of HITs on this page in the filtered results list, equivalent
    // to the number of HITs being returned by this call.
    NumResults *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (ListHITsForQualificationTypeOutput) GoString

func (s ListHITsForQualificationTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHITsForQualificationTypeOutput) SetHITs

func (s *ListHITsForQualificationTypeOutput) SetHITs(v []*HIT) *ListHITsForQualificationTypeOutput

SetHITs sets the HITs field's value.

func (*ListHITsForQualificationTypeOutput) SetNextToken

func (s *ListHITsForQualificationTypeOutput) SetNextToken(v string) *ListHITsForQualificationTypeOutput

SetNextToken sets the NextToken field's value.

func (*ListHITsForQualificationTypeOutput) SetNumResults

func (s *ListHITsForQualificationTypeOutput) SetNumResults(v int64) *ListHITsForQualificationTypeOutput

SetNumResults sets the NumResults field's value.

func (ListHITsForQualificationTypeOutput) String

func (s ListHITsForQualificationTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListHITsInput

type ListHITsInput struct {
    MaxResults *int64 `min:"1" type:"integer"`

    // Pagination token
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListHITsInput) GoString

func (s ListHITsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHITsInput) SetMaxResults

func (s *ListHITsInput) SetMaxResults(v int64) *ListHITsInput

SetMaxResults sets the MaxResults field's value.

func (*ListHITsInput) SetNextToken

func (s *ListHITsInput) SetNextToken(v string) *ListHITsInput

SetNextToken sets the NextToken field's value.

func (ListHITsInput) String

func (s ListHITsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHITsInput) Validate

func (s *ListHITsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListHITsOutput

type ListHITsOutput struct {

    // The list of HIT elements returned by the query.
    HITs []*HIT `type:"list"`

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Mechanical Turk returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `min:"1" type:"string"`

    // The number of HITs on this page in the filtered results list, equivalent
    // to the number of HITs being returned by this call.
    NumResults *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (ListHITsOutput) GoString

func (s ListHITsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHITsOutput) SetHITs

func (s *ListHITsOutput) SetHITs(v []*HIT) *ListHITsOutput

SetHITs sets the HITs field's value.

func (*ListHITsOutput) SetNextToken

func (s *ListHITsOutput) SetNextToken(v string) *ListHITsOutput

SetNextToken sets the NextToken field's value.

func (*ListHITsOutput) SetNumResults

func (s *ListHITsOutput) SetNumResults(v int64) *ListHITsOutput

SetNumResults sets the NumResults field's value.

func (ListHITsOutput) String

func (s ListHITsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListQualificationRequestsInput

type ListQualificationRequestsInput struct {

    // The maximum number of results to return in a single call.
    MaxResults *int64 `min:"1" type:"integer"`

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Mechanical Turk returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `min:"1" type:"string"`

    // The ID of the QualificationType.
    QualificationTypeId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListQualificationRequestsInput) GoString

func (s ListQualificationRequestsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListQualificationRequestsInput) SetMaxResults

func (s *ListQualificationRequestsInput) SetMaxResults(v int64) *ListQualificationRequestsInput

SetMaxResults sets the MaxResults field's value.

func (*ListQualificationRequestsInput) SetNextToken

func (s *ListQualificationRequestsInput) SetNextToken(v string) *ListQualificationRequestsInput

SetNextToken sets the NextToken field's value.

func (*ListQualificationRequestsInput) SetQualificationTypeId

func (s *ListQualificationRequestsInput) SetQualificationTypeId(v string) *ListQualificationRequestsInput

SetQualificationTypeId sets the QualificationTypeId field's value.

func (ListQualificationRequestsInput) String

func (s ListQualificationRequestsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListQualificationRequestsInput) Validate

func (s *ListQualificationRequestsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListQualificationRequestsOutput

type ListQualificationRequestsOutput struct {

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Mechanical Turk returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `min:"1" type:"string"`

    // The number of Qualification requests on this page in the filtered results
    // list, equivalent to the number of Qualification requests being returned by
    // this call.
    NumResults *int64 `type:"integer"`

    // The Qualification request. The response includes one QualificationRequest
    // element for each Qualification request returned by the query.
    QualificationRequests []*QualificationRequest `type:"list"`
    // contains filtered or unexported fields
}

func (ListQualificationRequestsOutput) GoString

func (s ListQualificationRequestsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListQualificationRequestsOutput) SetNextToken

func (s *ListQualificationRequestsOutput) SetNextToken(v string) *ListQualificationRequestsOutput

SetNextToken sets the NextToken field's value.

func (*ListQualificationRequestsOutput) SetNumResults

func (s *ListQualificationRequestsOutput) SetNumResults(v int64) *ListQualificationRequestsOutput

SetNumResults sets the NumResults field's value.

func (*ListQualificationRequestsOutput) SetQualificationRequests

func (s *ListQualificationRequestsOutput) SetQualificationRequests(v []*QualificationRequest) *ListQualificationRequestsOutput

SetQualificationRequests sets the QualificationRequests field's value.

func (ListQualificationRequestsOutput) String

func (s ListQualificationRequestsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListQualificationTypesInput

type ListQualificationTypesInput struct {

    // The maximum number of results to return in a single call.
    MaxResults *int64 `min:"1" type:"integer"`

    // Specifies that only Qualification types that the Requester created are returned.
    // If false, the operation returns all Qualification types.
    MustBeOwnedByCaller *bool `type:"boolean"`

    // Specifies that only Qualification types that a user can request through the
    // Amazon Mechanical Turk web site, such as by taking a Qualification test,
    // are returned as results of the search. Some Qualification types, such as
    // those assigned automatically by the system, cannot be requested directly
    // by users. If false, all Qualification types, including those managed by the
    // system, are considered. Valid values are True | False.
    //
    // MustBeRequestable is a required field
    MustBeRequestable *bool `type:"boolean" required:"true"`

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Mechanical Turk returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `min:"1" type:"string"`

    // A text query against all of the searchable attributes of Qualification types.
    Query *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListQualificationTypesInput) GoString

func (s ListQualificationTypesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListQualificationTypesInput) SetMaxResults

func (s *ListQualificationTypesInput) SetMaxResults(v int64) *ListQualificationTypesInput

SetMaxResults sets the MaxResults field's value.

func (*ListQualificationTypesInput) SetMustBeOwnedByCaller

func (s *ListQualificationTypesInput) SetMustBeOwnedByCaller(v bool) *ListQualificationTypesInput

SetMustBeOwnedByCaller sets the MustBeOwnedByCaller field's value.

func (*ListQualificationTypesInput) SetMustBeRequestable

func (s *ListQualificationTypesInput) SetMustBeRequestable(v bool) *ListQualificationTypesInput

SetMustBeRequestable sets the MustBeRequestable field's value.

func (*ListQualificationTypesInput) SetNextToken

func (s *ListQualificationTypesInput) SetNextToken(v string) *ListQualificationTypesInput

SetNextToken sets the NextToken field's value.

func (*ListQualificationTypesInput) SetQuery

func (s *ListQualificationTypesInput) SetQuery(v string) *ListQualificationTypesInput

SetQuery sets the Query field's value.

func (ListQualificationTypesInput) String

func (s ListQualificationTypesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListQualificationTypesInput) Validate

func (s *ListQualificationTypesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListQualificationTypesOutput

type ListQualificationTypesOutput struct {

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Mechanical Turk returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `min:"1" type:"string"`

    // The number of Qualification types on this page in the filtered results list,
    // equivalent to the number of types this operation returns.
    NumResults *int64 `type:"integer"`

    // The list of QualificationType elements returned by the query.
    QualificationTypes []*QualificationType `type:"list"`
    // contains filtered or unexported fields
}

func (ListQualificationTypesOutput) GoString

func (s ListQualificationTypesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListQualificationTypesOutput) SetNextToken

func (s *ListQualificationTypesOutput) SetNextToken(v string) *ListQualificationTypesOutput

SetNextToken sets the NextToken field's value.

func (*ListQualificationTypesOutput) SetNumResults

func (s *ListQualificationTypesOutput) SetNumResults(v int64) *ListQualificationTypesOutput

SetNumResults sets the NumResults field's value.

func (*ListQualificationTypesOutput) SetQualificationTypes

func (s *ListQualificationTypesOutput) SetQualificationTypes(v []*QualificationType) *ListQualificationTypesOutput

SetQualificationTypes sets the QualificationTypes field's value.

func (ListQualificationTypesOutput) String

func (s ListQualificationTypesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListReviewPolicyResultsForHITInput

type ListReviewPolicyResultsForHITInput struct {

    // The unique identifier of the HIT to retrieve review results for.
    //
    // HITId is a required field
    HITId *string `min:"1" type:"string" required:"true"`

    // Limit the number of results returned.
    MaxResults *int64 `min:"1" type:"integer"`

    // Pagination token
    NextToken *string `min:"1" type:"string"`

    // The Policy Level(s) to retrieve review results for - HIT or Assignment. If
    // omitted, the default behavior is to retrieve all data for both policy levels.
    // For a list of all the described policies, see Review Policies.
    PolicyLevels []*string `type:"list" enum:"ReviewPolicyLevel"`

    // Specify if the operation should retrieve a list of the actions taken executing
    // the Review Policies and their outcomes.
    RetrieveActions *bool `type:"boolean"`

    // Specify if the operation should retrieve a list of the results computed by
    // the Review Policies.
    RetrieveResults *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (ListReviewPolicyResultsForHITInput) GoString

func (s ListReviewPolicyResultsForHITInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListReviewPolicyResultsForHITInput) SetHITId

func (s *ListReviewPolicyResultsForHITInput) SetHITId(v string) *ListReviewPolicyResultsForHITInput

SetHITId sets the HITId field's value.

func (*ListReviewPolicyResultsForHITInput) SetMaxResults

func (s *ListReviewPolicyResultsForHITInput) SetMaxResults(v int64) *ListReviewPolicyResultsForHITInput

SetMaxResults sets the MaxResults field's value.

func (*ListReviewPolicyResultsForHITInput) SetNextToken

func (s *ListReviewPolicyResultsForHITInput) SetNextToken(v string) *ListReviewPolicyResultsForHITInput

SetNextToken sets the NextToken field's value.

func (*ListReviewPolicyResultsForHITInput) SetPolicyLevels

func (s *ListReviewPolicyResultsForHITInput) SetPolicyLevels(v []*string) *ListReviewPolicyResultsForHITInput

SetPolicyLevels sets the PolicyLevels field's value.

func (*ListReviewPolicyResultsForHITInput) SetRetrieveActions

func (s *ListReviewPolicyResultsForHITInput) SetRetrieveActions(v bool) *ListReviewPolicyResultsForHITInput

SetRetrieveActions sets the RetrieveActions field's value.

func (*ListReviewPolicyResultsForHITInput) SetRetrieveResults

func (s *ListReviewPolicyResultsForHITInput) SetRetrieveResults(v bool) *ListReviewPolicyResultsForHITInput

SetRetrieveResults sets the RetrieveResults field's value.

func (ListReviewPolicyResultsForHITInput) String

func (s ListReviewPolicyResultsForHITInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListReviewPolicyResultsForHITInput) Validate

func (s *ListReviewPolicyResultsForHITInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListReviewPolicyResultsForHITOutput

type ListReviewPolicyResultsForHITOutput struct {

    // The name of the Assignment-level Review Policy. This contains only the PolicyName
    // element.
    AssignmentReviewPolicy *ReviewPolicy `type:"structure"`

    // Contains both ReviewResult and ReviewAction elements for an Assignment.
    AssignmentReviewReport *ReviewReport `type:"structure"`

    // The HITId of the HIT for which results have been returned.
    HITId *string `min:"1" type:"string"`

    // The name of the HIT-level Review Policy. This contains only the PolicyName
    // element.
    HITReviewPolicy *ReviewPolicy `type:"structure"`

    // Contains both ReviewResult and ReviewAction elements for a particular HIT.
    HITReviewReport *ReviewReport `type:"structure"`

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Mechanical Turk returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListReviewPolicyResultsForHITOutput) GoString

func (s ListReviewPolicyResultsForHITOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListReviewPolicyResultsForHITOutput) SetAssignmentReviewPolicy

func (s *ListReviewPolicyResultsForHITOutput) SetAssignmentReviewPolicy(v *ReviewPolicy) *ListReviewPolicyResultsForHITOutput

SetAssignmentReviewPolicy sets the AssignmentReviewPolicy field's value.

func (*ListReviewPolicyResultsForHITOutput) SetAssignmentReviewReport

func (s *ListReviewPolicyResultsForHITOutput) SetAssignmentReviewReport(v *ReviewReport) *ListReviewPolicyResultsForHITOutput

SetAssignmentReviewReport sets the AssignmentReviewReport field's value.

func (*ListReviewPolicyResultsForHITOutput) SetHITId

func (s *ListReviewPolicyResultsForHITOutput) SetHITId(v string) *ListReviewPolicyResultsForHITOutput

SetHITId sets the HITId field's value.

func (*ListReviewPolicyResultsForHITOutput) SetHITReviewPolicy

func (s *ListReviewPolicyResultsForHITOutput) SetHITReviewPolicy(v *ReviewPolicy) *ListReviewPolicyResultsForHITOutput

SetHITReviewPolicy sets the HITReviewPolicy field's value.

func (*ListReviewPolicyResultsForHITOutput) SetHITReviewReport

func (s *ListReviewPolicyResultsForHITOutput) SetHITReviewReport(v *ReviewReport) *ListReviewPolicyResultsForHITOutput

SetHITReviewReport sets the HITReviewReport field's value.

func (*ListReviewPolicyResultsForHITOutput) SetNextToken

func (s *ListReviewPolicyResultsForHITOutput) SetNextToken(v string) *ListReviewPolicyResultsForHITOutput

SetNextToken sets the NextToken field's value.

func (ListReviewPolicyResultsForHITOutput) String

func (s ListReviewPolicyResultsForHITOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListReviewableHITsInput

type ListReviewableHITsInput struct {

    // The ID of the HIT type of the HITs to consider for the query. If not specified,
    // all HITs for the Reviewer are considered
    HITTypeId *string `min:"1" type:"string"`

    // Limit the number of results returned.
    MaxResults *int64 `min:"1" type:"integer"`

    // Pagination Token
    NextToken *string `min:"1" type:"string"`

    // Can be either Reviewable or Reviewing. Reviewable is the default value.
    Status *string `type:"string" enum:"ReviewableHITStatus"`
    // contains filtered or unexported fields
}

func (ListReviewableHITsInput) GoString

func (s ListReviewableHITsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListReviewableHITsInput) SetHITTypeId

func (s *ListReviewableHITsInput) SetHITTypeId(v string) *ListReviewableHITsInput

SetHITTypeId sets the HITTypeId field's value.

func (*ListReviewableHITsInput) SetMaxResults

func (s *ListReviewableHITsInput) SetMaxResults(v int64) *ListReviewableHITsInput

SetMaxResults sets the MaxResults field's value.

func (*ListReviewableHITsInput) SetNextToken

func (s *ListReviewableHITsInput) SetNextToken(v string) *ListReviewableHITsInput

SetNextToken sets the NextToken field's value.

func (*ListReviewableHITsInput) SetStatus

func (s *ListReviewableHITsInput) SetStatus(v string) *ListReviewableHITsInput

SetStatus sets the Status field's value.

func (ListReviewableHITsInput) String

func (s ListReviewableHITsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListReviewableHITsInput) Validate

func (s *ListReviewableHITsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListReviewableHITsOutput

type ListReviewableHITsOutput struct {

    // The list of HIT elements returned by the query.
    HITs []*HIT `type:"list"`

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Mechanical Turk returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `min:"1" type:"string"`

    // The number of HITs on this page in the filtered results list, equivalent
    // to the number of HITs being returned by this call.
    NumResults *int64 `type:"integer"`
    // contains filtered or unexported fields
}

func (ListReviewableHITsOutput) GoString

func (s ListReviewableHITsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListReviewableHITsOutput) SetHITs

func (s *ListReviewableHITsOutput) SetHITs(v []*HIT) *ListReviewableHITsOutput

SetHITs sets the HITs field's value.

func (*ListReviewableHITsOutput) SetNextToken

func (s *ListReviewableHITsOutput) SetNextToken(v string) *ListReviewableHITsOutput

SetNextToken sets the NextToken field's value.

func (*ListReviewableHITsOutput) SetNumResults

func (s *ListReviewableHITsOutput) SetNumResults(v int64) *ListReviewableHITsOutput

SetNumResults sets the NumResults field's value.

func (ListReviewableHITsOutput) String

func (s ListReviewableHITsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListWorkerBlocksInput

type ListWorkerBlocksInput struct {
    MaxResults *int64 `min:"1" type:"integer"`

    // Pagination token
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListWorkerBlocksInput) GoString

func (s ListWorkerBlocksInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkerBlocksInput) SetMaxResults

func (s *ListWorkerBlocksInput) SetMaxResults(v int64) *ListWorkerBlocksInput

SetMaxResults sets the MaxResults field's value.

func (*ListWorkerBlocksInput) SetNextToken

func (s *ListWorkerBlocksInput) SetNextToken(v string) *ListWorkerBlocksInput

SetNextToken sets the NextToken field's value.

func (ListWorkerBlocksInput) String

func (s ListWorkerBlocksInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkerBlocksInput) Validate

func (s *ListWorkerBlocksInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListWorkerBlocksOutput

type ListWorkerBlocksOutput struct {

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Mechanical Turk returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `min:"1" type:"string"`

    // The number of assignments on the page in the filtered results list, equivalent
    // to the number of assignments returned by this call.
    NumResults *int64 `type:"integer"`

    // The list of WorkerBlocks, containing the collection of Worker IDs and reasons
    // for blocking.
    WorkerBlocks []*WorkerBlock `type:"list"`
    // contains filtered or unexported fields
}

func (ListWorkerBlocksOutput) GoString

func (s ListWorkerBlocksOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkerBlocksOutput) SetNextToken

func (s *ListWorkerBlocksOutput) SetNextToken(v string) *ListWorkerBlocksOutput

SetNextToken sets the NextToken field's value.

func (*ListWorkerBlocksOutput) SetNumResults

func (s *ListWorkerBlocksOutput) SetNumResults(v int64) *ListWorkerBlocksOutput

SetNumResults sets the NumResults field's value.

func (*ListWorkerBlocksOutput) SetWorkerBlocks

func (s *ListWorkerBlocksOutput) SetWorkerBlocks(v []*WorkerBlock) *ListWorkerBlocksOutput

SetWorkerBlocks sets the WorkerBlocks field's value.

func (ListWorkerBlocksOutput) String

func (s ListWorkerBlocksOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListWorkersWithQualificationTypeInput

type ListWorkersWithQualificationTypeInput struct {

    // Limit the number of results returned.
    MaxResults *int64 `min:"1" type:"integer"`

    // Pagination Token
    NextToken *string `min:"1" type:"string"`

    // The ID of the Qualification type of the Qualifications to return.
    //
    // QualificationTypeId is a required field
    QualificationTypeId *string `min:"1" type:"string" required:"true"`

    // The status of the Qualifications to return. Can be Granted | Revoked.
    Status *string `type:"string" enum:"QualificationStatus"`
    // contains filtered or unexported fields
}

func (ListWorkersWithQualificationTypeInput) GoString

func (s ListWorkersWithQualificationTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkersWithQualificationTypeInput) SetMaxResults

func (s *ListWorkersWithQualificationTypeInput) SetMaxResults(v int64) *ListWorkersWithQualificationTypeInput

SetMaxResults sets the MaxResults field's value.

func (*ListWorkersWithQualificationTypeInput) SetNextToken

func (s *ListWorkersWithQualificationTypeInput) SetNextToken(v string) *ListWorkersWithQualificationTypeInput

SetNextToken sets the NextToken field's value.

func (*ListWorkersWithQualificationTypeInput) SetQualificationTypeId

func (s *ListWorkersWithQualificationTypeInput) SetQualificationTypeId(v string) *ListWorkersWithQualificationTypeInput

SetQualificationTypeId sets the QualificationTypeId field's value.

func (*ListWorkersWithQualificationTypeInput) SetStatus

func (s *ListWorkersWithQualificationTypeInput) SetStatus(v string) *ListWorkersWithQualificationTypeInput

SetStatus sets the Status field's value.

func (ListWorkersWithQualificationTypeInput) String

func (s ListWorkersWithQualificationTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkersWithQualificationTypeInput) Validate

func (s *ListWorkersWithQualificationTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListWorkersWithQualificationTypeOutput

type ListWorkersWithQualificationTypeOutput struct {

    // If the previous response was incomplete (because there is more data to retrieve),
    // Amazon Mechanical Turk returns a pagination token in the response. You can
    // use this pagination token to retrieve the next set of results.
    NextToken *string `min:"1" type:"string"`

    // The number of Qualifications on this page in the filtered results list, equivalent
    // to the number of Qualifications being returned by this call.
    NumResults *int64 `type:"integer"`

    // The list of Qualification elements returned by this call.
    Qualifications []*Qualification `type:"list"`
    // contains filtered or unexported fields
}

func (ListWorkersWithQualificationTypeOutput) GoString

func (s ListWorkersWithQualificationTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkersWithQualificationTypeOutput) SetNextToken

func (s *ListWorkersWithQualificationTypeOutput) SetNextToken(v string) *ListWorkersWithQualificationTypeOutput

SetNextToken sets the NextToken field's value.

func (*ListWorkersWithQualificationTypeOutput) SetNumResults

func (s *ListWorkersWithQualificationTypeOutput) SetNumResults(v int64) *ListWorkersWithQualificationTypeOutput

SetNumResults sets the NumResults field's value.

func (*ListWorkersWithQualificationTypeOutput) SetQualifications

func (s *ListWorkersWithQualificationTypeOutput) SetQualifications(v []*Qualification) *ListWorkersWithQualificationTypeOutput

SetQualifications sets the Qualifications field's value.

func (ListWorkersWithQualificationTypeOutput) String

func (s ListWorkersWithQualificationTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Locale

type Locale struct {

    // The country of the locale. Must be a valid ISO 3166 country code. For example,
    // the code US refers to the United States of America.
    //
    // Country is a required field
    Country *string `min:"2" type:"string" required:"true"`

    // The state or subdivision of the locale. A valid ISO 3166-2 subdivision code.
    // For example, the code WA refers to the state of Washington.
    Subdivision *string `min:"2" type:"string"`
    // contains filtered or unexported fields
}

The Locale data structure represents a geographical region or location.

func (Locale) GoString

func (s Locale) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Locale) SetCountry

func (s *Locale) SetCountry(v string) *Locale

SetCountry sets the Country field's value.

func (*Locale) SetSubdivision

func (s *Locale) SetSubdivision(v string) *Locale

SetSubdivision sets the Subdivision field's value.

func (Locale) String

func (s Locale) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Locale) Validate

func (s *Locale) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MTurk

type MTurk struct {
    *client.Client
}

MTurk provides the API operation methods for making requests to Amazon Mechanical Turk. See this package's package overview docs for details on the service.

MTurk methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *MTurk

New creates a new instance of the MTurk client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a MTurk client from just a session.
svc := mturk.New(mySession)

// Create a MTurk client with additional configuration
svc := mturk.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*MTurk) AcceptQualificationRequest

func (c *MTurk) AcceptQualificationRequest(input *AcceptQualificationRequestInput) (*AcceptQualificationRequestOutput, error)

AcceptQualificationRequest API operation for Amazon Mechanical Turk.

The AcceptQualificationRequest operation approves a Worker's request for a Qualification.

Only the owner of the Qualification type can grant a Qualification request for that type.

A successful request for the AcceptQualificationRequest operation returns with no errors and an empty body.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation AcceptQualificationRequest for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AcceptQualificationRequest

func (*MTurk) AcceptQualificationRequestRequest

func (c *MTurk) AcceptQualificationRequestRequest(input *AcceptQualificationRequestInput) (req *request.Request, output *AcceptQualificationRequestOutput)

AcceptQualificationRequestRequest generates a "aws/request.Request" representing the client's request for the AcceptQualificationRequest operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AcceptQualificationRequest for more information on using the AcceptQualificationRequest API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AcceptQualificationRequestRequest method.
req, resp := client.AcceptQualificationRequestRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AcceptQualificationRequest

func (*MTurk) AcceptQualificationRequestWithContext

func (c *MTurk) AcceptQualificationRequestWithContext(ctx aws.Context, input *AcceptQualificationRequestInput, opts ...request.Option) (*AcceptQualificationRequestOutput, error)

AcceptQualificationRequestWithContext is the same as AcceptQualificationRequest with the addition of the ability to pass a context and additional request options.

See AcceptQualificationRequest for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ApproveAssignment

func (c *MTurk) ApproveAssignment(input *ApproveAssignmentInput) (*ApproveAssignmentOutput, error)

ApproveAssignment API operation for Amazon Mechanical Turk.

The ApproveAssignment operation approves the results of a completed assignment.

Approving an assignment initiates two payments from the Requester's Amazon.com account

  • The Worker who submitted the results is paid the reward specified in the HIT.

  • Amazon Mechanical Turk fees are debited.

If the Requester's account does not have adequate funds for these payments, the call to ApproveAssignment returns an exception, and the approval is not processed. You can include an optional feedback message with the approval, which the Worker can see in the Status section of the web site.

You can also call this operation for assignments that were previous rejected and approve them by explicitly overriding the previous rejection. This only works on rejected assignments that were submitted within the previous 30 days and only if the assignment's related HIT has not been deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation ApproveAssignment for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ApproveAssignment

func (*MTurk) ApproveAssignmentRequest

func (c *MTurk) ApproveAssignmentRequest(input *ApproveAssignmentInput) (req *request.Request, output *ApproveAssignmentOutput)

ApproveAssignmentRequest generates a "aws/request.Request" representing the client's request for the ApproveAssignment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ApproveAssignment for more information on using the ApproveAssignment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ApproveAssignmentRequest method.
req, resp := client.ApproveAssignmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ApproveAssignment

func (*MTurk) ApproveAssignmentWithContext

func (c *MTurk) ApproveAssignmentWithContext(ctx aws.Context, input *ApproveAssignmentInput, opts ...request.Option) (*ApproveAssignmentOutput, error)

ApproveAssignmentWithContext is the same as ApproveAssignment with the addition of the ability to pass a context and additional request options.

See ApproveAssignment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) AssociateQualificationWithWorker

func (c *MTurk) AssociateQualificationWithWorker(input *AssociateQualificationWithWorkerInput) (*AssociateQualificationWithWorkerOutput, error)

AssociateQualificationWithWorker API operation for Amazon Mechanical Turk.

The AssociateQualificationWithWorker operation gives a Worker a Qualification. AssociateQualificationWithWorker does not require that the Worker submit a Qualification request. It gives the Qualification directly to the Worker.

You can only assign a Qualification of a Qualification type that you created (using the CreateQualificationType operation).

Note: AssociateQualificationWithWorker does not affect any pending Qualification requests for the Qualification by the Worker. If you assign a Qualification to a Worker, then later grant a Qualification request made by the Worker, the granting of the request may modify the Qualification score. To resolve a pending Qualification request without affecting the Qualification the Worker already has, reject the request with the RejectQualificationRequest operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation AssociateQualificationWithWorker for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AssociateQualificationWithWorker

func (*MTurk) AssociateQualificationWithWorkerRequest

func (c *MTurk) AssociateQualificationWithWorkerRequest(input *AssociateQualificationWithWorkerInput) (req *request.Request, output *AssociateQualificationWithWorkerOutput)

AssociateQualificationWithWorkerRequest generates a "aws/request.Request" representing the client's request for the AssociateQualificationWithWorker operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociateQualificationWithWorker for more information on using the AssociateQualificationWithWorker API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociateQualificationWithWorkerRequest method.
req, resp := client.AssociateQualificationWithWorkerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AssociateQualificationWithWorker

func (*MTurk) AssociateQualificationWithWorkerWithContext

func (c *MTurk) AssociateQualificationWithWorkerWithContext(ctx aws.Context, input *AssociateQualificationWithWorkerInput, opts ...request.Option) (*AssociateQualificationWithWorkerOutput, error)

AssociateQualificationWithWorkerWithContext is the same as AssociateQualificationWithWorker with the addition of the ability to pass a context and additional request options.

See AssociateQualificationWithWorker for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) CreateAdditionalAssignmentsForHIT

func (c *MTurk) CreateAdditionalAssignmentsForHIT(input *CreateAdditionalAssignmentsForHITInput) (*CreateAdditionalAssignmentsForHITOutput, error)

CreateAdditionalAssignmentsForHIT API operation for Amazon Mechanical Turk.

The CreateAdditionalAssignmentsForHIT operation increases the maximum number of assignments of an existing HIT.

To extend the maximum number of assignments, specify the number of additional assignments.

  • HITs created with fewer than 10 assignments cannot be extended to have 10 or more assignments. Attempting to add assignments in a way that brings the total number of assignments for a HIT from fewer than 10 assignments to 10 or more assignments will result in an AWS.MechanicalTurk.InvalidMaximumAssignmentsIncrease exception.

  • HITs that were created before July 22, 2015 cannot be extended. Attempting to extend HITs that were created before July 22, 2015 will result in an AWS.MechanicalTurk.HITTooOldForExtension exception.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation CreateAdditionalAssignmentsForHIT for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateAdditionalAssignmentsForHIT

func (*MTurk) CreateAdditionalAssignmentsForHITRequest

func (c *MTurk) CreateAdditionalAssignmentsForHITRequest(input *CreateAdditionalAssignmentsForHITInput) (req *request.Request, output *CreateAdditionalAssignmentsForHITOutput)

CreateAdditionalAssignmentsForHITRequest generates a "aws/request.Request" representing the client's request for the CreateAdditionalAssignmentsForHIT operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAdditionalAssignmentsForHIT for more information on using the CreateAdditionalAssignmentsForHIT API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAdditionalAssignmentsForHITRequest method.
req, resp := client.CreateAdditionalAssignmentsForHITRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateAdditionalAssignmentsForHIT

func (*MTurk) CreateAdditionalAssignmentsForHITWithContext

func (c *MTurk) CreateAdditionalAssignmentsForHITWithContext(ctx aws.Context, input *CreateAdditionalAssignmentsForHITInput, opts ...request.Option) (*CreateAdditionalAssignmentsForHITOutput, error)

CreateAdditionalAssignmentsForHITWithContext is the same as CreateAdditionalAssignmentsForHIT with the addition of the ability to pass a context and additional request options.

See CreateAdditionalAssignmentsForHIT for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) CreateHIT

func (c *MTurk) CreateHIT(input *CreateHITInput) (*CreateHITOutput, error)

CreateHIT API operation for Amazon Mechanical Turk.

The CreateHIT operation creates a new Human Intelligence Task (HIT). The new HIT is made available for Workers to find and accept on the Amazon Mechanical Turk website.

This operation allows you to specify a new HIT by passing in values for the properties of the HIT, such as its title, reward amount and number of assignments. When you pass these values to CreateHIT, a new HIT is created for you, with a new HITTypeID. The HITTypeID can be used to create additional HITs in the future without needing to specify common parameters such as the title, description and reward amount each time.

An alternative way to create HITs is to first generate a HITTypeID using the CreateHITType operation and then call the CreateHITWithHITType operation. This is the recommended best practice for Requesters who are creating large numbers of HITs.

CreateHIT also supports several ways to provide question data: by providing a value for the Question parameter that fully specifies the contents of the HIT, or by providing a HitLayoutId and associated HitLayoutParameters.

If a HIT is created with 10 or more maximum assignments, there is an additional fee. For more information, see Amazon Mechanical Turk Pricing (https://requester.mturk.com/pricing).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation CreateHIT for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHIT

func (*MTurk) CreateHITRequest

func (c *MTurk) CreateHITRequest(input *CreateHITInput) (req *request.Request, output *CreateHITOutput)

CreateHITRequest generates a "aws/request.Request" representing the client's request for the CreateHIT operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateHIT for more information on using the CreateHIT API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateHITRequest method.
req, resp := client.CreateHITRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHIT

func (*MTurk) CreateHITType

func (c *MTurk) CreateHITType(input *CreateHITTypeInput) (*CreateHITTypeOutput, error)

CreateHITType API operation for Amazon Mechanical Turk.

The CreateHITType operation creates a new HIT type. This operation allows you to define a standard set of HIT properties to use when creating HITs. If you register a HIT type with values that match an existing HIT type, the HIT type ID of the existing type will be returned.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation CreateHITType for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITType

func (*MTurk) CreateHITTypeRequest

func (c *MTurk) CreateHITTypeRequest(input *CreateHITTypeInput) (req *request.Request, output *CreateHITTypeOutput)

CreateHITTypeRequest generates a "aws/request.Request" representing the client's request for the CreateHITType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateHITType for more information on using the CreateHITType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateHITTypeRequest method.
req, resp := client.CreateHITTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITType

func (*MTurk) CreateHITTypeWithContext

func (c *MTurk) CreateHITTypeWithContext(ctx aws.Context, input *CreateHITTypeInput, opts ...request.Option) (*CreateHITTypeOutput, error)

CreateHITTypeWithContext is the same as CreateHITType with the addition of the ability to pass a context and additional request options.

See CreateHITType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) CreateHITWithContext

func (c *MTurk) CreateHITWithContext(ctx aws.Context, input *CreateHITInput, opts ...request.Option) (*CreateHITOutput, error)

CreateHITWithContext is the same as CreateHIT with the addition of the ability to pass a context and additional request options.

See CreateHIT for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) CreateHITWithHITType

func (c *MTurk) CreateHITWithHITType(input *CreateHITWithHITTypeInput) (*CreateHITWithHITTypeOutput, error)

CreateHITWithHITType API operation for Amazon Mechanical Turk.

The CreateHITWithHITType operation creates a new Human Intelligence Task (HIT) using an existing HITTypeID generated by the CreateHITType operation.

This is an alternative way to create HITs from the CreateHIT operation. This is the recommended best practice for Requesters who are creating large numbers of HITs.

CreateHITWithHITType also supports several ways to provide question data: by providing a value for the Question parameter that fully specifies the contents of the HIT, or by providing a HitLayoutId and associated HitLayoutParameters.

If a HIT is created with 10 or more maximum assignments, there is an additional fee. For more information, see Amazon Mechanical Turk Pricing (https://requester.mturk.com/pricing).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation CreateHITWithHITType for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITWithHITType

func (*MTurk) CreateHITWithHITTypeRequest

func (c *MTurk) CreateHITWithHITTypeRequest(input *CreateHITWithHITTypeInput) (req *request.Request, output *CreateHITWithHITTypeOutput)

CreateHITWithHITTypeRequest generates a "aws/request.Request" representing the client's request for the CreateHITWithHITType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateHITWithHITType for more information on using the CreateHITWithHITType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateHITWithHITTypeRequest method.
req, resp := client.CreateHITWithHITTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITWithHITType

func (*MTurk) CreateHITWithHITTypeWithContext

func (c *MTurk) CreateHITWithHITTypeWithContext(ctx aws.Context, input *CreateHITWithHITTypeInput, opts ...request.Option) (*CreateHITWithHITTypeOutput, error)

CreateHITWithHITTypeWithContext is the same as CreateHITWithHITType with the addition of the ability to pass a context and additional request options.

See CreateHITWithHITType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) CreateQualificationType

func (c *MTurk) CreateQualificationType(input *CreateQualificationTypeInput) (*CreateQualificationTypeOutput, error)

CreateQualificationType API operation for Amazon Mechanical Turk.

The CreateQualificationType operation creates a new Qualification type, which is represented by a QualificationType data structure.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation CreateQualificationType for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateQualificationType

func (*MTurk) CreateQualificationTypeRequest

func (c *MTurk) CreateQualificationTypeRequest(input *CreateQualificationTypeInput) (req *request.Request, output *CreateQualificationTypeOutput)

CreateQualificationTypeRequest generates a "aws/request.Request" representing the client's request for the CreateQualificationType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateQualificationType for more information on using the CreateQualificationType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateQualificationTypeRequest method.
req, resp := client.CreateQualificationTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateQualificationType

func (*MTurk) CreateQualificationTypeWithContext

func (c *MTurk) CreateQualificationTypeWithContext(ctx aws.Context, input *CreateQualificationTypeInput, opts ...request.Option) (*CreateQualificationTypeOutput, error)

CreateQualificationTypeWithContext is the same as CreateQualificationType with the addition of the ability to pass a context and additional request options.

See CreateQualificationType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) CreateWorkerBlock

func (c *MTurk) CreateWorkerBlock(input *CreateWorkerBlockInput) (*CreateWorkerBlockOutput, error)

CreateWorkerBlock API operation for Amazon Mechanical Turk.

The CreateWorkerBlock operation allows you to prevent a Worker from working on your HITs. For example, you can block a Worker who is producing poor quality work. You can block up to 100,000 Workers.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation CreateWorkerBlock for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateWorkerBlock

func (*MTurk) CreateWorkerBlockRequest

func (c *MTurk) CreateWorkerBlockRequest(input *CreateWorkerBlockInput) (req *request.Request, output *CreateWorkerBlockOutput)

CreateWorkerBlockRequest generates a "aws/request.Request" representing the client's request for the CreateWorkerBlock operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateWorkerBlock for more information on using the CreateWorkerBlock API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateWorkerBlockRequest method.
req, resp := client.CreateWorkerBlockRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateWorkerBlock

func (*MTurk) CreateWorkerBlockWithContext

func (c *MTurk) CreateWorkerBlockWithContext(ctx aws.Context, input *CreateWorkerBlockInput, opts ...request.Option) (*CreateWorkerBlockOutput, error)

CreateWorkerBlockWithContext is the same as CreateWorkerBlock with the addition of the ability to pass a context and additional request options.

See CreateWorkerBlock for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) DeleteHIT

func (c *MTurk) DeleteHIT(input *DeleteHITInput) (*DeleteHITOutput, error)

DeleteHIT API operation for Amazon Mechanical Turk.

The DeleteHIT operation is used to delete HIT that is no longer needed. Only the Requester who created the HIT can delete it.

You can only dispose of HITs that are in the Reviewable state, with all of their submitted assignments already either approved or rejected. If you call the DeleteHIT operation on a HIT that is not in the Reviewable state (for example, that has not expired, or still has active assignments), or on a HIT that is Reviewable but without all of its submitted assignments already approved or rejected, the service will return an error.

  • HITs are automatically disposed of after 120 days.

  • After you dispose of a HIT, you can no longer approve the HIT's rejected assignments.

  • Disposed HITs are not returned in results for the ListHITs operation.

  • Disposing HITs can improve the performance of operations such as ListReviewableHITs and ListHITs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation DeleteHIT for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteHIT

func (*MTurk) DeleteHITRequest

func (c *MTurk) DeleteHITRequest(input *DeleteHITInput) (req *request.Request, output *DeleteHITOutput)

DeleteHITRequest generates a "aws/request.Request" representing the client's request for the DeleteHIT operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteHIT for more information on using the DeleteHIT API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteHITRequest method.
req, resp := client.DeleteHITRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteHIT

func (*MTurk) DeleteHITWithContext

func (c *MTurk) DeleteHITWithContext(ctx aws.Context, input *DeleteHITInput, opts ...request.Option) (*DeleteHITOutput, error)

DeleteHITWithContext is the same as DeleteHIT with the addition of the ability to pass a context and additional request options.

See DeleteHIT for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) DeleteQualificationType

func (c *MTurk) DeleteQualificationType(input *DeleteQualificationTypeInput) (*DeleteQualificationTypeOutput, error)

DeleteQualificationType API operation for Amazon Mechanical Turk.

The DeleteQualificationType deletes a Qualification type and deletes any HIT types that are associated with the Qualification type.

This operation does not revoke Qualifications already assigned to Workers because the Qualifications might be needed for active HITs. If there are any pending requests for the Qualification type, Amazon Mechanical Turk rejects those requests. After you delete a Qualification type, you can no longer use it to create HITs or HIT types.

DeleteQualificationType must wait for all the HITs that use the deleted Qualification type to be deleted before completing. It may take up to 48 hours before DeleteQualificationType completes and the unique name of the Qualification type is available for reuse with CreateQualificationType.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation DeleteQualificationType for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteQualificationType

func (*MTurk) DeleteQualificationTypeRequest

func (c *MTurk) DeleteQualificationTypeRequest(input *DeleteQualificationTypeInput) (req *request.Request, output *DeleteQualificationTypeOutput)

DeleteQualificationTypeRequest generates a "aws/request.Request" representing the client's request for the DeleteQualificationType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteQualificationType for more information on using the DeleteQualificationType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteQualificationTypeRequest method.
req, resp := client.DeleteQualificationTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteQualificationType

func (*MTurk) DeleteQualificationTypeWithContext

func (c *MTurk) DeleteQualificationTypeWithContext(ctx aws.Context, input *DeleteQualificationTypeInput, opts ...request.Option) (*DeleteQualificationTypeOutput, error)

DeleteQualificationTypeWithContext is the same as DeleteQualificationType with the addition of the ability to pass a context and additional request options.

See DeleteQualificationType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) DeleteWorkerBlock

func (c *MTurk) DeleteWorkerBlock(input *DeleteWorkerBlockInput) (*DeleteWorkerBlockOutput, error)

DeleteWorkerBlock API operation for Amazon Mechanical Turk.

The DeleteWorkerBlock operation allows you to reinstate a blocked Worker to work on your HITs. This operation reverses the effects of the CreateWorkerBlock operation. You need the Worker ID to use this operation. If the Worker ID is missing or invalid, this operation fails and returns the message “WorkerId is invalid.” If the specified Worker is not blocked, this operation returns successfully.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation DeleteWorkerBlock for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteWorkerBlock

func (*MTurk) DeleteWorkerBlockRequest

func (c *MTurk) DeleteWorkerBlockRequest(input *DeleteWorkerBlockInput) (req *request.Request, output *DeleteWorkerBlockOutput)

DeleteWorkerBlockRequest generates a "aws/request.Request" representing the client's request for the DeleteWorkerBlock operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteWorkerBlock for more information on using the DeleteWorkerBlock API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteWorkerBlockRequest method.
req, resp := client.DeleteWorkerBlockRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteWorkerBlock

func (*MTurk) DeleteWorkerBlockWithContext

func (c *MTurk) DeleteWorkerBlockWithContext(ctx aws.Context, input *DeleteWorkerBlockInput, opts ...request.Option) (*DeleteWorkerBlockOutput, error)

DeleteWorkerBlockWithContext is the same as DeleteWorkerBlock with the addition of the ability to pass a context and additional request options.

See DeleteWorkerBlock for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) DisassociateQualificationFromWorker

func (c *MTurk) DisassociateQualificationFromWorker(input *DisassociateQualificationFromWorkerInput) (*DisassociateQualificationFromWorkerOutput, error)

DisassociateQualificationFromWorker API operation for Amazon Mechanical Turk.

The DisassociateQualificationFromWorker revokes a previously granted Qualification from a user.

You can provide a text message explaining why the Qualification was revoked. The user who had the Qualification can see this message.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation DisassociateQualificationFromWorker for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DisassociateQualificationFromWorker

func (*MTurk) DisassociateQualificationFromWorkerRequest

func (c *MTurk) DisassociateQualificationFromWorkerRequest(input *DisassociateQualificationFromWorkerInput) (req *request.Request, output *DisassociateQualificationFromWorkerOutput)

DisassociateQualificationFromWorkerRequest generates a "aws/request.Request" representing the client's request for the DisassociateQualificationFromWorker operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateQualificationFromWorker for more information on using the DisassociateQualificationFromWorker API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateQualificationFromWorkerRequest method.
req, resp := client.DisassociateQualificationFromWorkerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DisassociateQualificationFromWorker

func (*MTurk) DisassociateQualificationFromWorkerWithContext

func (c *MTurk) DisassociateQualificationFromWorkerWithContext(ctx aws.Context, input *DisassociateQualificationFromWorkerInput, opts ...request.Option) (*DisassociateQualificationFromWorkerOutput, error)

DisassociateQualificationFromWorkerWithContext is the same as DisassociateQualificationFromWorker with the addition of the ability to pass a context and additional request options.

See DisassociateQualificationFromWorker for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) GetAccountBalance

func (c *MTurk) GetAccountBalance(input *GetAccountBalanceInput) (*GetAccountBalanceOutput, error)

GetAccountBalance API operation for Amazon Mechanical Turk.

The GetAccountBalance operation retrieves the Prepaid HITs balance in your Amazon Mechanical Turk account if you are a Prepaid Requester. Alternatively, this operation will retrieve the remaining available AWS Billing usage if you have enabled AWS Billing. Note: If you have enabled AWS Billing and still have a remaining Prepaid HITs balance, this balance can be viewed on the My Account page in the Requester console.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation GetAccountBalance for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetAccountBalance

func (*MTurk) GetAccountBalanceRequest

func (c *MTurk) GetAccountBalanceRequest(input *GetAccountBalanceInput) (req *request.Request, output *GetAccountBalanceOutput)

GetAccountBalanceRequest generates a "aws/request.Request" representing the client's request for the GetAccountBalance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAccountBalance for more information on using the GetAccountBalance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAccountBalanceRequest method.
req, resp := client.GetAccountBalanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetAccountBalance

func (*MTurk) GetAccountBalanceWithContext

func (c *MTurk) GetAccountBalanceWithContext(ctx aws.Context, input *GetAccountBalanceInput, opts ...request.Option) (*GetAccountBalanceOutput, error)

GetAccountBalanceWithContext is the same as GetAccountBalance with the addition of the ability to pass a context and additional request options.

See GetAccountBalance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) GetAssignment

func (c *MTurk) GetAssignment(input *GetAssignmentInput) (*GetAssignmentOutput, error)

GetAssignment API operation for Amazon Mechanical Turk.

The GetAssignment operation retrieves the details of the specified Assignment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation GetAssignment for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetAssignment

func (*MTurk) GetAssignmentRequest

func (c *MTurk) GetAssignmentRequest(input *GetAssignmentInput) (req *request.Request, output *GetAssignmentOutput)

GetAssignmentRequest generates a "aws/request.Request" representing the client's request for the GetAssignment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAssignment for more information on using the GetAssignment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAssignmentRequest method.
req, resp := client.GetAssignmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetAssignment

func (*MTurk) GetAssignmentWithContext

func (c *MTurk) GetAssignmentWithContext(ctx aws.Context, input *GetAssignmentInput, opts ...request.Option) (*GetAssignmentOutput, error)

GetAssignmentWithContext is the same as GetAssignment with the addition of the ability to pass a context and additional request options.

See GetAssignment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) GetFileUploadURL

func (c *MTurk) GetFileUploadURL(input *GetFileUploadURLInput) (*GetFileUploadURLOutput, error)

GetFileUploadURL API operation for Amazon Mechanical Turk.

The GetFileUploadURL operation generates and returns a temporary URL. You use the temporary URL to retrieve a file uploaded by a Worker as an answer to a FileUploadAnswer question for a HIT. The temporary URL is generated the instant the GetFileUploadURL operation is called, and is valid for 60 seconds. You can get a temporary file upload URL any time until the HIT is disposed. After the HIT is disposed, any uploaded files are deleted, and cannot be retrieved. Pending Deprecation on December 12, 2017. The Answer Specification structure will no longer support the FileUploadAnswer element to be used for the QuestionForm data structure. Instead, we recommend that Requesters who want to create HITs asking Workers to upload files to use Amazon S3.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation GetFileUploadURL for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetFileUploadURL

func (*MTurk) GetFileUploadURLRequest

func (c *MTurk) GetFileUploadURLRequest(input *GetFileUploadURLInput) (req *request.Request, output *GetFileUploadURLOutput)

GetFileUploadURLRequest generates a "aws/request.Request" representing the client's request for the GetFileUploadURL operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetFileUploadURL for more information on using the GetFileUploadURL API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetFileUploadURLRequest method.
req, resp := client.GetFileUploadURLRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetFileUploadURL

func (*MTurk) GetFileUploadURLWithContext

func (c *MTurk) GetFileUploadURLWithContext(ctx aws.Context, input *GetFileUploadURLInput, opts ...request.Option) (*GetFileUploadURLOutput, error)

GetFileUploadURLWithContext is the same as GetFileUploadURL with the addition of the ability to pass a context and additional request options.

See GetFileUploadURL for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) GetHIT

func (c *MTurk) GetHIT(input *GetHITInput) (*GetHITOutput, error)

GetHIT API operation for Amazon Mechanical Turk.

The GetHIT operation retrieves the details of the specified HIT.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation GetHIT for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetHIT

func (*MTurk) GetHITRequest

func (c *MTurk) GetHITRequest(input *GetHITInput) (req *request.Request, output *GetHITOutput)

GetHITRequest generates a "aws/request.Request" representing the client's request for the GetHIT operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetHIT for more information on using the GetHIT API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetHITRequest method.
req, resp := client.GetHITRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetHIT

func (*MTurk) GetHITWithContext

func (c *MTurk) GetHITWithContext(ctx aws.Context, input *GetHITInput, opts ...request.Option) (*GetHITOutput, error)

GetHITWithContext is the same as GetHIT with the addition of the ability to pass a context and additional request options.

See GetHIT for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) GetQualificationScore

func (c *MTurk) GetQualificationScore(input *GetQualificationScoreInput) (*GetQualificationScoreOutput, error)

GetQualificationScore API operation for Amazon Mechanical Turk.

The GetQualificationScore operation returns the value of a Worker's Qualification for a given Qualification type.

To get a Worker's Qualification, you must know the Worker's ID. The Worker's ID is included in the assignment data returned by the ListAssignmentsForHIT operation.

Only the owner of a Qualification type can query the value of a Worker's Qualification of that type.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation GetQualificationScore for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetQualificationScore

func (*MTurk) GetQualificationScoreRequest

func (c *MTurk) GetQualificationScoreRequest(input *GetQualificationScoreInput) (req *request.Request, output *GetQualificationScoreOutput)

GetQualificationScoreRequest generates a "aws/request.Request" representing the client's request for the GetQualificationScore operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetQualificationScore for more information on using the GetQualificationScore API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetQualificationScoreRequest method.
req, resp := client.GetQualificationScoreRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetQualificationScore

func (*MTurk) GetQualificationScoreWithContext

func (c *MTurk) GetQualificationScoreWithContext(ctx aws.Context, input *GetQualificationScoreInput, opts ...request.Option) (*GetQualificationScoreOutput, error)

GetQualificationScoreWithContext is the same as GetQualificationScore with the addition of the ability to pass a context and additional request options.

See GetQualificationScore for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) GetQualificationType

func (c *MTurk) GetQualificationType(input *GetQualificationTypeInput) (*GetQualificationTypeOutput, error)

GetQualificationType API operation for Amazon Mechanical Turk.

The GetQualificationTypeoperation retrieves information about a Qualification type using its ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation GetQualificationType for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetQualificationType

func (*MTurk) GetQualificationTypeRequest

func (c *MTurk) GetQualificationTypeRequest(input *GetQualificationTypeInput) (req *request.Request, output *GetQualificationTypeOutput)

GetQualificationTypeRequest generates a "aws/request.Request" representing the client's request for the GetQualificationType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetQualificationType for more information on using the GetQualificationType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetQualificationTypeRequest method.
req, resp := client.GetQualificationTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetQualificationType

func (*MTurk) GetQualificationTypeWithContext

func (c *MTurk) GetQualificationTypeWithContext(ctx aws.Context, input *GetQualificationTypeInput, opts ...request.Option) (*GetQualificationTypeOutput, error)

GetQualificationTypeWithContext is the same as GetQualificationType with the addition of the ability to pass a context and additional request options.

See GetQualificationType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListAssignmentsForHIT

func (c *MTurk) ListAssignmentsForHIT(input *ListAssignmentsForHITInput) (*ListAssignmentsForHITOutput, error)

ListAssignmentsForHIT API operation for Amazon Mechanical Turk.

The ListAssignmentsForHIT operation retrieves completed assignments for a HIT. You can use this operation to retrieve the results for a HIT.

You can get assignments for a HIT at any time, even if the HIT is not yet Reviewable. If a HIT requested multiple assignments, and has received some results but has not yet become Reviewable, you can still retrieve the partial results with this operation.

Use the AssignmentStatus parameter to control which set of assignments for a HIT are returned. The ListAssignmentsForHIT operation can return submitted assignments awaiting approval, or it can return assignments that have already been approved or rejected. You can set AssignmentStatus=Approved,Rejected to get assignments that have already been approved and rejected together in one result set.

Only the Requester who created the HIT can retrieve the assignments for that HIT.

Results are sorted and divided into numbered pages and the operation returns a single page of results. You can use the parameters of the operation to control sorting and pagination.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation ListAssignmentsForHIT for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListAssignmentsForHIT

func (*MTurk) ListAssignmentsForHITPages

func (c *MTurk) ListAssignmentsForHITPages(input *ListAssignmentsForHITInput, fn func(*ListAssignmentsForHITOutput, bool) bool) error

ListAssignmentsForHITPages iterates over the pages of a ListAssignmentsForHIT operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssignmentsForHIT method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssignmentsForHIT operation.
pageNum := 0
err := client.ListAssignmentsForHITPages(params,
    func(page *mturk.ListAssignmentsForHITOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MTurk) ListAssignmentsForHITPagesWithContext

func (c *MTurk) ListAssignmentsForHITPagesWithContext(ctx aws.Context, input *ListAssignmentsForHITInput, fn func(*ListAssignmentsForHITOutput, bool) bool, opts ...request.Option) error

ListAssignmentsForHITPagesWithContext same as ListAssignmentsForHITPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListAssignmentsForHITRequest

func (c *MTurk) ListAssignmentsForHITRequest(input *ListAssignmentsForHITInput) (req *request.Request, output *ListAssignmentsForHITOutput)

ListAssignmentsForHITRequest generates a "aws/request.Request" representing the client's request for the ListAssignmentsForHIT operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssignmentsForHIT for more information on using the ListAssignmentsForHIT API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssignmentsForHITRequest method.
req, resp := client.ListAssignmentsForHITRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListAssignmentsForHIT

func (*MTurk) ListAssignmentsForHITWithContext

func (c *MTurk) ListAssignmentsForHITWithContext(ctx aws.Context, input *ListAssignmentsForHITInput, opts ...request.Option) (*ListAssignmentsForHITOutput, error)

ListAssignmentsForHITWithContext is the same as ListAssignmentsForHIT with the addition of the ability to pass a context and additional request options.

See ListAssignmentsForHIT for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListBonusPayments

func (c *MTurk) ListBonusPayments(input *ListBonusPaymentsInput) (*ListBonusPaymentsOutput, error)

ListBonusPayments API operation for Amazon Mechanical Turk.

The ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation ListBonusPayments for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListBonusPayments

func (*MTurk) ListBonusPaymentsPages

func (c *MTurk) ListBonusPaymentsPages(input *ListBonusPaymentsInput, fn func(*ListBonusPaymentsOutput, bool) bool) error

ListBonusPaymentsPages iterates over the pages of a ListBonusPayments operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListBonusPayments method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListBonusPayments operation.
pageNum := 0
err := client.ListBonusPaymentsPages(params,
    func(page *mturk.ListBonusPaymentsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MTurk) ListBonusPaymentsPagesWithContext

func (c *MTurk) ListBonusPaymentsPagesWithContext(ctx aws.Context, input *ListBonusPaymentsInput, fn func(*ListBonusPaymentsOutput, bool) bool, opts ...request.Option) error

ListBonusPaymentsPagesWithContext same as ListBonusPaymentsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListBonusPaymentsRequest

func (c *MTurk) ListBonusPaymentsRequest(input *ListBonusPaymentsInput) (req *request.Request, output *ListBonusPaymentsOutput)

ListBonusPaymentsRequest generates a "aws/request.Request" representing the client's request for the ListBonusPayments operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListBonusPayments for more information on using the ListBonusPayments API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListBonusPaymentsRequest method.
req, resp := client.ListBonusPaymentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListBonusPayments

func (*MTurk) ListBonusPaymentsWithContext

func (c *MTurk) ListBonusPaymentsWithContext(ctx aws.Context, input *ListBonusPaymentsInput, opts ...request.Option) (*ListBonusPaymentsOutput, error)

ListBonusPaymentsWithContext is the same as ListBonusPayments with the addition of the ability to pass a context and additional request options.

See ListBonusPayments for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListHITs

func (c *MTurk) ListHITs(input *ListHITsInput) (*ListHITsOutput, error)

ListHITs API operation for Amazon Mechanical Turk.

The ListHITs operation returns all of a Requester's HITs. The operation returns HITs of any status, except for HITs that have been deleted of with the DeleteHIT operation or that have been auto-deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation ListHITs for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITs

func (*MTurk) ListHITsForQualificationType

func (c *MTurk) ListHITsForQualificationType(input *ListHITsForQualificationTypeInput) (*ListHITsForQualificationTypeOutput, error)

ListHITsForQualificationType API operation for Amazon Mechanical Turk.

The ListHITsForQualificationType operation returns the HITs that use the given Qualification type for a Qualification requirement. The operation returns HITs of any status, except for HITs that have been deleted with the DeleteHIT operation or that have been auto-deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation ListHITsForQualificationType for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITsForQualificationType

func (*MTurk) ListHITsForQualificationTypePages

func (c *MTurk) ListHITsForQualificationTypePages(input *ListHITsForQualificationTypeInput, fn func(*ListHITsForQualificationTypeOutput, bool) bool) error

ListHITsForQualificationTypePages iterates over the pages of a ListHITsForQualificationType operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListHITsForQualificationType method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListHITsForQualificationType operation.
pageNum := 0
err := client.ListHITsForQualificationTypePages(params,
    func(page *mturk.ListHITsForQualificationTypeOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MTurk) ListHITsForQualificationTypePagesWithContext

func (c *MTurk) ListHITsForQualificationTypePagesWithContext(ctx aws.Context, input *ListHITsForQualificationTypeInput, fn func(*ListHITsForQualificationTypeOutput, bool) bool, opts ...request.Option) error

ListHITsForQualificationTypePagesWithContext same as ListHITsForQualificationTypePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListHITsForQualificationTypeRequest

func (c *MTurk) ListHITsForQualificationTypeRequest(input *ListHITsForQualificationTypeInput) (req *request.Request, output *ListHITsForQualificationTypeOutput)

ListHITsForQualificationTypeRequest generates a "aws/request.Request" representing the client's request for the ListHITsForQualificationType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListHITsForQualificationType for more information on using the ListHITsForQualificationType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListHITsForQualificationTypeRequest method.
req, resp := client.ListHITsForQualificationTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITsForQualificationType

func (*MTurk) ListHITsForQualificationTypeWithContext

func (c *MTurk) ListHITsForQualificationTypeWithContext(ctx aws.Context, input *ListHITsForQualificationTypeInput, opts ...request.Option) (*ListHITsForQualificationTypeOutput, error)

ListHITsForQualificationTypeWithContext is the same as ListHITsForQualificationType with the addition of the ability to pass a context and additional request options.

See ListHITsForQualificationType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListHITsPages

func (c *MTurk) ListHITsPages(input *ListHITsInput, fn func(*ListHITsOutput, bool) bool) error

ListHITsPages iterates over the pages of a ListHITs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListHITs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListHITs operation.
pageNum := 0
err := client.ListHITsPages(params,
    func(page *mturk.ListHITsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MTurk) ListHITsPagesWithContext

func (c *MTurk) ListHITsPagesWithContext(ctx aws.Context, input *ListHITsInput, fn func(*ListHITsOutput, bool) bool, opts ...request.Option) error

ListHITsPagesWithContext same as ListHITsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListHITsRequest

func (c *MTurk) ListHITsRequest(input *ListHITsInput) (req *request.Request, output *ListHITsOutput)

ListHITsRequest generates a "aws/request.Request" representing the client's request for the ListHITs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListHITs for more information on using the ListHITs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListHITsRequest method.
req, resp := client.ListHITsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITs

func (*MTurk) ListHITsWithContext

func (c *MTurk) ListHITsWithContext(ctx aws.Context, input *ListHITsInput, opts ...request.Option) (*ListHITsOutput, error)

ListHITsWithContext is the same as ListHITs with the addition of the ability to pass a context and additional request options.

See ListHITs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListQualificationRequests

func (c *MTurk) ListQualificationRequests(input *ListQualificationRequestsInput) (*ListQualificationRequestsOutput, error)

ListQualificationRequests API operation for Amazon Mechanical Turk.

The ListQualificationRequests operation retrieves requests for Qualifications of a particular Qualification type. The owner of the Qualification type calls this operation to poll for pending requests, and accepts them using the AcceptQualification operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation ListQualificationRequests for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListQualificationRequests

func (*MTurk) ListQualificationRequestsPages

func (c *MTurk) ListQualificationRequestsPages(input *ListQualificationRequestsInput, fn func(*ListQualificationRequestsOutput, bool) bool) error

ListQualificationRequestsPages iterates over the pages of a ListQualificationRequests operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListQualificationRequests method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListQualificationRequests operation.
pageNum := 0
err := client.ListQualificationRequestsPages(params,
    func(page *mturk.ListQualificationRequestsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MTurk) ListQualificationRequestsPagesWithContext

func (c *MTurk) ListQualificationRequestsPagesWithContext(ctx aws.Context, input *ListQualificationRequestsInput, fn func(*ListQualificationRequestsOutput, bool) bool, opts ...request.Option) error

ListQualificationRequestsPagesWithContext same as ListQualificationRequestsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListQualificationRequestsRequest

func (c *MTurk) ListQualificationRequestsRequest(input *ListQualificationRequestsInput) (req *request.Request, output *ListQualificationRequestsOutput)

ListQualificationRequestsRequest generates a "aws/request.Request" representing the client's request for the ListQualificationRequests operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListQualificationRequests for more information on using the ListQualificationRequests API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListQualificationRequestsRequest method.
req, resp := client.ListQualificationRequestsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListQualificationRequests

func (*MTurk) ListQualificationRequestsWithContext

func (c *MTurk) ListQualificationRequestsWithContext(ctx aws.Context, input *ListQualificationRequestsInput, opts ...request.Option) (*ListQualificationRequestsOutput, error)

ListQualificationRequestsWithContext is the same as ListQualificationRequests with the addition of the ability to pass a context and additional request options.

See ListQualificationRequests for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListQualificationTypes

func (c *MTurk) ListQualificationTypes(input *ListQualificationTypesInput) (*ListQualificationTypesOutput, error)

ListQualificationTypes API operation for Amazon Mechanical Turk.

The ListQualificationTypes operation returns a list of Qualification types, filtered by an optional search term.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation ListQualificationTypes for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListQualificationTypes

func (*MTurk) ListQualificationTypesPages

func (c *MTurk) ListQualificationTypesPages(input *ListQualificationTypesInput, fn func(*ListQualificationTypesOutput, bool) bool) error

ListQualificationTypesPages iterates over the pages of a ListQualificationTypes operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListQualificationTypes method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListQualificationTypes operation.
pageNum := 0
err := client.ListQualificationTypesPages(params,
    func(page *mturk.ListQualificationTypesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MTurk) ListQualificationTypesPagesWithContext

func (c *MTurk) ListQualificationTypesPagesWithContext(ctx aws.Context, input *ListQualificationTypesInput, fn func(*ListQualificationTypesOutput, bool) bool, opts ...request.Option) error

ListQualificationTypesPagesWithContext same as ListQualificationTypesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListQualificationTypesRequest

func (c *MTurk) ListQualificationTypesRequest(input *ListQualificationTypesInput) (req *request.Request, output *ListQualificationTypesOutput)

ListQualificationTypesRequest generates a "aws/request.Request" representing the client's request for the ListQualificationTypes operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListQualificationTypes for more information on using the ListQualificationTypes API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListQualificationTypesRequest method.
req, resp := client.ListQualificationTypesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListQualificationTypes

func (*MTurk) ListQualificationTypesWithContext

func (c *MTurk) ListQualificationTypesWithContext(ctx aws.Context, input *ListQualificationTypesInput, opts ...request.Option) (*ListQualificationTypesOutput, error)

ListQualificationTypesWithContext is the same as ListQualificationTypes with the addition of the ability to pass a context and additional request options.

See ListQualificationTypes for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListReviewPolicyResultsForHIT

func (c *MTurk) ListReviewPolicyResultsForHIT(input *ListReviewPolicyResultsForHITInput) (*ListReviewPolicyResultsForHITOutput, error)

ListReviewPolicyResultsForHIT API operation for Amazon Mechanical Turk.

The ListReviewPolicyResultsForHIT operation retrieves the computed results and the actions taken in the course of executing your Review Policies for a given HIT. For information about how to specify Review Policies when you call CreateHIT, see Review Policies. The ListReviewPolicyResultsForHIT operation can return results for both Assignment-level and HIT-level review results.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation ListReviewPolicyResultsForHIT for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewPolicyResultsForHIT

func (*MTurk) ListReviewPolicyResultsForHITPages

func (c *MTurk) ListReviewPolicyResultsForHITPages(input *ListReviewPolicyResultsForHITInput, fn func(*ListReviewPolicyResultsForHITOutput, bool) bool) error

ListReviewPolicyResultsForHITPages iterates over the pages of a ListReviewPolicyResultsForHIT operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListReviewPolicyResultsForHIT method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListReviewPolicyResultsForHIT operation.
pageNum := 0
err := client.ListReviewPolicyResultsForHITPages(params,
    func(page *mturk.ListReviewPolicyResultsForHITOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MTurk) ListReviewPolicyResultsForHITPagesWithContext

func (c *MTurk) ListReviewPolicyResultsForHITPagesWithContext(ctx aws.Context, input *ListReviewPolicyResultsForHITInput, fn func(*ListReviewPolicyResultsForHITOutput, bool) bool, opts ...request.Option) error

ListReviewPolicyResultsForHITPagesWithContext same as ListReviewPolicyResultsForHITPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListReviewPolicyResultsForHITRequest

func (c *MTurk) ListReviewPolicyResultsForHITRequest(input *ListReviewPolicyResultsForHITInput) (req *request.Request, output *ListReviewPolicyResultsForHITOutput)

ListReviewPolicyResultsForHITRequest generates a "aws/request.Request" representing the client's request for the ListReviewPolicyResultsForHIT operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListReviewPolicyResultsForHIT for more information on using the ListReviewPolicyResultsForHIT API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListReviewPolicyResultsForHITRequest method.
req, resp := client.ListReviewPolicyResultsForHITRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewPolicyResultsForHIT

func (*MTurk) ListReviewPolicyResultsForHITWithContext

func (c *MTurk) ListReviewPolicyResultsForHITWithContext(ctx aws.Context, input *ListReviewPolicyResultsForHITInput, opts ...request.Option) (*ListReviewPolicyResultsForHITOutput, error)

ListReviewPolicyResultsForHITWithContext is the same as ListReviewPolicyResultsForHIT with the addition of the ability to pass a context and additional request options.

See ListReviewPolicyResultsForHIT for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListReviewableHITs

func (c *MTurk) ListReviewableHITs(input *ListReviewableHITsInput) (*ListReviewableHITsOutput, error)

ListReviewableHITs API operation for Amazon Mechanical Turk.

The ListReviewableHITs operation retrieves the HITs with Status equal to Reviewable or Status equal to Reviewing that belong to the Requester calling the operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation ListReviewableHITs for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewableHITs

func (*MTurk) ListReviewableHITsPages

func (c *MTurk) ListReviewableHITsPages(input *ListReviewableHITsInput, fn func(*ListReviewableHITsOutput, bool) bool) error

ListReviewableHITsPages iterates over the pages of a ListReviewableHITs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListReviewableHITs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListReviewableHITs operation.
pageNum := 0
err := client.ListReviewableHITsPages(params,
    func(page *mturk.ListReviewableHITsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MTurk) ListReviewableHITsPagesWithContext

func (c *MTurk) ListReviewableHITsPagesWithContext(ctx aws.Context, input *ListReviewableHITsInput, fn func(*ListReviewableHITsOutput, bool) bool, opts ...request.Option) error

ListReviewableHITsPagesWithContext same as ListReviewableHITsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListReviewableHITsRequest

func (c *MTurk) ListReviewableHITsRequest(input *ListReviewableHITsInput) (req *request.Request, output *ListReviewableHITsOutput)

ListReviewableHITsRequest generates a "aws/request.Request" representing the client's request for the ListReviewableHITs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListReviewableHITs for more information on using the ListReviewableHITs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListReviewableHITsRequest method.
req, resp := client.ListReviewableHITsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewableHITs

func (*MTurk) ListReviewableHITsWithContext

func (c *MTurk) ListReviewableHITsWithContext(ctx aws.Context, input *ListReviewableHITsInput, opts ...request.Option) (*ListReviewableHITsOutput, error)

ListReviewableHITsWithContext is the same as ListReviewableHITs with the addition of the ability to pass a context and additional request options.

See ListReviewableHITs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListWorkerBlocks

func (c *MTurk) ListWorkerBlocks(input *ListWorkerBlocksInput) (*ListWorkerBlocksOutput, error)

ListWorkerBlocks API operation for Amazon Mechanical Turk.

The ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your HITs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation ListWorkerBlocks for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListWorkerBlocks

func (*MTurk) ListWorkerBlocksPages

func (c *MTurk) ListWorkerBlocksPages(input *ListWorkerBlocksInput, fn func(*ListWorkerBlocksOutput, bool) bool) error

ListWorkerBlocksPages iterates over the pages of a ListWorkerBlocks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListWorkerBlocks method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListWorkerBlocks operation.
pageNum := 0
err := client.ListWorkerBlocksPages(params,
    func(page *mturk.ListWorkerBlocksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MTurk) ListWorkerBlocksPagesWithContext

func (c *MTurk) ListWorkerBlocksPagesWithContext(ctx aws.Context, input *ListWorkerBlocksInput, fn func(*ListWorkerBlocksOutput, bool) bool, opts ...request.Option) error

ListWorkerBlocksPagesWithContext same as ListWorkerBlocksPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListWorkerBlocksRequest

func (c *MTurk) ListWorkerBlocksRequest(input *ListWorkerBlocksInput) (req *request.Request, output *ListWorkerBlocksOutput)

ListWorkerBlocksRequest generates a "aws/request.Request" representing the client's request for the ListWorkerBlocks operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListWorkerBlocks for more information on using the ListWorkerBlocks API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListWorkerBlocksRequest method.
req, resp := client.ListWorkerBlocksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListWorkerBlocks

func (*MTurk) ListWorkerBlocksWithContext

func (c *MTurk) ListWorkerBlocksWithContext(ctx aws.Context, input *ListWorkerBlocksInput, opts ...request.Option) (*ListWorkerBlocksOutput, error)

ListWorkerBlocksWithContext is the same as ListWorkerBlocks with the addition of the ability to pass a context and additional request options.

See ListWorkerBlocks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListWorkersWithQualificationType

func (c *MTurk) ListWorkersWithQualificationType(input *ListWorkersWithQualificationTypeInput) (*ListWorkersWithQualificationTypeOutput, error)

ListWorkersWithQualificationType API operation for Amazon Mechanical Turk.

The ListWorkersWithQualificationType operation returns all of the Workers that have been associated with a given Qualification type.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation ListWorkersWithQualificationType for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListWorkersWithQualificationType

func (*MTurk) ListWorkersWithQualificationTypePages

func (c *MTurk) ListWorkersWithQualificationTypePages(input *ListWorkersWithQualificationTypeInput, fn func(*ListWorkersWithQualificationTypeOutput, bool) bool) error

ListWorkersWithQualificationTypePages iterates over the pages of a ListWorkersWithQualificationType operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListWorkersWithQualificationType method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListWorkersWithQualificationType operation.
pageNum := 0
err := client.ListWorkersWithQualificationTypePages(params,
    func(page *mturk.ListWorkersWithQualificationTypeOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MTurk) ListWorkersWithQualificationTypePagesWithContext

func (c *MTurk) ListWorkersWithQualificationTypePagesWithContext(ctx aws.Context, input *ListWorkersWithQualificationTypeInput, fn func(*ListWorkersWithQualificationTypeOutput, bool) bool, opts ...request.Option) error

ListWorkersWithQualificationTypePagesWithContext same as ListWorkersWithQualificationTypePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) ListWorkersWithQualificationTypeRequest

func (c *MTurk) ListWorkersWithQualificationTypeRequest(input *ListWorkersWithQualificationTypeInput) (req *request.Request, output *ListWorkersWithQualificationTypeOutput)

ListWorkersWithQualificationTypeRequest generates a "aws/request.Request" representing the client's request for the ListWorkersWithQualificationType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListWorkersWithQualificationType for more information on using the ListWorkersWithQualificationType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListWorkersWithQualificationTypeRequest method.
req, resp := client.ListWorkersWithQualificationTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListWorkersWithQualificationType

func (*MTurk) ListWorkersWithQualificationTypeWithContext

func (c *MTurk) ListWorkersWithQualificationTypeWithContext(ctx aws.Context, input *ListWorkersWithQualificationTypeInput, opts ...request.Option) (*ListWorkersWithQualificationTypeOutput, error)

ListWorkersWithQualificationTypeWithContext is the same as ListWorkersWithQualificationType with the addition of the ability to pass a context and additional request options.

See ListWorkersWithQualificationType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) NotifyWorkers

func (c *MTurk) NotifyWorkers(input *NotifyWorkersInput) (*NotifyWorkersOutput, error)

NotifyWorkers API operation for Amazon Mechanical Turk.

The NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker ID. You can specify up to 100 Worker IDs to send the same message with a single call to the NotifyWorkers operation. The NotifyWorkers operation will send a notification email to a Worker only if you have previously approved or rejected work from the Worker.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation NotifyWorkers for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/NotifyWorkers

func (*MTurk) NotifyWorkersRequest

func (c *MTurk) NotifyWorkersRequest(input *NotifyWorkersInput) (req *request.Request, output *NotifyWorkersOutput)

NotifyWorkersRequest generates a "aws/request.Request" representing the client's request for the NotifyWorkers operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See NotifyWorkers for more information on using the NotifyWorkers API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the NotifyWorkersRequest method.
req, resp := client.NotifyWorkersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/NotifyWorkers

func (*MTurk) NotifyWorkersWithContext

func (c *MTurk) NotifyWorkersWithContext(ctx aws.Context, input *NotifyWorkersInput, opts ...request.Option) (*NotifyWorkersOutput, error)

NotifyWorkersWithContext is the same as NotifyWorkers with the addition of the ability to pass a context and additional request options.

See NotifyWorkers for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) RejectAssignment

func (c *MTurk) RejectAssignment(input *RejectAssignmentInput) (*RejectAssignmentOutput, error)

RejectAssignment API operation for Amazon Mechanical Turk.

The RejectAssignment operation rejects the results of a completed assignment.

You can include an optional feedback message with the rejection, which the Worker can see in the Status section of the web site. When you include a feedback message with the rejection, it helps the Worker understand why the assignment was rejected, and can improve the quality of the results the Worker submits in the future.

Only the Requester who created the HIT can reject an assignment for the HIT.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation RejectAssignment for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/RejectAssignment

func (*MTurk) RejectAssignmentRequest

func (c *MTurk) RejectAssignmentRequest(input *RejectAssignmentInput) (req *request.Request, output *RejectAssignmentOutput)

RejectAssignmentRequest generates a "aws/request.Request" representing the client's request for the RejectAssignment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RejectAssignment for more information on using the RejectAssignment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RejectAssignmentRequest method.
req, resp := client.RejectAssignmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/RejectAssignment

func (*MTurk) RejectAssignmentWithContext

func (c *MTurk) RejectAssignmentWithContext(ctx aws.Context, input *RejectAssignmentInput, opts ...request.Option) (*RejectAssignmentOutput, error)

RejectAssignmentWithContext is the same as RejectAssignment with the addition of the ability to pass a context and additional request options.

See RejectAssignment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) RejectQualificationRequest

func (c *MTurk) RejectQualificationRequest(input *RejectQualificationRequestInput) (*RejectQualificationRequestOutput, error)

RejectQualificationRequest API operation for Amazon Mechanical Turk.

The RejectQualificationRequest operation rejects a user's request for a Qualification.

You can provide a text message explaining why the request was rejected. The Worker who made the request can see this message.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation RejectQualificationRequest for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/RejectQualificationRequest

func (*MTurk) RejectQualificationRequestRequest

func (c *MTurk) RejectQualificationRequestRequest(input *RejectQualificationRequestInput) (req *request.Request, output *RejectQualificationRequestOutput)

RejectQualificationRequestRequest generates a "aws/request.Request" representing the client's request for the RejectQualificationRequest operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RejectQualificationRequest for more information on using the RejectQualificationRequest API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RejectQualificationRequestRequest method.
req, resp := client.RejectQualificationRequestRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/RejectQualificationRequest

func (*MTurk) RejectQualificationRequestWithContext

func (c *MTurk) RejectQualificationRequestWithContext(ctx aws.Context, input *RejectQualificationRequestInput, opts ...request.Option) (*RejectQualificationRequestOutput, error)

RejectQualificationRequestWithContext is the same as RejectQualificationRequest with the addition of the ability to pass a context and additional request options.

See RejectQualificationRequest for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) SendBonus

func (c *MTurk) SendBonus(input *SendBonusInput) (*SendBonusOutput, error)

SendBonus API operation for Amazon Mechanical Turk.

The SendBonus operation issues a payment of money from your account to a Worker. This payment happens separately from the reward you pay to the Worker when you approve the Worker's assignment. The SendBonus operation requires the Worker's ID and the assignment ID as parameters to initiate payment of the bonus. You must include a message that explains the reason for the bonus payment, as the Worker may not be expecting the payment. Amazon Mechanical Turk collects a fee for bonus payments, similar to the HIT listing fee. This operation fails if your account does not have enough funds to pay for both the bonus and the fees.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation SendBonus for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/SendBonus

func (*MTurk) SendBonusRequest

func (c *MTurk) SendBonusRequest(input *SendBonusInput) (req *request.Request, output *SendBonusOutput)

SendBonusRequest generates a "aws/request.Request" representing the client's request for the SendBonus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SendBonus for more information on using the SendBonus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SendBonusRequest method.
req, resp := client.SendBonusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/SendBonus

func (*MTurk) SendBonusWithContext

func (c *MTurk) SendBonusWithContext(ctx aws.Context, input *SendBonusInput, opts ...request.Option) (*SendBonusOutput, error)

SendBonusWithContext is the same as SendBonus with the addition of the ability to pass a context and additional request options.

See SendBonus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) SendTestEventNotification

func (c *MTurk) SendTestEventNotification(input *SendTestEventNotificationInput) (*SendTestEventNotificationOutput, error)

SendTestEventNotification API operation for Amazon Mechanical Turk.

The SendTestEventNotification operation causes Amazon Mechanical Turk to send a notification message as if a HIT event occurred, according to the provided notification specification. This allows you to test notifications without setting up notifications for a real HIT type and trying to trigger them using the website. When you call this operation, the service attempts to send the test notification immediately.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation SendTestEventNotification for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/SendTestEventNotification

func (*MTurk) SendTestEventNotificationRequest

func (c *MTurk) SendTestEventNotificationRequest(input *SendTestEventNotificationInput) (req *request.Request, output *SendTestEventNotificationOutput)

SendTestEventNotificationRequest generates a "aws/request.Request" representing the client's request for the SendTestEventNotification operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SendTestEventNotification for more information on using the SendTestEventNotification API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SendTestEventNotificationRequest method.
req, resp := client.SendTestEventNotificationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/SendTestEventNotification

func (*MTurk) SendTestEventNotificationWithContext

func (c *MTurk) SendTestEventNotificationWithContext(ctx aws.Context, input *SendTestEventNotificationInput, opts ...request.Option) (*SendTestEventNotificationOutput, error)

SendTestEventNotificationWithContext is the same as SendTestEventNotification with the addition of the ability to pass a context and additional request options.

See SendTestEventNotification for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) UpdateExpirationForHIT

func (c *MTurk) UpdateExpirationForHIT(input *UpdateExpirationForHITInput) (*UpdateExpirationForHITOutput, error)

UpdateExpirationForHIT API operation for Amazon Mechanical Turk.

The UpdateExpirationForHIT operation allows you update the expiration time of a HIT. If you update it to a time in the past, the HIT will be immediately expired.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation UpdateExpirationForHIT for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateExpirationForHIT

func (*MTurk) UpdateExpirationForHITRequest

func (c *MTurk) UpdateExpirationForHITRequest(input *UpdateExpirationForHITInput) (req *request.Request, output *UpdateExpirationForHITOutput)

UpdateExpirationForHITRequest generates a "aws/request.Request" representing the client's request for the UpdateExpirationForHIT operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateExpirationForHIT for more information on using the UpdateExpirationForHIT API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateExpirationForHITRequest method.
req, resp := client.UpdateExpirationForHITRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateExpirationForHIT

func (*MTurk) UpdateExpirationForHITWithContext

func (c *MTurk) UpdateExpirationForHITWithContext(ctx aws.Context, input *UpdateExpirationForHITInput, opts ...request.Option) (*UpdateExpirationForHITOutput, error)

UpdateExpirationForHITWithContext is the same as UpdateExpirationForHIT with the addition of the ability to pass a context and additional request options.

See UpdateExpirationForHIT for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) UpdateHITReviewStatus

func (c *MTurk) UpdateHITReviewStatus(input *UpdateHITReviewStatusInput) (*UpdateHITReviewStatusOutput, error)

UpdateHITReviewStatus API operation for Amazon Mechanical Turk.

The UpdateHITReviewStatus operation updates the status of a HIT. If the status is Reviewable, this operation can update the status to Reviewing, or it can revert a Reviewing HIT back to the Reviewable status.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation UpdateHITReviewStatus for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITReviewStatus

func (*MTurk) UpdateHITReviewStatusRequest

func (c *MTurk) UpdateHITReviewStatusRequest(input *UpdateHITReviewStatusInput) (req *request.Request, output *UpdateHITReviewStatusOutput)

UpdateHITReviewStatusRequest generates a "aws/request.Request" representing the client's request for the UpdateHITReviewStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateHITReviewStatus for more information on using the UpdateHITReviewStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateHITReviewStatusRequest method.
req, resp := client.UpdateHITReviewStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITReviewStatus

func (*MTurk) UpdateHITReviewStatusWithContext

func (c *MTurk) UpdateHITReviewStatusWithContext(ctx aws.Context, input *UpdateHITReviewStatusInput, opts ...request.Option) (*UpdateHITReviewStatusOutput, error)

UpdateHITReviewStatusWithContext is the same as UpdateHITReviewStatus with the addition of the ability to pass a context and additional request options.

See UpdateHITReviewStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) UpdateHITTypeOfHIT

func (c *MTurk) UpdateHITTypeOfHIT(input *UpdateHITTypeOfHITInput) (*UpdateHITTypeOfHITOutput, error)

UpdateHITTypeOfHIT API operation for Amazon Mechanical Turk.

The UpdateHITTypeOfHIT operation allows you to change the HITType properties of a HIT. This operation disassociates the HIT from its old HITType properties and associates it with the new HITType properties. The HIT takes on the properties of the new HITType in place of the old ones.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation UpdateHITTypeOfHIT for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITTypeOfHIT

func (*MTurk) UpdateHITTypeOfHITRequest

func (c *MTurk) UpdateHITTypeOfHITRequest(input *UpdateHITTypeOfHITInput) (req *request.Request, output *UpdateHITTypeOfHITOutput)

UpdateHITTypeOfHITRequest generates a "aws/request.Request" representing the client's request for the UpdateHITTypeOfHIT operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateHITTypeOfHIT for more information on using the UpdateHITTypeOfHIT API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateHITTypeOfHITRequest method.
req, resp := client.UpdateHITTypeOfHITRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITTypeOfHIT

func (*MTurk) UpdateHITTypeOfHITWithContext

func (c *MTurk) UpdateHITTypeOfHITWithContext(ctx aws.Context, input *UpdateHITTypeOfHITInput, opts ...request.Option) (*UpdateHITTypeOfHITOutput, error)

UpdateHITTypeOfHITWithContext is the same as UpdateHITTypeOfHIT with the addition of the ability to pass a context and additional request options.

See UpdateHITTypeOfHIT for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) UpdateNotificationSettings

func (c *MTurk) UpdateNotificationSettings(input *UpdateNotificationSettingsInput) (*UpdateNotificationSettingsOutput, error)

UpdateNotificationSettings API operation for Amazon Mechanical Turk.

The UpdateNotificationSettings operation creates, updates, disables or re-enables notifications for a HIT type. If you call the UpdateNotificationSettings operation for a HIT type that already has a notification specification, the operation replaces the old specification with a new one. You can call the UpdateNotificationSettings operation to enable or disable notifications for the HIT type, without having to modify the notification specification itself by providing updates to the Active status without specifying a new notification specification. To change the Active status of a HIT type's notifications, the HIT type must already have a notification specification, or one must be provided in the same call to UpdateNotificationSettings.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation UpdateNotificationSettings for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateNotificationSettings

func (*MTurk) UpdateNotificationSettingsRequest

func (c *MTurk) UpdateNotificationSettingsRequest(input *UpdateNotificationSettingsInput) (req *request.Request, output *UpdateNotificationSettingsOutput)

UpdateNotificationSettingsRequest generates a "aws/request.Request" representing the client's request for the UpdateNotificationSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateNotificationSettings for more information on using the UpdateNotificationSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateNotificationSettingsRequest method.
req, resp := client.UpdateNotificationSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateNotificationSettings

func (*MTurk) UpdateNotificationSettingsWithContext

func (c *MTurk) UpdateNotificationSettingsWithContext(ctx aws.Context, input *UpdateNotificationSettingsInput, opts ...request.Option) (*UpdateNotificationSettingsOutput, error)

UpdateNotificationSettingsWithContext is the same as UpdateNotificationSettings with the addition of the ability to pass a context and additional request options.

See UpdateNotificationSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MTurk) UpdateQualificationType

func (c *MTurk) UpdateQualificationType(input *UpdateQualificationTypeInput) (*UpdateQualificationTypeOutput, error)

UpdateQualificationType API operation for Amazon Mechanical Turk.

The UpdateQualificationType operation modifies the attributes of an existing Qualification type, which is represented by a QualificationType data structure. Only the owner of a Qualification type can modify its attributes.

Most attributes of a Qualification type can be changed after the type has been created. However, the Name and Keywords fields cannot be modified. The RetryDelayInSeconds parameter can be modified or added to change the delay or to enable retries, but RetryDelayInSeconds cannot be used to disable retries.

You can use this operation to update the test for a Qualification type. The test is updated based on the values specified for the Test, TestDurationInSeconds and AnswerKey parameters. All three parameters specify the updated test. If you are updating the test for a type, you must specify the Test and TestDurationInSeconds parameters. The AnswerKey parameter is optional; omitting it specifies that the updated test does not have an answer key.

If you omit the Test parameter, the test for the Qualification type is unchanged. There is no way to remove a test from a Qualification type that has one. If the type already has a test, you cannot update it to be AutoGranted. If the Qualification type does not have a test and one is provided by an update, the type will henceforth have a test.

If you want to update the test duration or answer key for an existing test without changing the questions, you must specify a Test parameter with the original questions, along with the updated values.

If you provide an updated Test but no AnswerKey, the new test will not have an answer key. Requests for such Qualifications must be granted manually.

You can also update the AutoGranted and AutoGrantedValue attributes of the Qualification type.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Mechanical Turk's API operation UpdateQualificationType for usage and error information.

Returned Error Types:

  • ServiceFault Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

  • RequestError Your request is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateQualificationType

func (*MTurk) UpdateQualificationTypeRequest

func (c *MTurk) UpdateQualificationTypeRequest(input *UpdateQualificationTypeInput) (req *request.Request, output *UpdateQualificationTypeOutput)

UpdateQualificationTypeRequest generates a "aws/request.Request" representing the client's request for the UpdateQualificationType operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateQualificationType for more information on using the UpdateQualificationType API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateQualificationTypeRequest method.
req, resp := client.UpdateQualificationTypeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateQualificationType

func (*MTurk) UpdateQualificationTypeWithContext

func (c *MTurk) UpdateQualificationTypeWithContext(ctx aws.Context, input *UpdateQualificationTypeInput, opts ...request.Option) (*UpdateQualificationTypeOutput, error)

UpdateQualificationTypeWithContext is the same as UpdateQualificationType with the addition of the ability to pass a context and additional request options.

See UpdateQualificationType for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type NotificationSpecification

type NotificationSpecification struct {

    // The target for notification messages. The Destination’s format is determined
    // by the specified Transport:
    //
    //    * When Transport is Email, the Destination is your email address.
    //
    //    * When Transport is SQS, the Destination is your queue URL.
    //
    //    * When Transport is SNS, the Destination is the ARN of your topic.
    //
    // Destination is a required field
    Destination *string `type:"string" required:"true"`

    // The list of events that should cause notifications to be sent. Valid Values:
    // AssignmentAccepted | AssignmentAbandoned | AssignmentReturned | AssignmentSubmitted
    // | AssignmentRejected | AssignmentApproved | HITCreated | HITExtended | HITDisposed
    // | HITReviewable | HITExpired | Ping. The Ping event is only valid for the
    // SendTestEventNotification operation.
    //
    // EventTypes is a required field
    EventTypes []*string `type:"list" required:"true" enum:"EventType"`

    // The method Amazon Mechanical Turk uses to send the notification. Valid Values:
    // Email | SQS | SNS.
    //
    // Transport is a required field
    Transport *string `type:"string" required:"true" enum:"NotificationTransport"`

    // The version of the Notification API to use. Valid value is 2006-05-05.
    //
    // Version is a required field
    Version *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

The NotificationSpecification data structure describes a HIT event notification for a HIT type.

func (NotificationSpecification) GoString

func (s NotificationSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotificationSpecification) SetDestination

func (s *NotificationSpecification) SetDestination(v string) *NotificationSpecification

SetDestination sets the Destination field's value.

func (*NotificationSpecification) SetEventTypes

func (s *NotificationSpecification) SetEventTypes(v []*string) *NotificationSpecification

SetEventTypes sets the EventTypes field's value.

func (*NotificationSpecification) SetTransport

func (s *NotificationSpecification) SetTransport(v string) *NotificationSpecification

SetTransport sets the Transport field's value.

func (*NotificationSpecification) SetVersion

func (s *NotificationSpecification) SetVersion(v string) *NotificationSpecification

SetVersion sets the Version field's value.

func (NotificationSpecification) String

func (s NotificationSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotificationSpecification) Validate

func (s *NotificationSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NotifyWorkersFailureStatus

type NotifyWorkersFailureStatus struct {

    // Encoded value for the failure type.
    NotifyWorkersFailureCode *string `type:"string" enum:"NotifyWorkersFailureCode"`

    // A message detailing the reason the Worker could not be notified.
    NotifyWorkersFailureMessage *string `type:"string"`

    // The ID of the Worker.
    WorkerId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

When MTurk encounters an issue with notifying the Workers you specified, it returns back this object with failure details.

func (NotifyWorkersFailureStatus) GoString

func (s NotifyWorkersFailureStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotifyWorkersFailureStatus) SetNotifyWorkersFailureCode

func (s *NotifyWorkersFailureStatus) SetNotifyWorkersFailureCode(v string) *NotifyWorkersFailureStatus

SetNotifyWorkersFailureCode sets the NotifyWorkersFailureCode field's value.

func (*NotifyWorkersFailureStatus) SetNotifyWorkersFailureMessage

func (s *NotifyWorkersFailureStatus) SetNotifyWorkersFailureMessage(v string) *NotifyWorkersFailureStatus

SetNotifyWorkersFailureMessage sets the NotifyWorkersFailureMessage field's value.

func (*NotifyWorkersFailureStatus) SetWorkerId

func (s *NotifyWorkersFailureStatus) SetWorkerId(v string) *NotifyWorkersFailureStatus

SetWorkerId sets the WorkerId field's value.

func (NotifyWorkersFailureStatus) String

func (s NotifyWorkersFailureStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NotifyWorkersInput

type NotifyWorkersInput struct {

    // The text of the email message to send. Can include up to 4,096 characters
    //
    // MessageText is a required field
    MessageText *string `type:"string" required:"true"`

    // The subject line of the email message to send. Can include up to 200 characters.
    //
    // Subject is a required field
    Subject *string `type:"string" required:"true"`

    // A list of Worker IDs you wish to notify. You can notify upto 100 Workers
    // at a time.
    //
    // WorkerIds is a required field
    WorkerIds []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (NotifyWorkersInput) GoString

func (s NotifyWorkersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotifyWorkersInput) SetMessageText

func (s *NotifyWorkersInput) SetMessageText(v string) *NotifyWorkersInput

SetMessageText sets the MessageText field's value.

func (*NotifyWorkersInput) SetSubject

func (s *NotifyWorkersInput) SetSubject(v string) *NotifyWorkersInput

SetSubject sets the Subject field's value.

func (*NotifyWorkersInput) SetWorkerIds

func (s *NotifyWorkersInput) SetWorkerIds(v []*string) *NotifyWorkersInput

SetWorkerIds sets the WorkerIds field's value.

func (NotifyWorkersInput) String

func (s NotifyWorkersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotifyWorkersInput) Validate

func (s *NotifyWorkersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NotifyWorkersOutput

type NotifyWorkersOutput struct {

    // When MTurk sends notifications to the list of Workers, it returns back any
    // failures it encounters in this list of NotifyWorkersFailureStatus objects.
    NotifyWorkersFailureStatuses []*NotifyWorkersFailureStatus `type:"list"`
    // contains filtered or unexported fields
}

func (NotifyWorkersOutput) GoString

func (s NotifyWorkersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotifyWorkersOutput) SetNotifyWorkersFailureStatuses

func (s *NotifyWorkersOutput) SetNotifyWorkersFailureStatuses(v []*NotifyWorkersFailureStatus) *NotifyWorkersOutput

SetNotifyWorkersFailureStatuses sets the NotifyWorkersFailureStatuses field's value.

func (NotifyWorkersOutput) String

func (s NotifyWorkersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParameterMapEntry

type ParameterMapEntry struct {

    // The QuestionID from the HIT that is used to identify which question requires
    // Mechanical Turk to score as part of the ScoreMyKnownAnswers/2011-09-01 Review
    // Policy.
    Key *string `type:"string"`

    // The list of answers to the question specified in the MapEntry Key element.
    // The Worker must match all values in order for the answer to be scored correctly.
    Values []*string `type:"list"`
    // contains filtered or unexported fields
}

This data structure is the data type for the AnswerKey parameter of the ScoreMyKnownAnswers/2011-09-01 Review Policy.

func (ParameterMapEntry) GoString

func (s ParameterMapEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterMapEntry) SetKey

func (s *ParameterMapEntry) SetKey(v string) *ParameterMapEntry

SetKey sets the Key field's value.

func (*ParameterMapEntry) SetValues

func (s *ParameterMapEntry) SetValues(v []*string) *ParameterMapEntry

SetValues sets the Values field's value.

func (ParameterMapEntry) String

func (s ParameterMapEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PolicyParameter

type PolicyParameter struct {

    // Name of the parameter from the list of Review Polices.
    Key *string `type:"string"`

    // List of ParameterMapEntry objects.
    MapEntries []*ParameterMapEntry `type:"list"`

    // The list of values of the Parameter
    Values []*string `type:"list"`
    // contains filtered or unexported fields
}

Name of the parameter from the Review policy.

func (PolicyParameter) GoString

func (s PolicyParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PolicyParameter) SetKey

func (s *PolicyParameter) SetKey(v string) *PolicyParameter

SetKey sets the Key field's value.

func (*PolicyParameter) SetMapEntries

func (s *PolicyParameter) SetMapEntries(v []*ParameterMapEntry) *PolicyParameter

SetMapEntries sets the MapEntries field's value.

func (*PolicyParameter) SetValues

func (s *PolicyParameter) SetValues(v []*string) *PolicyParameter

SetValues sets the Values field's value.

func (PolicyParameter) String

func (s PolicyParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Qualification

type Qualification struct {

    // The date and time the Qualification was granted to the Worker. If the Worker's
    // Qualification was revoked, and then re-granted based on a new Qualification
    // request, GrantTime is the date and time of the last call to the AcceptQualificationRequest
    // operation.
    GrantTime *time.Time `type:"timestamp"`

    // The value (score) of the Qualification, if the Qualification has an integer
    // value.
    IntegerValue *int64 `type:"integer"`

    // The Locale data structure represents a geographical region or location.
    LocaleValue *Locale `type:"structure"`

    // The ID of the Qualification type for the Qualification.
    QualificationTypeId *string `min:"1" type:"string"`

    // The status of the Qualification. Valid values are Granted | Revoked.
    Status *string `type:"string" enum:"QualificationStatus"`

    // The ID of the Worker who possesses the Qualification.
    WorkerId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The Qualification data structure represents a Qualification assigned to a user, including the Qualification type and the value (score).

func (Qualification) GoString

func (s Qualification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Qualification) SetGrantTime

func (s *Qualification) SetGrantTime(v time.Time) *Qualification

SetGrantTime sets the GrantTime field's value.

func (*Qualification) SetIntegerValue

func (s *Qualification) SetIntegerValue(v int64) *Qualification

SetIntegerValue sets the IntegerValue field's value.

func (*Qualification) SetLocaleValue

func (s *Qualification) SetLocaleValue(v *Locale) *Qualification

SetLocaleValue sets the LocaleValue field's value.

func (*Qualification) SetQualificationTypeId

func (s *Qualification) SetQualificationTypeId(v string) *Qualification

SetQualificationTypeId sets the QualificationTypeId field's value.

func (*Qualification) SetStatus

func (s *Qualification) SetStatus(v string) *Qualification

SetStatus sets the Status field's value.

func (*Qualification) SetWorkerId

func (s *Qualification) SetWorkerId(v string) *Qualification

SetWorkerId sets the WorkerId field's value.

func (Qualification) String

func (s Qualification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QualificationRequest

type QualificationRequest struct {

    // The Worker's answers for the Qualification type's test contained in a QuestionFormAnswers
    // document, if the type has a test and the Worker has submitted answers. If
    // the Worker does not provide any answers, Answer may be empty.
    Answer *string `type:"string"`

    // The ID of the Qualification request, a unique identifier generated when the
    // request was submitted.
    QualificationRequestId *string `type:"string"`

    // The ID of the Qualification type the Worker is requesting, as returned by
    // the CreateQualificationType operation.
    QualificationTypeId *string `min:"1" type:"string"`

    // The date and time the Qualification request had a status of Submitted. This
    // is either the time the Worker submitted answers for a Qualification test,
    // or the time the Worker requested the Qualification if the Qualification type
    // does not have a test.
    SubmitTime *time.Time `type:"timestamp"`

    // The contents of the Qualification test that was presented to the Worker,
    // if the type has a test and the Worker has submitted answers. This value is
    // identical to the QuestionForm associated with the Qualification type at the
    // time the Worker requests the Qualification.
    Test *string `type:"string"`

    // The ID of the Worker requesting the Qualification.
    WorkerId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The QualificationRequest data structure represents a request a Worker has made for a Qualification.

func (QualificationRequest) GoString

func (s QualificationRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QualificationRequest) SetAnswer

func (s *QualificationRequest) SetAnswer(v string) *QualificationRequest

SetAnswer sets the Answer field's value.

func (*QualificationRequest) SetQualificationRequestId

func (s *QualificationRequest) SetQualificationRequestId(v string) *QualificationRequest

SetQualificationRequestId sets the QualificationRequestId field's value.

func (*QualificationRequest) SetQualificationTypeId

func (s *QualificationRequest) SetQualificationTypeId(v string) *QualificationRequest

SetQualificationTypeId sets the QualificationTypeId field's value.

func (*QualificationRequest) SetSubmitTime

func (s *QualificationRequest) SetSubmitTime(v time.Time) *QualificationRequest

SetSubmitTime sets the SubmitTime field's value.

func (*QualificationRequest) SetTest

func (s *QualificationRequest) SetTest(v string) *QualificationRequest

SetTest sets the Test field's value.

func (*QualificationRequest) SetWorkerId

func (s *QualificationRequest) SetWorkerId(v string) *QualificationRequest

SetWorkerId sets the WorkerId field's value.

func (QualificationRequest) String

func (s QualificationRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QualificationRequirement

type QualificationRequirement struct {

    // Setting this attribute prevents Workers whose Qualifications do not meet
    // this QualificationRequirement from taking the specified action. Valid arguments
    // include "Accept" (Worker cannot accept the HIT, but can preview the HIT and
    // see it in their search results), "PreviewAndAccept" (Worker cannot accept
    // or preview the HIT, but can see the HIT in their search results), and "DiscoverPreviewAndAccept"
    // (Worker cannot accept, preview, or see the HIT in their search results).
    // It's possible for you to create a HIT with multiple QualificationRequirements
    // (which can have different values for the ActionGuarded attribute). In this
    // case, the Worker is only permitted to perform an action when they have met
    // all QualificationRequirements guarding the action. The actions in the order
    // of least restrictive to most restrictive are Discover, Preview and Accept.
    // For example, if a Worker meets all QualificationRequirements that are set
    // to DiscoverPreviewAndAccept, but do not meet all requirements that are set
    // with PreviewAndAccept, then the Worker will be able to Discover, i.e. see
    // the HIT in their search result, but will not be able to Preview or Accept
    // the HIT. ActionsGuarded should not be used in combination with the RequiredToPreview
    // field.
    ActionsGuarded *string `type:"string" enum:"HITAccessActions"`

    // The kind of comparison to make against a Qualification's value. You can compare
    // a Qualification's value to an IntegerValue to see if it is LessThan, LessThanOrEqualTo,
    // GreaterThan, GreaterThanOrEqualTo, EqualTo, or NotEqualTo the IntegerValue.
    // You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo
    // the LocaleValue. You can check to see if the value is In or NotIn a set of
    // IntegerValue or LocaleValue values. Lastly, a Qualification requirement can
    // also test if a Qualification Exists or DoesNotExist in the user's profile,
    // regardless of its value.
    //
    // Comparator is a required field
    Comparator *string `type:"string" required:"true" enum:"Comparator"`

    // The integer value to compare against the Qualification's value. IntegerValue
    // must not be present if Comparator is Exists or DoesNotExist. IntegerValue
    // can only be used if the Qualification type has an integer value; it cannot
    // be used with the Worker_Locale QualificationType ID. When performing a set
    // comparison by using the In or the NotIn comparator, you can use up to 15
    // IntegerValue elements in a QualificationRequirement data structure.
    IntegerValues []*int64 `type:"list"`

    // The locale value to compare against the Qualification's value. The local
    // value must be a valid ISO 3166 country code or supports ISO 3166-2 subdivisions.
    // LocaleValue can only be used with a Worker_Locale QualificationType ID. LocaleValue
    // can only be used with the EqualTo, NotEqualTo, In, and NotIn comparators.
    // You must only use a single LocaleValue element when using the EqualTo or
    // NotEqualTo comparators. When performing a set comparison by using the In
    // or the NotIn comparator, you can use up to 30 LocaleValue elements in a QualificationRequirement
    // data structure.
    LocaleValues []*Locale `type:"list"`

    // The ID of the Qualification type for the requirement.
    //
    // QualificationTypeId is a required field
    QualificationTypeId *string `type:"string" required:"true"`

    // DEPRECATED: Use the ActionsGuarded field instead. If RequiredToPreview is
    // true, the question data for the HIT will not be shown when a Worker whose
    // Qualifications do not meet this requirement tries to preview the HIT. That
    // is, a Worker's Qualifications must meet all of the requirements for which
    // RequiredToPreview is true in order to preview the HIT. If a Worker meets
    // all of the requirements where RequiredToPreview is true (or if there are
    // no such requirements), but does not meet all of the requirements for the
    // HIT, the Worker will be allowed to preview the HIT's question data, but will
    // not be allowed to accept and complete the HIT. The default is false. This
    // should not be used in combination with the ActionsGuarded field.
    //
    // Deprecated: RequiredToPreview has been deprecated
    RequiredToPreview *bool `deprecated:"true" type:"boolean"`
    // contains filtered or unexported fields
}

The QualificationRequirement data structure describes a Qualification that a Worker must have before the Worker is allowed to accept a HIT. A requirement may optionally state that a Worker must have the Qualification in order to preview the HIT, or see the HIT in search results.

func (QualificationRequirement) GoString

func (s QualificationRequirement) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QualificationRequirement) SetActionsGuarded

func (s *QualificationRequirement) SetActionsGuarded(v string) *QualificationRequirement

SetActionsGuarded sets the ActionsGuarded field's value.

func (*QualificationRequirement) SetComparator

func (s *QualificationRequirement) SetComparator(v string) *QualificationRequirement

SetComparator sets the Comparator field's value.

func (*QualificationRequirement) SetIntegerValues

func (s *QualificationRequirement) SetIntegerValues(v []*int64) *QualificationRequirement

SetIntegerValues sets the IntegerValues field's value.

func (*QualificationRequirement) SetLocaleValues

func (s *QualificationRequirement) SetLocaleValues(v []*Locale) *QualificationRequirement

SetLocaleValues sets the LocaleValues field's value.

func (*QualificationRequirement) SetQualificationTypeId

func (s *QualificationRequirement) SetQualificationTypeId(v string) *QualificationRequirement

SetQualificationTypeId sets the QualificationTypeId field's value.

func (*QualificationRequirement) SetRequiredToPreview

func (s *QualificationRequirement) SetRequiredToPreview(v bool) *QualificationRequirement

SetRequiredToPreview sets the RequiredToPreview field's value.

func (QualificationRequirement) String

func (s QualificationRequirement) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QualificationRequirement) Validate

func (s *QualificationRequirement) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QualificationType

type QualificationType struct {

    // The answers to the Qualification test specified in the Test parameter.
    AnswerKey *string `type:"string"`

    // Specifies that requests for the Qualification type are granted immediately,
    // without prompting the Worker with a Qualification test. Valid values are
    // True | False.
    AutoGranted *bool `type:"boolean"`

    // The Qualification integer value to use for automatically granted Qualifications,
    // if AutoGranted is true. This is 1 by default.
    AutoGrantedValue *int64 `type:"integer"`

    // The date and time the Qualification type was created.
    CreationTime *time.Time `type:"timestamp"`

    // A long description for the Qualification type.
    Description *string `type:"string"`

    // Specifies whether the Qualification type is one that a user can request through
    // the Amazon Mechanical Turk web site, such as by taking a Qualification test.
    // This value is False for Qualifications assigned automatically by the system.
    // Valid values are True | False.
    IsRequestable *bool `type:"boolean"`

    // One or more words or phrases that describe theQualification type, separated
    // by commas. The Keywords make the type easier to find using a search.
    Keywords *string `type:"string"`

    // The name of the Qualification type. The type name is used to identify the
    // type, and to find the type using a Qualification type search.
    Name *string `type:"string"`

    // A unique identifier for the Qualification type. A Qualification type is given
    // a Qualification type ID when you call the CreateQualificationType operation.
    QualificationTypeId *string `min:"1" type:"string"`

    // The status of the Qualification type. A Qualification type's status determines
    // if users can apply to receive a Qualification of this type, and if HITs can
    // be created with requirements based on this type. Valid values are Active
    // | Inactive.
    QualificationTypeStatus *string `type:"string" enum:"QualificationTypeStatus"`

    // The amount of time, in seconds, Workers must wait after taking the Qualification
    // test before they can take it again. Workers can take a Qualification test
    // multiple times if they were not granted the Qualification from a previous
    // attempt, or if the test offers a gradient score and they want a better score.
    // If not specified, retries are disabled and Workers can request a Qualification
    // only once.
    RetryDelayInSeconds *int64 `type:"long"`

    // The questions for a Qualification test associated with this Qualification
    // type that a user can take to obtain a Qualification of this type. This parameter
    // must be specified if AnswerKey is present. A Qualification type cannot have
    // both a specified Test parameter and an AutoGranted value of true.
    Test *string `type:"string"`

    // The amount of time, in seconds, given to a Worker to complete the Qualification
    // test, beginning from the time the Worker requests the Qualification.
    TestDurationInSeconds *int64 `type:"long"`
    // contains filtered or unexported fields
}

The QualificationType data structure represents a Qualification type, a description of a property of a Worker that must match the requirements of a HIT for the Worker to be able to accept the HIT. The type also describes how a Worker can obtain a Qualification of that type, such as through a Qualification test.

func (QualificationType) GoString

func (s QualificationType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QualificationType) SetAnswerKey

func (s *QualificationType) SetAnswerKey(v string) *QualificationType

SetAnswerKey sets the AnswerKey field's value.

func (*QualificationType) SetAutoGranted

func (s *QualificationType) SetAutoGranted(v bool) *QualificationType

SetAutoGranted sets the AutoGranted field's value.

func (*QualificationType) SetAutoGrantedValue

func (s *QualificationType) SetAutoGrantedValue(v int64) *QualificationType

SetAutoGrantedValue sets the AutoGrantedValue field's value.

func (*QualificationType) SetCreationTime

func (s *QualificationType) SetCreationTime(v time.Time) *QualificationType

SetCreationTime sets the CreationTime field's value.

func (*QualificationType) SetDescription

func (s *QualificationType) SetDescription(v string) *QualificationType

SetDescription sets the Description field's value.

func (*QualificationType) SetIsRequestable

func (s *QualificationType) SetIsRequestable(v bool) *QualificationType

SetIsRequestable sets the IsRequestable field's value.

func (*QualificationType) SetKeywords

func (s *QualificationType) SetKeywords(v string) *QualificationType

SetKeywords sets the Keywords field's value.

func (*QualificationType) SetName

func (s *QualificationType) SetName(v string) *QualificationType

SetName sets the Name field's value.

func (*QualificationType) SetQualificationTypeId

func (s *QualificationType) SetQualificationTypeId(v string) *QualificationType

SetQualificationTypeId sets the QualificationTypeId field's value.

func (*QualificationType) SetQualificationTypeStatus

func (s *QualificationType) SetQualificationTypeStatus(v string) *QualificationType

SetQualificationTypeStatus sets the QualificationTypeStatus field's value.

func (*QualificationType) SetRetryDelayInSeconds

func (s *QualificationType) SetRetryDelayInSeconds(v int64) *QualificationType

SetRetryDelayInSeconds sets the RetryDelayInSeconds field's value.

func (*QualificationType) SetTest

func (s *QualificationType) SetTest(v string) *QualificationType

SetTest sets the Test field's value.

func (*QualificationType) SetTestDurationInSeconds

func (s *QualificationType) SetTestDurationInSeconds(v int64) *QualificationType

SetTestDurationInSeconds sets the TestDurationInSeconds field's value.

func (QualificationType) String

func (s QualificationType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RejectAssignmentInput

type RejectAssignmentInput struct {

    // The ID of the assignment. The assignment must correspond to a HIT created
    // by the Requester.
    //
    // AssignmentId is a required field
    AssignmentId *string `min:"1" type:"string" required:"true"`

    // A message for the Worker, which the Worker can see in the Status section
    // of the web site.
    //
    // RequesterFeedback is a required field
    RequesterFeedback *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (RejectAssignmentInput) GoString

func (s RejectAssignmentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RejectAssignmentInput) SetAssignmentId

func (s *RejectAssignmentInput) SetAssignmentId(v string) *RejectAssignmentInput

SetAssignmentId sets the AssignmentId field's value.

func (*RejectAssignmentInput) SetRequesterFeedback

func (s *RejectAssignmentInput) SetRequesterFeedback(v string) *RejectAssignmentInput

SetRequesterFeedback sets the RequesterFeedback field's value.

func (RejectAssignmentInput) String

func (s RejectAssignmentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RejectAssignmentInput) Validate

func (s *RejectAssignmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RejectAssignmentOutput

type RejectAssignmentOutput struct {
    // contains filtered or unexported fields
}

func (RejectAssignmentOutput) GoString

func (s RejectAssignmentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RejectAssignmentOutput) String

func (s RejectAssignmentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RejectQualificationRequestInput

type RejectQualificationRequestInput struct {

    // The ID of the Qualification request, as returned by the ListQualificationRequests
    // operation.
    //
    // QualificationRequestId is a required field
    QualificationRequestId *string `type:"string" required:"true"`

    // A text message explaining why the request was rejected, to be shown to the
    // Worker who made the request.
    Reason *string `type:"string"`
    // contains filtered or unexported fields
}

func (RejectQualificationRequestInput) GoString

func (s RejectQualificationRequestInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RejectQualificationRequestInput) SetQualificationRequestId

func (s *RejectQualificationRequestInput) SetQualificationRequestId(v string) *RejectQualificationRequestInput

SetQualificationRequestId sets the QualificationRequestId field's value.

func (*RejectQualificationRequestInput) SetReason

func (s *RejectQualificationRequestInput) SetReason(v string) *RejectQualificationRequestInput

SetReason sets the Reason field's value.

func (RejectQualificationRequestInput) String

func (s RejectQualificationRequestInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RejectQualificationRequestInput) Validate

func (s *RejectQualificationRequestInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RejectQualificationRequestOutput

type RejectQualificationRequestOutput struct {
    // contains filtered or unexported fields
}

func (RejectQualificationRequestOutput) GoString

func (s RejectQualificationRequestOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RejectQualificationRequestOutput) String

func (s RejectQualificationRequestOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RequestError

type RequestError struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    TurkErrorCode *string `type:"string"`
    // contains filtered or unexported fields
}

Your request is invalid.

func (*RequestError) Code

func (s *RequestError) Code() string

Code returns the exception type name.

func (*RequestError) Error

func (s *RequestError) Error() string

func (RequestError) GoString

func (s RequestError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RequestError) Message

func (s *RequestError) Message() string

Message returns the exception's message.

func (*RequestError) OrigErr

func (s *RequestError) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*RequestError) RequestID

func (s *RequestError) RequestID() string

RequestID returns the service's response RequestID for request.

func (*RequestError) StatusCode

func (s *RequestError) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (RequestError) String

func (s RequestError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReviewActionDetail

type ReviewActionDetail struct {

    // The unique identifier for the action.
    ActionId *string `min:"1" type:"string"`

    // The nature of the action itself. The Review Policy is responsible for examining
    // the HIT and Assignments, emitting results, and deciding which other actions
    // will be necessary.
    ActionName *string `type:"string"`

    // The date when the action was completed.
    CompleteTime *time.Time `type:"timestamp"`

    // Present only when the Results have a FAILED Status.
    ErrorCode *string `type:"string"`

    // A description of the outcome of the review.
    Result *string `type:"string"`

    // The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.
    Status *string `type:"string" enum:"ReviewActionStatus"`

    // The specific HITId or AssignmentID targeted by the action.
    TargetId *string `min:"1" type:"string"`

    // The type of object in TargetId.
    TargetType *string `type:"string"`
    // contains filtered or unexported fields
}

Both the AssignmentReviewReport and the HITReviewReport elements contains the ReviewActionDetail data structure. This structure is returned multiple times for each action specified in the Review Policy.

func (ReviewActionDetail) GoString

func (s ReviewActionDetail) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReviewActionDetail) SetActionId

func (s *ReviewActionDetail) SetActionId(v string) *ReviewActionDetail

SetActionId sets the ActionId field's value.

func (*ReviewActionDetail) SetActionName

func (s *ReviewActionDetail) SetActionName(v string) *ReviewActionDetail

SetActionName sets the ActionName field's value.

func (*ReviewActionDetail) SetCompleteTime

func (s *ReviewActionDetail) SetCompleteTime(v time.Time) *ReviewActionDetail

SetCompleteTime sets the CompleteTime field's value.

func (*ReviewActionDetail) SetErrorCode

func (s *ReviewActionDetail) SetErrorCode(v string) *ReviewActionDetail

SetErrorCode sets the ErrorCode field's value.

func (*ReviewActionDetail) SetResult

func (s *ReviewActionDetail) SetResult(v string) *ReviewActionDetail

SetResult sets the Result field's value.

func (*ReviewActionDetail) SetStatus

func (s *ReviewActionDetail) SetStatus(v string) *ReviewActionDetail

SetStatus sets the Status field's value.

func (*ReviewActionDetail) SetTargetId

func (s *ReviewActionDetail) SetTargetId(v string) *ReviewActionDetail

SetTargetId sets the TargetId field's value.

func (*ReviewActionDetail) SetTargetType

func (s *ReviewActionDetail) SetTargetType(v string) *ReviewActionDetail

SetTargetType sets the TargetType field's value.

func (ReviewActionDetail) String

func (s ReviewActionDetail) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReviewPolicy

type ReviewPolicy struct {

    // Name of the parameter from the Review policy.
    Parameters []*PolicyParameter `type:"list"`

    // Name of a Review Policy: SimplePlurality/2011-09-01 or ScoreMyKnownAnswers/2011-09-01
    //
    // PolicyName is a required field
    PolicyName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

HIT Review Policy data structures represent HIT review policies, which you specify when you create a HIT.

func (ReviewPolicy) GoString

func (s ReviewPolicy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReviewPolicy) SetParameters

func (s *ReviewPolicy) SetParameters(v []*PolicyParameter) *ReviewPolicy

SetParameters sets the Parameters field's value.

func (*ReviewPolicy) SetPolicyName

func (s *ReviewPolicy) SetPolicyName(v string) *ReviewPolicy

SetPolicyName sets the PolicyName field's value.

func (ReviewPolicy) String

func (s ReviewPolicy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReviewPolicy) Validate

func (s *ReviewPolicy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReviewReport

type ReviewReport struct {

    // A list of ReviewAction objects for each action specified in the Review Policy.
    ReviewActions []*ReviewActionDetail `type:"list"`

    // A list of ReviewResults objects for each action specified in the Review Policy.
    ReviewResults []*ReviewResultDetail `type:"list"`
    // contains filtered or unexported fields
}

Contains both ReviewResult and ReviewAction elements for a particular HIT.

func (ReviewReport) GoString

func (s ReviewReport) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReviewReport) SetReviewActions

func (s *ReviewReport) SetReviewActions(v []*ReviewActionDetail) *ReviewReport

SetReviewActions sets the ReviewActions field's value.

func (*ReviewReport) SetReviewResults

func (s *ReviewReport) SetReviewResults(v []*ReviewResultDetail) *ReviewReport

SetReviewResults sets the ReviewResults field's value.

func (ReviewReport) String

func (s ReviewReport) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReviewResultDetail

type ReviewResultDetail struct {

    // A unique identifier of the Review action result.
    ActionId *string `min:"1" type:"string"`

    // Key identifies the particular piece of reviewed information.
    Key *string `type:"string"`

    // Specifies the QuestionId the result is describing. Depending on whether the
    // TargetType is a HIT or Assignment this results could specify multiple values.
    // If TargetType is HIT and QuestionId is absent, then the result describes
    // results of the HIT, including the HIT agreement score. If ObjectType is Assignment
    // and QuestionId is absent, then the result describes the Worker's performance
    // on the HIT.
    QuestionId *string `min:"1" type:"string"`

    // The HITID or AssignmentId about which this result was taken. Note that HIT-level
    // Review Policies will often emit results about both the HIT itself and its
    // Assignments, while Assignment-level review policies generally only emit results
    // about the Assignment itself.
    SubjectId *string `min:"1" type:"string"`

    // The type of the object from the SubjectId field.
    SubjectType *string `type:"string"`

    // The values of Key provided by the review policies you have selected.
    Value *string `type:"string"`
    // contains filtered or unexported fields
}

This data structure is returned multiple times for each result specified in the Review Policy.

func (ReviewResultDetail) GoString

func (s ReviewResultDetail) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReviewResultDetail) SetActionId

func (s *ReviewResultDetail) SetActionId(v string) *ReviewResultDetail

SetActionId sets the ActionId field's value.

func (*ReviewResultDetail) SetKey

func (s *ReviewResultDetail) SetKey(v string) *ReviewResultDetail

SetKey sets the Key field's value.

func (*ReviewResultDetail) SetQuestionId

func (s *ReviewResultDetail) SetQuestionId(v string) *ReviewResultDetail

SetQuestionId sets the QuestionId field's value.

func (*ReviewResultDetail) SetSubjectId

func (s *ReviewResultDetail) SetSubjectId(v string) *ReviewResultDetail

SetSubjectId sets the SubjectId field's value.

func (*ReviewResultDetail) SetSubjectType

func (s *ReviewResultDetail) SetSubjectType(v string) *ReviewResultDetail

SetSubjectType sets the SubjectType field's value.

func (*ReviewResultDetail) SetValue

func (s *ReviewResultDetail) SetValue(v string) *ReviewResultDetail

SetValue sets the Value field's value.

func (ReviewResultDetail) String

func (s ReviewResultDetail) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SendBonusInput

type SendBonusInput struct {

    // The ID of the assignment for which this bonus is paid.
    //
    // AssignmentId is a required field
    AssignmentId *string `min:"1" type:"string" required:"true"`

    // The Bonus amount is a US Dollar amount specified using a string (for example,
    // "5" represents $5.00 USD and "101.42" represents $101.42 USD). Do not include
    // currency symbols or currency codes.
    //
    // BonusAmount is a required field
    BonusAmount *string `type:"string" required:"true"`

    // A message that explains the reason for the bonus payment. The Worker receiving
    // the bonus can see this message.
    //
    // Reason is a required field
    Reason *string `type:"string" required:"true"`

    // A unique identifier for this request, which allows you to retry the call
    // on error without granting multiple bonuses. This is useful in cases such
    // as network timeouts where it is unclear whether or not the call succeeded
    // on the server. If the bonus already exists in the system from a previous
    // call using the same UniqueRequestToken, subsequent calls will return an error
    // with a message containing the request ID.
    UniqueRequestToken *string `min:"1" type:"string"`

    // The ID of the Worker being paid the bonus.
    //
    // WorkerId is a required field
    WorkerId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (SendBonusInput) GoString

func (s SendBonusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendBonusInput) SetAssignmentId

func (s *SendBonusInput) SetAssignmentId(v string) *SendBonusInput

SetAssignmentId sets the AssignmentId field's value.

func (*SendBonusInput) SetBonusAmount

func (s *SendBonusInput) SetBonusAmount(v string) *SendBonusInput

SetBonusAmount sets the BonusAmount field's value.

func (*SendBonusInput) SetReason

func (s *SendBonusInput) SetReason(v string) *SendBonusInput

SetReason sets the Reason field's value.

func (*SendBonusInput) SetUniqueRequestToken

func (s *SendBonusInput) SetUniqueRequestToken(v string) *SendBonusInput

SetUniqueRequestToken sets the UniqueRequestToken field's value.

func (*SendBonusInput) SetWorkerId

func (s *SendBonusInput) SetWorkerId(v string) *SendBonusInput

SetWorkerId sets the WorkerId field's value.

func (SendBonusInput) String

func (s SendBonusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendBonusInput) Validate

func (s *SendBonusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SendBonusOutput

type SendBonusOutput struct {
    // contains filtered or unexported fields
}

func (SendBonusOutput) GoString

func (s SendBonusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (SendBonusOutput) String

func (s SendBonusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SendTestEventNotificationInput

type SendTestEventNotificationInput struct {

    // The notification specification to test. This value is identical to the value
    // you would provide to the UpdateNotificationSettings operation when you establish
    // the notification specification for a HIT type.
    //
    // Notification is a required field
    Notification *NotificationSpecification `type:"structure" required:"true"`

    // The event to simulate to test the notification specification. This event
    // is included in the test message even if the notification specification does
    // not include the event type. The notification specification does not filter
    // out the test event.
    //
    // TestEventType is a required field
    TestEventType *string `type:"string" required:"true" enum:"EventType"`
    // contains filtered or unexported fields
}

func (SendTestEventNotificationInput) GoString

func (s SendTestEventNotificationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendTestEventNotificationInput) SetNotification

func (s *SendTestEventNotificationInput) SetNotification(v *NotificationSpecification) *SendTestEventNotificationInput

SetNotification sets the Notification field's value.

func (*SendTestEventNotificationInput) SetTestEventType

func (s *SendTestEventNotificationInput) SetTestEventType(v string) *SendTestEventNotificationInput

SetTestEventType sets the TestEventType field's value.

func (SendTestEventNotificationInput) String

func (s SendTestEventNotificationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendTestEventNotificationInput) Validate

func (s *SendTestEventNotificationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SendTestEventNotificationOutput

type SendTestEventNotificationOutput struct {
    // contains filtered or unexported fields
}

func (SendTestEventNotificationOutput) GoString

func (s SendTestEventNotificationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (SendTestEventNotificationOutput) String

func (s SendTestEventNotificationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceFault

type ServiceFault struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    TurkErrorCode *string `type:"string"`
    // contains filtered or unexported fields
}

Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.

func (*ServiceFault) Code

func (s *ServiceFault) Code() string

Code returns the exception type name.

func (*ServiceFault) Error

func (s *ServiceFault) Error() string

func (ServiceFault) GoString

func (s ServiceFault) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceFault) Message

func (s *ServiceFault) Message() string

Message returns the exception's message.

func (*ServiceFault) OrigErr

func (s *ServiceFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceFault) RequestID

func (s *ServiceFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceFault) StatusCode

func (s *ServiceFault) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceFault) String

func (s ServiceFault) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateExpirationForHITInput

type UpdateExpirationForHITInput struct {

    // The date and time at which you want the HIT to expire
    //
    // ExpireAt is a required field
    ExpireAt *time.Time `type:"timestamp" required:"true"`

    // The HIT to update.
    //
    // HITId is a required field
    HITId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateExpirationForHITInput) GoString

func (s UpdateExpirationForHITInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateExpirationForHITInput) SetExpireAt

func (s *UpdateExpirationForHITInput) SetExpireAt(v time.Time) *UpdateExpirationForHITInput

SetExpireAt sets the ExpireAt field's value.

func (*UpdateExpirationForHITInput) SetHITId

func (s *UpdateExpirationForHITInput) SetHITId(v string) *UpdateExpirationForHITInput

SetHITId sets the HITId field's value.

func (UpdateExpirationForHITInput) String

func (s UpdateExpirationForHITInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateExpirationForHITInput) Validate

func (s *UpdateExpirationForHITInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateExpirationForHITOutput

type UpdateExpirationForHITOutput struct {
    // contains filtered or unexported fields
}

func (UpdateExpirationForHITOutput) GoString

func (s UpdateExpirationForHITOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateExpirationForHITOutput) String

func (s UpdateExpirationForHITOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateHITReviewStatusInput

type UpdateHITReviewStatusInput struct {

    // The ID of the HIT to update.
    //
    // HITId is a required field
    HITId *string `min:"1" type:"string" required:"true"`

    // Specifies how to update the HIT status. Default is False.
    //
    //    * Setting this to false will only transition a HIT from Reviewable to
    //    Reviewing
    //
    //    * Setting this to true will only transition a HIT from Reviewing to Reviewable
    Revert *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (UpdateHITReviewStatusInput) GoString

func (s UpdateHITReviewStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateHITReviewStatusInput) SetHITId

func (s *UpdateHITReviewStatusInput) SetHITId(v string) *UpdateHITReviewStatusInput

SetHITId sets the HITId field's value.

func (*UpdateHITReviewStatusInput) SetRevert

func (s *UpdateHITReviewStatusInput) SetRevert(v bool) *UpdateHITReviewStatusInput

SetRevert sets the Revert field's value.

func (UpdateHITReviewStatusInput) String

func (s UpdateHITReviewStatusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateHITReviewStatusInput) Validate

func (s *UpdateHITReviewStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateHITReviewStatusOutput

type UpdateHITReviewStatusOutput struct {
    // contains filtered or unexported fields
}

func (UpdateHITReviewStatusOutput) GoString

func (s UpdateHITReviewStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateHITReviewStatusOutput) String

func (s UpdateHITReviewStatusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateHITTypeOfHITInput

type UpdateHITTypeOfHITInput struct {

    // The HIT to update.
    //
    // HITId is a required field
    HITId *string `min:"1" type:"string" required:"true"`

    // The ID of the new HIT type.
    //
    // HITTypeId is a required field
    HITTypeId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateHITTypeOfHITInput) GoString

func (s UpdateHITTypeOfHITInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateHITTypeOfHITInput) SetHITId

func (s *UpdateHITTypeOfHITInput) SetHITId(v string) *UpdateHITTypeOfHITInput

SetHITId sets the HITId field's value.

func (*UpdateHITTypeOfHITInput) SetHITTypeId

func (s *UpdateHITTypeOfHITInput) SetHITTypeId(v string) *UpdateHITTypeOfHITInput

SetHITTypeId sets the HITTypeId field's value.

func (UpdateHITTypeOfHITInput) String

func (s UpdateHITTypeOfHITInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateHITTypeOfHITInput) Validate

func (s *UpdateHITTypeOfHITInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateHITTypeOfHITOutput

type UpdateHITTypeOfHITOutput struct {
    // contains filtered or unexported fields
}

func (UpdateHITTypeOfHITOutput) GoString

func (s UpdateHITTypeOfHITOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateHITTypeOfHITOutput) String

func (s UpdateHITTypeOfHITOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateNotificationSettingsInput

type UpdateNotificationSettingsInput struct {

    // Specifies whether notifications are sent for HITs of this HIT type, according
    // to the notification specification. You must specify either the Notification
    // parameter or the Active parameter for the call to UpdateNotificationSettings
    // to succeed.
    Active *bool `type:"boolean"`

    // The ID of the HIT type whose notification specification is being updated.
    //
    // HITTypeId is a required field
    HITTypeId *string `min:"1" type:"string" required:"true"`

    // The notification specification for the HIT type.
    Notification *NotificationSpecification `type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateNotificationSettingsInput) GoString

func (s UpdateNotificationSettingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateNotificationSettingsInput) SetActive

func (s *UpdateNotificationSettingsInput) SetActive(v bool) *UpdateNotificationSettingsInput

SetActive sets the Active field's value.

func (*UpdateNotificationSettingsInput) SetHITTypeId

func (s *UpdateNotificationSettingsInput) SetHITTypeId(v string) *UpdateNotificationSettingsInput

SetHITTypeId sets the HITTypeId field's value.

func (*UpdateNotificationSettingsInput) SetNotification

func (s *UpdateNotificationSettingsInput) SetNotification(v *NotificationSpecification) *UpdateNotificationSettingsInput

SetNotification sets the Notification field's value.

func (UpdateNotificationSettingsInput) String

func (s UpdateNotificationSettingsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateNotificationSettingsInput) Validate

func (s *UpdateNotificationSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateNotificationSettingsOutput

type UpdateNotificationSettingsOutput struct {
    // contains filtered or unexported fields
}

func (UpdateNotificationSettingsOutput) GoString

func (s UpdateNotificationSettingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateNotificationSettingsOutput) String

func (s UpdateNotificationSettingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateQualificationTypeInput

type UpdateQualificationTypeInput struct {

    // The answers to the Qualification test specified in the Test parameter, in
    // the form of an AnswerKey data structure.
    AnswerKey *string `type:"string"`

    // Specifies whether requests for the Qualification type are granted immediately,
    // without prompting the Worker with a Qualification test.
    //
    // Constraints: If the Test parameter is specified, this parameter cannot be
    // true.
    AutoGranted *bool `type:"boolean"`

    // The Qualification value to use for automatically granted Qualifications.
    // This parameter is used only if the AutoGranted parameter is true.
    AutoGrantedValue *int64 `type:"integer"`

    // The new description of the Qualification type.
    Description *string `type:"string"`

    // The ID of the Qualification type to update.
    //
    // QualificationTypeId is a required field
    QualificationTypeId *string `min:"1" type:"string" required:"true"`

    // The new status of the Qualification type - Active | Inactive
    QualificationTypeStatus *string `type:"string" enum:"QualificationTypeStatus"`

    // The amount of time, in seconds, that Workers must wait after requesting a
    // Qualification of the specified Qualification type before they can retry the
    // Qualification request. It is not possible to disable retries for a Qualification
    // type after it has been created with retries enabled. If you want to disable
    // retries, you must dispose of the existing retry-enabled Qualification type
    // using DisposeQualificationType and then create a new Qualification type with
    // retries disabled using CreateQualificationType.
    RetryDelayInSeconds *int64 `type:"long"`

    // The questions for the Qualification test a Worker must answer correctly to
    // obtain a Qualification of this type. If this parameter is specified, TestDurationInSeconds
    // must also be specified.
    //
    // Constraints: Must not be longer than 65535 bytes. Must be a QuestionForm
    // data structure. This parameter cannot be specified if AutoGranted is true.
    //
    // Constraints: None. If not specified, the Worker may request the Qualification
    // without answering any questions.
    Test *string `type:"string"`

    // The number of seconds the Worker has to complete the Qualification test,
    // starting from the time the Worker requests the Qualification.
    TestDurationInSeconds *int64 `type:"long"`
    // contains filtered or unexported fields
}

func (UpdateQualificationTypeInput) GoString

func (s UpdateQualificationTypeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateQualificationTypeInput) SetAnswerKey

func (s *UpdateQualificationTypeInput) SetAnswerKey(v string) *UpdateQualificationTypeInput

SetAnswerKey sets the AnswerKey field's value.

func (*UpdateQualificationTypeInput) SetAutoGranted

func (s *UpdateQualificationTypeInput) SetAutoGranted(v bool) *UpdateQualificationTypeInput

SetAutoGranted sets the AutoGranted field's value.

func (*UpdateQualificationTypeInput) SetAutoGrantedValue

func (s *UpdateQualificationTypeInput) SetAutoGrantedValue(v int64) *UpdateQualificationTypeInput

SetAutoGrantedValue sets the AutoGrantedValue field's value.

func (*UpdateQualificationTypeInput) SetDescription

func (s *UpdateQualificationTypeInput) SetDescription(v string) *UpdateQualificationTypeInput

SetDescription sets the Description field's value.

func (*UpdateQualificationTypeInput) SetQualificationTypeId

func (s *UpdateQualificationTypeInput) SetQualificationTypeId(v string) *UpdateQualificationTypeInput

SetQualificationTypeId sets the QualificationTypeId field's value.

func (*UpdateQualificationTypeInput) SetQualificationTypeStatus

func (s *UpdateQualificationTypeInput) SetQualificationTypeStatus(v string) *UpdateQualificationTypeInput

SetQualificationTypeStatus sets the QualificationTypeStatus field's value.

func (*UpdateQualificationTypeInput) SetRetryDelayInSeconds

func (s *UpdateQualificationTypeInput) SetRetryDelayInSeconds(v int64) *UpdateQualificationTypeInput

SetRetryDelayInSeconds sets the RetryDelayInSeconds field's value.

func (*UpdateQualificationTypeInput) SetTest

func (s *UpdateQualificationTypeInput) SetTest(v string) *UpdateQualificationTypeInput

SetTest sets the Test field's value.

func (*UpdateQualificationTypeInput) SetTestDurationInSeconds

func (s *UpdateQualificationTypeInput) SetTestDurationInSeconds(v int64) *UpdateQualificationTypeInput

SetTestDurationInSeconds sets the TestDurationInSeconds field's value.

func (UpdateQualificationTypeInput) String

func (s UpdateQualificationTypeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateQualificationTypeInput) Validate

func (s *UpdateQualificationTypeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateQualificationTypeOutput

type UpdateQualificationTypeOutput struct {

    // Contains a QualificationType data structure.
    QualificationType *QualificationType `type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateQualificationTypeOutput) GoString

func (s UpdateQualificationTypeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateQualificationTypeOutput) SetQualificationType

func (s *UpdateQualificationTypeOutput) SetQualificationType(v *QualificationType) *UpdateQualificationTypeOutput

SetQualificationType sets the QualificationType field's value.

func (UpdateQualificationTypeOutput) String

func (s UpdateQualificationTypeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkerBlock

type WorkerBlock struct {

    // A message explaining the reason the Worker was blocked.
    Reason *string `type:"string"`

    // The ID of the Worker who accepted the HIT.
    WorkerId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The WorkerBlock data structure represents a Worker who has been blocked. It has two elements: the WorkerId and the Reason for the block.

func (WorkerBlock) GoString

func (s WorkerBlock) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkerBlock) SetReason

func (s *WorkerBlock) SetReason(v string) *WorkerBlock

SetReason sets the Reason field's value.

func (*WorkerBlock) SetWorkerId

func (s *WorkerBlock) SetWorkerId(v string) *WorkerBlock

SetWorkerId sets the WorkerId field's value.

func (WorkerBlock) String

func (s WorkerBlock) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".