Module Values.DeletePermissionGroupRequestSource

Deletes a permission group. This action is irreversible.

Sourcetype nonrec t = {
  1. permissionGroupId : PermissionGroupId.t;
    (*

    The unique identifier for the permission group that you want to delete.

    *)
  2. clientToken : ClientToken.t option;
    (*

    A token that ensures idempotency. This token expires in 10 minutes.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> permissionGroupId:PermissionGroupId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PermissionGroupId.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