{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.Signer
(
defaultService,
_ValidationException,
_AccessDeniedException,
_ConflictException,
_ServiceLimitExceededException,
_NotFoundException,
_ThrottlingException,
_TooManyRequestsException,
_InternalServiceErrorException,
_ResourceNotFoundException,
_BadRequestException,
newSuccessfulSigningJob,
StartSigningJob (StartSigningJob'),
newStartSigningJob,
StartSigningJobResponse (StartSigningJobResponse'),
newStartSigningJobResponse,
ListTagsForResource (ListTagsForResource'),
newListTagsForResource,
ListTagsForResourceResponse (ListTagsForResourceResponse'),
newListTagsForResourceResponse,
RevokeSigningProfile (RevokeSigningProfile'),
newRevokeSigningProfile,
RevokeSigningProfileResponse (RevokeSigningProfileResponse'),
newRevokeSigningProfileResponse,
CancelSigningProfile (CancelSigningProfile'),
newCancelSigningProfile,
CancelSigningProfileResponse (CancelSigningProfileResponse'),
newCancelSigningProfileResponse,
PutSigningProfile (PutSigningProfile'),
newPutSigningProfile,
PutSigningProfileResponse (PutSigningProfileResponse'),
newPutSigningProfileResponse,
AddProfilePermission (AddProfilePermission'),
newAddProfilePermission,
AddProfilePermissionResponse (AddProfilePermissionResponse'),
newAddProfilePermissionResponse,
ListSigningProfiles (ListSigningProfiles'),
newListSigningProfiles,
ListSigningProfilesResponse (ListSigningProfilesResponse'),
newListSigningProfilesResponse,
ListProfilePermissions (ListProfilePermissions'),
newListProfilePermissions,
ListProfilePermissionsResponse (ListProfilePermissionsResponse'),
newListProfilePermissionsResponse,
RevokeSignature (RevokeSignature'),
newRevokeSignature,
RevokeSignatureResponse (RevokeSignatureResponse'),
newRevokeSignatureResponse,
GetSigningPlatform (GetSigningPlatform'),
newGetSigningPlatform,
GetSigningPlatformResponse (GetSigningPlatformResponse'),
newGetSigningPlatformResponse,
ListSigningPlatforms (ListSigningPlatforms'),
newListSigningPlatforms,
ListSigningPlatformsResponse (ListSigningPlatformsResponse'),
newListSigningPlatformsResponse,
ListSigningJobs (ListSigningJobs'),
newListSigningJobs,
ListSigningJobsResponse (ListSigningJobsResponse'),
newListSigningJobsResponse,
TagResource (TagResource'),
newTagResource,
TagResourceResponse (TagResourceResponse'),
newTagResourceResponse,
UntagResource (UntagResource'),
newUntagResource,
UntagResourceResponse (UntagResourceResponse'),
newUntagResourceResponse,
RemoveProfilePermission (RemoveProfilePermission'),
newRemoveProfilePermission,
RemoveProfilePermissionResponse (RemoveProfilePermissionResponse'),
newRemoveProfilePermissionResponse,
GetSigningProfile (GetSigningProfile'),
newGetSigningProfile,
GetSigningProfileResponse (GetSigningProfileResponse'),
newGetSigningProfileResponse,
DescribeSigningJob (DescribeSigningJob'),
newDescribeSigningJob,
DescribeSigningJobResponse (DescribeSigningJobResponse'),
newDescribeSigningJobResponse,
Category (..),
EncryptionAlgorithm (..),
HashAlgorithm (..),
ImageFormat (..),
SigningProfileStatus (..),
SigningStatus (..),
ValidityType (..),
Destination (Destination'),
newDestination,
EncryptionAlgorithmOptions (EncryptionAlgorithmOptions'),
newEncryptionAlgorithmOptions,
HashAlgorithmOptions (HashAlgorithmOptions'),
newHashAlgorithmOptions,
Permission (Permission'),
newPermission,
S3Destination (S3Destination'),
newS3Destination,
S3SignedObject (S3SignedObject'),
newS3SignedObject,
S3Source (S3Source'),
newS3Source,
SignatureValidityPeriod (SignatureValidityPeriod'),
newSignatureValidityPeriod,
SignedObject (SignedObject'),
newSignedObject,
SigningConfiguration (SigningConfiguration'),
newSigningConfiguration,
SigningConfigurationOverrides (SigningConfigurationOverrides'),
newSigningConfigurationOverrides,
SigningImageFormat (SigningImageFormat'),
newSigningImageFormat,
SigningJob (SigningJob'),
newSigningJob,
SigningJobRevocationRecord (SigningJobRevocationRecord'),
newSigningJobRevocationRecord,
SigningMaterial (SigningMaterial'),
newSigningMaterial,
SigningPlatform (SigningPlatform'),
newSigningPlatform,
SigningPlatformOverrides (SigningPlatformOverrides'),
newSigningPlatformOverrides,
SigningProfile (SigningProfile'),
newSigningProfile,
SigningProfileRevocationRecord (SigningProfileRevocationRecord'),
newSigningProfileRevocationRecord,
Source (Source'),
newSource,
)
where
import Amazonka.Signer.AddProfilePermission
import Amazonka.Signer.CancelSigningProfile
import Amazonka.Signer.DescribeSigningJob
import Amazonka.Signer.GetSigningPlatform
import Amazonka.Signer.GetSigningProfile
import Amazonka.Signer.Lens
import Amazonka.Signer.ListProfilePermissions
import Amazonka.Signer.ListSigningJobs
import Amazonka.Signer.ListSigningPlatforms
import Amazonka.Signer.ListSigningProfiles
import Amazonka.Signer.ListTagsForResource
import Amazonka.Signer.PutSigningProfile
import Amazonka.Signer.RemoveProfilePermission
import Amazonka.Signer.RevokeSignature
import Amazonka.Signer.RevokeSigningProfile
import Amazonka.Signer.StartSigningJob
import Amazonka.Signer.TagResource
import Amazonka.Signer.Types
import Amazonka.Signer.UntagResource
import Amazonka.Signer.Waiters