Module Values.UpdateDataIntegrationAssociationRequestSource

Updates and persists a DataIntegrationAssociation resource. Updating a DataIntegrationAssociation with ExecutionConfiguration will rerun the on-demand job.

Sourcetype nonrec t = {
  1. dataIntegrationIdentifier : Identifier.t;
    (*

    A unique identifier for the DataIntegration.

    *)
  2. dataIntegrationAssociationIdentifier : Identifier.t;
    (*

    A unique identifier. of the DataIntegrationAssociation resource

    *)
  3. executionConfiguration : ExecutionConfiguration.t;
    (*

    The configuration for how the files should be pulled from the source.

    *)
}
Sourceval context_ : string
Sourceval make : dataIntegrationIdentifier:Identifier.t -> dataIntegrationAssociationIdentifier:Identifier.t -> executionConfiguration:ExecutionConfiguration.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t