C# Class Amazon.Lambda.Model.UpdateFunctionCodeRequest

Container for the parameters to the UpdateFunctionCode operation. Updates the code for the specified Lambda function. This operation must only be used on an existing Lambda function and cannot be used to update the function configuration.

If you are using the versioning feature, note this API will always update the $LATEST version of your Lambda function. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.

This operation requires permission for the lambda:UpdateFunctionCode action.

Inheritance: AmazonLambdaRequest
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetFunctionName ( ) : bool
IsSetPublish ( ) : bool
IsSetS3Bucket ( ) : bool
IsSetS3Key ( ) : bool
IsSetS3ObjectVersion ( ) : bool
IsSetZipFile ( ) : bool