@aws-sdk/client-fsx 3.170.0 → 3.174.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 (49) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/endpoints.js +0 -11
  3. package/dist-es/endpoints.js +0 -11
  4. package/dist-types/ts3.4/FSx.d.ts +0 -37
  5. package/dist-types/ts3.4/FSxClient.d.ts +0 -25
  6. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/models/FSxServiceException.d.ts +0 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +0 -828
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  49. package/package.json +26 -26
@@ -18,7 +18,6 @@ export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {}
18
18
  export interface DeleteFileSystemCommandOutput
19
19
  extends DeleteFileSystemResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteFileSystemCommand extends $Command<
23
22
  DeleteFileSystemCommandInput,
24
23
  DeleteFileSystemCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteFileSystemCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteFileSystemCommandInput;
28
27
  constructor(input: DeleteFileSystemCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: FSxClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {}
18
18
  export interface DeleteSnapshotCommandOutput
19
19
  extends DeleteSnapshotResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteSnapshotCommand extends $Command<
23
22
  DeleteSnapshotCommandInput,
24
23
  DeleteSnapshotCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteSnapshotCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteSnapshotCommandInput;
28
27
  constructor(input: DeleteSnapshotCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteStorageVirtualMachineCommandInput
19
19
  export interface DeleteStorageVirtualMachineCommandOutput
20
20
  extends DeleteStorageVirtualMachineResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteStorageVirtualMachineCommand extends $Command<
24
23
  DeleteStorageVirtualMachineCommandInput,
25
24
  DeleteStorageVirtualMachineCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteStorageVirtualMachineCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteStorageVirtualMachineCommandInput;
29
28
  constructor(input: DeleteStorageVirtualMachineCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteVolumeCommandInput extends DeleteVolumeRequest {}
15
15
  export interface DeleteVolumeCommandOutput
16
16
  extends DeleteVolumeResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteVolumeCommand extends $Command<
20
19
  DeleteVolumeCommandInput,
21
20
  DeleteVolumeCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteVolumeCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteVolumeCommandInput;
25
24
  constructor(input: DeleteVolumeCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: FSxClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeBackupsCommandInput extends DescribeBackupsRequest {}
18
18
  export interface DescribeBackupsCommandOutput
19
19
  extends DescribeBackupsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeBackupsCommand extends $Command<
23
22
  DescribeBackupsCommandInput,
24
23
  DescribeBackupsCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeBackupsCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeBackupsCommandInput;
28
27
  constructor(input: DescribeBackupsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeDataRepositoryAssociationsCommandInput
19
19
  export interface DescribeDataRepositoryAssociationsCommandOutput
20
20
  extends DescribeDataRepositoryAssociationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeDataRepositoryAssociationsCommand extends $Command<
24
23
  DescribeDataRepositoryAssociationsCommandInput,
25
24
  DescribeDataRepositoryAssociationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeDataRepositoryAssociationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeDataRepositoryAssociationsCommandInput;
29
28
  constructor(input: DescribeDataRepositoryAssociationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeDataRepositoryTasksCommandInput
19
19
  export interface DescribeDataRepositoryTasksCommandOutput
20
20
  extends DescribeDataRepositoryTasksResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeDataRepositoryTasksCommand extends $Command<
24
23
  DescribeDataRepositoryTasksCommandInput,
25
24
  DescribeDataRepositoryTasksCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeDataRepositoryTasksCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeDataRepositoryTasksCommandInput;
29
28
  constructor(input: DescribeDataRepositoryTasksCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeFileSystemAliasesCommandInput
19
19
  export interface DescribeFileSystemAliasesCommandOutput
20
20
  extends DescribeFileSystemAliasesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeFileSystemAliasesCommand extends $Command<
24
23
  DescribeFileSystemAliasesCommandInput,
25
24
  DescribeFileSystemAliasesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeFileSystemAliasesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeFileSystemAliasesCommandInput;
29
28
  constructor(input: DescribeFileSystemAliasesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeFileSystemsCommandInput
19
19
  export interface DescribeFileSystemsCommandOutput
20
20
  extends DescribeFileSystemsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeFileSystemsCommand extends $Command<
24
23
  DescribeFileSystemsCommandInput,
25
24
  DescribeFileSystemsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeFileSystemsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeFileSystemsCommandInput;
29
28
  constructor(input: DescribeFileSystemsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeSnapshotsCommandInput
19
19
  export interface DescribeSnapshotsCommandOutput
20
20
  extends DescribeSnapshotsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeSnapshotsCommand extends $Command<
24
23
  DescribeSnapshotsCommandInput,
25
24
  DescribeSnapshotsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeSnapshotsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeSnapshotsCommandInput;
29
28
  constructor(input: DescribeSnapshotsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeStorageVirtualMachinesCommandInput
19
19
  export interface DescribeStorageVirtualMachinesCommandOutput
20
20
  extends DescribeStorageVirtualMachinesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeStorageVirtualMachinesCommand extends $Command<
24
23
  DescribeStorageVirtualMachinesCommandInput,
25
24
  DescribeStorageVirtualMachinesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeStorageVirtualMachinesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeStorageVirtualMachinesCommandInput;
29
28
  constructor(input: DescribeStorageVirtualMachinesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeVolumesCommandInput extends DescribeVolumesRequest {}
18
18
  export interface DescribeVolumesCommandOutput
19
19
  extends DescribeVolumesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeVolumesCommand extends $Command<
23
22
  DescribeVolumesCommandInput,
24
23
  DescribeVolumesCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeVolumesCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeVolumesCommandInput;
28
27
  constructor(input: DescribeVolumesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DisassociateFileSystemAliasesCommandInput
19
19
  export interface DisassociateFileSystemAliasesCommandOutput
20
20
  extends DisassociateFileSystemAliasesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DisassociateFileSystemAliasesCommand extends $Command<
24
23
  DisassociateFileSystemAliasesCommandInput,
25
24
  DisassociateFileSystemAliasesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DisassociateFileSystemAliasesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DisassociateFileSystemAliasesCommandInput;
29
28
  constructor(input: DisassociateFileSystemAliasesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ReleaseFileSystemNfsV3LocksCommandInput
19
19
  export interface ReleaseFileSystemNfsV3LocksCommandOutput
20
20
  extends ReleaseFileSystemNfsV3LocksResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ReleaseFileSystemNfsV3LocksCommand extends $Command<
24
23
  ReleaseFileSystemNfsV3LocksCommandInput,
25
24
  ReleaseFileSystemNfsV3LocksCommandOutput,
@@ -27,7 +26,6 @@ export declare class ReleaseFileSystemNfsV3LocksCommand extends $Command<
27
26
  > {
28
27
  readonly input: ReleaseFileSystemNfsV3LocksCommandInput;
29
28
  constructor(input: ReleaseFileSystemNfsV3LocksCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RestoreVolumeFromSnapshotCommandInput
19
19
  export interface RestoreVolumeFromSnapshotCommandOutput
20
20
  extends RestoreVolumeFromSnapshotResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RestoreVolumeFromSnapshotCommand extends $Command<
24
23
  RestoreVolumeFromSnapshotCommandInput,
25
24
  RestoreVolumeFromSnapshotCommandOutput,
@@ -27,7 +26,6 @@ export declare class RestoreVolumeFromSnapshotCommand extends $Command<
27
26
  > {
28
27
  readonly input: RestoreVolumeFromSnapshotCommandInput;
29
28
  constructor(input: RestoreVolumeFromSnapshotCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: FSxClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateDataRepositoryAssociationCommandInput
19
19
  export interface UpdateDataRepositoryAssociationCommandOutput
20
20
  extends UpdateDataRepositoryAssociationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateDataRepositoryAssociationCommand extends $Command<
24
23
  UpdateDataRepositoryAssociationCommandInput,
25
24
  UpdateDataRepositoryAssociationCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateDataRepositoryAssociationCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateDataRepositoryAssociationCommandInput;
29
28
  constructor(input: UpdateDataRepositoryAssociationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateFileSystemCommandInput extends UpdateFileSystemRequest {}
18
18
  export interface UpdateFileSystemCommandOutput
19
19
  extends UpdateFileSystemResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateFileSystemCommand extends $Command<
23
22
  UpdateFileSystemCommandInput,
24
23
  UpdateFileSystemCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateFileSystemCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateFileSystemCommandInput;
28
27
  constructor(input: UpdateFileSystemCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: FSxClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateSnapshotCommandInput extends UpdateSnapshotRequest {}
18
18
  export interface UpdateSnapshotCommandOutput
19
19
  extends UpdateSnapshotResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateSnapshotCommand extends $Command<
23
22
  UpdateSnapshotCommandInput,
24
23
  UpdateSnapshotCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateSnapshotCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateSnapshotCommandInput;
28
27
  constructor(input: UpdateSnapshotCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: FSxClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateStorageVirtualMachineCommandInput
19
19
  export interface UpdateStorageVirtualMachineCommandOutput
20
20
  extends UpdateStorageVirtualMachineResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateStorageVirtualMachineCommand extends $Command<
24
23
  UpdateStorageVirtualMachineCommandInput,
25
24
  UpdateStorageVirtualMachineCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateStorageVirtualMachineCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateStorageVirtualMachineCommandInput;
29
28
  constructor(input: UpdateStorageVirtualMachineCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FSxClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateVolumeCommandInput extends UpdateVolumeRequest {}
15
15
  export interface UpdateVolumeCommandOutput
16
16
  extends UpdateVolumeResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class UpdateVolumeCommand extends $Command<
20
19
  UpdateVolumeCommandInput,
21
20
  UpdateVolumeCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateVolumeCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateVolumeCommandInput;
25
24
  constructor(input: UpdateVolumeCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: FSxClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class FSxServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }