class Aws::Lambda::Client

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

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

Overloads:
  • update_function_event_invoke_config(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To update an asynchronous invocation configuration -

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

Options Hash: (**params)
  • :destination_config (Types::DestinationConfig) --
  • :maximum_event_age_in_seconds (Integer) --
  • :maximum_retry_attempts (Integer) --
  • :qualifier (String) --
  • :function_name (required, String) --
def update_function_event_invoke_config(params = {}, options = {})
  req = build_request(:update_function_event_invoke_config, params)
  req.send_request(options)
end