Module Values_0.InstanceAssociationOutputUrlSource

The URL of S3 bucket where you want to store the results of this request.

Sourcetype nonrec t = {
  1. s3OutputUrl : S3OutputUrl.t option;
    (*

    The URL of S3 bucket where you want to store the results of this request.

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