Module Values.CancelSigningProfileRequestSource

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. See Data Retention for more information on scheduled deletion of a canceled signing profile.

Sourcetype nonrec t = {
  1. profileName : ProfileName.t;
    (*

    The name of the signing profile to be canceled.

    *)
}
Sourceval context_ : string
Sourceval make : profileName:ProfileName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ProfileName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t