class Aws::Api::Customizer

def each_operation(&block)

def each_operation(&block)
  @client_class.api.definition['operations'].each(&block)
end