class Aws::Lambda::Client

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

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

Overloads:
  • update_alias(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To update a function alias -

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

Options Hash: (**params)
  • :revision_id (String) --
  • :routing_config (Types::AliasRoutingConfiguration) --
  • :description (String) --
  • :function_version (String) --
  • :name (required, String) --
  • :function_name (required, String) --
def update_alias(params = {}, options = {})
  req = build_request(:update_alias, params)
  req.send_request(options)
end