Module Values.RemoveProfilePermissionRequestSource

Removes cross-account permissions from a signing profile.

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

    A human-readable name for the signing profile with permissions to be removed.

    *)
  2. revisionId : String_.t;
    (*

    An identifier for the current revision of the signing profile permissions.

    *)
  3. statementId : String_.t;
    (*

    A unique identifier for the cross-account permissions statement.

    *)
}
Sourceval context_ : string
Sourceval make : profileName:ProfileName.t -> revisionId:String_.t -> statementId:String_.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