Values.UpdateGroupQueryInputSourceUpdates the resource query of a group. For more information about resource queries, see Create a tag-based group in Resource Groups. Minimum permissions To run this command, you must have the following permissions: resource-groups:UpdateGroupQuery
type nonrec t = {groupName : GroupName.t option;Don't use this parameter. Use Group instead.
*)group : GroupString.t option;The name or the Amazon resource name (ARN) of the resource group to query.
*)resourceQuery : ResourceQuery.t;The resource query to determine which Amazon Web Services resources are members of this resource group. A resource group can contain either a Configuration or a ResourceQuery, but not both.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of GroupName.t
| `Structure of
(string * [> `Enum of string | `String of Query.t ]) list ])
list ]