7#include <aws/apigatewaymanagementapi/ApiGatewayManagementApiPaginationBase.h>
8#include <aws/apigatewaymanagementapi/ApiGatewayManagementApiServiceClientModel.h>
9#include <aws/apigatewaymanagementapi/ApiGatewayManagementApiWaiter.h>
10#include <aws/apigatewaymanagementapi/ApiGatewayManagementApi_EXPORTS.h>
11#include <aws/core/client/AWSClient.h>
12#include <aws/core/client/AWSClientAsyncCRTP.h>
13#include <aws/core/client/ClientConfiguration.h>
14#include <aws/core/utils/json/JsonSerializer.h>
17namespace ApiGatewayManagementApi {
45 std::shared_ptr<ApiGatewayManagementApiEndpointProviderBase> endpointProvider =
nullptr);
52 std::shared_ptr<ApiGatewayManagementApiEndpointProviderBase> endpointProvider =
nullptr,
61 std::shared_ptr<ApiGatewayManagementApiEndpointProviderBase> endpointProvider =
nullptr,
99 template <
typename DeleteConnectionRequestT = Model::DeleteConnectionRequest>
101 return SubmitCallable(&ApiGatewayManagementApiClient::DeleteConnection, request);
108 template <
typename DeleteConnectionRequestT = Model::DeleteConnectionRequest>
110 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
111 return SubmitAsync(&ApiGatewayManagementApiClient::DeleteConnection, request, handler, context);
125 template <
typename GetConnectionRequestT = Model::GetConnectionRequest>
127 return SubmitCallable(&ApiGatewayManagementApiClient::GetConnection, request);
134 template <
typename GetConnectionRequestT = Model::GetConnectionRequest>
136 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
137 return SubmitAsync(&ApiGatewayManagementApiClient::GetConnection, request, handler, context);
152 template <
typename PostToConnectionRequestT = Model::PostToConnectionRequest>
154 return SubmitCallable(&ApiGatewayManagementApiClient::PostToConnection, request);
161 template <
typename PostToConnectionRequestT = Model::PostToConnectionRequest>
163 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
164 return SubmitAsync(&ApiGatewayManagementApiClient::PostToConnection, request, handler, context);
181 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
virtual std::shared_ptr< ApiGatewayManagementApiEndpointProviderBase > & accessEndpointProvider()
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)
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
virtual void OverrideEndpoint(const Aws::String &endpoint)
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
std::future< DeleteConnectionOutcome > DeleteConnectionOutcomeCallable
std::future< PostToConnectionOutcome > PostToConnectionOutcomeCallable
std::future< GetConnectionOutcome > GetConnectionOutcomeCallable
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::function< void(const ApiGatewayManagementApiClient *, const Model::GetConnectionRequest &, const Model::GetConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetConnectionResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String