/** * 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 ManagedBlockchainQueryClient header */ #include #include #include #include #include #include /* End of service model headers required in ManagedBlockchainQueryClient 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 ManagedBlockchainQuery { using ManagedBlockchainQueryClientConfiguration = Aws::Client::GenericClientConfiguration; using ManagedBlockchainQueryEndpointProviderBase = Aws::ManagedBlockchainQuery::Endpoint::ManagedBlockchainQueryEndpointProviderBase; using ManagedBlockchainQueryEndpointProvider = Aws::ManagedBlockchainQuery::Endpoint::ManagedBlockchainQueryEndpointProvider; namespace Model { /* Service model forward declarations required in ManagedBlockchainQueryClient header */ class BatchGetTokenBalanceRequest; class GetTokenBalanceRequest; class GetTransactionRequest; class ListTokenBalancesRequest; class ListTransactionEventsRequest; class ListTransactionsRequest; /* End of service model forward declarations required in ManagedBlockchainQueryClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome BatchGetTokenBalanceOutcome; typedef Aws::Utils::Outcome GetTokenBalanceOutcome; typedef Aws::Utils::Outcome GetTransactionOutcome; typedef Aws::Utils::Outcome ListTokenBalancesOutcome; typedef Aws::Utils::Outcome ListTransactionEventsOutcome; typedef Aws::Utils::Outcome ListTransactionsOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future BatchGetTokenBalanceOutcomeCallable; typedef std::future GetTokenBalanceOutcomeCallable; typedef std::future GetTransactionOutcomeCallable; typedef std::future ListTokenBalancesOutcomeCallable; typedef std::future ListTransactionEventsOutcomeCallable; typedef std::future ListTransactionsOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class ManagedBlockchainQueryClient; /* Service model async handlers definitions */ typedef std::function&) > BatchGetTokenBalanceResponseReceivedHandler; typedef std::function&) > GetTokenBalanceResponseReceivedHandler; typedef std::function&) > GetTransactionResponseReceivedHandler; typedef std::function&) > ListTokenBalancesResponseReceivedHandler; typedef std::function&) > ListTransactionEventsResponseReceivedHandler; typedef std::function&) > ListTransactionsResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace ManagedBlockchainQuery } // namespace Aws