import * as mod from "https://aws-api.deno.dev/v0.1/services/apigatewayv2.ts?docs=full";
ApiGatewayV2 |
AuthorizationType | The authorization type. For WebSocket APIs, valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer. For HTTP APIs, valid values are NONE for open access, JWT for using JSON Web Tokens, AWS_IAM for using AWS IAM permissions, and CUSTOM for using a Lambda authorizer. |
AuthorizerType | The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs). |
ConnectionType | Represents a connection type. |
ContentHandlingStrategy | Specifies how to handle response payload content type conversions. Supported only for WebSocket APIs. |
DeploymentStatus | Represents a deployment status. |
DomainNameStatus | The status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated. |
EndpointType | Represents an endpoint type. |
IntegrationType | Represents an API method integration type. |
LoggingLevel | The logging level. |
PassthroughBehavior | Represents passthrough behavior for an integration response. Supported only for WebSocket APIs. |
ProtocolType | Represents a protocol type. |
SecurityPolicy | The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2. |
VpcLinkStatus | The status of the VPC link. |
VpcLinkVersion | The version of the VPC link. |