Module Awso_signer.ValuesSource

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 EncryptionAlgorithm : sig ... end
Sourcemodule HashAlgorithm : sig ... end
Sourcemodule EncryptionAlgorithms : sig ... end
Sourcemodule HashAlgorithms : sig ... end
Sourcemodule ImageFormat : sig ... end
Sourcemodule BucketName : sig ... end
Sourcemodule Key : sig ... end
Sourcemodule Version : sig ... end
Sourcemodule Integer : sig ... end
Sourcemodule ValidityType : sig ... end
Sourcemodule CertificateArn : sig ... end
Sourcemodule SigningParameterKey : sig ... end
Sourcemodule SigningParameterValue : sig ... end
Sourcemodule TagKey : sig ... end
Sourcemodule TagValue : sig ... end

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

Sourcemodule HashAlgorithmOptions : sig ... end

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

Sourcemodule ImageFormats : sig ... end
Sourcemodule S3SignedObject : sig ... end

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

Sourcemodule S3Source : sig ... end

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

Sourcemodule Prefix : sig ... end
Sourcemodule Arn : sig ... end
Sourcemodule DisplayName : sig ... end
Sourcemodule PlatformId : sig ... end
Sourcemodule ProfileName : sig ... end
Sourcemodule ProfileVersion : sig ... end
Sourcemodule SignatureValidityPeriod : sig ... end

The validity period for a signing job.

Sourcemodule SigningMaterial : sig ... end

The ACM certificate that is used to sign your code.

Sourcemodule SigningParameters : sig ... end
Sourcemodule SigningProfileStatus : sig ... end
Sourcemodule TagMap : sig ... end
Sourcemodule Category : sig ... end
Sourcemodule MaxSizeInMB : sig ... end
Sourcemodule SigningConfiguration : sig ... end

The configuration of a signing operation.

Sourcemodule SigningImageFormat : sig ... end

The image format of a AWS Signer platform or profile.

Sourcemodule String_ : sig ... end
Sourcemodule Bool_ : sig ... end
Sourcemodule AccountId : sig ... end
Sourcemodule JobId : sig ... end
Sourcemodule SignedObject : sig ... end

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

Sourcemodule SigningStatus : sig ... end
Sourcemodule Source : sig ... end

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

Sourcemodule Timestamp : sig ... end
Sourcemodule ErrorCode : sig ... end
Sourcemodule ErrorMessage : sig ... end
Sourcemodule S3Destination : sig ... end

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

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

Sourcemodule SigningProfile : sig ... end

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

Sourcemodule SigningPlatform : sig ... end

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

Sourcemodule SigningJob : sig ... end

Contains information about a signing job.

Sourcemodule Permission : sig ... end

A cross-account permission for a signing profile.

Sourcemodule BadRequestException : sig ... end

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.

An internal error occurred.

Sourcemodule NotFoundException : sig ... end

The signing profile was not found.

Sourcemodule TooManyRequestsException : sig ... end

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

Sourcemodule TagKeyList : sig ... end
Sourcemodule AccessDeniedException : sig ... end

You do not have sufficient access to perform this action.

Sourcemodule ResourceNotFoundException : sig ... end

A specified resource could not be found.

Sourcemodule ThrottlingException : sig ... end

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

Sourcemodule ValidationException : sig ... end

You signing certificate could not be validated.

Sourcemodule ClientRequestToken : sig ... end
Sourcemodule Destination : sig ... end

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

Sourcemodule Blob : sig ... end
Sourcemodule Metadata : sig ... end
Sourcemodule Payload : sig ... end
Sourcemodule RevocationReasonString : sig ... end
Sourcemodule ConflictException : sig ... end

The resource encountered a conflicting state.

Sourcemodule SigningPlatformOverrides : sig ... end

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

Sourcemodule NextToken : sig ... end
Sourcemodule SigningProfiles : sig ... end
Sourcemodule MaxResults : sig ... end
Sourcemodule Statuses : sig ... end
Sourcemodule SigningPlatforms : sig ... end
Sourcemodule SigningJobs : sig ... end
Sourcemodule RequestedBy : sig ... end
Sourcemodule Permissions : sig ... end
Sourcemodule PolicySizeBytes : sig ... end

Revocation information for a signing profile.

Sourcemodule RevokedEntities : sig ... end
Sourcemodule CertificateHashes : sig ... end

Revocation information for a signing job.

Sourcemodule StatusReason : sig ... end

The client is making a request that exceeds service limits.

Sourcemodule UntagResourceResponse : sig ... end

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

Sourcemodule UntagResourceRequest : sig ... end

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

Sourcemodule TagResourceResponse : sig ... end

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 TagResourceRequest : sig ... end

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

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

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 SignPayloadResponse : sig ... end

Signs a binary payload and returns a signature envelope.

Sourcemodule SignPayloadRequest : sig ... end

Signs a binary payload and returns a signature envelope.

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

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

Removes cross-account permissions from a signing profile.

Removes cross-account permissions from a signing profile.

Sourcemodule PutSigningProfileResponse : sig ... end

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

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

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

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

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.

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.

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.

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

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

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.

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

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

Sourcemodule GetSigningProfileResponse : sig ... end

Returns information on a specific signing profile.

Sourcemodule GetSigningProfileRequest : sig ... end

Returns information on a specific signing profile.

Returns information on a specific signing platform.

Sourcemodule GetSigningPlatformRequest : sig ... end

Returns information on a specific signing platform.

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

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

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

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

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.

Adds cross-account permissions to a signing profile.

Adds cross-account permissions to a signing profile.