class Aws::Lambda::Client

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

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

Overloads:
  • update_event_source_mapping(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To update a Lambda function event source mapping -

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

Options Hash: (**params)
  • :provisioned_poller_config (Types::ProvisionedPollerConfig) --
  • :metrics_config (Types::EventSourceMappingMetricsConfig) --
  • :kms_key_arn (String) --
  • :document_db_event_source_config (Types::DocumentDBEventSourceConfig) --
  • :self_managed_kafka_event_source_config (Types::SelfManagedKafkaEventSourceConfig) --
  • :amazon_managed_kafka_event_source_config (Types::AmazonManagedKafkaEventSourceConfig) --
  • :scaling_config (Types::ScalingConfig) --
  • :function_response_types (Array) --
  • :tumbling_window_in_seconds (Integer) --
  • :source_access_configurations (Array) --
  • :parallelization_factor (Integer) --
  • :maximum_retry_attempts (Integer) --
  • :bisect_batch_on_function_error (Boolean) --
  • :maximum_record_age_in_seconds (Integer) --
  • :destination_config (Types::DestinationConfig) --
  • :maximum_batching_window_in_seconds (Integer) --
  • :filter_criteria (Types::FilterCriteria) --
  • :batch_size (Integer) --
  • :enabled (Boolean) --
  • :function_name (String) --
  • :uuid (required, String) --
def update_event_source_mapping(params = {}, options = {})
  req = build_request(:update_event_source_mapping, params)
  req.send_request(options)
end