Values.IntegrationSummarySourceContains summary information about an S3 Table integration for listing operations.
type nonrec t = {arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the S3 Table integration.
*)status : IntegrationStatus.t option;The current status of the S3 Table integration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceArn.t ]) list ]