Module List.Continuation_token

type t

Opaque ListObjectsV2 continuation token returned by S3.

Tokens are service values. Callers may store and pass them back, but should not parse them.

val of_string : string -> (t, Awskit.Error.t) Stdlib.result
val of_string_exn : string -> t
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit
val equal : t -> t -> bool