libZSservicesZSamazonka-signerZSamazonka-signer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Signer

Description

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

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

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

Instances details
Eq StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Read StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Show StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Generic StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Associated Types

type Rep StartSigningJob :: Type -> Type #

NFData StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Methods

rnf :: StartSigningJob -> () #

Hashable StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

ToJSON StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

AWSRequest StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Associated Types

type AWSResponse StartSigningJob #

ToHeaders StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

ToPath StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

ToQuery StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

type Rep StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

type Rep StartSigningJob = D1 ('MetaData "StartSigningJob" "Amazonka.Signer.StartSigningJob" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "StartSigningJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "profileOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Source)) :*: (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Destination) :*: (S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

newStartSigningJob Source #

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

Instances details
Eq StartSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Read StartSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Show StartSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Generic StartSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Associated Types

type Rep StartSigningJobResponse :: Type -> Type #

NFData StartSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Methods

rnf :: StartSigningJobResponse -> () #

type Rep StartSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

type Rep StartSigningJobResponse = D1 ('MetaData "StartSigningJobResponse" "Amazonka.Signer.StartSigningJob" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "StartSigningJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.Signer.ListTagsForResource" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

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

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.Signer.ListTagsForResource" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
Eq RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Read RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Show RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Generic RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Associated Types

type Rep RevokeSigningProfile :: Type -> Type #

NFData RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Methods

rnf :: RevokeSigningProfile -> () #

Hashable RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

ToJSON RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

AWSRequest RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Associated Types

type AWSResponse RevokeSigningProfile #

ToHeaders RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

ToPath RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

ToQuery RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

type Rep RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

type Rep RevokeSigningProfile = D1 ('MetaData "RevokeSigningProfile" "Amazonka.Signer.RevokeSigningProfile" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "RevokeSigningProfile'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "profileVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "effectiveTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

newRevokeSigningProfile Source #

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

Instances details
Eq RevokeSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Read RevokeSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Show RevokeSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Generic RevokeSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Associated Types

type Rep RevokeSigningProfileResponse :: Type -> Type #

NFData RevokeSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

type Rep RevokeSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

type Rep RevokeSigningProfileResponse = D1 ('MetaData "RevokeSigningProfileResponse" "Amazonka.Signer.RevokeSigningProfile" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "RevokeSigningProfileResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

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

Instances details
Eq CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Read CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Show CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Generic CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Associated Types

type Rep CancelSigningProfile :: Type -> Type #

NFData CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Methods

rnf :: CancelSigningProfile -> () #

Hashable CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

AWSRequest CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Associated Types

type AWSResponse CancelSigningProfile #

ToHeaders CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

ToPath CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

ToQuery CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

type Rep CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

type Rep CancelSigningProfile = D1 ('MetaData "CancelSigningProfile" "Amazonka.Signer.CancelSigningProfile" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "CancelSigningProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

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

Instances details
Eq CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Read CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Show CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Generic CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Associated Types

type Rep CancelSigningProfileResponse :: Type -> Type #

NFData CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

type Rep CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

type Rep CancelSigningProfileResponse = D1 ('MetaData "CancelSigningProfileResponse" "Amazonka.Signer.CancelSigningProfile" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "CancelSigningProfileResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

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.

Instances

Instances details
Eq PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Read PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Show PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Generic PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Associated Types

type Rep PutSigningProfile :: Type -> Type #

NFData PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Methods

rnf :: PutSigningProfile -> () #

Hashable PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

ToJSON PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

AWSRequest PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Associated Types

type AWSResponse PutSigningProfile #

ToHeaders PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

ToPath PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

ToQuery PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

type Rep PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

type AWSResponse PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

newPutSigningProfile Source #

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

Instances details
Eq PutSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Read PutSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Show PutSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Generic PutSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Associated Types

type Rep PutSigningProfileResponse :: Type -> Type #

NFData PutSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

type Rep PutSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

type Rep PutSigningProfileResponse = D1 ('MetaData "PutSigningProfileResponse" "Amazonka.Signer.PutSigningProfile" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "PutSigningProfileResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "profileVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "profileVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Read AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Show AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Generic AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Associated Types

type Rep AddProfilePermission :: Type -> Type #

NFData AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Methods

rnf :: AddProfilePermission -> () #

Hashable AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

ToJSON AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

AWSRequest AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Associated Types

type AWSResponse AddProfilePermission #

ToHeaders AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

ToPath AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

ToQuery AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

type Rep AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

type Rep AddProfilePermission = D1 ('MetaData "AddProfilePermission" "Amazonka.Signer.AddProfilePermission" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "AddProfilePermission'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "profileVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "principal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "statementId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

newAddProfilePermission Source #

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

Instances details
Eq AddProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Read AddProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Show AddProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Generic AddProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Associated Types

type Rep AddProfilePermissionResponse :: Type -> Type #

NFData AddProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

type Rep AddProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

type Rep AddProfilePermissionResponse = D1 ('MetaData "AddProfilePermissionResponse" "Amazonka.Signer.AddProfilePermission" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "AddProfilePermissionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
Eq ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Read ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Show ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Generic ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Associated Types

type Rep ListSigningProfiles :: Type -> Type #

NFData ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Methods

rnf :: ListSigningProfiles -> () #

Hashable ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

AWSPager ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

AWSRequest ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Associated Types

type AWSResponse ListSigningProfiles #

ToHeaders ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

ToPath ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

ToQuery ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

type Rep ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

type Rep ListSigningProfiles = D1 ('MetaData "ListSigningProfiles" "Amazonka.Signer.ListSigningProfiles" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListSigningProfiles'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "statuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SigningProfileStatus])) :*: (S1 ('MetaSel ('Just "includeCanceled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

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

Instances details
Eq ListSigningProfilesResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Read ListSigningProfilesResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Show ListSigningProfilesResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Generic ListSigningProfilesResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Associated Types

type Rep ListSigningProfilesResponse :: Type -> Type #

NFData ListSigningProfilesResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

type Rep ListSigningProfilesResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

type Rep ListSigningProfilesResponse = D1 ('MetaData "ListSigningProfilesResponse" "Amazonka.Signer.ListSigningProfiles" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListSigningProfilesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SigningProfile])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Read ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Show ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Generic ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Associated Types

type Rep ListProfilePermissions :: Type -> Type #

NFData ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Methods

rnf :: ListProfilePermissions -> () #

Hashable ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

AWSRequest ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Associated Types

type AWSResponse ListProfilePermissions #

ToHeaders ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

ToPath ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

ToQuery ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

type Rep ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

type Rep ListProfilePermissions = D1 ('MetaData "ListProfilePermissions" "Amazonka.Signer.ListProfilePermissions" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListProfilePermissions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

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.

Instances

Instances details
Eq ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Read ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Show ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Generic ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Associated Types

type Rep ListProfilePermissionsResponse :: Type -> Type #

NFData ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

type Rep ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

type Rep ListProfilePermissionsResponse = D1 ('MetaData "ListProfilePermissionsResponse" "Amazonka.Signer.ListProfilePermissions" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListProfilePermissionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "policySizeBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "permissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Permission])) :*: (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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

Instances details
Eq RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Read RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Show RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Generic RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Associated Types

type Rep RevokeSignature :: Type -> Type #

NFData RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Methods

rnf :: RevokeSignature -> () #

Hashable RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

ToJSON RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

AWSRequest RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Associated Types

type AWSResponse RevokeSignature #

ToHeaders RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

ToPath RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

ToQuery RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

type Rep RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

type Rep RevokeSignature = D1 ('MetaData "RevokeSignature" "Amazonka.Signer.RevokeSignature" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "RevokeSignature'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

newRevokeSignature Source #

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

Instances details
Eq RevokeSignatureResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Read RevokeSignatureResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Show RevokeSignatureResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Generic RevokeSignatureResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Associated Types

type Rep RevokeSignatureResponse :: Type -> Type #

NFData RevokeSignatureResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Methods

rnf :: RevokeSignatureResponse -> () #

type Rep RevokeSignatureResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

type Rep RevokeSignatureResponse = D1 ('MetaData "RevokeSignatureResponse" "Amazonka.Signer.RevokeSignature" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "RevokeSignatureResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

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

Instances details
Eq GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Read GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Show GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Generic GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Associated Types

type Rep GetSigningPlatform :: Type -> Type #

NFData GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Methods

rnf :: GetSigningPlatform -> () #

Hashable GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

AWSRequest GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Associated Types

type AWSResponse GetSigningPlatform #

ToHeaders GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

ToPath GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

ToQuery GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

type Rep GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

type Rep GetSigningPlatform = D1 ('MetaData "GetSigningPlatform" "Amazonka.Signer.GetSigningPlatform" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "GetSigningPlatform'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

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.

Instances

Instances details
Eq GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Read GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Show GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Generic GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Associated Types

type Rep GetSigningPlatformResponse :: Type -> Type #

NFData GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

type Rep GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

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

Instances details
Eq ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Read ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Show ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Generic ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Associated Types

type Rep ListSigningPlatforms :: Type -> Type #

NFData ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Methods

rnf :: ListSigningPlatforms -> () #

Hashable ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

AWSPager ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

AWSRequest ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Associated Types

type AWSResponse ListSigningPlatforms #

ToHeaders ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

ToPath ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

ToQuery ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

type Rep ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

type Rep ListSigningPlatforms = D1 ('MetaData "ListSigningPlatforms" "Amazonka.Signer.ListSigningPlatforms" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListSigningPlatforms'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "partner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type AWSResponse ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

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

Instances details
Eq ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Read ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Show ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Generic ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Associated Types

type Rep ListSigningPlatformsResponse :: Type -> Type #

NFData ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

type Rep ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

type Rep ListSigningPlatformsResponse = D1 ('MetaData "ListSigningPlatformsResponse" "Amazonka.Signer.ListSigningPlatforms" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListSigningPlatformsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SigningPlatform])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

Instances

Instances details
Eq ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Read ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Show ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Generic ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Associated Types

type Rep ListSigningJobs :: Type -> Type #

NFData ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Methods

rnf :: ListSigningJobs -> () #

Hashable ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

AWSPager ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

AWSRequest ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Associated Types

type AWSResponse ListSigningJobs #

ToHeaders ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

ToPath ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

ToQuery ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

type Rep ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

type AWSResponse ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

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

Instances details
Eq ListSigningJobsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Read ListSigningJobsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Show ListSigningJobsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Generic ListSigningJobsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Associated Types

type Rep ListSigningJobsResponse :: Type -> Type #

NFData ListSigningJobsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Methods

rnf :: ListSigningJobsResponse -> () #

type Rep ListSigningJobsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

type Rep ListSigningJobsResponse = D1 ('MetaData "ListSigningJobsResponse" "Amazonka.Signer.ListSigningJobs" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListSigningJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SigningJob])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.Signer.TagResource" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

newTagResource Source #

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

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.Signer.TagResource" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.Signer.UntagResource" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

newUntagResource Source #

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

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Signer.UntagResource" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
Eq RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Read RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Show RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Generic RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Associated Types

type Rep RemoveProfilePermission :: Type -> Type #

NFData RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Methods

rnf :: RemoveProfilePermission -> () #

Hashable RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

AWSRequest RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

ToHeaders RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

ToPath RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

ToQuery RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

type Rep RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

type Rep RemoveProfilePermission = D1 ('MetaData "RemoveProfilePermission" "Amazonka.Signer.RemoveProfilePermission" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "RemoveProfilePermission'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "statementId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

newRemoveProfilePermission Source #

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

Instances details
Eq RemoveProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Read RemoveProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Show RemoveProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Generic RemoveProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Associated Types

type Rep RemoveProfilePermissionResponse :: Type -> Type #

NFData RemoveProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

type Rep RemoveProfilePermissionResponse Source # 
Instance details

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

Instances details
Eq GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Read GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Show GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Generic GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Associated Types

type Rep GetSigningProfile :: Type -> Type #

NFData GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Methods

rnf :: GetSigningProfile -> () #

Hashable GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

AWSRequest GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Associated Types

type AWSResponse GetSigningProfile #

ToHeaders GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

ToPath GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

ToQuery GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

type Rep GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

type Rep GetSigningProfile = D1 ('MetaData "GetSigningProfile" "Amazonka.Signer.GetSigningProfile" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "GetSigningProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profileOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

newGetSigningProfile Source #

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

Instances details
Eq GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Read GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Show GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Generic GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Associated Types

type Rep GetSigningProfileResponse :: Type -> Type #

NFData GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

type Rep GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

type Rep GetSigningProfileResponse = D1 ('MetaData "GetSigningProfileResponse" "Amazonka.Signer.GetSigningProfile" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "GetSigningProfileResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningProfileStatus)) :*: (S1 ('MetaSel ('Just "overrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningPlatformOverrides)) :*: S1 ('MetaSel ('Just "platformDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signingMaterial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningMaterial))) :*: (S1 ('MetaSel ('Just "profileVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "profileVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "revocationRecord") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningProfileRevocationRecord)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "signatureValidityPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignatureValidityPeriod)) :*: S1 ('MetaSel ('Just "signingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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

Instances details
Eq DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Read DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Show DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Generic DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Associated Types

type Rep DescribeSigningJob :: Type -> Type #

NFData DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Methods

rnf :: DescribeSigningJob -> () #

Hashable DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

AWSRequest DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Associated Types

type AWSResponse DescribeSigningJob #

ToHeaders DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

ToPath DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

ToQuery DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

type Rep DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

type Rep DescribeSigningJob = D1 ('MetaData "DescribeSigningJob" "Amazonka.Signer.DescribeSigningJob" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "DescribeSigningJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

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.

Instances

Instances details
Eq DescribeSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Read DescribeSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Show DescribeSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Generic DescribeSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Associated Types

type Rep DescribeSigningJobResponse :: Type -> Type #

NFData DescribeSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

type Rep DescribeSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

type Rep DescribeSigningJobResponse = D1 ('MetaData "DescribeSigningJobResponse" "Amazonka.Signer.DescribeSigningJob" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "DescribeSigningJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningStatus)) :*: S1 ('MetaSel ('Just "overrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningPlatformOverrides))) :*: (S1 ('MetaSel ('Just "platformDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "signingMaterial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningMaterial)) :*: S1 ('MetaSel ('Just "requestedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "signatureExpiresAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "profileVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "signedObject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignedObject)) :*: S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Source)) :*: (S1 ('MetaSel ('Just "revocationRecord") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningJobRevocationRecord)) :*: S1 ('MetaSel ('Just "jobInvoker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "completedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "jobOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "signingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

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

newtype Category Source #

Constructors

Category' 

Fields

Bundled Patterns

pattern Category_AWSIoT :: Category 

Instances

Instances details
Eq Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Ord Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Read Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Show Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Generic Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Associated Types

type Rep Category :: Type -> Type #

Methods

from :: Category -> Rep Category x #

to :: Rep Category x -> Category #

NFData Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Methods

rnf :: Category -> () #

Hashable Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Methods

hashWithSalt :: Int -> Category -> Int #

hash :: Category -> Int #

ToJSON Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

ToJSONKey Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

FromJSON Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

FromJSONKey Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

ToLog Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

ToHeader Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Methods

toHeader :: HeaderName -> Category -> [Header] #

ToQuery Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

FromXML Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

ToXML Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Methods

toXML :: Category -> XML #

ToByteString Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Methods

toBS :: Category -> ByteString #

FromText Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

ToText Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Methods

toText :: Category -> Text #

type Rep Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

type Rep Category = D1 ('MetaData "Category" "Amazonka.Signer.Types.Category" "libZSservicesZSamazonka-signerZSamazonka-signer" 'True) (C1 ('MetaCons "Category'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EncryptionAlgorithm

newtype EncryptionAlgorithm Source #

Instances

Instances details
Eq EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

Ord EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

Read EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

Show EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

Generic EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

Associated Types

type Rep EncryptionAlgorithm :: Type -> Type #

NFData EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

Methods

rnf :: EncryptionAlgorithm -> () #

Hashable EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

ToJSON EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

ToJSONKey EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

FromJSON EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

FromJSONKey EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

ToLog EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

ToHeader EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

ToQuery EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

FromXML EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

ToXML EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

ToByteString EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

FromText EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

ToText EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

type Rep EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

type Rep EncryptionAlgorithm = D1 ('MetaData "EncryptionAlgorithm" "Amazonka.Signer.Types.EncryptionAlgorithm" "libZSservicesZSamazonka-signerZSamazonka-signer" 'True) (C1 ('MetaCons "EncryptionAlgorithm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEncryptionAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HashAlgorithm

newtype HashAlgorithm Source #

Constructors

HashAlgorithm' 

Bundled Patterns

pattern HashAlgorithm_SHA1 :: HashAlgorithm 
pattern HashAlgorithm_SHA256 :: HashAlgorithm 

Instances

Instances details
Eq HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Ord HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Read HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Show HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Generic HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Associated Types

type Rep HashAlgorithm :: Type -> Type #

NFData HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Methods

rnf :: HashAlgorithm -> () #

Hashable HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

ToJSON HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

ToJSONKey HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

FromJSON HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

FromJSONKey HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

ToLog HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

ToHeader HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

ToQuery HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

FromXML HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

ToXML HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Methods

toXML :: HashAlgorithm -> XML #

ToByteString HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

FromText HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

ToText HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Methods

toText :: HashAlgorithm -> Text #

type Rep HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

type Rep HashAlgorithm = D1 ('MetaData "HashAlgorithm" "Amazonka.Signer.Types.HashAlgorithm" "libZSservicesZSamazonka-signerZSamazonka-signer" 'True) (C1 ('MetaCons "HashAlgorithm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHashAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageFormat

newtype ImageFormat Source #

Constructors

ImageFormat' 

Instances

Instances details
Eq ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Ord ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Read ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Show ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Generic ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Associated Types

type Rep ImageFormat :: Type -> Type #

NFData ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Methods

rnf :: ImageFormat -> () #

Hashable ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

ToJSON ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

ToJSONKey ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

FromJSON ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

FromJSONKey ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

ToLog ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

ToHeader ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

ToQuery ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

FromXML ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

ToXML ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Methods

toXML :: ImageFormat -> XML #

ToByteString ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

FromText ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

ToText ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Methods

toText :: ImageFormat -> Text #

type Rep ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

type Rep ImageFormat = D1 ('MetaData "ImageFormat" "Amazonka.Signer.Types.ImageFormat" "libZSservicesZSamazonka-signerZSamazonka-signer" 'True) (C1 ('MetaCons "ImageFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SigningProfileStatus

newtype SigningProfileStatus Source #

Instances

Instances details
Eq SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

Ord SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

Read SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

Show SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

Generic SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

Associated Types

type Rep SigningProfileStatus :: Type -> Type #

NFData SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

Methods

rnf :: SigningProfileStatus -> () #

Hashable SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

ToJSON SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

ToJSONKey SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

FromJSON SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

FromJSONKey SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

ToLog SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

ToHeader SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

ToQuery SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

FromXML SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

ToXML SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

ToByteString SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

FromText SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

ToText SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

type Rep SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

type Rep SigningProfileStatus = D1 ('MetaData "SigningProfileStatus" "Amazonka.Signer.Types.SigningProfileStatus" "libZSservicesZSamazonka-signerZSamazonka-signer" 'True) (C1 ('MetaCons "SigningProfileStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSigningProfileStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SigningStatus

newtype SigningStatus Source #

Constructors

SigningStatus' 

Instances

Instances details
Eq SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Ord SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Read SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Show SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Generic SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Associated Types

type Rep SigningStatus :: Type -> Type #

NFData SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Methods

rnf :: SigningStatus -> () #

Hashable SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

ToJSON SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

ToJSONKey SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

FromJSON SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

FromJSONKey SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

ToLog SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

ToHeader SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

ToQuery SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

FromXML SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

ToXML SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Methods

toXML :: SigningStatus -> XML #

ToByteString SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

FromText SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

ToText SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Methods

toText :: SigningStatus -> Text #

type Rep SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

type Rep SigningStatus = D1 ('MetaData "SigningStatus" "Amazonka.Signer.Types.SigningStatus" "libZSservicesZSamazonka-signerZSamazonka-signer" 'True) (C1 ('MetaCons "SigningStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSigningStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ValidityType

newtype ValidityType Source #

Constructors

ValidityType' 

Instances

Instances details
Eq ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Ord ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Read ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Show ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Generic ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Associated Types

type Rep ValidityType :: Type -> Type #

NFData ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Methods

rnf :: ValidityType -> () #

Hashable ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

ToJSON ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

ToJSONKey ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

FromJSON ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

FromJSONKey ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

ToLog ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

ToHeader ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

ToQuery ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

FromXML ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

ToXML ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Methods

toXML :: ValidityType -> XML #

ToByteString ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

FromText ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

ToText ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Methods

toText :: ValidityType -> Text #

type Rep ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

type Rep ValidityType = D1 ('MetaData "ValidityType" "Amazonka.Signer.Types.ValidityType" "libZSservicesZSamazonka-signerZSamazonka-signer" 'True) (C1 ('MetaCons "ValidityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromValidityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Destination

data Destination Source #

Points to an S3Destination object that contains information about your S3 bucket.

See: newDestination smart constructor.

Instances

Instances details
Eq Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.Destination

Read Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.Destination

Show Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.Destination

Generic Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.Destination

Associated Types

type Rep Destination :: Type -> Type #

NFData Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.Destination

Methods

rnf :: Destination -> () #

Hashable Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.Destination

ToJSON Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.Destination

type Rep Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.Destination

type Rep Destination = D1 ('MetaData "Destination" "Amazonka.Signer.Types.Destination" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "Destination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Destination))))

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

Instances details
Eq EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Read EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Show EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Generic EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Associated Types

type Rep EncryptionAlgorithmOptions :: Type -> Type #

NFData EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Hashable EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

FromJSON EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

type Rep EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

type Rep EncryptionAlgorithmOptions = D1 ('MetaData "EncryptionAlgorithmOptions" "Amazonka.Signer.Types.EncryptionAlgorithmOptions" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "EncryptionAlgorithmOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EncryptionAlgorithm]) :*: S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EncryptionAlgorithm)))

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

Instances details
Eq HashAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithmOptions

Read HashAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithmOptions

Show HashAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithmOptions

Generic HashAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithmOptions

Associated Types

type Rep HashAlgorithmOptions :: Type -> Type #

NFData HashAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithmOptions

Methods

rnf :: HashAlgorithmOptions -> () #

Hashable HashAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithmOptions

FromJSON HashAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithmOptions

type Rep HashAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithmOptions

type Rep HashAlgorithmOptions = D1 ('MetaData "HashAlgorithmOptions" "Amazonka.Signer.Types.HashAlgorithmOptions" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "HashAlgorithmOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HashAlgorithm]) :*: S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HashAlgorithm)))

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

Instances details
Eq Permission Source # 
Instance details

Defined in Amazonka.Signer.Types.Permission

Read Permission Source # 
Instance details

Defined in Amazonka.Signer.Types.Permission

Show Permission Source # 
Instance details

Defined in Amazonka.Signer.Types.Permission

Generic Permission Source # 
Instance details

Defined in Amazonka.Signer.Types.Permission

Associated Types

type Rep Permission :: Type -> Type #

NFData Permission Source # 
Instance details

Defined in Amazonka.Signer.Types.Permission

Methods

rnf :: Permission -> () #

Hashable Permission Source # 
Instance details

Defined in Amazonka.Signer.Types.Permission

FromJSON Permission Source # 
Instance details

Defined in Amazonka.Signer.Types.Permission

type Rep Permission Source # 
Instance details

Defined in Amazonka.Signer.Types.Permission

type Rep Permission = D1 ('MetaData "Permission" "Amazonka.Signer.Types.Permission" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "Permission'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "profileVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "principal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statementId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.

Constructors

S3Destination' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Read S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Show S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Generic S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Associated Types

type Rep S3Destination :: Type -> Type #

NFData S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Methods

rnf :: S3Destination -> () #

Hashable S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

ToJSON S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

type Rep S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

type Rep S3Destination = D1 ('MetaData "S3Destination" "Amazonka.Signer.Types.S3Destination" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "S3Destination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Constructors

S3SignedObject' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq S3SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.S3SignedObject

Read S3SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.S3SignedObject

Show S3SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.S3SignedObject

Generic S3SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.S3SignedObject

Associated Types

type Rep S3SignedObject :: Type -> Type #

NFData S3SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.S3SignedObject

Methods

rnf :: S3SignedObject -> () #

Hashable S3SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.S3SignedObject

FromJSON S3SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.S3SignedObject

type Rep S3SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.S3SignedObject

type Rep S3SignedObject = D1 ('MetaData "S3SignedObject" "Amazonka.Signer.Types.S3SignedObject" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "S3SignedObject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

data S3Source Source #

Information about the S3 bucket where you saved your unsigned code.

See: newS3Source smart constructor.

Constructors

S3Source' Text Text Text 

Instances

Instances details
Eq S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Read S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Show S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Generic S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Associated Types

type Rep S3Source :: Type -> Type #

Methods

from :: S3Source -> Rep S3Source x #

to :: Rep S3Source x -> S3Source #

NFData S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Methods

rnf :: S3Source -> () #

Hashable S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Methods

hashWithSalt :: Int -> S3Source -> Int #

hash :: S3Source -> Int #

ToJSON S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

FromJSON S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

type Rep S3Source Source # 
Instance details

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))))

newS3Source Source #

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

Instances details
Eq SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

Read SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

Show SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

Generic SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

Associated Types

type Rep SignatureValidityPeriod :: Type -> Type #

NFData SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

Methods

rnf :: SignatureValidityPeriod -> () #

Hashable SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

ToJSON SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

FromJSON SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

type Rep SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

type Rep SignatureValidityPeriod = D1 ('MetaData "SignatureValidityPeriod" "Amazonka.Signer.Types.SignatureValidityPeriod" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SignatureValidityPeriod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValidityType))))

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

Instances details
Eq SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.SignedObject

Read SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.SignedObject

Show SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.SignedObject

Generic SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.SignedObject

Associated Types

type Rep SignedObject :: Type -> Type #

NFData SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.SignedObject

Methods

rnf :: SignedObject -> () #

Hashable SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.SignedObject

FromJSON SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.SignedObject

type Rep SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.SignedObject

type Rep SignedObject = D1 ('MetaData "SignedObject" "Amazonka.Signer.Types.SignedObject" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SignedObject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3SignedObject))))

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

Instances details
Eq SigningConfiguration Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfiguration

Read SigningConfiguration Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfiguration

Show SigningConfiguration Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfiguration

Generic SigningConfiguration Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfiguration

Associated Types

type Rep SigningConfiguration :: Type -> Type #

NFData SigningConfiguration Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfiguration

Methods

rnf :: SigningConfiguration -> () #

Hashable SigningConfiguration Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfiguration

FromJSON SigningConfiguration Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfiguration

type Rep SigningConfiguration Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfiguration

type Rep SigningConfiguration = D1 ('MetaData "SigningConfiguration" "Amazonka.Signer.Types.SigningConfiguration" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SigningConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encryptionAlgorithmOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EncryptionAlgorithmOptions) :*: S1 ('MetaSel ('Just "hashAlgorithmOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HashAlgorithmOptions)))

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

Instances details
Eq SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

Read SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

Show SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

Generic SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

Associated Types

type Rep SigningConfigurationOverrides :: Type -> Type #

NFData SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

Hashable SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

ToJSON SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

FromJSON SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

type Rep SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

type Rep SigningConfigurationOverrides = D1 ('MetaData "SigningConfigurationOverrides" "Amazonka.Signer.Types.SigningConfigurationOverrides" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SigningConfigurationOverrides'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hashAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HashAlgorithm)) :*: S1 ('MetaSel ('Just "encryptionAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionAlgorithm))))

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

Instances details
Eq SigningImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningImageFormat

Read SigningImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningImageFormat

Show SigningImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningImageFormat

Generic SigningImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningImageFormat

Associated Types

type Rep SigningImageFormat :: Type -> Type #

NFData SigningImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningImageFormat

Methods

rnf :: SigningImageFormat -> () #

Hashable SigningImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningImageFormat

FromJSON SigningImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningImageFormat

type Rep SigningImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningImageFormat

type Rep SigningImageFormat = D1 ('MetaData "SigningImageFormat" "Amazonka.Signer.Types.SigningImageFormat" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SigningImageFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "supportedFormats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ImageFormat]) :*: S1 ('MetaSel ('Just "defaultFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImageFormat)))

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.

Instances

Instances details
Eq SigningJob Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJob

Read SigningJob Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJob

Show SigningJob Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJob

Generic SigningJob Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJob

Associated Types

type Rep SigningJob :: Type -> Type #

NFData SigningJob Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJob

Methods

rnf :: SigningJob -> () #

Hashable SigningJob Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJob

FromJSON SigningJob Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJob

type Rep SigningJob Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJob

type Rep SigningJob = D1 ('MetaData "SigningJob" "Amazonka.Signer.Types.SigningJob" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SigningJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningStatus)) :*: (S1 ('MetaSel ('Just "platformDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "signingMaterial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningMaterial))) :*: (S1 ('MetaSel ('Just "isRevoked") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "signatureExpiresAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "profileVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signedObject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignedObject)))) :*: ((S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Source))) :*: (S1 ('MetaSel ('Just "jobInvoker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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

Instances details
Eq SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Read SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Show SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Generic SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Associated Types

type Rep SigningJobRevocationRecord :: Type -> Type #

NFData SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Hashable SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

FromJSON SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

type Rep SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

type Rep SigningJobRevocationRecord = D1 ('MetaData "SigningJobRevocationRecord" "Amazonka.Signer.Types.SigningJobRevocationRecord" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SigningJobRevocationRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revokedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "revokedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.

Constructors

SigningMaterial' Text 

Instances

Instances details
Eq SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

Read SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

Show SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

Generic SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

Associated Types

type Rep SigningMaterial :: Type -> Type #

NFData SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

Methods

rnf :: SigningMaterial -> () #

Hashable SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

ToJSON SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

FromJSON SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

type Rep SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

type Rep SigningMaterial = D1 ('MetaData "SigningMaterial" "Amazonka.Signer.Types.SigningMaterial" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SigningMaterial'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSigningMaterial Source #

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.

Instances

Instances details
Eq SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Read SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Show SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Generic SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Associated Types

type Rep SigningPlatform :: Type -> Type #

NFData SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Methods

rnf :: SigningPlatform -> () #

Hashable SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

FromJSON SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

type Rep SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

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

Instances details
Eq SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

Read SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

Show SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

Generic SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

Associated Types

type Rep SigningPlatformOverrides :: Type -> Type #

NFData SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

Hashable SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

ToJSON SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

FromJSON SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

type Rep SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

type Rep SigningPlatformOverrides = D1 ('MetaData "SigningPlatformOverrides" "Amazonka.Signer.Types.SigningPlatformOverrides" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SigningPlatformOverrides'" 'PrefixI 'True) (S1 ('MetaSel ('Just "signingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningConfigurationOverrides)) :*: S1 ('MetaSel ('Just "signingImageFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageFormat))))

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.

Instances

Instances details
Eq SigningProfile Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfile

Read SigningProfile Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfile

Show SigningProfile Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfile

Generic SigningProfile Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfile

Associated Types

type Rep SigningProfile :: Type -> Type #

NFData SigningProfile Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfile

Methods

rnf :: SigningProfile -> () #

Hashable SigningProfile Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfile

FromJSON SigningProfile Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfile

type Rep SigningProfile Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfile

type Rep SigningProfile = D1 ('MetaData "SigningProfile" "Amazonka.Signer.Types.SigningProfile" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SigningProfile'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningProfileStatus)) :*: S1 ('MetaSel ('Just "platformDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "signingMaterial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningMaterial)) :*: S1 ('MetaSel ('Just "profileVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "profileVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "signatureValidityPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignatureValidityPeriod)) :*: (S1 ('MetaSel ('Just "signingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))))

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

Instances details
Eq SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Read SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Show SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Generic SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Associated Types

type Rep SigningProfileRevocationRecord :: Type -> Type #

NFData SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Hashable SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

FromJSON SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

type Rep SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

type Rep SigningProfileRevocationRecord = D1 ('MetaData "SigningProfileRevocationRecord" "Amazonka.Signer.Types.SigningProfileRevocationRecord" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "SigningProfileRevocationRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revokedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "revocationEffectiveFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "revokedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

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

data Source Source #

An S3Source object that contains information about the S3 bucket where you saved your unsigned code.

See: newSource smart constructor.

Constructors

Source' (Maybe S3Source) 

Instances

Instances details
Eq Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Methods

(==) :: Source -> Source -> Bool #

(/=) :: Source -> Source -> Bool #

Read Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Generic Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Associated Types

type Rep Source :: Type -> Type #

Methods

from :: Source -> Rep Source x #

to :: Rep Source x -> Source #

NFData Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Methods

rnf :: Source -> () #

Hashable Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

ToJSON Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

FromJSON Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

type Rep Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

type Rep Source = D1 ('MetaData "Source" "Amazonka.Signer.Types.Source" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "Source'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Source))))

newSource :: Source 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.