Values.DisassociateSourceFromS3TableIntegrationRequestSourceDisassociates a data source from an S3 Table Integration, removing query access and deleting all associated data from the integration.
type nonrec t = {identifier : S3TableIntegrationSourceIdentifier.t;The unique identifier of the association to remove between the data source and S3 Table Integration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of S3TableIntegrationSourceIdentifier.t ]) list ]