Values.UpdateDataIntegrationAssociationRequestSourceUpdates and persists a DataIntegrationAssociation resource. Updating a DataIntegrationAssociation with ExecutionConfiguration will rerun the on-demand job.
type nonrec t = {dataIntegrationIdentifier : Identifier.t;A unique identifier for the DataIntegration.
*)dataIntegrationAssociationIdentifier : Identifier.t;A unique identifier. of the DataIntegrationAssociation resource
*)executionConfiguration : ExecutionConfiguration.t;The configuration for how the files should be pulled from the source.
*)}val make :
dataIntegrationIdentifier:Identifier.t ->
dataIntegrationAssociationIdentifier:Identifier.t ->
executionConfiguration:ExecutionConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Identifier.t
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of NonBlankString.t ]) list ])
list ])
list ]