Values.GetApplicationComponentDetailsRequestSourceRetrieves details about an application component.
type nonrec t = {applicationComponentId : ApplicationComponentId.t;The ID of the application component. The ID is unique within an AWS account.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ApplicationComponentId.t ]) list ]