/** * 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 MediaStoreDataClient header */ #include #include #include #include #include /* End of service model headers required in MediaStoreDataClient 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 MediaStoreData { using MediaStoreDataClientConfiguration = Aws::Client::GenericClientConfiguration; using MediaStoreDataEndpointProviderBase = Aws::MediaStoreData::Endpoint::MediaStoreDataEndpointProviderBase; using MediaStoreDataEndpointProvider = Aws::MediaStoreData::Endpoint::MediaStoreDataEndpointProvider; namespace Model { /* Service model forward declarations required in MediaStoreDataClient header */ class DeleteObjectRequest; class DescribeObjectRequest; class GetObjectRequest; class ListItemsRequest; class PutObjectRequest; /* End of service model forward declarations required in MediaStoreDataClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome DeleteObjectOutcome; typedef Aws::Utils::Outcome DescribeObjectOutcome; typedef Aws::Utils::Outcome GetObjectOutcome; typedef Aws::Utils::Outcome ListItemsOutcome; typedef Aws::Utils::Outcome PutObjectOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future DeleteObjectOutcomeCallable; typedef std::future DescribeObjectOutcomeCallable; typedef std::future GetObjectOutcomeCallable; typedef std::future ListItemsOutcomeCallable; typedef std::future PutObjectOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class MediaStoreDataClient; /* Service model async handlers definitions */ typedef std::function&) > DeleteObjectResponseReceivedHandler; typedef std::function&) > DescribeObjectResponseReceivedHandler; typedef std::function&) > GetObjectResponseReceivedHandler; typedef std::function&) > ListItemsResponseReceivedHandler; typedef std::function&) > PutObjectResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace MediaStoreData } // namespace Aws