class Aws::EndpointCache

def _endpoint_operation_identifier(ctx)

def _endpoint_operation_identifier(ctx)
  return @require_identifier unless @require_identifier.nil?
  operation_name = ctx.config.api.endpoint_operation
  operation = ctx.config.api.operation(operation_name)
  @require_identifier = operation.input.shape.members.any?
end