@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSsigner
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSsigner
instead.
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.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
CancelSigningProfileResult |
cancelSigningProfile(CancelSigningProfileRequest cancelSigningProfileRequest)
Changes the state of an
ACTIVE signing profile to CANCELED . |
DescribeSigningJobResult |
describeSigningJob(DescribeSigningJobRequest describeSigningJobRequest)
Returns information about a specific code signing job.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetSigningPlatformResult |
getSigningPlatform(GetSigningPlatformRequest getSigningPlatformRequest)
Returns information on a specific signing platform.
|
GetSigningProfileResult |
getSigningProfile(GetSigningProfileRequest getSigningProfileRequest)
Returns information on a specific signing profile.
|
ListSigningJobsResult |
listSigningJobs(ListSigningJobsRequest listSigningJobsRequest)
Lists all your signing jobs.
|
ListSigningPlatformsResult |
listSigningPlatforms(ListSigningPlatformsRequest listSigningPlatformsRequest)
Lists all signing platforms available in AWS Signer that match the request parameters.
|
ListSigningProfilesResult |
listSigningProfiles(ListSigningProfilesRequest listSigningProfilesRequest)
Lists all available signing profiles in your AWS account.
|
PutSigningProfileResult |
putSigningProfile(PutSigningProfileRequest putSigningProfileRequest)
Creates a signing profile.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartSigningJobResult |
startSigningJob(StartSigningJobRequest startSigningJobRequest)
Initiates a signing job to be performed on the code provided.
|
AWSsignerWaiters |
waiters() |
static final String ENDPOINT_PREFIX
CancelSigningProfileResult cancelSigningProfile(CancelSigningProfileRequest cancelSigningProfileRequest)
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.
cancelSigningProfileRequest
- ResourceNotFoundException
- A specified resource could not be found.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The signing job has been throttled.InternalServiceErrorException
- An internal error occurred.DescribeSigningJobResult describeSigningJob(DescribeSigningJobRequest describeSigningJobRequest)
Returns information about a specific code signing job. You specify the job by using the jobId
value
that is returned by the StartSigningJob operation.
describeSigningJobRequest
- ResourceNotFoundException
- A specified resource could not be found.AccessDeniedException
- You do not have sufficient access to perform this action.InternalServiceErrorException
- An internal error occurred.GetSigningPlatformResult getSigningPlatform(GetSigningPlatformRequest getSigningPlatformRequest)
Returns information on a specific signing platform.
getSigningPlatformRequest
- ResourceNotFoundException
- A specified resource could not be found.AccessDeniedException
- You do not have sufficient access to perform this action.InternalServiceErrorException
- An internal error occurred.GetSigningProfileResult getSigningProfile(GetSigningProfileRequest getSigningProfileRequest)
Returns information on a specific signing profile.
getSigningProfileRequest
- ResourceNotFoundException
- A specified resource could not be found.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The signing job has been throttled.InternalServiceErrorException
- An internal error occurred.ListSigningJobsResult listSigningJobs(ListSigningJobsRequest listSigningJobsRequest)
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.
listSigningJobsRequest
- ValidationException
- You signing certificate could not be validated.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The signing job has been throttled.InternalServiceErrorException
- An internal error occurred.ListSigningPlatformsResult listSigningPlatforms(ListSigningPlatformsRequest listSigningPlatformsRequest)
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.
listSigningPlatformsRequest
- ValidationException
- You signing certificate could not be validated.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The signing job has been throttled.InternalServiceErrorException
- An internal error occurred.ListSigningProfilesResult listSigningProfiles(ListSigningProfilesRequest listSigningProfilesRequest)
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.
listSigningProfilesRequest
- AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The signing job has been throttled.InternalServiceErrorException
- An internal error occurred.PutSigningProfileResult putSigningProfile(PutSigningProfileRequest putSigningProfileRequest)
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
putSigningProfileRequest
- ResourceNotFoundException
- A specified resource could not be found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- You signing certificate could not be validated.ThrottlingException
- The signing job has been throttled.InternalServiceErrorException
- An internal error occurred.StartSigningJobResult startSigningJob(StartSigningJobRequest startSigningJobRequest)
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 must create an Amazon S3 source bucket. For more information, see Create a Bucket in the Amazon S3 Getting Started Guide.
Your S3 source bucket must be version enabled.
You must create an S3 destination bucket. AWS Signer uses your S3 destination bucket to write your signed code.
You specify the name of the source and destination buckets when calling the StartSigningJob
operation.
You must also specify a request token that identifies your request to AWS Signer.
You can call the DescribeSigningJob and the ListSigningJobs actions after you call
StartSigningJob
.
For a Java example that shows how to use this action, see http://docs.aws.amazon.com/acm/latest/userguide/
startSigningJobRequest
- ValidationException
- You signing certificate could not be validated.ResourceNotFoundException
- A specified resource could not be found.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The signing job has been throttled.InternalServiceErrorException
- An internal error occurred.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.AWSsignerWaiters waiters()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.