@aws-sdk/client-api-gateway 3.828.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. Supported only for private custom domain names.
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.828.0",
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",