@aws-sdk/client-fsx 3.337.0 → 3.341.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 (177) hide show
  1. package/dist-cjs/FSxClient.js +2 -1
  2. package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +2 -1
  3. package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +2 -1
  4. package/dist-cjs/commands/CopyBackupCommand.js +2 -1
  5. package/dist-cjs/commands/CreateBackupCommand.js +2 -1
  6. package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +2 -1
  7. package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +2 -1
  8. package/dist-cjs/commands/CreateFileCacheCommand.js +2 -1
  9. package/dist-cjs/commands/CreateFileSystemCommand.js +2 -1
  10. package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +2 -1
  11. package/dist-cjs/commands/CreateSnapshotCommand.js +2 -1
  12. package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +2 -1
  13. package/dist-cjs/commands/CreateVolumeCommand.js +2 -1
  14. package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteBackupCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteFileCacheCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +2 -1
  21. package/dist-cjs/commands/DeleteVolumeCommand.js +2 -1
  22. package/dist-cjs/commands/DescribeBackupsCommand.js +2 -1
  23. package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +2 -1
  24. package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeFileCachesCommand.js +2 -1
  26. package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +2 -1
  27. package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -1
  28. package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -1
  29. package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +2 -1
  30. package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
  31. package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +2 -1
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  33. package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -1
  34. package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +2 -1
  35. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  36. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  37. package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +2 -1
  38. package/dist-cjs/commands/UpdateFileCacheCommand.js +2 -1
  39. package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -1
  40. package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -1
  41. package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +2 -1
  42. package/dist-cjs/commands/UpdateVolumeCommand.js +2 -1
  43. package/dist-cjs/index.js +2 -2
  44. package/dist-cjs/models/FSxServiceException.js +2 -1
  45. package/dist-es/FSxClient.js +1 -0
  46. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +1 -0
  47. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +1 -0
  48. package/dist-es/commands/CopyBackupCommand.js +1 -0
  49. package/dist-es/commands/CreateBackupCommand.js +1 -0
  50. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +1 -0
  51. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +1 -0
  52. package/dist-es/commands/CreateFileCacheCommand.js +1 -0
  53. package/dist-es/commands/CreateFileSystemCommand.js +1 -0
  54. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +1 -0
  55. package/dist-es/commands/CreateSnapshotCommand.js +1 -0
  56. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +1 -0
  57. package/dist-es/commands/CreateVolumeCommand.js +1 -0
  58. package/dist-es/commands/CreateVolumeFromBackupCommand.js +1 -0
  59. package/dist-es/commands/DeleteBackupCommand.js +1 -0
  60. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +1 -0
  61. package/dist-es/commands/DeleteFileCacheCommand.js +1 -0
  62. package/dist-es/commands/DeleteFileSystemCommand.js +1 -0
  63. package/dist-es/commands/DeleteSnapshotCommand.js +1 -0
  64. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +1 -0
  65. package/dist-es/commands/DeleteVolumeCommand.js +1 -0
  66. package/dist-es/commands/DescribeBackupsCommand.js +1 -0
  67. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +1 -0
  68. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +1 -0
  69. package/dist-es/commands/DescribeFileCachesCommand.js +1 -0
  70. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +1 -0
  71. package/dist-es/commands/DescribeFileSystemsCommand.js +1 -0
  72. package/dist-es/commands/DescribeSnapshotsCommand.js +1 -0
  73. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +1 -0
  74. package/dist-es/commands/DescribeVolumesCommand.js +1 -0
  75. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +1 -0
  76. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  77. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +1 -0
  78. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +1 -0
  79. package/dist-es/commands/TagResourceCommand.js +1 -0
  80. package/dist-es/commands/UntagResourceCommand.js +1 -0
  81. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +1 -0
  82. package/dist-es/commands/UpdateFileCacheCommand.js +1 -0
  83. package/dist-es/commands/UpdateFileSystemCommand.js +1 -0
  84. package/dist-es/commands/UpdateSnapshotCommand.js +1 -0
  85. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +1 -0
  86. package/dist-es/commands/UpdateVolumeCommand.js +1 -0
  87. package/dist-es/index.js +2 -2
  88. package/dist-es/models/FSxServiceException.js +1 -0
  89. package/dist-types/FSxClient.d.ts +3 -3
  90. package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +4 -0
  91. package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +4 -0
  92. package/dist-types/commands/CopyBackupCommand.d.ts +4 -0
  93. package/dist-types/commands/CreateBackupCommand.d.ts +4 -0
  94. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +4 -0
  95. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +4 -0
  96. package/dist-types/commands/CreateFileCacheCommand.d.ts +4 -0
  97. package/dist-types/commands/CreateFileSystemCommand.d.ts +4 -0
  98. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +4 -0
  99. package/dist-types/commands/CreateSnapshotCommand.d.ts +4 -0
  100. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +4 -0
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +4 -0
  102. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +4 -0
  103. package/dist-types/commands/DeleteBackupCommand.d.ts +4 -0
  104. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +4 -0
  105. package/dist-types/commands/DeleteFileCacheCommand.d.ts +4 -0
  106. package/dist-types/commands/DeleteFileSystemCommand.d.ts +4 -0
  107. package/dist-types/commands/DeleteSnapshotCommand.d.ts +4 -0
  108. package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +4 -0
  109. package/dist-types/commands/DeleteVolumeCommand.d.ts +4 -0
  110. package/dist-types/commands/DescribeBackupsCommand.d.ts +4 -0
  111. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +4 -0
  112. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +4 -0
  113. package/dist-types/commands/DescribeFileCachesCommand.d.ts +4 -0
  114. package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +4 -0
  115. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +4 -0
  116. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +4 -0
  117. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +4 -0
  118. package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
  119. package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +4 -0
  120. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  121. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -0
  122. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +4 -0
  123. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  124. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  125. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +4 -0
  126. package/dist-types/commands/UpdateFileCacheCommand.d.ts +4 -0
  127. package/dist-types/commands/UpdateFileSystemCommand.d.ts +4 -0
  128. package/dist-types/commands/UpdateSnapshotCommand.d.ts +4 -0
  129. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +4 -0
  130. package/dist-types/commands/UpdateVolumeCommand.d.ts +4 -0
  131. package/dist-types/index.d.ts +8 -2
  132. package/dist-types/models/FSxServiceException.d.ts +1 -0
  133. package/dist-types/ts3.4/FSxClient.d.ts +3 -3
  134. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +1 -0
  160. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -0
  161. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/index.d.ts +2 -2
  176. package/dist-types/ts3.4/models/FSxServiceException.d.ts +1 -0
  177. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CopyBackupCommand, se_CopyBackupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CopyBackupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateBackupCommand, se_CreateBackupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateBackupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateDataRepositoryAssociationCommand, se_CreateDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateDataRepositoryAssociationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateDataRepositoryTaskCommand, se_CreateDataRepositoryTaskCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateDataRepositoryTaskCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateFileCacheCommand, se_CreateFileCacheCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateFileCacheCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateFileSystemRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateFileSystemCommand, se_CreateFileSystemCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class CreateFileSystemCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateFileSystemFromBackupRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateFileSystemFromBackupCommand, se_CreateFileSystemFromBackupCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class CreateFileSystemFromBackupCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateSnapshotCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateStorageVirtualMachineRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateStorageVirtualMachineCommand, se_CreateStorageVirtualMachineCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class CreateStorageVirtualMachineCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateVolumeCommand, se_CreateVolumeCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateVolumeCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateVolumeFromBackupCommand, se_CreateVolumeFromBackupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateVolumeFromBackupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteBackupCommand, se_DeleteBackupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteBackupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteDataRepositoryAssociationCommand, se_DeleteDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteDataRepositoryAssociationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteFileCacheCommand, se_DeleteFileCacheCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteFileCacheCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteFileSystemCommand, se_DeleteFileSystemCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteFileSystemCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteSnapshotCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteStorageVirtualMachineCommand, se_DeleteStorageVirtualMachineCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteStorageVirtualMachineCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteVolumeCommand, se_DeleteVolumeCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteVolumeCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeBackupsCommand, se_DescribeBackupsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeBackupsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDataRepositoryAssociationsCommand, se_DescribeDataRepositoryAssociationsCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeDataRepositoryAssociationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDataRepositoryTasksCommand, se_DescribeDataRepositoryTasksCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeDataRepositoryTasksCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeFileCachesCommand, se_DescribeFileCachesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeFileCachesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeFileSystemAliasesCommand, se_DescribeFileSystemAliasesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeFileSystemAliasesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeFileSystemsCommand, se_DescribeFileSystemsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeFileSystemsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeSnapshotsCommand, se_DescribeSnapshotsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeSnapshotsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeStorageVirtualMachinesCommand, se_DescribeStorageVirtualMachinesCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeStorageVirtualMachinesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeVolumesCommand, se_DescribeVolumesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeVolumesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DisassociateFileSystemAliasesCommand, se_DisassociateFileSystemAliasesCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DisassociateFileSystemAliasesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ReleaseFileSystemNfsV3LocksCommand, se_ReleaseFileSystemNfsV3LocksCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ReleaseFileSystemNfsV3LocksCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RestoreVolumeFromSnapshotCommand, se_RestoreVolumeFromSnapshotCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class RestoreVolumeFromSnapshotCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateDataRepositoryAssociationCommand, se_UpdateDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateDataRepositoryAssociationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateFileCacheCommand, se_UpdateFileCacheCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateFileCacheCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateFileSystemRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateFileSystemCommand, se_UpdateFileSystemCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class UpdateFileSystemCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateSnapshotCommand, se_UpdateSnapshotCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateSnapshotCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateStorageVirtualMachineRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateStorageVirtualMachineCommand, se_UpdateStorageVirtualMachineCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class UpdateStorageVirtualMachineCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateVolumeCommand, se_UpdateVolumeCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateVolumeCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./FSx";
2
1
  export * from "./FSxClient";
2
+ export * from "./FSx";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { FSxServiceException } from "./models/FSxServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class FSxServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -50,6 +50,7 @@ import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./comma
50
50
  import { UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput } from "./commands/UpdateStorageVirtualMachineCommand";
51
51
  import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "./commands/UpdateVolumeCommand";
52
52
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
53
+ export { __Client };
53
54
  /**
54
55
  * @public
55
56
  */
@@ -164,7 +165,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
164
165
  /**
165
166
  * @public
166
167
  */
167
- type FSxClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
168
+ export type FSxClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
168
169
  /**
169
170
  * @public
170
171
  *
@@ -175,7 +176,7 @@ export interface FSxClientConfig extends FSxClientConfigType {
175
176
  /**
176
177
  * @public
177
178
  */
178
- type FSxClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
179
+ export type FSxClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
179
180
  /**
180
181
  * @public
181
182
  *
@@ -201,4 +202,3 @@ export declare class FSxClient extends __Client<__HttpHandlerOptions, ServiceInp
201
202
  */
202
203
  destroy(): void;
203
204
  }
204
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { AssociateFileSystemAliasesRequest, AssociateFileSystemAliasesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { CancelDataRepositoryTaskRequest, CancelDataRepositoryTaskResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { CopyBackupRequest, CopyBackupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { CreateBackupRequest, CreateBackupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { CreateDataRepositoryAssociationRequest, CreateDataRepositoryAssociationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { CreateDataRepositoryTaskRequest, CreateDataRepositoryTaskResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { CreateFileCacheRequest, CreateFileCacheResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { CreateFileSystemRequest, CreateFileSystemResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { CreateFileSystemFromBackupRequest, CreateFileSystemFromBackupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { CreateStorageVirtualMachineRequest, CreateStorageVirtualMachineResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { CreateVolumeRequest, CreateVolumeResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { CreateVolumeFromBackupRequest, CreateVolumeFromBackupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { DeleteDataRepositoryAssociationRequest, DeleteDataRepositoryAssociationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
5
5
  import { DeleteFileCacheRequest, DeleteFileCacheResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *