// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package pi type ServiceType string // Enum values for ServiceType const ( ServiceTypeRds ServiceType = "RDS" ) func (enum ServiceType) MarshalValue() (string, error) { return string(enum), nil } func (enum ServiceType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil }