/** * 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 PaymentCryptographyDataClient header */ #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in PaymentCryptographyDataClient 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 PaymentCryptographyData { using PaymentCryptographyDataClientConfiguration = Aws::Client::GenericClientConfiguration; using PaymentCryptographyDataEndpointProviderBase = Aws::PaymentCryptographyData::Endpoint::PaymentCryptographyDataEndpointProviderBase; using PaymentCryptographyDataEndpointProvider = Aws::PaymentCryptographyData::Endpoint::PaymentCryptographyDataEndpointProvider; namespace Model { /* Service model forward declarations required in PaymentCryptographyDataClient header */ class DecryptDataRequest; class EncryptDataRequest; class GenerateCardValidationDataRequest; class GenerateMacRequest; class GeneratePinDataRequest; class ReEncryptDataRequest; class TranslatePinDataRequest; class VerifyAuthRequestCryptogramRequest; class VerifyCardValidationDataRequest; class VerifyMacRequest; class VerifyPinDataRequest; /* End of service model forward declarations required in PaymentCryptographyDataClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome DecryptDataOutcome; typedef Aws::Utils::Outcome EncryptDataOutcome; typedef Aws::Utils::Outcome GenerateCardValidationDataOutcome; typedef Aws::Utils::Outcome GenerateMacOutcome; typedef Aws::Utils::Outcome GeneratePinDataOutcome; typedef Aws::Utils::Outcome ReEncryptDataOutcome; typedef Aws::Utils::Outcome TranslatePinDataOutcome; typedef Aws::Utils::Outcome VerifyAuthRequestCryptogramOutcome; typedef Aws::Utils::Outcome VerifyCardValidationDataOutcome; typedef Aws::Utils::Outcome VerifyMacOutcome; typedef Aws::Utils::Outcome VerifyPinDataOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future DecryptDataOutcomeCallable; typedef std::future EncryptDataOutcomeCallable; typedef std::future GenerateCardValidationDataOutcomeCallable; typedef std::future GenerateMacOutcomeCallable; typedef std::future GeneratePinDataOutcomeCallable; typedef std::future ReEncryptDataOutcomeCallable; typedef std::future TranslatePinDataOutcomeCallable; typedef std::future VerifyAuthRequestCryptogramOutcomeCallable; typedef std::future VerifyCardValidationDataOutcomeCallable; typedef std::future VerifyMacOutcomeCallable; typedef std::future VerifyPinDataOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class PaymentCryptographyDataClient; /* Service model async handlers definitions */ typedef std::function&) > DecryptDataResponseReceivedHandler; typedef std::function&) > EncryptDataResponseReceivedHandler; typedef std::function&) > GenerateCardValidationDataResponseReceivedHandler; typedef std::function&) > GenerateMacResponseReceivedHandler; typedef std::function&) > GeneratePinDataResponseReceivedHandler; typedef std::function&) > ReEncryptDataResponseReceivedHandler; typedef std::function&) > TranslatePinDataResponseReceivedHandler; typedef std::function&) > VerifyAuthRequestCryptogramResponseReceivedHandler; typedef std::function&) > VerifyCardValidationDataResponseReceivedHandler; typedef std::function&) > VerifyMacResponseReceivedHandler; typedef std::function&) > VerifyPinDataResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace PaymentCryptographyData } // namespace Aws