Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Service Configuration
- Errors
- Waiters
- Operations
- StartSigningJob
- ListTagsForResource
- RevokeSigningProfile
- CancelSigningProfile
- PutSigningProfile
- AddProfilePermission
- ListSigningProfiles (Paginated)
- ListProfilePermissions
- RevokeSignature
- GetSigningPlatform
- ListSigningPlatforms (Paginated)
- ListSigningJobs (Paginated)
- TagResource
- UntagResource
- RemoveProfilePermission
- GetSigningProfile
- DescribeSigningJob
- Types
- Category
- EncryptionAlgorithm
- HashAlgorithm
- ImageFormat
- SigningProfileStatus
- SigningStatus
- ValidityType
- Destination
- EncryptionAlgorithmOptions
- HashAlgorithmOptions
- Permission
- S3Destination
- S3SignedObject
- S3Source
- SignatureValidityPeriod
- SignedObject
- SigningConfiguration
- SigningConfigurationOverrides
- SigningImageFormat
- SigningJob
- SigningJobRevocationRecord
- SigningMaterial
- SigningPlatform
- SigningPlatformOverrides
- SigningProfile
- SigningProfileRevocationRecord
- Source
Derived from API version 2017-08-25
of the AWS service descriptions, licensed under Apache 2.0.
AWS Signer is a fully managed code signing service to help you ensure the trust and integrity of your code.
AWS Signer supports the following applications:
With code signing for AWS Lambda, you can sign AWS Lambda deployment packages. Integrated support is provided for Amazon S3, Amazon CloudWatch, and AWS CloudTrail. In order to sign code, you create a signing profile and then use Signer to sign Lambda zip files in S3.
With code signing for IoT, you can sign code for any IoT device that is supported by AWS. IoT code signing is available for Amazon FreeRTOS and AWS IoT Device Management, and is integrated with AWS Certificate Manager (ACM). In order to sign code, you import a third-party code signing certificate using ACM, and use that to sign updates in Amazon FreeRTOS and AWS IoT Device Management.
For more information about AWS Signer, see the AWS Signer Developer Guide.
Synopsis
- defaultService :: Service
- _ValidationException :: AsError a => Getting (First ServiceError) a ServiceError
- _AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConflictException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError
- _TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalServiceErrorException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _BadRequestException :: AsError a => Getting (First ServiceError) a ServiceError
- newSuccessfulSigningJob :: Wait DescribeSigningJob
- data StartSigningJob = StartSigningJob' (Maybe Text) Source Destination Text Text
- newStartSigningJob :: Source -> Destination -> Text -> Text -> StartSigningJob
- data StartSigningJobResponse = StartSigningJobResponse' (Maybe Text) (Maybe Text) Int
- newStartSigningJobResponse :: Int -> StartSigningJobResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (HashMap Text Text)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data RevokeSigningProfile = RevokeSigningProfile' Text Text POSIX Text
- newRevokeSigningProfile :: Text -> Text -> UTCTime -> Text -> RevokeSigningProfile
- data RevokeSigningProfileResponse = RevokeSigningProfileResponse' {
- newRevokeSigningProfileResponse :: RevokeSigningProfileResponse
- data CancelSigningProfile = CancelSigningProfile' Text
- newCancelSigningProfile :: Text -> CancelSigningProfile
- data CancelSigningProfileResponse = CancelSigningProfileResponse' {
- newCancelSigningProfileResponse :: CancelSigningProfileResponse
- data PutSigningProfile = PutSigningProfile' (Maybe SigningPlatformOverrides) (Maybe SigningMaterial) (Maybe SignatureValidityPeriod) (Maybe (HashMap Text Text)) (Maybe (HashMap Text Text)) Text Text
- newPutSigningProfile :: Text -> Text -> PutSigningProfile
- data PutSigningProfileResponse = PutSigningProfileResponse' (Maybe Text) (Maybe Text) (Maybe Text) Int
- newPutSigningProfileResponse :: Int -> PutSigningProfileResponse
- data AddProfilePermission = AddProfilePermission' (Maybe Text) (Maybe Text) Text Text Text Text
- newAddProfilePermission :: Text -> Text -> Text -> Text -> AddProfilePermission
- data AddProfilePermissionResponse = AddProfilePermissionResponse' (Maybe Text) Int
- newAddProfilePermissionResponse :: Int -> AddProfilePermissionResponse
- data ListSigningProfiles = ListSigningProfiles' (Maybe Text) (Maybe Text) (Maybe [SigningProfileStatus]) (Maybe Bool) (Maybe Natural)
- newListSigningProfiles :: ListSigningProfiles
- data ListSigningProfilesResponse = ListSigningProfilesResponse' (Maybe [SigningProfile]) (Maybe Text) Int
- newListSigningProfilesResponse :: Int -> ListSigningProfilesResponse
- data ListProfilePermissions = ListProfilePermissions' (Maybe Text) Text
- newListProfilePermissions :: Text -> ListProfilePermissions
- data ListProfilePermissionsResponse = ListProfilePermissionsResponse' (Maybe Int) (Maybe Text) (Maybe [Permission]) (Maybe Text) Int
- newListProfilePermissionsResponse :: Int -> ListProfilePermissionsResponse
- data RevokeSignature = RevokeSignature' (Maybe Text) Text Text
- newRevokeSignature :: Text -> Text -> RevokeSignature
- data RevokeSignatureResponse = RevokeSignatureResponse' {
- newRevokeSignatureResponse :: RevokeSignatureResponse
- data GetSigningPlatform = GetSigningPlatform' Text
- newGetSigningPlatform :: Text -> GetSigningPlatform
- data GetSigningPlatformResponse = GetSigningPlatformResponse' (Maybe Category) (Maybe SigningConfiguration) (Maybe Text) (Maybe Bool) (Maybe SigningImageFormat) (Maybe Text) (Maybe Text) (Maybe Int) (Maybe Text) Int
- newGetSigningPlatformResponse :: Int -> GetSigningPlatformResponse
- data ListSigningPlatforms = ListSigningPlatforms' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Natural) (Maybe Text)
- newListSigningPlatforms :: ListSigningPlatforms
- data ListSigningPlatformsResponse = ListSigningPlatformsResponse' (Maybe [SigningPlatform]) (Maybe Text) Int
- newListSigningPlatformsResponse :: Int -> ListSigningPlatformsResponse
- data ListSigningJobs = ListSigningJobs' (Maybe SigningStatus) (Maybe POSIX) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Natural)
- newListSigningJobs :: ListSigningJobs
- data ListSigningJobsResponse = ListSigningJobsResponse' (Maybe [SigningJob]) (Maybe Text) Int
- newListSigningJobsResponse :: Int -> ListSigningJobsResponse
- data TagResource = TagResource' Text (HashMap Text Text)
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data UntagResource = UntagResource' Text (NonEmpty Text)
- newUntagResource :: Text -> NonEmpty Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- data RemoveProfilePermission = RemoveProfilePermission' Text Text Text
- newRemoveProfilePermission :: Text -> Text -> Text -> RemoveProfilePermission
- data RemoveProfilePermissionResponse = RemoveProfilePermissionResponse' (Maybe Text) Int
- newRemoveProfilePermissionResponse :: Int -> RemoveProfilePermissionResponse
- data GetSigningProfile = GetSigningProfile' (Maybe Text) Text
- newGetSigningProfile :: Text -> GetSigningProfile
- data GetSigningProfileResponse = GetSigningProfileResponse' (Maybe SigningProfileStatus) (Maybe SigningPlatformOverrides) (Maybe Text) (Maybe Text) (Maybe SigningMaterial) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe SigningProfileRevocationRecord) (Maybe Text) (Maybe SignatureValidityPeriod) (Maybe (HashMap Text Text)) (Maybe (HashMap Text Text)) Int
- newGetSigningProfileResponse :: Int -> GetSigningProfileResponse
- data DescribeSigningJob = DescribeSigningJob' Text
- newDescribeSigningJob :: Text -> DescribeSigningJob
- data DescribeSigningJobResponse = DescribeSigningJobResponse' (Maybe SigningStatus) (Maybe SigningPlatformOverrides) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe SigningMaterial) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe SignedObject) (Maybe Text) (Maybe Source) (Maybe SigningJobRevocationRecord) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Int
- newDescribeSigningJobResponse :: Int -> DescribeSigningJobResponse
- newtype Category where
- Category' {
- fromCategory :: Text
- pattern Category_AWSIoT :: Category
- Category' {
- newtype EncryptionAlgorithm where
- newtype HashAlgorithm where
- HashAlgorithm' { }
- pattern HashAlgorithm_SHA1 :: HashAlgorithm
- pattern HashAlgorithm_SHA256 :: HashAlgorithm
- newtype ImageFormat where
- ImageFormat' { }
- pattern ImageFormat_JSON :: ImageFormat
- pattern ImageFormat_JSONDetached :: ImageFormat
- pattern ImageFormat_JSONEmbedded :: ImageFormat
- newtype SigningProfileStatus where
- newtype SigningStatus where
- SigningStatus' { }
- pattern SigningStatus_Failed :: SigningStatus
- pattern SigningStatus_InProgress :: SigningStatus
- pattern SigningStatus_Succeeded :: SigningStatus
- newtype ValidityType where
- ValidityType' { }
- pattern ValidityType_DAYS :: ValidityType
- pattern ValidityType_MONTHS :: ValidityType
- pattern ValidityType_YEARS :: ValidityType
- data Destination = Destination' (Maybe S3Destination)
- newDestination :: Destination
- data EncryptionAlgorithmOptions = EncryptionAlgorithmOptions' [EncryptionAlgorithm] EncryptionAlgorithm
- newEncryptionAlgorithmOptions :: EncryptionAlgorithm -> EncryptionAlgorithmOptions
- data HashAlgorithmOptions = HashAlgorithmOptions' [HashAlgorithm] HashAlgorithm
- newHashAlgorithmOptions :: HashAlgorithm -> HashAlgorithmOptions
- data Permission = Permission' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text)
- newPermission :: Permission
- data S3Destination = S3Destination' (Maybe Text) (Maybe Text)
- newS3Destination :: S3Destination
- data S3SignedObject = S3SignedObject' (Maybe Text) (Maybe Text)
- newS3SignedObject :: S3SignedObject
- data S3Source = S3Source' Text Text Text
- newS3Source :: Text -> Text -> Text -> S3Source
- data SignatureValidityPeriod = SignatureValidityPeriod' (Maybe Int) (Maybe ValidityType)
- newSignatureValidityPeriod :: SignatureValidityPeriod
- data SignedObject = SignedObject' (Maybe S3SignedObject)
- newSignedObject :: SignedObject
- data SigningConfiguration = SigningConfiguration' EncryptionAlgorithmOptions HashAlgorithmOptions
- newSigningConfiguration :: EncryptionAlgorithmOptions -> HashAlgorithmOptions -> SigningConfiguration
- data SigningConfigurationOverrides = SigningConfigurationOverrides' (Maybe HashAlgorithm) (Maybe EncryptionAlgorithm)
- newSigningConfigurationOverrides :: SigningConfigurationOverrides
- data SigningImageFormat = SigningImageFormat' [ImageFormat] ImageFormat
- newSigningImageFormat :: ImageFormat -> SigningImageFormat
- data SigningJob = SigningJob' (Maybe SigningStatus) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe SigningMaterial) (Maybe Bool) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe SignedObject) (Maybe Text) (Maybe Source) (Maybe Text) (Maybe Text)
- newSigningJob :: SigningJob
- data SigningJobRevocationRecord = SigningJobRevocationRecord' (Maybe Text) (Maybe POSIX) (Maybe Text)
- newSigningJobRevocationRecord :: SigningJobRevocationRecord
- data SigningMaterial = SigningMaterial' Text
- newSigningMaterial :: Text -> SigningMaterial
- data SigningPlatform = SigningPlatform' (Maybe Category) (Maybe SigningConfiguration) (Maybe Text) (Maybe Bool) (Maybe SigningImageFormat) (Maybe Text) (Maybe Text) (Maybe Int) (Maybe Text)
- newSigningPlatform :: SigningPlatform
- data SigningPlatformOverrides = SigningPlatformOverrides' (Maybe SigningConfigurationOverrides) (Maybe ImageFormat)
- newSigningPlatformOverrides :: SigningPlatformOverrides
- data SigningProfile = SigningProfile' (Maybe SigningProfileStatus) (Maybe Text) (Maybe Text) (Maybe SigningMaterial) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe SignatureValidityPeriod) (Maybe (HashMap Text Text)) (Maybe (HashMap Text Text))
- newSigningProfile :: SigningProfile
- data SigningProfileRevocationRecord = SigningProfileRevocationRecord' (Maybe Text) (Maybe POSIX) (Maybe POSIX)
- newSigningProfileRevocationRecord :: SigningProfileRevocationRecord
- data Source = Source' (Maybe S3Source)
- newSource :: Source
Service Configuration
defaultService :: Service Source #
API version 2017-08-25
of the Amazon Signer SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by Signer
.
ValidationException
_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You signing certificate could not be validated.
AccessDeniedException
_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You do not have sufficient access to perform this action.
ConflictException
_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource encountered a conflicting state.
ServiceLimitExceededException
_ServiceLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The client is making a request that exceeds service limits.
NotFoundException
_NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The signing profile was not found.
ThrottlingException
_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request was denied due to request throttling.
Instead of this error, TooManyRequestsException
should be used.
TooManyRequestsException
_TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The allowed number of job-signing requests has been exceeded.
This error supersedes the error ThrottlingException
.
InternalServiceErrorException
_InternalServiceErrorException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An internal error occurred.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
A specified resource could not be found.
BadRequestException
_BadRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request contains invalid parameters for the ARN or tags. This exception also occurs when you call a tagging API on a cancelled signing profile.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait
specification is fulfilled. The Wait
specification
determines how many attempts should be made, in addition to delay and retry strategies.
SuccessfulSigningJob
newSuccessfulSigningJob :: Wait DescribeSigningJob Source #
Polls DescribeSigningJob
every 20 seconds until a successful state is reached. An error is returned after 25 failed checks.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects
operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager
instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
StartSigningJob
data StartSigningJob Source #
See: newStartSigningJob
smart constructor.
Instances
:: Source | |
-> Destination | |
-> Text | |
-> Text | |
-> StartSigningJob |
Create a value of StartSigningJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:profileOwner:StartSigningJob'
, startSigningJob_profileOwner
- The AWS account ID of the signing profile owner.
$sel:source:StartSigningJob'
, startSigningJob_source
- The S3 bucket that contains the object to sign or a BLOB that contains
your raw code.
$sel:destination:StartSigningJob'
, startSigningJob_destination
- The S3 bucket in which to save your signed object. The destination
contains the name of your bucket and an optional prefix.
$sel:profileName:StartSigningJob'
, startSigningJob_profileName
- The name of the signing profile.
$sel:clientRequestToken:StartSigningJob'
, startSigningJob_clientRequestToken
- String that identifies the signing request. All calls after the first
that use this token return the same response as the first call.
data StartSigningJobResponse Source #
See: newStartSigningJobResponse
smart constructor.
Instances
newStartSigningJobResponse Source #
Create a value of StartSigningJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobId:StartSigningJobResponse'
, startSigningJobResponse_jobId
- The ID of your signing job.
$sel:jobOwner:StartSigningJobResponse'
, startSigningJobResponse_jobOwner
- The AWS account ID of the signing job owner.
$sel:httpStatus:StartSigningJobResponse'
, startSigningJobResponse_httpStatus
- The response's http status code.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource
smart constructor.
Instances
newListTagsForResource Source #
Create a value of ListTagsForResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:ListTagsForResource'
, listTagsForResource_resourceArn
- The Amazon Resource Name (ARN) for the signing profile.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse
smart constructor.
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:ListTagsForResourceResponse'
, listTagsForResourceResponse_tags
- A list of tags associated with the signing profile.
$sel:httpStatus:ListTagsForResourceResponse'
, listTagsForResourceResponse_httpStatus
- The response's http status code.
RevokeSigningProfile
data RevokeSigningProfile Source #
See: newRevokeSigningProfile
smart constructor.
Instances
newRevokeSigningProfile Source #
:: Text | |
-> Text | |
-> UTCTime | |
-> Text | |
-> RevokeSigningProfile |
Create a value of RevokeSigningProfile
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:profileVersion:RevokeSigningProfile'
, revokeSigningProfile_profileVersion
- The version of the signing profile to be revoked.
$sel:reason:RevokeSigningProfile'
, revokeSigningProfile_reason
- The reason for revoking a signing profile.
$sel:effectiveTime:RevokeSigningProfile'
, revokeSigningProfile_effectiveTime
- A timestamp for when revocation of a Signing Profile should become
effective. Signatures generated using the signing profile after this
timestamp are not trusted.
$sel:profileName:RevokeSigningProfile'
, revokeSigningProfile_profileName
- The name of the signing profile to be revoked.
data RevokeSigningProfileResponse Source #
See: newRevokeSigningProfileResponse
smart constructor.
Instances
newRevokeSigningProfileResponse :: RevokeSigningProfileResponse Source #
Create a value of RevokeSigningProfileResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
CancelSigningProfile
data CancelSigningProfile Source #
See: newCancelSigningProfile
smart constructor.
Instances
newCancelSigningProfile Source #
Create a value of CancelSigningProfile
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:profileName:CancelSigningProfile'
, cancelSigningProfile_profileName
- The name of the signing profile to be canceled.
data CancelSigningProfileResponse Source #
See: newCancelSigningProfileResponse
smart constructor.
Instances
newCancelSigningProfileResponse :: CancelSigningProfileResponse Source #
Create a value of CancelSigningProfileResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
PutSigningProfile
data PutSigningProfile Source #
See: newPutSigningProfile
smart constructor.
PutSigningProfile' (Maybe SigningPlatformOverrides) (Maybe SigningMaterial) (Maybe SignatureValidityPeriod) (Maybe (HashMap Text Text)) (Maybe (HashMap Text Text)) Text Text |
Instances
:: Text | |
-> Text | |
-> PutSigningProfile |
Create a value of PutSigningProfile
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:overrides:PutSigningProfile'
, putSigningProfile_overrides
- A subfield of platform
. This specifies any different configuration
options that you want to apply to the chosen platform (such as a
different hash-algorithm
or signing-algorithm
).
$sel:signingMaterial:PutSigningProfile'
, putSigningProfile_signingMaterial
- The AWS Certificate Manager certificate that will be used to sign code
with the new signing profile.
$sel:signatureValidityPeriod:PutSigningProfile'
, putSigningProfile_signatureValidityPeriod
- The default validity period override for any signature generated using
this signing profile. If unspecified, the default is 135 months.
$sel:signingParameters:PutSigningProfile'
, putSigningProfile_signingParameters
- Map of key-value pairs for signing. These can include any information
that you want to use during signing.
$sel:tags:PutSigningProfile'
, putSigningProfile_tags
- Tags to be associated with the signing profile that is being created.
$sel:profileName:PutSigningProfile'
, putSigningProfile_profileName
- The name of the signing profile to be created.
$sel:platformId:PutSigningProfile'
, putSigningProfile_platformId
- The ID of the signing platform to be created.
data PutSigningProfileResponse Source #
See: newPutSigningProfileResponse
smart constructor.
Instances
newPutSigningProfileResponse Source #
Create a value of PutSigningProfileResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:PutSigningProfileResponse'
, putSigningProfileResponse_arn
- The Amazon Resource Name (ARN) of the signing profile created.
$sel:profileVersion:PutSigningProfileResponse'
, putSigningProfileResponse_profileVersion
- The version of the signing profile being created.
$sel:profileVersionArn:PutSigningProfileResponse'
, putSigningProfileResponse_profileVersionArn
- The signing profile ARN, including the profile version.
$sel:httpStatus:PutSigningProfileResponse'
, putSigningProfileResponse_httpStatus
- The response's http status code.
AddProfilePermission
data AddProfilePermission Source #
See: newAddProfilePermission
smart constructor.
Instances
newAddProfilePermission Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> AddProfilePermission |
Create a value of AddProfilePermission
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:profileVersion:AddProfilePermission'
, addProfilePermission_profileVersion
- The version of the signing profile.
$sel:revisionId:AddProfilePermission'
, addProfilePermission_revisionId
- A unique identifier for the current profile revision.
$sel:action:AddProfilePermission'
, addProfilePermission_action
- The AWS Signer action permitted as part of cross-account permissions.
$sel:principal:AddProfilePermission'
, addProfilePermission_principal
- The AWS principal receiving cross-account permissions. This may be an
IAM role or another AWS account ID.
$sel:statementId:AddProfilePermission'
, addProfilePermission_statementId
- A unique identifier for the cross-account permission statement.
$sel:profileName:AddProfilePermission'
, addProfilePermission_profileName
- The human-readable name of the signing profile.
data AddProfilePermissionResponse Source #
See: newAddProfilePermissionResponse
smart constructor.
Instances
newAddProfilePermissionResponse Source #
Create a value of AddProfilePermissionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:revisionId:AddProfilePermission'
, addProfilePermissionResponse_revisionId
- A unique identifier for the current profile revision.
$sel:httpStatus:AddProfilePermissionResponse'
, addProfilePermissionResponse_httpStatus
- The response's http status code.
ListSigningProfiles (Paginated)
data ListSigningProfiles Source #
See: newListSigningProfiles
smart constructor.
ListSigningProfiles' (Maybe Text) (Maybe Text) (Maybe [SigningProfileStatus]) (Maybe Bool) (Maybe Natural) |
Instances
newListSigningProfiles :: ListSigningProfiles Source #
Create a value of ListSigningProfiles
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListSigningProfiles'
, listSigningProfiles_nextToken
- Value for specifying the next set of paginated results to return. After
you receive a response with truncated results, use this parameter in a
subsequent request. Set it to the value of nextToken
from the response
that you just received.
$sel:platformId:ListSigningProfiles'
, listSigningProfiles_platformId
- Filters results to return only signing jobs initiated for a specified
signing platform.
$sel:statuses:ListSigningProfiles'
, listSigningProfiles_statuses
- Filters results to return only signing jobs with statuses in the
specified list.
$sel:includeCanceled:ListSigningProfiles'
, listSigningProfiles_includeCanceled
- Designates whether to include profiles with the status of CANCELED
.
$sel:maxResults:ListSigningProfiles'
, listSigningProfiles_maxResults
- The maximum number of profiles to be returned.
data ListSigningProfilesResponse Source #
See: newListSigningProfilesResponse
smart constructor.
Instances
newListSigningProfilesResponse Source #
Create a value of ListSigningProfilesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:profiles:ListSigningProfilesResponse'
, listSigningProfilesResponse_profiles
- A list of profiles that are available in the AWS account. This includes
profiles with the status of CANCELED
if the includeCanceled
parameter is set to true
.
$sel:nextToken:ListSigningProfiles'
, listSigningProfilesResponse_nextToken
- Value for specifying the next set of paginated results to return.
$sel:httpStatus:ListSigningProfilesResponse'
, listSigningProfilesResponse_httpStatus
- The response's http status code.
ListProfilePermissions
data ListProfilePermissions Source #
See: newListProfilePermissions
smart constructor.
Instances
newListProfilePermissions Source #
Create a value of ListProfilePermissions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListProfilePermissions'
, listProfilePermissions_nextToken
- String for specifying the next set of paginated results.
$sel:profileName:ListProfilePermissions'
, listProfilePermissions_profileName
- Name of the signing profile containing the cross-account permissions.
data ListProfilePermissionsResponse Source #
See: newListProfilePermissionsResponse
smart constructor.
ListProfilePermissionsResponse' (Maybe Int) (Maybe Text) (Maybe [Permission]) (Maybe Text) Int |
Instances
newListProfilePermissionsResponse Source #
Create a value of ListProfilePermissionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:policySizeBytes:ListProfilePermissionsResponse'
, listProfilePermissionsResponse_policySizeBytes
- Total size of the policy associated with the Signing Profile in bytes.
$sel:nextToken:ListProfilePermissions'
, listProfilePermissionsResponse_nextToken
- String for specifying the next set of paginated results.
$sel:permissions:ListProfilePermissionsResponse'
, listProfilePermissionsResponse_permissions
- List of permissions associated with the Signing Profile.
$sel:revisionId:ListProfilePermissionsResponse'
, listProfilePermissionsResponse_revisionId
- The identifier for the current revision of profile permissions.
$sel:httpStatus:ListProfilePermissionsResponse'
, listProfilePermissionsResponse_httpStatus
- The response's http status code.
RevokeSignature
data RevokeSignature Source #
See: newRevokeSignature
smart constructor.
Instances
Create a value of RevokeSignature
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobOwner:RevokeSignature'
, revokeSignature_jobOwner
- AWS account ID of the job owner.
$sel:reason:RevokeSignature'
, revokeSignature_reason
- The reason for revoking the signing job.
$sel:jobId:RevokeSignature'
, revokeSignature_jobId
- ID of the signing job to be revoked.
data RevokeSignatureResponse Source #
See: newRevokeSignatureResponse
smart constructor.
Instances
Eq RevokeSignatureResponse Source # | |
Defined in Amazonka.Signer.RevokeSignature | |
Read RevokeSignatureResponse Source # | |
Show RevokeSignatureResponse Source # | |
Defined in Amazonka.Signer.RevokeSignature showsPrec :: Int -> RevokeSignatureResponse -> ShowS # show :: RevokeSignatureResponse -> String # showList :: [RevokeSignatureResponse] -> ShowS # | |
Generic RevokeSignatureResponse Source # | |
Defined in Amazonka.Signer.RevokeSignature type Rep RevokeSignatureResponse :: Type -> Type # | |
NFData RevokeSignatureResponse Source # | |
Defined in Amazonka.Signer.RevokeSignature rnf :: RevokeSignatureResponse -> () # | |
type Rep RevokeSignatureResponse Source # | |
newRevokeSignatureResponse :: RevokeSignatureResponse Source #
Create a value of RevokeSignatureResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
GetSigningPlatform
data GetSigningPlatform Source #
See: newGetSigningPlatform
smart constructor.
Instances
newGetSigningPlatform Source #
Create a value of GetSigningPlatform
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:platformId:GetSigningPlatform'
, getSigningPlatform_platformId
- The ID of the target signing platform.
data GetSigningPlatformResponse Source #
See: newGetSigningPlatformResponse
smart constructor.
GetSigningPlatformResponse' (Maybe Category) (Maybe SigningConfiguration) (Maybe Text) (Maybe Bool) (Maybe SigningImageFormat) (Maybe Text) (Maybe Text) (Maybe Int) (Maybe Text) Int |
Instances
newGetSigningPlatformResponse Source #
Create a value of GetSigningPlatformResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:category:GetSigningPlatformResponse'
, getSigningPlatformResponse_category
- The category type of the target signing platform.
$sel:signingConfiguration:GetSigningPlatformResponse'
, getSigningPlatformResponse_signingConfiguration
- A list of configurations applied to the target platform at signing.
$sel:partner:GetSigningPlatformResponse'
, getSigningPlatformResponse_partner
- A list of partner entities that use the target signing platform.
$sel:revocationSupported:GetSigningPlatformResponse'
, getSigningPlatformResponse_revocationSupported
- A flag indicating whether signatures generated for the signing platform
can be revoked.
$sel:signingImageFormat:GetSigningPlatformResponse'
, getSigningPlatformResponse_signingImageFormat
- The format of the target platform's signing image.
$sel:platformId:GetSigningPlatform'
, getSigningPlatformResponse_platformId
- The ID of the target signing platform.
$sel:displayName:GetSigningPlatformResponse'
, getSigningPlatformResponse_displayName
- The display name of the target signing platform.
$sel:maxSizeInMB:GetSigningPlatformResponse'
, getSigningPlatformResponse_maxSizeInMB
- The maximum size (in MB) of the payload that can be signed by the target
platform.
$sel:target:GetSigningPlatformResponse'
, getSigningPlatformResponse_target
- The validation template that is used by the target signing platform.
$sel:httpStatus:GetSigningPlatformResponse'
, getSigningPlatformResponse_httpStatus
- The response's http status code.
ListSigningPlatforms (Paginated)
data ListSigningPlatforms Source #
See: newListSigningPlatforms
smart constructor.
Instances
newListSigningPlatforms :: ListSigningPlatforms Source #
Create a value of ListSigningPlatforms
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:category:ListSigningPlatforms'
, listSigningPlatforms_category
- The category type of a signing platform.
$sel:partner:ListSigningPlatforms'
, listSigningPlatforms_partner
- Any partner entities connected to a signing platform.
$sel:nextToken:ListSigningPlatforms'
, listSigningPlatforms_nextToken
- Value for specifying the next set of paginated results to return. After
you receive a response with truncated results, use this parameter in a
subsequent request. Set it to the value of nextToken
from the response
that you just received.
$sel:maxResults:ListSigningPlatforms'
, listSigningPlatforms_maxResults
- The maximum number of results to be returned by this operation.
$sel:target:ListSigningPlatforms'
, listSigningPlatforms_target
- The validation template that is used by the target signing platform.
data ListSigningPlatformsResponse Source #
See: newListSigningPlatformsResponse
smart constructor.
Instances
newListSigningPlatformsResponse Source #
Create a value of ListSigningPlatformsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:platforms:ListSigningPlatformsResponse'
, listSigningPlatformsResponse_platforms
- A list of all platforms that match the request parameters.
$sel:nextToken:ListSigningPlatforms'
, listSigningPlatformsResponse_nextToken
- Value for specifying the next set of paginated results to return.
$sel:httpStatus:ListSigningPlatformsResponse'
, listSigningPlatformsResponse_httpStatus
- The response's http status code.
ListSigningJobs (Paginated)
data ListSigningJobs Source #
See: newListSigningJobs
smart constructor.
ListSigningJobs' (Maybe SigningStatus) (Maybe POSIX) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Natural) |
Instances
newListSigningJobs :: ListSigningJobs Source #
Create a value of ListSigningJobs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:ListSigningJobs'
, listSigningJobs_status
- A status value with which to filter your results.
$sel:signatureExpiresAfter:ListSigningJobs'
, listSigningJobs_signatureExpiresAfter
- Filters results to return only signing jobs with signatures expiring
after a specified timestamp.
$sel:requestedBy:ListSigningJobs'
, listSigningJobs_requestedBy
- The IAM principal that requested the signing job.
$sel:isRevoked:ListSigningJobs'
, listSigningJobs_isRevoked
- Filters results to return only signing jobs with revoked signatures.
$sel:nextToken:ListSigningJobs'
, listSigningJobs_nextToken
- String for specifying the next set of paginated results to return. After
you receive a response with truncated results, use this parameter in a
subsequent request. Set it to the value of nextToken
from the response
that you just received.
$sel:platformId:ListSigningJobs'
, listSigningJobs_platformId
- The ID of microcontroller platform that you specified for the
distribution of your code image.
$sel:jobInvoker:ListSigningJobs'
, listSigningJobs_jobInvoker
- Filters results to return only signing jobs initiated by a specified IAM
entity.
$sel:signatureExpiresBefore:ListSigningJobs'
, listSigningJobs_signatureExpiresBefore
- Filters results to return only signing jobs with signatures expiring
before a specified timestamp.
$sel:maxResults:ListSigningJobs'
, listSigningJobs_maxResults
- Specifies the maximum number of items to return in the response. Use
this parameter when paginating results. If additional items exist beyond
the number you specify, the nextToken
element is set in the response.
Use the nextToken
value in a subsequent request to retrieve additional
items.
data ListSigningJobsResponse Source #
See: newListSigningJobsResponse
smart constructor.
Instances
newListSigningJobsResponse Source #
Create a value of ListSigningJobsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobs:ListSigningJobsResponse'
, listSigningJobsResponse_jobs
- A list of your signing jobs.
$sel:nextToken:ListSigningJobs'
, listSigningJobsResponse_nextToken
- String for specifying the next set of paginated results.
$sel:httpStatus:ListSigningJobsResponse'
, listSigningJobsResponse_httpStatus
- The response's http status code.
TagResource
data TagResource Source #
See: newTagResource
smart constructor.
Instances
Create a value of TagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:TagResource'
, tagResource_resourceArn
- The Amazon Resource Name (ARN) for the signing profile.
$sel:tags:TagResource'
, tagResource_tags
- One or more tags to be associated with the signing profile.
data TagResourceResponse Source #
See: newTagResourceResponse
smart constructor.
Instances
newTagResourceResponse Source #
Create a value of TagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:TagResourceResponse'
, tagResourceResponse_httpStatus
- The response's http status code.
UntagResource
data UntagResource Source #
See: newUntagResource
smart constructor.
Instances
Create a value of UntagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:UntagResource'
, untagResource_resourceArn
- The Amazon Resource Name (ARN) for the signing profile.
$sel:tagKeys:UntagResource'
, untagResource_tagKeys
- A list of tag keys to be removed from the signing profile.
data UntagResourceResponse Source #
See: newUntagResourceResponse
smart constructor.
Instances
newUntagResourceResponse Source #
Create a value of UntagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UntagResourceResponse'
, untagResourceResponse_httpStatus
- The response's http status code.
RemoveProfilePermission
data RemoveProfilePermission Source #
See: newRemoveProfilePermission
smart constructor.
Instances
newRemoveProfilePermission Source #
:: Text | |
-> Text | |
-> Text | |
-> RemoveProfilePermission |
Create a value of RemoveProfilePermission
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:revisionId:RemoveProfilePermission'
, removeProfilePermission_revisionId
- An identifier for the current revision of the signing profile
permissions.
$sel:profileName:RemoveProfilePermission'
, removeProfilePermission_profileName
- A human-readable name for the signing profile with permissions to be
removed.
$sel:statementId:RemoveProfilePermission'
, removeProfilePermission_statementId
- A unique identifier for the cross-account permissions statement.
data RemoveProfilePermissionResponse Source #
See: newRemoveProfilePermissionResponse
smart constructor.
Instances
Eq RemoveProfilePermissionResponse Source # | |
Read RemoveProfilePermissionResponse Source # | |
Show RemoveProfilePermissionResponse Source # | |
Defined in Amazonka.Signer.RemoveProfilePermission | |
Generic RemoveProfilePermissionResponse Source # | |
NFData RemoveProfilePermissionResponse Source # | |
Defined in Amazonka.Signer.RemoveProfilePermission rnf :: RemoveProfilePermissionResponse -> () # | |
type Rep RemoveProfilePermissionResponse Source # | |
Defined in Amazonka.Signer.RemoveProfilePermission type Rep RemoveProfilePermissionResponse = D1 ('MetaData "RemoveProfilePermissionResponse" "Amazonka.Signer.RemoveProfilePermission" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "RemoveProfilePermissionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newRemoveProfilePermissionResponse Source #
Create a value of RemoveProfilePermissionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:revisionId:RemoveProfilePermission'
, removeProfilePermissionResponse_revisionId
- An identifier for the current revision of the profile permissions.
$sel:httpStatus:RemoveProfilePermissionResponse'
, removeProfilePermissionResponse_httpStatus
- The response's http status code.
GetSigningProfile
data GetSigningProfile Source #
See: newGetSigningProfile
smart constructor.
Instances
Create a value of GetSigningProfile
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:profileOwner:GetSigningProfile'
, getSigningProfile_profileOwner
- The AWS account ID of the profile owner.
$sel:profileName:GetSigningProfile'
, getSigningProfile_profileName
- The name of the target signing profile.
data GetSigningProfileResponse Source #
See: newGetSigningProfileResponse
smart constructor.
Instances
newGetSigningProfileResponse Source #
Create a value of GetSigningProfileResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:GetSigningProfileResponse'
, getSigningProfileResponse_status
- The status of the target signing profile.
$sel:overrides:GetSigningProfileResponse'
, getSigningProfileResponse_overrides
- A list of overrides applied by the target signing profile for signing
operations.
$sel:platformDisplayName:GetSigningProfileResponse'
, getSigningProfileResponse_platformDisplayName
- A human-readable name for the signing platform associated with the
signing profile.
$sel:arn:GetSigningProfileResponse'
, getSigningProfileResponse_arn
- The Amazon Resource Name (ARN) for the signing profile.
$sel:signingMaterial:GetSigningProfileResponse'
, getSigningProfileResponse_signingMaterial
- The ARN of the certificate that the target profile uses for signing
operations.
$sel:profileVersion:GetSigningProfileResponse'
, getSigningProfileResponse_profileVersion
- The current version of the signing profile.
$sel:profileName:GetSigningProfile'
, getSigningProfileResponse_profileName
- The name of the target signing profile.
$sel:profileVersionArn:GetSigningProfileResponse'
, getSigningProfileResponse_profileVersionArn
- The signing profile ARN, including the profile version.
$sel:platformId:GetSigningProfileResponse'
, getSigningProfileResponse_platformId
- The ID of the platform that is used by the target signing profile.
$sel:revocationRecord:GetSigningProfileResponse'
, getSigningProfileResponse_revocationRecord
- Undocumented member.
$sel:statusReason:GetSigningProfileResponse'
, getSigningProfileResponse_statusReason
- Reason for the status of the target signing profile.
$sel:signatureValidityPeriod:GetSigningProfileResponse'
, getSigningProfileResponse_signatureValidityPeriod
- Undocumented member.
$sel:signingParameters:GetSigningProfileResponse'
, getSigningProfileResponse_signingParameters
- A map of key-value pairs for signing operations that is attached to the
target signing profile.
$sel:tags:GetSigningProfileResponse'
, getSigningProfileResponse_tags
- A list of tags associated with the signing profile.
$sel:httpStatus:GetSigningProfileResponse'
, getSigningProfileResponse_httpStatus
- The response's http status code.
DescribeSigningJob
data DescribeSigningJob Source #
See: newDescribeSigningJob
smart constructor.
Instances
newDescribeSigningJob Source #
Create a value of DescribeSigningJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobId:DescribeSigningJob'
, describeSigningJob_jobId
- The ID of the signing job on input.
data DescribeSigningJobResponse Source #
See: newDescribeSigningJobResponse
smart constructor.
DescribeSigningJobResponse' (Maybe SigningStatus) (Maybe SigningPlatformOverrides) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe SigningMaterial) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe SignedObject) (Maybe Text) (Maybe Source) (Maybe SigningJobRevocationRecord) (Maybe Text) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Int |
Instances
newDescribeSigningJobResponse Source #
Create a value of DescribeSigningJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:DescribeSigningJobResponse'
, describeSigningJobResponse_status
- Status of the signing job.
$sel:overrides:DescribeSigningJobResponse'
, describeSigningJobResponse_overrides
- A list of any overrides that were applied to the signing operation.
$sel:platformDisplayName:DescribeSigningJobResponse'
, describeSigningJobResponse_platformDisplayName
- A human-readable name for the signing platform associated with the
signing job.
$sel:jobId:DescribeSigningJob'
, describeSigningJobResponse_jobId
- The ID of the signing job on output.
$sel:createdAt:DescribeSigningJobResponse'
, describeSigningJobResponse_createdAt
- Date and time that the signing job was created.
$sel:signingMaterial:DescribeSigningJobResponse'
, describeSigningJobResponse_signingMaterial
- The Amazon Resource Name (ARN) of your code signing certificate.
$sel:requestedBy:DescribeSigningJobResponse'
, describeSigningJobResponse_requestedBy
- The IAM principal that requested the signing job.
$sel:signatureExpiresAt:DescribeSigningJobResponse'
, describeSigningJobResponse_signatureExpiresAt
- Thr expiration timestamp for the signature generated by the signing job.
$sel:profileVersion:DescribeSigningJobResponse'
, describeSigningJobResponse_profileVersion
- The version of the signing profile used to initiate the signing job.
$sel:profileName:DescribeSigningJobResponse'
, describeSigningJobResponse_profileName
- The name of the profile that initiated the signing operation.
$sel:signedObject:DescribeSigningJobResponse'
, describeSigningJobResponse_signedObject
- Name of the S3 bucket where the signed code image is saved by code
signing.
$sel:platformId:DescribeSigningJobResponse'
, describeSigningJobResponse_platformId
- The microcontroller platform to which your signed code image will be
distributed.
$sel:source:DescribeSigningJobResponse'
, describeSigningJobResponse_source
- The object that contains the name of your S3 bucket or your raw code.
$sel:revocationRecord:DescribeSigningJobResponse'
, describeSigningJobResponse_revocationRecord
- A revocation record if the signature generated by the signing job has
been revoked. Contains a timestamp and the ID of the IAM entity that
revoked the signature.
$sel:jobInvoker:DescribeSigningJobResponse'
, describeSigningJobResponse_jobInvoker
- The IAM entity that initiated the signing job.
$sel:completedAt:DescribeSigningJobResponse'
, describeSigningJobResponse_completedAt
- Date and time that the signing job was completed.
$sel:statusReason:DescribeSigningJobResponse'
, describeSigningJobResponse_statusReason
- String value that contains the status reason.
$sel:jobOwner:DescribeSigningJobResponse'
, describeSigningJobResponse_jobOwner
- The AWS account ID of the job owner.
$sel:signingParameters:DescribeSigningJobResponse'
, describeSigningJobResponse_signingParameters
- Map of user-assigned key-value pairs used during signing. These values
contain any information that you specified for use in your signing job.
$sel:httpStatus:DescribeSigningJobResponse'
, describeSigningJobResponse_httpStatus
- The response's http status code.
Types
Category
pattern Category_AWSIoT :: Category |
Instances
EncryptionAlgorithm
newtype EncryptionAlgorithm Source #
pattern EncryptionAlgorithm_ECDSA :: EncryptionAlgorithm | |
pattern EncryptionAlgorithm_RSA :: EncryptionAlgorithm |
Instances
HashAlgorithm
newtype HashAlgorithm Source #
pattern HashAlgorithm_SHA1 :: HashAlgorithm | |
pattern HashAlgorithm_SHA256 :: HashAlgorithm |
Instances
ImageFormat
newtype ImageFormat Source #
pattern ImageFormat_JSON :: ImageFormat | |
pattern ImageFormat_JSONDetached :: ImageFormat | |
pattern ImageFormat_JSONEmbedded :: ImageFormat |
Instances
SigningProfileStatus
newtype SigningProfileStatus Source #
pattern SigningProfileStatus_Active :: SigningProfileStatus | |
pattern SigningProfileStatus_Canceled :: SigningProfileStatus | |
pattern SigningProfileStatus_Revoked :: SigningProfileStatus |
Instances
SigningStatus
newtype SigningStatus Source #
pattern SigningStatus_Failed :: SigningStatus | |
pattern SigningStatus_InProgress :: SigningStatus | |
pattern SigningStatus_Succeeded :: SigningStatus |
Instances
ValidityType
newtype ValidityType Source #
pattern ValidityType_DAYS :: ValidityType | |
pattern ValidityType_MONTHS :: ValidityType | |
pattern ValidityType_YEARS :: ValidityType |
Instances
Destination
data Destination Source #
Points to an S3Destination
object that contains information about your
S3 bucket.
See: newDestination
smart constructor.
Instances
newDestination :: Destination Source #
Create a value of Destination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3:Destination'
, destination_s3
- The S3Destination
object.
EncryptionAlgorithmOptions
data EncryptionAlgorithmOptions Source #
The encryption algorithm options that are available to a code signing job.
See: newEncryptionAlgorithmOptions
smart constructor.
Instances
newEncryptionAlgorithmOptions Source #
Create a value of EncryptionAlgorithmOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:allowedValues:EncryptionAlgorithmOptions'
, encryptionAlgorithmOptions_allowedValues
- The set of accepted encryption algorithms that are allowed in a code
signing job.
$sel:defaultValue:EncryptionAlgorithmOptions'
, encryptionAlgorithmOptions_defaultValue
- The default encryption algorithm that is used by a code signing job.
HashAlgorithmOptions
data HashAlgorithmOptions Source #
The hash algorithms that are available to a code signing job.
See: newHashAlgorithmOptions
smart constructor.
Instances
newHashAlgorithmOptions Source #
Create a value of HashAlgorithmOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:allowedValues:HashAlgorithmOptions'
, hashAlgorithmOptions_allowedValues
- The set of accepted hash algorithms allowed in a code signing job.
$sel:defaultValue:HashAlgorithmOptions'
, hashAlgorithmOptions_defaultValue
- The default hash algorithm that is used in a code signing job.
Permission
data Permission Source #
A cross-account permission for a signing profile.
See: newPermission
smart constructor.
Instances
newPermission :: Permission Source #
Create a value of Permission
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:action:Permission'
, permission_action
- An AWS Signer action permitted as part of cross-account permissions.
$sel:profileVersion:Permission'
, permission_profileVersion
- The signing profile version that a permission applies to.
$sel:principal:Permission'
, permission_principal
- The AWS principal that has been granted a cross-account permission.
$sel:statementId:Permission'
, permission_statementId
- A unique identifier for a cross-account permission statement.
S3Destination
data S3Destination Source #
The name and prefix of the S3 bucket where code signing saves your signed objects.
See: newS3Destination
smart constructor.
S3Destination' (Maybe Text) (Maybe Text) |
Instances
newS3Destination :: S3Destination Source #
Create a value of S3Destination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:prefix:S3Destination'
, s3Destination_prefix
- An Amazon S3 prefix that you can use to limit responses to those that
begin with the specified prefix.
$sel:bucketName:S3Destination'
, s3Destination_bucketName
- Name of the S3 bucket.
S3SignedObject
data S3SignedObject Source #
The S3 bucket name and key where code signing saved your signed code image.
See: newS3SignedObject
smart constructor.
Instances
newS3SignedObject :: S3SignedObject Source #
Create a value of S3SignedObject
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bucketName:S3SignedObject'
, s3SignedObject_bucketName
- Name of the S3 bucket.
$sel:key:S3SignedObject'
, s3SignedObject_key
- Key name that uniquely identifies a signed code image in your bucket.
S3Source
Information about the S3 bucket where you saved your unsigned code.
See: newS3Source
smart constructor.
Instances
Eq S3Source Source # | |
Read S3Source Source # | |
Show S3Source Source # | |
Generic S3Source Source # | |
NFData S3Source Source # | |
Defined in Amazonka.Signer.Types.S3Source | |
Hashable S3Source Source # | |
Defined in Amazonka.Signer.Types.S3Source | |
ToJSON S3Source Source # | |
Defined in Amazonka.Signer.Types.S3Source | |
FromJSON S3Source Source # | |
type Rep S3Source Source # | |
Defined in Amazonka.Signer.Types.S3Source type Rep S3Source = D1 ('MetaData "S3Source" "Amazonka.Signer.Types.S3Source" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "S3Source'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) |
Create a value of S3Source
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bucketName:S3Source'
, s3Source_bucketName
- Name of the S3 bucket.
$sel:key:S3Source'
, s3Source_key
- Key name of the bucket object that contains your unsigned code.
$sel:version:S3Source'
, s3Source_version
- Version of your source image in your version enabled S3 bucket.
SignatureValidityPeriod
data SignatureValidityPeriod Source #
The validity period for a signing job.
See: newSignatureValidityPeriod
smart constructor.
Instances
newSignatureValidityPeriod :: SignatureValidityPeriod Source #
Create a value of SignatureValidityPeriod
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:SignatureValidityPeriod'
, signatureValidityPeriod_value
- The numerical value of the time unit for signature validity.
$sel:type':SignatureValidityPeriod'
, signatureValidityPeriod_type
- The time unit for signature validity.
SignedObject
data SignedObject Source #
Points to an S3SignedObject
object that contains information about
your signed code image.
See: newSignedObject
smart constructor.
Instances
newSignedObject :: SignedObject Source #
Create a value of SignedObject
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3:SignedObject'
, signedObject_s3
- The S3SignedObject
.
SigningConfiguration
data SigningConfiguration Source #
The configuration of a code signing operation.
See: newSigningConfiguration
smart constructor.
Instances
newSigningConfiguration Source #
Create a value of SigningConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:encryptionAlgorithmOptions:SigningConfiguration'
, signingConfiguration_encryptionAlgorithmOptions
- The encryption algorithm options that are available for a code signing
job.
$sel:hashAlgorithmOptions:SigningConfiguration'
, signingConfiguration_hashAlgorithmOptions
- The hash algorithm options that are available for a code signing job.
SigningConfigurationOverrides
data SigningConfigurationOverrides Source #
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
See: newSigningConfigurationOverrides
smart constructor.
Instances
newSigningConfigurationOverrides :: SigningConfigurationOverrides Source #
Create a value of SigningConfigurationOverrides
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:hashAlgorithm:SigningConfigurationOverrides'
, signingConfigurationOverrides_hashAlgorithm
- A specified override of the default hash algorithm that is used in a
code signing job.
$sel:encryptionAlgorithm:SigningConfigurationOverrides'
, signingConfigurationOverrides_encryptionAlgorithm
- A specified override of the default encryption algorithm that is used in
a code signing job.
SigningImageFormat
data SigningImageFormat Source #
The image format of a code signing platform or profile.
See: newSigningImageFormat
smart constructor.
Instances
newSigningImageFormat Source #
Create a value of SigningImageFormat
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:supportedFormats:SigningImageFormat'
, signingImageFormat_supportedFormats
- The supported formats of a code signing image.
$sel:defaultFormat:SigningImageFormat'
, signingImageFormat_defaultFormat
- The default format of a code signing image.
SigningJob
data SigningJob Source #
Contains information about a signing job.
See: newSigningJob
smart constructor.
SigningJob' (Maybe SigningStatus) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe SigningMaterial) (Maybe Bool) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe SignedObject) (Maybe Text) (Maybe Source) (Maybe Text) (Maybe Text) |
Instances
newSigningJob :: SigningJob Source #
Create a value of SigningJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:SigningJob'
, signingJob_status
- The status of the signing job.
$sel:platformDisplayName:SigningJob'
, signingJob_platformDisplayName
- The name of a signing platform.
$sel:jobId:SigningJob'
, signingJob_jobId
- The ID of the signing job.
$sel:createdAt:SigningJob'
, signingJob_createdAt
- The date and time that the signing job was created.
$sel:signingMaterial:SigningJob'
, signingJob_signingMaterial
- A SigningMaterial
object that contains the Amazon Resource Name (ARN)
of the certificate used for the signing job.
$sel:isRevoked:SigningJob'
, signingJob_isRevoked
- Indicates whether the signing job is revoked.
$sel:signatureExpiresAt:SigningJob'
, signingJob_signatureExpiresAt
- The time when the signature of a signing job expires.
$sel:profileVersion:SigningJob'
, signingJob_profileVersion
- The version of the signing profile that created a signing job.
$sel:profileName:SigningJob'
, signingJob_profileName
- The name of the signing profile that created a signing job.
$sel:signedObject:SigningJob'
, signingJob_signedObject
- A SignedObject
structure that contains information about a signing
job's signed code image.
$sel:platformId:SigningJob'
, signingJob_platformId
- The unique identifier for a signing platform.
$sel:source:SigningJob'
, signingJob_source
- A Source
that contains information about a signing job's code image
source.
$sel:jobInvoker:SigningJob'
, signingJob_jobInvoker
- The AWS account ID of the job invoker.
$sel:jobOwner:SigningJob'
, signingJob_jobOwner
- The AWS account ID of the job owner.
SigningJobRevocationRecord
data SigningJobRevocationRecord Source #
Revocation information for a signing job.
See: newSigningJobRevocationRecord
smart constructor.
Instances
newSigningJobRevocationRecord :: SigningJobRevocationRecord Source #
Create a value of SigningJobRevocationRecord
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:revokedBy:SigningJobRevocationRecord'
, signingJobRevocationRecord_revokedBy
- The identity of the revoker.
$sel:revokedAt:SigningJobRevocationRecord'
, signingJobRevocationRecord_revokedAt
- The time of revocation.
$sel:reason:SigningJobRevocationRecord'
, signingJobRevocationRecord_reason
- A caller-supplied reason for revocation.
SigningMaterial
data SigningMaterial Source #
The ACM certificate that is used to sign your code.
See: newSigningMaterial
smart constructor.
Instances
Create a value of SigningMaterial
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:certificateArn:SigningMaterial'
, signingMaterial_certificateArn
- The Amazon Resource Name (ARN) of the certificates that is used to sign
your code.
SigningPlatform
data SigningPlatform Source #
Contains information about the signing configurations and parameters that are used to perform a code signing job.
See: newSigningPlatform
smart constructor.
SigningPlatform' (Maybe Category) (Maybe SigningConfiguration) (Maybe Text) (Maybe Bool) (Maybe SigningImageFormat) (Maybe Text) (Maybe Text) (Maybe Int) (Maybe Text) |
Instances
newSigningPlatform :: SigningPlatform Source #
Create a value of SigningPlatform
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:category:SigningPlatform'
, signingPlatform_category
- The category of a code signing platform.
$sel:signingConfiguration:SigningPlatform'
, signingPlatform_signingConfiguration
- The configuration of a code signing platform. This includes the
designated hash algorithm and encryption algorithm of a signing
platform.
$sel:partner:SigningPlatform'
, signingPlatform_partner
- Any partner entities linked to a code signing platform.
$sel:revocationSupported:SigningPlatform'
, signingPlatform_revocationSupported
- Indicates whether revocation is supported for the platform.
$sel:signingImageFormat:SigningPlatform'
, signingPlatform_signingImageFormat
- Undocumented member.
$sel:platformId:SigningPlatform'
, signingPlatform_platformId
- The ID of a code signing; platform.
$sel:displayName:SigningPlatform'
, signingPlatform_displayName
- The display name of a code signing platform.
$sel:maxSizeInMB:SigningPlatform'
, signingPlatform_maxSizeInMB
- The maximum size (in MB) of code that can be signed by a code signing
platform.
$sel:target:SigningPlatform'
, signingPlatform_target
- The types of targets that can be signed by a code signing platform.
SigningPlatformOverrides
data SigningPlatformOverrides Source #
Any overrides that are applied to the signing configuration of a code signing platform.
See: newSigningPlatformOverrides
smart constructor.
Instances
newSigningPlatformOverrides :: SigningPlatformOverrides Source #
Create a value of SigningPlatformOverrides
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:signingConfiguration:SigningPlatformOverrides'
, signingPlatformOverrides_signingConfiguration
- A signing configuration that overrides the default encryption or hash
algorithm of a signing job.
$sel:signingImageFormat:SigningPlatformOverrides'
, signingPlatformOverrides_signingImageFormat
- A signed image is a JSON object. When overriding the default signing
platform configuration, a customer can select either of two signing
formats, JSONEmbedded
or JSONDetached
. (A third format value,
JSON
, is reserved for future use.) With JSONEmbedded
, the signing
image has the payload embedded in it. With JSONDetached
, the payload
is not be embedded in the signing image.
SigningProfile
data SigningProfile Source #
Contains information about the ACM certificates and code signing configuration parameters that can be used by a given code signing user.
See: newSigningProfile
smart constructor.
SigningProfile' (Maybe SigningProfileStatus) (Maybe Text) (Maybe Text) (Maybe SigningMaterial) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe SignatureValidityPeriod) (Maybe (HashMap Text Text)) (Maybe (HashMap Text Text)) |
Instances
newSigningProfile :: SigningProfile Source #
Create a value of SigningProfile
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:SigningProfile'
, signingProfile_status
- The status of a code signing profile.
$sel:platformDisplayName:SigningProfile'
, signingProfile_platformDisplayName
- The name of the signing platform.
$sel:arn:SigningProfile'
, signingProfile_arn
- The Amazon Resource Name (ARN) for the signing profile.
$sel:signingMaterial:SigningProfile'
, signingProfile_signingMaterial
- The ACM certificate that is available for use by a signing profile.
$sel:profileVersion:SigningProfile'
, signingProfile_profileVersion
- The version of a signing profile.
$sel:profileName:SigningProfile'
, signingProfile_profileName
- The name of the signing profile.
$sel:profileVersionArn:SigningProfile'
, signingProfile_profileVersionArn
- The ARN of a signing profile, including the profile version.
$sel:platformId:SigningProfile'
, signingProfile_platformId
- The ID of a platform that is available for use by a signing profile.
$sel:signatureValidityPeriod:SigningProfile'
, signingProfile_signatureValidityPeriod
- The validity period for a signing job created using this signing
profile.
$sel:signingParameters:SigningProfile'
, signingProfile_signingParameters
- The parameters that are available for use by a code signing user.
$sel:tags:SigningProfile'
, signingProfile_tags
- A list of tags associated with the signing profile.
SigningProfileRevocationRecord
data SigningProfileRevocationRecord Source #
Revocation information for a signing profile.
See: newSigningProfileRevocationRecord
smart constructor.
Instances
newSigningProfileRevocationRecord :: SigningProfileRevocationRecord Source #
Create a value of SigningProfileRevocationRecord
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:revokedBy:SigningProfileRevocationRecord'
, signingProfileRevocationRecord_revokedBy
- The identity of the revoker.
$sel:revocationEffectiveFrom:SigningProfileRevocationRecord'
, signingProfileRevocationRecord_revocationEffectiveFrom
- The time when revocation becomes effective.
$sel:revokedAt:SigningProfileRevocationRecord'
, signingProfileRevocationRecord_revokedAt
- The time when the signing profile was revoked.
Source
An S3Source
object that contains information about the S3 bucket where
you saved your unsigned code.
See: newSource
smart constructor.
Instances
Eq Source Source # | |
Read Source Source # | |
Show Source Source # | |
Generic Source Source # | |
NFData Source Source # | |
Defined in Amazonka.Signer.Types.Source | |
Hashable Source Source # | |
Defined in Amazonka.Signer.Types.Source | |
ToJSON Source Source # | |
Defined in Amazonka.Signer.Types.Source | |
FromJSON Source Source # | |
type Rep Source Source # | |
Defined in Amazonka.Signer.Types.Source |
Create a value of Source
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3:Source'
, source_s3
- The S3Source
object.