AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  PipesErrorMapper
 

Classes

class  PipesClient
 
 
class  PipesError
 
class  PipesRequest
 

Typedefs

 
 
 
typedef std::function< void(const PipesClient *, const Model::CreatePipeRequest &, const Model::CreatePipeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreatePipeResponseReceivedHandler
 
typedef std::function< void(const PipesClient *, const Model::DeletePipeRequest &, const Model::DeletePipeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeletePipeResponseReceivedHandler
 
typedef std::function< void(const PipesClient *, const Model::DescribePipeRequest &, const Model::DescribePipeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribePipeResponseReceivedHandler
 
typedef std::function< void(const PipesClient *, const Model::ListPipesRequest &, const Model::ListPipesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListPipesResponseReceivedHandler
 
 
typedef std::function< void(const PipesClient *, const Model::StartPipeRequest &, const Model::StartPipeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartPipeResponseReceivedHandler
 
typedef std::function< void(const PipesClient *, const Model::StopPipeRequest &, const Model::StopPipeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopPipeResponseReceivedHandler
 
typedef std::function< void(const PipesClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
 
typedef std::function< void(const PipesClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
 
typedef std::function< void(const PipesClient *, const Model::UpdatePipeRequest &, const Model::UpdatePipeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdatePipeResponseReceivedHandler
 

Enumerations

 

Typedef Documentation

◆ CreatePipeResponseReceivedHandler

typedef std::function<void(const PipesClient*, const Model::CreatePipeRequest&, const Model::CreatePipeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Pipes::CreatePipeResponseReceivedHandler

Definition at line 114 of file PipesServiceClientModel.h.

◆ DeletePipeResponseReceivedHandler

typedef std::function<void(const PipesClient*, const Model::DeletePipeRequest&, const Model::DeletePipeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Pipes::DeletePipeResponseReceivedHandler

Definition at line 115 of file PipesServiceClientModel.h.

◆ DescribePipeResponseReceivedHandler

Definition at line 116 of file PipesServiceClientModel.h.

◆ ListPipesResponseReceivedHandler

typedef std::function<void(const PipesClient*, const Model::ListPipesRequest&, const Model::ListPipesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Pipes::ListPipesResponseReceivedHandler

Definition at line 117 of file PipesServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 118 of file PipesServiceClientModel.h.

◆ PipesClientConfiguration

Definition at line 65 of file PipesServiceClientModel.h.

◆ PipesEndpointProvider

Definition at line 67 of file PipesServiceClientModel.h.

◆ PipesEndpointProviderBase

Definition at line 66 of file PipesServiceClientModel.h.

◆ StartPipeResponseReceivedHandler

typedef std::function<void(const PipesClient*, const Model::StartPipeRequest&, const Model::StartPipeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Pipes::StartPipeResponseReceivedHandler

Definition at line 119 of file PipesServiceClientModel.h.

◆ StopPipeResponseReceivedHandler

typedef std::function<void(const PipesClient*, const Model::StopPipeRequest&, const Model::StopPipeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Pipes::StopPipeResponseReceivedHandler

Definition at line 120 of file PipesServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 121 of file PipesServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 122 of file PipesServiceClientModel.h.

◆ UpdatePipeResponseReceivedHandler

typedef std::function<void(const PipesClient*, const Model::UpdatePipeRequest&, const Model::UpdatePipeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Pipes::UpdatePipeResponseReceivedHandler

Definition at line 123 of file PipesServiceClientModel.h.

Enumeration Type Documentation

◆ PipesErrors

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 
NOT_FOUND 
SERVICE_QUOTA_EXCEEDED 

Definition at line 16 of file PipesErrors.h.