@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.
- package/dist-cjs/FSxClient.js +2 -1
- package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +2 -1
- package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +2 -1
- package/dist-cjs/commands/CopyBackupCommand.js +2 -1
- package/dist-cjs/commands/CreateBackupCommand.js +2 -1
- package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +2 -1
- package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +2 -1
- package/dist-cjs/commands/CreateFileCacheCommand.js +2 -1
- package/dist-cjs/commands/CreateFileSystemCommand.js +2 -1
- package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +2 -1
- package/dist-cjs/commands/CreateSnapshotCommand.js +2 -1
- package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +2 -1
- package/dist-cjs/commands/CreateVolumeCommand.js +2 -1
- package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +2 -1
- package/dist-cjs/commands/DeleteBackupCommand.js +2 -1
- package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +2 -1
- package/dist-cjs/commands/DeleteFileCacheCommand.js +2 -1
- package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -1
- package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -1
- package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +2 -1
- package/dist-cjs/commands/DeleteVolumeCommand.js +2 -1
- package/dist-cjs/commands/DescribeBackupsCommand.js +2 -1
- package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +2 -1
- package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +2 -1
- package/dist-cjs/commands/DescribeFileCachesCommand.js +2 -1
- package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +2 -1
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -1
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -1
- package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
- package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -1
- package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +2 -1
- package/dist-cjs/commands/UpdateFileCacheCommand.js +2 -1
- package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -1
- package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -1
- package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +2 -1
- package/dist-cjs/commands/UpdateVolumeCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/FSxServiceException.js +2 -1
- package/dist-es/FSxClient.js +1 -0
- package/dist-es/commands/AssociateFileSystemAliasesCommand.js +1 -0
- package/dist-es/commands/CancelDataRepositoryTaskCommand.js +1 -0
- package/dist-es/commands/CopyBackupCommand.js +1 -0
- package/dist-es/commands/CreateBackupCommand.js +1 -0
- package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +1 -0
- package/dist-es/commands/CreateDataRepositoryTaskCommand.js +1 -0
- package/dist-es/commands/CreateFileCacheCommand.js +1 -0
- package/dist-es/commands/CreateFileSystemCommand.js +1 -0
- package/dist-es/commands/CreateFileSystemFromBackupCommand.js +1 -0
- package/dist-es/commands/CreateSnapshotCommand.js +1 -0
- package/dist-es/commands/CreateStorageVirtualMachineCommand.js +1 -0
- package/dist-es/commands/CreateVolumeCommand.js +1 -0
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +1 -0
- package/dist-es/commands/DeleteBackupCommand.js +1 -0
- package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +1 -0
- package/dist-es/commands/DeleteFileCacheCommand.js +1 -0
- package/dist-es/commands/DeleteFileSystemCommand.js +1 -0
- package/dist-es/commands/DeleteSnapshotCommand.js +1 -0
- package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +1 -0
- package/dist-es/commands/DeleteVolumeCommand.js +1 -0
- package/dist-es/commands/DescribeBackupsCommand.js +1 -0
- package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +1 -0
- package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +1 -0
- package/dist-es/commands/DescribeFileCachesCommand.js +1 -0
- package/dist-es/commands/DescribeFileSystemAliasesCommand.js +1 -0
- package/dist-es/commands/DescribeFileSystemsCommand.js +1 -0
- package/dist-es/commands/DescribeSnapshotsCommand.js +1 -0
- package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +1 -0
- package/dist-es/commands/DescribeVolumesCommand.js +1 -0
- package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +1 -0
- package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +1 -0
- package/dist-es/commands/UpdateFileCacheCommand.js +1 -0
- package/dist-es/commands/UpdateFileSystemCommand.js +1 -0
- package/dist-es/commands/UpdateSnapshotCommand.js +1 -0
- package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +1 -0
- package/dist-es/commands/UpdateVolumeCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/FSxServiceException.js +1 -0
- package/dist-types/FSxClient.d.ts +3 -3
- package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +4 -0
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +4 -0
- package/dist-types/commands/CopyBackupCommand.d.ts +4 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +4 -0
- package/dist-types/commands/CreateFileCacheCommand.d.ts +4 -0
- package/dist-types/commands/CreateFileSystemCommand.d.ts +4 -0
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +4 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +4 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +4 -0
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBackupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeBackupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFileCachesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -0
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +4 -0
- package/dist-types/commands/UpdateVolumeCommand.d.ts +4 -0
- package/dist-types/index.d.ts +8 -2
- package/dist-types/models/FSxServiceException.d.ts +1 -0
- package/dist-types/ts3.4/FSxClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/FSxServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -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 { DeleteFileSystemRequest, DeleteFileSystemResponse } 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 { DeleteSnapshotRequest, DeleteSnapshotResponse } 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 { DeleteStorageVirtualMachineRequest, DeleteStorageVirtualMachineResponse } 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 { DeleteVolumeRequest, DeleteVolumeResponse } 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 { DescribeBackupsRequest, DescribeBackupsResponse } 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 { DescribeDataRepositoryAssociationsRequest, DescribeDataRepositoryAssociationsResponse } 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 { DescribeDataRepositoryTasksRequest, DescribeDataRepositoryTasksResponse } 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 { DescribeFileCachesRequest, DescribeFileCachesResponse } 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 { DescribeFileSystemAliasesRequest, DescribeFileSystemAliasesResponse } 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 { DescribeFileSystemsRequest, DescribeFileSystemsResponse } 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 { DescribeSnapshotsRequest, DescribeSnapshotsResponse } 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 { DescribeStorageVirtualMachinesRequest, DescribeStorageVirtualMachinesResponse } 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 { DescribeVolumesRequest, DescribeVolumesResponse } 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 { DisassociateFileSystemAliasesRequest, DisassociateFileSystemAliasesResponse } 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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 { ReleaseFileSystemNfsV3LocksRequest, ReleaseFileSystemNfsV3LocksResponse } 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 { RestoreVolumeFromSnapshotRequest, RestoreVolumeFromSnapshotResponse } 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 { TagResourceRequest, TagResourceResponse } 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 { UntagResourceRequest, UntagResourceResponse } 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 { UpdateDataRepositoryAssociationRequest, UpdateDataRepositoryAssociationResponse } 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 { UpdateFileCacheRequest, UpdateFileCacheResponse } 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 { UpdateFileSystemRequest, UpdateFileSystemResponse } 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 { UpdateSnapshotRequest, UpdateSnapshotResponse } 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 { UpdateStorageVirtualMachineRequest, UpdateStorageVirtualMachineResponse } 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 { UpdateVolumeRequest, UpdateVolumeResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Amazon FSx is a fully managed service that makes it easy for storage and
|
|
3
|
+
* application administrators to launch and use shared file storage.</p>
|
|
4
|
+
*
|
|
5
|
+
* @packageDocumentation
|
|
6
|
+
*/
|
|
2
7
|
export * from "./FSxClient";
|
|
8
|
+
export * from "./FSx";
|
|
3
9
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
10
|
export * from "./pagination";
|
|
11
|
+
export * from "./models";
|
|
6
12
|
export { FSxServiceException } from "./models/FSxServiceException";
|
|
@@ -215,6 +215,7 @@ import {
|
|
|
215
215
|
ClientResolvedEndpointParameters,
|
|
216
216
|
EndpointParameters,
|
|
217
217
|
} from "./endpoint/EndpointParameters";
|
|
218
|
+
export { __Client };
|
|
218
219
|
export type ServiceInputTypes =
|
|
219
220
|
| AssociateFileSystemAliasesCommandInput
|
|
220
221
|
| CancelDataRepositoryTaskCommandInput
|
|
@@ -323,7 +324,7 @@ export interface ClientDefaults
|
|
|
323
324
|
logger?: __Logger;
|
|
324
325
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
325
326
|
}
|
|
326
|
-
type FSxClientConfigType = Partial<
|
|
327
|
+
export type FSxClientConfigType = Partial<
|
|
327
328
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
328
329
|
> &
|
|
329
330
|
ClientDefaults &
|
|
@@ -335,7 +336,7 @@ type FSxClientConfigType = Partial<
|
|
|
335
336
|
UserAgentInputConfig &
|
|
336
337
|
ClientInputEndpointParameters;
|
|
337
338
|
export interface FSxClientConfig extends FSxClientConfigType {}
|
|
338
|
-
type FSxClientResolvedConfigType =
|
|
339
|
+
export type FSxClientResolvedConfigType =
|
|
339
340
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
340
341
|
Required<ClientDefaults> &
|
|
341
342
|
RegionResolvedConfig &
|
|
@@ -356,4 +357,3 @@ export declare class FSxClient extends __Client<
|
|
|
356
357
|
constructor(configuration: FSxClientConfig);
|
|
357
358
|
destroy(): void;
|
|
358
359
|
}
|
|
359
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AssociateFileSystemAliasesRequest,
|
|
16
16
|
AssociateFileSystemAliasesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateFileSystemAliasesCommandInput
|
|
19
20
|
extends AssociateFileSystemAliasesRequest {}
|
|
20
21
|
export interface AssociateFileSystemAliasesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CancelDataRepositoryTaskRequest,
|
|
16
16
|
CancelDataRepositoryTaskResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CancelDataRepositoryTaskCommandInput
|
|
19
20
|
extends CancelDataRepositoryTaskRequest {}
|
|
20
21
|
export interface CancelDataRepositoryTaskCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FSxClient";
|
|
14
14
|
import { CopyBackupRequest, CopyBackupResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CopyBackupCommandInput extends CopyBackupRequest {}
|
|
16
17
|
export interface CopyBackupCommandOutput
|
|
17
18
|
extends CopyBackupResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FSxClient";
|
|
14
14
|
import { CreateBackupRequest, CreateBackupResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateBackupCommandInput extends CreateBackupRequest {}
|
|
16
17
|
export interface CreateBackupCommandOutput
|
|
17
18
|
extends CreateBackupResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDataRepositoryAssociationRequest,
|
|
16
16
|
CreateDataRepositoryAssociationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDataRepositoryAssociationCommandInput
|
|
19
20
|
extends CreateDataRepositoryAssociationRequest {}
|
|
20
21
|
export interface CreateDataRepositoryAssociationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDataRepositoryTaskRequest,
|
|
16
16
|
CreateDataRepositoryTaskResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDataRepositoryTaskCommandInput
|
|
19
20
|
extends CreateDataRepositoryTaskRequest {}
|
|
20
21
|
export interface CreateDataRepositoryTaskCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateFileCacheRequest,
|
|
16
16
|
CreateFileCacheResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateFileCacheCommandInput extends CreateFileCacheRequest {}
|
|
19
20
|
export interface CreateFileCacheCommandOutput
|
|
20
21
|
extends CreateFileCacheResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateFileSystemRequest,
|
|
16
16
|
CreateFileSystemResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {}
|
|
19
20
|
export interface CreateFileSystemCommandOutput
|
|
20
21
|
extends CreateFileSystemResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateFileSystemFromBackupRequest,
|
|
16
16
|
CreateFileSystemFromBackupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateFileSystemFromBackupCommandInput
|
|
19
20
|
extends CreateFileSystemFromBackupRequest {}
|
|
20
21
|
export interface CreateFileSystemFromBackupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateSnapshotRequest,
|
|
16
16
|
CreateSnapshotResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
|
|
19
20
|
export interface CreateSnapshotCommandOutput
|
|
20
21
|
extends CreateSnapshotResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateStorageVirtualMachineRequest,
|
|
16
16
|
CreateStorageVirtualMachineResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateStorageVirtualMachineCommandInput
|
|
19
20
|
extends CreateStorageVirtualMachineRequest {}
|
|
20
21
|
export interface CreateStorageVirtualMachineCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FSxClient";
|
|
14
14
|
import { CreateVolumeRequest, CreateVolumeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateVolumeCommandInput extends CreateVolumeRequest {}
|
|
16
17
|
export interface CreateVolumeCommandOutput
|
|
17
18
|
extends CreateVolumeResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateVolumeFromBackupRequest,
|
|
16
16
|
CreateVolumeFromBackupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateVolumeFromBackupCommandInput
|
|
19
20
|
extends CreateVolumeFromBackupRequest {}
|
|
20
21
|
export interface CreateVolumeFromBackupCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FSxClient";
|
|
14
14
|
import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteBackupCommandInput extends DeleteBackupRequest {}
|
|
16
17
|
export interface DeleteBackupCommandOutput
|
|
17
18
|
extends DeleteBackupResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteDataRepositoryAssociationRequest,
|
|
16
16
|
DeleteDataRepositoryAssociationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteDataRepositoryAssociationCommandInput
|
|
19
20
|
extends DeleteDataRepositoryAssociationRequest {}
|
|
20
21
|
export interface DeleteDataRepositoryAssociationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteFileCacheRequest,
|
|
16
16
|
DeleteFileCacheResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteFileCacheCommandInput extends DeleteFileCacheRequest {}
|
|
19
20
|
export interface DeleteFileCacheCommandOutput
|
|
20
21
|
extends DeleteFileCacheResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteFileSystemRequest,
|
|
16
16
|
DeleteFileSystemResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {}
|
|
19
20
|
export interface DeleteFileSystemCommandOutput
|
|
20
21
|
extends DeleteFileSystemResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteSnapshotRequest,
|
|
16
16
|
DeleteSnapshotResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {}
|
|
19
20
|
export interface DeleteSnapshotCommandOutput
|
|
20
21
|
extends DeleteSnapshotResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteStorageVirtualMachineRequest,
|
|
16
16
|
DeleteStorageVirtualMachineResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteStorageVirtualMachineCommandInput
|
|
19
20
|
extends DeleteStorageVirtualMachineRequest {}
|
|
20
21
|
export interface DeleteStorageVirtualMachineCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../FSxClient";
|
|
14
14
|
import { DeleteVolumeRequest, DeleteVolumeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteVolumeCommandInput extends DeleteVolumeRequest {}
|
|
16
17
|
export interface DeleteVolumeCommandOutput
|
|
17
18
|
extends DeleteVolumeResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeBackupsRequest,
|
|
16
16
|
DescribeBackupsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeBackupsCommandInput extends DescribeBackupsRequest {}
|
|
19
20
|
export interface DescribeBackupsCommandOutput
|
|
20
21
|
extends DescribeBackupsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDataRepositoryAssociationsRequest,
|
|
16
16
|
DescribeDataRepositoryAssociationsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDataRepositoryAssociationsCommandInput
|
|
19
20
|
extends DescribeDataRepositoryAssociationsRequest {}
|
|
20
21
|
export interface DescribeDataRepositoryAssociationsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDataRepositoryTasksRequest,
|
|
16
16
|
DescribeDataRepositoryTasksResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDataRepositoryTasksCommandInput
|
|
19
20
|
extends DescribeDataRepositoryTasksRequest {}
|
|
20
21
|
export interface DescribeDataRepositoryTasksCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeFileCachesRequest,
|
|
16
16
|
DescribeFileCachesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFileCachesCommandInput
|
|
19
20
|
extends DescribeFileCachesRequest {}
|
|
20
21
|
export interface DescribeFileCachesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeFileSystemAliasesRequest,
|
|
16
16
|
DescribeFileSystemAliasesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFileSystemAliasesCommandInput
|
|
19
20
|
extends DescribeFileSystemAliasesRequest {}
|
|
20
21
|
export interface DescribeFileSystemAliasesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeFileSystemsRequest,
|
|
16
16
|
DescribeFileSystemsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFileSystemsCommandInput
|
|
19
20
|
extends DescribeFileSystemsRequest {}
|
|
20
21
|
export interface DescribeFileSystemsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeSnapshotsRequest,
|
|
16
16
|
DescribeSnapshotsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeSnapshotsCommandInput
|
|
19
20
|
extends DescribeSnapshotsRequest {}
|
|
20
21
|
export interface DescribeSnapshotsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeStorageVirtualMachinesRequest,
|
|
16
16
|
DescribeStorageVirtualMachinesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeStorageVirtualMachinesCommandInput
|
|
19
20
|
extends DescribeStorageVirtualMachinesRequest {}
|
|
20
21
|
export interface DescribeStorageVirtualMachinesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeVolumesRequest,
|
|
16
16
|
DescribeVolumesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeVolumesCommandInput extends DescribeVolumesRequest {}
|
|
19
20
|
export interface DescribeVolumesCommandOutput
|
|
20
21
|
extends DescribeVolumesResponse,
|