Values.IngestionSummarySourceContains a summary of an ingestion.
type nonrec t = {arn : Arn.t option;The Amazon Resource Name (ARN) of the ingestion.
*)app : String255.t option;The name of the application.
*)tenantId : TenantIdentifier.t option;The ID of the application tenant.
*)state : IngestionState.t option;The status of the ingestion.
*)}