Module Types.VpcPeeringConnectionStateReasonCode
type t = | Initiating_request |
| Pending_acceptance |
| Active |
| Deleted |
| Rejected |
| Failed |
| Expired |
| Provisioning |
| Deleting |
val str_to_t : (string * t) listval t_to_str : (t * string) listval to_string : t -> stringval of_string : string -> tval make : 'a -> unit -> 'aval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> Aws.Json.tval of_json : Aws.Json.t -> t