Awskit_s3.Account_idAWS account id.
val of_string : string -> (t, Awskit.Error.t) Stdlib.resultValidate an account id as exactly 12 ASCII digits.
val of_string_exn : string -> tLike of_string, but raises Awskit.Error.Awskit_error carrying the structured validation error on validation failure.
val to_string : t -> stringReturn the account id string.
val pp : Stdlib.Format.formatter -> t -> unitPretty-print the account id.