Values.RemoveProfilePermissionRequestSourceRemoves cross-account permissions from a signing profile.
type nonrec t = {profileName : ProfileName.t;A human-readable name for the signing profile with permissions to be removed.
*)revisionId : String_.t;An identifier for the current revision of the signing profile permissions.
*)statementId : String_.t;A unique identifier for the cross-account permissions statement.
*)}val make :
profileName:ProfileName.t ->
revisionId:String_.t ->
statementId:String_.t ->
unit ->
t