AWS SDK for C++

AWS SDK for C++ Version 1.11.845

Loading...
Searching...
No Matches
BillingServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/billing/BillingEndpointProvider.h>
10#include <aws/billing/BillingErrors.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/client/AsyncCallerContext.h>
13#include <aws/core/client/GenericClientConfiguration.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in BillingClient header */
22#include <aws/billing/model/AssociateSourceViewsResult.h>
23#include <aws/billing/model/CreateBillingViewResult.h>
24#include <aws/billing/model/DeleteBillingViewResult.h>
25#include <aws/billing/model/DisassociateSourceViewsResult.h>
26#include <aws/billing/model/GetBillingPreferencesResult.h>
27#include <aws/billing/model/GetBillingViewResult.h>
28#include <aws/billing/model/GetCreditAllocationHistoryResult.h>
29#include <aws/billing/model/GetCreditsResult.h>
30#include <aws/billing/model/GetResourcePolicyResult.h>
31#include <aws/billing/model/ListBillingViewsRequest.h>
32#include <aws/billing/model/ListBillingViewsResult.h>
33#include <aws/billing/model/ListSourceViewsForBillingViewResult.h>
34#include <aws/billing/model/ListTagsForResourceResult.h>
35#include <aws/billing/model/RedeemCreditsResult.h>
36#include <aws/billing/model/TagResourceResult.h>
37#include <aws/billing/model/UntagResourceResult.h>
38#include <aws/billing/model/UpdateBillingPreferencesResult.h>
39#include <aws/billing/model/UpdateBillingViewResult.h>
40/* End of service model headers required in BillingClient header */
41
42namespace Aws {
43namespace Http {
44class HttpClient;
45class HttpClientFactory;
46} // namespace Http
47
48namespace Utils {
49template <typename R, typename E>
50class Outcome;
51
52namespace Threading {
53class Executor;
54} // namespace Threading
55} // namespace Utils
56
57namespace Auth {
58class AWSCredentials;
59class AWSCredentialsProvider;
60} // namespace Auth
61
62namespace Client {
63class RetryStrategy;
64} // namespace Client
65
66namespace Billing {
70
71namespace Model {
72/* Service model forward declarations required in BillingClient header */
90/* End of service model forward declarations required in BillingClient header */
91
92/* Service model Outcome class definitions */
110/* End of service model Outcome class definitions */
111
112/* Service model Outcome callable definitions */
113typedef std::future<AssociateSourceViewsOutcome> AssociateSourceViewsOutcomeCallable;
114typedef std::future<CreateBillingViewOutcome> CreateBillingViewOutcomeCallable;
115typedef std::future<DeleteBillingViewOutcome> DeleteBillingViewOutcomeCallable;
116typedef std::future<DisassociateSourceViewsOutcome> DisassociateSourceViewsOutcomeCallable;
117typedef std::future<GetBillingPreferencesOutcome> GetBillingPreferencesOutcomeCallable;
118typedef std::future<GetBillingViewOutcome> GetBillingViewOutcomeCallable;
119typedef std::future<GetCreditAllocationHistoryOutcome> GetCreditAllocationHistoryOutcomeCallable;
120typedef std::future<GetCreditsOutcome> GetCreditsOutcomeCallable;
121typedef std::future<GetResourcePolicyOutcome> GetResourcePolicyOutcomeCallable;
122typedef std::future<ListBillingViewsOutcome> ListBillingViewsOutcomeCallable;
123typedef std::future<ListSourceViewsForBillingViewOutcome> ListSourceViewsForBillingViewOutcomeCallable;
124typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
125typedef std::future<RedeemCreditsOutcome> RedeemCreditsOutcomeCallable;
126typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
127typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
128typedef std::future<UpdateBillingPreferencesOutcome> UpdateBillingPreferencesOutcomeCallable;
129typedef std::future<UpdateBillingViewOutcome> UpdateBillingViewOutcomeCallable;
130/* End of service model Outcome callable definitions */
131} // namespace Model
132
133class BillingClient;
134
135/* Service model async handlers definitions */
136typedef std::function<void(const BillingClient*, const Model::AssociateSourceViewsRequest&, const Model::AssociateSourceViewsOutcome&,
137 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
139typedef std::function<void(const BillingClient*, const Model::CreateBillingViewRequest&, const Model::CreateBillingViewOutcome&,
140 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
142typedef std::function<void(const BillingClient*, const Model::DeleteBillingViewRequest&, const Model::DeleteBillingViewOutcome&,
143 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
146 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
148typedef std::function<void(const BillingClient*, const Model::GetBillingPreferencesRequest&, const Model::GetBillingPreferencesOutcome&,
149 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
151typedef std::function<void(const BillingClient*, const Model::GetBillingViewRequest&, const Model::GetBillingViewOutcome&,
152 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
154typedef std::function<void(const BillingClient*, const Model::GetCreditAllocationHistoryRequest&,
155 const Model::GetCreditAllocationHistoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
157typedef std::function<void(const BillingClient*, const Model::GetCreditsRequest&, const Model::GetCreditsOutcome&,
158 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
160typedef std::function<void(const BillingClient*, const Model::GetResourcePolicyRequest&, const Model::GetResourcePolicyOutcome&,
161 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
163typedef std::function<void(const BillingClient*, const Model::ListBillingViewsRequest&, const Model::ListBillingViewsOutcome&,
164 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
166typedef std::function<void(const BillingClient*, const Model::ListSourceViewsForBillingViewRequest&,
168 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
170typedef std::function<void(const BillingClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
171 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
173typedef std::function<void(const BillingClient*, const Model::RedeemCreditsRequest&, const Model::RedeemCreditsOutcome&,
174 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
176typedef std::function<void(const BillingClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
177 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
179typedef std::function<void(const BillingClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
180 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
182typedef std::function<void(const BillingClient*, const Model::UpdateBillingPreferencesRequest&,
183 const Model::UpdateBillingPreferencesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
185typedef std::function<void(const BillingClient*, const Model::UpdateBillingViewRequest&, const Model::UpdateBillingViewOutcome&,
186 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
188/* End of service model async handlers definitions */
189} // namespace Billing
190} // namespace Aws
EndpointProviderBase< BillingClientConfiguration, BillingBuiltInParameters, BillingClientContextParameters > BillingEndpointProviderBase
Aws::Utils::Outcome< ListBillingViewsResult, BillingError > ListBillingViewsOutcome
Aws::Utils::Outcome< ListSourceViewsForBillingViewResult, BillingError > ListSourceViewsForBillingViewOutcome
Aws::Utils::Outcome< TagResourceResult, BillingError > TagResourceOutcome
std::future< GetCreditsOutcome > GetCreditsOutcomeCallable
std::future< GetBillingPreferencesOutcome > GetBillingPreferencesOutcomeCallable
std::future< DisassociateSourceViewsOutcome > DisassociateSourceViewsOutcomeCallable
std::future< UpdateBillingPreferencesOutcome > UpdateBillingPreferencesOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< RedeemCreditsResult, BillingError > RedeemCreditsOutcome
Aws::Utils::Outcome< GetBillingViewResult, BillingError > GetBillingViewOutcome
std::future< GetBillingViewOutcome > GetBillingViewOutcomeCallable
std::future< CreateBillingViewOutcome > CreateBillingViewOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< DisassociateSourceViewsResult, BillingError > DisassociateSourceViewsOutcome
Aws::Utils::Outcome< GetResourcePolicyResult, BillingError > GetResourcePolicyOutcome
std::future< GetCreditAllocationHistoryOutcome > GetCreditAllocationHistoryOutcomeCallable
Aws::Utils::Outcome< UpdateBillingViewResult, BillingError > UpdateBillingViewOutcome
std::future< ListSourceViewsForBillingViewOutcome > ListSourceViewsForBillingViewOutcomeCallable
Aws::Utils::Outcome< UpdateBillingPreferencesResult, BillingError > UpdateBillingPreferencesOutcome
std::future< GetResourcePolicyOutcome > GetResourcePolicyOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< GetCreditAllocationHistoryResult, BillingError > GetCreditAllocationHistoryOutcome
Aws::Utils::Outcome< CreateBillingViewResult, BillingError > CreateBillingViewOutcome
std::future< DeleteBillingViewOutcome > DeleteBillingViewOutcomeCallable
Aws::Utils::Outcome< AssociateSourceViewsResult, BillingError > AssociateSourceViewsOutcome
std::future< AssociateSourceViewsOutcome > AssociateSourceViewsOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, BillingError > ListTagsForResourceOutcome
std::future< RedeemCreditsOutcome > RedeemCreditsOutcomeCallable
std::future< ListBillingViewsOutcome > ListBillingViewsOutcomeCallable
Aws::Utils::Outcome< GetCreditsResult, BillingError > GetCreditsOutcome
Aws::Utils::Outcome< DeleteBillingViewResult, BillingError > DeleteBillingViewOutcome
Aws::Utils::Outcome< GetBillingPreferencesResult, BillingError > GetBillingPreferencesOutcome
std::future< UpdateBillingViewOutcome > UpdateBillingViewOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, BillingError > UntagResourceOutcome
std::function< void(const BillingClient *, const Model::ListSourceViewsForBillingViewRequest &, const Model::ListSourceViewsForBillingViewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSourceViewsForBillingViewResponseReceivedHandler
std::function< void(const BillingClient *, const Model::UpdateBillingViewRequest &, const Model::UpdateBillingViewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateBillingViewResponseReceivedHandler
std::function< void(const BillingClient *, const Model::DeleteBillingViewRequest &, const Model::DeleteBillingViewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBillingViewResponseReceivedHandler
std::function< void(const BillingClient *, const Model::UpdateBillingPreferencesRequest &, const Model::UpdateBillingPreferencesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateBillingPreferencesResponseReceivedHandler
std::function< void(const BillingClient *, const Model::GetCreditsRequest &, const Model::GetCreditsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCreditsResponseReceivedHandler
std::function< void(const BillingClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const BillingClient *, const Model::GetResourcePolicyRequest &, const Model::GetResourcePolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetResourcePolicyResponseReceivedHandler
std::function< void(const BillingClient *, const Model::GetBillingPreferencesRequest &, const Model::GetBillingPreferencesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBillingPreferencesResponseReceivedHandler
std::function< void(const BillingClient *, const Model::ListBillingViewsRequest &, const Model::ListBillingViewsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBillingViewsResponseReceivedHandler
std::function< void(const BillingClient *, const Model::CreateBillingViewRequest &, const Model::CreateBillingViewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateBillingViewResponseReceivedHandler
std::function< void(const BillingClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const BillingClient *, const Model::GetBillingViewRequest &, const Model::GetBillingViewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBillingViewResponseReceivedHandler
std::function< void(const BillingClient *, const Model::DisassociateSourceViewsRequest &, const Model::DisassociateSourceViewsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateSourceViewsResponseReceivedHandler
std::function< void(const BillingClient *, const Model::GetCreditAllocationHistoryRequest &, const Model::GetCreditAllocationHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCreditAllocationHistoryResponseReceivedHandler
std::function< void(const BillingClient *, const Model::RedeemCreditsRequest &, const Model::RedeemCreditsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RedeemCreditsResponseReceivedHandler
std::function< void(const BillingClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const BillingClient *, const Model::AssociateSourceViewsRequest &, const Model::AssociateSourceViewsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AssociateSourceViewsResponseReceivedHandler