C# 클래스 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.

상속: AmazonLambdaRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
IsSetFunctionName ( ) : bool
IsSetPublish ( ) : bool
IsSetS3Bucket ( ) : bool
IsSetS3Key ( ) : bool
IsSetS3ObjectVersion ( ) : bool
IsSetZipFile ( ) : bool