package pricing type CommitmentType string const ( CommitmentNone CommitmentType = "none" CommitmentReserved CommitmentType = "reserved" )