@aws-sdk/client-apigatewayv2 3.744.0 → 3.749.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.</p>
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.</p>
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.</p>
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.</p>
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.</p>
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.</p>
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.744.0",
4
+ "version": "3.749.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",
@@ -20,42 +20,42 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.744.0",
24
- "@aws-sdk/credential-provider-node": "3.744.0",
23
+ "@aws-sdk/core": "3.749.0",
24
+ "@aws-sdk/credential-provider-node": "3.749.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.744.0",
28
+ "@aws-sdk/middleware-user-agent": "3.749.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.744.0",
33
+ "@aws-sdk/util-user-agent-node": "3.749.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.2",
35
+ "@smithy/core": "^3.1.3",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.3",
41
- "@smithy/middleware-retry": "^4.0.4",
40
+ "@smithy/middleware-endpoint": "^4.0.4",
41
+ "@smithy/middleware-retry": "^4.0.5",
42
42
  "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
45
  "@smithy/node-http-handler": "^4.0.2",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.3",
47
+ "@smithy/smithy-client": "^4.1.4",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.4",
54
- "@smithy/util-defaults-mode-node": "^4.0.4",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.5",
54
+ "@smithy/util-defaults-mode-node": "^4.0.5",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",
58
- "@smithy/util-stream": "^4.0.2",
58
+ "@smithy/util-stream": "^4.1.0",
59
59
  "@smithy/util-utf8": "^4.0.0",
60
60
  "tslib": "^2.6.2"
61
61
  },