// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package mediatailor type Mode string // Enum values for Mode const ( ModeOff Mode = "OFF" ModeBehindLiveEdge Mode = "BEHIND_LIVE_EDGE" ) func (enum Mode) MarshalValue() (string, error) { return string(enum), nil } func (enum Mode) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type OriginManifestType string // Enum values for OriginManifestType const ( OriginManifestTypeSinglePeriod OriginManifestType = "SINGLE_PERIOD" OriginManifestTypeMultiPeriod OriginManifestType = "MULTI_PERIOD" ) func (enum OriginManifestType) MarshalValue() (string, error) { return string(enum), nil } func (enum OriginManifestType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil }