Values.IngestionSourceContains information about an ingestion.
type nonrec t = {arn : Arn.t option;The Amazon Resource Name (ARN) of the ingestion.
*)appBundleArn : Arn.t option;The Amazon Resource Name (ARN) of the app bundle for the ingestion.
*)app : String255.t option;The name of the application.
*)tenantId : TenantIdentifier.t option;The ID of the application tenant.
*)createdAt : DateTime.t option;The timestamp of when the ingestion was created.
*)updatedAt : DateTime.t option;The timestamp of when the ingestion was last updated.
*)state : IngestionState.t option;The status of the ingestion.
*)ingestionType : IngestionType.t option;The type of the ingestion.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Arn.t | `Timestamp of DateTime.t ])
list ]