SignerDataClient
interface SignerDataClient
AWS Signer Data Plane service provides APIs for checking revocation status of signed artifacts.
Types
Functions
Link copied to clipboard
abstract suspend fun getRevocationStatus(input: GetRevocationStatusRequest): GetRevocationStatusResponse
Retrieves the revocation status for a signed artifact by checking if the signing profile, job, or certificate has been revoked.
Inherited functions
Link copied to clipboard
inline suspend fun SignerDataClient.getRevocationStatus(crossinline block: GetRevocationStatusRequest.Builder.() -> Unit): GetRevocationStatusResponse
Retrieves the revocation status for a signed artifact by checking if the signing profile, job, or certificate has been revoked.
Link copied to clipboard
fun SignerDataClient.withConfig(block: SignerDataClient.Config.Builder.() -> Unit): SignerDataClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.