class Aws::Lambda::Client

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

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

Overloads:
  • update_function_configuration(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To update a Lambda function's configuration -

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

Options Hash: (**params)
  • :logging_config (Types::LoggingConfig) --
  • :snap_start (Types::SnapStart) --
  • :ephemeral_storage (Types::EphemeralStorage) --
  • :image_config (Types::ImageConfig) --
  • :file_system_configs (Array) --
  • :layers (Array) --
  • :revision_id (String) --
  • :tracing_config (Types::TracingConfig) --
  • :kms_key_arn (String) --
  • :dead_letter_config (Types::DeadLetterConfig) --
  • :runtime (String) --
  • :environment (Types::Environment) --
  • :vpc_config (Types::VpcConfig) --
  • :memory_size (Integer) --
  • :timeout (Integer) --
  • :description (String) --
  • :handler (String) --
  • :role (String) --
  • :function_name (required, String) --
def update_function_configuration(params = {}, options = {})
  req = build_request(:update_function_configuration, params)
  req.send_request(options)
end