AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ManagedBlockchainQueryServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/managedblockchain-query/ManagedBlockchainQueryErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/managedblockchain-query/ManagedBlockchainQueryEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in ManagedBlockchainQueryClient header */
21#include <aws/managedblockchain-query/model/BatchGetTokenBalanceResult.h>
22#include <aws/managedblockchain-query/model/GetAssetContractResult.h>
23#include <aws/managedblockchain-query/model/GetTokenBalanceResult.h>
24#include <aws/managedblockchain-query/model/GetTransactionResult.h>
25#include <aws/managedblockchain-query/model/ListAssetContractsResult.h>
26#include <aws/managedblockchain-query/model/ListFilteredTransactionEventsResult.h>
27#include <aws/managedblockchain-query/model/ListTokenBalancesResult.h>
28#include <aws/managedblockchain-query/model/ListTransactionEventsResult.h>
29#include <aws/managedblockchain-query/model/ListTransactionsResult.h>
30#include <aws/managedblockchain-query/model/BatchGetTokenBalanceRequest.h>
31/* End of service model headers required in ManagedBlockchainQueryClient header */
32
33namespace Aws
34{
35 namespace Http
36 {
37 class HttpClient;
38 class HttpClientFactory;
39 } // namespace Http
40
41 namespace Utils
42 {
43 template< typename R, typename E> class Outcome;
44
45 namespace Threading
46 {
47 class Executor;
48 } // namespace Threading
49 } // namespace Utils
50
51 namespace Auth
52 {
53 class AWSCredentials;
54 class AWSCredentialsProvider;
55 } // namespace Auth
56
57 namespace Client
58 {
59 class RetryStrategy;
60 } // namespace Client
61
62 namespace ManagedBlockchainQuery
63 {
67
68 namespace Model
69 {
70 /* Service model forward declarations required in ManagedBlockchainQueryClient header */
80 /* End of service model forward declarations required in ManagedBlockchainQueryClient header */
81
82 /* Service model Outcome class definitions */
92 /* End of service model Outcome class definitions */
93
94 /* Service model Outcome callable definitions */
95 typedef std::future<BatchGetTokenBalanceOutcome> BatchGetTokenBalanceOutcomeCallable;
96 typedef std::future<GetAssetContractOutcome> GetAssetContractOutcomeCallable;
97 typedef std::future<GetTokenBalanceOutcome> GetTokenBalanceOutcomeCallable;
98 typedef std::future<GetTransactionOutcome> GetTransactionOutcomeCallable;
99 typedef std::future<ListAssetContractsOutcome> ListAssetContractsOutcomeCallable;
100 typedef std::future<ListFilteredTransactionEventsOutcome> ListFilteredTransactionEventsOutcomeCallable;
101 typedef std::future<ListTokenBalancesOutcome> ListTokenBalancesOutcomeCallable;
102 typedef std::future<ListTransactionEventsOutcome> ListTransactionEventsOutcomeCallable;
103 typedef std::future<ListTransactionsOutcome> ListTransactionsOutcomeCallable;
104 /* End of service model Outcome callable definitions */
105 } // namespace Model
106
108
109 /* Service model async handlers definitions */
110 typedef std::function<void(const ManagedBlockchainQueryClient*, const Model::BatchGetTokenBalanceRequest&, const Model::BatchGetTokenBalanceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchGetTokenBalanceResponseReceivedHandler;
111 typedef std::function<void(const ManagedBlockchainQueryClient*, const Model::GetAssetContractRequest&, const Model::GetAssetContractOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAssetContractResponseReceivedHandler;
112 typedef std::function<void(const ManagedBlockchainQueryClient*, const Model::GetTokenBalanceRequest&, const Model::GetTokenBalanceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTokenBalanceResponseReceivedHandler;
113 typedef std::function<void(const ManagedBlockchainQueryClient*, const Model::GetTransactionRequest&, const Model::GetTransactionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTransactionResponseReceivedHandler;
114 typedef std::function<void(const ManagedBlockchainQueryClient*, const Model::ListAssetContractsRequest&, const Model::ListAssetContractsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListAssetContractsResponseReceivedHandler;
115 typedef std::function<void(const ManagedBlockchainQueryClient*, const Model::ListFilteredTransactionEventsRequest&, const Model::ListFilteredTransactionEventsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListFilteredTransactionEventsResponseReceivedHandler;
116 typedef std::function<void(const ManagedBlockchainQueryClient*, const Model::ListTokenBalancesRequest&, const Model::ListTokenBalancesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTokenBalancesResponseReceivedHandler;
117 typedef std::function<void(const ManagedBlockchainQueryClient*, const Model::ListTransactionEventsRequest&, const Model::ListTransactionEventsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTransactionEventsResponseReceivedHandler;
118 typedef std::function<void(const ManagedBlockchainQueryClient*, const Model::ListTransactionsRequest&, const Model::ListTransactionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTransactionsResponseReceivedHandler;
119 /* End of service model async handlers definitions */
120 } // namespace ManagedBlockchainQuery
121} // namespace Aws
EndpointProviderBase< ManagedBlockchainQueryClientConfiguration, ManagedBlockchainQueryBuiltInParameters, ManagedBlockchainQueryClientContextParameters > ManagedBlockchainQueryEndpointProviderBase
std::future< ListTransactionsOutcome > ListTransactionsOutcomeCallable
Aws::Utils::Outcome< GetAssetContractResult, ManagedBlockchainQueryError > GetAssetContractOutcome
Aws::Utils::Outcome< GetTransactionResult, ManagedBlockchainQueryError > GetTransactionOutcome
Aws::Utils::Outcome< ListAssetContractsResult, ManagedBlockchainQueryError > ListAssetContractsOutcome
Aws::Utils::Outcome< ListTransactionEventsResult, ManagedBlockchainQueryError > ListTransactionEventsOutcome
Aws::Utils::Outcome< ListFilteredTransactionEventsResult, ManagedBlockchainQueryError > ListFilteredTransactionEventsOutcome
std::future< BatchGetTokenBalanceOutcome > BatchGetTokenBalanceOutcomeCallable
std::future< ListTokenBalancesOutcome > ListTokenBalancesOutcomeCallable
Aws::Utils::Outcome< GetTokenBalanceResult, ManagedBlockchainQueryError > GetTokenBalanceOutcome
std::future< ListFilteredTransactionEventsOutcome > ListFilteredTransactionEventsOutcomeCallable
std::future< ListAssetContractsOutcome > ListAssetContractsOutcomeCallable
Aws::Utils::Outcome< ListTransactionsResult, ManagedBlockchainQueryError > ListTransactionsOutcome
std::future< GetTransactionOutcome > GetTransactionOutcomeCallable
std::future< ListTransactionEventsOutcome > ListTransactionEventsOutcomeCallable
Aws::Utils::Outcome< ListTokenBalancesResult, ManagedBlockchainQueryError > ListTokenBalancesOutcome
std::future< GetAssetContractOutcome > GetAssetContractOutcomeCallable
std::future< GetTokenBalanceOutcome > GetTokenBalanceOutcomeCallable
Aws::Utils::Outcome< BatchGetTokenBalanceResult, ManagedBlockchainQueryError > BatchGetTokenBalanceOutcome
std::function< void(const ManagedBlockchainQueryClient *, const Model::ListAssetContractsRequest &, const Model::ListAssetContractsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListAssetContractsResponseReceivedHandler
std::function< void(const ManagedBlockchainQueryClient *, const Model::GetAssetContractRequest &, const Model::GetAssetContractOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAssetContractResponseReceivedHandler
std::function< void(const ManagedBlockchainQueryClient *, const Model::ListTokenBalancesRequest &, const Model::ListTokenBalancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTokenBalancesResponseReceivedHandler
std::function< void(const ManagedBlockchainQueryClient *, const Model::BatchGetTokenBalanceRequest &, const Model::BatchGetTokenBalanceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchGetTokenBalanceResponseReceivedHandler
std::function< void(const ManagedBlockchainQueryClient *, const Model::ListTransactionEventsRequest &, const Model::ListTransactionEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTransactionEventsResponseReceivedHandler
std::function< void(const ManagedBlockchainQueryClient *, const Model::ListFilteredTransactionEventsRequest &, const Model::ListFilteredTransactionEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListFilteredTransactionEventsResponseReceivedHandler
std::function< void(const ManagedBlockchainQueryClient *, const Model::GetTransactionRequest &, const Model::GetTransactionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTransactionResponseReceivedHandler
std::function< void(const ManagedBlockchainQueryClient *, const Model::GetTokenBalanceRequest &, const Model::GetTokenBalanceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTokenBalanceResponseReceivedHandler
std::function< void(const ManagedBlockchainQueryClient *, const Model::ListTransactionsRequest &, const Model::ListTransactionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTransactionsResponseReceivedHandler