Values.UpdateSnapshotRequestSourceUpdates the name of an Amazon FSx for OpenZFS snapshot.
type nonrec t = {clientRequestToken : ClientRequestToken.t option;name : SnapshotName.t;The name of the snapshot to update.
*)snapshotId : SnapshotId.t;The ID of the snapshot that you want to update, in the format fsvolsnap-0123456789abcdef0.
*)}val make :
?clientRequestToken:??? ->
name:SnapshotName.t ->
snapshotId:SnapshotId.t ->
unit ->
t