AWS SDK for C++AWS SDK for C++ Version 1.11.440 |
#include <SignerClient.h>
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.
Definition at line 47 of file SignerClient.h.
Definition at line 50 of file SignerClient.h.
Definition at line 54 of file SignerClient.h.
Definition at line 55 of file SignerClient.h.
Aws::signer::SignerClientConfiguration()
,
nullptr
Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
nullptr
,
Aws::signer::SignerClientConfiguration()
Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
nullptr
,
Aws::signer::SignerClientConfiguration()
Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used
Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used
nullptr
An Async wrapper for AddProfilePermission that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 126 of file SignerClient.h.
A Callable wrapper for AddProfilePermission that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 117 of file SignerClient.h.
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.
nullptr
An Async wrapper for CancelSigningProfile that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 154 of file SignerClient.h.
A Callable wrapper for CancelSigningProfile that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 145 of file SignerClient.h.
Returns information about a specific code signing job. You specify the job by using the jobId
value that is returned by the StartSigningJob operation.
nullptr
An Async wrapper for DescribeSigningJob that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 181 of file SignerClient.h.
A Callable wrapper for DescribeSigningJob that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 172 of file SignerClient.h.
Retrieves the revocation status of one or more of the signing profile, signing job, and signing certificate.
nullptr
An Async wrapper for GetRevocationStatus that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 207 of file SignerClient.h.
A Callable wrapper for GetRevocationStatus that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 198 of file SignerClient.h.
nullptr
An Async wrapper for GetSigningPlatform that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 233 of file SignerClient.h.
A Callable wrapper for GetSigningPlatform that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 224 of file SignerClient.h.
nullptr
An Async wrapper for GetSigningProfile that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 259 of file SignerClient.h.
A Callable wrapper for GetSigningProfile that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 250 of file SignerClient.h.
nullptr
An Async wrapper for ListProfilePermissions that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 285 of file SignerClient.h.
A Callable wrapper for ListProfilePermissions that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 276 of file SignerClient.h.
{}
)
const
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.
nullptr
,
{}
An Async wrapper for ListSigningJobs that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 318 of file SignerClient.h.
{}
)
const
A Callable wrapper for ListSigningJobs that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 309 of file SignerClient.h.
{}
)
const
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.
nullptr
,
{}
An Async wrapper for ListSigningPlatforms that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 349 of file SignerClient.h.
{}
)
const
A Callable wrapper for ListSigningPlatforms that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 340 of file SignerClient.h.
{}
)
const
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.
nullptr
,
{}
An Async wrapper for ListSigningProfiles that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 382 of file SignerClient.h.
{}
)
const
A Callable wrapper for ListSigningProfiles that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 373 of file SignerClient.h.
nullptr
An Async wrapper for ListTagsForResource that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 408 of file SignerClient.h.
A Callable wrapper for ListTagsForResource that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 399 of file SignerClient.h.
Creates a signing profile. A signing profile is a code-signing template that can be used to carry out a pre-defined signing job.
nullptr
An Async wrapper for PutSigningProfile that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 435 of file SignerClient.h.
A Callable wrapper for PutSigningProfile that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 426 of file SignerClient.h.
nullptr
An Async wrapper for RemoveProfilePermission that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 461 of file SignerClient.h.
A Callable wrapper for RemoveProfilePermission that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 452 of file SignerClient.h.
Changes the state of a signing job to REVOKED. This indicates that the signature is no longer valid.
nullptr
An Async wrapper for RevokeSignature that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 487 of file SignerClient.h.
A Callable wrapper for RevokeSignature that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 478 of file SignerClient.h.
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.
nullptr
An Async wrapper for RevokeSigningProfile that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 514 of file SignerClient.h.
A Callable wrapper for RevokeSigningProfile that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 505 of file SignerClient.h.
nullptr
An Async wrapper for SignPayload that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 540 of file SignerClient.h.
A Callable wrapper for SignPayload that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 531 of file SignerClient.h.
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 Creating 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 ensure the S3 buckets are from the same Region as the signing profile. Cross-Region signing isn't supported.
You must also specify a request token that identifies your request to 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 StartSigningJob.
nullptr
An Async wrapper for StartSigningJob that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 582 of file SignerClient.h.
A Callable wrapper for StartSigningJob that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 573 of file SignerClient.h.
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.
nullptr
An Async wrapper for TagResource that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 610 of file SignerClient.h.
A Callable wrapper for TagResource that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 601 of file SignerClient.h.
Removes one or more tags from a signing profile. To remove the tags, specify a list of tag keys.
nullptr
An Async wrapper for UntagResource that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 636 of file SignerClient.h.
A Callable wrapper for UntagResource that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 627 of file SignerClient.h.
Definition at line 643 of file SignerClient.h.