Module Values.UpdateSnapshotRequestSource

Updates the name of an Amazon FSx for OpenZFS snapshot.

Sourcetype nonrec t = {
  1. clientRequestToken : ClientRequestToken.t option;
  2. name : SnapshotName.t;
    (*

    The name of the snapshot to update.

    *)
  3. snapshotId : SnapshotId.t;
    (*

    The ID of the snapshot that you want to update, in the format fsvolsnap-0123456789abcdef0.

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