/** * 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 KinesisVideoArchivedMediaClient header */ #include #include #include #include #include #include /* End of service model headers required in KinesisVideoArchivedMediaClient 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 KinesisVideoArchivedMedia { using KinesisVideoArchivedMediaClientConfiguration = Aws::Client::GenericClientConfiguration; using KinesisVideoArchivedMediaEndpointProviderBase = Aws::KinesisVideoArchivedMedia::Endpoint::KinesisVideoArchivedMediaEndpointProviderBase; using KinesisVideoArchivedMediaEndpointProvider = Aws::KinesisVideoArchivedMedia::Endpoint::KinesisVideoArchivedMediaEndpointProvider; namespace Model { /* Service model forward declarations required in KinesisVideoArchivedMediaClient header */ class GetClipRequest; class GetDASHStreamingSessionURLRequest; class GetHLSStreamingSessionURLRequest; class GetImagesRequest; class GetMediaForFragmentListRequest; class ListFragmentsRequest; /* End of service model forward declarations required in KinesisVideoArchivedMediaClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome GetClipOutcome; typedef Aws::Utils::Outcome GetDASHStreamingSessionURLOutcome; typedef Aws::Utils::Outcome GetHLSStreamingSessionURLOutcome; typedef Aws::Utils::Outcome GetImagesOutcome; typedef Aws::Utils::Outcome GetMediaForFragmentListOutcome; typedef Aws::Utils::Outcome ListFragmentsOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future GetClipOutcomeCallable; typedef std::future GetDASHStreamingSessionURLOutcomeCallable; typedef std::future GetHLSStreamingSessionURLOutcomeCallable; typedef std::future GetImagesOutcomeCallable; typedef std::future GetMediaForFragmentListOutcomeCallable; typedef std::future ListFragmentsOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class KinesisVideoArchivedMediaClient; /* Service model async handlers definitions */ typedef std::function&) > GetClipResponseReceivedHandler; typedef std::function&) > GetDASHStreamingSessionURLResponseReceivedHandler; typedef std::function&) > GetHLSStreamingSessionURLResponseReceivedHandler; typedef std::function&) > GetImagesResponseReceivedHandler; typedef std::function&) > GetMediaForFragmentListResponseReceivedHandler; typedef std::function&) > ListFragmentsResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace KinesisVideoArchivedMedia } // namespace Aws