C# Class Amazon.Lambda.Model.PublishVersionRequest

Container for the parameters to the PublishVersion operation. Publishes a version of your function from the current snapshot of $LATEST. That is, AWS Lambda takes a snapshot of the function code and configuration information from $LATEST and publishes a new version. The code and configuration cannot be modified after publication. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.
Inheritance: AmazonLambdaRequest
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetCodeSha256 ( ) : bool
IsSetDescription ( ) : bool
IsSetFunctionName ( ) : bool