cancelSigningProfile
abstract suspend fun cancelSigningProfile(input: CancelSigningProfileRequest): CancelSigningProfileResponse
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.