Values.ComponentSummarySourceContains a summary of a component. This is a read-only data type that is returned by ListComponents.
type nonrec t = {appId : String_.t option;The unique ID of the Amplify app associated with the component.
*)environmentName : String_.t option;The name of the backend environment that is a part of the Amplify app.
*)id : Uuid.t option;The unique ID of the component.
*)name : ComponentName.t option;The name of the component.
*)componentType : ComponentType.t option;The component type.
*)}