@aws-sdk/client-appsync 3.826.0 → 3.827.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.
@@ -1287,11 +1287,15 @@ export interface CreateApiCacheRequest {
1287
1287
  /**
1288
1288
  * <p>Transit encryption flag when connecting to cache. You cannot update this setting after
1289
1289
  * creation.</p>
1290
+ *
1291
+ * @deprecated
1290
1292
  * @public
1291
1293
  */
1292
1294
  transitEncryptionEnabled?: boolean | undefined;
1293
1295
  /**
1294
1296
  * <p>At-rest encryption flag for cache. You cannot update this setting after creation.</p>
1297
+ *
1298
+ * @deprecated
1295
1299
  * @public
1296
1300
  */
1297
1301
  atRestEncryptionEnabled?: boolean | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appsync",
3
3
  "description": "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native",
4
- "version": "3.826.0",
4
+ "version": "3.827.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-appsync",