AWS SDK for C++

AWS SDK for C++ Version 1.11.754

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

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  Pagination
 
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

Definition at line 110 of file PipesServiceClientModel.h.

◆ DeletePipeResponseReceivedHandler

Definition at line 113 of file PipesServiceClientModel.h.

◆ DescribePipeResponseReceivedHandler

Definition at line 116 of file PipesServiceClientModel.h.

◆ ListPipesPaginator

Definition at line 14 of file PipesClientPagination.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 119 of file PipesServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 122 of file PipesServiceClientModel.h.

◆ PipesClientConfiguration

Definition at line 60 of file PipesServiceClientModel.h.

◆ PipesEndpointProvider

Definition at line 62 of file PipesServiceClientModel.h.

◆ PipesEndpointProviderBase

Definition at line 61 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 125 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 128 of file PipesServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 131 of file PipesServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 134 of file PipesServiceClientModel.h.

◆ UpdatePipeResponseReceivedHandler

Definition at line 137 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 14 of file PipesErrors.h.