AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ApplicationAutoScalingServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/application-autoscaling/ApplicationAutoScalingErrors.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/application-autoscaling/ApplicationAutoScalingEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in ApplicationAutoScalingClient header */
21#include <aws/application-autoscaling/model/DeleteScalingPolicyResult.h>
22#include <aws/application-autoscaling/model/DeleteScheduledActionResult.h>
23#include <aws/application-autoscaling/model/DeregisterScalableTargetResult.h>
24#include <aws/application-autoscaling/model/DescribeScalableTargetsResult.h>
25#include <aws/application-autoscaling/model/DescribeScalingActivitiesResult.h>
26#include <aws/application-autoscaling/model/DescribeScalingPoliciesResult.h>
27#include <aws/application-autoscaling/model/DescribeScheduledActionsResult.h>
28#include <aws/application-autoscaling/model/ListTagsForResourceResult.h>
29#include <aws/application-autoscaling/model/PutScalingPolicyResult.h>
30#include <aws/application-autoscaling/model/PutScheduledActionResult.h>
31#include <aws/application-autoscaling/model/RegisterScalableTargetResult.h>
32#include <aws/application-autoscaling/model/TagResourceResult.h>
33#include <aws/application-autoscaling/model/UntagResourceResult.h>
34/* End of service model headers required in ApplicationAutoScalingClient header */
35
36namespace Aws
37{
38 namespace Http
39 {
40 class HttpClient;
41 class HttpClientFactory;
42 } // namespace Http
43
44 namespace Utils
45 {
46 template< typename R, typename E> class Outcome;
47
48 namespace Threading
49 {
50 class Executor;
51 } // namespace Threading
52 } // namespace Utils
53
54 namespace Auth
55 {
56 class AWSCredentials;
57 class AWSCredentialsProvider;
58 } // namespace Auth
59
60 namespace Client
61 {
62 class RetryStrategy;
63 } // namespace Client
64
65 namespace ApplicationAutoScaling
66 {
70
71 namespace Model
72 {
73 /* Service model forward declarations required in ApplicationAutoScalingClient header */
87 /* End of service model forward declarations required in ApplicationAutoScalingClient header */
88
89 /* Service model Outcome class definitions */
103 /* End of service model Outcome class definitions */
104
105 /* Service model Outcome callable definitions */
106 typedef std::future<DeleteScalingPolicyOutcome> DeleteScalingPolicyOutcomeCallable;
107 typedef std::future<DeleteScheduledActionOutcome> DeleteScheduledActionOutcomeCallable;
108 typedef std::future<DeregisterScalableTargetOutcome> DeregisterScalableTargetOutcomeCallable;
109 typedef std::future<DescribeScalableTargetsOutcome> DescribeScalableTargetsOutcomeCallable;
110 typedef std::future<DescribeScalingActivitiesOutcome> DescribeScalingActivitiesOutcomeCallable;
111 typedef std::future<DescribeScalingPoliciesOutcome> DescribeScalingPoliciesOutcomeCallable;
112 typedef std::future<DescribeScheduledActionsOutcome> DescribeScheduledActionsOutcomeCallable;
113 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
114 typedef std::future<PutScalingPolicyOutcome> PutScalingPolicyOutcomeCallable;
115 typedef std::future<PutScheduledActionOutcome> PutScheduledActionOutcomeCallable;
116 typedef std::future<RegisterScalableTargetOutcome> RegisterScalableTargetOutcomeCallable;
117 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
118 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
119 /* End of service model Outcome callable definitions */
120 } // namespace Model
121
123
124 /* Service model async handlers definitions */
125 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::DeleteScalingPolicyRequest&, const Model::DeleteScalingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteScalingPolicyResponseReceivedHandler;
126 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::DeleteScheduledActionRequest&, const Model::DeleteScheduledActionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteScheduledActionResponseReceivedHandler;
127 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::DeregisterScalableTargetRequest&, const Model::DeregisterScalableTargetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeregisterScalableTargetResponseReceivedHandler;
128 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::DescribeScalableTargetsRequest&, const Model::DescribeScalableTargetsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeScalableTargetsResponseReceivedHandler;
129 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::DescribeScalingActivitiesRequest&, const Model::DescribeScalingActivitiesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeScalingActivitiesResponseReceivedHandler;
130 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::DescribeScalingPoliciesRequest&, const Model::DescribeScalingPoliciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeScalingPoliciesResponseReceivedHandler;
131 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::DescribeScheduledActionsRequest&, const Model::DescribeScheduledActionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeScheduledActionsResponseReceivedHandler;
132 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
133 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::PutScalingPolicyRequest&, const Model::PutScalingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutScalingPolicyResponseReceivedHandler;
134 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::PutScheduledActionRequest&, const Model::PutScheduledActionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutScheduledActionResponseReceivedHandler;
135 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::RegisterScalableTargetRequest&, const Model::RegisterScalableTargetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RegisterScalableTargetResponseReceivedHandler;
136 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
137 typedef std::function<void(const ApplicationAutoScalingClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
138 /* End of service model async handlers definitions */
139 } // namespace ApplicationAutoScaling
140} // namespace Aws
EndpointProviderBase< ApplicationAutoScalingClientConfiguration, ApplicationAutoScalingBuiltInParameters, ApplicationAutoScalingClientContextParameters > ApplicationAutoScalingEndpointProviderBase
Aws::Utils::Outcome< DescribeScheduledActionsResult, ApplicationAutoScalingError > DescribeScheduledActionsOutcome
std::future< DeleteScheduledActionOutcome > DeleteScheduledActionOutcomeCallable
std::future< DescribeScalableTargetsOutcome > DescribeScalableTargetsOutcomeCallable
std::future< DescribeScalingPoliciesOutcome > DescribeScalingPoliciesOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< PutScalingPolicyOutcome > PutScalingPolicyOutcomeCallable
std::future< DeleteScalingPolicyOutcome > DeleteScalingPolicyOutcomeCallable
std::future< DeregisterScalableTargetOutcome > DeregisterScalableTargetOutcomeCallable
Aws::Utils::Outcome< DeleteScalingPolicyResult, ApplicationAutoScalingError > DeleteScalingPolicyOutcome
Aws::Utils::Outcome< DeregisterScalableTargetResult, ApplicationAutoScalingError > DeregisterScalableTargetOutcome
Aws::Utils::Outcome< DescribeScalingPoliciesResult, ApplicationAutoScalingError > DescribeScalingPoliciesOutcome
Aws::Utils::Outcome< DescribeScalableTargetsResult, ApplicationAutoScalingError > DescribeScalableTargetsOutcome
Aws::Utils::Outcome< PutScheduledActionResult, ApplicationAutoScalingError > PutScheduledActionOutcome
std::future< DescribeScheduledActionsOutcome > DescribeScheduledActionsOutcomeCallable
std::future< DescribeScalingActivitiesOutcome > DescribeScalingActivitiesOutcomeCallable
Aws::Utils::Outcome< DescribeScalingActivitiesResult, ApplicationAutoScalingError > DescribeScalingActivitiesOutcome
Aws::Utils::Outcome< UntagResourceResult, ApplicationAutoScalingError > UntagResourceOutcome
std::future< PutScheduledActionOutcome > PutScheduledActionOutcomeCallable
Aws::Utils::Outcome< RegisterScalableTargetResult, ApplicationAutoScalingError > RegisterScalableTargetOutcome
Aws::Utils::Outcome< TagResourceResult, ApplicationAutoScalingError > TagResourceOutcome
Aws::Utils::Outcome< PutScalingPolicyResult, ApplicationAutoScalingError > PutScalingPolicyOutcome
std::future< RegisterScalableTargetOutcome > RegisterScalableTargetOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, ApplicationAutoScalingError > ListTagsForResourceOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< DeleteScheduledActionResult, ApplicationAutoScalingError > DeleteScheduledActionOutcome
std::function< void(const ApplicationAutoScalingClient *, const Model::RegisterScalableTargetRequest &, const Model::RegisterScalableTargetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RegisterScalableTargetResponseReceivedHandler
std::function< void(const ApplicationAutoScalingClient *, const Model::PutScalingPolicyRequest &, const Model::PutScalingPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutScalingPolicyResponseReceivedHandler
std::function< void(const ApplicationAutoScalingClient *, const Model::PutScheduledActionRequest &, const Model::PutScheduledActionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutScheduledActionResponseReceivedHandler
std::function< void(const ApplicationAutoScalingClient *, const Model::DeleteScheduledActionRequest &, const Model::DeleteScheduledActionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteScheduledActionResponseReceivedHandler
std::function< void(const ApplicationAutoScalingClient *, const Model::DescribeScalingActivitiesRequest &, const Model::DescribeScalingActivitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeScalingActivitiesResponseReceivedHandler
std::function< void(const ApplicationAutoScalingClient *, const Model::DeregisterScalableTargetRequest &, const Model::DeregisterScalableTargetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeregisterScalableTargetResponseReceivedHandler
std::function< void(const ApplicationAutoScalingClient *, const Model::DescribeScalingPoliciesRequest &, const Model::DescribeScalingPoliciesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeScalingPoliciesResponseReceivedHandler
std::function< void(const ApplicationAutoScalingClient *, const Model::DescribeScheduledActionsRequest &, const Model::DescribeScheduledActionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeScheduledActionsResponseReceivedHandler
std::function< void(const ApplicationAutoScalingClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const ApplicationAutoScalingClient *, const Model::DescribeScalableTargetsRequest &, const Model::DescribeScalableTargetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeScalableTargetsResponseReceivedHandler
std::function< void(const ApplicationAutoScalingClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const ApplicationAutoScalingClient *, const Model::DeleteScalingPolicyRequest &, const Model::DeleteScalingPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteScalingPolicyResponseReceivedHandler
std::function< void(const ApplicationAutoScalingClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler