Module Values_0.OutputSourceSource

Information about the source where the association execution details are stored.

Sourcetype nonrec t = {
  1. outputSourceId : OutputSourceId.t option;
    (*

    The ID of the output source, for example the URL of an S3 bucket.

    *)
  2. outputSourceType : OutputSourceType.t option;
    (*

    The type of source where the association execution details are stored, for example, Amazon S3.

    *)
}
Sourceval make : ?outputSourceId:??? -> ?outputSourceType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OutputSourceId.t ]) 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