/** * 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 ConnectParticipantClient header */ #include #include #include #include #include #include #include #include /* End of service model headers required in ConnectParticipantClient 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 ConnectParticipant { using ConnectParticipantClientConfiguration = Aws::Client::GenericClientConfiguration; using ConnectParticipantEndpointProviderBase = Aws::ConnectParticipant::Endpoint::ConnectParticipantEndpointProviderBase; using ConnectParticipantEndpointProvider = Aws::ConnectParticipant::Endpoint::ConnectParticipantEndpointProvider; namespace Model { /* Service model forward declarations required in ConnectParticipantClient header */ class CompleteAttachmentUploadRequest; class CreateParticipantConnectionRequest; class DisconnectParticipantRequest; class GetAttachmentRequest; class GetTranscriptRequest; class SendEventRequest; class SendMessageRequest; class StartAttachmentUploadRequest; /* End of service model forward declarations required in ConnectParticipantClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CompleteAttachmentUploadOutcome; typedef Aws::Utils::Outcome CreateParticipantConnectionOutcome; typedef Aws::Utils::Outcome DisconnectParticipantOutcome; typedef Aws::Utils::Outcome GetAttachmentOutcome; typedef Aws::Utils::Outcome GetTranscriptOutcome; typedef Aws::Utils::Outcome SendEventOutcome; typedef Aws::Utils::Outcome SendMessageOutcome; typedef Aws::Utils::Outcome StartAttachmentUploadOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CompleteAttachmentUploadOutcomeCallable; typedef std::future CreateParticipantConnectionOutcomeCallable; typedef std::future DisconnectParticipantOutcomeCallable; typedef std::future GetAttachmentOutcomeCallable; typedef std::future GetTranscriptOutcomeCallable; typedef std::future SendEventOutcomeCallable; typedef std::future SendMessageOutcomeCallable; typedef std::future StartAttachmentUploadOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class ConnectParticipantClient; /* Service model async handlers definitions */ typedef std::function&) > CompleteAttachmentUploadResponseReceivedHandler; typedef std::function&) > CreateParticipantConnectionResponseReceivedHandler; typedef std::function&) > DisconnectParticipantResponseReceivedHandler; typedef std::function&) > GetAttachmentResponseReceivedHandler; typedef std::function&) > GetTranscriptResponseReceivedHandler; typedef std::function&) > SendEventResponseReceivedHandler; typedef std::function&) > SendMessageResponseReceivedHandler; typedef std::function&) > StartAttachmentUploadResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace ConnectParticipant } // namespace Aws