@aws-sdk/client-api-gateway 3.826.0 → 3.829.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.
|
@@ -1099,7 +1099,7 @@ export interface DomainName {
|
|
|
1099
1099
|
*/
|
|
1100
1100
|
domainNameId?: string | undefined;
|
|
1101
1101
|
/**
|
|
1102
|
-
* <p>The ARN of the domain name.
|
|
1102
|
+
* <p>The ARN of the domain name.
|
|
1103
1103
|
* </p>
|
|
1104
1104
|
* @public
|
|
1105
1105
|
*/
|
|
@@ -1591,7 +1591,7 @@ export interface Integration {
|
|
|
1591
1591
|
*/
|
|
1592
1592
|
contentHandling?: ContentHandlingStrategy | undefined;
|
|
1593
1593
|
/**
|
|
1594
|
-
* <p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.</p>
|
|
1594
|
+
* <p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.</p>
|
|
1595
1595
|
* @public
|
|
1596
1596
|
*/
|
|
1597
1597
|
timeoutInMillis?: number | undefined;
|
|
@@ -4517,7 +4517,7 @@ export interface PutIntegrationRequest {
|
|
|
4517
4517
|
*/
|
|
4518
4518
|
contentHandling?: ContentHandlingStrategy | undefined;
|
|
4519
4519
|
/**
|
|
4520
|
-
* <p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.</p>
|
|
4520
|
+
* <p>Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.</p>
|
|
4521
4521
|
* @public
|
|
4522
4522
|
*/
|
|
4523
4523
|
timeoutInMillis?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-api-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.829.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-api-gateway",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.826.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.828.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-api-gateway": "3.821.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.828.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
31
31
|
"@aws-sdk/types": "3.821.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.828.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.828.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.1.4",
|
|
36
36
|
"@smithy/core": "^3.5.3",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.0.4",
|