AWS Signer Data Plane

2026/02/20 - AWS Signer Data Plane - 1 new api methods

Changes  This release introduces AWS Signer Data Plane SDK client supporting GetRevocationStatus API. The new client enables AWS PrivateLink connectivity with both private DNS and VPC endpoint URLs.

GetRevocationStatus (new) Link ΒΆ

Retrieves the revocation status for a signed artifact by checking if the signing profile, job, or certificate has been revoked.

See also: AWS API Documentation

Request Syntax

client.get_revocation_status(
    signatureTimestamp=datetime(2015, 1, 1),
    platformId='string',
    profileVersionArn='string',
    jobArn='string',
    certificateHashes=[
        'string',
    ]
)
type signatureTimestamp:

datetime

param signatureTimestamp:

[REQUIRED]

The timestamp when the artifact was signed, in ISO 8601 format.

type platformId:

string

param platformId:

[REQUIRED]

The platform identifier for the signing platform used.

type profileVersionArn:

string

param profileVersionArn:

[REQUIRED]

The ARN of the signing profile version used to sign the artifact.

type jobArn:

string

param jobArn:

[REQUIRED]

The ARN of the signing job that produced the signature.

type certificateHashes:

list

param certificateHashes:

[REQUIRED]

List of certificate hashes to check for revocation.

  • (string) --

rtype:

dict

returns:

Response Syntax

{
    'revokedEntities': [
        'string',
    ]
}

Response Structure

  • (dict) --

    Response containing the list of revoked entities.

    • revokedEntities (list) --

      List of entity identifiers that have been revoked. Empty if no revocations found.

      • (string) --