class Aws::Lambda::Client

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

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

Overloads:
  • list_provisioned_concurrency_configs(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To get a list of provisioned concurrency configurations -

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

Options Hash: (**params)
  • :max_items (Integer) --
  • :marker (String) --
  • :function_name (required, String) --
def list_provisioned_concurrency_configs(params = {}, options = {})
  req = build_request(:list_provisioned_concurrency_configs, params)
  req.send_request(options)
end