Multipart.Part_numberval of_int : int -> (t, Awskit.Error.t) Stdlib.resultValidate and wrap a multipart part number.
val of_int_exn : int -> tLike of_int, but raises Awskit.Error.Awskit_error carrying the structured validation error on validation failure.
val to_int : t -> intReturn the raw part number.
val pp : Stdlib.Format.formatter -> t -> unitPretty-print the part number.