@aws-sdk/client-api-gateway 3.521.0 → 3.522.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.
@@ -26,7 +26,7 @@ declare const UpdateModelCommand_base: {
26
26
  };
27
27
  /**
28
28
  * @public
29
- * <p>Changes information about a model.</p>
29
+ * <p>Changes information about a model. The maximum size of the model is 400 KB.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -1138,7 +1138,7 @@ export interface CreateModelRequest {
1138
1138
  description?: string;
1139
1139
  /**
1140
1140
  * @public
1141
- * <p>The schema for the model. For <code>application/json</code> models, this should be JSON schema draft 4 model.</p>
1141
+ * <p>The schema for the model. For <code>application/json</code> models, this should be JSON schema draft 4 model. The maximum size of the model is 400 KB.</p>
1142
1142
  */
1143
1143
  schema?: string;
1144
1144
  /**
@@ -1925,7 +1925,7 @@ export interface Stage {
1925
1925
  description?: string;
1926
1926
  /**
1927
1927
  * @public
1928
- * <p>Specifies whether a cache cluster is enabled for the stage.</p>
1928
+ * <p>Specifies whether a cache cluster is enabled for the stage. To activate a method-level cache, set <code>CachingEnabled</code> to <code>true</code> for a method. </p>
1929
1929
  */
1930
1930
  cacheClusterEnabled?: boolean;
1931
1931
  /**
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.521.0",
4
+ "version": "3.522.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",