AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TaxSettingsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/taxsettings/TaxSettingsErrors.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/taxsettings/TaxSettingsEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in TaxSettingsClient header */
21#include <aws/taxsettings/model/BatchDeleteTaxRegistrationResult.h>
22#include <aws/taxsettings/model/BatchPutTaxRegistrationResult.h>
23#include <aws/taxsettings/model/DeleteSupplementalTaxRegistrationResult.h>
24#include <aws/taxsettings/model/DeleteTaxRegistrationResult.h>
25#include <aws/taxsettings/model/GetTaxRegistrationResult.h>
26#include <aws/taxsettings/model/GetTaxRegistrationDocumentResult.h>
27#include <aws/taxsettings/model/ListSupplementalTaxRegistrationsResult.h>
28#include <aws/taxsettings/model/ListTaxRegistrationsResult.h>
29#include <aws/taxsettings/model/PutSupplementalTaxRegistrationResult.h>
30#include <aws/taxsettings/model/PutTaxRegistrationResult.h>
31#include <aws/taxsettings/model/ListTaxRegistrationsRequest.h>
32#include <aws/taxsettings/model/DeleteTaxRegistrationRequest.h>
33#include <aws/taxsettings/model/GetTaxRegistrationRequest.h>
34#include <aws/taxsettings/model/ListSupplementalTaxRegistrationsRequest.h>
35/* End of service model headers required in TaxSettingsClient header */
36
37namespace Aws
38{
39 namespace Http
40 {
41 class HttpClient;
42 class HttpClientFactory;
43 } // namespace Http
44
45 namespace Utils
46 {
47 template< typename R, typename E> class Outcome;
48
49 namespace Threading
50 {
51 class Executor;
52 } // namespace Threading
53 } // namespace Utils
54
55 namespace Auth
56 {
57 class AWSCredentials;
58 class AWSCredentialsProvider;
59 } // namespace Auth
60
61 namespace Client
62 {
63 class RetryStrategy;
64 } // namespace Client
65
66 namespace TaxSettings
67 {
71
72 namespace Model
73 {
74 /* Service model forward declarations required in TaxSettingsClient header */
75 class BatchDeleteTaxRegistrationRequest;
76 class BatchPutTaxRegistrationRequest;
77 class DeleteSupplementalTaxRegistrationRequest;
78 class DeleteTaxRegistrationRequest;
79 class GetTaxRegistrationRequest;
80 class GetTaxRegistrationDocumentRequest;
81 class ListSupplementalTaxRegistrationsRequest;
82 class ListTaxRegistrationsRequest;
83 class PutSupplementalTaxRegistrationRequest;
84 class PutTaxRegistrationRequest;
85 /* End of service model forward declarations required in TaxSettingsClient header */
86
87 /* Service model Outcome class definitions */
98 /* End of service model Outcome class definitions */
99
100 /* Service model Outcome callable definitions */
101 typedef std::future<BatchDeleteTaxRegistrationOutcome> BatchDeleteTaxRegistrationOutcomeCallable;
102 typedef std::future<BatchPutTaxRegistrationOutcome> BatchPutTaxRegistrationOutcomeCallable;
103 typedef std::future<DeleteSupplementalTaxRegistrationOutcome> DeleteSupplementalTaxRegistrationOutcomeCallable;
104 typedef std::future<DeleteTaxRegistrationOutcome> DeleteTaxRegistrationOutcomeCallable;
105 typedef std::future<GetTaxRegistrationOutcome> GetTaxRegistrationOutcomeCallable;
106 typedef std::future<GetTaxRegistrationDocumentOutcome> GetTaxRegistrationDocumentOutcomeCallable;
107 typedef std::future<ListSupplementalTaxRegistrationsOutcome> ListSupplementalTaxRegistrationsOutcomeCallable;
108 typedef std::future<ListTaxRegistrationsOutcome> ListTaxRegistrationsOutcomeCallable;
109 typedef std::future<PutSupplementalTaxRegistrationOutcome> PutSupplementalTaxRegistrationOutcomeCallable;
110 typedef std::future<PutTaxRegistrationOutcome> PutTaxRegistrationOutcomeCallable;
111 /* End of service model Outcome callable definitions */
112 } // namespace Model
113
114 class TaxSettingsClient;
115
116 /* Service model async handlers definitions */
117 typedef std::function<void(const TaxSettingsClient*, const Model::BatchDeleteTaxRegistrationRequest&, const Model::BatchDeleteTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchDeleteTaxRegistrationResponseReceivedHandler;
118 typedef std::function<void(const TaxSettingsClient*, const Model::BatchPutTaxRegistrationRequest&, const Model::BatchPutTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchPutTaxRegistrationResponseReceivedHandler;
119 typedef std::function<void(const TaxSettingsClient*, const Model::DeleteSupplementalTaxRegistrationRequest&, const Model::DeleteSupplementalTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteSupplementalTaxRegistrationResponseReceivedHandler;
120 typedef std::function<void(const TaxSettingsClient*, const Model::DeleteTaxRegistrationRequest&, const Model::DeleteTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteTaxRegistrationResponseReceivedHandler;
121 typedef std::function<void(const TaxSettingsClient*, const Model::GetTaxRegistrationRequest&, const Model::GetTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTaxRegistrationResponseReceivedHandler;
122 typedef std::function<void(const TaxSettingsClient*, const Model::GetTaxRegistrationDocumentRequest&, const Model::GetTaxRegistrationDocumentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTaxRegistrationDocumentResponseReceivedHandler;
123 typedef std::function<void(const TaxSettingsClient*, const Model::ListSupplementalTaxRegistrationsRequest&, const Model::ListSupplementalTaxRegistrationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListSupplementalTaxRegistrationsResponseReceivedHandler;
124 typedef std::function<void(const TaxSettingsClient*, const Model::ListTaxRegistrationsRequest&, const Model::ListTaxRegistrationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTaxRegistrationsResponseReceivedHandler;
125 typedef std::function<void(const TaxSettingsClient*, const Model::PutSupplementalTaxRegistrationRequest&, const Model::PutSupplementalTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutSupplementalTaxRegistrationResponseReceivedHandler;
126 typedef std::function<void(const TaxSettingsClient*, const Model::PutTaxRegistrationRequest&, const Model::PutTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutTaxRegistrationResponseReceivedHandler;
127 /* End of service model async handlers definitions */
128 } // namespace TaxSettings
129} // namespace Aws
EndpointProviderBase< TaxSettingsClientConfiguration, TaxSettingsBuiltInParameters, TaxSettingsClientContextParameters > TaxSettingsEndpointProviderBase
Aws::Utils::Outcome< GetTaxRegistrationDocumentResult, TaxSettingsError > GetTaxRegistrationDocumentOutcome
std::future< GetTaxRegistrationDocumentOutcome > GetTaxRegistrationDocumentOutcomeCallable
std::future< PutSupplementalTaxRegistrationOutcome > PutSupplementalTaxRegistrationOutcomeCallable
Aws::Utils::Outcome< DeleteSupplementalTaxRegistrationResult, TaxSettingsError > DeleteSupplementalTaxRegistrationOutcome
Aws::Utils::Outcome< BatchDeleteTaxRegistrationResult, TaxSettingsError > BatchDeleteTaxRegistrationOutcome
Aws::Utils::Outcome< ListSupplementalTaxRegistrationsResult, TaxSettingsError > ListSupplementalTaxRegistrationsOutcome
Aws::Utils::Outcome< PutTaxRegistrationResult, TaxSettingsError > PutTaxRegistrationOutcome
std::future< BatchDeleteTaxRegistrationOutcome > BatchDeleteTaxRegistrationOutcomeCallable
Aws::Utils::Outcome< PutSupplementalTaxRegistrationResult, TaxSettingsError > PutSupplementalTaxRegistrationOutcome
Aws::Utils::Outcome< BatchPutTaxRegistrationResult, TaxSettingsError > BatchPutTaxRegistrationOutcome
std::future< ListTaxRegistrationsOutcome > ListTaxRegistrationsOutcomeCallable
Aws::Utils::Outcome< GetTaxRegistrationResult, TaxSettingsError > GetTaxRegistrationOutcome
std::future< BatchPutTaxRegistrationOutcome > BatchPutTaxRegistrationOutcomeCallable
std::future< PutTaxRegistrationOutcome > PutTaxRegistrationOutcomeCallable
std::future< GetTaxRegistrationOutcome > GetTaxRegistrationOutcomeCallable
std::future< DeleteTaxRegistrationOutcome > DeleteTaxRegistrationOutcomeCallable
std::future< ListSupplementalTaxRegistrationsOutcome > ListSupplementalTaxRegistrationsOutcomeCallable
Aws::Utils::Outcome< DeleteTaxRegistrationResult, TaxSettingsError > DeleteTaxRegistrationOutcome
Aws::Utils::Outcome< ListTaxRegistrationsResult, TaxSettingsError > ListTaxRegistrationsOutcome
std::future< DeleteSupplementalTaxRegistrationOutcome > DeleteSupplementalTaxRegistrationOutcomeCallable
std::function< void(const TaxSettingsClient *, const Model::ListSupplementalTaxRegistrationsRequest &, const Model::ListSupplementalTaxRegistrationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSupplementalTaxRegistrationsResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::GetTaxRegistrationRequest &, const Model::GetTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::DeleteTaxRegistrationRequest &, const Model::DeleteTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::PutSupplementalTaxRegistrationRequest &, const Model::PutSupplementalTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutSupplementalTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::PutTaxRegistrationRequest &, const Model::PutTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::BatchDeleteTaxRegistrationRequest &, const Model::BatchDeleteTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchDeleteTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::DeleteSupplementalTaxRegistrationRequest &, const Model::DeleteSupplementalTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteSupplementalTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::GetTaxRegistrationDocumentRequest &, const Model::GetTaxRegistrationDocumentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTaxRegistrationDocumentResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::BatchPutTaxRegistrationRequest &, const Model::BatchPutTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchPutTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::ListTaxRegistrationsRequest &, const Model::ListTaxRegistrationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTaxRegistrationsResponseReceivedHandler