amazonka-signer-2.0: Amazon Signer SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.

AccessDeniedException

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

You do not have sufficient access to perform this action.

BadRequestException

_BadRequestException :: AsError a => Fold 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.

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

The resource encountered a conflicting state.

InternalServiceErrorException

_InternalServiceErrorException :: AsError a => Fold a ServiceError Source #

An internal error occurred.

NotFoundException

_NotFoundException :: AsError a => Fold a ServiceError Source #

The signing profile was not found.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

A specified resource could not be found.

ServiceLimitExceededException

_ServiceLimitExceededException :: AsError a => Fold a ServiceError Source #

The client is making a request that exceeds service limits.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The request was denied due to request throttling.

Instead of this error, TooManyRequestsException should be used.

TooManyRequestsException

_TooManyRequestsException :: AsError a => Fold a ServiceError Source #

The allowed number of job-signing requests has been exceeded.

This error supersedes the error ThrottlingException.

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

You signing certificate could not be validated.

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.

AddProfilePermission

data AddProfilePermission Source #

See: newAddProfilePermission smart constructor.

Instances

Instances details
ToJSON AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.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

AWSRequest AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Associated Types

type AWSResponse AddProfilePermission #

Generic AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Associated Types

type Rep AddProfilePermission :: Type -> Type #

Read AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Show AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

NFData AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Methods

rnf :: AddProfilePermission -> () #

Eq AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Hashable AddProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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)))))

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:

AddProfilePermission, addProfilePermission_profileVersion - The version of the signing profile.

AddProfilePermission, addProfilePermission_revisionId - A unique identifier for the current profile revision.

AddProfilePermission, addProfilePermission_action - The AWS Signer action permitted as part of cross-account permissions.

AddProfilePermission, addProfilePermission_principal - The AWS principal receiving cross-account permissions. This may be an IAM role or another AWS account ID.

AddProfilePermission, addProfilePermission_statementId - A unique identifier for the cross-account permission statement.

AddProfilePermission, addProfilePermission_profileName - The human-readable name of the signing profile.

data AddProfilePermissionResponse Source #

See: newAddProfilePermissionResponse smart constructor.

Instances

Instances details
Generic AddProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Associated Types

type Rep AddProfilePermissionResponse :: Type -> Type #

Read AddProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Show AddProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

NFData AddProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.AddProfilePermission

Eq 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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:

AddProfilePermission, addProfilePermissionResponse_revisionId - A unique identifier for the current profile revision.

$sel:httpStatus:AddProfilePermissionResponse', addProfilePermissionResponse_httpStatus - The response's http status code.

CancelSigningProfile

data CancelSigningProfile Source #

See: newCancelSigningProfile smart constructor.

Instances

Instances details
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

AWSRequest CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Associated Types

type AWSResponse CancelSigningProfile #

Generic CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Associated Types

type Rep CancelSigningProfile :: Type -> Type #

Read CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Show CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

NFData CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Methods

rnf :: CancelSigningProfile -> () #

Eq CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Hashable CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "CancelSigningProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

CancelSigningProfile, cancelSigningProfile_profileName - The name of the signing profile to be canceled.

data CancelSigningProfileResponse Source #

See: newCancelSigningProfileResponse smart constructor.

Instances

Instances details
Generic CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Associated Types

type Rep CancelSigningProfileResponse :: Type -> Type #

Read CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Show CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

NFData CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Eq 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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.

DescribeSigningJob

data DescribeSigningJob Source #

See: newDescribeSigningJob smart constructor.

Instances

Instances details
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

AWSRequest DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Associated Types

type AWSResponse DescribeSigningJob #

Generic DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Associated Types

type Rep DescribeSigningJob :: Type -> Type #

Read DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Show DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

NFData DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Methods

rnf :: DescribeSigningJob -> () #

Eq DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Hashable DescribeSigningJob Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "DescribeSigningJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeSigningJob, describeSigningJob_jobId - The ID of the signing job on input.

data DescribeSigningJobResponse Source #

See: newDescribeSigningJobResponse smart constructor.

Instances

Instances details
Generic DescribeSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Associated Types

type Rep DescribeSigningJobResponse :: Type -> Type #

Read DescribeSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Show DescribeSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

NFData DescribeSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.DescribeSigningJob

Eq 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "DescribeSigningJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "completedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobInvoker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "overrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningPlatformOverrides)) :*: S1 ('MetaSel ('Just "platformDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "profileVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "requestedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "revocationRecord") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningJobRevocationRecord))) :*: (S1 ('MetaSel ('Just "signatureExpiresAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "signedObject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignedObject)) :*: S1 ('MetaSel ('Just "signingMaterial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningMaterial))))) :*: ((S1 ('MetaSel ('Just "signingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Source))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningStatus)) :*: (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe 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:completedAt:DescribeSigningJobResponse', describeSigningJobResponse_completedAt - Date and time that the signing job was completed.

DescribeSigningJobResponse, describeSigningJobResponse_createdAt - Date and time that the signing job was created.

DescribeSigningJob, describeSigningJobResponse_jobId - The ID of the signing job on output.

DescribeSigningJobResponse, describeSigningJobResponse_jobInvoker - The IAM entity that initiated the signing job.

DescribeSigningJobResponse, describeSigningJobResponse_jobOwner - The AWS account ID of the job owner.

$sel:overrides:DescribeSigningJobResponse', describeSigningJobResponse_overrides - A list of any overrides that were applied to the signing operation.

DescribeSigningJobResponse, describeSigningJobResponse_platformDisplayName - A human-readable name for the signing platform associated with the signing job.

DescribeSigningJobResponse, describeSigningJobResponse_platformId - The microcontroller platform to which your signed code image will be distributed.

DescribeSigningJobResponse, describeSigningJobResponse_profileName - The name of the profile that initiated the signing operation.

DescribeSigningJobResponse, describeSigningJobResponse_profileVersion - The version of the signing profile used to initiate the signing job.

$sel:requestedBy:DescribeSigningJobResponse', describeSigningJobResponse_requestedBy - The IAM principal that requested the signing job.

$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.

DescribeSigningJobResponse, describeSigningJobResponse_signatureExpiresAt - Thr expiration timestamp for the signature generated by the signing job.

DescribeSigningJobResponse, describeSigningJobResponse_signedObject - Name of the S3 bucket where the signed code image is saved by code signing.

DescribeSigningJobResponse, describeSigningJobResponse_signingMaterial - The Amazon Resource Name (ARN) of your code signing certificate.

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.

DescribeSigningJobResponse, describeSigningJobResponse_source - The object that contains the name of your S3 bucket or your raw code.

DescribeSigningJobResponse, describeSigningJobResponse_status - Status of the signing job.

$sel:statusReason:DescribeSigningJobResponse', describeSigningJobResponse_statusReason - String value that contains the status reason.

$sel:httpStatus:DescribeSigningJobResponse', describeSigningJobResponse_httpStatus - The response's http status code.

GetSigningPlatform

data GetSigningPlatform Source #

See: newGetSigningPlatform smart constructor.

Instances

Instances details
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

AWSRequest GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Associated Types

type AWSResponse GetSigningPlatform #

Generic GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Associated Types

type Rep GetSigningPlatform :: Type -> Type #

Read GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Show GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

NFData GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Methods

rnf :: GetSigningPlatform -> () #

Eq GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Hashable GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "GetSigningPlatform'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetSigningPlatform, getSigningPlatform_platformId - The ID of the target signing platform.

data GetSigningPlatformResponse Source #

See: newGetSigningPlatformResponse smart constructor.

Instances

Instances details
Generic GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Associated Types

type Rep GetSigningPlatformResponse :: Type -> Type #

Read GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Show GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

NFData GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Eq 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:

GetSigningPlatformResponse, getSigningPlatformResponse_category - The category type of the target signing platform.

GetSigningPlatformResponse, getSigningPlatformResponse_displayName - The display name of the target signing platform.

GetSigningPlatformResponse, getSigningPlatformResponse_maxSizeInMB - The maximum size (in MB) of the payload that can be signed by the target platform.

GetSigningPlatformResponse, getSigningPlatformResponse_partner - A list of partner entities that use the target signing platform.

GetSigningPlatform, getSigningPlatformResponse_platformId - The ID of the target signing platform.

GetSigningPlatformResponse, getSigningPlatformResponse_revocationSupported - A flag indicating whether signatures generated for the signing platform can be revoked.

GetSigningPlatformResponse, getSigningPlatformResponse_signingConfiguration - A list of configurations applied to the target platform at signing.

GetSigningPlatformResponse, getSigningPlatformResponse_signingImageFormat - The format of the target platform's signing image.

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.

GetSigningProfile

data GetSigningProfile Source #

See: newGetSigningProfile smart constructor.

Instances

Instances details
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

AWSRequest GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Associated Types

type AWSResponse GetSigningProfile #

Generic GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Associated Types

type Rep GetSigningProfile :: Type -> Type #

Read GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Show GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

NFData GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Methods

rnf :: GetSigningProfile -> () #

Eq GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Hashable GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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)))

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.

GetSigningProfile, getSigningProfile_profileName - The name of the target signing profile.

data GetSigningProfileResponse Source #

See: newGetSigningProfileResponse smart constructor.

Instances

Instances details
Generic GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Associated Types

type Rep GetSigningProfileResponse :: Type -> Type #

Read GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Show GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

NFData GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Eq 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "GetSigningProfileResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "overrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningPlatformOverrides)) :*: S1 ('MetaSel ('Just "platformDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "profileName") '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 "revocationRecord") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningProfileRevocationRecord)) :*: S1 ('MetaSel ('Just "signatureValidityPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignatureValidityPeriod))) :*: (S1 ('MetaSel ('Just "signingMaterial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningMaterial)) :*: S1 ('MetaSel ('Just "signingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningProfileStatus)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe 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:

GetSigningProfileResponse, getSigningProfileResponse_arn - The Amazon Resource Name (ARN) for the signing profile.

$sel:overrides:GetSigningProfileResponse', getSigningProfileResponse_overrides - A list of overrides applied by the target signing profile for signing operations.

GetSigningProfileResponse, getSigningProfileResponse_platformDisplayName - A human-readable name for the signing platform associated with the signing profile.

GetSigningProfileResponse, getSigningProfileResponse_platformId - The ID of the platform that is used by the target signing profile.

GetSigningProfile, getSigningProfileResponse_profileName - The name of the target signing profile.

GetSigningProfileResponse, getSigningProfileResponse_profileVersion - The current version of the signing profile.

GetSigningProfileResponse, getSigningProfileResponse_profileVersionArn - The signing profile ARN, including the profile version.

$sel:revocationRecord:GetSigningProfileResponse', getSigningProfileResponse_revocationRecord - Undocumented member.

GetSigningProfileResponse, getSigningProfileResponse_signatureValidityPeriod - Undocumented member.

GetSigningProfileResponse, getSigningProfileResponse_signingMaterial - The ARN of the certificate that the target profile uses for signing operations.

GetSigningProfileResponse, getSigningProfileResponse_signingParameters - A map of key-value pairs for signing operations that is attached to the target signing profile.

GetSigningProfileResponse, getSigningProfileResponse_status - The status of the target signing profile.

$sel:statusReason:GetSigningProfileResponse', getSigningProfileResponse_statusReason - Reason for the status of the target signing profile.

GetSigningProfileResponse, getSigningProfileResponse_tags - A list of tags associated with the signing profile.

$sel:httpStatus:GetSigningProfileResponse', getSigningProfileResponse_httpStatus - The response's http status code.

ListProfilePermissions

data ListProfilePermissions Source #

See: newListProfilePermissions smart constructor.

Instances

Instances details
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

AWSRequest ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Associated Types

type AWSResponse ListProfilePermissions #

Generic ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Associated Types

type Rep ListProfilePermissions :: Type -> Type #

Read ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Show ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

NFData ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Methods

rnf :: ListProfilePermissions -> () #

Eq ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Hashable ListProfilePermissions Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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)))

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:

ListProfilePermissions, listProfilePermissions_nextToken - String for specifying the next set of paginated results.

ListProfilePermissions, listProfilePermissions_profileName - Name of the signing profile containing the cross-account permissions.

data ListProfilePermissionsResponse Source #

See: newListProfilePermissionsResponse smart constructor.

Instances

Instances details
Generic ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Associated Types

type Rep ListProfilePermissionsResponse :: Type -> Type #

Read ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Show ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

NFData ListProfilePermissionsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListProfilePermissions

Eq 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "ListProfilePermissionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "permissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Permission]))) :*: (S1 ('MetaSel ('Just "policySizeBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (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:

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:policySizeBytes:ListProfilePermissionsResponse', listProfilePermissionsResponse_policySizeBytes - Total size of the policy associated with the Signing Profile in bytes.

$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.

ListSigningJobs (Paginated)

data ListSigningJobs Source #

See: newListSigningJobs smart constructor.

Instances

Instances details
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

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 #

Generic ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Associated Types

type Rep ListSigningJobs :: Type -> Type #

Read ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Show ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

NFData ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Methods

rnf :: ListSigningJobs -> () #

Eq ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Hashable ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

type AWSResponse ListSigningJobs Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

type Rep 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:

ListSigningJobs, listSigningJobs_isRevoked - Filters results to return only signing jobs with revoked signatures.

ListSigningJobs, listSigningJobs_jobInvoker - Filters results to return only signing jobs initiated by a specified IAM entity.

$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.

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.

ListSigningJobs, listSigningJobs_platformId - The ID of microcontroller platform that you specified for the distribution of your code image.

$sel:requestedBy:ListSigningJobs', listSigningJobs_requestedBy - The IAM principal that requested the signing job.

$sel:signatureExpiresAfter:ListSigningJobs', listSigningJobs_signatureExpiresAfter - Filters results to return only signing jobs with signatures expiring after a specified timestamp.

$sel:signatureExpiresBefore:ListSigningJobs', listSigningJobs_signatureExpiresBefore - Filters results to return only signing jobs with signatures expiring before a specified timestamp.

ListSigningJobs, listSigningJobs_status - A status value with which to filter your results.

data ListSigningJobsResponse Source #

See: newListSigningJobsResponse smart constructor.

Instances

Instances details
Generic ListSigningJobsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Associated Types

type Rep ListSigningJobsResponse :: Type -> Type #

Read ListSigningJobsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Show ListSigningJobsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

NFData ListSigningJobsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

Methods

rnf :: ListSigningJobsResponse -> () #

Eq ListSigningJobsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

type Rep ListSigningJobsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningJobs

type Rep ListSigningJobsResponse = D1 ('MetaData "ListSigningJobsResponse" "Amazonka.Signer.ListSigningJobs" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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.

ListSigningJobs, listSigningJobsResponse_nextToken - String for specifying the next set of paginated results.

$sel:httpStatus:ListSigningJobsResponse', listSigningJobsResponse_httpStatus - The response's http status code.

ListSigningPlatforms (Paginated)

data ListSigningPlatforms Source #

See: newListSigningPlatforms smart constructor.

Instances

Instances details
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

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 #

Generic ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Associated Types

type Rep ListSigningPlatforms :: Type -> Type #

Read ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Show ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

NFData ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Methods

rnf :: ListSigningPlatforms -> () #

Eq ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Hashable ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "ListSigningPlatforms'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "partner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:

ListSigningPlatforms, listSigningPlatforms_category - The category type of a signing platform.

$sel:maxResults:ListSigningPlatforms', listSigningPlatforms_maxResults - The maximum number of results to be returned by this operation.

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.

ListSigningPlatforms, listSigningPlatforms_partner - Any partner entities connected to a signing platform.

ListSigningPlatforms, listSigningPlatforms_target - The validation template that is used by the target signing platform.

data ListSigningPlatformsResponse Source #

See: newListSigningPlatformsResponse smart constructor.

Instances

Instances details
Generic ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Associated Types

type Rep ListSigningPlatformsResponse :: Type -> Type #

Read ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Show ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

NFData ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Eq 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "ListSigningPlatformsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SigningPlatform])) :*: 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:

ListSigningPlatforms, listSigningPlatformsResponse_nextToken - Value for specifying the next set of paginated results to return.

$sel:platforms:ListSigningPlatformsResponse', listSigningPlatformsResponse_platforms - A list of all platforms that match the request parameters.

$sel:httpStatus:ListSigningPlatformsResponse', listSigningPlatformsResponse_httpStatus - The response's http status code.

ListSigningProfiles (Paginated)

data ListSigningProfiles Source #

See: newListSigningProfiles smart constructor.

Instances

Instances details
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

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 #

Generic ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Associated Types

type Rep ListSigningProfiles :: Type -> Type #

Read ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Show ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

NFData ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Methods

rnf :: ListSigningProfiles -> () #

Eq ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Hashable ListSigningProfiles Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "ListSigningProfiles'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "includeCanceled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (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]))))))

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

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.

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.

data ListSigningProfilesResponse Source #

See: newListSigningProfilesResponse smart constructor.

Instances

Instances details
Generic ListSigningProfilesResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Associated Types

type Rep ListSigningProfilesResponse :: Type -> Type #

Read ListSigningProfilesResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Show ListSigningProfilesResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

NFData ListSigningProfilesResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningProfiles

Eq 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "ListSigningProfilesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "profiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SigningProfile])) :*: 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:

ListSigningProfiles, listSigningProfilesResponse_nextToken - Value for specifying the next set of paginated results to return.

$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:httpStatus:ListSigningProfilesResponse', listSigningProfilesResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
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

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.ListTagsForResource

Eq 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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:

ListTagsForResourceResponse, listTagsForResourceResponse_tags - A list of tags associated with the signing profile.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

PutSigningProfile

data PutSigningProfile Source #

See: newPutSigningProfile smart constructor.

Instances

Instances details
ToJSON PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.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

AWSRequest PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Associated Types

type AWSResponse PutSigningProfile #

Generic PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Associated Types

type Rep PutSigningProfile :: Type -> Type #

Read PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Show PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

NFData PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Methods

rnf :: PutSigningProfile -> () #

Eq PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Hashable PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

type AWSResponse PutSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

type Rep 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).

PutSigningProfile, putSigningProfile_signatureValidityPeriod - The default validity period override for any signature generated using this signing profile. If unspecified, the default is 135 months.

PutSigningProfile, putSigningProfile_signingMaterial - The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

PutSigningProfile, putSigningProfile_signingParameters - Map of key-value pairs for signing. These can include any information that you want to use during signing.

PutSigningProfile, putSigningProfile_tags - Tags to be associated with the signing profile that is being created.

PutSigningProfile, putSigningProfile_profileName - The name of the signing profile to be created.

PutSigningProfile, putSigningProfile_platformId - The ID of the signing platform to be created.

data PutSigningProfileResponse Source #

See: newPutSigningProfileResponse smart constructor.

Instances

Instances details
Generic PutSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Associated Types

type Rep PutSigningProfileResponse :: Type -> Type #

Read PutSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Show PutSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

NFData PutSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.PutSigningProfile

Eq 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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:

PutSigningProfileResponse, putSigningProfileResponse_arn - The Amazon Resource Name (ARN) of the signing profile created.

PutSigningProfileResponse, putSigningProfileResponse_profileVersion - The version of the signing profile being created.

PutSigningProfileResponse, putSigningProfileResponse_profileVersionArn - The signing profile ARN, including the profile version.

$sel:httpStatus:PutSigningProfileResponse', putSigningProfileResponse_httpStatus - The response's http status code.

RemoveProfilePermission

data RemoveProfilePermission Source #

See: newRemoveProfilePermission smart constructor.

Instances

Instances details
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

AWSRequest 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 #

Read RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Show RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

NFData RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Methods

rnf :: RemoveProfilePermission -> () #

Eq RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Hashable RemoveProfilePermission Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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))))

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:

RemoveProfilePermission, removeProfilePermission_revisionId - An identifier for the current revision of the signing profile permissions.

RemoveProfilePermission, removeProfilePermission_profileName - A human-readable name for the signing profile with permissions to be removed.

RemoveProfilePermission, removeProfilePermission_statementId - A unique identifier for the cross-account permissions statement.

data RemoveProfilePermissionResponse Source #

See: newRemoveProfilePermissionResponse smart constructor.

Instances

Instances details
Generic RemoveProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Associated Types

type Rep RemoveProfilePermissionResponse :: Type -> Type #

Read RemoveProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Show RemoveProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

NFData RemoveProfilePermissionResponse Source # 
Instance details

Defined in Amazonka.Signer.RemoveProfilePermission

Eq 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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:

RemoveProfilePermission, removeProfilePermissionResponse_revisionId - An identifier for the current revision of the profile permissions.

$sel:httpStatus:RemoveProfilePermissionResponse', removeProfilePermissionResponse_httpStatus - The response's http status code.

RevokeSignature

data RevokeSignature Source #

See: newRevokeSignature smart constructor.

Instances

Instances details
ToJSON RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.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

AWSRequest RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Associated Types

type AWSResponse RevokeSignature #

Generic RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Associated Types

type Rep RevokeSignature :: Type -> Type #

Read RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Show RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

NFData RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Methods

rnf :: RevokeSignature -> () #

Eq RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Hashable RevokeSignature Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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))))

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:

RevokeSignature, revokeSignature_jobOwner - AWS account ID of the job owner.

RevokeSignature, revokeSignature_reason - The reason for revoking the signing job.

RevokeSignature, revokeSignature_jobId - ID of the signing job to be revoked.

data RevokeSignatureResponse Source #

See: newRevokeSignatureResponse smart constructor.

Instances

Instances details
Generic RevokeSignatureResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Associated Types

type Rep RevokeSignatureResponse :: Type -> Type #

Read RevokeSignatureResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Show RevokeSignatureResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

NFData RevokeSignatureResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

Methods

rnf :: RevokeSignatureResponse -> () #

Eq RevokeSignatureResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

type Rep RevokeSignatureResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSignature

type Rep RevokeSignatureResponse = D1 ('MetaData "RevokeSignatureResponse" "Amazonka.Signer.RevokeSignature" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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.

RevokeSigningProfile

data RevokeSigningProfile Source #

See: newRevokeSigningProfile smart constructor.

Instances

Instances details
ToJSON RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.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

AWSRequest RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Associated Types

type AWSResponse RevokeSigningProfile #

Generic RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Associated Types

type Rep RevokeSigningProfile :: Type -> Type #

Read RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Show RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

NFData RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Methods

rnf :: RevokeSigningProfile -> () #

Eq RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Hashable RevokeSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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))))

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:

RevokeSigningProfile, revokeSigningProfile_profileVersion - The version of the signing profile to be revoked.

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.

RevokeSigningProfile, revokeSigningProfile_profileName - The name of the signing profile to be revoked.

data RevokeSigningProfileResponse Source #

See: newRevokeSigningProfileResponse smart constructor.

Instances

Instances details
Generic RevokeSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Associated Types

type Rep RevokeSigningProfileResponse :: Type -> Type #

Read RevokeSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Show RevokeSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

NFData RevokeSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.RevokeSigningProfile

Eq 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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.

StartSigningJob

data StartSigningJob Source #

See: newStartSigningJob smart constructor.

Instances

Instances details
ToJSON StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.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

AWSRequest StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Associated Types

type AWSResponse StartSigningJob #

Generic StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Associated Types

type Rep StartSigningJob :: Type -> Type #

Read StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Show StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

NFData StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Methods

rnf :: StartSigningJob -> () #

Eq StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Hashable StartSigningJob Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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)))))

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.

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.

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
Generic StartSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Associated Types

type Rep StartSigningJobResponse :: Type -> Type #

Read StartSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Show StartSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

NFData StartSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

Methods

rnf :: StartSigningJobResponse -> () #

Eq StartSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

type Rep StartSigningJobResponse Source # 
Instance details

Defined in Amazonka.Signer.StartSigningJob

type Rep StartSigningJobResponse = D1 ('MetaData "StartSigningJobResponse" "Amazonka.Signer.StartSigningJob" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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:

StartSigningJobResponse, startSigningJobResponse_jobId - The ID of your signing job.

StartSigningJobResponse, startSigningJobResponse_jobOwner - The AWS account ID of the signing job owner.

$sel:httpStatus:StartSigningJobResponse', startSigningJobResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Signer.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

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Signer.TagResource

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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))))

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.

TagResource, tagResource_tags - One or more tags to be associated with the signing profile.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.Signer.TagResource" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
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

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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))))

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
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Signer.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Signer.UntagResource" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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.

Types

Category

newtype Category Source #

Constructors

Category' 

Fields

Bundled Patterns

pattern Category_AWSIoT :: Category 

Instances

Instances details
FromJSON Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

FromJSONKey Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

ToJSON Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

ToJSONKey Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

ToByteString Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Methods

toBS :: Category -> ByteString #

ToHeader Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Methods

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

ToLog Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

ToQuery Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

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 #

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 #

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 #

Read Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Show Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

NFData Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Methods

rnf :: Category -> () #

Eq Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Ord Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Hashable Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

Methods

hashWithSalt :: Int -> Category -> Int #

hash :: Category -> Int #

type Rep Category Source # 
Instance details

Defined in Amazonka.Signer.Types.Category

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

EncryptionAlgorithm

newtype EncryptionAlgorithm Source #

Instances

Instances details
FromJSON EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

FromJSONKey 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

ToByteString EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

ToHeader EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

ToLog EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

ToQuery 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

FromXML EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

ToXML 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 #

Read EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

Show EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

NFData EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

Methods

rnf :: EncryptionAlgorithm -> () #

Eq EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

Ord EncryptionAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithm

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
FromJSON HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

FromJSONKey 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

ToByteString HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

ToHeader HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

ToLog HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

ToQuery 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 #

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 #

Generic HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Associated Types

type Rep HashAlgorithm :: Type -> Type #

Read HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Show HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

NFData HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Methods

rnf :: HashAlgorithm -> () #

Eq HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Ord HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

Hashable HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

type Rep HashAlgorithm Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithm

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

ImageFormat

newtype ImageFormat Source #

Constructors

ImageFormat' 

Instances

Instances details
FromJSON ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

FromJSONKey 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

ToByteString ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

ToHeader ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

ToLog ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

ToQuery 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 #

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 #

Generic ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Associated Types

type Rep ImageFormat :: Type -> Type #

Read ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Show ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

NFData ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Methods

rnf :: ImageFormat -> () #

Eq ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Ord ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

Hashable ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

type Rep ImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.ImageFormat

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

SigningProfileStatus

newtype SigningProfileStatus Source #

Instances

Instances details
FromJSON SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

FromJSONKey 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

ToByteString SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

ToHeader SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

ToLog SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

ToQuery 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

FromXML SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

ToXML 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 #

Read SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

Show SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

NFData SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

Methods

rnf :: SigningProfileStatus -> () #

Eq SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

Ord SigningProfileStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileStatus

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'True) (C1 ('MetaCons "SigningProfileStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSigningProfileStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SigningStatus

newtype SigningStatus Source #

Constructors

SigningStatus' 

Instances

Instances details
FromJSON SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

FromJSONKey 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

ToByteString SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

ToHeader SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

ToLog SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

ToQuery 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 #

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 #

Generic SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Associated Types

type Rep SigningStatus :: Type -> Type #

Read SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Show SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

NFData SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Methods

rnf :: SigningStatus -> () #

Eq SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Ord SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

Hashable SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

type Rep SigningStatus Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningStatus

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

ValidityType

newtype ValidityType Source #

Constructors

ValidityType' 

Instances

Instances details
FromJSON ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

FromJSONKey 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

ToByteString ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

ToHeader ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

ToLog ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

ToQuery 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 #

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 #

Generic ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Associated Types

type Rep ValidityType :: Type -> Type #

Read ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Show ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

NFData ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Methods

rnf :: ValidityType -> () #

Eq ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Ord ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

Hashable ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

type Rep ValidityType Source # 
Instance details

Defined in Amazonka.Signer.Types.ValidityType

type Rep ValidityType = D1 ('MetaData "ValidityType" "Amazonka.Signer.Types.ValidityType" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
ToJSON 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 #

Read Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.Destination

Show Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.Destination

NFData Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.Destination

Methods

rnf :: Destination -> () #

Eq Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.Destination

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
FromJSON 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 #

Read EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Show EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

NFData EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Eq EncryptionAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.EncryptionAlgorithmOptions

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
FromJSON 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 #

Read HashAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithmOptions

Show HashAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithmOptions

NFData HashAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithmOptions

Methods

rnf :: HashAlgorithmOptions -> () #

Eq HashAlgorithmOptions Source # 
Instance details

Defined in Amazonka.Signer.Types.HashAlgorithmOptions

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
FromJSON 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 #

Read Permission Source # 
Instance details

Defined in Amazonka.Signer.Types.Permission

Show Permission Source # 
Instance details

Defined in Amazonka.Signer.Types.Permission

NFData Permission Source # 
Instance details

Defined in Amazonka.Signer.Types.Permission

Methods

rnf :: Permission -> () #

Eq Permission Source # 
Instance details

Defined in Amazonka.Signer.Types.Permission

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "Permission'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "principal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "profileVersion") '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:principal:Permission', permission_principal - The AWS principal that has been granted a cross-account permission.

$sel:profileVersion:Permission', permission_profileVersion - The signing profile version that a permission applies to.

$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
ToJSON 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 #

Read S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Show S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

NFData S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Methods

rnf :: S3Destination -> () #

Eq S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "S3Destination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "prefix") '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:bucketName:S3Destination', s3Destination_bucketName - Name of the S3 bucket.

$sel:prefix:S3Destination', s3Destination_prefix - An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

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
FromJSON 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 #

Read S3SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.S3SignedObject

Show S3SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.S3SignedObject

NFData S3SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.S3SignedObject

Methods

rnf :: S3SignedObject -> () #

Eq S3SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.S3SignedObject

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
FromJSON S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

ToJSON 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 #

Read S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Show S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

NFData S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Methods

rnf :: S3Source -> () #

Eq S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Hashable S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Methods

hashWithSalt :: Int -> S3Source -> Int #

hash :: S3Source -> Int #

type Rep S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

type Rep S3Source = D1 ('MetaData "S3Source" "Amazonka.Signer.Types.S3Source" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
FromJSON SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

ToJSON 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 #

Read SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

Show SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

NFData SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

Methods

rnf :: SignatureValidityPeriod -> () #

Eq SignatureValidityPeriod Source # 
Instance details

Defined in Amazonka.Signer.Types.SignatureValidityPeriod

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "SignatureValidityPeriod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValidityType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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:type':SignatureValidityPeriod', signatureValidityPeriod_type - The time unit for signature validity.

$sel:value:SignatureValidityPeriod', signatureValidityPeriod_value - The numerical value of 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
FromJSON 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 #

Read SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.SignedObject

Show SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.SignedObject

NFData SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.SignedObject

Methods

rnf :: SignedObject -> () #

Eq SignedObject Source # 
Instance details

Defined in Amazonka.Signer.Types.SignedObject

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
FromJSON 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 #

Read SigningConfiguration Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfiguration

Show SigningConfiguration Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfiguration

NFData SigningConfiguration Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfiguration

Methods

rnf :: SigningConfiguration -> () #

Eq SigningConfiguration Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfiguration

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
FromJSON SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

ToJSON 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 #

Read SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

Show SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

NFData SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

Eq SigningConfigurationOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningConfigurationOverrides

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "SigningConfigurationOverrides'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encryptionAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionAlgorithm)) :*: S1 ('MetaSel ('Just "hashAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HashAlgorithm))))

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:encryptionAlgorithm:SigningConfigurationOverrides', signingConfigurationOverrides_encryptionAlgorithm - A specified override of the default encryption algorithm that is used in a code signing job.

$sel:hashAlgorithm:SigningConfigurationOverrides', signingConfigurationOverrides_hashAlgorithm - A specified override of the default hash 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
FromJSON 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 #

Read SigningImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningImageFormat

Show SigningImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningImageFormat

NFData SigningImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningImageFormat

Methods

rnf :: SigningImageFormat -> () #

Eq SigningImageFormat Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningImageFormat

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
FromJSON 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 #

Read SigningJob Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJob

Show SigningJob Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJob

NFData SigningJob Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJob

Methods

rnf :: SigningJob -> () #

Eq SigningJob Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJob

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "SigningJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "isRevoked") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "jobInvoker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "platformDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "profileVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signatureExpiresAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "signedObject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignedObject)) :*: S1 ('MetaSel ('Just "signingMaterial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningMaterial))) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Source)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningStatus)))))))

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:createdAt:SigningJob', signingJob_createdAt - The date and time that the signing job was created.

$sel:isRevoked:SigningJob', signingJob_isRevoked - Indicates whether the signing job is revoked.

$sel:jobId:SigningJob', signingJob_jobId - The ID of the signing job.

$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.

$sel:platformDisplayName:SigningJob', signingJob_platformDisplayName - The name of a signing platform.

$sel:platformId:SigningJob', signingJob_platformId - The unique identifier for a signing platform.

$sel:profileName:SigningJob', signingJob_profileName - The name of the signing profile that created a signing job.

$sel:profileVersion:SigningJob', signingJob_profileVersion - The version of the signing profile that created a signing job.

$sel:signatureExpiresAt:SigningJob', signingJob_signatureExpiresAt - The time when the signature of a signing job expires.

$sel:signedObject:SigningJob', signingJob_signedObject - A SignedObject structure that contains information about a signing job's signed code image.

$sel:signingMaterial:SigningJob', signingJob_signingMaterial - A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

$sel:source:SigningJob', signingJob_source - A Source that contains information about a signing job's code image source.

$sel:status:SigningJob', signingJob_status - The status of the signing job.

SigningJobRevocationRecord

data SigningJobRevocationRecord Source #

Revocation information for a signing job.

See: newSigningJobRevocationRecord smart constructor.

Instances

Instances details
FromJSON 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 #

Read SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Show SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

NFData SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Eq SigningJobRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningJobRevocationRecord

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "SigningJobRevocationRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "revokedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "revokedBy") '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:reason:SigningJobRevocationRecord', signingJobRevocationRecord_reason - A caller-supplied reason for revocation.

$sel:revokedAt:SigningJobRevocationRecord', signingJobRevocationRecord_revokedAt - The time of revocation.

$sel:revokedBy:SigningJobRevocationRecord', signingJobRevocationRecord_revokedBy - The identity of the revoker.

SigningMaterial

data SigningMaterial Source #

The ACM certificate that is used to sign your code.

See: newSigningMaterial smart constructor.

Constructors

SigningMaterial' Text 

Instances

Instances details
FromJSON SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

ToJSON 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 #

Read SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

Show SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

NFData SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

Methods

rnf :: SigningMaterial -> () #

Eq SigningMaterial Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningMaterial

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
FromJSON 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 #

Read SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Show SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

NFData SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Methods

rnf :: SigningPlatform -> () #

Eq SigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatform

Hashable 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: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:partner:SigningPlatform', signingPlatform_partner - Any partner entities linked to a code signing platform.

$sel:platformId:SigningPlatform', signingPlatform_platformId - The ID of a code signing; platform.

$sel:revocationSupported:SigningPlatform', signingPlatform_revocationSupported - Indicates whether revocation is supported for the 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:signingImageFormat:SigningPlatform', signingPlatform_signingImageFormat - Undocumented member.

$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
FromJSON SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

ToJSON 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 #

Read SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

Show SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

NFData SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

Eq SigningPlatformOverrides Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningPlatformOverrides

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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
FromJSON 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 #

Read SigningProfile Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfile

Show SigningProfile Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfile

NFData SigningProfile Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfile

Methods

rnf :: SigningProfile -> () #

Eq SigningProfile Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfile

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "SigningProfile'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "profileName") '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 "signatureValidityPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignatureValidityPeriod)) :*: S1 ('MetaSel ('Just "signingMaterial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningMaterial)))) :*: (S1 ('MetaSel ('Just "signingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningProfileStatus)) :*: 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:arn:SigningProfile', signingProfile_arn - The Amazon Resource Name (ARN) for the signing profile.

$sel:platformDisplayName:SigningProfile', signingProfile_platformDisplayName - The name of the signing platform.

$sel:platformId:SigningProfile', signingProfile_platformId - The ID of a platform that is available for use by a signing profile.

$sel:profileName:SigningProfile', signingProfile_profileName - The name of the signing profile.

$sel:profileVersion:SigningProfile', signingProfile_profileVersion - The version of a signing profile.

$sel:profileVersionArn:SigningProfile', signingProfile_profileVersionArn - The ARN of a signing profile, including the profile version.

$sel:signatureValidityPeriod:SigningProfile', signingProfile_signatureValidityPeriod - The validity period for a signing job created using this signing profile.

$sel:signingMaterial:SigningProfile', signingProfile_signingMaterial - The ACM certificate that is available for use by a signing profile.

$sel:signingParameters:SigningProfile', signingProfile_signingParameters - The parameters that are available for use by a code signing user.

$sel:status:SigningProfile', signingProfile_status - The status of a code signing profile.

$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
FromJSON 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 #

Read SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Show SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

NFData SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Eq SigningProfileRevocationRecord Source # 
Instance details

Defined in Amazonka.Signer.Types.SigningProfileRevocationRecord

Hashable 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "SigningProfileRevocationRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "revocationEffectiveFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "revokedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "revokedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:revocationEffectiveFrom:SigningProfileRevocationRecord', signingProfileRevocationRecord_revocationEffectiveFrom - The time when revocation becomes effective.

$sel:revokedAt:SigningProfileRevocationRecord', signingProfileRevocationRecord_revokedAt - The time when the signing profile was revoked.

$sel:revokedBy:SigningProfileRevocationRecord', signingProfileRevocationRecord_revokedBy - The identity of the revoker.

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
FromJSON Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

ToJSON 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 #

Read Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

NFData Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Methods

rnf :: Source -> () #

Eq Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Methods

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

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

Hashable Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

type Rep Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

type Rep Source = D1 ('MetaData "Source" "Amazonka.Signer.Types.Source" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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.