/** * 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 PricingClient header */ #include #include #include #include #include /* End of service model headers required in PricingClient 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 Pricing { using PricingClientConfiguration = Aws::Client::GenericClientConfiguration; using PricingEndpointProviderBase = Aws::Pricing::Endpoint::PricingEndpointProviderBase; using PricingEndpointProvider = Aws::Pricing::Endpoint::PricingEndpointProvider; namespace Model { /* Service model forward declarations required in PricingClient header */ class DescribeServicesRequest; class GetAttributeValuesRequest; class GetPriceListFileUrlRequest; class GetProductsRequest; class ListPriceListsRequest; /* End of service model forward declarations required in PricingClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome DescribeServicesOutcome; typedef Aws::Utils::Outcome GetAttributeValuesOutcome; typedef Aws::Utils::Outcome GetPriceListFileUrlOutcome; typedef Aws::Utils::Outcome GetProductsOutcome; typedef Aws::Utils::Outcome ListPriceListsOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future DescribeServicesOutcomeCallable; typedef std::future GetAttributeValuesOutcomeCallable; typedef std::future GetPriceListFileUrlOutcomeCallable; typedef std::future GetProductsOutcomeCallable; typedef std::future ListPriceListsOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class PricingClient; /* Service model async handlers definitions */ typedef std::function&) > DescribeServicesResponseReceivedHandler; typedef std::function&) > GetAttributeValuesResponseReceivedHandler; typedef std::function&) > GetPriceListFileUrlResponseReceivedHandler; typedef std::function&) > GetProductsResponseReceivedHandler; typedef std::function&) > ListPriceListsResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace Pricing } // namespace Aws