7#include <aws/apigatewaymanagementapi/ApiGatewayManagementApi_EXPORTS.h>
8#include <aws/core/client/ClientConfiguration.h>
9#include <aws/core/client/AWSClient.h>
10#include <aws/core/client/AWSClientAsyncCRTP.h>
11#include <aws/core/utils/json/JsonSerializer.h>
12#include <aws/apigatewaymanagementapi/ApiGatewayManagementApiServiceClientModel.h>
16namespace ApiGatewayManagementApi
41 std::shared_ptr<ApiGatewayManagementApiEndpointProviderBase> endpointProvider =
nullptr);
48 std::shared_ptr<ApiGatewayManagementApiEndpointProviderBase> endpointProvider =
nullptr,
56 std::shared_ptr<ApiGatewayManagementApiEndpointProviderBase> endpointProvider =
nullptr,
94 template<
typename DeleteConnectionRequestT = Model::DeleteConnectionRequest>
97 return SubmitCallable(&ApiGatewayManagementApiClient::DeleteConnection, request);
103 template<
typename DeleteConnectionRequestT = Model::DeleteConnectionRequest>
106 return SubmitAsync(&ApiGatewayManagementApiClient::DeleteConnection, request, handler, context);
120 template<
typename GetConnectionRequestT = Model::GetConnectionRequest>
123 return SubmitCallable(&ApiGatewayManagementApiClient::GetConnection, request);
129 template<
typename GetConnectionRequestT = Model::GetConnectionRequest>
132 return SubmitAsync(&ApiGatewayManagementApiClient::GetConnection, request, handler, context);
146 template<
typename PostToConnectionRequestT = Model::PostToConnectionRequest>
149 return SubmitCallable(&ApiGatewayManagementApiClient::PostToConnection, request);
155 template<
typename PostToConnectionRequestT = Model::PostToConnectionRequest>
158 return SubmitAsync(&ApiGatewayManagementApiClient::PostToConnection, request, handler, context);
169 std::shared_ptr<ApiGatewayManagementApiEndpointProviderBase> m_endpointProvider;
Aws::Client::AWSJsonClient BASECLASS
virtual Model::GetConnectionOutcome GetConnection(const Model::GetConnectionRequest &request) const
ApiGatewayManagementApiClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
ApiGatewayManagementApiClientConfiguration ClientConfigurationType
Model::DeleteConnectionOutcomeCallable DeleteConnectionCallable(const DeleteConnectionRequestT &request) const
ApiGatewayManagementApiClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< ApiGatewayManagementApiEndpointProviderBase > endpointProvider=nullptr, const Aws::ApiGatewayManagementApi::ApiGatewayManagementApiClientConfiguration &clientConfiguration=Aws::ApiGatewayManagementApi::ApiGatewayManagementApiClientConfiguration())
ApiGatewayManagementApiEndpointProvider EndpointProviderType
void DeleteConnectionAsync(const DeleteConnectionRequestT &request, const DeleteConnectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::PostToConnectionOutcomeCallable PostToConnectionCallable(const PostToConnectionRequestT &request) const
ApiGatewayManagementApiClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< ApiGatewayManagementApiEndpointProviderBase > endpointProvider=nullptr, const Aws::ApiGatewayManagementApi::ApiGatewayManagementApiClientConfiguration &clientConfiguration=Aws::ApiGatewayManagementApi::ApiGatewayManagementApiClientConfiguration())
virtual ~ApiGatewayManagementApiClient()
ApiGatewayManagementApiClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::GetConnectionOutcomeCallable GetConnectionCallable(const GetConnectionRequestT &request) const
void PostToConnectionAsync(const PostToConnectionRequestT &request, const PostToConnectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
ApiGatewayManagementApiClient(const Aws::Client::ClientConfiguration &clientConfiguration)
std::shared_ptr< ApiGatewayManagementApiEndpointProviderBase > & accessEndpointProvider()
static const char * GetAllocationTag()
void GetConnectionAsync(const GetConnectionRequestT &request, const GetConnectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteConnectionOutcome DeleteConnection(const Model::DeleteConnectionRequest &request) const
static const char * GetServiceName()
ApiGatewayManagementApiClient(const Aws::ApiGatewayManagementApi::ApiGatewayManagementApiClientConfiguration &clientConfiguration=Aws::ApiGatewayManagementApi::ApiGatewayManagementApiClientConfiguration(), std::shared_ptr< ApiGatewayManagementApiEndpointProviderBase > endpointProvider=nullptr)
virtual Model::PostToConnectionOutcome PostToConnection(const Model::PostToConnectionRequest &request) const
void OverrideEndpoint(const Aws::String &endpoint)
std::future< DeleteConnectionOutcome > DeleteConnectionOutcomeCallable
std::future< PostToConnectionOutcome > PostToConnectionOutcomeCallable
std::future< GetConnectionOutcome > GetConnectionOutcomeCallable
std::function< void(const ApiGatewayManagementApiClient *, const Model::GetConnectionRequest &, const Model::GetConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetConnectionResponseReceivedHandler
std::function< void(const ApiGatewayManagementApiClient *, const Model::PostToConnectionRequest &, const Model::PostToConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PostToConnectionResponseReceivedHandler
std::function< void(const ApiGatewayManagementApiClient *, const Model::DeleteConnectionRequest &, const Model::DeleteConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteConnectionResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String