Package-level declarations

Types

Link copied to clipboard
enum DocumentationPartLocationType : Enum<DocumentationPartLocationType> , ConvertibleToJava<DocumentationPartLocationType>

The type of API entity to which the documentation content applies. Valid values are `API`, `AUTHORIZER`, `MODEL`, `RESOURCE`, `METHOD`, `PATH_PARAMETER`, `QUERY_PARAMETER`, `REQUEST_HEADER`, `REQUEST_BODY`, `RESPONSE`, `RESPONSE_HEADER`, and `RESPONSE_BODY`. Content inheritance does not apply to any entity of the `API`, `AUTHORIZER`, `METHOD`, `MODEL`, `REQUEST_BODY`, or `RESOURCE` type.

Link copied to clipboard
enum MethodIntegrationConnectionType : Enum<MethodIntegrationConnectionType> , ConvertibleToJava<MethodIntegrationConnectionType>

The type of the network connection to the integration endpoint. The valid value is `INTERNET` for connections through the public routable internet or `VPC_LINK` for private connections between API Gateway and a network load balancer in a VPC. The default value is `INTERNET`.

Link copied to clipboard
enum MethodIntegrationContentHandling : Enum<MethodIntegrationContentHandling> , ConvertibleToJava<MethodIntegrationContentHandling>

Specifies how to handle request payload content type conversions. Supported values are `CONVERT_TO_BINARY` and `CONVERT_TO_TEXT`, with the following behaviors: If this property is not defined, the request payload will be passed through from the method request to integration request without modification, provided that the `passthroughBehavior` is configured to support payload pass-through.

Link copied to clipboard
enum MethodIntegrationPassthroughBehavior : Enum<MethodIntegrationPassthroughBehavior> , ConvertibleToJava<MethodIntegrationPassthroughBehavior>

Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in `requestTemplates`. The valid value is one of the following: `WHEN_NO_MATCH`: passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. `WHEN_NO_TEMPLATES`: passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response. `NEVER`: rejects the method request with an HTTP 415 Unsupported Media Type response when either the method request content type does not match any content type associated with the mapping templates defined in the integration request or no mapping template is defined in the integration request.

Link copied to clipboard
enum MethodIntegrationResponseContentHandling : Enum<MethodIntegrationResponseContentHandling> , ConvertibleToJava<MethodIntegrationResponseContentHandling>

Specifies how to handle response payload content type conversions. Supported values are `CONVERT_TO_BINARY` and `CONVERT_TO_TEXT`, with the following behaviors: If this property is not defined, the response payload will be passed through from the integration response to the method response without modification.

Link copied to clipboard
enum MethodIntegrationType : Enum<MethodIntegrationType> , ConvertibleToJava<MethodIntegrationType>

Specifies an API method integration type. The valid value is one of the following: For the HTTP and HTTP proxy integrations, each integration can specify a protocol (`http/https`), port and path. Standard 80 and 443 ports are supported as well as custom ports above 1024. An HTTP or HTTP proxy integration with a `connectionType` of `VPC_LINK` is referred to as a private integration and uses a VpcLink to connect API Gateway to a network load balancer of a VPC.

Link copied to clipboard
enum UsagePlanKeyKeyType : Enum<UsagePlanKeyKeyType> , ConvertibleToJava<UsagePlanKeyKeyType>

The type of a UsagePlanKey resource for a plan customer.