pkg/awsutil/consts.go
package awsutil
// Default is a generic constant for the word default
const Default = "default"
// StateDeleted is a generic constant for the word deleted for state
const StateDeleted = "deleted"
// StateDeleting is a generic constant for the word deleting for state
const StateDeleting = "deleting"
// StateRejected is a generic constant for the word rejected for state
const StateRejected = "rejected"