lib/aws-sdk-apigatewayv2/client.rb in aws-sdk-apigatewayv2-1.67.0 vs lib/aws-sdk-apigatewayv2/client.rb in aws-sdk-apigatewayv2-1.68.0

- old
+ new

@@ -916,13 +916,13 @@ # are passed from the method request to the backend. The key is an # integration request parameter name and the associated value is a # method request parameter value or static value that must be enclosed # within single quotes and pre-encoded as required by the backend. The # method request parameter value must match the pattern of - # method.request.*\\\{location\\}*.*\\\{name\\}* , where - # *\\\{location\\}* is querystring, path, or header; and *\\\{name\\}* - # must be a valid and unique method request parameter name. + # method.request.*\{location}*.*\{name}* , where *\{location}* is + # querystring, path, or header; and *\{name}* must be a valid and unique + # method request parameter name. # # For HTTP API integrations with a specified integrationSubtype, request # parameters are a key-value map specifying parameters that are passed # to AWS\_PROXY integrations. You can provide static values, or map # request data, stage variables, or context variables that are evaluated @@ -1085,13 +1085,13 @@ # are passed from the method request to the backend. The key is an # integration request parameter name and the associated value is a # method request parameter value or static value that must be enclosed # within single quotes and pre-encoded as required by the backend. The # method request parameter value must match the pattern of - # method.request.*\\\{location\\}*.*\\\{name\\}* , where - # *\\\{location\\}* is querystring, path, or header; and *\\\{name\\}* - # must be a valid and unique method request parameter name. + # method.request.*\{location}*.*\{name}* , where *\{location}* is + # querystring, path, or header; and *\{name}* must be a valid and unique + # method request parameter name. # # For HTTP API integrations with a specified integrationSubtype, request # parameters are a key-value map specifying parameters that are passed # to AWS\_PROXY integrations. You can provide static values, or map # request data, stage variables, or context variables that are evaluated @@ -3884,13 +3884,13 @@ # are passed from the method request to the backend. The key is an # integration request parameter name and the associated value is a # method request parameter value or static value that must be enclosed # within single quotes and pre-encoded as required by the backend. The # method request parameter value must match the pattern of - # method.request.*\\\{location\\}*.*\\\{name\\}* , where - # *\\\{location\\}* is querystring, path, or header; and *\\\{name\\}* - # must be a valid and unique method request parameter name. + # method.request.*\{location}*.*\{name}* , where *\{location}* is + # querystring, path, or header; and *\{name}* must be a valid and unique + # method request parameter name. # # For HTTP API integrations with a specified integrationSubtype, request # parameters are a key-value map specifying parameters that are passed # to AWS\_PROXY integrations. You can provide static values, or map # request data, stage variables, or context variables that are evaluated @@ -4056,13 +4056,13 @@ # are passed from the method request to the backend. The key is an # integration request parameter name and the associated value is a # method request parameter value or static value that must be enclosed # within single quotes and pre-encoded as required by the backend. The # method request parameter value must match the pattern of - # method.request.*\\\{location\\}*.*\\\{name\\}* , where - # *\\\{location\\}* is querystring, path, or header; and *\\\{name\\}* - # must be a valid and unique method request parameter name. + # method.request.*\{location}*.*\{name}* , where *\{location}* is + # querystring, path, or header; and *\{name}* must be a valid and unique + # method request parameter name. # # For HTTP API integrations with a specified integrationSubtype, request # parameters are a key-value map specifying parameters that are passed # to AWS\_PROXY integrations. You can provide static values, or map # request data, stage variables, or context variables that are evaluated @@ -4580,10 +4580,10 @@ params: params, config: config, tracer: tracer ) context[:gem_name] = 'aws-sdk-apigatewayv2' - context[:gem_version] = '1.67.0' + context[:gem_version] = '1.68.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated