/** * 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 PaymentCryptographyClient header */ #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 PaymentCryptographyClient 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 PaymentCryptography { using PaymentCryptographyClientConfiguration = Aws::Client::GenericClientConfiguration; using PaymentCryptographyEndpointProviderBase = Aws::PaymentCryptography::Endpoint::PaymentCryptographyEndpointProviderBase; using PaymentCryptographyEndpointProvider = Aws::PaymentCryptography::Endpoint::PaymentCryptographyEndpointProvider; namespace Model { /* Service model forward declarations required in PaymentCryptographyClient header */ class CreateAliasRequest; class CreateKeyRequest; class DeleteAliasRequest; class DeleteKeyRequest; class ExportKeyRequest; class GetAliasRequest; class GetKeyRequest; class GetParametersForExportRequest; class GetParametersForImportRequest; class GetPublicKeyCertificateRequest; class ImportKeyRequest; class ListAliasesRequest; class ListKeysRequest; class ListTagsForResourceRequest; class RestoreKeyRequest; class StartKeyUsageRequest; class StopKeyUsageRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateAliasRequest; /* End of service model forward declarations required in PaymentCryptographyClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateAliasOutcome; typedef Aws::Utils::Outcome CreateKeyOutcome; typedef Aws::Utils::Outcome DeleteAliasOutcome; typedef Aws::Utils::Outcome DeleteKeyOutcome; typedef Aws::Utils::Outcome ExportKeyOutcome; typedef Aws::Utils::Outcome GetAliasOutcome; typedef Aws::Utils::Outcome GetKeyOutcome; typedef Aws::Utils::Outcome GetParametersForExportOutcome; typedef Aws::Utils::Outcome GetParametersForImportOutcome; typedef Aws::Utils::Outcome GetPublicKeyCertificateOutcome; typedef Aws::Utils::Outcome ImportKeyOutcome; typedef Aws::Utils::Outcome ListAliasesOutcome; typedef Aws::Utils::Outcome ListKeysOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome RestoreKeyOutcome; typedef Aws::Utils::Outcome StartKeyUsageOutcome; typedef Aws::Utils::Outcome StopKeyUsageOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateAliasOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateAliasOutcomeCallable; typedef std::future CreateKeyOutcomeCallable; typedef std::future DeleteAliasOutcomeCallable; typedef std::future DeleteKeyOutcomeCallable; typedef std::future ExportKeyOutcomeCallable; typedef std::future GetAliasOutcomeCallable; typedef std::future GetKeyOutcomeCallable; typedef std::future GetParametersForExportOutcomeCallable; typedef std::future GetParametersForImportOutcomeCallable; typedef std::future GetPublicKeyCertificateOutcomeCallable; typedef std::future ImportKeyOutcomeCallable; typedef std::future ListAliasesOutcomeCallable; typedef std::future ListKeysOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future RestoreKeyOutcomeCallable; typedef std::future StartKeyUsageOutcomeCallable; typedef std::future StopKeyUsageOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateAliasOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class PaymentCryptographyClient; /* Service model async handlers definitions */ typedef std::function&) > CreateAliasResponseReceivedHandler; typedef std::function&) > CreateKeyResponseReceivedHandler; typedef std::function&) > DeleteAliasResponseReceivedHandler; typedef std::function&) > DeleteKeyResponseReceivedHandler; typedef std::function&) > ExportKeyResponseReceivedHandler; typedef std::function&) > GetAliasResponseReceivedHandler; typedef std::function&) > GetKeyResponseReceivedHandler; typedef std::function&) > GetParametersForExportResponseReceivedHandler; typedef std::function&) > GetParametersForImportResponseReceivedHandler; typedef std::function&) > GetPublicKeyCertificateResponseReceivedHandler; typedef std::function&) > ImportKeyResponseReceivedHandler; typedef std::function&) > ListAliasesResponseReceivedHandler; typedef std::function&) > ListKeysResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > RestoreKeyResponseReceivedHandler; typedef std::function&) > StartKeyUsageResponseReceivedHandler; typedef std::function&) > StopKeyUsageResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateAliasResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace PaymentCryptography } // namespace Aws