/** * 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 SavingsPlansClient header */ #include #include #include #include #include #include #include #include #include /* End of service model headers required in SavingsPlansClient 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 SavingsPlans { using SavingsPlansClientConfiguration = Aws::Client::GenericClientConfiguration; using SavingsPlansEndpointProviderBase = Aws::SavingsPlans::Endpoint::SavingsPlansEndpointProviderBase; using SavingsPlansEndpointProvider = Aws::SavingsPlans::Endpoint::SavingsPlansEndpointProvider; namespace Model { /* Service model forward declarations required in SavingsPlansClient header */ class CreateSavingsPlanRequest; class DeleteQueuedSavingsPlanRequest; class DescribeSavingsPlanRatesRequest; class DescribeSavingsPlansRequest; class DescribeSavingsPlansOfferingRatesRequest; class DescribeSavingsPlansOfferingsRequest; class ListTagsForResourceRequest; class TagResourceRequest; class UntagResourceRequest; /* End of service model forward declarations required in SavingsPlansClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateSavingsPlanOutcome; typedef Aws::Utils::Outcome DeleteQueuedSavingsPlanOutcome; typedef Aws::Utils::Outcome DescribeSavingsPlanRatesOutcome; typedef Aws::Utils::Outcome DescribeSavingsPlansOutcome; typedef Aws::Utils::Outcome DescribeSavingsPlansOfferingRatesOutcome; typedef Aws::Utils::Outcome DescribeSavingsPlansOfferingsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; 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 CreateSavingsPlanOutcomeCallable; typedef std::future DeleteQueuedSavingsPlanOutcomeCallable; typedef std::future DescribeSavingsPlanRatesOutcomeCallable; typedef std::future DescribeSavingsPlansOutcomeCallable; typedef std::future DescribeSavingsPlansOfferingRatesOutcomeCallable; typedef std::future DescribeSavingsPlansOfferingsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class SavingsPlansClient; /* Service model async handlers definitions */ typedef std::function&) > CreateSavingsPlanResponseReceivedHandler; typedef std::function&) > DeleteQueuedSavingsPlanResponseReceivedHandler; typedef std::function&) > DescribeSavingsPlanRatesResponseReceivedHandler; typedef std::function&) > DescribeSavingsPlansResponseReceivedHandler; typedef std::function&) > DescribeSavingsPlansOfferingRatesResponseReceivedHandler; typedef std::function&) > DescribeSavingsPlansOfferingsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace SavingsPlans } // namespace Aws