Values.DescribeComponentResponseSourceDescribes a component and lists the resources that are grouped together in a component.
type nonrec t = {applicationComponent : ApplicationComponent.t option;resourceList : ResourceList.t option;The list of resource ARNs that belong to the component.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ResourceARN.t ] list
| `Structure of
(string
* [> `Boolean of Monitor.t
| `Enum of string
| `Map of
([> `Enum of string ]
* [> `Map of
([> `String of MetaDataKey.t ]
* [> `String of MetaDataValue.t ])
list ])
list
| `String of ComponentName.t ])
list ])
list ]