AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
FreeTierServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/freetier/FreeTierErrors.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/freetier/FreeTierEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in FreeTierClient header */
21#include <aws/freetier/model/GetAccountActivityResult.h>
22#include <aws/freetier/model/GetAccountPlanStateResult.h>
23#include <aws/freetier/model/GetFreeTierUsageResult.h>
24#include <aws/freetier/model/ListAccountActivitiesResult.h>
25#include <aws/freetier/model/UpgradeAccountPlanResult.h>
26#include <aws/freetier/model/GetFreeTierUsageRequest.h>
27#include <aws/freetier/model/GetAccountPlanStateRequest.h>
28#include <aws/freetier/model/ListAccountActivitiesRequest.h>
29/* End of service model headers required in FreeTierClient header */
30
31namespace Aws
32{
33 namespace Http
34 {
35 class HttpClient;
36 class HttpClientFactory;
37 } // namespace Http
38
39 namespace Utils
40 {
41 template< typename R, typename E> class Outcome;
42
43 namespace Threading
44 {
45 class Executor;
46 } // namespace Threading
47 } // namespace Utils
48
49 namespace Auth
50 {
51 class AWSCredentials;
52 class AWSCredentialsProvider;
53 } // namespace Auth
54
55 namespace Client
56 {
57 class RetryStrategy;
58 } // namespace Client
59
60 namespace FreeTier
61 {
65
66 namespace Model
67 {
68 /* Service model forward declarations required in FreeTierClient header */
74 /* End of service model forward declarations required in FreeTierClient header */
75
76 /* Service model Outcome class definitions */
82 /* End of service model Outcome class definitions */
83
84 /* Service model Outcome callable definitions */
85 typedef std::future<GetAccountActivityOutcome> GetAccountActivityOutcomeCallable;
86 typedef std::future<GetAccountPlanStateOutcome> GetAccountPlanStateOutcomeCallable;
87 typedef std::future<GetFreeTierUsageOutcome> GetFreeTierUsageOutcomeCallable;
88 typedef std::future<ListAccountActivitiesOutcome> ListAccountActivitiesOutcomeCallable;
89 typedef std::future<UpgradeAccountPlanOutcome> UpgradeAccountPlanOutcomeCallable;
90 /* End of service model Outcome callable definitions */
91 } // namespace Model
92
93 class FreeTierClient;
94
95 /* Service model async handlers definitions */
96 typedef std::function<void(const FreeTierClient*, const Model::GetAccountActivityRequest&, const Model::GetAccountActivityOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAccountActivityResponseReceivedHandler;
97 typedef std::function<void(const FreeTierClient*, const Model::GetAccountPlanStateRequest&, const Model::GetAccountPlanStateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAccountPlanStateResponseReceivedHandler;
98 typedef std::function<void(const FreeTierClient*, const Model::GetFreeTierUsageRequest&, const Model::GetFreeTierUsageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetFreeTierUsageResponseReceivedHandler;
99 typedef std::function<void(const FreeTierClient*, const Model::ListAccountActivitiesRequest&, const Model::ListAccountActivitiesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListAccountActivitiesResponseReceivedHandler;
100 typedef std::function<void(const FreeTierClient*, const Model::UpgradeAccountPlanRequest&, const Model::UpgradeAccountPlanOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpgradeAccountPlanResponseReceivedHandler;
101 /* End of service model async handlers definitions */
102 } // namespace FreeTier
103} // namespace Aws
EndpointProviderBase< FreeTierClientConfiguration, FreeTierBuiltInParameters, FreeTierClientContextParameters > FreeTierEndpointProviderBase
Aws::Utils::Outcome< UpgradeAccountPlanResult, FreeTierError > UpgradeAccountPlanOutcome
Aws::Utils::Outcome< GetAccountPlanStateResult, FreeTierError > GetAccountPlanStateOutcome
std::future< GetFreeTierUsageOutcome > GetFreeTierUsageOutcomeCallable
Aws::Utils::Outcome< ListAccountActivitiesResult, FreeTierError > ListAccountActivitiesOutcome
Aws::Utils::Outcome< GetAccountActivityResult, FreeTierError > GetAccountActivityOutcome
std::future< GetAccountActivityOutcome > GetAccountActivityOutcomeCallable
std::future< GetAccountPlanStateOutcome > GetAccountPlanStateOutcomeCallable
Aws::Utils::Outcome< GetFreeTierUsageResult, FreeTierError > GetFreeTierUsageOutcome
std::future< ListAccountActivitiesOutcome > ListAccountActivitiesOutcomeCallable
std::future< UpgradeAccountPlanOutcome > UpgradeAccountPlanOutcomeCallable
std::function< void(const FreeTierClient *, const Model::UpgradeAccountPlanRequest &, const Model::UpgradeAccountPlanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpgradeAccountPlanResponseReceivedHandler
std::function< void(const FreeTierClient *, const Model::GetFreeTierUsageRequest &, const Model::GetFreeTierUsageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetFreeTierUsageResponseReceivedHandler
std::function< void(const FreeTierClient *, const Model::GetAccountActivityRequest &, const Model::GetAccountActivityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAccountActivityResponseReceivedHandler
std::function< void(const FreeTierClient *, const Model::ListAccountActivitiesRequest &, const Model::ListAccountActivitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListAccountActivitiesResponseReceivedHandler
std::function< void(const FreeTierClient *, const Model::GetAccountPlanStateRequest &, const Model::GetAccountPlanStateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAccountPlanStateResponseReceivedHandler