/** * 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 SignerClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in SignerClient 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 signer { using SignerClientConfiguration = Aws::Client::GenericClientConfiguration; using SignerEndpointProviderBase = Aws::signer::Endpoint::SignerEndpointProviderBase; using SignerEndpointProvider = Aws::signer::Endpoint::SignerEndpointProvider; namespace Model { /* Service model forward declarations required in SignerClient header */ class AddProfilePermissionRequest; class CancelSigningProfileRequest; class DescribeSigningJobRequest; class GetRevocationStatusRequest; class GetSigningPlatformRequest; class GetSigningProfileRequest; class ListProfilePermissionsRequest; class ListSigningJobsRequest; class ListSigningPlatformsRequest; class ListSigningProfilesRequest; class ListTagsForResourceRequest; class PutSigningProfileRequest; class RemoveProfilePermissionRequest; class RevokeSignatureRequest; class RevokeSigningProfileRequest; class SignPayloadRequest; class StartSigningJobRequest; class TagResourceRequest; class UntagResourceRequest; /* End of service model forward declarations required in SignerClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome AddProfilePermissionOutcome; typedef Aws::Utils::Outcome CancelSigningProfileOutcome; typedef Aws::Utils::Outcome DescribeSigningJobOutcome; typedef Aws::Utils::Outcome GetRevocationStatusOutcome; typedef Aws::Utils::Outcome GetSigningPlatformOutcome; typedef Aws::Utils::Outcome GetSigningProfileOutcome; typedef Aws::Utils::Outcome ListProfilePermissionsOutcome; typedef Aws::Utils::Outcome ListSigningJobsOutcome; typedef Aws::Utils::Outcome ListSigningPlatformsOutcome; typedef Aws::Utils::Outcome ListSigningProfilesOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome PutSigningProfileOutcome; typedef Aws::Utils::Outcome RemoveProfilePermissionOutcome; typedef Aws::Utils::Outcome RevokeSignatureOutcome; typedef Aws::Utils::Outcome RevokeSigningProfileOutcome; typedef Aws::Utils::Outcome SignPayloadOutcome; typedef Aws::Utils::Outcome StartSigningJobOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future AddProfilePermissionOutcomeCallable; typedef std::future CancelSigningProfileOutcomeCallable; typedef std::future DescribeSigningJobOutcomeCallable; typedef std::future GetRevocationStatusOutcomeCallable; typedef std::future GetSigningPlatformOutcomeCallable; typedef std::future GetSigningProfileOutcomeCallable; typedef std::future ListProfilePermissionsOutcomeCallable; typedef std::future ListSigningJobsOutcomeCallable; typedef std::future ListSigningPlatformsOutcomeCallable; typedef std::future ListSigningProfilesOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future PutSigningProfileOutcomeCallable; typedef std::future RemoveProfilePermissionOutcomeCallable; typedef std::future RevokeSignatureOutcomeCallable; typedef std::future RevokeSigningProfileOutcomeCallable; typedef std::future SignPayloadOutcomeCallable; typedef std::future StartSigningJobOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class SignerClient; /* Service model async handlers definitions */ typedef std::function&) > AddProfilePermissionResponseReceivedHandler; typedef std::function&) > CancelSigningProfileResponseReceivedHandler; typedef std::function&) > DescribeSigningJobResponseReceivedHandler; typedef std::function&) > GetRevocationStatusResponseReceivedHandler; typedef std::function&) > GetSigningPlatformResponseReceivedHandler; typedef std::function&) > GetSigningProfileResponseReceivedHandler; typedef std::function&) > ListProfilePermissionsResponseReceivedHandler; typedef std::function&) > ListSigningJobsResponseReceivedHandler; typedef std::function&) > ListSigningPlatformsResponseReceivedHandler; typedef std::function&) > ListSigningProfilesResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > PutSigningProfileResponseReceivedHandler; typedef std::function&) > RemoveProfilePermissionResponseReceivedHandler; typedef std::function&) > RevokeSignatureResponseReceivedHandler; typedef std::function&) > RevokeSigningProfileResponseReceivedHandler; typedef std::function&) > SignPayloadResponseReceivedHandler; typedef std::function&) > StartSigningJobResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace signer } // namespace Aws