AWS SDK for C++AWS SDK for C++ Version 1.11.680 |
#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 45 of file SignerClient.h.
Definition at line 47 of file SignerClient.h.
Definition at line 51 of file SignerClient.h.
Definition at line 52 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 121 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 112 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 150 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 141 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 178 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 169 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 205 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 196 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 232 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 223 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 286 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 277 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 320 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 311 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 353 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 344 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 388 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 379 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 416 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 407 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 444 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 435 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 471 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 462 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 498 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 489 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 526 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 517 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 552 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 543 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 594 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 585 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 622 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 613 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 648 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 639 of file SignerClient.h.
Definition at line 654 of file SignerClient.h.