class Aws::Lambda::Client
def delete_function_url_config(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
delete_function_url_config(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteFunctionUrlConfig - AWS API Documentation
Other tags:
- Example: Request syntax with placeholder values -
Returns:
-
(Struct)
- Returns an empty {Seahorse::Client::Response response}.
Options Hash:
(**params)
-
:qualifier
(String
) -- -
:function_name
(required, String
) --
def delete_function_url_config(params = {}, options = {}) req = build_request(:delete_function_url_config, params) req.send_request(options) end