class Aws::Api::Docs::OperationDocumenter
def shared_examples(method_name, operation)
def shared_examples(method_name, operation) if operation['examples'] operation['examples'].map do |example| shared_example(example, method_name, operation) end else [] end end