@aws-sdk/client-fsx 3.927.0 → 3.929.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 (75) hide show
  1. package/dist-cjs/index.js +3036 -2879
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/FSxClient.js +2 -0
  4. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +3 -9
  5. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +3 -9
  6. package/dist-es/commands/CopyBackupCommand.js +3 -10
  7. package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +3 -10
  8. package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +3 -9
  9. package/dist-es/commands/CreateBackupCommand.js +3 -10
  10. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +3 -9
  11. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +3 -9
  12. package/dist-es/commands/CreateFileCacheCommand.js +3 -9
  13. package/dist-es/commands/CreateFileSystemCommand.js +3 -11
  14. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +3 -11
  15. package/dist-es/commands/CreateSnapshotCommand.js +3 -10
  16. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +3 -10
  17. package/dist-es/commands/CreateVolumeCommand.js +3 -10
  18. package/dist-es/commands/CreateVolumeFromBackupCommand.js +3 -10
  19. package/dist-es/commands/DeleteBackupCommand.js +3 -9
  20. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +3 -9
  21. package/dist-es/commands/DeleteFileCacheCommand.js +3 -9
  22. package/dist-es/commands/DeleteFileSystemCommand.js +3 -9
  23. package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
  24. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +3 -9
  25. package/dist-es/commands/DeleteVolumeCommand.js +3 -9
  26. package/dist-es/commands/DescribeBackupsCommand.js +3 -10
  27. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +3 -9
  28. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +3 -9
  29. package/dist-es/commands/DescribeFileCachesCommand.js +3 -9
  30. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +3 -9
  31. package/dist-es/commands/DescribeFileSystemsCommand.js +3 -10
  32. package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +3 -9
  33. package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +3 -9
  34. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -10
  35. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +3 -9
  36. package/dist-es/commands/DescribeVolumesCommand.js +3 -10
  37. package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +3 -9
  38. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +3 -9
  39. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  40. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -10
  41. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +3 -10
  42. package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +3 -10
  43. package/dist-es/commands/TagResourceCommand.js +3 -9
  44. package/dist-es/commands/UntagResourceCommand.js +3 -9
  45. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +3 -9
  46. package/dist-es/commands/UpdateFileCacheCommand.js +3 -9
  47. package/dist-es/commands/UpdateFileSystemCommand.js +3 -11
  48. package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +3 -9
  49. package/dist-es/commands/UpdateSnapshotCommand.js +3 -10
  50. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +3 -10
  51. package/dist-es/commands/UpdateVolumeCommand.js +3 -10
  52. package/dist-es/models/models_0.js +0 -122
  53. package/dist-es/models/models_1.js +1 -62
  54. package/dist-es/runtimeConfig.shared.js +7 -0
  55. package/dist-es/schemas/schemas_0.js +2855 -0
  56. package/dist-types/FSxClient.d.ts +10 -1
  57. package/dist-types/models/models_0.d.ts +0 -80
  58. package/dist-types/models/models_1.d.ts +0 -68
  59. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  60. package/dist-types/runtimeConfig.d.ts +1 -0
  61. package/dist-types/runtimeConfig.native.d.ts +1 -0
  62. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  63. package/dist-types/schemas/schemas_0.d.ts +359 -0
  64. package/dist-types/ts3.4/FSxClient.d.ts +4 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +0 -54
  66. package/dist-types/ts3.4/models/models_1.d.ts +0 -49
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  71. package/dist-types/ts3.4/schemas/schemas_0.d.ts +365 -0
  72. package/package.json +5 -6
  73. package/dist-es/protocols/Aws_json1_1.js +0 -2207
  74. package/dist-types/protocols/Aws_json1_1.d.ts +0 -434
  75. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -581
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeBackupsResponseFilterSensitiveLog } from "../models/models_1";
6
- import { de_DescribeBackupsCommand, se_DescribeBackupsCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeBackups } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeBackupsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "DescribeBackups", {})
18
13
  .n("FSxClient", "DescribeBackupsCommand")
19
- .f(void 0, DescribeBackupsResponseFilterSensitiveLog)
20
- .ser(se_DescribeBackupsCommand)
21
- .de(de_DescribeBackupsCommand)
14
+ .sc(DescribeBackups)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDataRepositoryAssociationsCommand, se_DescribeDataRepositoryAssociationsCommand, } from "../protocols/Aws_json1_1";
4
+ import { DescribeDataRepositoryAssociations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDataRepositoryAssociationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DescribeDataRepositoryAssociations", {})
17
13
  .n("FSxClient", "DescribeDataRepositoryAssociationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDataRepositoryAssociationsCommand)
20
- .de(de_DescribeDataRepositoryAssociationsCommand)
14
+ .sc(DescribeDataRepositoryAssociations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeDataRepositoryTasksCommand, se_DescribeDataRepositoryTasksCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeDataRepositoryTasks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDataRepositoryTasksCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DescribeDataRepositoryTasks", {})
17
13
  .n("FSxClient", "DescribeDataRepositoryTasksCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDataRepositoryTasksCommand)
20
- .de(de_DescribeDataRepositoryTasksCommand)
14
+ .sc(DescribeDataRepositoryTasks)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeFileCachesCommand, se_DescribeFileCachesCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeFileCaches } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeFileCachesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DescribeFileCaches", {})
17
13
  .n("FSxClient", "DescribeFileCachesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeFileCachesCommand)
20
- .de(de_DescribeFileCachesCommand)
14
+ .sc(DescribeFileCaches)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeFileSystemAliasesCommand, se_DescribeFileSystemAliasesCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeFileSystemAliases } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeFileSystemAliasesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DescribeFileSystemAliases", {})
17
13
  .n("FSxClient", "DescribeFileSystemAliasesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeFileSystemAliasesCommand)
20
- .de(de_DescribeFileSystemAliasesCommand)
14
+ .sc(DescribeFileSystemAliases)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeFileSystemsResponseFilterSensitiveLog } from "../models/models_1";
6
- import { de_DescribeFileSystemsCommand, se_DescribeFileSystemsCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeFileSystems } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeFileSystemsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "DescribeFileSystems", {})
18
13
  .n("FSxClient", "DescribeFileSystemsCommand")
19
- .f(void 0, DescribeFileSystemsResponseFilterSensitiveLog)
20
- .ser(se_DescribeFileSystemsCommand)
21
- .de(de_DescribeFileSystemsCommand)
14
+ .sc(DescribeFileSystems)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeS3AccessPointAttachmentsCommand, se_DescribeS3AccessPointAttachmentsCommand, } from "../protocols/Aws_json1_1";
4
+ import { DescribeS3AccessPointAttachments } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeS3AccessPointAttachmentsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DescribeS3AccessPointAttachments", {})
17
13
  .n("FSxClient", "DescribeS3AccessPointAttachmentsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeS3AccessPointAttachmentsCommand)
20
- .de(de_DescribeS3AccessPointAttachmentsCommand)
14
+ .sc(DescribeS3AccessPointAttachments)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeSharedVpcConfigurationCommand, se_DescribeSharedVpcConfigurationCommand, } from "../protocols/Aws_json1_1";
4
+ import { DescribeSharedVpcConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeSharedVpcConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DescribeSharedVpcConfiguration", {})
17
13
  .n("FSxClient", "DescribeSharedVpcConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeSharedVpcConfigurationCommand)
20
- .de(de_DescribeSharedVpcConfigurationCommand)
14
+ .sc(DescribeSharedVpcConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeSnapshotsResponseFilterSensitiveLog } from "../models/models_1";
6
- import { de_DescribeSnapshotsCommand, se_DescribeSnapshotsCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeSnapshots } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeSnapshotsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "DescribeSnapshots", {})
18
13
  .n("FSxClient", "DescribeSnapshotsCommand")
19
- .f(void 0, DescribeSnapshotsResponseFilterSensitiveLog)
20
- .ser(se_DescribeSnapshotsCommand)
21
- .de(de_DescribeSnapshotsCommand)
14
+ .sc(DescribeSnapshots)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeStorageVirtualMachinesCommand, se_DescribeStorageVirtualMachinesCommand, } from "../protocols/Aws_json1_1";
4
+ import { DescribeStorageVirtualMachines } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeStorageVirtualMachinesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DescribeStorageVirtualMachines", {})
17
13
  .n("FSxClient", "DescribeStorageVirtualMachinesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeStorageVirtualMachinesCommand)
20
- .de(de_DescribeStorageVirtualMachinesCommand)
14
+ .sc(DescribeStorageVirtualMachines)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeVolumesResponseFilterSensitiveLog } from "../models/models_1";
6
- import { de_DescribeVolumesCommand, se_DescribeVolumesCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeVolumes } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeVolumesCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "DescribeVolumes", {})
18
13
  .n("FSxClient", "DescribeVolumesCommand")
19
- .f(void 0, DescribeVolumesResponseFilterSensitiveLog)
20
- .ser(se_DescribeVolumesCommand)
21
- .de(de_DescribeVolumesCommand)
14
+ .sc(DescribeVolumes)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DetachAndDeleteS3AccessPointCommand, se_DetachAndDeleteS3AccessPointCommand, } from "../protocols/Aws_json1_1";
4
+ import { DetachAndDeleteS3AccessPoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DetachAndDeleteS3AccessPointCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DetachAndDeleteS3AccessPoint", {})
17
13
  .n("FSxClient", "DetachAndDeleteS3AccessPointCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DetachAndDeleteS3AccessPointCommand)
20
- .de(de_DetachAndDeleteS3AccessPointCommand)
14
+ .sc(DetachAndDeleteS3AccessPoint)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DisassociateFileSystemAliasesCommand, se_DisassociateFileSystemAliasesCommand, } from "../protocols/Aws_json1_1";
4
+ import { DisassociateFileSystemAliases } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateFileSystemAliasesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "DisassociateFileSystemAliases", {})
17
13
  .n("FSxClient", "DisassociateFileSystemAliasesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateFileSystemAliasesCommand)
20
- .de(de_DisassociateFileSystemAliasesCommand)
14
+ .sc(DisassociateFileSystemAliases)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "ListTagsForResource", {})
17
13
  .n("FSxClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog, } from "../models/models_1";
6
- import { de_ReleaseFileSystemNfsV3LocksCommand, se_ReleaseFileSystemNfsV3LocksCommand } from "../protocols/Aws_json1_1";
4
+ import { ReleaseFileSystemNfsV3Locks } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ReleaseFileSystemNfsV3LocksCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "ReleaseFileSystemNfsV3Locks", {})
18
13
  .n("FSxClient", "ReleaseFileSystemNfsV3LocksCommand")
19
- .f(void 0, ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog)
20
- .ser(se_ReleaseFileSystemNfsV3LocksCommand)
21
- .de(de_ReleaseFileSystemNfsV3LocksCommand)
14
+ .sc(ReleaseFileSystemNfsV3Locks)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { RestoreVolumeFromSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_RestoreVolumeFromSnapshotCommand, se_RestoreVolumeFromSnapshotCommand } from "../protocols/Aws_json1_1";
4
+ import { RestoreVolumeFromSnapshot } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class RestoreVolumeFromSnapshotCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "RestoreVolumeFromSnapshot", {})
18
13
  .n("FSxClient", "RestoreVolumeFromSnapshotCommand")
19
- .f(void 0, RestoreVolumeFromSnapshotResponseFilterSensitiveLog)
20
- .ser(se_RestoreVolumeFromSnapshotCommand)
21
- .de(de_RestoreVolumeFromSnapshotCommand)
14
+ .sc(RestoreVolumeFromSnapshot)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { StartMisconfiguredStateRecoveryResponseFilterSensitiveLog, } from "../models/models_1";
6
- import { de_StartMisconfiguredStateRecoveryCommand, se_StartMisconfiguredStateRecoveryCommand, } from "../protocols/Aws_json1_1";
4
+ import { StartMisconfiguredStateRecovery } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StartMisconfiguredStateRecoveryCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSimbaAPIService_v20180301", "StartMisconfiguredStateRecovery", {})
18
13
  .n("FSxClient", "StartMisconfiguredStateRecoveryCommand")
19
- .f(void 0, StartMisconfiguredStateRecoveryResponseFilterSensitiveLog)
20
- .ser(se_StartMisconfiguredStateRecoveryCommand)
21
- .de(de_StartMisconfiguredStateRecoveryCommand)
14
+ .sc(StartMisconfiguredStateRecovery)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "TagResource", {})
17
13
  .n("FSxClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "UntagResource", {})
17
13
  .n("FSxClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateDataRepositoryAssociationCommand, se_UpdateDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1";
4
+ import { UpdateDataRepositoryAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateDataRepositoryAssociationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "UpdateDataRepositoryAssociation", {})
17
13
  .n("FSxClient", "UpdateDataRepositoryAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateDataRepositoryAssociationCommand)
20
- .de(de_UpdateDataRepositoryAssociationCommand)
14
+ .sc(UpdateDataRepositoryAssociation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFileCacheCommand, se_UpdateFileCacheCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateFileCache } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFileCacheCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "UpdateFileCache", {})
17
13
  .n("FSxClient", "UpdateFileCacheCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFileCacheCommand)
20
- .de(de_UpdateFileCacheCommand)
14
+ .sc(UpdateFileCache)
21
15
  .build() {
22
16
  }
@@ -1,24 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateFileSystemRequestFilterSensitiveLog } from "../models/models_0";
6
- import { UpdateFileSystemResponseFilterSensitiveLog } from "../models/models_1";
7
- import { de_UpdateFileSystemCommand, se_UpdateFileSystemCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateFileSystem } from "../schemas/schemas_0";
8
5
  export { $Command };
9
6
  export class UpdateFileSystemCommand extends $Command
10
7
  .classBuilder()
11
8
  .ep(commonParams)
12
9
  .m(function (Command, cs, config, o) {
13
- return [
14
- getSerdePlugin(config, this.serialize, this.deserialize),
15
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
17
11
  })
18
12
  .s("AWSSimbaAPIService_v20180301", "UpdateFileSystem", {})
19
13
  .n("FSxClient", "UpdateFileSystemCommand")
20
- .f(UpdateFileSystemRequestFilterSensitiveLog, UpdateFileSystemResponseFilterSensitiveLog)
21
- .ser(se_UpdateFileSystemCommand)
22
- .de(de_UpdateFileSystemCommand)
14
+ .sc(UpdateFileSystem)
23
15
  .build() {
24
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateSharedVpcConfigurationCommand, se_UpdateSharedVpcConfigurationCommand, } from "../protocols/Aws_json1_1";
4
+ import { UpdateSharedVpcConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateSharedVpcConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSSimbaAPIService_v20180301", "UpdateSharedVpcConfiguration", {})
17
13
  .n("FSxClient", "UpdateSharedVpcConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateSharedVpcConfigurationCommand)
20
- .de(de_UpdateSharedVpcConfigurationCommand)
14
+ .sc(UpdateSharedVpcConfiguration)
21
15
  .build() {
22
16
  }