@aws-sdk/client-apigatewayv2 3.744.0 → 3.745.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -579,7 +579,7 @@ export interface Integration {
|
|
|
579
579
|
*/
|
|
580
580
|
PassthroughBehavior?: PassthroughBehavior | undefined;
|
|
581
581
|
/**
|
|
582
|
-
* <p>Specifies the format of the payload sent to an integration. Required for HTTP APIs
|
|
582
|
+
* <p>Specifies the format of the payload sent to an integration. Required for HTTP APIs. Supported values for Lambda proxy integrations are 1.0 and 2.0. For all other integrations, 1.0 is the only supported value. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html">Working with AWS Lambda proxy integrations for HTTP APIs</a>.</p>
|
|
583
583
|
* @public
|
|
584
584
|
*/
|
|
585
585
|
PayloadFormatVersion?: string | undefined;
|
|
@@ -1645,7 +1645,7 @@ export interface CreateIntegrationRequest {
|
|
|
1645
1645
|
*/
|
|
1646
1646
|
PassthroughBehavior?: PassthroughBehavior | undefined;
|
|
1647
1647
|
/**
|
|
1648
|
-
* <p>Specifies the format of the payload sent to an integration. Required for HTTP APIs
|
|
1648
|
+
* <p>Specifies the format of the payload sent to an integration. Required for HTTP APIs. Supported values for Lambda proxy integrations are 1.0 and 2.0. For all other integrations, 1.0 is the only supported value. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html">Working with AWS Lambda proxy integrations for HTTP APIs</a>.</p>
|
|
1649
1649
|
* @public
|
|
1650
1650
|
*/
|
|
1651
1651
|
PayloadFormatVersion?: string | undefined;
|
|
@@ -1755,7 +1755,7 @@ export interface CreateIntegrationResult {
|
|
|
1755
1755
|
*/
|
|
1756
1756
|
PassthroughBehavior?: PassthroughBehavior | undefined;
|
|
1757
1757
|
/**
|
|
1758
|
-
* <p>Specifies the format of the payload sent to an integration. Required for HTTP APIs
|
|
1758
|
+
* <p>Specifies the format of the payload sent to an integration. Required for HTTP APIs. Supported values for Lambda proxy integrations are 1.0 and 2.0. For all other integrations, 1.0 is the only supported value. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html">Working with AWS Lambda proxy integrations for HTTP APIs</a>.</p>
|
|
1759
1759
|
* @public
|
|
1760
1760
|
*/
|
|
1761
1761
|
PayloadFormatVersion?: string | undefined;
|
|
@@ -3187,7 +3187,7 @@ export interface GetIntegrationResult {
|
|
|
3187
3187
|
*/
|
|
3188
3188
|
PassthroughBehavior?: PassthroughBehavior | undefined;
|
|
3189
3189
|
/**
|
|
3190
|
-
* <p>Specifies the format of the payload sent to an integration. Required for HTTP APIs
|
|
3190
|
+
* <p>Specifies the format of the payload sent to an integration. Required for HTTP APIs. Supported values for Lambda proxy integrations are 1.0 and 2.0. For all other integrations, 1.0 is the only supported value. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html">Working with AWS Lambda proxy integrations for HTTP APIs</a>.</p>
|
|
3191
3191
|
* @public
|
|
3192
3192
|
*/
|
|
3193
3193
|
PayloadFormatVersion?: string | undefined;
|
|
@@ -4683,7 +4683,7 @@ export interface UpdateIntegrationRequest {
|
|
|
4683
4683
|
*/
|
|
4684
4684
|
PassthroughBehavior?: PassthroughBehavior | undefined;
|
|
4685
4685
|
/**
|
|
4686
|
-
* <p>Specifies the format of the payload sent to an integration. Required for HTTP APIs
|
|
4686
|
+
* <p>Specifies the format of the payload sent to an integration. Required for HTTP APIs. Supported values for Lambda proxy integrations are 1.0 and 2.0. For all other integrations, 1.0 is the only supported value. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html">Working with AWS Lambda proxy integrations for HTTP APIs</a>.</p>
|
|
4687
4687
|
* @public
|
|
4688
4688
|
*/
|
|
4689
4689
|
PayloadFormatVersion?: string | undefined;
|
|
@@ -4793,7 +4793,7 @@ export interface UpdateIntegrationResult {
|
|
|
4793
4793
|
*/
|
|
4794
4794
|
PassthroughBehavior?: PassthroughBehavior | undefined;
|
|
4795
4795
|
/**
|
|
4796
|
-
* <p>Specifies the format of the payload sent to an integration. Required for HTTP APIs
|
|
4796
|
+
* <p>Specifies the format of the payload sent to an integration. Required for HTTP APIs. Supported values for Lambda proxy integrations are 1.0 and 2.0. For all other integrations, 1.0 is the only supported value. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html">Working with AWS Lambda proxy integrations for HTTP APIs</a>.</p>
|
|
4797
4797
|
* @public
|
|
4798
4798
|
*/
|
|
4799
4799
|
PayloadFormatVersion?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apigatewayv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.745.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-apigatewayv2",
|