AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AutoScalingPlansServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/autoscaling-plans/AutoScalingPlansErrors.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/autoscaling-plans/AutoScalingPlansEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in AutoScalingPlansClient header */
21#include <aws/autoscaling-plans/model/CreateScalingPlanResult.h>
22#include <aws/autoscaling-plans/model/DeleteScalingPlanResult.h>
23#include <aws/autoscaling-plans/model/DescribeScalingPlanResourcesResult.h>
24#include <aws/autoscaling-plans/model/DescribeScalingPlansResult.h>
25#include <aws/autoscaling-plans/model/GetScalingPlanResourceForecastDataResult.h>
26#include <aws/autoscaling-plans/model/UpdateScalingPlanResult.h>
27#include <aws/autoscaling-plans/model/DescribeScalingPlansRequest.h>
28/* End of service model headers required in AutoScalingPlansClient 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 AutoScalingPlans
60 {
64
65 namespace Model
66 {
67 /* Service model forward declarations required in AutoScalingPlansClient header */
74 /* End of service model forward declarations required in AutoScalingPlansClient 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<CreateScalingPlanOutcome> CreateScalingPlanOutcomeCallable;
87 typedef std::future<DeleteScalingPlanOutcome> DeleteScalingPlanOutcomeCallable;
88 typedef std::future<DescribeScalingPlanResourcesOutcome> DescribeScalingPlanResourcesOutcomeCallable;
89 typedef std::future<DescribeScalingPlansOutcome> DescribeScalingPlansOutcomeCallable;
90 typedef std::future<GetScalingPlanResourceForecastDataOutcome> GetScalingPlanResourceForecastDataOutcomeCallable;
91 typedef std::future<UpdateScalingPlanOutcome> UpdateScalingPlanOutcomeCallable;
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 AutoScalingPlansClient*, const Model::CreateScalingPlanRequest&, const Model::CreateScalingPlanOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateScalingPlanResponseReceivedHandler;
99 typedef std::function<void(const AutoScalingPlansClient*, const Model::DeleteScalingPlanRequest&, const Model::DeleteScalingPlanOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteScalingPlanResponseReceivedHandler;
100 typedef std::function<void(const AutoScalingPlansClient*, const Model::DescribeScalingPlanResourcesRequest&, const Model::DescribeScalingPlanResourcesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeScalingPlanResourcesResponseReceivedHandler;
101 typedef std::function<void(const AutoScalingPlansClient*, const Model::DescribeScalingPlansRequest&, const Model::DescribeScalingPlansOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeScalingPlansResponseReceivedHandler;
102 typedef std::function<void(const AutoScalingPlansClient*, const Model::GetScalingPlanResourceForecastDataRequest&, const Model::GetScalingPlanResourceForecastDataOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetScalingPlanResourceForecastDataResponseReceivedHandler;
103 typedef std::function<void(const AutoScalingPlansClient*, const Model::UpdateScalingPlanRequest&, const Model::UpdateScalingPlanOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateScalingPlanResponseReceivedHandler;
104 /* End of service model async handlers definitions */
105 } // namespace AutoScalingPlans
106} // namespace Aws
EndpointProviderBase< AutoScalingPlansClientConfiguration, AutoScalingPlansBuiltInParameters, AutoScalingPlansClientContextParameters > AutoScalingPlansEndpointProviderBase
Aws::Utils::Outcome< UpdateScalingPlanResult, AutoScalingPlansError > UpdateScalingPlanOutcome
std::future< CreateScalingPlanOutcome > CreateScalingPlanOutcomeCallable
Aws::Utils::Outcome< DescribeScalingPlansResult, AutoScalingPlansError > DescribeScalingPlansOutcome
std::future< DescribeScalingPlansOutcome > DescribeScalingPlansOutcomeCallable
std::future< DescribeScalingPlanResourcesOutcome > DescribeScalingPlanResourcesOutcomeCallable
std::future< UpdateScalingPlanOutcome > UpdateScalingPlanOutcomeCallable
Aws::Utils::Outcome< GetScalingPlanResourceForecastDataResult, AutoScalingPlansError > GetScalingPlanResourceForecastDataOutcome
std::future< DeleteScalingPlanOutcome > DeleteScalingPlanOutcomeCallable
Aws::Utils::Outcome< DescribeScalingPlanResourcesResult, AutoScalingPlansError > DescribeScalingPlanResourcesOutcome
Aws::Utils::Outcome< DeleteScalingPlanResult, AutoScalingPlansError > DeleteScalingPlanOutcome
Aws::Utils::Outcome< CreateScalingPlanResult, AutoScalingPlansError > CreateScalingPlanOutcome
std::future< GetScalingPlanResourceForecastDataOutcome > GetScalingPlanResourceForecastDataOutcomeCallable
std::function< void(const AutoScalingPlansClient *, const Model::UpdateScalingPlanRequest &, const Model::UpdateScalingPlanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateScalingPlanResponseReceivedHandler
std::function< void(const AutoScalingPlansClient *, const Model::DeleteScalingPlanRequest &, const Model::DeleteScalingPlanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteScalingPlanResponseReceivedHandler
std::function< void(const AutoScalingPlansClient *, const Model::GetScalingPlanResourceForecastDataRequest &, const Model::GetScalingPlanResourceForecastDataOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetScalingPlanResourceForecastDataResponseReceivedHandler
std::function< void(const AutoScalingPlansClient *, const Model::DescribeScalingPlanResourcesRequest &, const Model::DescribeScalingPlanResourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeScalingPlanResourcesResponseReceivedHandler
std::function< void(const AutoScalingPlansClient *, const Model::CreateScalingPlanRequest &, const Model::CreateScalingPlanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateScalingPlanResponseReceivedHandler
std::function< void(const AutoScalingPlansClient *, const Model::DescribeScalingPlansRequest &, const Model::DescribeScalingPlansOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeScalingPlansResponseReceivedHandler