AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ApplicationCostProfilerServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/applicationcostprofiler/ApplicationCostProfilerErrors.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/applicationcostprofiler/ApplicationCostProfilerEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in ApplicationCostProfilerClient header */
21#include <aws/applicationcostprofiler/model/DeleteReportDefinitionResult.h>
22#include <aws/applicationcostprofiler/model/GetReportDefinitionResult.h>
23#include <aws/applicationcostprofiler/model/ImportApplicationUsageResult.h>
24#include <aws/applicationcostprofiler/model/ListReportDefinitionsResult.h>
25#include <aws/applicationcostprofiler/model/PutReportDefinitionResult.h>
26#include <aws/applicationcostprofiler/model/UpdateReportDefinitionResult.h>
27#include <aws/applicationcostprofiler/model/ListReportDefinitionsRequest.h>
28/* End of service model headers required in ApplicationCostProfilerClient header */
29
30namespace Aws
31{
32 namespace Http
33 {
34 class HttpClient;
35 class HttpClientFactory;
36 } // namespace Http
37
38 namespace Utils
39 {
40 template< typename R, typename E> class Outcome;
41
42 namespace Threading
43 {
44 class Executor;
45 } // namespace Threading
46 } // namespace Utils
47
48 namespace Auth
49 {
50 class AWSCredentials;
51 class AWSCredentialsProvider;
52 } // namespace Auth
53
54 namespace Client
55 {
56 class RetryStrategy;
57 } // namespace Client
58
59 namespace ApplicationCostProfiler
60 {
64
65 namespace Model
66 {
67 /* Service model forward declarations required in ApplicationCostProfilerClient header */
74 /* End of service model forward declarations required in ApplicationCostProfilerClient header */
75
76 /* Service model Outcome class definitions */
83 /* End of service model Outcome class definitions */
84
85 /* Service model Outcome callable definitions */
86 typedef std::future<DeleteReportDefinitionOutcome> DeleteReportDefinitionOutcomeCallable;
87 typedef std::future<GetReportDefinitionOutcome> GetReportDefinitionOutcomeCallable;
88 typedef std::future<ImportApplicationUsageOutcome> ImportApplicationUsageOutcomeCallable;
89 typedef std::future<ListReportDefinitionsOutcome> ListReportDefinitionsOutcomeCallable;
90 typedef std::future<PutReportDefinitionOutcome> PutReportDefinitionOutcomeCallable;
91 typedef std::future<UpdateReportDefinitionOutcome> UpdateReportDefinitionOutcomeCallable;
92 /* End of service model Outcome callable definitions */
93 } // namespace Model
94
96
97 /* Service model async handlers definitions */
98 typedef std::function<void(const ApplicationCostProfilerClient*, const Model::DeleteReportDefinitionRequest&, const Model::DeleteReportDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteReportDefinitionResponseReceivedHandler;
99 typedef std::function<void(const ApplicationCostProfilerClient*, const Model::GetReportDefinitionRequest&, const Model::GetReportDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetReportDefinitionResponseReceivedHandler;
100 typedef std::function<void(const ApplicationCostProfilerClient*, const Model::ImportApplicationUsageRequest&, const Model::ImportApplicationUsageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ImportApplicationUsageResponseReceivedHandler;
101 typedef std::function<void(const ApplicationCostProfilerClient*, const Model::ListReportDefinitionsRequest&, const Model::ListReportDefinitionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListReportDefinitionsResponseReceivedHandler;
102 typedef std::function<void(const ApplicationCostProfilerClient*, const Model::PutReportDefinitionRequest&, const Model::PutReportDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutReportDefinitionResponseReceivedHandler;
103 typedef std::function<void(const ApplicationCostProfilerClient*, const Model::UpdateReportDefinitionRequest&, const Model::UpdateReportDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateReportDefinitionResponseReceivedHandler;
104 /* End of service model async handlers definitions */
105 } // namespace ApplicationCostProfiler
106} // namespace Aws
EndpointProviderBase< ApplicationCostProfilerClientConfiguration, ApplicationCostProfilerBuiltInParameters, ApplicationCostProfilerClientContextParameters > ApplicationCostProfilerEndpointProviderBase
std::future< ListReportDefinitionsOutcome > ListReportDefinitionsOutcomeCallable
std::future< UpdateReportDefinitionOutcome > UpdateReportDefinitionOutcomeCallable
Aws::Utils::Outcome< DeleteReportDefinitionResult, ApplicationCostProfilerError > DeleteReportDefinitionOutcome
std::future< GetReportDefinitionOutcome > GetReportDefinitionOutcomeCallable
Aws::Utils::Outcome< GetReportDefinitionResult, ApplicationCostProfilerError > GetReportDefinitionOutcome
std::future< ImportApplicationUsageOutcome > ImportApplicationUsageOutcomeCallable
std::future< DeleteReportDefinitionOutcome > DeleteReportDefinitionOutcomeCallable
std::future< PutReportDefinitionOutcome > PutReportDefinitionOutcomeCallable
Aws::Utils::Outcome< PutReportDefinitionResult, ApplicationCostProfilerError > PutReportDefinitionOutcome
Aws::Utils::Outcome< UpdateReportDefinitionResult, ApplicationCostProfilerError > UpdateReportDefinitionOutcome
Aws::Utils::Outcome< ImportApplicationUsageResult, ApplicationCostProfilerError > ImportApplicationUsageOutcome
Aws::Utils::Outcome< ListReportDefinitionsResult, ApplicationCostProfilerError > ListReportDefinitionsOutcome
std::function< void(const ApplicationCostProfilerClient *, const Model::ListReportDefinitionsRequest &, const Model::ListReportDefinitionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListReportDefinitionsResponseReceivedHandler
std::function< void(const ApplicationCostProfilerClient *, const Model::GetReportDefinitionRequest &, const Model::GetReportDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetReportDefinitionResponseReceivedHandler
std::function< void(const ApplicationCostProfilerClient *, const Model::PutReportDefinitionRequest &, const Model::PutReportDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutReportDefinitionResponseReceivedHandler
std::function< void(const ApplicationCostProfilerClient *, const Model::ImportApplicationUsageRequest &, const Model::ImportApplicationUsageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ImportApplicationUsageResponseReceivedHandler
std::function< void(const ApplicationCostProfilerClient *, const Model::UpdateReportDefinitionRequest &, const Model::UpdateReportDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateReportDefinitionResponseReceivedHandler
std::function< void(const ApplicationCostProfilerClient *, const Model::DeleteReportDefinitionRequest &, const Model::DeleteReportDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteReportDefinitionResponseReceivedHandler