AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
InvoicingServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/invoicing/InvoicingErrors.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/invoicing/InvoicingEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in InvoicingClient header */
21#include <aws/invoicing/model/BatchGetInvoiceProfileResult.h>
22#include <aws/invoicing/model/CreateInvoiceUnitResult.h>
23#include <aws/invoicing/model/DeleteInvoiceUnitResult.h>
24#include <aws/invoicing/model/GetInvoiceUnitResult.h>
25#include <aws/invoicing/model/ListInvoiceSummariesResult.h>
26#include <aws/invoicing/model/ListInvoiceUnitsResult.h>
27#include <aws/invoicing/model/ListTagsForResourceResult.h>
28#include <aws/invoicing/model/TagResourceResult.h>
29#include <aws/invoicing/model/UntagResourceResult.h>
30#include <aws/invoicing/model/UpdateInvoiceUnitResult.h>
31#include <aws/invoicing/model/ListInvoiceUnitsRequest.h>
32/* End of service model headers required in InvoicingClient header */
33
34namespace Aws
35{
36 namespace Http
37 {
38 class HttpClient;
39 class HttpClientFactory;
40 } // namespace Http
41
42 namespace Utils
43 {
44 template< typename R, typename E> class Outcome;
45
46 namespace Threading
47 {
48 class Executor;
49 } // namespace Threading
50 } // namespace Utils
51
52 namespace Auth
53 {
54 class AWSCredentials;
55 class AWSCredentialsProvider;
56 } // namespace Auth
57
58 namespace Client
59 {
60 class RetryStrategy;
61 } // namespace Client
62
63 namespace Invoicing
64 {
68
69 namespace Model
70 {
71 /* Service model forward declarations required in InvoicingClient header */
82 /* End of service model forward declarations required in InvoicingClient header */
83
84 /* Service model Outcome class definitions */
95 /* End of service model Outcome class definitions */
96
97 /* Service model Outcome callable definitions */
98 typedef std::future<BatchGetInvoiceProfileOutcome> BatchGetInvoiceProfileOutcomeCallable;
99 typedef std::future<CreateInvoiceUnitOutcome> CreateInvoiceUnitOutcomeCallable;
100 typedef std::future<DeleteInvoiceUnitOutcome> DeleteInvoiceUnitOutcomeCallable;
101 typedef std::future<GetInvoiceUnitOutcome> GetInvoiceUnitOutcomeCallable;
102 typedef std::future<ListInvoiceSummariesOutcome> ListInvoiceSummariesOutcomeCallable;
103 typedef std::future<ListInvoiceUnitsOutcome> ListInvoiceUnitsOutcomeCallable;
104 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
105 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
106 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
107 typedef std::future<UpdateInvoiceUnitOutcome> UpdateInvoiceUnitOutcomeCallable;
108 /* End of service model Outcome callable definitions */
109 } // namespace Model
110
111 class InvoicingClient;
112
113 /* Service model async handlers definitions */
114 typedef std::function<void(const InvoicingClient*, const Model::BatchGetInvoiceProfileRequest&, const Model::BatchGetInvoiceProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchGetInvoiceProfileResponseReceivedHandler;
115 typedef std::function<void(const InvoicingClient*, const Model::CreateInvoiceUnitRequest&, const Model::CreateInvoiceUnitOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateInvoiceUnitResponseReceivedHandler;
116 typedef std::function<void(const InvoicingClient*, const Model::DeleteInvoiceUnitRequest&, const Model::DeleteInvoiceUnitOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteInvoiceUnitResponseReceivedHandler;
117 typedef std::function<void(const InvoicingClient*, const Model::GetInvoiceUnitRequest&, const Model::GetInvoiceUnitOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetInvoiceUnitResponseReceivedHandler;
118 typedef std::function<void(const InvoicingClient*, const Model::ListInvoiceSummariesRequest&, const Model::ListInvoiceSummariesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListInvoiceSummariesResponseReceivedHandler;
119 typedef std::function<void(const InvoicingClient*, const Model::ListInvoiceUnitsRequest&, const Model::ListInvoiceUnitsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListInvoiceUnitsResponseReceivedHandler;
120 typedef std::function<void(const InvoicingClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
121 typedef std::function<void(const InvoicingClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
122 typedef std::function<void(const InvoicingClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
123 typedef std::function<void(const InvoicingClient*, const Model::UpdateInvoiceUnitRequest&, const Model::UpdateInvoiceUnitOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateInvoiceUnitResponseReceivedHandler;
124 /* End of service model async handlers definitions */
125 } // namespace Invoicing
126} // namespace Aws
EndpointProviderBase< InvoicingClientConfiguration, InvoicingBuiltInParameters, InvoicingClientContextParameters > InvoicingEndpointProviderBase
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< DeleteInvoiceUnitResult, InvoicingError > DeleteInvoiceUnitOutcome
std::future< ListInvoiceUnitsOutcome > ListInvoiceUnitsOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< CreateInvoiceUnitOutcome > CreateInvoiceUnitOutcomeCallable
Aws::Utils::Outcome< GetInvoiceUnitResult, InvoicingError > GetInvoiceUnitOutcome
Aws::Utils::Outcome< TagResourceResult, InvoicingError > TagResourceOutcome
std::future< GetInvoiceUnitOutcome > GetInvoiceUnitOutcomeCallable
std::future< BatchGetInvoiceProfileOutcome > BatchGetInvoiceProfileOutcomeCallable
Aws::Utils::Outcome< ListInvoiceSummariesResult, InvoicingError > ListInvoiceSummariesOutcome
Aws::Utils::Outcome< BatchGetInvoiceProfileResult, InvoicingError > BatchGetInvoiceProfileOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, InvoicingError > ListTagsForResourceOutcome
std::future< ListInvoiceSummariesOutcome > ListInvoiceSummariesOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, InvoicingError > UntagResourceOutcome
Aws::Utils::Outcome< UpdateInvoiceUnitResult, InvoicingError > UpdateInvoiceUnitOutcome
std::future< DeleteInvoiceUnitOutcome > DeleteInvoiceUnitOutcomeCallable
std::future< UpdateInvoiceUnitOutcome > UpdateInvoiceUnitOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< ListInvoiceUnitsResult, InvoicingError > ListInvoiceUnitsOutcome
Aws::Utils::Outcome< CreateInvoiceUnitResult, InvoicingError > CreateInvoiceUnitOutcome
std::function< void(const InvoicingClient *, const Model::UpdateInvoiceUnitRequest &, const Model::UpdateInvoiceUnitOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateInvoiceUnitResponseReceivedHandler
std::function< void(const InvoicingClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const InvoicingClient *, const Model::ListInvoiceSummariesRequest &, const Model::ListInvoiceSummariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListInvoiceSummariesResponseReceivedHandler
std::function< void(const InvoicingClient *, const Model::GetInvoiceUnitRequest &, const Model::GetInvoiceUnitOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetInvoiceUnitResponseReceivedHandler
std::function< void(const InvoicingClient *, const Model::BatchGetInvoiceProfileRequest &, const Model::BatchGetInvoiceProfileOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchGetInvoiceProfileResponseReceivedHandler
std::function< void(const InvoicingClient *, const Model::DeleteInvoiceUnitRequest &, const Model::DeleteInvoiceUnitOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteInvoiceUnitResponseReceivedHandler
std::function< void(const InvoicingClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const InvoicingClient *, const Model::CreateInvoiceUnitRequest &, const Model::CreateInvoiceUnitOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateInvoiceUnitResponseReceivedHandler
std::function< void(const InvoicingClient *, const Model::ListInvoiceUnitsRequest &, const Model::ListInvoiceUnitsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListInvoiceUnitsResponseReceivedHandler
std::function< void(const InvoicingClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler