Values.DescribeComponentRequestSourceDescribes a component and lists the resources that are grouped together in a component.
type nonrec t = {resourceGroupName : ResourceGroupName.t;The name of the resource group.
*)componentName : ComponentName.t;The name of the component.
*)accountId : AccountId.t option;The Amazon Web Services account ID for the resource group owner.
*)}val make :
?accountId:??? ->
resourceGroupName:ResourceGroupName.t ->
componentName:ComponentName.t ->
unit ->
t