# Structs
APIGatewayCustomAuthorizerContext represents the expected format of an API Gateway custom authorizer response.
APIGatewayCustomAuthorizerPolicy represents an IAM policy.
APIGatewayCustomAuthorizerRequest contains data coming in to a custom API Gateway authorizer function.
APIGatewayCustomAuthorizerRequestTypeRequest contains data coming in to a custom API Gateway authorizer function.
APIGatewayCustomAuthorizerRequestTypeRequestContext represents the expected format of an API Gateway custom authorizer response.
APIGatewayCustomAuthorizerRequestTypeRequestIdentity contains identity information for the request caller.
APIGatewayCustomAuthorizerResponse represents the expected format of an API Gateway authorization response.
APIGatewayProxyRequest contains data coming from the API Gateway proxy.
APIGatewayProxyRequestContext contains the information to identify the AWS account and resources invoking the Lambda function.
APIGatewayProxyResponse configures the response to be returned by API Gateway for the request.
APIGatewayRequestIdentity contains identity information for the request caller.
APIGatewayV2HTTPRequest contains data coming from the new HTTP API Gateway.
APIGatewayV2HTTPRequestContext contains the information to identify the AWS account and resources invoking the Lambda function.
APIGatewayV2HTTPRequestContextAuthorizerCognitoIdentity contains Cognito identity information for the request context.
APIGatewayV2HTTPRequestContextAuthorizerDescription contains authorizer information for the request context.
APIGatewayV2HTTPRequestContextAuthorizerIAMDescription contains IAM information for the request context.
APIGatewayV2HTTPRequestContextAuthorizerJWTDescription contains JWT authorizer information for the request context.
APIGatewayV2HTTPRequestContextHTTPDescription contains HTTP information for the request context.
APIGatewayV2HTTPResponse configures the response to be returned by API Gateway V2 for the request.
APIGatewayWebsocketProxyRequest contains data coming from the API Gateway proxy.
APIGatewayWebsocketProxyRequestContext contains the information to identify the AWS account and resources invoking the Lambda function.
IAMPolicyStatement represents one statement from IAM policy with action, effect and resource.