AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::MTurk Namespace Reference

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  MTurkErrorMapper
 

Classes

class  MTurkClient
 
 
class  MTurkError
 
class  MTurkRequest
 

Typedefs

 
 
 
 
typedef std::function< void(const MTurkClient *, const Model::ApproveAssignmentRequest &, const Model::ApproveAssignmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ApproveAssignmentResponseReceivedHandler
 
 
 
typedef std::function< void(const MTurkClient *, const Model::CreateHITRequest &, const Model::CreateHITOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateHITResponseReceivedHandler
 
typedef std::function< void(const MTurkClient *, const Model::CreateHITTypeRequest &, const Model::CreateHITTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateHITTypeResponseReceivedHandler
 
 
 
typedef std::function< void(const MTurkClient *, const Model::CreateWorkerBlockRequest &, const Model::CreateWorkerBlockOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateWorkerBlockResponseReceivedHandler
 
typedef std::function< void(const MTurkClient *, const Model::DeleteHITRequest &, const Model::DeleteHITOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteHITResponseReceivedHandler
 
 
typedef std::function< void(const MTurkClient *, const Model::DeleteWorkerBlockRequest &, const Model::DeleteWorkerBlockOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteWorkerBlockResponseReceivedHandler
 
 
typedef std::function< void(const MTurkClient *, const Model::GetAccountBalanceRequest &, const Model::GetAccountBalanceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAccountBalanceResponseReceivedHandler
 
typedef std::function< void(const MTurkClient *, const Model::GetAssignmentRequest &, const Model::GetAssignmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAssignmentResponseReceivedHandler
 
typedef std::function< void(const MTurkClient *, const Model::GetFileUploadURLRequest &, const Model::GetFileUploadURLOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetFileUploadURLResponseReceivedHandler
 
typedef std::function< void(const MTurkClient *, const Model::GetHITRequest &, const Model::GetHITOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetHITResponseReceivedHandler
 
 
 
 
typedef std::function< void(const MTurkClient *, const Model::ListBonusPaymentsRequest &, const Model::ListBonusPaymentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListBonusPaymentsResponseReceivedHandler
 
typedef std::function< void(const MTurkClient *, const Model::ListHITsRequest &, const Model::ListHITsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListHITsResponseReceivedHandler
 
 
 
 
 
 
typedef std::function< void(const MTurkClient *, const Model::ListWorkerBlocksRequest &, const Model::ListWorkerBlocksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListWorkerBlocksResponseReceivedHandler
 
 
typedef std::function< void(const MTurkClient *, const Model::NotifyWorkersRequest &, const Model::NotifyWorkersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > NotifyWorkersResponseReceivedHandler
 
typedef std::function< void(const MTurkClient *, const Model::RejectAssignmentRequest &, const Model::RejectAssignmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RejectAssignmentResponseReceivedHandler
 
 
typedef std::function< void(const MTurkClient *, const Model::SendBonusRequest &, const Model::SendBonusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SendBonusResponseReceivedHandler
 
 
 
 
 
 
 

Enumerations

 

Typedef Documentation

◆ AcceptQualificationRequestResponseReceivedHandler

Definition at line 235 of file MTurkServiceClientModel.h.

◆ ApproveAssignmentResponseReceivedHandler

Definition at line 236 of file MTurkServiceClientModel.h.

◆ AssociateQualificationWithWorkerResponseReceivedHandler

Definition at line 237 of file MTurkServiceClientModel.h.

◆ CreateAdditionalAssignmentsForHITResponseReceivedHandler

Definition at line 238 of file MTurkServiceClientModel.h.

◆ CreateHITResponseReceivedHandler

typedef std::function<void(const MTurkClient*, const Model::CreateHITRequest&, const Model::CreateHITOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MTurk::CreateHITResponseReceivedHandler

Definition at line 239 of file MTurkServiceClientModel.h.

◆ CreateHITTypeResponseReceivedHandler

Definition at line 240 of file MTurkServiceClientModel.h.

◆ CreateHITWithHITTypeResponseReceivedHandler

Definition at line 241 of file MTurkServiceClientModel.h.

◆ CreateQualificationTypeResponseReceivedHandler

Definition at line 242 of file MTurkServiceClientModel.h.

◆ CreateWorkerBlockResponseReceivedHandler

Definition at line 243 of file MTurkServiceClientModel.h.

◆ DeleteHITResponseReceivedHandler

typedef std::function<void(const MTurkClient*, const Model::DeleteHITRequest&, const Model::DeleteHITOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MTurk::DeleteHITResponseReceivedHandler

Definition at line 244 of file MTurkServiceClientModel.h.

◆ DeleteQualificationTypeResponseReceivedHandler

Definition at line 245 of file MTurkServiceClientModel.h.

◆ DeleteWorkerBlockResponseReceivedHandler

Definition at line 246 of file MTurkServiceClientModel.h.

◆ DisassociateQualificationFromWorkerResponseReceivedHandler

Definition at line 247 of file MTurkServiceClientModel.h.

◆ GetAccountBalanceResponseReceivedHandler

Definition at line 248 of file MTurkServiceClientModel.h.

◆ GetAssignmentResponseReceivedHandler

Definition at line 249 of file MTurkServiceClientModel.h.

◆ GetFileUploadURLResponseReceivedHandler

Definition at line 250 of file MTurkServiceClientModel.h.

◆ GetHITResponseReceivedHandler

typedef std::function<void(const MTurkClient*, const Model::GetHITRequest&, const Model::GetHITOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MTurk::GetHITResponseReceivedHandler

Definition at line 251 of file MTurkServiceClientModel.h.

◆ GetQualificationScoreResponseReceivedHandler

Definition at line 252 of file MTurkServiceClientModel.h.

◆ GetQualificationTypeResponseReceivedHandler

Definition at line 253 of file MTurkServiceClientModel.h.

◆ ListAssignmentsForHITResponseReceivedHandler

Definition at line 254 of file MTurkServiceClientModel.h.

◆ ListBonusPaymentsResponseReceivedHandler

Definition at line 255 of file MTurkServiceClientModel.h.

◆ ListHITsForQualificationTypeResponseReceivedHandler

Definition at line 257 of file MTurkServiceClientModel.h.

◆ ListHITsResponseReceivedHandler

typedef std::function<void(const MTurkClient*, const Model::ListHITsRequest&, const Model::ListHITsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MTurk::ListHITsResponseReceivedHandler

Definition at line 256 of file MTurkServiceClientModel.h.

◆ ListQualificationRequestsResponseReceivedHandler

Definition at line 258 of file MTurkServiceClientModel.h.

◆ ListQualificationTypesResponseReceivedHandler

Definition at line 259 of file MTurkServiceClientModel.h.

◆ ListReviewableHITsResponseReceivedHandler

Definition at line 261 of file MTurkServiceClientModel.h.

◆ ListReviewPolicyResultsForHITResponseReceivedHandler

Definition at line 260 of file MTurkServiceClientModel.h.

◆ ListWorkerBlocksResponseReceivedHandler

Definition at line 262 of file MTurkServiceClientModel.h.

◆ ListWorkersWithQualificationTypeResponseReceivedHandler

Definition at line 263 of file MTurkServiceClientModel.h.

◆ MTurkClientConfiguration

Definition at line 99 of file MTurkServiceClientModel.h.

◆ MTurkEndpointProvider

Definition at line 101 of file MTurkServiceClientModel.h.

◆ MTurkEndpointProviderBase

Definition at line 100 of file MTurkServiceClientModel.h.

◆ NotifyWorkersResponseReceivedHandler

Definition at line 264 of file MTurkServiceClientModel.h.

◆ RejectAssignmentResponseReceivedHandler

Definition at line 265 of file MTurkServiceClientModel.h.

◆ RejectQualificationRequestResponseReceivedHandler

Definition at line 266 of file MTurkServiceClientModel.h.

◆ SendBonusResponseReceivedHandler

typedef std::function<void(const MTurkClient*, const Model::SendBonusRequest&, const Model::SendBonusOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MTurk::SendBonusResponseReceivedHandler

Definition at line 267 of file MTurkServiceClientModel.h.

◆ SendTestEventNotificationResponseReceivedHandler

Definition at line 268 of file MTurkServiceClientModel.h.

◆ UpdateExpirationForHITResponseReceivedHandler

Definition at line 269 of file MTurkServiceClientModel.h.

◆ UpdateHITReviewStatusResponseReceivedHandler

Definition at line 270 of file MTurkServiceClientModel.h.

◆ UpdateHITTypeOfHITResponseReceivedHandler

Definition at line 271 of file MTurkServiceClientModel.h.

◆ UpdateNotificationSettingsResponseReceivedHandler

Definition at line 272 of file MTurkServiceClientModel.h.

◆ UpdateQualificationTypeResponseReceivedHandler

Definition at line 273 of file MTurkServiceClientModel.h.

Enumeration Type Documentation

◆ MTurkErrors

strong
Enumerator
INCOMPLETE_SIGNATURE 
INTERNAL_FAILURE 
INVALID_ACTION 
INVALID_CLIENT_TOKEN_ID 
INVALID_PARAMETER_COMBINATION 
INVALID_QUERY_PARAMETER 
INVALID_PARAMETER_VALUE 
MISSING_ACTION 
MISSING_AUTHENTICATION_TOKEN 
MISSING_PARAMETER 
OPT_IN_REQUIRED 
REQUEST_EXPIRED 
SERVICE_UNAVAILABLE 
THROTTLING 
VALIDATION 
ACCESS_DENIED 
RESOURCE_NOT_FOUND 
UNRECOGNIZED_CLIENT 
MALFORMED_QUERY_STRING 
SLOW_DOWN 
REQUEST_TIME_TOO_SKEWED 
INVALID_SIGNATURE 
SIGNATURE_DOES_NOT_MATCH 
INVALID_ACCESS_KEY_ID 
REQUEST_TIMEOUT 
NETWORK_CONNECTION 
UNKNOWN 
REQUEST 
SERVICE_FAULT 

Definition at line 16 of file MTurkErrors.h.