AWS SDK for C++

AWS SDK for C++ Version 1.11.860

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/GetEnterpriseSupportChargeSummaryResult.h>
31#include <aws/billing/model/GetEnterpriseSupportContractDetailsResult.h>
32#include <aws/billing/model/GetResourcePolicyResult.h>
33#include <aws/billing/model/ListBillingViewsRequest.h>
34#include <aws/billing/model/ListBillingViewsResult.h>
35#include <aws/billing/model/ListEnterpriseSupportLinkedAccountChargesResult.h>
36#include <aws/billing/model/ListSourceViewsForBillingViewResult.h>
37#include <aws/billing/model/ListTagsForResourceResult.h>
38#include <aws/billing/model/RedeemCreditsResult.h>
39#include <aws/billing/model/TagResourceResult.h>
40#include <aws/billing/model/UntagResourceResult.h>
41#include <aws/billing/model/UpdateBillingPreferencesResult.h>
42#include <aws/billing/model/UpdateBillingViewResult.h>
43/* End of service model headers required in BillingClient header */
44
45namespace Aws {
46namespace Http {
47class HttpClient;
48class HttpClientFactory;
49} // namespace Http
50
51namespace Utils {
52template <typename R, typename E>
53class Outcome;
54
55namespace Threading {
56class Executor;
57} // namespace Threading
58} // namespace Utils
59
60namespace Auth {
61class AWSCredentials;
62class AWSCredentialsProvider;
63} // namespace Auth
64
65namespace Client {
66class RetryStrategy;
67} // namespace Client
68
69namespace Billing {
73
74namespace Model {
75/* Service model forward declarations required in BillingClient header */
96/* End of service model forward declarations required in BillingClient header */
97
98/* Service model Outcome class definitions */
119/* End of service model Outcome class definitions */
120
121/* Service model Outcome callable definitions */
122typedef std::future<AssociateSourceViewsOutcome> AssociateSourceViewsOutcomeCallable;
123typedef std::future<CreateBillingViewOutcome> CreateBillingViewOutcomeCallable;
124typedef std::future<DeleteBillingViewOutcome> DeleteBillingViewOutcomeCallable;
125typedef std::future<DisassociateSourceViewsOutcome> DisassociateSourceViewsOutcomeCallable;
126typedef std::future<GetBillingPreferencesOutcome> GetBillingPreferencesOutcomeCallable;
127typedef std::future<GetBillingViewOutcome> GetBillingViewOutcomeCallable;
128typedef std::future<GetCreditAllocationHistoryOutcome> GetCreditAllocationHistoryOutcomeCallable;
129typedef std::future<GetCreditsOutcome> GetCreditsOutcomeCallable;
130typedef std::future<GetEnterpriseSupportChargeSummaryOutcome> GetEnterpriseSupportChargeSummaryOutcomeCallable;
131typedef std::future<GetEnterpriseSupportContractDetailsOutcome> GetEnterpriseSupportContractDetailsOutcomeCallable;
132typedef std::future<GetResourcePolicyOutcome> GetResourcePolicyOutcomeCallable;
133typedef std::future<ListBillingViewsOutcome> ListBillingViewsOutcomeCallable;
134typedef std::future<ListEnterpriseSupportLinkedAccountChargesOutcome> ListEnterpriseSupportLinkedAccountChargesOutcomeCallable;
135typedef std::future<ListSourceViewsForBillingViewOutcome> ListSourceViewsForBillingViewOutcomeCallable;
136typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
137typedef std::future<RedeemCreditsOutcome> RedeemCreditsOutcomeCallable;
138typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
139typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
140typedef std::future<UpdateBillingPreferencesOutcome> UpdateBillingPreferencesOutcomeCallable;
141typedef std::future<UpdateBillingViewOutcome> UpdateBillingViewOutcomeCallable;
142/* End of service model Outcome callable definitions */
143} // namespace Model
144
145class BillingClient;
146
147/* Service model async handlers definitions */
148typedef std::function<void(const BillingClient*, const Model::AssociateSourceViewsRequest&, const Model::AssociateSourceViewsOutcome&,
149 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
151typedef std::function<void(const BillingClient*, const Model::CreateBillingViewRequest&, const Model::CreateBillingViewOutcome&,
152 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
154typedef std::function<void(const BillingClient*, const Model::DeleteBillingViewRequest&, const Model::DeleteBillingViewOutcome&,
155 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
158 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
160typedef std::function<void(const BillingClient*, const Model::GetBillingPreferencesRequest&, const Model::GetBillingPreferencesOutcome&,
161 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
163typedef std::function<void(const BillingClient*, const Model::GetBillingViewRequest&, const Model::GetBillingViewOutcome&,
164 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
166typedef std::function<void(const BillingClient*, const Model::GetCreditAllocationHistoryRequest&,
167 const Model::GetCreditAllocationHistoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
169typedef std::function<void(const BillingClient*, const Model::GetCreditsRequest&, const Model::GetCreditsOutcome&,
170 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
172typedef std::function<void(const BillingClient*, const Model::GetEnterpriseSupportChargeSummaryRequest&,
174 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
176typedef std::function<void(const BillingClient*, const Model::GetEnterpriseSupportContractDetailsRequest&,
178 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
180typedef std::function<void(const BillingClient*, const Model::GetResourcePolicyRequest&, const Model::GetResourcePolicyOutcome&,
181 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
183typedef std::function<void(const BillingClient*, const Model::ListBillingViewsRequest&, const Model::ListBillingViewsOutcome&,
184 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
186typedef std::function<void(const BillingClient*, const Model::ListEnterpriseSupportLinkedAccountChargesRequest&,
188 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
190typedef std::function<void(const BillingClient*, const Model::ListSourceViewsForBillingViewRequest&,
192 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
194typedef std::function<void(const BillingClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
195 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
197typedef std::function<void(const BillingClient*, const Model::RedeemCreditsRequest&, const Model::RedeemCreditsOutcome&,
198 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
200typedef std::function<void(const BillingClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
201 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
203typedef std::function<void(const BillingClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
204 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
206typedef std::function<void(const BillingClient*, const Model::UpdateBillingPreferencesRequest&,
207 const Model::UpdateBillingPreferencesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
209typedef std::function<void(const BillingClient*, const Model::UpdateBillingViewRequest&, const Model::UpdateBillingViewOutcome&,
210 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
212/* End of service model async handlers definitions */
213} // namespace Billing
214} // 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< GetEnterpriseSupportChargeSummaryOutcome > GetEnterpriseSupportChargeSummaryOutcomeCallable
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< GetEnterpriseSupportChargeSummaryResult, BillingError > GetEnterpriseSupportChargeSummaryOutcome
Aws::Utils::Outcome< UpdateBillingViewResult, BillingError > UpdateBillingViewOutcome
Aws::Utils::Outcome< ListEnterpriseSupportLinkedAccountChargesResult, BillingError > ListEnterpriseSupportLinkedAccountChargesOutcome
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
std::future< ListEnterpriseSupportLinkedAccountChargesOutcome > ListEnterpriseSupportLinkedAccountChargesOutcomeCallable
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::future< GetEnterpriseSupportContractDetailsOutcome > GetEnterpriseSupportContractDetailsOutcomeCallable
Aws::Utils::Outcome< GetEnterpriseSupportContractDetailsResult, BillingError > GetEnterpriseSupportContractDetailsOutcome
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::GetEnterpriseSupportContractDetailsRequest &, const Model::GetEnterpriseSupportContractDetailsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetEnterpriseSupportContractDetailsResponseReceivedHandler
std::function< void(const BillingClient *, const Model::ListEnterpriseSupportLinkedAccountChargesRequest &, const Model::ListEnterpriseSupportLinkedAccountChargesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEnterpriseSupportLinkedAccountChargesResponseReceivedHandler
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::GetEnterpriseSupportChargeSummaryRequest &, const Model::GetEnterpriseSupportChargeSummaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetEnterpriseSupportChargeSummaryResponseReceivedHandler
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