module Aws::EventStream::Types

def self.types

def self.types
  [
    'bool_true',
    'bool_false',
    'byte',
    'short',
    'integer',
    'long',
    'bytes',
    'string',
    'timestamp',
    'uuid'
  ]
end