Interface APIGatewayProxyStructuredResultV2
		 
	 
	
		
			
			
				Hierarchy
				
					- 
						APIGatewayProxyStructuredResultV2
					
Properties
				
					
					Optional body
					body: string
					
				
				
					
					Optional cookies
					cookies: string[]
					
				
				
					
					Optional headers
					headers: {}
					
					
						Type declaration
						
							- 
								[header: string]: boolean | number | string
 
				
				
					
					Optional isBase64Encoded
					isBase64Encoded: boolean
					
				
				
					
					Optional statusCode
					statusCode: number
					
				
			
		 
		
	 
 
 
Interface for structured response with
statusCodeandheadersWorks with HTTP API integration Payload Format version 2.0