AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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

Namespaces

namespace  BraketErrorMapper
 
namespace  Endpoint
 
namespace  Model
 

Classes

class  BraketClient
 
 
class  BraketError
 
 

Typedefs

 
 
 
typedef std::function< void(const BraketClient *, const Model::CancelJobRequest &, const Model::CancelJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CancelJobResponseReceivedHandler
 
 
typedef std::function< void(const BraketClient *, const Model::CreateJobRequest &, const Model::CreateJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateJobResponseReceivedHandler
 
 
typedef std::function< void(const BraketClient *, const Model::GetDeviceRequest &, const Model::GetDeviceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDeviceResponseReceivedHandler
 
typedef std::function< void(const BraketClient *, const Model::GetJobRequest &, const Model::GetJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetJobResponseReceivedHandler
 
typedef std::function< void(const BraketClient *, const Model::GetQuantumTaskRequest &, const Model::GetQuantumTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetQuantumTaskResponseReceivedHandler
 
 
typedef std::function< void(const BraketClient *, const Model::SearchDevicesRequest &, const Model::SearchDevicesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SearchDevicesResponseReceivedHandler
 
typedef std::function< void(const BraketClient *, const Model::SearchJobsRequest &, const Model::SearchJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SearchJobsResponseReceivedHandler
 
 
typedef std::function< void(const BraketClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
 
typedef std::function< void(const BraketClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
 

Enumerations

 

Typedef Documentation

◆ BraketClientConfiguration

Definition at line 67 of file BraketServiceClientModel.h.

◆ BraketEndpointProvider

Definition at line 69 of file BraketServiceClientModel.h.

◆ BraketEndpointProviderBase

Definition at line 68 of file BraketServiceClientModel.h.

◆ CancelJobResponseReceivedHandler

typedef std::function<void(const BraketClient*, const Model::CancelJobRequest&, const Model::CancelJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Braket::CancelJobResponseReceivedHandler

Definition at line 125 of file BraketServiceClientModel.h.

◆ CancelQuantumTaskResponseReceivedHandler

Definition at line 126 of file BraketServiceClientModel.h.

◆ CreateJobResponseReceivedHandler

typedef std::function<void(const BraketClient*, const Model::CreateJobRequest&, const Model::CreateJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Braket::CreateJobResponseReceivedHandler

Definition at line 127 of file BraketServiceClientModel.h.

◆ CreateQuantumTaskResponseReceivedHandler

Definition at line 128 of file BraketServiceClientModel.h.

◆ GetDeviceResponseReceivedHandler

typedef std::function<void(const BraketClient*, const Model::GetDeviceRequest&, const Model::GetDeviceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Braket::GetDeviceResponseReceivedHandler

Definition at line 129 of file BraketServiceClientModel.h.

◆ GetJobResponseReceivedHandler

typedef std::function<void(const BraketClient*, const Model::GetJobRequest&, const Model::GetJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Braket::GetJobResponseReceivedHandler

Definition at line 130 of file BraketServiceClientModel.h.

◆ GetQuantumTaskResponseReceivedHandler

Definition at line 131 of file BraketServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 132 of file BraketServiceClientModel.h.

◆ SearchDevicesResponseReceivedHandler

Definition at line 133 of file BraketServiceClientModel.h.

◆ SearchJobsResponseReceivedHandler

Definition at line 134 of file BraketServiceClientModel.h.

◆ SearchQuantumTasksResponseReceivedHandler

Definition at line 135 of file BraketServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 136 of file BraketServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 137 of file BraketServiceClientModel.h.

Enumeration Type Documentation

◆ BraketErrors

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 
DEVICE_OFFLINE 
DEVICE_RETIRED 
INTERNAL_SERVICE 
SERVICE_QUOTA_EXCEEDED 

Definition at line 16 of file BraketErrors.h.