AWS SDK for C++

AWS SDK for C++ Version 1.11.682

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

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  PCSErrorMapper
 

Classes

class  PCSClient
 
 
class  PCSError
 
class  PCSRequest
 

Typedefs

 
 
 
typedef std::function< void(const PCSClient *, const Model::CreateClusterRequest &, const Model::CreateClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateClusterResponseReceivedHandler
 
 
typedef std::function< void(const PCSClient *, const Model::CreateQueueRequest &, const Model::CreateQueueOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateQueueResponseReceivedHandler
 
typedef std::function< void(const PCSClient *, const Model::DeleteClusterRequest &, const Model::DeleteClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteClusterResponseReceivedHandler
 
 
typedef std::function< void(const PCSClient *, const Model::DeleteQueueRequest &, const Model::DeleteQueueOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteQueueResponseReceivedHandler
 
typedef std::function< void(const PCSClient *, const Model::GetClusterRequest &, const Model::GetClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetClusterResponseReceivedHandler
 
 
typedef std::function< void(const PCSClient *, const Model::GetQueueRequest &, const Model::GetQueueOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetQueueResponseReceivedHandler
 
typedef std::function< void(const PCSClient *, const Model::ListClustersRequest &, const Model::ListClustersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListClustersResponseReceivedHandler
 
 
typedef std::function< void(const PCSClient *, const Model::ListQueuesRequest &, const Model::ListQueuesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListQueuesResponseReceivedHandler
 
 
 
typedef std::function< void(const PCSClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
 
typedef std::function< void(const PCSClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
 
typedef std::function< void(const PCSClient *, const Model::UpdateClusterRequest &, const Model::UpdateClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateClusterResponseReceivedHandler
 
 
typedef std::function< void(const PCSClient *, const Model::UpdateQueueRequest &, const Model::UpdateQueueOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateQueueResponseReceivedHandler
 

Enumerations

 

Typedef Documentation

◆ CreateClusterResponseReceivedHandler

Definition at line 145 of file PCSServiceClientModel.h.

◆ CreateComputeNodeGroupResponseReceivedHandler

Definition at line 148 of file PCSServiceClientModel.h.

◆ CreateQueueResponseReceivedHandler

Definition at line 151 of file PCSServiceClientModel.h.

◆ DeleteClusterResponseReceivedHandler

Definition at line 154 of file PCSServiceClientModel.h.

◆ DeleteComputeNodeGroupResponseReceivedHandler

Definition at line 157 of file PCSServiceClientModel.h.

◆ DeleteQueueResponseReceivedHandler

Definition at line 160 of file PCSServiceClientModel.h.

◆ GetClusterResponseReceivedHandler

typedef std::function<void(const PCSClient*, const Model::GetClusterRequest&, const Model::GetClusterOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)> Aws::PCS::GetClusterResponseReceivedHandler

Definition at line 163 of file PCSServiceClientModel.h.

◆ GetComputeNodeGroupResponseReceivedHandler

Definition at line 166 of file PCSServiceClientModel.h.

◆ GetQueueResponseReceivedHandler

typedef std::function<void(const PCSClient*, const Model::GetQueueRequest&, const Model::GetQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)> Aws::PCS::GetQueueResponseReceivedHandler

Definition at line 169 of file PCSServiceClientModel.h.

◆ ListClustersResponseReceivedHandler

Definition at line 172 of file PCSServiceClientModel.h.

◆ ListComputeNodeGroupsResponseReceivedHandler

Definition at line 175 of file PCSServiceClientModel.h.

◆ ListQueuesResponseReceivedHandler

typedef std::function<void(const PCSClient*, const Model::ListQueuesRequest&, const Model::ListQueuesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)> Aws::PCS::ListQueuesResponseReceivedHandler

Definition at line 178 of file PCSServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 181 of file PCSServiceClientModel.h.

◆ PCSClientConfiguration

Definition at line 68 of file PCSServiceClientModel.h.

◆ PCSEndpointProvider

Definition at line 70 of file PCSServiceClientModel.h.

◆ PCSEndpointProviderBase

Definition at line 69 of file PCSServiceClientModel.h.

◆ RegisterComputeNodeGroupInstanceResponseReceivedHandler

Definition at line 185 of file PCSServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 188 of file PCSServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 191 of file PCSServiceClientModel.h.

◆ UpdateClusterResponseReceivedHandler

Definition at line 194 of file PCSServiceClientModel.h.

◆ UpdateComputeNodeGroupResponseReceivedHandler

Definition at line 197 of file PCSServiceClientModel.h.

◆ UpdateQueueResponseReceivedHandler

Definition at line 200 of file PCSServiceClientModel.h.

Enumeration Type Documentation

◆ PCSErrors

enum class Aws::PCS::PCSErrors
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 PCSErrors.h.