/** * 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 ChimeSDKMeetingsClient header */ #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in ChimeSDKMeetingsClient 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 ChimeSDKMeetings { using ChimeSDKMeetingsClientConfiguration = Aws::Client::GenericClientConfiguration; using ChimeSDKMeetingsEndpointProviderBase = Aws::ChimeSDKMeetings::Endpoint::ChimeSDKMeetingsEndpointProviderBase; using ChimeSDKMeetingsEndpointProvider = Aws::ChimeSDKMeetings::Endpoint::ChimeSDKMeetingsEndpointProvider; namespace Model { /* Service model forward declarations required in ChimeSDKMeetingsClient header */ class BatchCreateAttendeeRequest; class BatchUpdateAttendeeCapabilitiesExceptRequest; class CreateAttendeeRequest; class CreateMeetingRequest; class CreateMeetingWithAttendeesRequest; class DeleteAttendeeRequest; class DeleteMeetingRequest; class GetAttendeeRequest; class GetMeetingRequest; class ListAttendeesRequest; class ListTagsForResourceRequest; class StartMeetingTranscriptionRequest; class StopMeetingTranscriptionRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateAttendeeCapabilitiesRequest; /* End of service model forward declarations required in ChimeSDKMeetingsClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome BatchCreateAttendeeOutcome; typedef Aws::Utils::Outcome BatchUpdateAttendeeCapabilitiesExceptOutcome; typedef Aws::Utils::Outcome CreateAttendeeOutcome; typedef Aws::Utils::Outcome CreateMeetingOutcome; typedef Aws::Utils::Outcome CreateMeetingWithAttendeesOutcome; typedef Aws::Utils::Outcome DeleteAttendeeOutcome; typedef Aws::Utils::Outcome DeleteMeetingOutcome; typedef Aws::Utils::Outcome GetAttendeeOutcome; typedef Aws::Utils::Outcome GetMeetingOutcome; typedef Aws::Utils::Outcome ListAttendeesOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome StartMeetingTranscriptionOutcome; typedef Aws::Utils::Outcome StopMeetingTranscriptionOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateAttendeeCapabilitiesOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future BatchCreateAttendeeOutcomeCallable; typedef std::future BatchUpdateAttendeeCapabilitiesExceptOutcomeCallable; typedef std::future CreateAttendeeOutcomeCallable; typedef std::future CreateMeetingOutcomeCallable; typedef std::future CreateMeetingWithAttendeesOutcomeCallable; typedef std::future DeleteAttendeeOutcomeCallable; typedef std::future DeleteMeetingOutcomeCallable; typedef std::future GetAttendeeOutcomeCallable; typedef std::future GetMeetingOutcomeCallable; typedef std::future ListAttendeesOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future StartMeetingTranscriptionOutcomeCallable; typedef std::future StopMeetingTranscriptionOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateAttendeeCapabilitiesOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class ChimeSDKMeetingsClient; /* Service model async handlers definitions */ typedef std::function&) > BatchCreateAttendeeResponseReceivedHandler; typedef std::function&) > BatchUpdateAttendeeCapabilitiesExceptResponseReceivedHandler; typedef std::function&) > CreateAttendeeResponseReceivedHandler; typedef std::function&) > CreateMeetingResponseReceivedHandler; typedef std::function&) > CreateMeetingWithAttendeesResponseReceivedHandler; typedef std::function&) > DeleteAttendeeResponseReceivedHandler; typedef std::function&) > DeleteMeetingResponseReceivedHandler; typedef std::function&) > GetAttendeeResponseReceivedHandler; typedef std::function&) > GetMeetingResponseReceivedHandler; typedef std::function&) > ListAttendeesResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > StartMeetingTranscriptionResponseReceivedHandler; typedef std::function&) > StopMeetingTranscriptionResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateAttendeeCapabilitiesResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace ChimeSDKMeetings } // namespace Aws