class Aws::ApiGatewayV2::Types::UpdateIntegrationResponseRequest


@return [String]<br>: docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions<br><br><br><br>Expressions][1] for more information.
An expression used to extract information at runtime. See [Selection
@!attribute [rw] template_selection_expression
@return [Hash<String,String>]
based on evaluating a selection expression.
template script. The key is typically a SelectionKey which is chosen
A mapping of identifier keys to templates. The value is an actual
@!attribute [rw] response_templates
@return [Hash<String,String>]<br>: docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html<br>[1]: docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html<br><br><br><br>[Transforming API requests and responses].
context variables that are evaluated at runtime. To learn more, see
provide static values, or map request data, stage variables, or
where action can be append, overwrite or remove. For values, you can
&lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;
follow the pattern
HTTP requests before sending them to the backend. The key should
request parameters are a key-value map specifying how to transform
For HTTP API integrations without a specified integrationSubtype
service integrations for HTTP APIs].
that are evaluated at runtime. To learn more, see [Working with AWS
values, or map request data, stage variables, or context variables
are passed to AWS_PROXY integrations. You can provide static
request parameters are a key-value map specifying parameters that
For HTTP API integrations with a specified integrationSubtype,
must be a valid and unique method request parameter name.
*\{location\}* is querystring, path, or header; and *\{name\}*
method.request.*\{location\}.\{name\}* , where
method request parameter value must match the pattern of
within single quotes and pre-encoded as required by the backend. The
method request parameter value or static value that must be enclosed
an integration request parameter name and the associated value is a
that are passed from the method request to the backend. The key is
For WebSocket APIs, a key-value map specifying request parameters
@!attribute [rw] response_parameters
@return [String]<br>: docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions<br><br><br><br>expression’s associated selection key type.
[Selection Expressions] for a list of expressions and each
against one or more selection keys to find a matching key. See
After evaluating a selection expression, the result is compared
@!attribute [rw] integration_response_key
@return [String]
@!attribute [rw] integration_response_id
@return [String]
@!attribute [rw] integration_id
@return [String]
Supported only for WebSocket APIs.
Specifies how to handle response payload content type conversions.
@!attribute [rw] content_handling_strategy
@return [String]
@!attribute [rw] api_id