/** * 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 RedshiftDataAPIServiceClient header */ #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in RedshiftDataAPIServiceClient 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 RedshiftDataAPIService { using RedshiftDataAPIServiceClientConfiguration = Aws::Client::GenericClientConfiguration; using RedshiftDataAPIServiceEndpointProviderBase = Aws::RedshiftDataAPIService::Endpoint::RedshiftDataAPIServiceEndpointProviderBase; using RedshiftDataAPIServiceEndpointProvider = Aws::RedshiftDataAPIService::Endpoint::RedshiftDataAPIServiceEndpointProvider; namespace Model { /* Service model forward declarations required in RedshiftDataAPIServiceClient header */ class BatchExecuteStatementRequest; class CancelStatementRequest; class DescribeStatementRequest; class DescribeTableRequest; class ExecuteStatementRequest; class GetStatementResultRequest; class ListDatabasesRequest; class ListSchemasRequest; class ListStatementsRequest; class ListTablesRequest; /* End of service model forward declarations required in RedshiftDataAPIServiceClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome BatchExecuteStatementOutcome; typedef Aws::Utils::Outcome CancelStatementOutcome; typedef Aws::Utils::Outcome DescribeStatementOutcome; typedef Aws::Utils::Outcome DescribeTableOutcome; typedef Aws::Utils::Outcome ExecuteStatementOutcome; typedef Aws::Utils::Outcome GetStatementResultOutcome; typedef Aws::Utils::Outcome ListDatabasesOutcome; typedef Aws::Utils::Outcome ListSchemasOutcome; typedef Aws::Utils::Outcome ListStatementsOutcome; typedef Aws::Utils::Outcome ListTablesOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future BatchExecuteStatementOutcomeCallable; typedef std::future CancelStatementOutcomeCallable; typedef std::future DescribeStatementOutcomeCallable; typedef std::future DescribeTableOutcomeCallable; typedef std::future ExecuteStatementOutcomeCallable; typedef std::future GetStatementResultOutcomeCallable; typedef std::future ListDatabasesOutcomeCallable; typedef std::future ListSchemasOutcomeCallable; typedef std::future ListStatementsOutcomeCallable; typedef std::future ListTablesOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class RedshiftDataAPIServiceClient; /* Service model async handlers definitions */ typedef std::function&) > BatchExecuteStatementResponseReceivedHandler; typedef std::function&) > CancelStatementResponseReceivedHandler; typedef std::function&) > DescribeStatementResponseReceivedHandler; typedef std::function&) > DescribeTableResponseReceivedHandler; typedef std::function&) > ExecuteStatementResponseReceivedHandler; typedef std::function&) > GetStatementResultResponseReceivedHandler; typedef std::function&) > ListDatabasesResponseReceivedHandler; typedef std::function&) > ListSchemasResponseReceivedHandler; typedef std::function&) > ListStatementsResponseReceivedHandler; typedef std::function&) > ListTablesResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace RedshiftDataAPIService } // namespace Aws