Traffic type for API requests (billing classification).
Parse traffic type from API string.
Convert traffic type atom to API string.
@type t() :: :traffic_type_unspecified | :on_demand | :provisioned_throughput
@spec from_api(String.t() | nil) :: t() | nil
@spec to_api(t() | atom() | nil) :: String.t() | nil