{ "version":"2.0", "metadata":{ "apiVersion":"2017-08-25", "endpointPrefix":"signer", "jsonVersion":"1.1", "protocol":"rest-json", "serviceAbbreviation":"signer", "serviceFullName":"AWS Signer", "serviceId":"signer", "signatureVersion":"v4", "signingName":"signer", "uid":"signer-2017-08-25" }, "operations":{ "AddProfilePermission":{ "name":"AddProfilePermission", "http":{ "method":"POST", "requestUri":"/signing-profiles/{profileName}/permissions" }, "input":{"shape":"AddProfilePermissionRequest"}, "output":{"shape":"AddProfilePermissionResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ServiceLimitExceededException"}, {"shape":"ConflictException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

Adds cross-account permissions to a signing profile.

" }, "CancelSigningProfile":{ "name":"CancelSigningProfile", "http":{ "method":"DELETE", "requestUri":"/signing-profiles/{profileName}" }, "input":{"shape":"CancelSigningProfileRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

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, and is deleted two years after cancelation.

" }, "DescribeSigningJob":{ "name":"DescribeSigningJob", "http":{ "method":"GET", "requestUri":"/signing-jobs/{jobId}" }, "input":{"shape":"DescribeSigningJobRequest"}, "output":{"shape":"DescribeSigningJobResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

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

" }, "GetRevocationStatus":{ "name":"GetRevocationStatus", "http":{ "method":"GET", "requestUri":"/revocations" }, "input":{"shape":"GetRevocationStatusRequest"}, "output":{"shape":"GetRevocationStatusResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

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

", "endpoint":{"hostPrefix":"verification."} }, "GetSigningPlatform":{ "name":"GetSigningPlatform", "http":{ "method":"GET", "requestUri":"/signing-platforms/{platformId}" }, "input":{"shape":"GetSigningPlatformRequest"}, "output":{"shape":"GetSigningPlatformResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

Returns information on a specific signing platform.

" }, "GetSigningProfile":{ "name":"GetSigningProfile", "http":{ "method":"GET", "requestUri":"/signing-profiles/{profileName}" }, "input":{"shape":"GetSigningProfileRequest"}, "output":{"shape":"GetSigningProfileResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

Returns information on a specific signing profile.

" }, "ListProfilePermissions":{ "name":"ListProfilePermissions", "http":{ "method":"GET", "requestUri":"/signing-profiles/{profileName}/permissions" }, "input":{"shape":"ListProfilePermissionsRequest"}, "output":{"shape":"ListProfilePermissionsResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

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

" }, "ListSigningJobs":{ "name":"ListSigningJobs", "http":{ "method":"GET", "requestUri":"/signing-jobs" }, "input":{"shape":"ListSigningJobsRequest"}, "output":{"shape":"ListSigningJobsResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

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.

" }, "ListSigningPlatforms":{ "name":"ListSigningPlatforms", "http":{ "method":"GET", "requestUri":"/signing-platforms" }, "input":{"shape":"ListSigningPlatformsRequest"}, "output":{"shape":"ListSigningPlatformsResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

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.

" }, "ListSigningProfiles":{ "name":"ListSigningProfiles", "http":{ "method":"GET", "requestUri":"/signing-profiles" }, "input":{"shape":"ListSigningProfilesRequest"}, "output":{"shape":"ListSigningProfilesResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

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.

" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/tags/{resourceArn}" }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"InternalServiceErrorException"}, {"shape":"BadRequestException"}, {"shape":"NotFoundException"}, {"shape":"TooManyRequestsException"} ], "documentation":"

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

" }, "PutSigningProfile":{ "name":"PutSigningProfile", "http":{ "method":"PUT", "requestUri":"/signing-profiles/{profileName}" }, "input":{"shape":"PutSigningProfileRequest"}, "output":{"shape":"PutSigningProfileResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ValidationException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

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

" }, "RemoveProfilePermission":{ "name":"RemoveProfilePermission", "http":{ "method":"DELETE", "requestUri":"/signing-profiles/{profileName}/permissions/{statementId}" }, "input":{"shape":"RemoveProfilePermissionRequest"}, "output":{"shape":"RemoveProfilePermissionResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

Removes cross-account permissions from a signing profile.

" }, "RevokeSignature":{ "name":"RevokeSignature", "http":{ "method":"PUT", "requestUri":"/signing-jobs/{jobId}/revoke" }, "input":{"shape":"RevokeSignatureRequest"}, "errors":[ {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

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

" }, "RevokeSigningProfile":{ "name":"RevokeSigningProfile", "http":{ "method":"PUT", "requestUri":"/signing-profiles/{profileName}/revoke" }, "input":{"shape":"RevokeSigningProfileRequest"}, "errors":[ {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

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.

" }, "SignPayload":{ "name":"SignPayload", "http":{ "method":"POST", "requestUri":"/signing-jobs/with-payload" }, "input":{"shape":"SignPayloadRequest"}, "output":{"shape":"SignPayloadResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

Signs a binary payload and returns a signature envelope.

" }, "StartSigningJob":{ "name":"StartSigningJob", "http":{ "method":"POST", "requestUri":"/signing-jobs" }, "input":{"shape":"StartSigningJobRequest"}, "output":{"shape":"StartSigningJobResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"TooManyRequestsException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

Initiates a signing job to be performed on the code provided. Signing jobs are viewable by the ListSigningJobs operation for two years after they are performed. Note the following requirements:

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.

" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tags/{resourceArn}" }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"InternalServiceErrorException"}, {"shape":"BadRequestException"}, {"shape":"NotFoundException"}, {"shape":"TooManyRequestsException"} ], "documentation":"

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.

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"DELETE", "requestUri":"/tags/{resourceArn}" }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"InternalServiceErrorException"}, {"shape":"BadRequestException"}, {"shape":"NotFoundException"}, {"shape":"TooManyRequestsException"} ], "documentation":"

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

" } }, "shapes":{ "AccessDeniedException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "documentation":"

You do not have sufficient access to perform this action.

", "error":{"httpStatusCode":403}, "exception":true }, "AccountId":{ "type":"string", "max":12, "min":12, "pattern":"^[0-9]{12}$" }, "AddProfilePermissionRequest":{ "type":"structure", "required":[ "action", "principal", "statementId", "profileName" ], "members":{ "profileName":{ "shape":"ProfileName", "documentation":"

The human-readable name of the signing profile.

", "location":"uri", "locationName":"profileName" }, "profileVersion":{ "shape":"ProfileVersion", "documentation":"

The version of the signing profile.

" }, "action":{ "shape":"String", "documentation":"

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

" }, "principal":{ "shape":"String", "documentation":"

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

" }, "revisionId":{ "shape":"String", "documentation":"

A unique identifier for the current profile revision.

" }, "statementId":{ "shape":"String", "documentation":"

A unique identifier for the cross-account permission statement.

" } } }, "AddProfilePermissionResponse":{ "type":"structure", "members":{ "revisionId":{ "shape":"String", "documentation":"

A unique identifier for the current profile revision.

" } } }, "Arn":{ "type":"string", "max":2048, "min":20 }, "BadRequestException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "documentation":"

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.

", "error":{"httpStatusCode":400}, "exception":true }, "Blob":{"type":"blob"}, "BucketName":{"type":"string"}, "CancelSigningProfileRequest":{ "type":"structure", "required":["profileName"], "members":{ "profileName":{ "shape":"ProfileName", "documentation":"

The name of the signing profile to be canceled.

", "location":"uri", "locationName":"profileName" } } }, "Category":{ "type":"string", "enum":["AWSIoT"] }, "CertificateArn":{"type":"string"}, "CertificateHashes":{ "type":"list", "member":{"shape":"String"} }, "ClientRequestToken":{"type":"string"}, "ConflictException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "documentation":"

The resource encountered a conflicting state.

", "error":{"httpStatusCode":409}, "exception":true }, "DescribeSigningJobRequest":{ "type":"structure", "required":["jobId"], "members":{ "jobId":{ "shape":"JobId", "documentation":"

The ID of the signing job on input.

", "location":"uri", "locationName":"jobId" } } }, "DescribeSigningJobResponse":{ "type":"structure", "members":{ "jobId":{ "shape":"JobId", "documentation":"

The ID of the signing job on output.

" }, "source":{ "shape":"Source", "documentation":"

The object that contains the name of your S3 bucket or your raw code.

" }, "signingMaterial":{ "shape":"SigningMaterial", "documentation":"

The Amazon Resource Name (ARN) of your code signing certificate.

" }, "platformId":{ "shape":"PlatformId", "documentation":"

The microcontroller platform to which your signed code image will be distributed.

" }, "platformDisplayName":{ "shape":"DisplayName", "documentation":"

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

" }, "profileName":{ "shape":"ProfileName", "documentation":"

The name of the profile that initiated the signing operation.

" }, "profileVersion":{ "shape":"ProfileVersion", "documentation":"

The version of the signing profile used to initiate the signing job.

" }, "overrides":{ "shape":"SigningPlatformOverrides", "documentation":"

A list of any overrides that were applied to the signing operation.

" }, "signingParameters":{ "shape":"SigningParameters", "documentation":"

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

Date and time that the signing job was created.

" }, "completedAt":{ "shape":"Timestamp", "documentation":"

Date and time that the signing job was completed.

" }, "signatureExpiresAt":{ "shape":"Timestamp", "documentation":"

Thr expiration timestamp for the signature generated by the signing job.

" }, "requestedBy":{ "shape":"RequestedBy", "documentation":"

The IAM principal that requested the signing job.

" }, "status":{ "shape":"SigningStatus", "documentation":"

Status of the signing job.

" }, "statusReason":{ "shape":"StatusReason", "documentation":"

String value that contains the status reason.

" }, "revocationRecord":{ "shape":"SigningJobRevocationRecord", "documentation":"

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.

" }, "signedObject":{ "shape":"SignedObject", "documentation":"

Name of the S3 bucket where the signed code image is saved by AWS Signer.

" }, "jobOwner":{ "shape":"AccountId", "documentation":"

The AWS account ID of the job owner.

" }, "jobInvoker":{ "shape":"AccountId", "documentation":"

The IAM entity that initiated the signing job.

" } } }, "Destination":{ "type":"structure", "members":{ "s3":{ "shape":"S3Destination", "documentation":"

The S3Destination object.

" } }, "documentation":"

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

" }, "DisplayName":{"type":"string"}, "EncryptionAlgorithm":{ "type":"string", "enum":[ "RSA", "ECDSA" ] }, "EncryptionAlgorithmOptions":{ "type":"structure", "required":[ "allowedValues", "defaultValue" ], "members":{ "allowedValues":{ "shape":"EncryptionAlgorithms", "documentation":"

The set of accepted encryption algorithms that are allowed in a code-signing job.

" }, "defaultValue":{ "shape":"EncryptionAlgorithm", "documentation":"

The default encryption algorithm that is used by a code-signing job.

" } }, "documentation":"

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

" }, "EncryptionAlgorithms":{ "type":"list", "member":{"shape":"EncryptionAlgorithm"} }, "ErrorCode":{"type":"string"}, "ErrorMessage":{"type":"string"}, "GetRevocationStatusRequest":{ "type":"structure", "required":[ "signatureTimestamp", "platformId", "profileVersionArn", "jobArn", "certificateHashes" ], "members":{ "signatureTimestamp":{ "shape":"Timestamp", "documentation":"

The timestamp of the signature that validates the profile or job.

", "location":"querystring", "locationName":"signatureTimestamp" }, "platformId":{ "shape":"PlatformId", "documentation":"

The ID of a signing platform.

", "location":"querystring", "locationName":"platformId" }, "profileVersionArn":{ "shape":"Arn", "documentation":"

The version of a signing profile.

", "location":"querystring", "locationName":"profileVersionArn" }, "jobArn":{ "shape":"Arn", "documentation":"

The ARN of a signing job.

", "location":"querystring", "locationName":"jobArn" }, "certificateHashes":{ "shape":"CertificateHashes", "documentation":"

A list of composite signed hashes that identify certificates.

A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.

The following example shows how to calculate a hash for this parameter using OpenSSL commands:

openssl asn1parse -in childCert.pem -strparse 4 -out childCert.tbs

openssl sha384 < childCert.tbs -binary > childCertTbsHash

openssl asn1parse -in parentCert.pem -strparse 4 -out parentCert.tbs

openssl sha384 < parentCert.tbs -binary > parentCertTbsHash xxd -p childCertTbsHash > certificateHash.hex xxd -p parentCertTbsHash >> certificateHash.hex

cat certificateHash.hex | tr -d '\\n'

", "location":"querystring", "locationName":"certificateHashes" } } }, "GetRevocationStatusResponse":{ "type":"structure", "members":{ "revokedEntities":{ "shape":"RevokedEntities", "documentation":"

A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.

" } } }, "GetSigningPlatformRequest":{ "type":"structure", "required":["platformId"], "members":{ "platformId":{ "shape":"PlatformId", "documentation":"

The ID of the target signing platform.

", "location":"uri", "locationName":"platformId" } } }, "GetSigningPlatformResponse":{ "type":"structure", "members":{ "platformId":{ "shape":"PlatformId", "documentation":"

The ID of the target signing platform.

" }, "displayName":{ "shape":"DisplayName", "documentation":"

The display name of the target signing platform.

" }, "partner":{ "shape":"String", "documentation":"

A list of partner entities that use the target signing platform.

" }, "target":{ "shape":"String", "documentation":"

The validation template that is used by the target signing platform.

" }, "category":{ "shape":"Category", "documentation":"

The category type of the target signing platform.

" }, "signingConfiguration":{ "shape":"SigningConfiguration", "documentation":"

A list of configurations applied to the target platform at signing.

" }, "signingImageFormat":{ "shape":"SigningImageFormat", "documentation":"

The format of the target platform's signing image.

" }, "maxSizeInMB":{ "shape":"MaxSizeInMB", "documentation":"

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

" }, "revocationSupported":{ "shape":"bool", "documentation":"

A flag indicating whether signatures generated for the signing platform can be revoked.

" } } }, "GetSigningProfileRequest":{ "type":"structure", "required":["profileName"], "members":{ "profileName":{ "shape":"ProfileName", "documentation":"

The name of the target signing profile.

", "location":"uri", "locationName":"profileName" }, "profileOwner":{ "shape":"AccountId", "documentation":"

The AWS account ID of the profile owner.

", "location":"querystring", "locationName":"profileOwner" } } }, "GetSigningProfileResponse":{ "type":"structure", "members":{ "profileName":{ "shape":"ProfileName", "documentation":"

The name of the target signing profile.

" }, "profileVersion":{ "shape":"ProfileVersion", "documentation":"

The current version of the signing profile.

" }, "profileVersionArn":{ "shape":"Arn", "documentation":"

The signing profile ARN, including the profile version.

" }, "revocationRecord":{"shape":"SigningProfileRevocationRecord"}, "signingMaterial":{ "shape":"SigningMaterial", "documentation":"

The ARN of the certificate that the target profile uses for signing operations.

" }, "platformId":{ "shape":"PlatformId", "documentation":"

The ID of the platform that is used by the target signing profile.

" }, "platformDisplayName":{ "shape":"DisplayName", "documentation":"

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

" }, "signatureValidityPeriod":{"shape":"SignatureValidityPeriod"}, "overrides":{ "shape":"SigningPlatformOverrides", "documentation":"

A list of overrides applied by the target signing profile for signing operations.

" }, "signingParameters":{ "shape":"SigningParameters", "documentation":"

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

" }, "status":{ "shape":"SigningProfileStatus", "documentation":"

The status of the target signing profile.

" }, "statusReason":{ "shape":"String", "documentation":"

Reason for the status of the target signing profile.

" }, "arn":{ "shape":"string", "documentation":"

The Amazon Resource Name (ARN) for the signing profile.

" }, "tags":{ "shape":"TagMap", "documentation":"

A list of tags associated with the signing profile.

" } } }, "HashAlgorithm":{ "type":"string", "enum":[ "SHA1", "SHA256" ] }, "HashAlgorithmOptions":{ "type":"structure", "required":[ "allowedValues", "defaultValue" ], "members":{ "allowedValues":{ "shape":"HashAlgorithms", "documentation":"

The set of accepted hash algorithms allowed in a code-signing job.

" }, "defaultValue":{ "shape":"HashAlgorithm", "documentation":"

The default hash algorithm that is used in a code-signing job.

" } }, "documentation":"

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

" }, "HashAlgorithms":{ "type":"list", "member":{"shape":"HashAlgorithm"} }, "ImageFormat":{ "type":"string", "enum":[ "JSON", "JSONEmbedded", "JSONDetached" ] }, "ImageFormats":{ "type":"list", "member":{"shape":"ImageFormat"} }, "Integer":{"type":"integer"}, "InternalServiceErrorException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "documentation":"

An internal error occurred.

", "error":{"httpStatusCode":500}, "exception":true }, "JobId":{"type":"string"}, "Key":{"type":"string"}, "ListProfilePermissionsRequest":{ "type":"structure", "required":["profileName"], "members":{ "profileName":{ "shape":"ProfileName", "documentation":"

Name of the signing profile containing the cross-account permissions.

", "location":"uri", "locationName":"profileName" }, "nextToken":{ "shape":"String", "documentation":"

String for specifying the next set of paginated results.

", "location":"querystring", "locationName":"nextToken" } } }, "ListProfilePermissionsResponse":{ "type":"structure", "members":{ "revisionId":{ "shape":"String", "documentation":"

The identifier for the current revision of profile permissions.

" }, "policySizeBytes":{ "shape":"PolicySizeBytes", "documentation":"

Total size of the policy associated with the Signing Profile in bytes.

" }, "permissions":{ "shape":"Permissions", "documentation":"

List of permissions associated with the Signing Profile.

" }, "nextToken":{ "shape":"String", "documentation":"

String for specifying the next set of paginated results.

" } } }, "ListSigningJobsRequest":{ "type":"structure", "members":{ "status":{ "shape":"SigningStatus", "documentation":"

A status value with which to filter your results.

", "location":"querystring", "locationName":"status" }, "platformId":{ "shape":"PlatformId", "documentation":"

The ID of microcontroller platform that you specified for the distribution of your code image.

", "location":"querystring", "locationName":"platformId" }, "requestedBy":{ "shape":"RequestedBy", "documentation":"

The IAM principal that requested the signing job.

", "location":"querystring", "locationName":"requestedBy" }, "maxResults":{ "shape":"MaxResults", "documentation":"

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.

", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "documentation":"

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.

", "location":"querystring", "locationName":"nextToken" }, "isRevoked":{ "shape":"bool", "documentation":"

Filters results to return only signing jobs with revoked signatures.

", "location":"querystring", "locationName":"isRevoked" }, "signatureExpiresBefore":{ "shape":"Timestamp", "documentation":"

Filters results to return only signing jobs with signatures expiring before a specified timestamp.

", "location":"querystring", "locationName":"signatureExpiresBefore" }, "signatureExpiresAfter":{ "shape":"Timestamp", "documentation":"

Filters results to return only signing jobs with signatures expiring after a specified timestamp.

", "location":"querystring", "locationName":"signatureExpiresAfter" }, "jobInvoker":{ "shape":"AccountId", "documentation":"

Filters results to return only signing jobs initiated by a specified IAM entity.

", "location":"querystring", "locationName":"jobInvoker" } } }, "ListSigningJobsResponse":{ "type":"structure", "members":{ "jobs":{ "shape":"SigningJobs", "documentation":"

A list of your signing jobs.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

String for specifying the next set of paginated results.

" } } }, "ListSigningPlatformsRequest":{ "type":"structure", "members":{ "category":{ "shape":"String", "documentation":"

The category type of a signing platform.

", "location":"querystring", "locationName":"category" }, "partner":{ "shape":"String", "documentation":"

Any partner entities connected to a signing platform.

", "location":"querystring", "locationName":"partner" }, "target":{ "shape":"String", "documentation":"

The validation template that is used by the target signing platform.

", "location":"querystring", "locationName":"target" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to be returned by this operation.

", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"String", "documentation":"

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.

", "location":"querystring", "locationName":"nextToken" } } }, "ListSigningPlatformsResponse":{ "type":"structure", "members":{ "platforms":{ "shape":"SigningPlatforms", "documentation":"

A list of all platforms that match the request parameters.

" }, "nextToken":{ "shape":"String", "documentation":"

Value for specifying the next set of paginated results to return.

" } } }, "ListSigningProfilesRequest":{ "type":"structure", "members":{ "includeCanceled":{ "shape":"bool", "documentation":"

Designates whether to include profiles with the status of CANCELED.

", "location":"querystring", "locationName":"includeCanceled" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of profiles to be returned.

", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "documentation":"

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.

", "location":"querystring", "locationName":"nextToken" }, "platformId":{ "shape":"PlatformId", "documentation":"

Filters results to return only signing jobs initiated for a specified signing platform.

", "location":"querystring", "locationName":"platformId" }, "statuses":{ "shape":"Statuses", "documentation":"

Filters results to return only signing jobs with statuses in the specified list.

", "location":"querystring", "locationName":"statuses" } } }, "ListSigningProfilesResponse":{ "type":"structure", "members":{ "profiles":{ "shape":"SigningProfiles", "documentation":"

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.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

Value for specifying the next set of paginated results to return.

" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["resourceArn"], "members":{ "resourceArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the signing profile.

", "location":"uri", "locationName":"resourceArn" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "tags":{ "shape":"TagMap", "documentation":"

A list of tags associated with the signing profile.

" } } }, "MaxResults":{ "type":"integer", "box":true, "max":25, "min":1 }, "MaxSizeInMB":{"type":"integer"}, "Metadata":{ "type":"map", "key":{"shape":"String"}, "value":{"shape":"String"} }, "NextToken":{"type":"string"}, "NotFoundException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "documentation":"

The signing profile was not found.

", "error":{"httpStatusCode":404}, "exception":true }, "Payload":{ "type":"blob", "max":4096, "min":1 }, "Permission":{ "type":"structure", "members":{ "action":{ "shape":"String", "documentation":"

An AWS Signer action permitted as part of cross-account permissions.

" }, "principal":{ "shape":"String", "documentation":"

The AWS principal that has been granted a cross-account permission.

" }, "statementId":{ "shape":"String", "documentation":"

A unique identifier for a cross-account permission statement.

" }, "profileVersion":{ "shape":"ProfileVersion", "documentation":"

The signing profile version that a permission applies to.

" } }, "documentation":"

A cross-account permission for a signing profile.

" }, "Permissions":{ "type":"list", "member":{"shape":"Permission"} }, "PlatformId":{"type":"string"}, "PolicySizeBytes":{"type":"integer"}, "Prefix":{"type":"string"}, "ProfileName":{ "type":"string", "max":64, "min":2, "pattern":"^[a-zA-Z0-9_]{2,}" }, "ProfileVersion":{ "type":"string", "max":10, "min":10, "pattern":"^[a-zA-Z0-9]{10}$" }, "PutSigningProfileRequest":{ "type":"structure", "required":[ "profileName", "platformId" ], "members":{ "profileName":{ "shape":"ProfileName", "documentation":"

The name of the signing profile to be created.

", "location":"uri", "locationName":"profileName" }, "signingMaterial":{ "shape":"SigningMaterial", "documentation":"

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

" }, "signatureValidityPeriod":{ "shape":"SignatureValidityPeriod", "documentation":"

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

" }, "platformId":{ "shape":"PlatformId", "documentation":"

The ID of the signing platform to be created.

" }, "overrides":{ "shape":"SigningPlatformOverrides", "documentation":"

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

" }, "signingParameters":{ "shape":"SigningParameters", "documentation":"

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

" }, "tags":{ "shape":"TagMap", "documentation":"

Tags to be associated with the signing profile that is being created.

" } } }, "PutSigningProfileResponse":{ "type":"structure", "members":{ "arn":{ "shape":"string", "documentation":"

The Amazon Resource Name (ARN) of the signing profile created.

" }, "profileVersion":{ "shape":"ProfileVersion", "documentation":"

The version of the signing profile being created.

" }, "profileVersionArn":{ "shape":"Arn", "documentation":"

The signing profile ARN, including the profile version.

" } } }, "RemoveProfilePermissionRequest":{ "type":"structure", "required":[ "revisionId", "profileName", "statementId" ], "members":{ "profileName":{ "shape":"ProfileName", "documentation":"

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

", "location":"uri", "locationName":"profileName" }, "revisionId":{ "shape":"String", "documentation":"

An identifier for the current revision of the signing profile permissions.

", "location":"querystring", "locationName":"revisionId" }, "statementId":{ "shape":"String", "documentation":"

A unique identifier for the cross-account permissions statement.

", "location":"uri", "locationName":"statementId" } } }, "RemoveProfilePermissionResponse":{ "type":"structure", "members":{ "revisionId":{ "shape":"String", "documentation":"

An identifier for the current revision of the profile permissions.

" } } }, "RequestedBy":{"type":"string"}, "ResourceNotFoundException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "documentation":"

A specified resource could not be found.

", "error":{"httpStatusCode":404}, "exception":true }, "RevocationReasonString":{ "type":"string", "max":500, "min":1 }, "RevokeSignatureRequest":{ "type":"structure", "required":[ "reason", "jobId" ], "members":{ "jobId":{ "shape":"JobId", "documentation":"

ID of the signing job to be revoked.

", "location":"uri", "locationName":"jobId" }, "jobOwner":{ "shape":"AccountId", "documentation":"

AWS account ID of the job owner.

" }, "reason":{ "shape":"RevocationReasonString", "documentation":"

The reason for revoking the signing job.

" } } }, "RevokeSigningProfileRequest":{ "type":"structure", "required":[ "profileVersion", "reason", "effectiveTime", "profileName" ], "members":{ "profileName":{ "shape":"ProfileName", "documentation":"

The name of the signing profile to be revoked.

", "location":"uri", "locationName":"profileName" }, "profileVersion":{ "shape":"ProfileVersion", "documentation":"

The version of the signing profile to be revoked.

" }, "reason":{ "shape":"RevocationReasonString", "documentation":"

The reason for revoking a signing profile.

" }, "effectiveTime":{ "shape":"Timestamp", "documentation":"

A timestamp for when revocation of a Signing Profile should become effective. Signatures generated using the signing profile after this timestamp are not trusted.

" } } }, "RevokedEntities":{ "type":"list", "member":{"shape":"String"} }, "S3Destination":{ "type":"structure", "members":{ "bucketName":{ "shape":"BucketName", "documentation":"

Name of the S3 bucket.

" }, "prefix":{ "shape":"Prefix", "documentation":"

An S3 prefix that you can use to limit responses to those that begin with the specified prefix.

" } }, "documentation":"

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

" }, "S3SignedObject":{ "type":"structure", "members":{ "bucketName":{ "shape":"BucketName", "documentation":"

Name of the S3 bucket.

" }, "key":{ "shape":"Key", "documentation":"

Key name that uniquely identifies a signed code image in your bucket.

" } }, "documentation":"

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

" }, "S3Source":{ "type":"structure", "required":[ "bucketName", "key", "version" ], "members":{ "bucketName":{ "shape":"BucketName", "documentation":"

Name of the S3 bucket.

" }, "key":{ "shape":"Key", "documentation":"

Key name of the bucket object that contains your unsigned code.

" }, "version":{ "shape":"Version", "documentation":"

Version of your source image in your version enabled S3 bucket.

" } }, "documentation":"

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

" }, "ServiceLimitExceededException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "documentation":"

The client is making a request that exceeds service limits.

", "error":{"httpStatusCode":402}, "exception":true }, "SignPayloadRequest":{ "type":"structure", "required":[ "profileName", "payload", "payloadFormat" ], "members":{ "profileName":{ "shape":"ProfileName", "documentation":"

The name of the signing profile.

" }, "profileOwner":{ "shape":"AccountId", "documentation":"

The AWS account ID of the profile owner.

" }, "payload":{ "shape":"Payload", "documentation":"

Specifies the object digest (hash) to sign.

" }, "payloadFormat":{ "shape":"String", "documentation":"

Payload content type. The single valid type is application/vnd.cncf.notary.payload.v1+json.

" } } }, "SignPayloadResponse":{ "type":"structure", "members":{ "jobId":{ "shape":"JobId", "documentation":"

Unique identifier of the signing job.

" }, "jobOwner":{ "shape":"AccountId", "documentation":"

The AWS account ID of the job owner.

" }, "metadata":{ "shape":"Metadata", "documentation":"

Information including the signing profile ARN and the signing job ID.

" }, "signature":{ "shape":"Blob", "documentation":"

A cryptographic signature.

" } } }, "SignatureValidityPeriod":{ "type":"structure", "members":{ "value":{ "shape":"Integer", "documentation":"

The numerical value of the time unit for signature validity.

" }, "type":{ "shape":"ValidityType", "documentation":"

The time unit for signature validity.

" } }, "documentation":"

The validity period for a signing job.

" }, "SignedObject":{ "type":"structure", "members":{ "s3":{ "shape":"S3SignedObject", "documentation":"

The S3SignedObject.

" } }, "documentation":"

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

" }, "SigningConfiguration":{ "type":"structure", "required":[ "encryptionAlgorithmOptions", "hashAlgorithmOptions" ], "members":{ "encryptionAlgorithmOptions":{ "shape":"EncryptionAlgorithmOptions", "documentation":"

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

" }, "hashAlgorithmOptions":{ "shape":"HashAlgorithmOptions", "documentation":"

The hash algorithm options that are available for a code-signing job.

" } }, "documentation":"

The configuration of a signing operation.

" }, "SigningConfigurationOverrides":{ "type":"structure", "members":{ "encryptionAlgorithm":{ "shape":"EncryptionAlgorithm", "documentation":"

A specified override of the default encryption algorithm that is used in a code-signing job.

" }, "hashAlgorithm":{ "shape":"HashAlgorithm", "documentation":"

A specified override of the default hash algorithm that is used in a code-signing job.

" } }, "documentation":"

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

" }, "SigningImageFormat":{ "type":"structure", "required":[ "supportedFormats", "defaultFormat" ], "members":{ "supportedFormats":{ "shape":"ImageFormats", "documentation":"

The supported formats of a signing image.

" }, "defaultFormat":{ "shape":"ImageFormat", "documentation":"

The default format of a signing image.

" } }, "documentation":"

The image format of a AWS Signer platform or profile.

" }, "SigningJob":{ "type":"structure", "members":{ "jobId":{ "shape":"JobId", "documentation":"

The ID of the signing job.

" }, "source":{ "shape":"Source", "documentation":"

A Source that contains information about a signing job's code image source.

" }, "signedObject":{ "shape":"SignedObject", "documentation":"

A SignedObject structure that contains information about a signing job's signed code image.

" }, "signingMaterial":{ "shape":"SigningMaterial", "documentation":"

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The date and time that the signing job was created.

" }, "status":{ "shape":"SigningStatus", "documentation":"

The status of the signing job.

" }, "isRevoked":{ "shape":"bool", "documentation":"

Indicates whether the signing job is revoked.

" }, "profileName":{ "shape":"ProfileName", "documentation":"

The name of the signing profile that created a signing job.

" }, "profileVersion":{ "shape":"ProfileVersion", "documentation":"

The version of the signing profile that created a signing job.

" }, "platformId":{ "shape":"PlatformId", "documentation":"

The unique identifier for a signing platform.

" }, "platformDisplayName":{ "shape":"DisplayName", "documentation":"

The name of a signing platform.

" }, "signatureExpiresAt":{ "shape":"Timestamp", "documentation":"

The time when the signature of a signing job expires.

" }, "jobOwner":{ "shape":"AccountId", "documentation":"

The AWS account ID of the job owner.

" }, "jobInvoker":{ "shape":"AccountId", "documentation":"

The AWS account ID of the job invoker.

" } }, "documentation":"

Contains information about a signing job.

" }, "SigningJobRevocationRecord":{ "type":"structure", "members":{ "reason":{ "shape":"String", "documentation":"

A caller-supplied reason for revocation.

" }, "revokedAt":{ "shape":"Timestamp", "documentation":"

The time of revocation.

" }, "revokedBy":{ "shape":"String", "documentation":"

The identity of the revoker.

" } }, "documentation":"

Revocation information for a signing job.

" }, "SigningJobs":{ "type":"list", "member":{"shape":"SigningJob"} }, "SigningMaterial":{ "type":"structure", "required":["certificateArn"], "members":{ "certificateArn":{ "shape":"CertificateArn", "documentation":"

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

" } }, "documentation":"

The ACM certificate that is used to sign your code.

" }, "SigningParameterKey":{"type":"string"}, "SigningParameterValue":{"type":"string"}, "SigningParameters":{ "type":"map", "key":{"shape":"SigningParameterKey"}, "value":{"shape":"SigningParameterValue"} }, "SigningPlatform":{ "type":"structure", "members":{ "platformId":{ "shape":"String", "documentation":"

The ID of a signing platform.

" }, "displayName":{ "shape":"String", "documentation":"

The display name of a signing platform.

" }, "partner":{ "shape":"String", "documentation":"

Any partner entities linked to a signing platform.

" }, "target":{ "shape":"String", "documentation":"

The types of targets that can be signed by a signing platform.

" }, "category":{ "shape":"Category", "documentation":"

The category of a signing platform.

" }, "signingConfiguration":{ "shape":"SigningConfiguration", "documentation":"

The configuration of a signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.

" }, "signingImageFormat":{"shape":"SigningImageFormat"}, "maxSizeInMB":{ "shape":"MaxSizeInMB", "documentation":"

The maximum size (in MB) of code that can be signed by a signing platform.

" }, "revocationSupported":{ "shape":"bool", "documentation":"

Indicates whether revocation is supported for the platform.

" } }, "documentation":"

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

" }, "SigningPlatformOverrides":{ "type":"structure", "members":{ "signingConfiguration":{ "shape":"SigningConfigurationOverrides", "documentation":"

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

" }, "signingImageFormat":{ "shape":"ImageFormat", "documentation":"

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.

" } }, "documentation":"

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

" }, "SigningPlatforms":{ "type":"list", "member":{"shape":"SigningPlatform"} }, "SigningProfile":{ "type":"structure", "members":{ "profileName":{ "shape":"ProfileName", "documentation":"

The name of the signing profile.

" }, "profileVersion":{ "shape":"ProfileVersion", "documentation":"

The version of a signing profile.

" }, "profileVersionArn":{ "shape":"Arn", "documentation":"

The ARN of a signing profile, including the profile version.

" }, "signingMaterial":{ "shape":"SigningMaterial", "documentation":"

The ACM certificate that is available for use by a signing profile.

" }, "signatureValidityPeriod":{ "shape":"SignatureValidityPeriod", "documentation":"

The validity period for a signing job created using this signing profile.

" }, "platformId":{ "shape":"PlatformId", "documentation":"

The ID of a platform that is available for use by a signing profile.

" }, "platformDisplayName":{ "shape":"DisplayName", "documentation":"

The name of the signing platform.

" }, "signingParameters":{ "shape":"SigningParameters", "documentation":"

The parameters that are available for use by a Signer user.

" }, "status":{ "shape":"SigningProfileStatus", "documentation":"

The status of a signing profile.

" }, "arn":{ "shape":"string", "documentation":"

The Amazon Resource Name (ARN) for the signing profile.

" }, "tags":{ "shape":"TagMap", "documentation":"

A list of tags associated with the signing profile.

" } }, "documentation":"

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

" }, "SigningProfileRevocationRecord":{ "type":"structure", "members":{ "revocationEffectiveFrom":{ "shape":"Timestamp", "documentation":"

The time when revocation becomes effective.

" }, "revokedAt":{ "shape":"Timestamp", "documentation":"

The time when the signing profile was revoked.

" }, "revokedBy":{ "shape":"String", "documentation":"

The identity of the revoker.

" } }, "documentation":"

Revocation information for a signing profile.

" }, "SigningProfileStatus":{ "type":"string", "enum":[ "Active", "Canceled", "Revoked" ] }, "SigningProfiles":{ "type":"list", "member":{"shape":"SigningProfile"} }, "SigningStatus":{ "type":"string", "enum":[ "InProgress", "Failed", "Succeeded" ] }, "Source":{ "type":"structure", "members":{ "s3":{ "shape":"S3Source", "documentation":"

The S3Source object.

" } }, "documentation":"

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

" }, "StartSigningJobRequest":{ "type":"structure", "required":[ "source", "destination", "profileName", "clientRequestToken" ], "members":{ "source":{ "shape":"Source", "documentation":"

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

" }, "destination":{ "shape":"Destination", "documentation":"

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

" }, "profileName":{ "shape":"ProfileName", "documentation":"

The name of the signing profile.

" }, "clientRequestToken":{ "shape":"ClientRequestToken", "documentation":"

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

", "idempotencyToken":true }, "profileOwner":{ "shape":"AccountId", "documentation":"

The AWS account ID of the signing profile owner.

" } } }, "StartSigningJobResponse":{ "type":"structure", "members":{ "jobId":{ "shape":"JobId", "documentation":"

The ID of your signing job.

" }, "jobOwner":{ "shape":"AccountId", "documentation":"

The AWS account ID of the signing job owner.

" } } }, "StatusReason":{"type":"string"}, "Statuses":{ "type":"list", "member":{"shape":"SigningProfileStatus"} }, "String":{"type":"string"}, "TagKey":{ "type":"string", "max":128, "min":1, "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$" }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"}, "max":200, "min":1 }, "TagMap":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"}, "max":200, "min":1 }, "TagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tags" ], "members":{ "resourceArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the signing profile.

", "location":"uri", "locationName":"resourceArn" }, "tags":{ "shape":"TagMap", "documentation":"

One or more tags to be associated with the signing profile.

" } } }, "TagResourceResponse":{ "type":"structure", "members":{ } }, "TagValue":{ "type":"string", "max":256 }, "ThrottlingException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "documentation":"

The request was denied due to request throttling.

Instead of this error, TooManyRequestsException should be used.

", "deprecated":true, "deprecatedMessage":"Instead of this error, TooManyRequestsException should be used.", "error":{"httpStatusCode":429}, "exception":true }, "Timestamp":{"type":"timestamp"}, "TooManyRequestsException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "documentation":"

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

This error supersedes the error ThrottlingException.

", "error":{"httpStatusCode":429}, "exception":true }, "UntagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tagKeys" ], "members":{ "resourceArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the signing profile.

", "location":"uri", "locationName":"resourceArn" }, "tagKeys":{ "shape":"TagKeyList", "documentation":"

A list of tag keys to be removed from the signing profile.

", "location":"querystring", "locationName":"tagKeys" } } }, "UntagResourceResponse":{ "type":"structure", "members":{ } }, "ValidationException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"}, "code":{"shape":"ErrorCode"} }, "documentation":"

You signing certificate could not be validated.

", "error":{"httpStatusCode":400}, "exception":true }, "ValidityType":{ "type":"string", "enum":[ "DAYS", "MONTHS", "YEARS" ] }, "Version":{"type":"string"}, "bool":{"type":"boolean"}, "string":{"type":"string"} }, "documentation":"

AWS Signer is a fully managed code-signing service to help you ensure the trust and integrity of your code.

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.

With Signer and the Notation CLI from the Notary
 Project, you can sign container images stored in a container registry such as Amazon Elastic Container Registry (ECR). The signatures are stored in the registry alongside the images, where they are available for verifying image authenticity and integrity.

For more information about Signer, see the AWS Signer Developer Guide.

" }