Module Values.DeleteGroupRequestSource

Deletes a group. The group doesn't need to be empty to be deleted. If there are canaries in the group, they are not deleted when you delete the group. Groups are a global resource that appear in all Regions, but the request to delete a group must be made from its home Region. You can find the home Region of a group within its ARN.

Sourcetype nonrec t = {
  1. groupIdentifier : GroupIdentifier.t;
    (*

    Specifies which group to delete. You can specify the group name, the ARN, or the group ID as the GroupIdentifier.

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