Module Values.UpdateNotebookMetadataInputSource

Updates the metadata for a notebook.

Sourcetype nonrec t = {
  1. notebookId : NotebookId.t;
    (*

    The ID of the notebook to update the metadata for.

    *)
  2. clientRequestToken : ClientRequestToken.t option;
    (*

    A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only once). This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.

    *)
  3. name : NotebookName.t;
    (*

    The name to update the notebook to.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> notebookId:NotebookId.t -> name:NotebookName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NotebookId.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