/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once /* Generic header includes */ #include #include #include #include #include #include #include #include #include /* End of generic header includes */ /* Service model headers required in ApiGatewayManagementApiClient header */ #include #include /* End of service model headers required in ApiGatewayManagementApiClient header */ namespace Aws { namespace Http { class HttpClient; class HttpClientFactory; } // namespace Http namespace Utils { template< typename R, typename E> class Outcome; namespace Threading { class Executor; } // namespace Threading } // namespace Utils namespace Auth { class AWSCredentials; class AWSCredentialsProvider; } // namespace Auth namespace Client { class RetryStrategy; } // namespace Client namespace ApiGatewayManagementApi { using ApiGatewayManagementApiClientConfiguration = Aws::Client::GenericClientConfiguration; using ApiGatewayManagementApiEndpointProviderBase = Aws::ApiGatewayManagementApi::Endpoint::ApiGatewayManagementApiEndpointProviderBase; using ApiGatewayManagementApiEndpointProvider = Aws::ApiGatewayManagementApi::Endpoint::ApiGatewayManagementApiEndpointProvider; namespace Model { /* Service model forward declarations required in ApiGatewayManagementApiClient header */ class DeleteConnectionRequest; class GetConnectionRequest; class PostToConnectionRequest; /* End of service model forward declarations required in ApiGatewayManagementApiClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome DeleteConnectionOutcome; typedef Aws::Utils::Outcome GetConnectionOutcome; typedef Aws::Utils::Outcome PostToConnectionOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future DeleteConnectionOutcomeCallable; typedef std::future GetConnectionOutcomeCallable; typedef std::future PostToConnectionOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class ApiGatewayManagementApiClient; /* Service model async handlers definitions */ typedef std::function&) > DeleteConnectionResponseReceivedHandler; typedef std::function&) > GetConnectionResponseReceivedHandler; typedef std::function&) > PostToConnectionResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace ApiGatewayManagementApi } // namespace Aws