Documentation ¶
Overview ¶
Package mturk provides a client for Amazon Mechanical Turk.
Index ¶
- Constants
- type AcceptQualificationRequestInput
- func (s AcceptQualificationRequestInput) GoString() string
- func (s *AcceptQualificationRequestInput) SetIntegerValue(v int64) *AcceptQualificationRequestInput
- func (s *AcceptQualificationRequestInput) SetQualificationRequestId(v string) *AcceptQualificationRequestInput
- func (s AcceptQualificationRequestInput) String() string
- func (s *AcceptQualificationRequestInput) Validate() error
- type AcceptQualificationRequestOutput
- type ApproveAssignmentInput
- func (s ApproveAssignmentInput) GoString() string
- func (s *ApproveAssignmentInput) SetAssignmentId(v string) *ApproveAssignmentInput
- func (s *ApproveAssignmentInput) SetOverrideRejection(v bool) *ApproveAssignmentInput
- func (s *ApproveAssignmentInput) SetRequesterFeedback(v string) *ApproveAssignmentInput
- func (s ApproveAssignmentInput) String() string
- func (s *ApproveAssignmentInput) Validate() error
- type ApproveAssignmentOutput
- type Assignment
- func (s Assignment) GoString() string
- func (s *Assignment) SetAcceptTime(v time.Time) *Assignment
- func (s *Assignment) SetAnswer(v string) *Assignment
- func (s *Assignment) SetApprovalTime(v time.Time) *Assignment
- func (s *Assignment) SetAssignmentId(v string) *Assignment
- func (s *Assignment) SetAssignmentStatus(v string) *Assignment
- func (s *Assignment) SetAutoApprovalTime(v time.Time) *Assignment
- func (s *Assignment) SetDeadline(v time.Time) *Assignment
- func (s *Assignment) SetHITId(v string) *Assignment
- func (s *Assignment) SetRejectionTime(v time.Time) *Assignment
- func (s *Assignment) SetRequesterFeedback(v string) *Assignment
- func (s *Assignment) SetSubmitTime(v time.Time) *Assignment
- func (s *Assignment) SetWorkerId(v string) *Assignment
- func (s Assignment) String() string
- type AssociateQualificationWithWorkerInput
- func (s AssociateQualificationWithWorkerInput) GoString() string
- func (s *AssociateQualificationWithWorkerInput) SetIntegerValue(v int64) *AssociateQualificationWithWorkerInput
- func (s *AssociateQualificationWithWorkerInput) SetQualificationTypeId(v string) *AssociateQualificationWithWorkerInput
- func (s *AssociateQualificationWithWorkerInput) SetSendNotification(v bool) *AssociateQualificationWithWorkerInput
- func (s *AssociateQualificationWithWorkerInput) SetWorkerId(v string) *AssociateQualificationWithWorkerInput
- func (s AssociateQualificationWithWorkerInput) String() string
- func (s *AssociateQualificationWithWorkerInput) Validate() error
- type AssociateQualificationWithWorkerOutput
- type BonusPayment
- func (s BonusPayment) GoString() string
- func (s *BonusPayment) SetAssignmentId(v string) *BonusPayment
- func (s *BonusPayment) SetBonusAmount(v string) *BonusPayment
- func (s *BonusPayment) SetGrantTime(v time.Time) *BonusPayment
- func (s *BonusPayment) SetReason(v string) *BonusPayment
- func (s *BonusPayment) SetWorkerId(v string) *BonusPayment
- func (s BonusPayment) String() string
- type CreateAdditionalAssignmentsForHITInput
- func (s CreateAdditionalAssignmentsForHITInput) GoString() string
- func (s *CreateAdditionalAssignmentsForHITInput) SetHITId(v string) *CreateAdditionalAssignmentsForHITInput
- func (s *CreateAdditionalAssignmentsForHITInput) SetNumberOfAdditionalAssignments(v int64) *CreateAdditionalAssignmentsForHITInput
- func (s *CreateAdditionalAssignmentsForHITInput) SetUniqueRequestToken(v string) *CreateAdditionalAssignmentsForHITInput
- func (s CreateAdditionalAssignmentsForHITInput) String() string
- func (s *CreateAdditionalAssignmentsForHITInput) Validate() error
- type CreateAdditionalAssignmentsForHITOutput
- type CreateHITInput
- func (s CreateHITInput) GoString() string
- func (s *CreateHITInput) SetAssignmentDurationInSeconds(v int64) *CreateHITInput
- func (s *CreateHITInput) SetAssignmentReviewPolicy(v *ReviewPolicy) *CreateHITInput
- func (s *CreateHITInput) SetAutoApprovalDelayInSeconds(v int64) *CreateHITInput
- func (s *CreateHITInput) SetDescription(v string) *CreateHITInput
- func (s *CreateHITInput) SetHITLayoutId(v string) *CreateHITInput
- func (s *CreateHITInput) SetHITLayoutParameters(v []*HITLayoutParameter) *CreateHITInput
- func (s *CreateHITInput) SetHITReviewPolicy(v *ReviewPolicy) *CreateHITInput
- func (s *CreateHITInput) SetKeywords(v string) *CreateHITInput
- func (s *CreateHITInput) SetLifetimeInSeconds(v int64) *CreateHITInput
- func (s *CreateHITInput) SetMaxAssignments(v int64) *CreateHITInput
- func (s *CreateHITInput) SetQualificationRequirements(v []*QualificationRequirement) *CreateHITInput
- func (s *CreateHITInput) SetQuestion(v string) *CreateHITInput
- func (s *CreateHITInput) SetRequesterAnnotation(v string) *CreateHITInput
- func (s *CreateHITInput) SetReward(v string) *CreateHITInput
- func (s *CreateHITInput) SetTitle(v string) *CreateHITInput
- func (s *CreateHITInput) SetUniqueRequestToken(v string) *CreateHITInput
- func (s CreateHITInput) String() string
- func (s *CreateHITInput) Validate() error
- type CreateHITOutput
- type CreateHITTypeInput
- func (s CreateHITTypeInput) GoString() string
- func (s *CreateHITTypeInput) SetAssignmentDurationInSeconds(v int64) *CreateHITTypeInput
- func (s *CreateHITTypeInput) SetAutoApprovalDelayInSeconds(v int64) *CreateHITTypeInput
- func (s *CreateHITTypeInput) SetDescription(v string) *CreateHITTypeInput
- func (s *CreateHITTypeInput) SetKeywords(v string) *CreateHITTypeInput
- func (s *CreateHITTypeInput) SetQualificationRequirements(v []*QualificationRequirement) *CreateHITTypeInput
- func (s *CreateHITTypeInput) SetReward(v string) *CreateHITTypeInput
- func (s *CreateHITTypeInput) SetTitle(v string) *CreateHITTypeInput
- func (s CreateHITTypeInput) String() string
- func (s *CreateHITTypeInput) Validate() error
- type CreateHITTypeOutput
- type CreateHITWithHITTypeInput
- func (s CreateHITWithHITTypeInput) GoString() string
- func (s *CreateHITWithHITTypeInput) SetAssignmentReviewPolicy(v *ReviewPolicy) *CreateHITWithHITTypeInput
- func (s *CreateHITWithHITTypeInput) SetHITLayoutId(v string) *CreateHITWithHITTypeInput
- func (s *CreateHITWithHITTypeInput) SetHITLayoutParameters(v []*HITLayoutParameter) *CreateHITWithHITTypeInput
- func (s *CreateHITWithHITTypeInput) SetHITReviewPolicy(v *ReviewPolicy) *CreateHITWithHITTypeInput
- func (s *CreateHITWithHITTypeInput) SetHITTypeId(v string) *CreateHITWithHITTypeInput
- func (s *CreateHITWithHITTypeInput) SetLifetimeInSeconds(v int64) *CreateHITWithHITTypeInput
- func (s *CreateHITWithHITTypeInput) SetMaxAssignments(v int64) *CreateHITWithHITTypeInput
- func (s *CreateHITWithHITTypeInput) SetQuestion(v string) *CreateHITWithHITTypeInput
- func (s *CreateHITWithHITTypeInput) SetRequesterAnnotation(v string) *CreateHITWithHITTypeInput
- func (s *CreateHITWithHITTypeInput) SetUniqueRequestToken(v string) *CreateHITWithHITTypeInput
- func (s CreateHITWithHITTypeInput) String() string
- func (s *CreateHITWithHITTypeInput) Validate() error
- type CreateHITWithHITTypeOutput
- type CreateQualificationTypeInput
- func (s CreateQualificationTypeInput) GoString() string
- func (s *CreateQualificationTypeInput) SetAnswerKey(v string) *CreateQualificationTypeInput
- func (s *CreateQualificationTypeInput) SetAutoGranted(v bool) *CreateQualificationTypeInput
- func (s *CreateQualificationTypeInput) SetAutoGrantedValue(v int64) *CreateQualificationTypeInput
- func (s *CreateQualificationTypeInput) SetDescription(v string) *CreateQualificationTypeInput
- func (s *CreateQualificationTypeInput) SetKeywords(v string) *CreateQualificationTypeInput
- func (s *CreateQualificationTypeInput) SetName(v string) *CreateQualificationTypeInput
- func (s *CreateQualificationTypeInput) SetQualificationTypeStatus(v string) *CreateQualificationTypeInput
- func (s *CreateQualificationTypeInput) SetRetryDelayInSeconds(v int64) *CreateQualificationTypeInput
- func (s *CreateQualificationTypeInput) SetTest(v string) *CreateQualificationTypeInput
- func (s *CreateQualificationTypeInput) SetTestDurationInSeconds(v int64) *CreateQualificationTypeInput
- func (s CreateQualificationTypeInput) String() string
- func (s *CreateQualificationTypeInput) Validate() error
- type CreateQualificationTypeOutput
- type CreateWorkerBlockInput
- func (s CreateWorkerBlockInput) GoString() string
- func (s *CreateWorkerBlockInput) SetReason(v string) *CreateWorkerBlockInput
- func (s *CreateWorkerBlockInput) SetWorkerId(v string) *CreateWorkerBlockInput
- func (s CreateWorkerBlockInput) String() string
- func (s *CreateWorkerBlockInput) Validate() error
- type CreateWorkerBlockOutput
- type DeleteHITInput
- type DeleteHITOutput
- type DeleteQualificationTypeInput
- type DeleteQualificationTypeOutput
- type DeleteWorkerBlockInput
- func (s DeleteWorkerBlockInput) GoString() string
- func (s *DeleteWorkerBlockInput) SetReason(v string) *DeleteWorkerBlockInput
- func (s *DeleteWorkerBlockInput) SetWorkerId(v string) *DeleteWorkerBlockInput
- func (s DeleteWorkerBlockInput) String() string
- func (s *DeleteWorkerBlockInput) Validate() error
- type DeleteWorkerBlockOutput
- type DisassociateQualificationFromWorkerInput
- func (s DisassociateQualificationFromWorkerInput) GoString() string
- func (s *DisassociateQualificationFromWorkerInput) SetQualificationTypeId(v string) *DisassociateQualificationFromWorkerInput
- func (s *DisassociateQualificationFromWorkerInput) SetReason(v string) *DisassociateQualificationFromWorkerInput
- func (s *DisassociateQualificationFromWorkerInput) SetWorkerId(v string) *DisassociateQualificationFromWorkerInput
- func (s DisassociateQualificationFromWorkerInput) String() string
- func (s *DisassociateQualificationFromWorkerInput) Validate() error
- type DisassociateQualificationFromWorkerOutput
- type GetAccountBalanceInput
- type GetAccountBalanceOutput
- type GetAssignmentInput
- type GetAssignmentOutput
- type GetFileUploadURLInput
- func (s GetFileUploadURLInput) GoString() string
- func (s *GetFileUploadURLInput) SetAssignmentId(v string) *GetFileUploadURLInput
- func (s *GetFileUploadURLInput) SetQuestionIdentifier(v string) *GetFileUploadURLInput
- func (s GetFileUploadURLInput) String() string
- func (s *GetFileUploadURLInput) Validate() error
- type GetFileUploadURLOutput
- type GetHITInput
- type GetHITOutput
- type GetQualificationScoreInput
- func (s GetQualificationScoreInput) GoString() string
- func (s *GetQualificationScoreInput) SetQualificationTypeId(v string) *GetQualificationScoreInput
- func (s *GetQualificationScoreInput) SetWorkerId(v string) *GetQualificationScoreInput
- func (s GetQualificationScoreInput) String() string
- func (s *GetQualificationScoreInput) Validate() error
- type GetQualificationScoreOutput
- type GetQualificationTypeInput
- type GetQualificationTypeOutput
- type HIT
- func (s HIT) GoString() string
- func (s *HIT) SetAssignmentDurationInSeconds(v int64) *HIT
- func (s *HIT) SetAutoApprovalDelayInSeconds(v int64) *HIT
- func (s *HIT) SetCreationTime(v time.Time) *HIT
- func (s *HIT) SetDescription(v string) *HIT
- func (s *HIT) SetExpiration(v time.Time) *HIT
- func (s *HIT) SetHITGroupId(v string) *HIT
- func (s *HIT) SetHITId(v string) *HIT
- func (s *HIT) SetHITLayoutId(v string) *HIT
- func (s *HIT) SetHITReviewStatus(v string) *HIT
- func (s *HIT) SetHITStatus(v string) *HIT
- func (s *HIT) SetHITTypeId(v string) *HIT
- func (s *HIT) SetKeywords(v string) *HIT
- func (s *HIT) SetMaxAssignments(v int64) *HIT
- func (s *HIT) SetNumberOfAssignmentsAvailable(v int64) *HIT
- func (s *HIT) SetNumberOfAssignmentsCompleted(v int64) *HIT
- func (s *HIT) SetNumberOfAssignmentsPending(v int64) *HIT
- func (s *HIT) SetQualificationRequirements(v []*QualificationRequirement) *HIT
- func (s *HIT) SetQuestion(v string) *HIT
- func (s *HIT) SetRequesterAnnotation(v string) *HIT
- func (s *HIT) SetReward(v string) *HIT
- func (s *HIT) SetTitle(v string) *HIT
- func (s HIT) String() string
- type HITLayoutParameter
- type ListAssignmentsForHITInput
- func (s ListAssignmentsForHITInput) GoString() string
- func (s *ListAssignmentsForHITInput) SetAssignmentStatuses(v []*string) *ListAssignmentsForHITInput
- func (s *ListAssignmentsForHITInput) SetHITId(v string) *ListAssignmentsForHITInput
- func (s *ListAssignmentsForHITInput) SetMaxResults(v int64) *ListAssignmentsForHITInput
- func (s *ListAssignmentsForHITInput) SetNextToken(v string) *ListAssignmentsForHITInput
- func (s ListAssignmentsForHITInput) String() string
- func (s *ListAssignmentsForHITInput) Validate() error
- type ListAssignmentsForHITOutput
- func (s ListAssignmentsForHITOutput) GoString() string
- func (s *ListAssignmentsForHITOutput) SetAssignments(v []*Assignment) *ListAssignmentsForHITOutput
- func (s *ListAssignmentsForHITOutput) SetNextToken(v string) *ListAssignmentsForHITOutput
- func (s *ListAssignmentsForHITOutput) SetNumResults(v int64) *ListAssignmentsForHITOutput
- func (s ListAssignmentsForHITOutput) String() string
- type ListBonusPaymentsInput
- func (s ListBonusPaymentsInput) GoString() string
- func (s *ListBonusPaymentsInput) SetAssignmentId(v string) *ListBonusPaymentsInput
- func (s *ListBonusPaymentsInput) SetHITId(v string) *ListBonusPaymentsInput
- func (s *ListBonusPaymentsInput) SetMaxResults(v int64) *ListBonusPaymentsInput
- func (s *ListBonusPaymentsInput) SetNextToken(v string) *ListBonusPaymentsInput
- func (s ListBonusPaymentsInput) String() string
- func (s *ListBonusPaymentsInput) Validate() error
- type ListBonusPaymentsOutput
- func (s ListBonusPaymentsOutput) GoString() string
- func (s *ListBonusPaymentsOutput) SetBonusPayments(v []*BonusPayment) *ListBonusPaymentsOutput
- func (s *ListBonusPaymentsOutput) SetNextToken(v string) *ListBonusPaymentsOutput
- func (s *ListBonusPaymentsOutput) SetNumResults(v int64) *ListBonusPaymentsOutput
- func (s ListBonusPaymentsOutput) String() string
- type ListHITsForQualificationTypeInput
- func (s ListHITsForQualificationTypeInput) GoString() string
- func (s *ListHITsForQualificationTypeInput) SetMaxResults(v int64) *ListHITsForQualificationTypeInput
- func (s *ListHITsForQualificationTypeInput) SetNextToken(v string) *ListHITsForQualificationTypeInput
- func (s *ListHITsForQualificationTypeInput) SetQualificationTypeId(v string) *ListHITsForQualificationTypeInput
- func (s ListHITsForQualificationTypeInput) String() string
- func (s *ListHITsForQualificationTypeInput) Validate() error
- type ListHITsForQualificationTypeOutput
- func (s ListHITsForQualificationTypeOutput) GoString() string
- func (s *ListHITsForQualificationTypeOutput) SetHITs(v []*HIT) *ListHITsForQualificationTypeOutput
- func (s *ListHITsForQualificationTypeOutput) SetNextToken(v string) *ListHITsForQualificationTypeOutput
- func (s *ListHITsForQualificationTypeOutput) SetNumResults(v int64) *ListHITsForQualificationTypeOutput
- func (s ListHITsForQualificationTypeOutput) String() string
- type ListHITsInput
- type ListHITsOutput
- type ListQualificationRequestsInput
- func (s ListQualificationRequestsInput) GoString() string
- func (s *ListQualificationRequestsInput) SetMaxResults(v int64) *ListQualificationRequestsInput
- func (s *ListQualificationRequestsInput) SetNextToken(v string) *ListQualificationRequestsInput
- func (s *ListQualificationRequestsInput) SetQualificationTypeId(v string) *ListQualificationRequestsInput
- func (s ListQualificationRequestsInput) String() string
- func (s *ListQualificationRequestsInput) Validate() error
- type ListQualificationRequestsOutput
- func (s ListQualificationRequestsOutput) GoString() string
- func (s *ListQualificationRequestsOutput) SetNextToken(v string) *ListQualificationRequestsOutput
- func (s *ListQualificationRequestsOutput) SetNumResults(v int64) *ListQualificationRequestsOutput
- func (s *ListQualificationRequestsOutput) SetQualificationRequests(v []*QualificationRequest) *ListQualificationRequestsOutput
- func (s ListQualificationRequestsOutput) String() string
- type ListQualificationTypesInput
- func (s ListQualificationTypesInput) GoString() string
- func (s *ListQualificationTypesInput) SetMaxResults(v int64) *ListQualificationTypesInput
- func (s *ListQualificationTypesInput) SetMustBeOwnedByCaller(v bool) *ListQualificationTypesInput
- func (s *ListQualificationTypesInput) SetMustBeRequestable(v bool) *ListQualificationTypesInput
- func (s *ListQualificationTypesInput) SetNextToken(v string) *ListQualificationTypesInput
- func (s *ListQualificationTypesInput) SetQuery(v string) *ListQualificationTypesInput
- func (s ListQualificationTypesInput) String() string
- func (s *ListQualificationTypesInput) Validate() error
- type ListQualificationTypesOutput
- func (s ListQualificationTypesOutput) GoString() string
- func (s *ListQualificationTypesOutput) SetNextToken(v string) *ListQualificationTypesOutput
- func (s *ListQualificationTypesOutput) SetNumResults(v int64) *ListQualificationTypesOutput
- func (s *ListQualificationTypesOutput) SetQualificationTypes(v []*QualificationType) *ListQualificationTypesOutput
- func (s ListQualificationTypesOutput) String() string
- type ListReviewPolicyResultsForHITInput
- func (s ListReviewPolicyResultsForHITInput) GoString() string
- func (s *ListReviewPolicyResultsForHITInput) SetHITId(v string) *ListReviewPolicyResultsForHITInput
- func (s *ListReviewPolicyResultsForHITInput) SetMaxResults(v int64) *ListReviewPolicyResultsForHITInput
- func (s *ListReviewPolicyResultsForHITInput) SetNextToken(v string) *ListReviewPolicyResultsForHITInput
- func (s *ListReviewPolicyResultsForHITInput) SetPolicyLevels(v []*string) *ListReviewPolicyResultsForHITInput
- func (s *ListReviewPolicyResultsForHITInput) SetRetrieveActions(v bool) *ListReviewPolicyResultsForHITInput
- func (s *ListReviewPolicyResultsForHITInput) SetRetrieveResults(v bool) *ListReviewPolicyResultsForHITInput
- func (s ListReviewPolicyResultsForHITInput) String() string
- func (s *ListReviewPolicyResultsForHITInput) Validate() error
- type ListReviewPolicyResultsForHITOutput
- func (s ListReviewPolicyResultsForHITOutput) GoString() string
- func (s *ListReviewPolicyResultsForHITOutput) SetAssignmentReviewPolicy(v *ReviewPolicy) *ListReviewPolicyResultsForHITOutput
- func (s *ListReviewPolicyResultsForHITOutput) SetAssignmentReviewReport(v *ReviewReport) *ListReviewPolicyResultsForHITOutput
- func (s *ListReviewPolicyResultsForHITOutput) SetHITId(v string) *ListReviewPolicyResultsForHITOutput
- func (s *ListReviewPolicyResultsForHITOutput) SetHITReviewPolicy(v *ReviewPolicy) *ListReviewPolicyResultsForHITOutput
- func (s *ListReviewPolicyResultsForHITOutput) SetHITReviewReport(v *ReviewReport) *ListReviewPolicyResultsForHITOutput
- func (s *ListReviewPolicyResultsForHITOutput) SetNextToken(v string) *ListReviewPolicyResultsForHITOutput
- func (s ListReviewPolicyResultsForHITOutput) String() string
- type ListReviewableHITsInput
- func (s ListReviewableHITsInput) GoString() string
- func (s *ListReviewableHITsInput) SetHITTypeId(v string) *ListReviewableHITsInput
- func (s *ListReviewableHITsInput) SetMaxResults(v int64) *ListReviewableHITsInput
- func (s *ListReviewableHITsInput) SetNextToken(v string) *ListReviewableHITsInput
- func (s *ListReviewableHITsInput) SetStatus(v string) *ListReviewableHITsInput
- func (s ListReviewableHITsInput) String() string
- func (s *ListReviewableHITsInput) Validate() error
- type ListReviewableHITsOutput
- func (s ListReviewableHITsOutput) GoString() string
- func (s *ListReviewableHITsOutput) SetHITs(v []*HIT) *ListReviewableHITsOutput
- func (s *ListReviewableHITsOutput) SetNextToken(v string) *ListReviewableHITsOutput
- func (s *ListReviewableHITsOutput) SetNumResults(v int64) *ListReviewableHITsOutput
- func (s ListReviewableHITsOutput) String() string
- type ListWorkerBlocksInput
- func (s ListWorkerBlocksInput) GoString() string
- func (s *ListWorkerBlocksInput) SetMaxResults(v int64) *ListWorkerBlocksInput
- func (s *ListWorkerBlocksInput) SetNextToken(v string) *ListWorkerBlocksInput
- func (s ListWorkerBlocksInput) String() string
- func (s *ListWorkerBlocksInput) Validate() error
- type ListWorkerBlocksOutput
- func (s ListWorkerBlocksOutput) GoString() string
- func (s *ListWorkerBlocksOutput) SetNextToken(v string) *ListWorkerBlocksOutput
- func (s *ListWorkerBlocksOutput) SetNumResults(v int64) *ListWorkerBlocksOutput
- func (s *ListWorkerBlocksOutput) SetWorkerBlocks(v []*WorkerBlock) *ListWorkerBlocksOutput
- func (s ListWorkerBlocksOutput) String() string
- type ListWorkersWithQualificationTypeInput
- func (s ListWorkersWithQualificationTypeInput) GoString() string
- func (s *ListWorkersWithQualificationTypeInput) SetMaxResults(v int64) *ListWorkersWithQualificationTypeInput
- func (s *ListWorkersWithQualificationTypeInput) SetNextToken(v string) *ListWorkersWithQualificationTypeInput
- func (s *ListWorkersWithQualificationTypeInput) SetQualificationTypeId(v string) *ListWorkersWithQualificationTypeInput
- func (s *ListWorkersWithQualificationTypeInput) SetStatus(v string) *ListWorkersWithQualificationTypeInput
- func (s ListWorkersWithQualificationTypeInput) String() string
- func (s *ListWorkersWithQualificationTypeInput) Validate() error
- type ListWorkersWithQualificationTypeOutput
- func (s ListWorkersWithQualificationTypeOutput) GoString() string
- func (s *ListWorkersWithQualificationTypeOutput) SetNextToken(v string) *ListWorkersWithQualificationTypeOutput
- func (s *ListWorkersWithQualificationTypeOutput) SetNumResults(v int64) *ListWorkersWithQualificationTypeOutput
- func (s *ListWorkersWithQualificationTypeOutput) SetQualifications(v []*Qualification) *ListWorkersWithQualificationTypeOutput
- func (s ListWorkersWithQualificationTypeOutput) String() string
- type Locale
- type 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, ...) (*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, ...) (*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, ...) (*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, ...) (*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, ...) error
- func (c *MTurk) ListAssignmentsForHITPagesWithContext(ctx aws.Context, input *ListAssignmentsForHITInput, ...) 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, ...) 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, ...) error
- func (c *MTurk) ListHITsForQualificationTypePagesWithContext(ctx aws.Context, input *ListHITsForQualificationTypeInput, ...) error
- func (c *MTurk) ListHITsForQualificationTypeRequest(input *ListHITsForQualificationTypeInput) (req *request.Request, output *ListHITsForQualificationTypeOutput)
- func (c *MTurk) ListHITsForQualificationTypeWithContext(ctx aws.Context, input *ListHITsForQualificationTypeInput, ...) (*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, ...) 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, ...) error
- func (c *MTurk) ListQualificationRequestsPagesWithContext(ctx aws.Context, input *ListQualificationRequestsInput, ...) 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, ...) error
- func (c *MTurk) ListQualificationTypesPagesWithContext(ctx aws.Context, input *ListQualificationTypesInput, ...) 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, ...) error
- func (c *MTurk) ListReviewPolicyResultsForHITPagesWithContext(ctx aws.Context, input *ListReviewPolicyResultsForHITInput, ...) error
- func (c *MTurk) ListReviewPolicyResultsForHITRequest(input *ListReviewPolicyResultsForHITInput) (req *request.Request, output *ListReviewPolicyResultsForHITOutput)
- func (c *MTurk) ListReviewPolicyResultsForHITWithContext(ctx aws.Context, input *ListReviewPolicyResultsForHITInput, ...) (*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, ...) 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, ...) 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, ...) error
- func (c *MTurk) ListWorkersWithQualificationTypePagesWithContext(ctx aws.Context, input *ListWorkersWithQualificationTypeInput, ...) error
- func (c *MTurk) ListWorkersWithQualificationTypeRequest(input *ListWorkersWithQualificationTypeInput) (req *request.Request, output *ListWorkersWithQualificationTypeOutput)
- func (c *MTurk) ListWorkersWithQualificationTypeWithContext(ctx aws.Context, input *ListWorkersWithQualificationTypeInput, ...) (*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, ...) (*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, ...) (*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)
- type NotificationSpecification
- func (s NotificationSpecification) GoString() string
- func (s *NotificationSpecification) SetDestination(v string) *NotificationSpecification
- func (s *NotificationSpecification) SetEventTypes(v []*string) *NotificationSpecification
- func (s *NotificationSpecification) SetTransport(v string) *NotificationSpecification
- func (s *NotificationSpecification) SetVersion(v string) *NotificationSpecification
- func (s NotificationSpecification) String() string
- func (s *NotificationSpecification) Validate() error
- type NotifyWorkersFailureStatus
- func (s NotifyWorkersFailureStatus) GoString() string
- func (s *NotifyWorkersFailureStatus) SetNotifyWorkersFailureCode(v string) *NotifyWorkersFailureStatus
- func (s *NotifyWorkersFailureStatus) SetNotifyWorkersFailureMessage(v string) *NotifyWorkersFailureStatus
- func (s *NotifyWorkersFailureStatus) SetWorkerId(v string) *NotifyWorkersFailureStatus
- func (s NotifyWorkersFailureStatus) String() string
- type NotifyWorkersInput
- func (s NotifyWorkersInput) GoString() string
- func (s *NotifyWorkersInput) SetMessageText(v string) *NotifyWorkersInput
- func (s *NotifyWorkersInput) SetSubject(v string) *NotifyWorkersInput
- func (s *NotifyWorkersInput) SetWorkerIds(v []*string) *NotifyWorkersInput
- func (s NotifyWorkersInput) String() string
- func (s *NotifyWorkersInput) Validate() error
- type NotifyWorkersOutput
- type ParameterMapEntry
- type PolicyParameter
- type Qualification
- func (s Qualification) GoString() string
- func (s *Qualification) SetGrantTime(v time.Time) *Qualification
- func (s *Qualification) SetIntegerValue(v int64) *Qualification
- func (s *Qualification) SetLocaleValue(v *Locale) *Qualification
- func (s *Qualification) SetQualificationTypeId(v string) *Qualification
- func (s *Qualification) SetStatus(v string) *Qualification
- func (s *Qualification) SetWorkerId(v string) *Qualification
- func (s Qualification) String() string
- type QualificationRequest
- func (s QualificationRequest) GoString() string
- func (s *QualificationRequest) SetAnswer(v string) *QualificationRequest
- func (s *QualificationRequest) SetQualificationRequestId(v string) *QualificationRequest
- func (s *QualificationRequest) SetQualificationTypeId(v string) *QualificationRequest
- func (s *QualificationRequest) SetSubmitTime(v time.Time) *QualificationRequest
- func (s *QualificationRequest) SetTest(v string) *QualificationRequest
- func (s *QualificationRequest) SetWorkerId(v string) *QualificationRequest
- func (s QualificationRequest) String() string
- type QualificationRequirement
- func (s QualificationRequirement) GoString() string
- func (s *QualificationRequirement) SetComparator(v string) *QualificationRequirement
- func (s *QualificationRequirement) SetIntegerValues(v []*int64) *QualificationRequirement
- func (s *QualificationRequirement) SetLocaleValues(v []*Locale) *QualificationRequirement
- func (s *QualificationRequirement) SetQualificationTypeId(v string) *QualificationRequirement
- func (s *QualificationRequirement) SetRequiredToPreview(v bool) *QualificationRequirement
- func (s QualificationRequirement) String() string
- func (s *QualificationRequirement) Validate() error
- type QualificationType
- func (s QualificationType) GoString() string
- func (s *QualificationType) SetAnswerKey(v string) *QualificationType
- func (s *QualificationType) SetAutoGranted(v bool) *QualificationType
- func (s *QualificationType) SetAutoGrantedValue(v int64) *QualificationType
- func (s *QualificationType) SetCreationTime(v time.Time) *QualificationType
- func (s *QualificationType) SetDescription(v string) *QualificationType
- func (s *QualificationType) SetIsRequestable(v bool) *QualificationType
- func (s *QualificationType) SetKeywords(v string) *QualificationType
- func (s *QualificationType) SetName(v string) *QualificationType
- func (s *QualificationType) SetQualificationTypeId(v string) *QualificationType
- func (s *QualificationType) SetQualificationTypeStatus(v string) *QualificationType
- func (s *QualificationType) SetRetryDelayInSeconds(v int64) *QualificationType
- func (s *QualificationType) SetTest(v string) *QualificationType
- func (s *QualificationType) SetTestDurationInSeconds(v int64) *QualificationType
- func (s QualificationType) String() string
- type RejectAssignmentInput
- func (s RejectAssignmentInput) GoString() string
- func (s *RejectAssignmentInput) SetAssignmentId(v string) *RejectAssignmentInput
- func (s *RejectAssignmentInput) SetRequesterFeedback(v string) *RejectAssignmentInput
- func (s RejectAssignmentInput) String() string
- func (s *RejectAssignmentInput) Validate() error
- type RejectAssignmentOutput
- type RejectQualificationRequestInput
- func (s RejectQualificationRequestInput) GoString() string
- func (s *RejectQualificationRequestInput) SetQualificationRequestId(v string) *RejectQualificationRequestInput
- func (s *RejectQualificationRequestInput) SetReason(v string) *RejectQualificationRequestInput
- func (s RejectQualificationRequestInput) String() string
- func (s *RejectQualificationRequestInput) Validate() error
- type RejectQualificationRequestOutput
- type ReviewActionDetail
- func (s ReviewActionDetail) GoString() string
- func (s *ReviewActionDetail) SetActionId(v string) *ReviewActionDetail
- func (s *ReviewActionDetail) SetActionName(v string) *ReviewActionDetail
- func (s *ReviewActionDetail) SetCompleteTime(v time.Time) *ReviewActionDetail
- func (s *ReviewActionDetail) SetErrorCode(v string) *ReviewActionDetail
- func (s *ReviewActionDetail) SetResult(v string) *ReviewActionDetail
- func (s *ReviewActionDetail) SetStatus(v string) *ReviewActionDetail
- func (s *ReviewActionDetail) SetTargetId(v string) *ReviewActionDetail
- func (s *ReviewActionDetail) SetTargetType(v string) *ReviewActionDetail
- func (s ReviewActionDetail) String() string
- type ReviewPolicy
- type ReviewReport
- type ReviewResultDetail
- func (s ReviewResultDetail) GoString() string
- func (s *ReviewResultDetail) SetActionId(v string) *ReviewResultDetail
- func (s *ReviewResultDetail) SetKey(v string) *ReviewResultDetail
- func (s *ReviewResultDetail) SetQuestionId(v string) *ReviewResultDetail
- func (s *ReviewResultDetail) SetSubjectId(v string) *ReviewResultDetail
- func (s *ReviewResultDetail) SetSubjectType(v string) *ReviewResultDetail
- func (s *ReviewResultDetail) SetValue(v string) *ReviewResultDetail
- func (s ReviewResultDetail) String() string
- type SendBonusInput
- func (s SendBonusInput) GoString() string
- func (s *SendBonusInput) SetAssignmentId(v string) *SendBonusInput
- func (s *SendBonusInput) SetBonusAmount(v string) *SendBonusInput
- func (s *SendBonusInput) SetReason(v string) *SendBonusInput
- func (s *SendBonusInput) SetUniqueRequestToken(v string) *SendBonusInput
- func (s *SendBonusInput) SetWorkerId(v string) *SendBonusInput
- func (s SendBonusInput) String() string
- func (s *SendBonusInput) Validate() error
- type SendBonusOutput
- type SendTestEventNotificationInput
- func (s SendTestEventNotificationInput) GoString() string
- func (s *SendTestEventNotificationInput) SetNotification(v *NotificationSpecification) *SendTestEventNotificationInput
- func (s *SendTestEventNotificationInput) SetTestEventType(v string) *SendTestEventNotificationInput
- func (s SendTestEventNotificationInput) String() string
- func (s *SendTestEventNotificationInput) Validate() error
- type SendTestEventNotificationOutput
- type UpdateExpirationForHITInput
- func (s UpdateExpirationForHITInput) GoString() string
- func (s *UpdateExpirationForHITInput) SetExpireAt(v time.Time) *UpdateExpirationForHITInput
- func (s *UpdateExpirationForHITInput) SetHITId(v string) *UpdateExpirationForHITInput
- func (s UpdateExpirationForHITInput) String() string
- func (s *UpdateExpirationForHITInput) Validate() error
- type UpdateExpirationForHITOutput
- type UpdateHITReviewStatusInput
- func (s UpdateHITReviewStatusInput) GoString() string
- func (s *UpdateHITReviewStatusInput) SetHITId(v string) *UpdateHITReviewStatusInput
- func (s *UpdateHITReviewStatusInput) SetRevert(v bool) *UpdateHITReviewStatusInput
- func (s UpdateHITReviewStatusInput) String() string
- func (s *UpdateHITReviewStatusInput) Validate() error
- type UpdateHITReviewStatusOutput
- type UpdateHITTypeOfHITInput
- func (s UpdateHITTypeOfHITInput) GoString() string
- func (s *UpdateHITTypeOfHITInput) SetHITId(v string) *UpdateHITTypeOfHITInput
- func (s *UpdateHITTypeOfHITInput) SetHITTypeId(v string) *UpdateHITTypeOfHITInput
- func (s UpdateHITTypeOfHITInput) String() string
- func (s *UpdateHITTypeOfHITInput) Validate() error
- type UpdateHITTypeOfHITOutput
- type UpdateNotificationSettingsInput
- func (s UpdateNotificationSettingsInput) GoString() string
- func (s *UpdateNotificationSettingsInput) SetActive(v bool) *UpdateNotificationSettingsInput
- func (s *UpdateNotificationSettingsInput) SetHITTypeId(v string) *UpdateNotificationSettingsInput
- func (s *UpdateNotificationSettingsInput) SetNotification(v *NotificationSpecification) *UpdateNotificationSettingsInput
- func (s UpdateNotificationSettingsInput) String() string
- func (s *UpdateNotificationSettingsInput) Validate() error
- type UpdateNotificationSettingsOutput
- type UpdateQualificationTypeInput
- func (s UpdateQualificationTypeInput) GoString() string
- func (s *UpdateQualificationTypeInput) SetAnswerKey(v string) *UpdateQualificationTypeInput
- func (s *UpdateQualificationTypeInput) SetAutoGranted(v bool) *UpdateQualificationTypeInput
- func (s *UpdateQualificationTypeInput) SetAutoGrantedValue(v int64) *UpdateQualificationTypeInput
- func (s *UpdateQualificationTypeInput) SetDescription(v string) *UpdateQualificationTypeInput
- func (s *UpdateQualificationTypeInput) SetQualificationTypeId(v string) *UpdateQualificationTypeInput
- func (s *UpdateQualificationTypeInput) SetQualificationTypeStatus(v string) *UpdateQualificationTypeInput
- func (s *UpdateQualificationTypeInput) SetRetryDelayInSeconds(v int64) *UpdateQualificationTypeInput
- func (s *UpdateQualificationTypeInput) SetTest(v string) *UpdateQualificationTypeInput
- func (s *UpdateQualificationTypeInput) SetTestDurationInSeconds(v int64) *UpdateQualificationTypeInput
- func (s UpdateQualificationTypeInput) String() string
- func (s *UpdateQualificationTypeInput) Validate() error
- type UpdateQualificationTypeOutput
- type WorkerBlock
Examples ¶
- MTurk.AcceptQualificationRequest
- MTurk.ApproveAssignment
- MTurk.AssociateQualificationWithWorker
- MTurk.CreateAdditionalAssignmentsForHIT
- MTurk.CreateHIT
- MTurk.CreateHITType
- MTurk.CreateHITWithHITType
- MTurk.CreateQualificationType
- MTurk.CreateWorkerBlock
- MTurk.DeleteHIT
- MTurk.DeleteQualificationType
- MTurk.DeleteWorkerBlock
- MTurk.DisassociateQualificationFromWorker
- MTurk.GetAccountBalance
- MTurk.GetAssignment
- MTurk.GetFileUploadURL
- MTurk.GetHIT
- MTurk.GetQualificationScore
- MTurk.GetQualificationType
- MTurk.ListAssignmentsForHIT
- MTurk.ListBonusPayments
- MTurk.ListHITs
- MTurk.ListHITsForQualificationType
- MTurk.ListQualificationRequests
- MTurk.ListQualificationTypes
- MTurk.ListReviewPolicyResultsForHIT
- MTurk.ListReviewableHITs
- MTurk.ListWorkerBlocks
- MTurk.ListWorkersWithQualificationType
- MTurk.NotifyWorkers
- MTurk.RejectAssignment
- MTurk.RejectQualificationRequest
- MTurk.SendBonus
- MTurk.SendTestEventNotification
- MTurk.UpdateExpirationForHIT
- MTurk.UpdateHITReviewStatus
- MTurk.UpdateHITTypeOfHIT
- MTurk.UpdateNotificationSettings
- MTurk.UpdateQualificationType
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 ( // 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" )
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" // Service endpoint prefix API calls made to. EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AcceptQualificationRequestRequest
func (AcceptQualificationRequestInput) GoString ¶
func (s AcceptQualificationRequestInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AcceptQualificationRequestResponse
func (AcceptQualificationRequestOutput) GoString ¶
func (s AcceptQualificationRequestOutput) GoString() string
GoString returns the string representation
func (AcceptQualificationRequestOutput) String ¶
func (s AcceptQualificationRequestOutput) String() string
String returns the string representation
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ApproveAssignmentRequest
func (ApproveAssignmentInput) GoString ¶
func (s ApproveAssignmentInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ApproveAssignmentResponse
func (ApproveAssignmentOutput) GoString ¶
func (s ApproveAssignmentOutput) GoString() string
GoString returns the string representation
func (ApproveAssignmentOutput) String ¶
func (s ApproveAssignmentOutput) String() string
String returns the string representation
type Assignment ¶
type Assignment struct { // The date and time the Worker accepted the assignment. AcceptTime *time.Time `type:"timestamp" timestampFormat:"unix"` // 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" timestampFormat:"unix"` // 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" timestampFormat:"unix"` // 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" timestampFormat:"unix"` // 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" timestampFormat:"unix"` // 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" timestampFormat:"unix"` // 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/Assignment
func (Assignment) GoString ¶
func (s Assignment) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AssociateQualificationWithWorkerRequest
func (AssociateQualificationWithWorkerInput) GoString ¶
func (s AssociateQualificationWithWorkerInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AssociateQualificationWithWorkerResponse
func (AssociateQualificationWithWorkerOutput) GoString ¶
func (s AssociateQualificationWithWorkerOutput) GoString() string
GoString returns the string representation
func (AssociateQualificationWithWorkerOutput) String ¶
func (s AssociateQualificationWithWorkerOutput) String() string
String returns the string representation
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 numeric value. BonusAmount *string `type:"string"` // The date and time of when the bonus was granted. GrantTime *time.Time `type:"timestamp" timestampFormat:"unix"` // 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/BonusPayment
func (BonusPayment) GoString ¶
func (s BonusPayment) GoString() string
GoString returns the string representation
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
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 *int64 `type:"integer"` // 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateAdditionalAssignmentsForHITRequest
func (CreateAdditionalAssignmentsForHITInput) GoString ¶
func (s CreateAdditionalAssignmentsForHITInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateAdditionalAssignmentsForHITResponse
func (CreateAdditionalAssignmentsForHITOutput) GoString ¶
func (s CreateAdditionalAssignmentsForHITOutput) GoString() string
GoString returns the string representation
func (CreateAdditionalAssignmentsForHITOutput) String ¶
func (s CreateAdditionalAssignmentsForHITOutput) String() string
String returns the string representation
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"` // A condition that a Worker's Qualifications must meet before the Worker is // allowed to accept and complete the HIT. 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITRequest
func (CreateHITInput) GoString ¶
func (s CreateHITInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITResponse
func (CreateHITOutput) GoString ¶
func (s CreateHITOutput) GoString() string
GoString returns the string representation
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
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"` // A condition that a Worker's Qualifications must meet before the Worker is // allowed to accept and complete the HIT. 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITTypeRequest
func (CreateHITTypeInput) GoString ¶
func (s CreateHITTypeInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITTypeResponse
func (CreateHITTypeOutput) GoString ¶
func (s CreateHITTypeOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITWithHITTypeRequest
func (CreateHITWithHITTypeInput) GoString ¶
func (s CreateHITWithHITTypeInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITWithHITTypeResponse
func (CreateHITWithHITTypeOutput) GoString ¶
func (s CreateHITWithHITTypeOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateQualificationTypeRequest
func (CreateQualificationTypeInput) GoString ¶
func (s CreateQualificationTypeInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateQualificationTypeResponse
func (CreateQualificationTypeOutput) GoString ¶
func (s CreateQualificationTypeOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateWorkerBlockRequest
func (CreateWorkerBlockInput) GoString ¶
func (s CreateWorkerBlockInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateWorkerBlockResponse
func (CreateWorkerBlockOutput) GoString ¶
func (s CreateWorkerBlockOutput) GoString() string
GoString returns the string representation
func (CreateWorkerBlockOutput) String ¶
func (s CreateWorkerBlockOutput) String() string
String returns the string representation
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteHITRequest
func (DeleteHITInput) GoString ¶
func (s DeleteHITInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteHITResponse
func (DeleteHITOutput) GoString ¶
func (s DeleteHITOutput) GoString() string
GoString returns the string representation
func (DeleteHITOutput) String ¶
func (s DeleteHITOutput) String() string
String returns the string representation
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteQualificationTypeRequest
func (DeleteQualificationTypeInput) GoString ¶
func (s DeleteQualificationTypeInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteQualificationTypeResponse
func (DeleteQualificationTypeOutput) GoString ¶
func (s DeleteQualificationTypeOutput) GoString() string
GoString returns the string representation
func (DeleteQualificationTypeOutput) String ¶
func (s DeleteQualificationTypeOutput) String() string
String returns the string representation
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteWorkerBlockRequest
func (DeleteWorkerBlockInput) GoString ¶
func (s DeleteWorkerBlockInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteWorkerBlockResponse
func (DeleteWorkerBlockOutput) GoString ¶
func (s DeleteWorkerBlockOutput) GoString() string
GoString returns the string representation
func (DeleteWorkerBlockOutput) String ¶
func (s DeleteWorkerBlockOutput) String() string
String returns the string representation
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DisassociateQualificationFromWorkerRequest
func (DisassociateQualificationFromWorkerInput) GoString ¶
func (s DisassociateQualificationFromWorkerInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DisassociateQualificationFromWorkerResponse
func (DisassociateQualificationFromWorkerOutput) GoString ¶
func (s DisassociateQualificationFromWorkerOutput) GoString() string
GoString returns the string representation
func (DisassociateQualificationFromWorkerOutput) String ¶
func (s DisassociateQualificationFromWorkerOutput) String() string
String returns the string representation
type GetAccountBalanceInput ¶
type GetAccountBalanceInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetAccountBalanceRequest
func (GetAccountBalanceInput) GoString ¶
func (s GetAccountBalanceInput) GoString() string
GoString returns the string representation
func (GetAccountBalanceInput) String ¶
func (s GetAccountBalanceInput) String() string
String returns the string representation
type GetAccountBalanceOutput ¶
type GetAccountBalanceOutput struct { // A string representing a numeric value. AvailableBalance *string `type:"string"` // A string representing a numeric value. OnHoldBalance *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetAccountBalanceResponse
func (GetAccountBalanceOutput) GoString ¶
func (s GetAccountBalanceOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetAssignmentRequest
func (GetAssignmentInput) GoString ¶
func (s GetAssignmentInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetAssignmentResponse
func (GetAssignmentOutput) GoString ¶
func (s GetAssignmentOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetFileUploadURLRequest
func (GetFileUploadURLInput) GoString ¶
func (s GetFileUploadURLInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetFileUploadURLResponse
func (GetFileUploadURLOutput) GoString ¶
func (s GetFileUploadURLOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetHITRequest
func (GetHITInput) GoString ¶
func (s GetHITInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetHITResponse
func (GetHITOutput) GoString ¶
func (s GetHITOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetQualificationScoreRequest
func (GetQualificationScoreInput) GoString ¶
func (s GetQualificationScoreInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetQualificationScoreResponse
func (GetQualificationScoreOutput) GoString ¶
func (s GetQualificationScoreOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetQualificationTypeRequest
func (GetQualificationTypeInput) GoString ¶
func (s GetQualificationTypeInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetQualificationTypeResponse
func (GetQualificationTypeOutput) GoString ¶
func (s GetQualificationTypeOutput) GoString() string
GoString returns the string representation
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
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" timestampFormat:"unix"` // A general description of the HIT. Description *string `type:"string"` // The date and time the HIT expires. Expiration *time.Time `type:"timestamp" timestampFormat:"unix"` // 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"` // A condition 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 by a Worker's Qualifications for the Worker to accept // the HIT. 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 numeric value. 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/HIT
func (*HIT) SetAssignmentDurationInSeconds ¶
SetAssignmentDurationInSeconds sets the AssignmentDurationInSeconds field's value.
func (*HIT) SetAutoApprovalDelayInSeconds ¶
SetAutoApprovalDelayInSeconds sets the AutoApprovalDelayInSeconds field's value.
func (*HIT) SetCreationTime ¶
SetCreationTime sets the CreationTime field's value.
func (*HIT) SetDescription ¶
SetDescription sets the Description field's value.
func (*HIT) SetExpiration ¶
SetExpiration sets the Expiration field's value.
func (*HIT) SetHITGroupId ¶
SetHITGroupId sets the HITGroupId field's value.
func (*HIT) SetHITLayoutId ¶
SetHITLayoutId sets the HITLayoutId field's value.
func (*HIT) SetHITReviewStatus ¶
SetHITReviewStatus sets the HITReviewStatus field's value.
func (*HIT) SetHITStatus ¶
SetHITStatus sets the HITStatus field's value.
func (*HIT) SetHITTypeId ¶
SetHITTypeId sets the HITTypeId field's value.
func (*HIT) SetKeywords ¶
SetKeywords sets the Keywords field's value.
func (*HIT) SetMaxAssignments ¶
SetMaxAssignments sets the MaxAssignments field's value.
func (*HIT) SetNumberOfAssignmentsAvailable ¶
SetNumberOfAssignmentsAvailable sets the NumberOfAssignmentsAvailable field's value.
func (*HIT) SetNumberOfAssignmentsCompleted ¶
SetNumberOfAssignmentsCompleted sets the NumberOfAssignmentsCompleted field's value.
func (*HIT) SetNumberOfAssignmentsPending ¶
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 ¶
SetQuestion sets the Question field's value.
func (*HIT) SetRequesterAnnotation ¶
SetRequesterAnnotation sets the RequesterAnnotation field's value.
type HITLayoutParameter ¶
type HITLayoutParameter struct { // The name of the parameter in the HITLayout. Name *string `type:"string"` // The value substituted for the parameter referenced in the HITLayout. Value *string `type:"string"` // 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/HITLayoutParameter
func (HITLayoutParameter) GoString ¶
func (s HITLayoutParameter) GoString() string
GoString returns the string representation
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
type ListAssignmentsForHITInput ¶
type ListAssignmentsForHITInput struct { // The status of the assignments to return: Submitted | Approved | Rejected AssignmentStatuses []*string `type:"list"` // 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListAssignmentsForHITRequest
func (ListAssignmentsForHITInput) GoString ¶
func (s ListAssignmentsForHITInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListAssignmentsForHITResponse
func (ListAssignmentsForHITOutput) GoString ¶
func (s ListAssignmentsForHITOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListBonusPaymentsRequest
func (ListBonusPaymentsInput) GoString ¶
func (s ListBonusPaymentsInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListBonusPaymentsResponse
func (ListBonusPaymentsOutput) GoString ¶
func (s ListBonusPaymentsOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITsForQualificationTypeRequest
func (ListHITsForQualificationTypeInput) GoString ¶
func (s ListHITsForQualificationTypeInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITsForQualificationTypeResponse
func (ListHITsForQualificationTypeOutput) GoString ¶
func (s ListHITsForQualificationTypeOutput) GoString() string
GoString returns the string representation
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
type ListHITsInput ¶
type ListHITsInput struct { MaxResults *int64 `min:"1" type:"integer"` // Pagination token NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITsRequest
func (ListHITsInput) GoString ¶
func (s ListHITsInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITsResponse
func (ListHITsOutput) GoString ¶
func (s ListHITsOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListQualificationRequestsRequest
func (ListQualificationRequestsInput) GoString ¶
func (s ListQualificationRequestsInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListQualificationRequestsResponse
func (ListQualificationRequestsOutput) GoString ¶
func (s ListQualificationRequestsOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListQualificationTypesRequest
func (ListQualificationTypesInput) GoString ¶
func (s ListQualificationTypesInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListQualificationTypesResponse
func (ListQualificationTypesOutput) GoString ¶
func (s ListQualificationTypesOutput) GoString() string
GoString returns the string representation
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
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"` // 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewPolicyResultsForHITRequest
func (ListReviewPolicyResultsForHITInput) GoString ¶
func (s ListReviewPolicyResultsForHITInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewPolicyResultsForHITResponse
func (ListReviewPolicyResultsForHITOutput) GoString ¶
func (s ListReviewPolicyResultsForHITOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewableHITsRequest
func (ListReviewableHITsInput) GoString ¶
func (s ListReviewableHITsInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewableHITsResponse
func (ListReviewableHITsOutput) GoString ¶
func (s ListReviewableHITsOutput) GoString() string
GoString returns the string representation
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
type ListWorkerBlocksInput ¶
type ListWorkerBlocksInput struct { MaxResults *int64 `min:"1" type:"integer"` // Pagination token NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListWorkerBlocksRequest
func (ListWorkerBlocksInput) GoString ¶
func (s ListWorkerBlocksInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListWorkerBlocksResponse
func (ListWorkerBlocksOutput) GoString ¶
func (s ListWorkerBlocksOutput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListWorkersWithQualificationTypeRequest
func (ListWorkersWithQualificationTypeInput) GoString ¶
func (s ListWorkersWithQualificationTypeInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListWorkersWithQualificationTypeResponse
func (ListWorkersWithQualificationTypeOutput) GoString ¶
func (s ListWorkersWithQualificationTypeOutput) GoString() string
GoString returns the string representation
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
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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/Locale
func (*Locale) SetCountry ¶
SetCountry sets the Country field's value.
func (*Locale) SetSubdivision ¶
SetSubdivision sets the Subdivision field's value.
type MTurk ¶
The service client's operations are safe to be used concurrently. It is not safe to mutate any of the client's properties though. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17
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:
// 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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AcceptQualificationRequest
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.AcceptQualificationRequestInput{ QualificationRequestId: aws.String("String"), // Required IntegerValue: aws.Int64(1), } resp, err := svc.AcceptQualificationRequest(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See AcceptQualificationRequest for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the AcceptQualificationRequest method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AcceptQualificationRequest
func (*MTurk) AcceptQualificationRequestWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ApproveAssignment
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.ApproveAssignmentInput{ AssignmentId: aws.String("EntityId"), // Required OverrideRejection: aws.Bool(true), RequesterFeedback: aws.String("String"), } resp, err := svc.ApproveAssignment(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See ApproveAssignment for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ApproveAssignment method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ApproveAssignment
func (*MTurk) ApproveAssignmentWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AssociateQualificationWithWorker
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.AssociateQualificationWithWorkerInput{ QualificationTypeId: aws.String("EntityId"), // Required WorkerId: aws.String("CustomerId"), // Required IntegerValue: aws.Int64(1), SendNotification: aws.Bool(true), } resp, err := svc.AssociateQualificationWithWorker(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See AssociateQualificationWithWorker for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the AssociateQualificationWithWorker method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/AssociateQualificationWithWorker
func (*MTurk) AssociateQualificationWithWorkerWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateAdditionalAssignmentsForHIT
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.CreateAdditionalAssignmentsForHITInput{ HITId: aws.String("EntityId"), // Required NumberOfAdditionalAssignments: aws.Int64(1), UniqueRequestToken: aws.String("IdempotencyToken"), } resp, err := svc.CreateAdditionalAssignmentsForHIT(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateAdditionalAssignmentsForHIT for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateAdditionalAssignmentsForHIT method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateAdditionalAssignmentsForHIT
func (*MTurk) CreateAdditionalAssignmentsForHITWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHIT
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.CreateHITInput{ AssignmentDurationInSeconds: aws.Int64(1), // Required Description: aws.String("String"), // Required LifetimeInSeconds: aws.Int64(1), // Required Reward: aws.String("NumericValue"), // Required Title: aws.String("String"), // Required AssignmentReviewPolicy: &mturk.ReviewPolicy{ Parameters: []*mturk.PolicyParameter{ { // Required Key: aws.String("String"), MapEntries: []*mturk.ParameterMapEntry{ { // Required Key: aws.String("String"), Values: []*string{ aws.String("String"), // Required // More values... }, }, // More values... }, Values: []*string{ aws.String("String"), // Required // More values... }, }, // More values... }, PolicyName: aws.String("String"), }, AutoApprovalDelayInSeconds: aws.Int64(1), HITLayoutId: aws.String("EntityId"), HITLayoutParameters: []*mturk.HITLayoutParameter{ { // Required Name: aws.String("String"), Value: aws.String("String"), }, // More values... }, HITReviewPolicy: &mturk.ReviewPolicy{ Parameters: []*mturk.PolicyParameter{ { // Required Key: aws.String("String"), MapEntries: []*mturk.ParameterMapEntry{ { // Required Key: aws.String("String"), Values: []*string{ aws.String("String"), // Required // More values... }, }, // More values... }, Values: []*string{ aws.String("String"), // Required // More values... }, }, // More values... }, PolicyName: aws.String("String"), }, Keywords: aws.String("String"), MaxAssignments: aws.Int64(1), QualificationRequirements: []*mturk.QualificationRequirement{ { // Required Comparator: aws.String("Comparator"), // Required QualificationTypeId: aws.String("String"), // Required IntegerValues: []*int64{ aws.Int64(1), // Required // More values... }, LocaleValues: []*mturk.Locale{ { // Required Country: aws.String("CountryParameters"), // Required Subdivision: aws.String("CountryParameters"), }, // More values... }, RequiredToPreview: aws.Bool(true), }, // More values... }, Question: aws.String("String"), RequesterAnnotation: aws.String("String"), UniqueRequestToken: aws.String("IdempotencyToken"), } resp, err := svc.CreateHIT(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateHIT for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateHIT method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITType
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.CreateHITTypeInput{ AssignmentDurationInSeconds: aws.Int64(1), // Required Description: aws.String("String"), // Required Reward: aws.String("NumericValue"), // Required Title: aws.String("String"), // Required AutoApprovalDelayInSeconds: aws.Int64(1), Keywords: aws.String("String"), QualificationRequirements: []*mturk.QualificationRequirement{ { // Required Comparator: aws.String("Comparator"), // Required QualificationTypeId: aws.String("String"), // Required IntegerValues: []*int64{ aws.Int64(1), // Required // More values... }, LocaleValues: []*mturk.Locale{ { // Required Country: aws.String("CountryParameters"), // Required Subdivision: aws.String("CountryParameters"), }, // More values... }, RequiredToPreview: aws.Bool(true), }, // More values... }, } resp, err := svc.CreateHITType(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateHITType for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateHITType method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITType
func (*MTurk) CreateHITTypeWithContext ¶ added in v1.8.0
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 ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITWithHITType
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.CreateHITWithHITTypeInput{ HITTypeId: aws.String("EntityId"), // Required LifetimeInSeconds: aws.Int64(1), // Required AssignmentReviewPolicy: &mturk.ReviewPolicy{ Parameters: []*mturk.PolicyParameter{ { // Required Key: aws.String("String"), MapEntries: []*mturk.ParameterMapEntry{ { // Required Key: aws.String("String"), Values: []*string{ aws.String("String"), // Required // More values... }, }, // More values... }, Values: []*string{ aws.String("String"), // Required // More values... }, }, // More values... }, PolicyName: aws.String("String"), }, HITLayoutId: aws.String("EntityId"), HITLayoutParameters: []*mturk.HITLayoutParameter{ { // Required Name: aws.String("String"), Value: aws.String("String"), }, // More values... }, HITReviewPolicy: &mturk.ReviewPolicy{ Parameters: []*mturk.PolicyParameter{ { // Required Key: aws.String("String"), MapEntries: []*mturk.ParameterMapEntry{ { // Required Key: aws.String("String"), Values: []*string{ aws.String("String"), // Required // More values... }, }, // More values... }, Values: []*string{ aws.String("String"), // Required // More values... }, }, // More values... }, PolicyName: aws.String("String"), }, MaxAssignments: aws.Int64(1), Question: aws.String("String"), RequesterAnnotation: aws.String("String"), UniqueRequestToken: aws.String("IdempotencyToken"), } resp, err := svc.CreateHITWithHITType(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateHITWithHITType for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateHITWithHITType method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateHITWithHITType
func (*MTurk) CreateHITWithHITTypeWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateQualificationType
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.CreateQualificationTypeInput{ Description: aws.String("String"), // Required Name: aws.String("String"), // Required QualificationTypeStatus: aws.String("QualificationTypeStatus"), // Required AnswerKey: aws.String("String"), AutoGranted: aws.Bool(true), AutoGrantedValue: aws.Int64(1), Keywords: aws.String("String"), RetryDelayInSeconds: aws.Int64(1), Test: aws.String("String"), TestDurationInSeconds: aws.Int64(1), } resp, err := svc.CreateQualificationType(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateQualificationType for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateQualificationType method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateQualificationType
func (*MTurk) CreateQualificationTypeWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateWorkerBlock
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.CreateWorkerBlockInput{ Reason: aws.String("String"), // Required WorkerId: aws.String("CustomerId"), // Required } resp, err := svc.CreateWorkerBlock(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateWorkerBlock for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateWorkerBlock method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/CreateWorkerBlock
func (*MTurk) CreateWorkerBlockWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteHIT
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.DeleteHITInput{ HITId: aws.String("EntityId"), // Required } resp, err := svc.DeleteHIT(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DeleteHIT for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteHIT method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteHIT
func (*MTurk) DeleteHITWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteQualificationType
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.DeleteQualificationTypeInput{ QualificationTypeId: aws.String("EntityId"), // Required } resp, err := svc.DeleteQualificationType(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DeleteQualificationType for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteQualificationType method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteQualificationType
func (*MTurk) DeleteQualificationTypeWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteWorkerBlock
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.DeleteWorkerBlockInput{ WorkerId: aws.String("CustomerId"), // Required Reason: aws.String("String"), } resp, err := svc.DeleteWorkerBlock(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DeleteWorkerBlock for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteWorkerBlock method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DeleteWorkerBlock
func (*MTurk) DeleteWorkerBlockWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DisassociateQualificationFromWorker
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.DisassociateQualificationFromWorkerInput{ QualificationTypeId: aws.String("EntityId"), // Required WorkerId: aws.String("CustomerId"), // Required Reason: aws.String("String"), } resp, err := svc.DisassociateQualificationFromWorker(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DisassociateQualificationFromWorker for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DisassociateQualificationFromWorker method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/DisassociateQualificationFromWorker
func (*MTurk) DisassociateQualificationFromWorkerWithContext ¶ added in v1.8.0
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 amount of money in your Amazon Mechanical Turk account.
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetAccountBalance
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) var params *mturk.GetAccountBalanceInput resp, err := svc.GetAccountBalance(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See GetAccountBalance for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetAccountBalance method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetAccountBalance
func (*MTurk) GetAccountBalanceWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetAssignment
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.GetAssignmentInput{ AssignmentId: aws.String("EntityId"), // Required } resp, err := svc.GetAssignment(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See GetAssignment for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetAssignment method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetAssignment
func (*MTurk) GetAssignmentWithContext ¶ added in v1.8.0
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.
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetFileUploadURL
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.GetFileUploadURLInput{ AssignmentId: aws.String("EntityId"), // Required QuestionIdentifier: aws.String("String"), // Required } resp, err := svc.GetFileUploadURL(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See GetFileUploadURL for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetFileUploadURL method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetFileUploadURL
func (*MTurk) GetFileUploadURLWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetHIT
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.GetHITInput{ HITId: aws.String("EntityId"), // Required } resp, err := svc.GetHIT(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See GetHIT for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetHIT method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetHIT
func (*MTurk) GetHITWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetQualificationScore
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.GetQualificationScoreInput{ QualificationTypeId: aws.String("EntityId"), // Required WorkerId: aws.String("CustomerId"), // Required } resp, err := svc.GetQualificationScore(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See GetQualificationScore for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetQualificationScore method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetQualificationScore
func (*MTurk) GetQualificationScoreWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetQualificationType
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.GetQualificationTypeInput{ QualificationTypeId: aws.String("EntityId"), // Required } resp, err := svc.GetQualificationType(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See GetQualificationType for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetQualificationType method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/GetQualificationType
func (*MTurk) GetQualificationTypeWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListAssignmentsForHIT
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.ListAssignmentsForHITInput{ HITId: aws.String("EntityId"), // Required AssignmentStatuses: []*string{ aws.String("AssignmentStatus"), // Required // More values... }, MaxResults: aws.Int64(1), NextToken: aws.String("PaginationToken"), } resp, err := svc.ListAssignmentsForHIT(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 *ListAssignmentsForHITOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*MTurk) ListAssignmentsForHITPagesWithContext ¶ added in v1.8.0
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 can be used to capture response data after the request's "Send" method is called.
See ListAssignmentsForHIT for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListAssignmentsForHIT method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListAssignmentsForHIT
func (*MTurk) ListAssignmentsForHITWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListBonusPayments
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.ListBonusPaymentsInput{ AssignmentId: aws.String("EntityId"), HITId: aws.String("EntityId"), MaxResults: aws.Int64(1), NextToken: aws.String("PaginationToken"), } resp, err := svc.ListBonusPayments(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 *ListBonusPaymentsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*MTurk) ListBonusPaymentsPagesWithContext ¶ added in v1.8.0
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 can be used to capture response data after the request's "Send" method is called.
See ListBonusPayments for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListBonusPayments method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListBonusPayments
func (*MTurk) ListBonusPaymentsWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITs
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.ListHITsInput{ MaxResults: aws.Int64(1), NextToken: aws.String("PaginationToken"), } resp, err := svc.ListHITs(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITsForQualificationType
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.ListHITsForQualificationTypeInput{ QualificationTypeId: aws.String("EntityId"), // Required MaxResults: aws.Int64(1), NextToken: aws.String("PaginationToken"), } resp, err := svc.ListHITsForQualificationType(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 *ListHITsForQualificationTypeOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*MTurk) ListHITsForQualificationTypePagesWithContext ¶ added in v1.8.0
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 can be used to capture response data after the request's "Send" method is called.
See ListHITsForQualificationType for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListHITsForQualificationType method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITsForQualificationType
func (*MTurk) ListHITsForQualificationTypeWithContext ¶ added in v1.8.0
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 *ListHITsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*MTurk) ListHITsPagesWithContext ¶ added in v1.8.0
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 can be used to capture response data after the request's "Send" method is called.
See ListHITs for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListHITs method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListHITs
func (*MTurk) ListHITsWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListQualificationRequests
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.ListQualificationRequestsInput{ MaxResults: aws.Int64(1), NextToken: aws.String("PaginationToken"), QualificationTypeId: aws.String("EntityId"), } resp, err := svc.ListQualificationRequests(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 *ListQualificationRequestsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*MTurk) ListQualificationRequestsPagesWithContext ¶ added in v1.8.0
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 can be used to capture response data after the request's "Send" method is called.
See ListQualificationRequests for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListQualificationRequests method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListQualificationRequests
func (*MTurk) ListQualificationRequestsWithContext ¶ added in v1.8.0
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 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 ListQualificationTypes for usage and error information.
Returned Error Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListQualificationTypes
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.ListQualificationTypesInput{ MustBeRequestable: aws.Bool(true), // Required MaxResults: aws.Int64(1), MustBeOwnedByCaller: aws.Bool(true), NextToken: aws.String("PaginationToken"), Query: aws.String("String"), } resp, err := svc.ListQualificationTypes(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 *ListQualificationTypesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*MTurk) ListQualificationTypesPagesWithContext ¶ added in v1.8.0
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 can be used to capture response data after the request's "Send" method is called.
See ListQualificationTypes for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListQualificationTypes method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListQualificationTypes
func (*MTurk) ListQualificationTypesWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewPolicyResultsForHIT
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.ListReviewPolicyResultsForHITInput{ HITId: aws.String("EntityId"), // Required MaxResults: aws.Int64(1), NextToken: aws.String("PaginationToken"), PolicyLevels: []*string{ aws.String("ReviewPolicyLevel"), // Required // More values... }, RetrieveActions: aws.Bool(true), RetrieveResults: aws.Bool(true), } resp, err := svc.ListReviewPolicyResultsForHIT(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 *ListReviewPolicyResultsForHITOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*MTurk) ListReviewPolicyResultsForHITPagesWithContext ¶ added in v1.8.0
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 can be used to capture response data after the request's "Send" method is called.
See ListReviewPolicyResultsForHIT for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListReviewPolicyResultsForHIT method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewPolicyResultsForHIT
func (*MTurk) ListReviewPolicyResultsForHITWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewableHITs
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.ListReviewableHITsInput{ HITTypeId: aws.String("EntityId"), MaxResults: aws.Int64(1), NextToken: aws.String("PaginationToken"), Status: aws.String("ReviewableHITStatus"), } resp, err := svc.ListReviewableHITs(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 *ListReviewableHITsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*MTurk) ListReviewableHITsPagesWithContext ¶ added in v1.8.0
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 can be used to capture response data after the request's "Send" method is called.
See ListReviewableHITs for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListReviewableHITs method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListReviewableHITs
func (*MTurk) ListReviewableHITsWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListWorkerBlocks
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.ListWorkerBlocksInput{ MaxResults: aws.Int64(1), NextToken: aws.String("PaginationToken"), } resp, err := svc.ListWorkerBlocks(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 *ListWorkerBlocksOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*MTurk) ListWorkerBlocksPagesWithContext ¶ added in v1.8.0
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 can be used to capture response data after the request's "Send" method is called.
See ListWorkerBlocks for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListWorkerBlocks method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListWorkerBlocks
func (*MTurk) ListWorkerBlocksWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListWorkersWithQualificationType
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.ListWorkersWithQualificationTypeInput{ QualificationTypeId: aws.String("EntityId"), // Required MaxResults: aws.Int64(1), NextToken: aws.String("PaginationToken"), Status: aws.String("QualificationStatus"), } resp, err := svc.ListWorkersWithQualificationType(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 *ListWorkersWithQualificationTypeOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*MTurk) ListWorkersWithQualificationTypePagesWithContext ¶ added in v1.8.0
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 can be used to capture response data after the request's "Send" method is called.
See ListWorkersWithQualificationType for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListWorkersWithQualificationType method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ListWorkersWithQualificationType
func (*MTurk) ListWorkersWithQualificationTypeWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/NotifyWorkers
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.NotifyWorkersInput{ MessageText: aws.String("String"), // Required Subject: aws.String("String"), // Required WorkerIds: []*string{ // Required aws.String("CustomerId"), // Required // More values... }, } resp, err := svc.NotifyWorkers(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See NotifyWorkers for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the NotifyWorkers method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/NotifyWorkers
func (*MTurk) NotifyWorkersWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/RejectAssignment
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.RejectAssignmentInput{ AssignmentId: aws.String("EntityId"), // Required RequesterFeedback: aws.String("String"), } resp, err := svc.RejectAssignment(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See RejectAssignment for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the RejectAssignment method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/RejectAssignment
func (*MTurk) RejectAssignmentWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/RejectQualificationRequest
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.RejectQualificationRequestInput{ QualificationRequestId: aws.String("String"), // Required Reason: aws.String("String"), } resp, err := svc.RejectQualificationRequest(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See RejectQualificationRequest for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the RejectQualificationRequest method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/RejectQualificationRequest
func (*MTurk) RejectQualificationRequestWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/SendBonus
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.SendBonusInput{ AssignmentId: aws.String("EntityId"), // Required BonusAmount: aws.String("NumericValue"), // Required WorkerId: aws.String("CustomerId"), // Required Reason: aws.String("String"), UniqueRequestToken: aws.String("IdempotencyToken"), } resp, err := svc.SendBonus(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See SendBonus for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the SendBonus method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/SendBonus
func (*MTurk) SendBonusWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/SendTestEventNotification
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.SendTestEventNotificationInput{ Notification: &mturk.NotificationSpecification{ // Required Destination: aws.String("String"), // Required Transport: aws.String("NotificationTransport"), // Required EventTypes: []*string{ aws.String("EventType"), // Required // More values... }, Version: aws.String("String"), }, TestEventType: aws.String("EventType"), // Required } resp, err := svc.SendTestEventNotification(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See SendTestEventNotification for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the SendTestEventNotification method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/SendTestEventNotification
func (*MTurk) SendTestEventNotificationWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateExpirationForHIT
Example ¶
package main import ( "fmt" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.UpdateExpirationForHITInput{ HITId: aws.String("EntityId"), // Required ExpireAt: aws.Time(time.Now()), } resp, err := svc.UpdateExpirationForHIT(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See UpdateExpirationForHIT for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateExpirationForHIT method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateExpirationForHIT
func (*MTurk) UpdateExpirationForHITWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITReviewStatus
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.UpdateHITReviewStatusInput{ HITId: aws.String("EntityId"), // Required Revert: aws.Bool(true), } resp, err := svc.UpdateHITReviewStatus(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See UpdateHITReviewStatus for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateHITReviewStatus method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITReviewStatus
func (*MTurk) UpdateHITReviewStatusWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITTypeOfHIT
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.UpdateHITTypeOfHITInput{ HITId: aws.String("EntityId"), // Required HITTypeId: aws.String("EntityId"), // Required } resp, err := svc.UpdateHITTypeOfHIT(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See UpdateHITTypeOfHIT for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateHITTypeOfHIT method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITTypeOfHIT
func (*MTurk) UpdateHITTypeOfHITWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateNotificationSettings
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.UpdateNotificationSettingsInput{ HITTypeId: aws.String("EntityId"), // Required Active: aws.Bool(true), Notification: &mturk.NotificationSpecification{ Destination: aws.String("String"), // Required Transport: aws.String("NotificationTransport"), // Required EventTypes: []*string{ aws.String("EventType"), // Required // More values... }, Version: aws.String("String"), }, } resp, err := svc.UpdateNotificationSettings(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See UpdateNotificationSettings for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateNotificationSettings method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateNotificationSettings
func (*MTurk) UpdateNotificationSettingsWithContext ¶ added in v1.8.0
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 Codes:
ErrCodeServiceFault "ServiceFault" Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
ErrCodeRequestError "RequestError" Your request is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateQualificationType
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/mturk" ) func main() { sess := session.Must(session.NewSession()) svc := mturk.New(sess) params := &mturk.UpdateQualificationTypeInput{ QualificationTypeId: aws.String("EntityId"), // Required AnswerKey: aws.String("String"), AutoGranted: aws.Bool(true), AutoGrantedValue: aws.Int64(1), Description: aws.String("String"), QualificationTypeStatus: aws.String("QualificationTypeStatus"), RetryDelayInSeconds: aws.Int64(1), Test: aws.String("String"), TestDurationInSeconds: aws.Int64(1), } resp, err := svc.UpdateQualificationType(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See UpdateQualificationType for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateQualificationType method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateQualificationType
func (*MTurk) UpdateQualificationTypeWithContext ¶ added in v1.8.0
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 destination for notification messages. or email notifications (if Transport // is Email), this is an email address. For Amazon Simple Queue Service (Amazon // SQS) notifications (if Transport is SQS), this is the URL for your Amazon // SQS queue. // // 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 []*string `type:"list"` // The method Amazon Mechanical Turk uses to send the notification. Valid Values: // Email | SQS. // // 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 *string `type:"string"` // contains filtered or unexported fields }
The NotificationSpecification data structure describes a HIT event notification for a HIT type. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/NotificationSpecification
func (NotificationSpecification) GoString ¶
func (s NotificationSpecification) GoString() string
GoString returns the string representation
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
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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/NotifyWorkersFailureStatus
func (NotifyWorkersFailureStatus) GoString ¶
func (s NotifyWorkersFailureStatus) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/NotifyWorkersRequest
func (NotifyWorkersInput) GoString ¶
func (s NotifyWorkersInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/NotifyWorkersResponse
func (NotifyWorkersOutput) GoString ¶
func (s NotifyWorkersOutput) GoString() string
GoString returns the string representation
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
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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ParameterMapEntry
func (ParameterMapEntry) GoString ¶
func (s ParameterMapEntry) GoString() string
GoString returns the string representation
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
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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/PolicyParameter
func (PolicyParameter) GoString ¶
func (s PolicyParameter) GoString() string
GoString returns the string representation
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
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" timestampFormat:"unix"` // 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). Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/Qualification
func (Qualification) GoString ¶
func (s Qualification) GoString() string
GoString returns the string representation
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
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" timestampFormat:"unix"` // 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/QualificationRequest
func (QualificationRequest) GoString ¶
func (s QualificationRequest) GoString() string
GoString returns the string representation
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
type QualificationRequirement ¶
type QualificationRequirement struct { // 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"` // If 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. RequiredToPreview *bool `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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/QualificationRequirement
func (QualificationRequirement) GoString ¶
func (s QualificationRequirement) GoString() string
GoString returns the string representation
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
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" timestampFormat:"unix"` // 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/QualificationType
func (QualificationType) GoString ¶
func (s QualificationType) GoString() string
GoString returns the string representation
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
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 *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/RejectAssignmentRequest
func (RejectAssignmentInput) GoString ¶
func (s RejectAssignmentInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/RejectAssignmentResponse
func (RejectAssignmentOutput) GoString ¶
func (s RejectAssignmentOutput) GoString() string
GoString returns the string representation
func (RejectAssignmentOutput) String ¶
func (s RejectAssignmentOutput) String() string
String returns the string representation
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/RejectQualificationRequestRequest
func (RejectQualificationRequestInput) GoString ¶
func (s RejectQualificationRequestInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/RejectQualificationRequestResponse
func (RejectQualificationRequestOutput) GoString ¶
func (s RejectQualificationRequestOutput) GoString() string
GoString returns the string representation
func (RejectQualificationRequestOutput) String ¶
func (s RejectQualificationRequestOutput) String() string
String returns the string representation
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" timestampFormat:"unix"` // 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ReviewActionDetail
func (ReviewActionDetail) GoString ¶
func (s ReviewActionDetail) GoString() string
GoString returns the string representation
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
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 *string `type:"string"` // contains filtered or unexported fields }
HIT Review Policy data structures represent HIT review policies, which you specify when you create a HIT. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ReviewPolicy
func (ReviewPolicy) GoString ¶
func (s ReviewPolicy) GoString() string
GoString returns the string representation
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
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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ReviewReport
func (ReviewReport) GoString ¶
func (s ReviewReport) GoString() string
GoString returns the string representation
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
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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/ReviewResultDetail
func (ReviewResultDetail) GoString ¶
func (s ReviewResultDetail) GoString() string
GoString returns the string representation
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
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 *string `type:"string"` // 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/SendBonusRequest
func (SendBonusInput) GoString ¶
func (s SendBonusInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/SendBonusResponse
func (SendBonusOutput) GoString ¶
func (s SendBonusOutput) GoString() string
GoString returns the string representation
func (SendBonusOutput) String ¶
func (s SendBonusOutput) String() string
String returns the string representation
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/SendTestEventNotificationRequest
func (SendTestEventNotificationInput) GoString ¶
func (s SendTestEventNotificationInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/SendTestEventNotificationResponse
func (SendTestEventNotificationOutput) GoString ¶
func (s SendTestEventNotificationOutput) GoString() string
GoString returns the string representation
func (SendTestEventNotificationOutput) String ¶
func (s SendTestEventNotificationOutput) String() string
String returns the string representation
type UpdateExpirationForHITInput ¶
type UpdateExpirationForHITInput struct { // The date and time at which you want the HIT to expire ExpireAt *time.Time `type:"timestamp" timestampFormat:"unix"` // The HIT to update. // // HITId is a required field HITId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateExpirationForHITRequest
func (UpdateExpirationForHITInput) GoString ¶
func (s UpdateExpirationForHITInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateExpirationForHITResponse
func (UpdateExpirationForHITOutput) GoString ¶
func (s UpdateExpirationForHITOutput) GoString() string
GoString returns the string representation
func (UpdateExpirationForHITOutput) String ¶
func (s UpdateExpirationForHITOutput) String() string
String returns the string representation
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITReviewStatusRequest
func (UpdateHITReviewStatusInput) GoString ¶
func (s UpdateHITReviewStatusInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITReviewStatusResponse
func (UpdateHITReviewStatusOutput) GoString ¶
func (s UpdateHITReviewStatusOutput) GoString() string
GoString returns the string representation
func (UpdateHITReviewStatusOutput) String ¶
func (s UpdateHITReviewStatusOutput) String() string
String returns the string representation
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITTypeOfHITRequest
func (UpdateHITTypeOfHITInput) GoString ¶
func (s UpdateHITTypeOfHITInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateHITTypeOfHITResponse
func (UpdateHITTypeOfHITOutput) GoString ¶
func (s UpdateHITTypeOfHITOutput) GoString() string
GoString returns the string representation
func (UpdateHITTypeOfHITOutput) String ¶
func (s UpdateHITTypeOfHITOutput) String() string
String returns the string representation
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateNotificationSettingsRequest
func (UpdateNotificationSettingsInput) GoString ¶
func (s UpdateNotificationSettingsInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateNotificationSettingsResponse
func (UpdateNotificationSettingsOutput) GoString ¶
func (s UpdateNotificationSettingsOutput) GoString() string
GoString returns the string representation
func (UpdateNotificationSettingsOutput) String ¶
func (s UpdateNotificationSettingsOutput) String() string
String returns the string representation
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateQualificationTypeRequest
func (UpdateQualificationTypeInput) GoString ¶
func (s UpdateQualificationTypeInput) GoString() string
GoString returns the string representation
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
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/UpdateQualificationTypeResponse
func (UpdateQualificationTypeOutput) GoString ¶
func (s UpdateQualificationTypeOutput) GoString() string
GoString returns the string representation
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
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. Please also see https://docs.aws.amazon.com/goto/WebAPI/mturk-requester-2017-01-17/WorkerBlock
func (WorkerBlock) GoString ¶
func (s WorkerBlock) GoString() string
GoString returns the string representation
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
Directories ¶
Path | Synopsis |
---|---|
Package mturkiface provides an interface to enable mocking the Amazon Mechanical Turk service client for testing your code.
|
Package mturkiface provides an interface to enable mocking the Amazon Mechanical Turk service client for testing your code. |