AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  MQErrorMapper
 

Classes

class  MQClient
 
 
class  MQError
 
class  MQRequest
 

Typedefs

 
 
 
typedef std::function< void(const MQClient *, const Model::CreateBrokerRequest &, const Model::CreateBrokerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateBrokerResponseReceivedHandler
 
 
typedef std::function< void(const MQClient *, const Model::CreateTagsRequest &, const Model::CreateTagsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateTagsResponseReceivedHandler
 
typedef std::function< void(const MQClient *, const Model::CreateUserRequest &, const Model::CreateUserOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateUserResponseReceivedHandler
 
typedef std::function< void(const MQClient *, const Model::DeleteBrokerRequest &, const Model::DeleteBrokerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteBrokerResponseReceivedHandler
 
typedef std::function< void(const MQClient *, const Model::DeleteTagsRequest &, const Model::DeleteTagsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteTagsResponseReceivedHandler
 
typedef std::function< void(const MQClient *, const Model::DeleteUserRequest &, const Model::DeleteUserOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteUserResponseReceivedHandler
 
typedef std::function< void(const MQClient *, const Model::DescribeBrokerRequest &, const Model::DescribeBrokerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeBrokerResponseReceivedHandler
 
 
 
 
 
typedef std::function< void(const MQClient *, const Model::DescribeUserRequest &, const Model::DescribeUserOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeUserResponseReceivedHandler
 
typedef std::function< void(const MQClient *, const Model::ListBrokersRequest &, const Model::ListBrokersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListBrokersResponseReceivedHandler
 
 
typedef std::function< void(const MQClient *, const Model::ListConfigurationsRequest &, const Model::ListConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListConfigurationsResponseReceivedHandler
 
typedef std::function< void(const MQClient *, const Model::ListTagsRequest &, const Model::ListTagsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsResponseReceivedHandler
 
typedef std::function< void(const MQClient *, const Model::ListUsersRequest &, const Model::ListUsersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListUsersResponseReceivedHandler
 
typedef std::function< void(const MQClient *, const Model::PromoteRequest &, const Model::PromoteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PromoteResponseReceivedHandler
 
typedef std::function< void(const MQClient *, const Model::RebootBrokerRequest &, const Model::RebootBrokerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RebootBrokerResponseReceivedHandler
 
typedef std::function< void(const MQClient *, const Model::UpdateBrokerRequest &, const Model::UpdateBrokerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateBrokerResponseReceivedHandler
 
 
typedef std::function< void(const MQClient *, const Model::UpdateUserRequest &, const Model::UpdateUserOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateUserResponseReceivedHandler
 

Enumerations

 

Typedef Documentation

◆ CreateBrokerResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::CreateBrokerRequest&, const Model::CreateBrokerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::CreateBrokerResponseReceivedHandler

Definition at line 168 of file MQServiceClientModel.h.

◆ CreateConfigurationResponseReceivedHandler

Definition at line 169 of file MQServiceClientModel.h.

◆ CreateTagsResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::CreateTagsRequest&, const Model::CreateTagsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::CreateTagsResponseReceivedHandler

Definition at line 170 of file MQServiceClientModel.h.

◆ CreateUserResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::CreateUserRequest&, const Model::CreateUserOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::CreateUserResponseReceivedHandler

Definition at line 171 of file MQServiceClientModel.h.

◆ DeleteBrokerResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::DeleteBrokerRequest&, const Model::DeleteBrokerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::DeleteBrokerResponseReceivedHandler

Definition at line 172 of file MQServiceClientModel.h.

◆ DeleteTagsResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::DeleteTagsRequest&, const Model::DeleteTagsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::DeleteTagsResponseReceivedHandler

Definition at line 173 of file MQServiceClientModel.h.

◆ DeleteUserResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::DeleteUserRequest&, const Model::DeleteUserOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::DeleteUserResponseReceivedHandler

Definition at line 174 of file MQServiceClientModel.h.

◆ DescribeBrokerEngineTypesResponseReceivedHandler

Definition at line 176 of file MQServiceClientModel.h.

◆ DescribeBrokerInstanceOptionsResponseReceivedHandler

Definition at line 177 of file MQServiceClientModel.h.

◆ DescribeBrokerResponseReceivedHandler

Definition at line 175 of file MQServiceClientModel.h.

◆ DescribeConfigurationResponseReceivedHandler

Definition at line 178 of file MQServiceClientModel.h.

◆ DescribeConfigurationRevisionResponseReceivedHandler

Definition at line 179 of file MQServiceClientModel.h.

◆ DescribeUserResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::DescribeUserRequest&, const Model::DescribeUserOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::DescribeUserResponseReceivedHandler

Definition at line 180 of file MQServiceClientModel.h.

◆ ListBrokersResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::ListBrokersRequest&, const Model::ListBrokersOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::ListBrokersResponseReceivedHandler

Definition at line 181 of file MQServiceClientModel.h.

◆ ListConfigurationRevisionsResponseReceivedHandler

Definition at line 182 of file MQServiceClientModel.h.

◆ ListConfigurationsResponseReceivedHandler

Definition at line 183 of file MQServiceClientModel.h.

◆ ListTagsResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::ListTagsRequest&, const Model::ListTagsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::ListTagsResponseReceivedHandler

Definition at line 184 of file MQServiceClientModel.h.

◆ ListUsersResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::ListUsersRequest&, const Model::ListUsersOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::ListUsersResponseReceivedHandler

Definition at line 185 of file MQServiceClientModel.h.

◆ MQClientConfiguration

Definition at line 80 of file MQServiceClientModel.h.

◆ MQEndpointProvider

Definition at line 82 of file MQServiceClientModel.h.

◆ MQEndpointProviderBase

Definition at line 81 of file MQServiceClientModel.h.

◆ PromoteResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::PromoteRequest&, const Model::PromoteOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::PromoteResponseReceivedHandler

Definition at line 186 of file MQServiceClientModel.h.

◆ RebootBrokerResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::RebootBrokerRequest&, const Model::RebootBrokerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::RebootBrokerResponseReceivedHandler

Definition at line 187 of file MQServiceClientModel.h.

◆ UpdateBrokerResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::UpdateBrokerRequest&, const Model::UpdateBrokerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::UpdateBrokerResponseReceivedHandler

Definition at line 188 of file MQServiceClientModel.h.

◆ UpdateConfigurationResponseReceivedHandler

Definition at line 189 of file MQServiceClientModel.h.

◆ UpdateUserResponseReceivedHandler

typedef std::function<void(const MQClient*, const Model::UpdateUserRequest&, const Model::UpdateUserOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MQ::UpdateUserResponseReceivedHandler

Definition at line 190 of file MQServiceClientModel.h.

Enumeration Type Documentation

◆ MQErrors

enum class Aws::MQ::MQErrors
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 
BAD_REQUEST 
CONFLICT 
FORBIDDEN 
INTERNAL_SERVER_ERROR 
NOT_FOUND 
UNAUTHORIZED 

Definition at line 16 of file MQErrors.h.