Module Values.OutputNotebookS3LocationForOutputSource

The Amazon S3 location that stores the notebook execution output.

Sourcetype nonrec t = {
  1. bucket : XmlStringMaxLen256.t option;
    (*

    The Amazon S3 bucket that stores the notebook execution output.

    *)
  2. key : UriString.t option;
    (*

    The key to the Amazon S3 location that stores the notebook execution output.

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