{ "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":{ "CancelSigningProfile":{ "name":"CancelSigningProfile", "http":{ "method":"DELETE", "requestUri":"/signing-profiles/{profileName}" }, "input":{"shape":"CancelSigningProfileRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"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":"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.

" }, "GetSigningPlatform":{ "name":"GetSigningPlatform", "http":{ "method":"GET", "requestUri":"/signing-platforms/{platformId}" }, "input":{"shape":"GetSigningPlatformRequest"}, "output":{"shape":"GetSigningPlatformResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"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":"ThrottlingException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

Returns information on a specific signing profile.

" }, "ListSigningJobs":{ "name":"ListSigningJobs", "http":{ "method":"GET", "requestUri":"/signing-jobs" }, "input":{"shape":"ListSigningJobsRequest"}, "output":{"shape":"ListSigningJobsResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"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, code signing 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 code signing 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":"ThrottlingException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

Lists all signing platforms available in code signing that match the request parameters. If additional jobs remain to be listed, code signing 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 code signing 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":"ThrottlingException"}, {"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, code signing 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 code signing 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"} ], "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":"ThrottlingException"}, {"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. For more information, see http://docs.aws.amazon.com/signer/latest/developerguide/gs-profile.html

" }, "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":"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 http://docs.aws.amazon.com/acm/latest/userguide/

" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tags/{resourceArn}" }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"InternalServiceErrorException"}, {"shape":"BadRequestException"}, {"shape":"NotFoundException"} ], "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"} ], "documentation":"

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

" } }, "shapes":{ "key":{"type":"string"}, "AccessDeniedException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"} }, "documentation":"

You do not have sufficient access to perform this action.

", "error":{"httpStatusCode":403}, "exception":true }, "BadRequestException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"} }, "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 }, "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"}, "ClientRequestToken":{"type":"string"}, "CompletedAt":{"type":"timestamp"}, "CreatedAt":{"type":"timestamp"}, "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.

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

The name of the profile that initiated the signing operation.

" }, "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":"CreatedAt", "documentation":"

Date and time that the signing job was created.

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

Date and time that the signing job was completed.

" }, "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.

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

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

" } } }, "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"} }, "ErrorMessage":{"type":"string"}, "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.

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

The name of the target signing profile.

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

The name of the target signing profile.

" }, "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.

" }, "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.

" }, "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"} }, "InternalServiceErrorException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"} }, "documentation":"

An internal error occurred.

", "error":{"httpStatusCode":500}, "exception":true }, "JobId":{"type":"string"}, "Key":{"type":"string"}, "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" } } }, "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" } } }, "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"}, "NextToken":{"type":"string"}, "NotFoundException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"} }, "documentation":"

The signing profile was not found.

", "error":{"httpStatusCode":404}, "exception":true }, "PlatformId":{"type":"string"}, "Prefix":{"type":"string"}, "ProfileName":{ "type":"string", "max":64, "min":2, "pattern":"^[a-zA-Z0-9_]{2,}" }, "PutSigningProfileRequest":{ "type":"structure", "required":[ "profileName", "signingMaterial", "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.

" }, "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.

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

A specified resource could not be found.

", "error":{"httpStatusCode":404}, "exception":true }, "S3Destination":{ "type":"structure", "members":{ "bucketName":{ "shape":"BucketName", "documentation":"

Name of the S3 bucket.

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

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

" } }, "documentation":"

The name and prefix of the S3 bucket where code signing 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 S3 bucket name and key where code signing 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 S3 bucket where you saved your unsigned code.

" }, "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 code 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 code signing image.

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

The default format of a code signing image.

" } }, "documentation":"

The image format of a code signing 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":"CreatedAt", "documentation":"

The date and time that the signing job was created.

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

The status of the signing job.

" } }, "documentation":"

Contains information about 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 code signing; platform.

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

The display name of a code signing platform.

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

Any partner entities linked to a code signing platform.

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

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

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

The category of a code signing platform.

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

The configuration of a code 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 code signing 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 code signing platform.

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

The name of the signing profile.

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

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

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

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

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

The parameters that are available for use by a code signing user.

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

The status of a code 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 code signing configuration parameters that can be used by a given code signing user.

" }, "SigningProfileStatus":{ "type":"string", "enum":[ "Active", "Canceled" ] }, "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", "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 } } }, "StartSigningJobResponse":{ "type":"structure", "members":{ "jobId":{ "shape":"JobId", "documentation":"

The ID of your signing job.

" } } }, "StatusReason":{"type":"string"}, "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"} }, "documentation":"

The signing job has been throttled.

", "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"} }, "documentation":"

You signing certificate could not be validated.

", "error":{"httpStatusCode":400}, "exception":true }, "Version":{"type":"string"}, "bool":{"type":"boolean"}, "string":{"type":"string"} }, "documentation":"

With code signing for IoT, you can sign code that you create for any IoT device that is supported by Amazon Web Services (AWS). Code signing is available through Amazon FreeRTOS and AWS IoT Device Management, and integrated with AWS Certificate Manager (ACM). In order to sign code, you import a third-party code signing certificate with ACM that is used to sign updates in Amazon FreeRTOS and AWS IoT Device Management. For general information about using code signing, see the Code Signing for IoT Developer Guide.

" }