module Aws::Endpoints::Matchers

def self.not(bool)

not(value: bool) bool
def self.not(bool)
  !bool
end