Module Awso_signer_syncSource

Sourceval cancel_signing_profile : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_signer.Values.CancelSigningProfileRequest.t -> (unit, unit) Result.t
Sourceval revoke_signature : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_signer.Values.RevokeSignatureRequest.t -> (unit, unit) Result.t
Sourceval revoke_signing_profile : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_signer.Values.RevokeSigningProfileRequest.t -> (unit, unit) Result.t
include module type of struct include Awso_signer.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule EncryptionAlgorithms = Awso_signer.Values.EncryptionAlgorithms
Sourcemodule SigningParameterValue = Awso_signer.Values.SigningParameterValue
Sourcemodule EncryptionAlgorithmOptions = Awso_signer.Values.EncryptionAlgorithmOptions

The encryption algorithm options that are available to a code-signing job.

Sourcemodule HashAlgorithmOptions = Awso_signer.Values.HashAlgorithmOptions

The hash algorithms that are available to a code-signing job.

The Amazon S3 bucket name and key where Signer saved your signed code image.

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

Sourcemodule SignatureValidityPeriod = Awso_signer.Values.SignatureValidityPeriod

The validity period for a signing job.

The ACM certificate that is used to sign your code.

Sourcemodule SigningProfileStatus = Awso_signer.Values.SigningProfileStatus
Sourcemodule SigningConfiguration = Awso_signer.Values.SigningConfiguration

The configuration of a signing operation.

The image format of a AWS Signer platform or profile.

Points to an S3SignedObject object that contains information about your signed code image.

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

The name and prefix of the Amazon S3 bucket where AWS Signer saves your signed objects.

Sourcemodule SigningConfigurationOverrides = Awso_signer.Values.SigningConfigurationOverrides

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

Contains information about the ACM certificates and signing configuration parameters that can be used by a given code signing user.

Contains information about the signing configurations and parameters that are used to perform a code-signing job.

Contains information about a signing job.

A cross-account permission for a signing profile.

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.

Sourcemodule InternalServiceErrorException = Awso_signer.Values.InternalServiceErrorException

An internal error occurred.

The signing profile was not found.

Sourcemodule TooManyRequestsException = Awso_signer.Values.TooManyRequestsException

The allowed number of job-signing requests has been exceeded. This error supersedes the error ThrottlingException.

Sourcemodule AccessDeniedException = Awso_signer.Values.AccessDeniedException

You do not have sufficient access to perform this action.

Sourcemodule ResourceNotFoundException = Awso_signer.Values.ResourceNotFoundException

A specified resource could not be found.

The request was denied due to request throttling. Instead of this error, TooManyRequestsException should be used.

You signing certificate could not be validated.

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

Sourcemodule RevocationReasonString = Awso_signer.Values.RevocationReasonString

The resource encountered a conflicting state.

Sourcemodule SigningPlatformOverrides = Awso_signer.Values.SigningPlatformOverrides

Any overrides that are applied to the signing configuration of a signing platform.

Sourcemodule SigningProfileRevocationRecord = Awso_signer.Values.SigningProfileRevocationRecord

Revocation information for a signing profile.

Sourcemodule SigningJobRevocationRecord = Awso_signer.Values.SigningJobRevocationRecord

Revocation information for a signing job.

Sourcemodule ServiceLimitExceededException = Awso_signer.Values.ServiceLimitExceededException

The client is making a request that exceeds service limits.

Sourcemodule UntagResourceResponse = Awso_signer.Values.UntagResourceResponse

Removes one or more tags from a signing profile. To remove the tags, specify a list of tag keys.

Sourcemodule UntagResourceRequest = Awso_signer.Values.UntagResourceRequest

Removes one or more tags from a signing profile. To remove the tags, specify a list of tag keys.

Adds one or more tags to a signing profile. Tags are labels that you can use to identify and organize your AWS resources. Each tag consists of a key and an optional value. To specify the signing profile, use its Amazon Resource Name (ARN). To specify the tag, use a key-value pair.

Adds one or more tags to a signing profile. Tags are labels that you can use to identify and organize your AWS resources. Each tag consists of a key and an optional value. To specify the signing profile, use its Amazon Resource Name (ARN). To specify the tag, use a key-value pair.

Sourcemodule StartSigningJobResponse = Awso_signer.Values.StartSigningJobResponse

Initiates a signing job to be performed on the code provided. Signing jobs are viewable by the ListSigningJobs operation. Note the following requirements: You must create an Amazon S3 source bucket. For more information, see Creating a Bucket in the Amazon S3 Getting Started Guide. Your S3 source bucket must be version enabled. You must create an S3 destination bucket. AWS Signer uses your S3 destination bucket to write your signed code. You specify the name of the source and destination buckets when calling the StartSigningJob operation. You must ensure the S3 buckets are from the same Region as the signing profile. Cross-Region signing isn't supported. You must also specify a request token that identifies your request to Signer. You can call the DescribeSigningJob and the ListSigningJobs actions after you call StartSigningJob. For a Java example that shows how to use this action, see StartSigningJob.

Sourcemodule StartSigningJobRequest = Awso_signer.Values.StartSigningJobRequest

Initiates a signing job to be performed on the code provided. Signing jobs are viewable by the ListSigningJobs operation. Note the following requirements: You must create an Amazon S3 source bucket. For more information, see Creating a Bucket in the Amazon S3 Getting Started Guide. Your S3 source bucket must be version enabled. You must create an S3 destination bucket. AWS Signer uses your S3 destination bucket to write your signed code. You specify the name of the source and destination buckets when calling the StartSigningJob operation. You must ensure the S3 buckets are from the same Region as the signing profile. Cross-Region signing isn't supported. You must also specify a request token that identifies your request to Signer. You can call the DescribeSigningJob and the ListSigningJobs actions after you call StartSigningJob. For a Java example that shows how to use this action, see StartSigningJob.

Signs a binary payload and returns a signature envelope.

Signs a binary payload and returns a signature envelope.

Sourcemodule RevokeSigningProfileRequest = Awso_signer.Values.RevokeSigningProfileRequest

Changes the state of a signing profile to REVOKED. This indicates that signatures generated using the signing profile after an effective start date are no longer valid. A revoked profile is still viewable with the ListSigningProfiles operation, but it cannot perform new signing jobs. See Data Retention for more information on scheduled deletion of a revoked signing profile.

Sourcemodule RevokeSignatureRequest = Awso_signer.Values.RevokeSignatureRequest

Changes the state of a signing job to REVOKED. This indicates that the signature is no longer valid.

Sourcemodule RemoveProfilePermissionResponse = Awso_signer.Values.RemoveProfilePermissionResponse

Removes cross-account permissions from a signing profile.

Sourcemodule RemoveProfilePermissionRequest = Awso_signer.Values.RemoveProfilePermissionRequest

Removes cross-account permissions from a signing profile.

Sourcemodule PutSigningProfileResponse = Awso_signer.Values.PutSigningProfileResponse

Creates a signing profile. A signing profile is a code-signing template that can be used to carry out a pre-defined signing job.

Sourcemodule PutSigningProfileRequest = Awso_signer.Values.PutSigningProfileRequest

Creates a signing profile. A signing profile is a code-signing template that can be used to carry out a pre-defined signing job.

Sourcemodule ListTagsForResourceResponse = Awso_signer.Values.ListTagsForResourceResponse

Returns a list of the tags associated with a signing profile resource.

Sourcemodule ListTagsForResourceRequest = Awso_signer.Values.ListTagsForResourceRequest

Returns a list of the tags associated with a signing profile resource.

Sourcemodule ListSigningProfilesResponse = Awso_signer.Values.ListSigningProfilesResponse

Lists all available signing profiles in your AWS account. Returns only profiles with an ACTIVE status unless the includeCanceled request field is set to true. If additional jobs remain to be listed, AWS Signer returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that Signer returns in the nextToken parameter until all of your signing jobs have been returned.

Sourcemodule ListSigningProfilesRequest = Awso_signer.Values.ListSigningProfilesRequest

Lists all available signing profiles in your AWS account. Returns only profiles with an ACTIVE status unless the includeCanceled request field is set to true. If additional jobs remain to be listed, AWS Signer returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that Signer returns in the nextToken parameter until all of your signing jobs have been returned.

Sourcemodule ListSigningPlatformsResponse = Awso_signer.Values.ListSigningPlatformsResponse

Lists all signing platforms available in AWS Signer that match the request parameters. If additional jobs remain to be listed, Signer returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that Signer returns in the nextToken parameter until all of your signing jobs have been returned.

Sourcemodule ListSigningPlatformsRequest = Awso_signer.Values.ListSigningPlatformsRequest

Lists all signing platforms available in AWS Signer that match the request parameters. If additional jobs remain to be listed, Signer returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that Signer returns in the nextToken parameter until all of your signing jobs have been returned.

Sourcemodule ListSigningJobsResponse = Awso_signer.Values.ListSigningJobsResponse

Lists all your signing jobs. You can use the maxResults parameter to limit the number of signing jobs that are returned in the response. If additional jobs remain to be listed, AWS Signer returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that Signer returns in the nextToken parameter until all of your signing jobs have been returned.

Sourcemodule ListSigningJobsRequest = Awso_signer.Values.ListSigningJobsRequest

Lists all your signing jobs. You can use the maxResults parameter to limit the number of signing jobs that are returned in the response. If additional jobs remain to be listed, AWS Signer returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that Signer returns in the nextToken parameter until all of your signing jobs have been returned.

Sourcemodule ListProfilePermissionsResponse = Awso_signer.Values.ListProfilePermissionsResponse

Lists the cross-account permissions associated with a signing profile.

Sourcemodule ListProfilePermissionsRequest = Awso_signer.Values.ListProfilePermissionsRequest

Lists the cross-account permissions associated with a signing profile.

Sourcemodule GetSigningProfileResponse = Awso_signer.Values.GetSigningProfileResponse

Returns information on a specific signing profile.

Sourcemodule GetSigningProfileRequest = Awso_signer.Values.GetSigningProfileRequest

Returns information on a specific signing profile.

Sourcemodule GetSigningPlatformResponse = Awso_signer.Values.GetSigningPlatformResponse

Returns information on a specific signing platform.

Sourcemodule GetSigningPlatformRequest = Awso_signer.Values.GetSigningPlatformRequest

Returns information on a specific signing platform.

Sourcemodule GetRevocationStatusResponse = Awso_signer.Values.GetRevocationStatusResponse

Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.

Sourcemodule GetRevocationStatusRequest = Awso_signer.Values.GetRevocationStatusRequest

Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.

Sourcemodule DescribeSigningJobResponse = Awso_signer.Values.DescribeSigningJobResponse

Returns information about a specific code signing job. You specify the job by using the jobId value that is returned by the StartSigningJob operation.

Sourcemodule DescribeSigningJobRequest = Awso_signer.Values.DescribeSigningJobRequest

Returns information about a specific code signing job. You specify the job by using the jobId value that is returned by the StartSigningJob operation.

Sourcemodule CancelSigningProfileRequest = Awso_signer.Values.CancelSigningProfileRequest

Changes the state of an ACTIVE signing profile to CANCELED. A canceled profile is still viewable with the ListSigningProfiles operation, but it cannot perform new signing jobs. See Data Retention for more information on scheduled deletion of a canceled signing profile.

Sourcemodule AddProfilePermissionResponse = Awso_signer.Values.AddProfilePermissionResponse

Adds cross-account permissions to a signing profile.

Sourcemodule AddProfilePermissionRequest = Awso_signer.Values.AddProfilePermissionRequest

Adds cross-account permissions to a signing profile.