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