@aws-sdk/client-fsx 3.1076.0 → 3.1078.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 (164) hide show
  1. package/dist-cjs/index.js +59 -485
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +2 -14
  4. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +2 -14
  5. package/dist-es/commands/CopyBackupCommand.js +2 -14
  6. package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +2 -14
  7. package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +2 -14
  8. package/dist-es/commands/CreateBackupCommand.js +2 -14
  9. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +2 -14
  10. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +2 -14
  11. package/dist-es/commands/CreateFileCacheCommand.js +2 -14
  12. package/dist-es/commands/CreateFileSystemCommand.js +2 -14
  13. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +2 -14
  14. package/dist-es/commands/CreateSnapshotCommand.js +2 -14
  15. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +2 -14
  16. package/dist-es/commands/CreateVolumeCommand.js +2 -14
  17. package/dist-es/commands/CreateVolumeFromBackupCommand.js +2 -14
  18. package/dist-es/commands/DeleteBackupCommand.js +2 -14
  19. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +2 -14
  20. package/dist-es/commands/DeleteFileCacheCommand.js +2 -14
  21. package/dist-es/commands/DeleteFileSystemCommand.js +2 -14
  22. package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
  23. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +2 -14
  24. package/dist-es/commands/DeleteVolumeCommand.js +2 -14
  25. package/dist-es/commands/DescribeBackupsCommand.js +2 -14
  26. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +2 -14
  27. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +2 -14
  28. package/dist-es/commands/DescribeFileCachesCommand.js +2 -14
  29. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +2 -14
  30. package/dist-es/commands/DescribeFileSystemsCommand.js +2 -14
  31. package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +2 -14
  32. package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +2 -14
  33. package/dist-es/commands/DescribeSnapshotsCommand.js +2 -14
  34. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +2 -14
  35. package/dist-es/commands/DescribeVolumesCommand.js +2 -14
  36. package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +2 -14
  37. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +2 -14
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  39. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -14
  40. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +2 -14
  41. package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +2 -14
  42. package/dist-es/commands/TagResourceCommand.js +2 -14
  43. package/dist-es/commands/UntagResourceCommand.js +2 -14
  44. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +2 -14
  45. package/dist-es/commands/UpdateFileCacheCommand.js +2 -14
  46. package/dist-es/commands/UpdateFileSystemCommand.js +2 -14
  47. package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +2 -14
  48. package/dist-es/commands/UpdateSnapshotCommand.js +2 -14
  49. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +2 -14
  50. package/dist-es/commands/UpdateVolumeCommand.js +2 -14
  51. package/dist-es/index.js +1 -0
  52. package/dist-es/runtimeConfig.browser.js +0 -2
  53. package/dist-es/runtimeConfig.js +1 -2
  54. package/dist-es/runtimeConfig.native.js +0 -2
  55. package/dist-es/runtimeConfig.shared.js +2 -0
  56. package/dist-types/commandBuilder.d.ts +18 -0
  57. package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +3 -8
  58. package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +3 -8
  59. package/dist-types/commands/CopyBackupCommand.d.ts +3 -8
  60. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateBackupCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateFileCacheCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateVolumeCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteBackupCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteFileCacheCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteVolumeCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeBackupsCommand.d.ts +3 -8
  80. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeFileCachesCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +3 -8
  86. package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +3 -8
  89. package/dist-types/commands/DescribeVolumesCommand.d.ts +3 -8
  90. package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +3 -8
  91. package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  93. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +3 -8
  94. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +3 -8
  95. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +3 -8
  96. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  97. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  98. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +3 -8
  99. package/dist-types/commands/UpdateFileCacheCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateFileSystemCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateVolumeCommand.d.ts +3 -8
  105. package/dist-types/index.d.ts +1 -0
  106. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/runtimeConfig.d.ts +1 -1
  108. package/dist-types/runtimeConfig.native.d.ts +1 -1
  109. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  110. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  111. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/index.d.ts +1 -0
  160. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  161. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  162. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  163. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  164. package/package.json +8 -10
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "AWSSimbaAPIService_v20180301", "FSxClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AssociateFileSystemAliases$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateFileSystemAliasesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "AssociateFileSystemAliases", {})
13
- .n("FSxClient", "AssociateFileSystemAliasesCommand")
14
- .sc(AssociateFileSystemAliases$)
15
- .build() {
3
+ export class AssociateFileSystemAliasesCommand extends command(_ep0, _mw0, "AssociateFileSystemAliases", AssociateFileSystemAliases$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CancelDataRepositoryTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CancelDataRepositoryTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CancelDataRepositoryTask", {})
13
- .n("FSxClient", "CancelDataRepositoryTaskCommand")
14
- .sc(CancelDataRepositoryTask$)
15
- .build() {
3
+ export class CancelDataRepositoryTaskCommand extends command(_ep0, _mw0, "CancelDataRepositoryTask", CancelDataRepositoryTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CopyBackup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CopyBackupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CopyBackup", {})
13
- .n("FSxClient", "CopyBackupCommand")
14
- .sc(CopyBackup$)
15
- .build() {
3
+ export class CopyBackupCommand extends command(_ep0, _mw0, "CopyBackup", CopyBackup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CopySnapshotAndUpdateVolume$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CopySnapshotAndUpdateVolumeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CopySnapshotAndUpdateVolume", {})
13
- .n("FSxClient", "CopySnapshotAndUpdateVolumeCommand")
14
- .sc(CopySnapshotAndUpdateVolume$)
15
- .build() {
3
+ export class CopySnapshotAndUpdateVolumeCommand extends command(_ep0, _mw0, "CopySnapshotAndUpdateVolume", CopySnapshotAndUpdateVolume$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateAndAttachS3AccessPoint$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAndAttachS3AccessPointCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CreateAndAttachS3AccessPoint", {})
13
- .n("FSxClient", "CreateAndAttachS3AccessPointCommand")
14
- .sc(CreateAndAttachS3AccessPoint$)
15
- .build() {
3
+ export class CreateAndAttachS3AccessPointCommand extends command(_ep0, _mw0, "CreateAndAttachS3AccessPoint", CreateAndAttachS3AccessPoint$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateBackup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateBackupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CreateBackup", {})
13
- .n("FSxClient", "CreateBackupCommand")
14
- .sc(CreateBackup$)
15
- .build() {
3
+ export class CreateBackupCommand extends command(_ep0, _mw0, "CreateBackup", CreateBackup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateDataRepositoryAssociation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDataRepositoryAssociationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CreateDataRepositoryAssociation", {})
13
- .n("FSxClient", "CreateDataRepositoryAssociationCommand")
14
- .sc(CreateDataRepositoryAssociation$)
15
- .build() {
3
+ export class CreateDataRepositoryAssociationCommand extends command(_ep0, _mw0, "CreateDataRepositoryAssociation", CreateDataRepositoryAssociation$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateDataRepositoryTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDataRepositoryTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CreateDataRepositoryTask", {})
13
- .n("FSxClient", "CreateDataRepositoryTaskCommand")
14
- .sc(CreateDataRepositoryTask$)
15
- .build() {
3
+ export class CreateDataRepositoryTaskCommand extends command(_ep0, _mw0, "CreateDataRepositoryTask", CreateDataRepositoryTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateFileCache$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateFileCacheCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CreateFileCache", {})
13
- .n("FSxClient", "CreateFileCacheCommand")
14
- .sc(CreateFileCache$)
15
- .build() {
3
+ export class CreateFileCacheCommand extends command(_ep0, _mw0, "CreateFileCache", CreateFileCache$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateFileSystem$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateFileSystemCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CreateFileSystem", {})
13
- .n("FSxClient", "CreateFileSystemCommand")
14
- .sc(CreateFileSystem$)
15
- .build() {
3
+ export class CreateFileSystemCommand extends command(_ep0, _mw0, "CreateFileSystem", CreateFileSystem$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateFileSystemFromBackup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateFileSystemFromBackupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CreateFileSystemFromBackup", {})
13
- .n("FSxClient", "CreateFileSystemFromBackupCommand")
14
- .sc(CreateFileSystemFromBackup$)
15
- .build() {
3
+ export class CreateFileSystemFromBackupCommand extends command(_ep0, _mw0, "CreateFileSystemFromBackup", CreateFileSystemFromBackup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateSnapshot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateSnapshotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CreateSnapshot", {})
13
- .n("FSxClient", "CreateSnapshotCommand")
14
- .sc(CreateSnapshot$)
15
- .build() {
3
+ export class CreateSnapshotCommand extends command(_ep0, _mw0, "CreateSnapshot", CreateSnapshot$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateStorageVirtualMachine$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateStorageVirtualMachineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CreateStorageVirtualMachine", {})
13
- .n("FSxClient", "CreateStorageVirtualMachineCommand")
14
- .sc(CreateStorageVirtualMachine$)
15
- .build() {
3
+ export class CreateStorageVirtualMachineCommand extends command(_ep0, _mw0, "CreateStorageVirtualMachine", CreateStorageVirtualMachine$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateVolume$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateVolumeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CreateVolume", {})
13
- .n("FSxClient", "CreateVolumeCommand")
14
- .sc(CreateVolume$)
15
- .build() {
3
+ export class CreateVolumeCommand extends command(_ep0, _mw0, "CreateVolume", CreateVolume$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateVolumeFromBackup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateVolumeFromBackupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "CreateVolumeFromBackup", {})
13
- .n("FSxClient", "CreateVolumeFromBackupCommand")
14
- .sc(CreateVolumeFromBackup$)
15
- .build() {
3
+ export class CreateVolumeFromBackupCommand extends command(_ep0, _mw0, "CreateVolumeFromBackup", CreateVolumeFromBackup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteBackup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteBackupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DeleteBackup", {})
13
- .n("FSxClient", "DeleteBackupCommand")
14
- .sc(DeleteBackup$)
15
- .build() {
3
+ export class DeleteBackupCommand extends command(_ep0, _mw0, "DeleteBackup", DeleteBackup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteDataRepositoryAssociation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDataRepositoryAssociationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DeleteDataRepositoryAssociation", {})
13
- .n("FSxClient", "DeleteDataRepositoryAssociationCommand")
14
- .sc(DeleteDataRepositoryAssociation$)
15
- .build() {
3
+ export class DeleteDataRepositoryAssociationCommand extends command(_ep0, _mw0, "DeleteDataRepositoryAssociation", DeleteDataRepositoryAssociation$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteFileCache$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteFileCacheCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DeleteFileCache", {})
13
- .n("FSxClient", "DeleteFileCacheCommand")
14
- .sc(DeleteFileCache$)
15
- .build() {
3
+ export class DeleteFileCacheCommand extends command(_ep0, _mw0, "DeleteFileCache", DeleteFileCache$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteFileSystem$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteFileSystemCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DeleteFileSystem", {})
13
- .n("FSxClient", "DeleteFileSystemCommand")
14
- .sc(DeleteFileSystem$)
15
- .build() {
3
+ export class DeleteFileSystemCommand extends command(_ep0, _mw0, "DeleteFileSystem", DeleteFileSystem$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteSnapshot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteSnapshotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DeleteSnapshot", {})
13
- .n("FSxClient", "DeleteSnapshotCommand")
14
- .sc(DeleteSnapshot$)
15
- .build() {
3
+ export class DeleteSnapshotCommand extends command(_ep0, _mw0, "DeleteSnapshot", DeleteSnapshot$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteStorageVirtualMachine$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteStorageVirtualMachineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DeleteStorageVirtualMachine", {})
13
- .n("FSxClient", "DeleteStorageVirtualMachineCommand")
14
- .sc(DeleteStorageVirtualMachine$)
15
- .build() {
3
+ export class DeleteStorageVirtualMachineCommand extends command(_ep0, _mw0, "DeleteStorageVirtualMachine", DeleteStorageVirtualMachine$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVolume$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVolumeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DeleteVolume", {})
13
- .n("FSxClient", "DeleteVolumeCommand")
14
- .sc(DeleteVolume$)
15
- .build() {
3
+ export class DeleteVolumeCommand extends command(_ep0, _mw0, "DeleteVolume", DeleteVolume$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeBackups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeBackupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DescribeBackups", {})
13
- .n("FSxClient", "DescribeBackupsCommand")
14
- .sc(DescribeBackups$)
15
- .build() {
3
+ export class DescribeBackupsCommand extends command(_ep0, _mw0, "DescribeBackups", DescribeBackups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeDataRepositoryAssociations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDataRepositoryAssociationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DescribeDataRepositoryAssociations", {})
13
- .n("FSxClient", "DescribeDataRepositoryAssociationsCommand")
14
- .sc(DescribeDataRepositoryAssociations$)
15
- .build() {
3
+ export class DescribeDataRepositoryAssociationsCommand extends command(_ep0, _mw0, "DescribeDataRepositoryAssociations", DescribeDataRepositoryAssociations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeDataRepositoryTasks$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDataRepositoryTasksCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DescribeDataRepositoryTasks", {})
13
- .n("FSxClient", "DescribeDataRepositoryTasksCommand")
14
- .sc(DescribeDataRepositoryTasks$)
15
- .build() {
3
+ export class DescribeDataRepositoryTasksCommand extends command(_ep0, _mw0, "DescribeDataRepositoryTasks", DescribeDataRepositoryTasks$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeFileCaches$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeFileCachesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DescribeFileCaches", {})
13
- .n("FSxClient", "DescribeFileCachesCommand")
14
- .sc(DescribeFileCaches$)
15
- .build() {
3
+ export class DescribeFileCachesCommand extends command(_ep0, _mw0, "DescribeFileCaches", DescribeFileCaches$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeFileSystemAliases$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeFileSystemAliasesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DescribeFileSystemAliases", {})
13
- .n("FSxClient", "DescribeFileSystemAliasesCommand")
14
- .sc(DescribeFileSystemAliases$)
15
- .build() {
3
+ export class DescribeFileSystemAliasesCommand extends command(_ep0, _mw0, "DescribeFileSystemAliases", DescribeFileSystemAliases$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeFileSystems$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeFileSystemsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DescribeFileSystems", {})
13
- .n("FSxClient", "DescribeFileSystemsCommand")
14
- .sc(DescribeFileSystems$)
15
- .build() {
3
+ export class DescribeFileSystemsCommand extends command(_ep0, _mw0, "DescribeFileSystems", DescribeFileSystems$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeS3AccessPointAttachments$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeS3AccessPointAttachmentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DescribeS3AccessPointAttachments", {})
13
- .n("FSxClient", "DescribeS3AccessPointAttachmentsCommand")
14
- .sc(DescribeS3AccessPointAttachments$)
15
- .build() {
3
+ export class DescribeS3AccessPointAttachmentsCommand extends command(_ep0, _mw0, "DescribeS3AccessPointAttachments", DescribeS3AccessPointAttachments$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeSharedVpcConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeSharedVpcConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DescribeSharedVpcConfiguration", {})
13
- .n("FSxClient", "DescribeSharedVpcConfigurationCommand")
14
- .sc(DescribeSharedVpcConfiguration$)
15
- .build() {
3
+ export class DescribeSharedVpcConfigurationCommand extends command(_ep0, _mw0, "DescribeSharedVpcConfiguration", DescribeSharedVpcConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeSnapshots$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeSnapshotsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSSimbaAPIService_v20180301", "DescribeSnapshots", {})
13
- .n("FSxClient", "DescribeSnapshotsCommand")
14
- .sc(DescribeSnapshots$)
15
- .build() {
3
+ export class DescribeSnapshotsCommand extends command(_ep0, _mw0, "DescribeSnapshots", DescribeSnapshots$) {
16
4
  }