Module Values.S3DestinationSource

The Amazon Simple Storage Service destination for a notebook export in Amazon SageMaker Unified Studio.

Sourcetype nonrec t = {
  1. uri : NotebookS3Uri.t option;
    (*

    The Amazon Simple Storage Service URI of the exported notebook.

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