{ "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, 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 AWS 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":"ThrottlingException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

Lists all signing platforms available in AWS Signer that match the request parameters. 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 AWS 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":"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, 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 AWS Signer returns in the nextToken parameter until all of your signing jobs have been returned.

" }, "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 an AWS Signer 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/

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

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 AWS Signer.

" } } }, "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 an AWS Signer job.

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

The default encryption algorithm that is used by an AWS Signer job.

" } }, "documentation":"

The encryption algorithm options that are available to an AWS Signer 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.

" } } }, "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 an AWS Signer job.

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

The default hash algorithm that is used in an AWS Signer job.

" } }, "documentation":"

The hash algorithms that are available to an AWS Signer job.

" }, "HashAlgorithms":{ "type":"list", "member":{"shape":"HashAlgorithm"} }, "ImageFormat":{ "type":"string", "enum":["JSON"] }, "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.

" } } }, "MaxResults":{ "type":"integer", "box":true, "max":25, "min":1 }, "MaxSizeInMB":{"type":"integer"}, "NextToken":{"type":"string"}, "PlatformId":{"type":"string"}, "Prefix":{"type":"string"}, "ProfileName":{ "type":"string", "max":20, "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 profile 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.

" } } }, "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 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 S3 bucket name and key where AWS 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 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 an AWS Signer job.

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

The hash algorithm options that are available for an AWS Signer job.

" } }, "documentation":"

The configuration of an AWS Signer operation.

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

A specified override of the default encryption algorithm that is used in an AWS Signer job.

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

A specified override of the default hash algorithm that is used in an AWS Signer 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 an AWS Signer signing image.

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

The default format of an AWS Signer signing image.

" } }, "documentation":"

The image format of an 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":"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 an AWS Signer platform.

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

The display name of an AWS Signer platform.

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

Any partner entities linked to an AWS Signer platform.

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

The types of targets that can be signed by an AWS Signer platform.

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

The category of an AWS Signer platform.

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

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

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

The signing image format that is used by an AWS Signer platform.

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

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

" } }, "documentation":"

Contains information about the signing configurations and parameters that is used to perform an AWS Signer job.

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

Any overrides that are applied to the signing configuration of an AWS Signer platform.

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

The name of the AWS Signer 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 an AWS Signer user.

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

The status of an AWS Signer profile.

" } }, "documentation":"

Contains information about the ACM certificates and AWS Signer configuration parameters that can be used by a given AWS Signer 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"}, "ThrottlingException":{ "type":"structure", "members":{ "message":{"shape":"ErrorMessage"} }, "documentation":"

The signing job has been throttled.

", "error":{"httpStatusCode":429}, "exception":true }, "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":"

You can use Code Signing for Amazon FreeRTOS (AWS Signer) to sign code that you created for any of the IoT devices that Amazon Web Services supports. AWS Signer is integrated with Amazon FreeRTOS, AWS Certificate Manager, and AWS CloudTrail. Amazon FreeRTOS customers can use AWS Signer to sign code images before making them available for microcontrollers. You can use ACM to import third-party certificates to be used by AWS Signer. For general information about using AWS Signer, see the Code Signing for Amazon FreeRTOS Developer Guide.

" }