Values.UpdateComponentRequestSourceUpdates the custom component name and/or the list of resources that make up the component.
type nonrec t = {resourceGroupName : ResourceGroupName.t;The name of the resource group.
*)componentName : CustomComponentName.t;The name of the component.
*)newComponentName : CustomComponentName.t option;The new name of the component.
*)resourceList : ResourceList.t option;The list of resource ARNs that belong to the component.
*)}val make :
?newComponentName:??? ->
?resourceList:??? ->
resourceGroupName:ResourceGroupName.t ->
componentName:CustomComponentName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ResourceARN.t ] list
| `String of ResourceGroupName.t ])
list ]