AWS SDK for C++

AWS SDK for C++ Version 1.11.712

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

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  NovaActErrorMapper
 

Classes

 
 
class  NovaActError
 
 

Typedefs

 
 
 
typedef std::function< void(const NovaActClient *, const Model::CreateActRequest &, const Model::CreateActOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateActResponseReceivedHandler
 
typedef std::function< void(const NovaActClient *, const Model::CreateSessionRequest &, const Model::CreateSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateSessionResponseReceivedHandler
 
 
 
 
 
 
typedef std::function< void(const NovaActClient *, const Model::GetWorkflowRunRequest &, const Model::GetWorkflowRunOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetWorkflowRunResponseReceivedHandler
 
typedef std::function< void(const NovaActClient *, const Model::InvokeActStepRequest &, const Model::InvokeActStepOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> InvokeActStepResponseReceivedHandler
 
typedef std::function< void(const NovaActClient *, const Model::ListActsRequest &, const Model::ListActsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListActsResponseReceivedHandler
 
typedef std::function< void(const NovaActClient *, const Model::ListModelsRequest &, const Model::ListModelsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListModelsResponseReceivedHandler
 
typedef std::function< void(const NovaActClient *, const Model::ListSessionsRequest &, const Model::ListSessionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSessionsResponseReceivedHandler
 
 
 
typedef std::function< void(const NovaActClient *, const Model::UpdateActRequest &, const Model::UpdateActOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateActResponseReceivedHandler
 
 

Enumerations

 

Typedef Documentation

◆ CreateActResponseReceivedHandler

Definition at line 134 of file NovaActServiceClientModel.h.

◆ CreateSessionResponseReceivedHandler

Definition at line 137 of file NovaActServiceClientModel.h.

◆ CreateWorkflowDefinitionResponseReceivedHandler

Definition at line 140 of file NovaActServiceClientModel.h.

◆ CreateWorkflowRunResponseReceivedHandler

Definition at line 143 of file NovaActServiceClientModel.h.

◆ DeleteWorkflowDefinitionResponseReceivedHandler

Definition at line 146 of file NovaActServiceClientModel.h.

◆ DeleteWorkflowRunResponseReceivedHandler

Definition at line 149 of file NovaActServiceClientModel.h.

◆ GetWorkflowDefinitionResponseReceivedHandler

Definition at line 152 of file NovaActServiceClientModel.h.

◆ GetWorkflowRunResponseReceivedHandler

Definition at line 155 of file NovaActServiceClientModel.h.

◆ InvokeActStepResponseReceivedHandler

Definition at line 158 of file NovaActServiceClientModel.h.

◆ ListActsResponseReceivedHandler

typedef std::function<void(const NovaActClient*, const Model::ListActsRequest&, const Model::ListActsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)> Aws::NovaAct::ListActsResponseReceivedHandler

Definition at line 161 of file NovaActServiceClientModel.h.

◆ ListModelsResponseReceivedHandler

Definition at line 164 of file NovaActServiceClientModel.h.

◆ ListSessionsResponseReceivedHandler

Definition at line 167 of file NovaActServiceClientModel.h.

◆ ListWorkflowDefinitionsResponseReceivedHandler

Definition at line 170 of file NovaActServiceClientModel.h.

◆ ListWorkflowRunsResponseReceivedHandler

Definition at line 173 of file NovaActServiceClientModel.h.

◆ NovaActClientConfiguration

Definition at line 66 of file NovaActServiceClientModel.h.

◆ NovaActEndpointProvider

Definition at line 68 of file NovaActServiceClientModel.h.

◆ NovaActEndpointProviderBase

Definition at line 67 of file NovaActServiceClientModel.h.

◆ UpdateActResponseReceivedHandler

Definition at line 176 of file NovaActServiceClientModel.h.

◆ UpdateWorkflowRunResponseReceivedHandler

Definition at line 179 of file NovaActServiceClientModel.h.

Enumeration Type Documentation

◆ NovaActErrors

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 
CONFLICT 
INTERNAL_SERVER 
SERVICE_QUOTA_EXCEEDED 

Definition at line 14 of file NovaActErrors.h.