Module Values.UngroupResourcesInputSource

Removes the specified resources from the specified group. This operation works only with static groups that you populated using the GroupResources operation. It doesn't work with any resource groups that are automatically populated by tag-based or CloudFormation stack-based queries. Minimum permissions To run this command, you must have the following permissions: resource-groups:UngroupResources

Sourcetype nonrec t = {
  1. group : GroupStringV2.t;
    (*

    The name or the Amazon resource name (ARN) of the resource group from which to remove the resources.

    *)
  2. resourceArns : ResourceArnList.t;
    (*

    The Amazon resource names (ARNs) of the resources to be removed from the group.

    *)
}
Sourceval context_ : string
Sourceval make : group:GroupStringV2.t -> resourceArns:ResourceArnList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ResourceArn.t ] list | `String of GroupStringV2.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