All Downloads are FREE. Search and download functionalities are using the official Maven repository.

codegen-resources.docs-2.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Signer module holds the client classes that are used for communicating with Signer.

There is a newer version: 2.29.15
Show newest version
{
  "version": "2.0",
  "service": "

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.

", "operations": { "CancelSigningProfile": "

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

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

Returns information on a specific signing platform.

", "GetSigningProfile": "

Returns information on a specific signing profile.

", "ListSigningJobs": "

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

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

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

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

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/

" }, "shapes": { "key": { "base": null, "refs": { "S3SignedObject$key": "

Key name that uniquely identifies a signed code image in your bucket.

" } }, "AccessDeniedException": { "base": "

You do not have sufficient access to perform this action.

", "refs": { } }, "BucketName": { "base": null, "refs": { "S3Destination$bucketName": "

Name of the S3 bucket.

", "S3SignedObject$bucketName": "

Name of the S3 bucket.

", "S3Source$bucketName": "

Name of the S3 bucket.

" } }, "CancelSigningProfileRequest": { "base": null, "refs": { } }, "Category": { "base": null, "refs": { "GetSigningPlatformResponse$category": "

The category type of the target signing platform.

", "SigningPlatform$category": "

The category of an AWS Signer platform.

" } }, "CertificateArn": { "base": null, "refs": { "SigningMaterial$certificateArn": "

The Amazon Resource Name (ARN) of the certificates that is used to sign your code.

" } }, "ClientRequestToken": { "base": null, "refs": { "StartSigningJobRequest$clientRequestToken": "

String that identifies the signing request. All calls after the first that use this token return the same response as the first call.

" } }, "CompletedAt": { "base": null, "refs": { "DescribeSigningJobResponse$completedAt": "

Date and time that the signing job was completed.

" } }, "CreatedAt": { "base": null, "refs": { "DescribeSigningJobResponse$createdAt": "

Date and time that the signing job was created.

", "SigningJob$createdAt": "

The date and time that the signing job was created.

" } }, "DescribeSigningJobRequest": { "base": null, "refs": { } }, "DescribeSigningJobResponse": { "base": null, "refs": { } }, "Destination": { "base": "

Points to an S3Destination object that contains information about your S3 bucket.

", "refs": { "StartSigningJobRequest$destination": "

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

" } }, "DisplayName": { "base": null, "refs": { "GetSigningPlatformResponse$displayName": "

The display name of the target signing platform.

" } }, "EncryptionAlgorithm": { "base": null, "refs": { "EncryptionAlgorithmOptions$defaultValue": "

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

", "EncryptionAlgorithms$member": null, "SigningConfigurationOverrides$encryptionAlgorithm": "

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

" } }, "EncryptionAlgorithmOptions": { "base": "

The encryption algorithm options that are available to an AWS Signer job.

", "refs": { "SigningConfiguration$encryptionAlgorithmOptions": "

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

" } }, "EncryptionAlgorithms": { "base": null, "refs": { "EncryptionAlgorithmOptions$allowedValues": "

The set of accepted encryption algorithms that are allowed in an AWS Signer job.

" } }, "ErrorMessage": { "base": null, "refs": { "AccessDeniedException$message": null, "InternalServiceErrorException$message": null, "ResourceNotFoundException$message": null, "ThrottlingException$message": null, "ValidationException$message": null } }, "GetSigningPlatformRequest": { "base": null, "refs": { } }, "GetSigningPlatformResponse": { "base": null, "refs": { } }, "GetSigningProfileRequest": { "base": null, "refs": { } }, "GetSigningProfileResponse": { "base": null, "refs": { } }, "HashAlgorithm": { "base": null, "refs": { "HashAlgorithmOptions$defaultValue": "

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

", "HashAlgorithms$member": null, "SigningConfigurationOverrides$hashAlgorithm": "

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

" } }, "HashAlgorithmOptions": { "base": "

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

", "refs": { "SigningConfiguration$hashAlgorithmOptions": "

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

" } }, "HashAlgorithms": { "base": null, "refs": { "HashAlgorithmOptions$allowedValues": "

The set of accepted hash algorithms allowed in an AWS Signer job.

" } }, "ImageFormat": { "base": null, "refs": { "ImageFormats$member": null, "SigningImageFormat$defaultFormat": "

The default format of an AWS Signer signing image.

" } }, "ImageFormats": { "base": null, "refs": { "SigningImageFormat$supportedFormats": "

The supported formats of an AWS Signer signing image.

" } }, "InternalServiceErrorException": { "base": "

An internal error occurred.

", "refs": { } }, "JobId": { "base": null, "refs": { "DescribeSigningJobRequest$jobId": "

The ID of the signing job on input.

", "DescribeSigningJobResponse$jobId": "

The ID of the signing job on output.

", "SigningJob$jobId": "

The ID of the signing job.

", "StartSigningJobResponse$jobId": "

The ID of your signing job.

" } }, "Key": { "base": null, "refs": { "S3Source$key": "

Key name of the bucket object that contains your unsigned code.

" } }, "ListSigningJobsRequest": { "base": null, "refs": { } }, "ListSigningJobsResponse": { "base": null, "refs": { } }, "ListSigningPlatformsRequest": { "base": null, "refs": { } }, "ListSigningPlatformsResponse": { "base": null, "refs": { } }, "ListSigningProfilesRequest": { "base": null, "refs": { } }, "ListSigningProfilesResponse": { "base": null, "refs": { } }, "MaxResults": { "base": null, "refs": { "ListSigningJobsRequest$maxResults": "

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.

", "ListSigningPlatformsRequest$maxResults": "

The maximum number of results to be returned by this operation.

", "ListSigningProfilesRequest$maxResults": "

The maximum number of profiles to be returned.

" } }, "MaxSizeInMB": { "base": null, "refs": { "GetSigningPlatformResponse$maxSizeInMB": "

The maximum size (in MB) of the payload that can be signed by the target platform.

", "SigningPlatform$maxSizeInMB": "

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

" } }, "NextToken": { "base": null, "refs": { "ListSigningJobsRequest$nextToken": "

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.

", "ListSigningJobsResponse$nextToken": "

String for specifying the next set of paginated results.

", "ListSigningProfilesRequest$nextToken": "

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.

", "ListSigningProfilesResponse$nextToken": "

Value for specifying the next set of paginated results to return.

" } }, "PlatformId": { "base": null, "refs": { "DescribeSigningJobResponse$platformId": "

The microcontroller platform to which your signed code image will be distributed.

", "GetSigningPlatformRequest$platformId": "

The ID of the target signing platform.

", "GetSigningPlatformResponse$platformId": "

The ID of the target signing platform.

", "GetSigningProfileResponse$platformId": "

The ID of the platform that is used by the target signing profile.

", "ListSigningJobsRequest$platformId": "

The ID of microcontroller platform that you specified for the distribution of your code image.

", "PutSigningProfileRequest$platformId": "

The ID of the signing profile to be created.

", "SigningProfile$platformId": "

The ID of a platform that is available for use by a signing profile.

" } }, "Prefix": { "base": null, "refs": { "S3Destination$prefix": "

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

" } }, "ProfileName": { "base": null, "refs": { "CancelSigningProfileRequest$profileName": "

The name of the signing profile to be canceled.

", "DescribeSigningJobResponse$profileName": "

The name of the profile that initiated the signing operation.

", "GetSigningProfileRequest$profileName": "

The name of the target signing profile.

", "GetSigningProfileResponse$profileName": "

The name of the target signing profile.

", "PutSigningProfileRequest$profileName": "

The name of the signing profile to be created.

", "SigningProfile$profileName": "

The name of the AWS Signer profile.

", "StartSigningJobRequest$profileName": "

The name of the signing profile.

" } }, "PutSigningProfileRequest": { "base": null, "refs": { } }, "PutSigningProfileResponse": { "base": null, "refs": { } }, "RequestedBy": { "base": null, "refs": { "DescribeSigningJobResponse$requestedBy": "

The IAM principal that requested the signing job.

", "ListSigningJobsRequest$requestedBy": "

The IAM principal that requested the signing job.

" } }, "ResourceNotFoundException": { "base": "

A specified resource could not be found.

", "refs": { } }, "S3Destination": { "base": "

The name and prefix of the S3 bucket where AWS Signer saves your signed objects.

", "refs": { "Destination$s3": "

The S3Destination object.

" } }, "S3SignedObject": { "base": "

The S3 bucket name and key where AWS Signer saved your signed code image.

", "refs": { "SignedObject$s3": "

The S3SignedObject.

" } }, "S3Source": { "base": "

Information about the S3 bucket where you saved your unsigned code.

", "refs": { "Source$s3": "

The S3Source object.

" } }, "SignedObject": { "base": "

Points to an S3SignedObject object that contains information about your signed code image.

", "refs": { "DescribeSigningJobResponse$signedObject": "

Name of the S3 bucket where the signed code image is saved by AWS Signer.

", "SigningJob$signedObject": "

A SignedObject structure that contains information about a signing job's signed code image.

" } }, "SigningConfiguration": { "base": "

The configuration of an AWS Signer operation.

", "refs": { "GetSigningPlatformResponse$signingConfiguration": "

A list of configurations applied to the target platform at signing.

", "SigningPlatform$signingConfiguration": "

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

" } }, "SigningConfigurationOverrides": { "base": "

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

", "refs": { "SigningPlatformOverrides$signingConfiguration": null } }, "SigningImageFormat": { "base": "

The image format of an AWS Signer platform or profile.

", "refs": { "GetSigningPlatformResponse$signingImageFormat": "

The format of the target platform's signing image.

", "SigningPlatform$signingImageFormat": "

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

" } }, "SigningJob": { "base": "

Contains information about a signing job.

", "refs": { "SigningJobs$member": null } }, "SigningJobs": { "base": null, "refs": { "ListSigningJobsResponse$jobs": "

A list of your signing jobs.

" } }, "SigningMaterial": { "base": "

The ACM certificate that is used to sign your code.

", "refs": { "DescribeSigningJobResponse$signingMaterial": "

Amazon Resource Name (ARN) of your code signing certificate.

", "GetSigningProfileResponse$signingMaterial": "

The ARN of the certificate that the target profile uses for signing operations.

", "PutSigningProfileRequest$signingMaterial": "

The AWS Certificate Manager certificate that will be used to sign code with the new signing profile.

", "SigningJob$signingMaterial": "

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

", "SigningProfile$signingMaterial": "

The ACM certificate that is available for use by a signing profile.

" } }, "SigningParameterKey": { "base": null, "refs": { "SigningParameters$key": null } }, "SigningParameterValue": { "base": null, "refs": { "SigningParameters$value": null } }, "SigningParameters": { "base": null, "refs": { "DescribeSigningJobResponse$signingParameters": "

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

", "GetSigningProfileResponse$signingParameters": "

A map of key-value pairs for signing operations that is attached to the target signing profile.

", "PutSigningProfileRequest$signingParameters": "

Map of key-value pairs for signing. These can include any information that you want to use during signing.

", "SigningProfile$signingParameters": "

The parameters that are available for use by an AWS Signer user.

" } }, "SigningPlatform": { "base": "

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

", "refs": { "SigningPlatforms$member": null } }, "SigningPlatformOverrides": { "base": "

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

", "refs": { "DescribeSigningJobResponse$overrides": "

A list of any overrides that were applied to the signing operation.

", "GetSigningProfileResponse$overrides": "

A list of overrides applied by the target signing profile for signing operations.

", "PutSigningProfileRequest$overrides": "

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).

" } }, "SigningPlatforms": { "base": null, "refs": { "ListSigningPlatformsResponse$platforms": "

A list of all platforms that match the request parameters.

" } }, "SigningProfile": { "base": "

Contains information about the ACM certificates and AWS Signer configuration parameters that can be used by a given AWS Signer user.

", "refs": { "SigningProfiles$member": null } }, "SigningProfileStatus": { "base": null, "refs": { "GetSigningProfileResponse$status": "

The status of the target signing profile.

", "SigningProfile$status": "

The status of an AWS Signer profile.

" } }, "SigningProfiles": { "base": null, "refs": { "ListSigningProfilesResponse$profiles": "

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.

" } }, "SigningStatus": { "base": null, "refs": { "DescribeSigningJobResponse$status": "

Status of the signing job.

", "ListSigningJobsRequest$status": "

A status value with which to filter your results.

", "SigningJob$status": "

The status of the signing job.

" } }, "Source": { "base": "

An S3Source object that contains information about the S3 bucket where you saved your unsigned code.

", "refs": { "DescribeSigningJobResponse$source": "

The object that contains the name of your S3 bucket or your raw code.

", "SigningJob$source": "

A Source that contains information about a signing job's code image source.

", "StartSigningJobRequest$source": "

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

" } }, "StartSigningJobRequest": { "base": null, "refs": { } }, "StartSigningJobResponse": { "base": null, "refs": { } }, "StatusReason": { "base": null, "refs": { "DescribeSigningJobResponse$statusReason": "

String value that contains the status reason.

" } }, "String": { "base": null, "refs": { "GetSigningPlatformResponse$partner": "

A list of partner entities that use the target signing platform.

", "GetSigningPlatformResponse$target": "

The validation template that is used by the target signing platform.

", "ListSigningPlatformsRequest$category": "

The category type of a signing platform.

", "ListSigningPlatformsRequest$partner": "

Any partner entities connected to a signing platform.

", "ListSigningPlatformsRequest$target": "

The validation template that is used by the target signing platform.

", "ListSigningPlatformsRequest$nextToken": "

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.

", "ListSigningPlatformsResponse$nextToken": "

Value for specifying the next set of paginated results to return.

", "SigningPlatform$platformId": "

The ID of an AWS Signer platform.

", "SigningPlatform$displayName": "

The display name of an AWS Signer platform.

", "SigningPlatform$partner": "

Any partner entities linked to an AWS Signer platform.

", "SigningPlatform$target": "

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

" } }, "ThrottlingException": { "base": "

The signing job has been throttled.

", "refs": { } }, "ValidationException": { "base": "

You signing certificate could not be validated.

", "refs": { } }, "Version": { "base": null, "refs": { "S3Source$version": "

Version of your source image in your version enabled S3 bucket.

" } }, "bool": { "base": null, "refs": { "ListSigningProfilesRequest$includeCanceled": "

Designates whether to include profiles with the status of CANCELED.

" } }, "string": { "base": null, "refs": { "PutSigningProfileResponse$arn": "

The Amazon Resource Name (ARN) of the signing profile created.

" } } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy