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.
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',
]
)
datetime
[REQUIRED]
The timestamp when the artifact was signed, in ISO 8601 format.
string
[REQUIRED]
The platform identifier for the signing platform used.
string
[REQUIRED]
The ARN of the signing profile version used to sign the artifact.
string
[REQUIRED]
The ARN of the signing job that produced the signature.
list
[REQUIRED]
List of certificate hashes to check for revocation.
(string) --
dict
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) --