/** * 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 AutoScalingPlansClient header */ #include #include #include #include #include #include /* End of service model headers required in AutoScalingPlansClient 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 AutoScalingPlans { using AutoScalingPlansClientConfiguration = Aws::Client::GenericClientConfiguration; using AutoScalingPlansEndpointProviderBase = Aws::AutoScalingPlans::Endpoint::AutoScalingPlansEndpointProviderBase; using AutoScalingPlansEndpointProvider = Aws::AutoScalingPlans::Endpoint::AutoScalingPlansEndpointProvider; namespace Model { /* Service model forward declarations required in AutoScalingPlansClient header */ class CreateScalingPlanRequest; class DeleteScalingPlanRequest; class DescribeScalingPlanResourcesRequest; class DescribeScalingPlansRequest; class GetScalingPlanResourceForecastDataRequest; class UpdateScalingPlanRequest; /* End of service model forward declarations required in AutoScalingPlansClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateScalingPlanOutcome; typedef Aws::Utils::Outcome DeleteScalingPlanOutcome; typedef Aws::Utils::Outcome DescribeScalingPlanResourcesOutcome; typedef Aws::Utils::Outcome DescribeScalingPlansOutcome; typedef Aws::Utils::Outcome GetScalingPlanResourceForecastDataOutcome; typedef Aws::Utils::Outcome UpdateScalingPlanOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateScalingPlanOutcomeCallable; typedef std::future DeleteScalingPlanOutcomeCallable; typedef std::future DescribeScalingPlanResourcesOutcomeCallable; typedef std::future DescribeScalingPlansOutcomeCallable; typedef std::future GetScalingPlanResourceForecastDataOutcomeCallable; typedef std::future UpdateScalingPlanOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class AutoScalingPlansClient; /* Service model async handlers definitions */ typedef std::function&) > CreateScalingPlanResponseReceivedHandler; typedef std::function&) > DeleteScalingPlanResponseReceivedHandler; typedef std::function&) > DescribeScalingPlanResourcesResponseReceivedHandler; typedef std::function&) > DescribeScalingPlansResponseReceivedHandler; typedef std::function&) > GetScalingPlanResourceForecastDataResponseReceivedHandler; typedef std::function&) > UpdateScalingPlanResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace AutoScalingPlans } // namespace Aws