/** * 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 KinesisVideoSignalingChannelsClient header */ #include #include /* End of service model headers required in KinesisVideoSignalingChannelsClient 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 KinesisVideoSignalingChannels { using KinesisVideoSignalingChannelsClientConfiguration = Aws::Client::GenericClientConfiguration; using KinesisVideoSignalingChannelsEndpointProviderBase = Aws::KinesisVideoSignalingChannels::Endpoint::KinesisVideoSignalingChannelsEndpointProviderBase; using KinesisVideoSignalingChannelsEndpointProvider = Aws::KinesisVideoSignalingChannels::Endpoint::KinesisVideoSignalingChannelsEndpointProvider; namespace Model { /* Service model forward declarations required in KinesisVideoSignalingChannelsClient header */ class GetIceServerConfigRequest; class SendAlexaOfferToMasterRequest; /* End of service model forward declarations required in KinesisVideoSignalingChannelsClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome GetIceServerConfigOutcome; typedef Aws::Utils::Outcome SendAlexaOfferToMasterOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future GetIceServerConfigOutcomeCallable; typedef std::future SendAlexaOfferToMasterOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class KinesisVideoSignalingChannelsClient; /* Service model async handlers definitions */ typedef std::function&) > GetIceServerConfigResponseReceivedHandler; typedef std::function&) > SendAlexaOfferToMasterResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace KinesisVideoSignalingChannels } // namespace Aws