AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Classes | Typedefs | Enumerations
Aws::SWF Namespace Reference

Namespaces

 Model
 
 SWFEndpoint
 
 SWFErrorMapper
 

Classes

class  SWFClient
 
class  SWFRequest
 

Typedefs

typedef std::function< void(const SWFClient *, const Model::CountClosedWorkflowExecutionsRequest &, const Model::CountClosedWorkflowExecutionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CountClosedWorkflowExecutionsResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::CountOpenWorkflowExecutionsRequest &, const Model::CountOpenWorkflowExecutionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CountOpenWorkflowExecutionsResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::CountPendingActivityTasksRequest &, const Model::CountPendingActivityTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CountPendingActivityTasksResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::CountPendingDecisionTasksRequest &, const Model::CountPendingDecisionTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CountPendingDecisionTasksResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::DeprecateActivityTypeRequest &, const Model::DeprecateActivityTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeprecateActivityTypeResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::DeprecateDomainRequest &, const Model::DeprecateDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeprecateDomainResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::DeprecateWorkflowTypeRequest &, const Model::DeprecateWorkflowTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeprecateWorkflowTypeResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::DescribeActivityTypeRequest &, const Model::DescribeActivityTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeActivityTypeResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::DescribeDomainRequest &, const Model::DescribeDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeDomainResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::DescribeWorkflowExecutionRequest &, const Model::DescribeWorkflowExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeWorkflowExecutionResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::DescribeWorkflowTypeRequest &, const Model::DescribeWorkflowTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeWorkflowTypeResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::GetWorkflowExecutionHistoryRequest &, const Model::GetWorkflowExecutionHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetWorkflowExecutionHistoryResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::ListActivityTypesRequest &, const Model::ListActivityTypesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListActivityTypesResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::ListClosedWorkflowExecutionsRequest &, const Model::ListClosedWorkflowExecutionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListClosedWorkflowExecutionsResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::ListDomainsRequest &, const Model::ListDomainsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDomainsResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::ListOpenWorkflowExecutionsRequest &, const Model::ListOpenWorkflowExecutionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListOpenWorkflowExecutionsResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::ListWorkflowTypesRequest &, const Model::ListWorkflowTypesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListWorkflowTypesResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::PollForActivityTaskRequest &, const Model::PollForActivityTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PollForActivityTaskResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::PollForDecisionTaskRequest &, const Model::PollForDecisionTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PollForDecisionTaskResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::RecordActivityTaskHeartbeatRequest &, const Model::RecordActivityTaskHeartbeatOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RecordActivityTaskHeartbeatResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::RegisterActivityTypeRequest &, const Model::RegisterActivityTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RegisterActivityTypeResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::RegisterDomainRequest &, const Model::RegisterDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RegisterDomainResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::RegisterWorkflowTypeRequest &, const Model::RegisterWorkflowTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RegisterWorkflowTypeResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::RequestCancelWorkflowExecutionRequest &, const Model::RequestCancelWorkflowExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RequestCancelWorkflowExecutionResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::RespondActivityTaskCanceledRequest &, const Model::RespondActivityTaskCanceledOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RespondActivityTaskCanceledResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::RespondActivityTaskCompletedRequest &, const Model::RespondActivityTaskCompletedOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RespondActivityTaskCompletedResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::RespondActivityTaskFailedRequest &, const Model::RespondActivityTaskFailedOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RespondActivityTaskFailedResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::RespondDecisionTaskCompletedRequest &, const Model::RespondDecisionTaskCompletedOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RespondDecisionTaskCompletedResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::SignalWorkflowExecutionRequest &, const Model::SignalWorkflowExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SignalWorkflowExecutionResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::StartWorkflowExecutionRequest &, const Model::StartWorkflowExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartWorkflowExecutionResponseReceivedHandler
 
typedef std::function< void(const SWFClient *, const Model::TerminateWorkflowExecutionRequest &, const Model::TerminateWorkflowExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TerminateWorkflowExecutionResponseReceivedHandler
 

Enumerations

enum  SWFErrors {
  SWFErrors::INCOMPLETE_SIGNATURE = 0, SWFErrors::INTERNAL_FAILURE = 1, SWFErrors::INVALID_ACTION = 2, SWFErrors::INVALID_CLIENT_TOKEN_ID = 3,
  SWFErrors::INVALID_PARAMETER_COMBINATION = 4, SWFErrors::INVALID_QUERY_PARAMETER = 5, SWFErrors::INVALID_PARAMETER_VALUE = 6, SWFErrors::MISSING_ACTION = 7,
  SWFErrors::MISSING_AUTHENTICATION_TOKEN = 8, SWFErrors::MISSING_PARAMETER = 9, SWFErrors::OPT_IN_REQUIRED = 10, SWFErrors::REQUEST_EXPIRED = 11,
  SWFErrors::SERVICE_UNAVAILABLE = 12, SWFErrors::THROTTLING = 13, SWFErrors::VALIDATION = 14, SWFErrors::ACCESS_DENIED = 15,
  SWFErrors::RESOURCE_NOT_FOUND = 16, SWFErrors::UNRECOGNIZED_CLIENT = 17, SWFErrors::MALFORMED_QUERY_STRING = 18, SWFErrors::NETWORK_CONNECTION = 99,
  SWFErrors::UNKNOWN = 100, SWFErrors::DEFAULT_UNDEFINED_FAULT = static_cast<int>(Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, SWFErrors::DOMAIN_ALREADY_EXISTS_FAULT, SWFErrors::DOMAIN_DEPRECATED_FAULT,
  SWFErrors::LIMIT_EXCEEDED_FAULT, SWFErrors::OPERATION_NOT_PERMITTED_FAULT, SWFErrors::TYPE_ALREADY_EXISTS_FAULT, SWFErrors::TYPE_DEPRECATED_FAULT,
  SWFErrors::UNKNOWN_RESOURCE_FAULT, SWFErrors::WORKFLOW_EXECUTION_ALREADY_STARTED_FAULT
}
 

Typedef Documentation

Definition at line 184 of file SWFClient.h.

Definition at line 187 of file SWFClient.h.

Definition at line 188 of file SWFClient.h.

Definition at line 189 of file SWFClient.h.

Definition at line 190 of file SWFClient.h.

Definition at line 191 of file SWFClient.h.

Definition at line 192 of file SWFClient.h.

Definition at line 193 of file SWFClient.h.

Definition at line 194 of file SWFClient.h.

Definition at line 195 of file SWFClient.h.

Definition at line 196 of file SWFClient.h.

Definition at line 197 of file SWFClient.h.

Definition at line 198 of file SWFClient.h.

Definition at line 199 of file SWFClient.h.

typedef std::function<void(const SWFClient*, const Model::ListDomainsRequest&, const Model::ListDomainsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::SWF::ListDomainsResponseReceivedHandler

Definition at line 200 of file SWFClient.h.

Definition at line 201 of file SWFClient.h.

Definition at line 202 of file SWFClient.h.

Definition at line 203 of file SWFClient.h.

Definition at line 204 of file SWFClient.h.

Definition at line 205 of file SWFClient.h.

Definition at line 206 of file SWFClient.h.

Definition at line 207 of file SWFClient.h.

Definition at line 208 of file SWFClient.h.

Definition at line 209 of file SWFClient.h.

Definition at line 210 of file SWFClient.h.

Definition at line 211 of file SWFClient.h.

Definition at line 212 of file SWFClient.h.

Definition at line 213 of file SWFClient.h.

Definition at line 214 of file SWFClient.h.

Definition at line 215 of file SWFClient.h.

Definition at line 216 of file SWFClient.h.

Enumeration Type Documentation

enum Aws::SWF::SWFErrors
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 
NETWORK_CONNECTION 
UNKNOWN 
DEFAULT_UNDEFINED_FAULT 
DOMAIN_ALREADY_EXISTS_FAULT 
DOMAIN_DEPRECATED_FAULT 
LIMIT_EXCEEDED_FAULT 
OPERATION_NOT_PERMITTED_FAULT 
TYPE_ALREADY_EXISTS_FAULT 
TYPE_DEPRECATED_FAULT 
UNKNOWN_RESOURCE_FAULT 
WORKFLOW_EXECUTION_ALREADY_STARTED_FAULT 

Definition at line 24 of file SWFErrors.h.