class Aws::Lambda::Client

def put_function_recursion_config(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • put_function_recursion_config(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PutFunctionRecursionConfig - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::PutFunctionRecursionConfigResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :recursive_loop (required, String) --
  • :function_name (required, String) --
def put_function_recursion_config(params = {}, options = {})
  req = build_request(:put_function_recursion_config, params)
  req.send_request(options)
end