class Aws::Lambda::Client
def publish_version(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
publish_version(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PublishVersion - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To publish a version of a Lambda function -
Returns:
-
(Types::FunctionConfiguration)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:revision_id
(String
) -- -
:description
(String
) -- -
:code_sha_256
(String
) -- -
:function_name
(required, String
) --
def publish_version(params = {}, options = {}) req = build_request(:publish_version, params) req.send_request(options) end