/** * 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 PinpointSMSVoiceClient header */ #include #include #include #include #include #include #include #include /* End of service model headers required in PinpointSMSVoiceClient 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 PinpointSMSVoice { using PinpointSMSVoiceClientConfiguration = Aws::Client::GenericClientConfiguration; using PinpointSMSVoiceEndpointProviderBase = Aws::PinpointSMSVoice::Endpoint::PinpointSMSVoiceEndpointProviderBase; using PinpointSMSVoiceEndpointProvider = Aws::PinpointSMSVoice::Endpoint::PinpointSMSVoiceEndpointProvider; namespace Model { /* Service model forward declarations required in PinpointSMSVoiceClient header */ class CreateConfigurationSetRequest; class CreateConfigurationSetEventDestinationRequest; class DeleteConfigurationSetRequest; class DeleteConfigurationSetEventDestinationRequest; class GetConfigurationSetEventDestinationsRequest; class ListConfigurationSetsRequest; class SendVoiceMessageRequest; class UpdateConfigurationSetEventDestinationRequest; /* End of service model forward declarations required in PinpointSMSVoiceClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateConfigurationSetOutcome; typedef Aws::Utils::Outcome CreateConfigurationSetEventDestinationOutcome; typedef Aws::Utils::Outcome DeleteConfigurationSetOutcome; typedef Aws::Utils::Outcome DeleteConfigurationSetEventDestinationOutcome; typedef Aws::Utils::Outcome GetConfigurationSetEventDestinationsOutcome; typedef Aws::Utils::Outcome ListConfigurationSetsOutcome; typedef Aws::Utils::Outcome SendVoiceMessageOutcome; typedef Aws::Utils::Outcome UpdateConfigurationSetEventDestinationOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateConfigurationSetOutcomeCallable; typedef std::future CreateConfigurationSetEventDestinationOutcomeCallable; typedef std::future DeleteConfigurationSetOutcomeCallable; typedef std::future DeleteConfigurationSetEventDestinationOutcomeCallable; typedef std::future GetConfigurationSetEventDestinationsOutcomeCallable; typedef std::future ListConfigurationSetsOutcomeCallable; typedef std::future SendVoiceMessageOutcomeCallable; typedef std::future UpdateConfigurationSetEventDestinationOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class PinpointSMSVoiceClient; /* Service model async handlers definitions */ typedef std::function&) > CreateConfigurationSetResponseReceivedHandler; typedef std::function&) > CreateConfigurationSetEventDestinationResponseReceivedHandler; typedef std::function&) > DeleteConfigurationSetResponseReceivedHandler; typedef std::function&) > DeleteConfigurationSetEventDestinationResponseReceivedHandler; typedef std::function&) > GetConfigurationSetEventDestinationsResponseReceivedHandler; typedef std::function&) > ListConfigurationSetsResponseReceivedHandler; typedef std::function&) > SendVoiceMessageResponseReceivedHandler; typedef std::function&) > UpdateConfigurationSetEventDestinationResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace PinpointSMSVoice } // namespace Aws