This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.AWS.Lambda.
                            
 
	
		Summary
	
            Update the function version to which the alias points and the alias description.
            
		
	Syntax
	public Task<bool> UpdateAlias(string functionName, AliasSettings settings, CancellationToken cancellationToken = null)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| AsyncStateMachineAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| functionName | string | The name of an AWS Lambda function. | 
					
						| settings | AliasSettings | The AliasSettingsused during the request to AWS. | 
					
						| cancellationToken | CancellationToken | A cancellation token that can be used by other objects or threads to receive notice of cancellation. | 
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | Description | 
				
				
					| Task<bool> |  |