amazonaws.com – signer
AWS Signer is a fully managed code signing service to help you ensure the trust and integrity of your code.
AWS 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 and , and is integrated with . 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.
For more information about AWS Signer, see the .
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:signer/2017-08-25.json
- Provider
- amazonaws.com:signer / signer
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/signer/2017-08-25/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/signer/2017-08-25/openapi.yaml
Tools (19)
Extracted live via the executor SDK.
-
signingJobs.describeSigningJobReturns information about a specific code signing job. You specify the job by using the
jobIdvalue that is returned by the StartSigningJob [blocked] operation. -
signingJobs.listSigningJobsLists all your signing jobs. You can use the
maxResultsparameter to limit the number of signing jobs that are returned in the response. If additional jobs remain to be listed, code signing returns anextTokenvalue. Use this value in subsequent calls toListSigningJobsto fetch the remaining values. You can continue callingListSigningJobswith yourmaxResultsparameter and with new values that code signing returns in thenextTokenparameter until all of your signing jobs have been returned. -
signingJobs.revokeSignatureChanges the state of a signing job to REVOKED. This indicates that the signature is no longer valid.
-
signingJobs.startSigningJobInitiates a signing job to be performed on the code provided. Signing jobs are viewable by the
ListSigningJobsoperation for two years after they are performed. Note the following requirements:-
You must create an Amazon S3 source bucket. For more information, see in the Amazon S3 Getting Started Guide.
-
Your S3 source bucket must be version enabled.
-
You must create an S3 destination bucket. Code signing uses your S3 destination bucket to write your signed code.
-
You specify the name of the source and destination buckets when calling the
StartSigningJoboperation. -
You must also specify a request token that identifies your request to code signing.
You can call the DescribeSigningJob [blocked] and the ListSigningJobs [blocked] actions after you call
StartSigningJob.For a Java example that shows how to use this action, see
-
-
signingPlatforms.getSigningPlatformReturns information on a specific signing platform.
-
signingPlatforms.listSigningPlatformsLists all signing platforms available in code signing that match the request parameters. If additional jobs remain to be listed, code signing returns a
nextTokenvalue. Use this value in subsequent calls toListSigningJobsto fetch the remaining values. You can continue callingListSigningJobswith yourmaxResultsparameter and with new values that code signing returns in thenextTokenparameter until all of your signing jobs have been returned. -
signingProfiles.addProfilePermissionAdds cross-account permissions to a signing profile.
-
signingProfiles.cancelSigningProfileChanges the state of an
ACTIVEsigning profile toCANCELED. A canceled profile is still viewable with theListSigningProfilesoperation, but it cannot perform new signing jobs, and is deleted two years after cancelation. -
signingProfiles.getSigningProfileReturns information on a specific signing profile.
-
signingProfiles.listProfilePermissionsLists the cross-account permissions associated with a signing profile.
-
signingProfiles.listSigningProfilesLists all available signing profiles in your AWS account. Returns only profiles with an
ACTIVEstatus unless theincludeCanceledrequest field is set totrue. If additional jobs remain to be listed, code signing returns anextTokenvalue. Use this value in subsequent calls toListSigningJobsto fetch the remaining values. You can continue callingListSigningJobswith yourmaxResultsparameter and with new values that code signing returns in thenextTokenparameter until all of your signing jobs have been returned. -
signingProfiles.putSigningProfileCreates 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
-
signingProfiles.removeProfilePermissionRemoves cross-account permissions from a signing profile.
-
signingProfiles.revokeSigningProfileChanges 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.
-
tags.listTagsForResourceReturns a list of the tags associated with a signing profile resource.
-
tags.tagResourceAdds 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.
-
tags.untagResourceRemoves one or more tags from a signing profile. To remove the tags, specify a list of tag keys.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools