@aws-sdk/client-fsx 3.590.0 → 3.596.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/index.js +6 -45
- package/dist-es/models/models_0.js +4 -0
- package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/commands/CopyBackupCommand.d.ts +10 -1
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +10 -1
- package/dist-types/commands/CreateBackupCommand.d.ts +10 -1
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateFileCacheCommand.d.ts +2 -1
- package/dist-types/commands/CreateFileSystemCommand.d.ts +15 -2
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +14 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +10 -1
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +10 -1
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +10 -1
- package/dist-types/commands/DeleteBackupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +4 -3
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBackupsCommand.d.ts +10 -1
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileCachesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +10 -1
- package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +10 -1
- package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +10 -1
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +10 -1
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +10 -1
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +10 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +19 -1
- package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +10 -1
- package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVolumeCommand.d.ts +10 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/FSxServiceException.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +208 -44
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/FSxServiceException.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +21 -0
- package/package.json +6 -6
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteFileCacheRequest,
|
|
10
10
|
DeleteFileCacheResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteFileCacheCommandInput extends DeleteFileCacheRequest {}
|
|
14
15
|
export interface DeleteFileCacheCommandOutput
|
|
15
16
|
extends DeleteFileCacheResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteFileSystemRequest,
|
|
10
10
|
DeleteFileSystemResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {}
|
|
14
15
|
export interface DeleteFileSystemCommandOutput
|
|
15
16
|
extends DeleteFileSystemResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteSnapshotRequest,
|
|
10
10
|
DeleteSnapshotResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {}
|
|
14
15
|
export interface DeleteSnapshotCommandOutput
|
|
15
16
|
extends DeleteSnapshotResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteStorageVirtualMachineRequest,
|
|
10
10
|
DeleteStorageVirtualMachineResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteStorageVirtualMachineCommandInput
|
|
14
15
|
extends DeleteStorageVirtualMachineRequest {}
|
|
15
16
|
export interface DeleteStorageVirtualMachineCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
8
|
import { DeleteVolumeRequest, DeleteVolumeResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteVolumeCommandInput extends DeleteVolumeRequest {}
|
|
11
12
|
export interface DeleteVolumeCommandOutput
|
|
12
13
|
extends DeleteVolumeResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeBackupsRequest,
|
|
10
10
|
DescribeBackupsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeBackupsCommandInput extends DescribeBackupsRequest {}
|
|
14
15
|
export interface DescribeBackupsCommandOutput
|
|
15
16
|
extends DescribeBackupsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeDataRepositoryAssociationsRequest,
|
|
10
10
|
DescribeDataRepositoryAssociationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeDataRepositoryAssociationsCommandInput
|
|
14
15
|
extends DescribeDataRepositoryAssociationsRequest {}
|
|
15
16
|
export interface DescribeDataRepositoryAssociationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeDataRepositoryTasksRequest,
|
|
10
10
|
DescribeDataRepositoryTasksResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeDataRepositoryTasksCommandInput
|
|
14
15
|
extends DescribeDataRepositoryTasksRequest {}
|
|
15
16
|
export interface DescribeDataRepositoryTasksCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeFileCachesRequest,
|
|
10
10
|
DescribeFileCachesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeFileCachesCommandInput
|
|
14
15
|
extends DescribeFileCachesRequest {}
|
|
15
16
|
export interface DescribeFileCachesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeFileSystemAliasesRequest,
|
|
10
10
|
DescribeFileSystemAliasesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeFileSystemAliasesCommandInput
|
|
14
15
|
extends DescribeFileSystemAliasesRequest {}
|
|
15
16
|
export interface DescribeFileSystemAliasesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeFileSystemsRequest,
|
|
10
10
|
DescribeFileSystemsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeFileSystemsCommandInput
|
|
14
15
|
extends DescribeFileSystemsRequest {}
|
|
15
16
|
export interface DescribeFileSystemsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeSharedVpcConfigurationRequest,
|
|
10
10
|
DescribeSharedVpcConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeSharedVpcConfigurationCommandInput
|
|
14
15
|
extends DescribeSharedVpcConfigurationRequest {}
|
|
15
16
|
export interface DescribeSharedVpcConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeSnapshotsRequest,
|
|
10
10
|
DescribeSnapshotsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeSnapshotsCommandInput
|
|
14
15
|
extends DescribeSnapshotsRequest {}
|
|
15
16
|
export interface DescribeSnapshotsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeStorageVirtualMachinesRequest,
|
|
10
10
|
DescribeStorageVirtualMachinesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeStorageVirtualMachinesCommandInput
|
|
14
15
|
extends DescribeStorageVirtualMachinesRequest {}
|
|
15
16
|
export interface DescribeStorageVirtualMachinesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeVolumesRequest,
|
|
10
10
|
DescribeVolumesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeVolumesCommandInput extends DescribeVolumesRequest {}
|
|
14
15
|
export interface DescribeVolumesCommandOutput
|
|
15
16
|
extends DescribeVolumesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisassociateFileSystemAliasesRequest,
|
|
10
10
|
DisassociateFileSystemAliasesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisassociateFileSystemAliasesCommandInput
|
|
14
15
|
extends DisassociateFileSystemAliasesRequest {}
|
|
15
16
|
export interface DisassociateFileSystemAliasesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ReleaseFileSystemNfsV3LocksRequest,
|
|
10
10
|
ReleaseFileSystemNfsV3LocksResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ReleaseFileSystemNfsV3LocksCommandInput
|
|
14
15
|
extends ReleaseFileSystemNfsV3LocksRequest {}
|
|
15
16
|
export interface ReleaseFileSystemNfsV3LocksCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RestoreVolumeFromSnapshotRequest,
|
|
10
10
|
RestoreVolumeFromSnapshotResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RestoreVolumeFromSnapshotCommandInput
|
|
14
15
|
extends RestoreVolumeFromSnapshotRequest {}
|
|
15
16
|
export interface RestoreVolumeFromSnapshotCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartMisconfiguredStateRecoveryRequest,
|
|
10
10
|
StartMisconfiguredStateRecoveryResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartMisconfiguredStateRecoveryCommandInput
|
|
14
15
|
extends StartMisconfiguredStateRecoveryRequest {}
|
|
15
16
|
export interface StartMisconfiguredStateRecoveryCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateDataRepositoryAssociationRequest,
|
|
10
10
|
UpdateDataRepositoryAssociationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateDataRepositoryAssociationCommandInput
|
|
14
15
|
extends UpdateDataRepositoryAssociationRequest {}
|
|
15
16
|
export interface UpdateDataRepositoryAssociationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateFileCacheRequest,
|
|
10
10
|
UpdateFileCacheResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateFileCacheCommandInput extends UpdateFileCacheRequest {}
|
|
14
15
|
export interface UpdateFileCacheCommandOutput
|
|
15
16
|
extends UpdateFileCacheResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateFileSystemRequest,
|
|
10
10
|
UpdateFileSystemResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateFileSystemCommandInput extends UpdateFileSystemRequest {}
|
|
14
15
|
export interface UpdateFileSystemCommandOutput
|
|
15
16
|
extends UpdateFileSystemResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateSharedVpcConfigurationRequest,
|
|
10
10
|
UpdateSharedVpcConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateSharedVpcConfigurationCommandInput
|
|
14
15
|
extends UpdateSharedVpcConfigurationRequest {}
|
|
15
16
|
export interface UpdateSharedVpcConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateSnapshotRequest,
|
|
10
10
|
UpdateSnapshotResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateSnapshotCommandInput extends UpdateSnapshotRequest {}
|
|
14
15
|
export interface UpdateSnapshotCommandOutput
|
|
15
16
|
extends UpdateSnapshotResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateStorageVirtualMachineRequest,
|
|
10
10
|
UpdateStorageVirtualMachineResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateStorageVirtualMachineCommandInput
|
|
14
15
|
extends UpdateStorageVirtualMachineRequest {}
|
|
15
16
|
export interface UpdateStorageVirtualMachineCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FSxClient";
|
|
8
8
|
import { UpdateVolumeRequest, UpdateVolumeResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateVolumeCommandInput extends UpdateVolumeRequest {}
|
|
11
12
|
export interface UpdateVolumeCommandOutput
|
|
12
13
|
extends UpdateVolumeResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class FSxServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -135,6 +135,16 @@ export interface LustreLogConfiguration {
|
|
|
135
135
|
Level: LustreAccessAuditLogLevel | undefined;
|
|
136
136
|
Destination?: string;
|
|
137
137
|
}
|
|
138
|
+
export declare const MetadataConfigurationMode: {
|
|
139
|
+
readonly AUTOMATIC: "AUTOMATIC";
|
|
140
|
+
readonly USER_PROVISIONED: "USER_PROVISIONED";
|
|
141
|
+
};
|
|
142
|
+
export type MetadataConfigurationMode =
|
|
143
|
+
(typeof MetadataConfigurationMode)[keyof typeof MetadataConfigurationMode];
|
|
144
|
+
export interface FileSystemLustreMetadataConfiguration {
|
|
145
|
+
Iops?: number;
|
|
146
|
+
Mode: MetadataConfigurationMode | undefined;
|
|
147
|
+
}
|
|
138
148
|
export interface LustreRootSquashConfiguration {
|
|
139
149
|
RootSquash?: string;
|
|
140
150
|
NoSquashNids?: string[];
|
|
@@ -152,6 +162,7 @@ export interface LustreFileSystemConfiguration {
|
|
|
152
162
|
DataCompressionType?: DataCompressionType;
|
|
153
163
|
LogConfiguration?: LustreLogConfiguration;
|
|
154
164
|
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
165
|
+
MetadataConfiguration?: FileSystemLustreMetadataConfiguration;
|
|
155
166
|
}
|
|
156
167
|
export declare const OntapDeploymentType: {
|
|
157
168
|
readonly MULTI_AZ_1: "MULTI_AZ_1";
|
|
@@ -950,6 +961,10 @@ export interface LustreLogCreateConfiguration {
|
|
|
950
961
|
Level: LustreAccessAuditLogLevel | undefined;
|
|
951
962
|
Destination?: string;
|
|
952
963
|
}
|
|
964
|
+
export interface CreateFileSystemLustreMetadataConfiguration {
|
|
965
|
+
Iops?: number;
|
|
966
|
+
Mode: MetadataConfigurationMode | undefined;
|
|
967
|
+
}
|
|
953
968
|
export interface CreateFileSystemLustreConfiguration {
|
|
954
969
|
WeeklyMaintenanceStartTime?: string;
|
|
955
970
|
ImportPath?: string;
|
|
@@ -965,6 +980,7 @@ export interface CreateFileSystemLustreConfiguration {
|
|
|
965
980
|
DataCompressionType?: DataCompressionType;
|
|
966
981
|
LogConfiguration?: LustreLogCreateConfiguration;
|
|
967
982
|
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
983
|
+
MetadataConfiguration?: CreateFileSystemLustreMetadataConfiguration;
|
|
968
984
|
}
|
|
969
985
|
export interface CreateFileSystemOntapConfiguration {
|
|
970
986
|
AutomaticBackupRetentionDays?: number;
|
|
@@ -1635,6 +1651,10 @@ export interface UpdateFileCacheRequest {
|
|
|
1635
1651
|
export interface UpdateFileCacheResponse {
|
|
1636
1652
|
FileCache?: FileCache;
|
|
1637
1653
|
}
|
|
1654
|
+
export interface UpdateFileSystemLustreMetadataConfiguration {
|
|
1655
|
+
Iops?: number;
|
|
1656
|
+
Mode?: MetadataConfigurationMode;
|
|
1657
|
+
}
|
|
1638
1658
|
export interface UpdateFileSystemLustreConfiguration {
|
|
1639
1659
|
WeeklyMaintenanceStartTime?: string;
|
|
1640
1660
|
DailyAutomaticBackupStartTime?: string;
|
|
@@ -1644,6 +1664,7 @@ export interface UpdateFileSystemLustreConfiguration {
|
|
|
1644
1664
|
LogConfiguration?: LustreLogCreateConfiguration;
|
|
1645
1665
|
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
1646
1666
|
PerUnitStorageThroughput?: number;
|
|
1667
|
+
MetadataConfiguration?: UpdateFileSystemLustreMetadataConfiguration;
|
|
1647
1668
|
}
|
|
1648
1669
|
export interface UpdateFileSystemOntapConfiguration {
|
|
1649
1670
|
AutomaticBackupRetentionDays?: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-fsx",
|
|
3
3
|
"description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.596.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-fsx",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|