/** * 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 RDSDataServiceClient header */ #include #include #include #include #include /* End of service model headers required in RDSDataServiceClient 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 RDSDataService { using RDSDataServiceClientConfiguration = Aws::Client::GenericClientConfiguration; using RDSDataServiceEndpointProviderBase = Aws::RDSDataService::Endpoint::RDSDataServiceEndpointProviderBase; using RDSDataServiceEndpointProvider = Aws::RDSDataService::Endpoint::RDSDataServiceEndpointProvider; namespace Model { /* Service model forward declarations required in RDSDataServiceClient header */ class BatchExecuteStatementRequest; class BeginTransactionRequest; class CommitTransactionRequest; class ExecuteStatementRequest; class RollbackTransactionRequest; /* End of service model forward declarations required in RDSDataServiceClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome BatchExecuteStatementOutcome; typedef Aws::Utils::Outcome BeginTransactionOutcome; typedef Aws::Utils::Outcome CommitTransactionOutcome; typedef Aws::Utils::Outcome ExecuteStatementOutcome; typedef Aws::Utils::Outcome RollbackTransactionOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future BatchExecuteStatementOutcomeCallable; typedef std::future BeginTransactionOutcomeCallable; typedef std::future CommitTransactionOutcomeCallable; typedef std::future ExecuteStatementOutcomeCallable; typedef std::future RollbackTransactionOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class RDSDataServiceClient; /* Service model async handlers definitions */ typedef std::function&) > BatchExecuteStatementResponseReceivedHandler; typedef std::function&) > BeginTransactionResponseReceivedHandler; typedef std::function&) > CommitTransactionResponseReceivedHandler; typedef std::function&) > ExecuteStatementResponseReceivedHandler; typedef std::function&) > RollbackTransactionResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace RDSDataService } // namespace Aws