class Aws::Api::Documenter
def document_client_operation(namespace, method_name, operation)
def document_client_operation(namespace, method_name, operation) m = YARD::CodeObjects::MethodObject.new(namespace, method_name) m.group = 'Service Operations' m.scope = :instance m.parameters << ['params', '{}'] m.docstring = operation_docstring(method_name, operation) end