@aws-sdk/client-fsx 3.180.0 → 3.183.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.
Files changed (102) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist-cjs/FSx.js +60 -0
  3. package/dist-cjs/commands/CreateFileCacheCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteFileCacheCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeFileCachesCommand.js +36 -0
  6. package/dist-cjs/commands/UpdateFileCacheCommand.js +36 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/models/models_0.js +154 -27
  9. package/dist-cjs/pagination/DescribeFileCachesPaginator.js +36 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_json1_1.js +587 -39
  12. package/dist-es/FSx.js +209 -156
  13. package/dist-es/FSxClient.js +22 -28
  14. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +21 -28
  15. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +21 -28
  16. package/dist-es/commands/CopyBackupCommand.js +21 -28
  17. package/dist-es/commands/CreateBackupCommand.js +21 -28
  18. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +21 -28
  19. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +21 -28
  20. package/dist-es/commands/CreateFileCacheCommand.js +32 -0
  21. package/dist-es/commands/CreateFileSystemCommand.js +21 -28
  22. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +21 -28
  23. package/dist-es/commands/CreateSnapshotCommand.js +21 -28
  24. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +21 -28
  25. package/dist-es/commands/CreateVolumeCommand.js +21 -28
  26. package/dist-es/commands/CreateVolumeFromBackupCommand.js +21 -28
  27. package/dist-es/commands/DeleteBackupCommand.js +21 -28
  28. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +21 -28
  29. package/dist-es/commands/DeleteFileCacheCommand.js +32 -0
  30. package/dist-es/commands/DeleteFileSystemCommand.js +21 -28
  31. package/dist-es/commands/DeleteSnapshotCommand.js +21 -28
  32. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +21 -28
  33. package/dist-es/commands/DeleteVolumeCommand.js +21 -28
  34. package/dist-es/commands/DescribeBackupsCommand.js +21 -28
  35. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +21 -28
  36. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +21 -28
  37. package/dist-es/commands/DescribeFileCachesCommand.js +32 -0
  38. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +21 -28
  39. package/dist-es/commands/DescribeFileSystemsCommand.js +21 -28
  40. package/dist-es/commands/DescribeSnapshotsCommand.js +21 -28
  41. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +21 -28
  42. package/dist-es/commands/DescribeVolumesCommand.js +21 -28
  43. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +21 -28
  44. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  45. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +21 -28
  46. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +21 -28
  47. package/dist-es/commands/TagResourceCommand.js +21 -28
  48. package/dist-es/commands/UntagResourceCommand.js +21 -28
  49. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +21 -28
  50. package/dist-es/commands/UpdateFileCacheCommand.js +32 -0
  51. package/dist-es/commands/UpdateFileSystemCommand.js +21 -28
  52. package/dist-es/commands/UpdateSnapshotCommand.js +21 -28
  53. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +21 -28
  54. package/dist-es/commands/UpdateVolumeCommand.js +21 -28
  55. package/dist-es/commands/index.js +4 -0
  56. package/dist-es/endpoints.js +8 -8
  57. package/dist-es/models/FSxServiceException.js +5 -10
  58. package/dist-es/models/models_0.js +1043 -617
  59. package/dist-es/pagination/DescribeBackupsPaginator.js +25 -68
  60. package/dist-es/pagination/DescribeDataRepositoryAssociationsPaginator.js +25 -68
  61. package/dist-es/pagination/DescribeDataRepositoryTasksPaginator.js +25 -68
  62. package/dist-es/pagination/DescribeFileCachesPaginator.js +32 -0
  63. package/dist-es/pagination/DescribeFileSystemAliasesPaginator.js +25 -68
  64. package/dist-es/pagination/DescribeFileSystemsPaginator.js +25 -68
  65. package/dist-es/pagination/DescribeSnapshotsPaginator.js +25 -68
  66. package/dist-es/pagination/DescribeStorageVirtualMachinesPaginator.js +25 -68
  67. package/dist-es/pagination/DescribeVolumesPaginator.js +25 -68
  68. package/dist-es/pagination/ListTagsForResourcePaginator.js +25 -68
  69. package/dist-es/pagination/index.js +1 -0
  70. package/dist-es/protocols/Aws_json1_1.js +3959 -3957
  71. package/dist-es/runtimeConfig.browser.js +26 -12
  72. package/dist-es/runtimeConfig.js +30 -12
  73. package/dist-es/runtimeConfig.native.js +8 -5
  74. package/dist-es/runtimeConfig.shared.js +8 -11
  75. package/dist-types/FSx.d.ts +118 -26
  76. package/dist-types/FSxClient.d.ts +6 -2
  77. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +6 -0
  78. package/dist-types/commands/CreateFileCacheCommand.d.ts +58 -0
  79. package/dist-types/commands/CreateFileSystemCommand.d.ts +0 -10
  80. package/dist-types/commands/DeleteFileCacheCommand.d.ts +48 -0
  81. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +13 -11
  82. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +4 -4
  83. package/dist-types/commands/DescribeFileCachesCommand.d.ts +65 -0
  84. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +0 -1
  85. package/dist-types/commands/UpdateFileCacheCommand.d.ts +36 -0
  86. package/dist-types/commands/index.d.ts +4 -0
  87. package/dist-types/models/models_0.d.ts +964 -125
  88. package/dist-types/pagination/DescribeFileCachesPaginator.d.ts +4 -0
  89. package/dist-types/pagination/index.d.ts +1 -0
  90. package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
  91. package/dist-types/ts3.4/FSx.d.ts +68 -0
  92. package/dist-types/ts3.4/FSxClient.d.ts +24 -0
  93. package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +35 -0
  94. package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +35 -0
  95. package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +36 -0
  96. package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +35 -0
  97. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  98. package/dist-types/ts3.4/models/models_0.d.ts +239 -25
  99. package/dist-types/ts3.4/pagination/DescribeFileCachesPaginator.d.ts +11 -0
  100. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  101. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  102. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -3,6 +3,31 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-fsx
9
+
10
+
11
+
12
+
13
+
14
+ # [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **clients:** make parseErrorBody async ([#3999](https://github.com/aws/aws-sdk-js-v3/issues/3999)) ([2558c93](https://github.com/aws/aws-sdk-js-v3/commit/2558c93c050357ac6dc47aa0452b15b12ebfd676))
20
+ * **clients:** populate message field when parsing errors ([#3995](https://github.com/aws/aws-sdk-js-v3/issues/3995)) ([02e47f1](https://github.com/aws/aws-sdk-js-v3/commit/02e47f14397ae0a5d2e2883350d038b307fdcdb4))
21
+
22
+
23
+ ### Features
24
+
25
+ * **client-fsx:** This release adds support for Amazon File Cache. ([0c9782d](https://github.com/aws/aws-sdk-js-v3/commit/0c9782d1d653291f6dcb2ea8e1a1aa630c594c73))
26
+
27
+
28
+
29
+
30
+
6
31
  # [3.180.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.179.0...v3.180.0) (2022-09-27)
7
32
 
8
33
  **Note:** Version bump only for package @aws-sdk/client-fsx
package/dist-cjs/FSx.js CHANGED
@@ -7,6 +7,7 @@ const CopyBackupCommand_1 = require("./commands/CopyBackupCommand");
7
7
  const CreateBackupCommand_1 = require("./commands/CreateBackupCommand");
8
8
  const CreateDataRepositoryAssociationCommand_1 = require("./commands/CreateDataRepositoryAssociationCommand");
9
9
  const CreateDataRepositoryTaskCommand_1 = require("./commands/CreateDataRepositoryTaskCommand");
10
+ const CreateFileCacheCommand_1 = require("./commands/CreateFileCacheCommand");
10
11
  const CreateFileSystemCommand_1 = require("./commands/CreateFileSystemCommand");
11
12
  const CreateFileSystemFromBackupCommand_1 = require("./commands/CreateFileSystemFromBackupCommand");
12
13
  const CreateSnapshotCommand_1 = require("./commands/CreateSnapshotCommand");
@@ -15,6 +16,7 @@ const CreateVolumeCommand_1 = require("./commands/CreateVolumeCommand");
15
16
  const CreateVolumeFromBackupCommand_1 = require("./commands/CreateVolumeFromBackupCommand");
16
17
  const DeleteBackupCommand_1 = require("./commands/DeleteBackupCommand");
17
18
  const DeleteDataRepositoryAssociationCommand_1 = require("./commands/DeleteDataRepositoryAssociationCommand");
19
+ const DeleteFileCacheCommand_1 = require("./commands/DeleteFileCacheCommand");
18
20
  const DeleteFileSystemCommand_1 = require("./commands/DeleteFileSystemCommand");
19
21
  const DeleteSnapshotCommand_1 = require("./commands/DeleteSnapshotCommand");
20
22
  const DeleteStorageVirtualMachineCommand_1 = require("./commands/DeleteStorageVirtualMachineCommand");
@@ -22,6 +24,7 @@ const DeleteVolumeCommand_1 = require("./commands/DeleteVolumeCommand");
22
24
  const DescribeBackupsCommand_1 = require("./commands/DescribeBackupsCommand");
23
25
  const DescribeDataRepositoryAssociationsCommand_1 = require("./commands/DescribeDataRepositoryAssociationsCommand");
24
26
  const DescribeDataRepositoryTasksCommand_1 = require("./commands/DescribeDataRepositoryTasksCommand");
27
+ const DescribeFileCachesCommand_1 = require("./commands/DescribeFileCachesCommand");
25
28
  const DescribeFileSystemAliasesCommand_1 = require("./commands/DescribeFileSystemAliasesCommand");
26
29
  const DescribeFileSystemsCommand_1 = require("./commands/DescribeFileSystemsCommand");
27
30
  const DescribeSnapshotsCommand_1 = require("./commands/DescribeSnapshotsCommand");
@@ -34,6 +37,7 @@ const RestoreVolumeFromSnapshotCommand_1 = require("./commands/RestoreVolumeFrom
34
37
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
35
38
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
36
39
  const UpdateDataRepositoryAssociationCommand_1 = require("./commands/UpdateDataRepositoryAssociationCommand");
40
+ const UpdateFileCacheCommand_1 = require("./commands/UpdateFileCacheCommand");
37
41
  const UpdateFileSystemCommand_1 = require("./commands/UpdateFileSystemCommand");
38
42
  const UpdateSnapshotCommand_1 = require("./commands/UpdateSnapshotCommand");
39
43
  const UpdateStorageVirtualMachineCommand_1 = require("./commands/UpdateStorageVirtualMachineCommand");
@@ -124,6 +128,20 @@ class FSx extends FSxClient_1.FSxClient {
124
128
  return this.send(command, optionsOrCb);
125
129
  }
126
130
  }
131
+ createFileCache(args, optionsOrCb, cb) {
132
+ const command = new CreateFileCacheCommand_1.CreateFileCacheCommand(args);
133
+ if (typeof optionsOrCb === "function") {
134
+ this.send(command, optionsOrCb);
135
+ }
136
+ else if (typeof cb === "function") {
137
+ if (typeof optionsOrCb !== "object")
138
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
139
+ this.send(command, optionsOrCb || {}, cb);
140
+ }
141
+ else {
142
+ return this.send(command, optionsOrCb);
143
+ }
144
+ }
127
145
  createFileSystem(args, optionsOrCb, cb) {
128
146
  const command = new CreateFileSystemCommand_1.CreateFileSystemCommand(args);
129
147
  if (typeof optionsOrCb === "function") {
@@ -236,6 +254,20 @@ class FSx extends FSxClient_1.FSxClient {
236
254
  return this.send(command, optionsOrCb);
237
255
  }
238
256
  }
257
+ deleteFileCache(args, optionsOrCb, cb) {
258
+ const command = new DeleteFileCacheCommand_1.DeleteFileCacheCommand(args);
259
+ if (typeof optionsOrCb === "function") {
260
+ this.send(command, optionsOrCb);
261
+ }
262
+ else if (typeof cb === "function") {
263
+ if (typeof optionsOrCb !== "object")
264
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
265
+ this.send(command, optionsOrCb || {}, cb);
266
+ }
267
+ else {
268
+ return this.send(command, optionsOrCb);
269
+ }
270
+ }
239
271
  deleteFileSystem(args, optionsOrCb, cb) {
240
272
  const command = new DeleteFileSystemCommand_1.DeleteFileSystemCommand(args);
241
273
  if (typeof optionsOrCb === "function") {
@@ -334,6 +366,20 @@ class FSx extends FSxClient_1.FSxClient {
334
366
  return this.send(command, optionsOrCb);
335
367
  }
336
368
  }
369
+ describeFileCaches(args, optionsOrCb, cb) {
370
+ const command = new DescribeFileCachesCommand_1.DescribeFileCachesCommand(args);
371
+ if (typeof optionsOrCb === "function") {
372
+ this.send(command, optionsOrCb);
373
+ }
374
+ else if (typeof cb === "function") {
375
+ if (typeof optionsOrCb !== "object")
376
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
377
+ this.send(command, optionsOrCb || {}, cb);
378
+ }
379
+ else {
380
+ return this.send(command, optionsOrCb);
381
+ }
382
+ }
337
383
  describeFileSystemAliases(args, optionsOrCb, cb) {
338
384
  const command = new DescribeFileSystemAliasesCommand_1.DescribeFileSystemAliasesCommand(args);
339
385
  if (typeof optionsOrCb === "function") {
@@ -502,6 +548,20 @@ class FSx extends FSxClient_1.FSxClient {
502
548
  return this.send(command, optionsOrCb);
503
549
  }
504
550
  }
551
+ updateFileCache(args, optionsOrCb, cb) {
552
+ const command = new UpdateFileCacheCommand_1.UpdateFileCacheCommand(args);
553
+ if (typeof optionsOrCb === "function") {
554
+ this.send(command, optionsOrCb);
555
+ }
556
+ else if (typeof cb === "function") {
557
+ if (typeof optionsOrCb !== "object")
558
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
559
+ this.send(command, optionsOrCb || {}, cb);
560
+ }
561
+ else {
562
+ return this.send(command, optionsOrCb);
563
+ }
564
+ }
505
565
  updateFileSystem(args, optionsOrCb, cb) {
506
566
  const command = new UpdateFileSystemCommand_1.UpdateFileSystemCommand(args);
507
567
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateFileCacheCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class CreateFileCacheCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "FSxClient";
18
+ const commandName = "CreateFileCacheCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.CreateFileCacheRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CreateFileCacheResponseFilterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateFileCacheCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateFileCacheCommand)(output, context);
34
+ }
35
+ }
36
+ exports.CreateFileCacheCommand = CreateFileCacheCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteFileCacheCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class DeleteFileCacheCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "FSxClient";
18
+ const commandName = "DeleteFileCacheCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.DeleteFileCacheRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DeleteFileCacheResponseFilterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteFileCacheCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteFileCacheCommand)(output, context);
34
+ }
35
+ }
36
+ exports.DeleteFileCacheCommand = DeleteFileCacheCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeFileCachesCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class DescribeFileCachesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "FSxClient";
18
+ const commandName = "DescribeFileCachesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.DescribeFileCachesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DescribeFileCachesResponseFilterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeFileCachesCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeFileCachesCommand)(output, context);
34
+ }
35
+ }
36
+ exports.DescribeFileCachesCommand = DescribeFileCachesCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateFileCacheCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class UpdateFileCacheCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "FSxClient";
18
+ const commandName = "UpdateFileCacheCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.UpdateFileCacheRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UpdateFileCacheResponseFilterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateFileCacheCommand)(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateFileCacheCommand)(output, context);
34
+ }
35
+ }
36
+ exports.UpdateFileCacheCommand = UpdateFileCacheCommand;
@@ -7,6 +7,7 @@ tslib_1.__exportStar(require("./CopyBackupCommand"), exports);
7
7
  tslib_1.__exportStar(require("./CreateBackupCommand"), exports);
8
8
  tslib_1.__exportStar(require("./CreateDataRepositoryAssociationCommand"), exports);
9
9
  tslib_1.__exportStar(require("./CreateDataRepositoryTaskCommand"), exports);
10
+ tslib_1.__exportStar(require("./CreateFileCacheCommand"), exports);
10
11
  tslib_1.__exportStar(require("./CreateFileSystemCommand"), exports);
11
12
  tslib_1.__exportStar(require("./CreateFileSystemFromBackupCommand"), exports);
12
13
  tslib_1.__exportStar(require("./CreateSnapshotCommand"), exports);
@@ -15,6 +16,7 @@ tslib_1.__exportStar(require("./CreateVolumeCommand"), exports);
15
16
  tslib_1.__exportStar(require("./CreateVolumeFromBackupCommand"), exports);
16
17
  tslib_1.__exportStar(require("./DeleteBackupCommand"), exports);
17
18
  tslib_1.__exportStar(require("./DeleteDataRepositoryAssociationCommand"), exports);
19
+ tslib_1.__exportStar(require("./DeleteFileCacheCommand"), exports);
18
20
  tslib_1.__exportStar(require("./DeleteFileSystemCommand"), exports);
19
21
  tslib_1.__exportStar(require("./DeleteSnapshotCommand"), exports);
20
22
  tslib_1.__exportStar(require("./DeleteStorageVirtualMachineCommand"), exports);
@@ -22,6 +24,7 @@ tslib_1.__exportStar(require("./DeleteVolumeCommand"), exports);
22
24
  tslib_1.__exportStar(require("./DescribeBackupsCommand"), exports);
23
25
  tslib_1.__exportStar(require("./DescribeDataRepositoryAssociationsCommand"), exports);
24
26
  tslib_1.__exportStar(require("./DescribeDataRepositoryTasksCommand"), exports);
27
+ tslib_1.__exportStar(require("./DescribeFileCachesCommand"), exports);
25
28
  tslib_1.__exportStar(require("./DescribeFileSystemAliasesCommand"), exports);
26
29
  tslib_1.__exportStar(require("./DescribeFileSystemsCommand"), exports);
27
30
  tslib_1.__exportStar(require("./DescribeSnapshotsCommand"), exports);
@@ -34,6 +37,7 @@ tslib_1.__exportStar(require("./RestoreVolumeFromSnapshotCommand"), exports);
34
37
  tslib_1.__exportStar(require("./TagResourceCommand"), exports);
35
38
  tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
36
39
  tslib_1.__exportStar(require("./UpdateDataRepositoryAssociationCommand"), exports);
40
+ tslib_1.__exportStar(require("./UpdateFileCacheCommand"), exports);
37
41
  tslib_1.__exportStar(require("./UpdateFileSystemCommand"), exports);
38
42
  tslib_1.__exportStar(require("./UpdateSnapshotCommand"), exports);
39
43
  tslib_1.__exportStar(require("./UpdateStorageVirtualMachineCommand"), exports);