AWS SDK for C++

AWS SDK for C++ Version 1.11.680

Loading...
Searching...
No Matches
FreeTierServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/freetier/FreeTierEndpointProvider.h>
15#include <aws/freetier/FreeTierErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in FreeTierClient header */
22#include <aws/freetier/model/GetAccountActivityResult.h>
23#include <aws/freetier/model/GetAccountPlanStateRequest.h>
24#include <aws/freetier/model/GetAccountPlanStateResult.h>
25#include <aws/freetier/model/GetFreeTierUsageRequest.h>
26#include <aws/freetier/model/GetFreeTierUsageResult.h>
27#include <aws/freetier/model/ListAccountActivitiesRequest.h>
28#include <aws/freetier/model/ListAccountActivitiesResult.h>
29#include <aws/freetier/model/UpgradeAccountPlanResult.h>
30/* End of service model headers required in FreeTierClient header */
31
32namespace Aws {
33namespace Http {
34class HttpClient;
35class HttpClientFactory;
36} // namespace Http
37
38namespace Utils {
39template <typename R, typename E>
40class Outcome;
41
42namespace Threading {
43class Executor;
44} // namespace Threading
45} // namespace Utils
46
47namespace Auth {
48class AWSCredentials;
49class AWSCredentialsProvider;
50} // namespace Auth
51
52namespace Client {
53class RetryStrategy;
54} // namespace Client
55
56namespace FreeTier {
60
61namespace Model {
62/* Service model forward declarations required in FreeTierClient header */
68/* End of service model forward declarations required in FreeTierClient header */
69
70/* Service model Outcome class definitions */
76/* End of service model Outcome class definitions */
77
78/* Service model Outcome callable definitions */
79typedef std::future<GetAccountActivityOutcome> GetAccountActivityOutcomeCallable;
80typedef std::future<GetAccountPlanStateOutcome> GetAccountPlanStateOutcomeCallable;
81typedef std::future<GetFreeTierUsageOutcome> GetFreeTierUsageOutcomeCallable;
82typedef std::future<ListAccountActivitiesOutcome> ListAccountActivitiesOutcomeCallable;
83typedef std::future<UpgradeAccountPlanOutcome> UpgradeAccountPlanOutcomeCallable;
84/* End of service model Outcome callable definitions */
85} // namespace Model
86
87class FreeTierClient;
88
89/* Service model async handlers definitions */
90typedef std::function<void(const FreeTierClient*, const Model::GetAccountActivityRequest&, const Model::GetAccountActivityOutcome&,
91 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
93typedef std::function<void(const FreeTierClient*, const Model::GetAccountPlanStateRequest&, const Model::GetAccountPlanStateOutcome&,
94 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
96typedef std::function<void(const FreeTierClient*, const Model::GetFreeTierUsageRequest&, const Model::GetFreeTierUsageOutcome&,
97 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
99typedef std::function<void(const FreeTierClient*, const Model::ListAccountActivitiesRequest&, const Model::ListAccountActivitiesOutcome&,
100 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
102typedef std::function<void(const FreeTierClient*, const Model::UpgradeAccountPlanRequest&, const Model::UpgradeAccountPlanOutcome&,
103 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
105/* End of service model async handlers definitions */
106} // namespace FreeTier
107} // 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::GetAccountPlanStateRequest &, const Model::GetAccountPlanStateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAccountPlanStateResponseReceivedHandler
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::UpgradeAccountPlanRequest &, const Model::UpgradeAccountPlanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpgradeAccountPlanResponseReceivedHandler
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::GetFreeTierUsageRequest &, const Model::GetFreeTierUsageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFreeTierUsageResponseReceivedHandler