/** * 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 VoiceIDClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in VoiceIDClient 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 VoiceID { using VoiceIDClientConfiguration = Aws::Client::GenericClientConfiguration; using VoiceIDEndpointProviderBase = Aws::VoiceID::Endpoint::VoiceIDEndpointProviderBase; using VoiceIDEndpointProvider = Aws::VoiceID::Endpoint::VoiceIDEndpointProvider; namespace Model { /* Service model forward declarations required in VoiceIDClient header */ class AssociateFraudsterRequest; class CreateDomainRequest; class CreateWatchlistRequest; class DeleteDomainRequest; class DeleteFraudsterRequest; class DeleteSpeakerRequest; class DeleteWatchlistRequest; class DescribeDomainRequest; class DescribeFraudsterRequest; class DescribeFraudsterRegistrationJobRequest; class DescribeSpeakerRequest; class DescribeSpeakerEnrollmentJobRequest; class DescribeWatchlistRequest; class DisassociateFraudsterRequest; class EvaluateSessionRequest; class ListDomainsRequest; class ListFraudsterRegistrationJobsRequest; class ListFraudstersRequest; class ListSpeakerEnrollmentJobsRequest; class ListSpeakersRequest; class ListTagsForResourceRequest; class ListWatchlistsRequest; class OptOutSpeakerRequest; class StartFraudsterRegistrationJobRequest; class StartSpeakerEnrollmentJobRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateDomainRequest; class UpdateWatchlistRequest; /* End of service model forward declarations required in VoiceIDClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome AssociateFraudsterOutcome; typedef Aws::Utils::Outcome CreateDomainOutcome; typedef Aws::Utils::Outcome CreateWatchlistOutcome; typedef Aws::Utils::Outcome DeleteDomainOutcome; typedef Aws::Utils::Outcome DeleteFraudsterOutcome; typedef Aws::Utils::Outcome DeleteSpeakerOutcome; typedef Aws::Utils::Outcome DeleteWatchlistOutcome; typedef Aws::Utils::Outcome DescribeDomainOutcome; typedef Aws::Utils::Outcome DescribeFraudsterOutcome; typedef Aws::Utils::Outcome DescribeFraudsterRegistrationJobOutcome; typedef Aws::Utils::Outcome DescribeSpeakerOutcome; typedef Aws::Utils::Outcome DescribeSpeakerEnrollmentJobOutcome; typedef Aws::Utils::Outcome DescribeWatchlistOutcome; typedef Aws::Utils::Outcome DisassociateFraudsterOutcome; typedef Aws::Utils::Outcome EvaluateSessionOutcome; typedef Aws::Utils::Outcome ListDomainsOutcome; typedef Aws::Utils::Outcome ListFraudsterRegistrationJobsOutcome; typedef Aws::Utils::Outcome ListFraudstersOutcome; typedef Aws::Utils::Outcome ListSpeakerEnrollmentJobsOutcome; typedef Aws::Utils::Outcome ListSpeakersOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome ListWatchlistsOutcome; typedef Aws::Utils::Outcome OptOutSpeakerOutcome; typedef Aws::Utils::Outcome StartFraudsterRegistrationJobOutcome; typedef Aws::Utils::Outcome StartSpeakerEnrollmentJobOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateDomainOutcome; typedef Aws::Utils::Outcome UpdateWatchlistOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future AssociateFraudsterOutcomeCallable; typedef std::future CreateDomainOutcomeCallable; typedef std::future CreateWatchlistOutcomeCallable; typedef std::future DeleteDomainOutcomeCallable; typedef std::future DeleteFraudsterOutcomeCallable; typedef std::future DeleteSpeakerOutcomeCallable; typedef std::future DeleteWatchlistOutcomeCallable; typedef std::future DescribeDomainOutcomeCallable; typedef std::future DescribeFraudsterOutcomeCallable; typedef std::future DescribeFraudsterRegistrationJobOutcomeCallable; typedef std::future DescribeSpeakerOutcomeCallable; typedef std::future DescribeSpeakerEnrollmentJobOutcomeCallable; typedef std::future DescribeWatchlistOutcomeCallable; typedef std::future DisassociateFraudsterOutcomeCallable; typedef std::future EvaluateSessionOutcomeCallable; typedef std::future ListDomainsOutcomeCallable; typedef std::future ListFraudsterRegistrationJobsOutcomeCallable; typedef std::future ListFraudstersOutcomeCallable; typedef std::future ListSpeakerEnrollmentJobsOutcomeCallable; typedef std::future ListSpeakersOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future ListWatchlistsOutcomeCallable; typedef std::future OptOutSpeakerOutcomeCallable; typedef std::future StartFraudsterRegistrationJobOutcomeCallable; typedef std::future StartSpeakerEnrollmentJobOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateDomainOutcomeCallable; typedef std::future UpdateWatchlistOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class VoiceIDClient; /* Service model async handlers definitions */ typedef std::function&) > AssociateFraudsterResponseReceivedHandler; typedef std::function&) > CreateDomainResponseReceivedHandler; typedef std::function&) > CreateWatchlistResponseReceivedHandler; typedef std::function&) > DeleteDomainResponseReceivedHandler; typedef std::function&) > DeleteFraudsterResponseReceivedHandler; typedef std::function&) > DeleteSpeakerResponseReceivedHandler; typedef std::function&) > DeleteWatchlistResponseReceivedHandler; typedef std::function&) > DescribeDomainResponseReceivedHandler; typedef std::function&) > DescribeFraudsterResponseReceivedHandler; typedef std::function&) > DescribeFraudsterRegistrationJobResponseReceivedHandler; typedef std::function&) > DescribeSpeakerResponseReceivedHandler; typedef std::function&) > DescribeSpeakerEnrollmentJobResponseReceivedHandler; typedef std::function&) > DescribeWatchlistResponseReceivedHandler; typedef std::function&) > DisassociateFraudsterResponseReceivedHandler; typedef std::function&) > EvaluateSessionResponseReceivedHandler; typedef std::function&) > ListDomainsResponseReceivedHandler; typedef std::function&) > ListFraudsterRegistrationJobsResponseReceivedHandler; typedef std::function&) > ListFraudstersResponseReceivedHandler; typedef std::function&) > ListSpeakerEnrollmentJobsResponseReceivedHandler; typedef std::function&) > ListSpeakersResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > ListWatchlistsResponseReceivedHandler; typedef std::function&) > OptOutSpeakerResponseReceivedHandler; typedef std::function&) > StartFraudsterRegistrationJobResponseReceivedHandler; typedef std::function&) > StartSpeakerEnrollmentJobResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateDomainResponseReceivedHandler; typedef std::function&) > UpdateWatchlistResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace VoiceID } // namespace Aws