/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once /* Generic header includes */ #include #include #include #include #include #include #include #include #include /* End of generic header includes */ /* Service model headers required in ApplicationAutoScalingClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in ApplicationAutoScalingClient header */ namespace Aws { namespace Http { class HttpClient; class HttpClientFactory; } // namespace Http namespace Utils { template< typename R, typename E> class Outcome; namespace Threading { class Executor; } // namespace Threading } // namespace Utils namespace Auth { class AWSCredentials; class AWSCredentialsProvider; } // namespace Auth namespace Client { class RetryStrategy; } // namespace Client namespace ApplicationAutoScaling { using ApplicationAutoScalingClientConfiguration = Aws::Client::GenericClientConfiguration; using ApplicationAutoScalingEndpointProviderBase = Aws::ApplicationAutoScaling::Endpoint::ApplicationAutoScalingEndpointProviderBase; using ApplicationAutoScalingEndpointProvider = Aws::ApplicationAutoScaling::Endpoint::ApplicationAutoScalingEndpointProvider; namespace Model { /* Service model forward declarations required in ApplicationAutoScalingClient header */ class DeleteScalingPolicyRequest; class DeleteScheduledActionRequest; class DeregisterScalableTargetRequest; class DescribeScalableTargetsRequest; class DescribeScalingActivitiesRequest; class DescribeScalingPoliciesRequest; class DescribeScheduledActionsRequest; class ListTagsForResourceRequest; class PutScalingPolicyRequest; class PutScheduledActionRequest; class RegisterScalableTargetRequest; class TagResourceRequest; class UntagResourceRequest; /* End of service model forward declarations required in ApplicationAutoScalingClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome DeleteScalingPolicyOutcome; typedef Aws::Utils::Outcome DeleteScheduledActionOutcome; typedef Aws::Utils::Outcome DeregisterScalableTargetOutcome; typedef Aws::Utils::Outcome DescribeScalableTargetsOutcome; typedef Aws::Utils::Outcome DescribeScalingActivitiesOutcome; typedef Aws::Utils::Outcome DescribeScalingPoliciesOutcome; typedef Aws::Utils::Outcome DescribeScheduledActionsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome PutScalingPolicyOutcome; typedef Aws::Utils::Outcome PutScheduledActionOutcome; typedef Aws::Utils::Outcome RegisterScalableTargetOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future DeleteScalingPolicyOutcomeCallable; typedef std::future DeleteScheduledActionOutcomeCallable; typedef std::future DeregisterScalableTargetOutcomeCallable; typedef std::future DescribeScalableTargetsOutcomeCallable; typedef std::future DescribeScalingActivitiesOutcomeCallable; typedef std::future DescribeScalingPoliciesOutcomeCallable; typedef std::future DescribeScheduledActionsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future PutScalingPolicyOutcomeCallable; typedef std::future PutScheduledActionOutcomeCallable; typedef std::future RegisterScalableTargetOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class ApplicationAutoScalingClient; /* Service model async handlers definitions */ typedef std::function&) > DeleteScalingPolicyResponseReceivedHandler; typedef std::function&) > DeleteScheduledActionResponseReceivedHandler; typedef std::function&) > DeregisterScalableTargetResponseReceivedHandler; typedef std::function&) > DescribeScalableTargetsResponseReceivedHandler; typedef std::function&) > DescribeScalingActivitiesResponseReceivedHandler; typedef std::function&) > DescribeScalingPoliciesResponseReceivedHandler; typedef std::function&) > DescribeScheduledActionsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > PutScalingPolicyResponseReceivedHandler; typedef std::function&) > PutScheduledActionResponseReceivedHandler; typedef std::function&) > RegisterScalableTargetResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace ApplicationAutoScaling } // namespace Aws