Module Values.DataIntegrationAssociationSummarySource

Summary information about the DataIntegration association.

Sourcetype nonrec t = {
  1. dataIntegrationAssociationArn : Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the DataIntegration association.

    *)
  2. dataIntegrationArn : Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the DataIntegration.

    *)
  3. clientId : ClientId.t option;
    (*

    The identifier for the client that is associated with the DataIntegration association.

    *)
  4. destinationURI : DestinationURI.t option;
    (*

    The URI of the data destination.

    *)
  5. lastExecutionStatus : LastExecutionStatus.t option;
    (*

    The execution status of the last job.

    *)
  6. executionConfiguration : ExecutionConfiguration.t option;
}
Sourceval make : ?dataIntegrationAssociationArn:??? -> ?dataIntegrationArn:??? -> ?clientId:??? -> ?destinationURI:??? -> ?lastExecutionStatus:??? -> ?executionConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Arn.t | `Structure of (string * [> `Enum of string | `String of NonBlankString.t | `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