class Aws::Lambda::Client
def update_function_url_config(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
update_function_url_config(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateFunctionUrlConfig - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::UpdateFunctionUrlConfigResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:invoke_mode
(String
) -- -
:cors
(Types::Cors
) -- -
:auth_type
(String
) -- -
:qualifier
(String
) -- -
:function_name
(required, String
) --
def update_function_url_config(params = {}, options = {}) req = build_request(:update_function_url_config, params) req.send_request(options) end