@aws-sdk/client-fsx 3.1077.0 → 3.1079.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 +56 -483
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateFileSystemAliasesCommand.js +2 -14
- package/dist-es/commands/CancelDataRepositoryTaskCommand.js +2 -14
- package/dist-es/commands/CopyBackupCommand.js +2 -14
- package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +2 -14
- package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +2 -14
- package/dist-es/commands/CreateBackupCommand.js +2 -14
- package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +2 -14
- package/dist-es/commands/CreateDataRepositoryTaskCommand.js +2 -14
- package/dist-es/commands/CreateFileCacheCommand.js +2 -14
- package/dist-es/commands/CreateFileSystemCommand.js +2 -14
- package/dist-es/commands/CreateFileSystemFromBackupCommand.js +2 -14
- package/dist-es/commands/CreateSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateStorageVirtualMachineCommand.js +2 -14
- package/dist-es/commands/CreateVolumeCommand.js +2 -14
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +2 -14
- package/dist-es/commands/DeleteBackupCommand.js +2 -14
- package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteFileCacheCommand.js +2 -14
- package/dist-es/commands/DeleteFileSystemCommand.js +2 -14
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +2 -14
- package/dist-es/commands/DeleteVolumeCommand.js +2 -14
- package/dist-es/commands/DescribeBackupsCommand.js +2 -14
- package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +2 -14
- package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +2 -14
- package/dist-es/commands/DescribeFileCachesCommand.js +2 -14
- package/dist-es/commands/DescribeFileSystemAliasesCommand.js +2 -14
- package/dist-es/commands/DescribeFileSystemsCommand.js +2 -14
- package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +2 -14
- package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeSnapshotsCommand.js +2 -14
- package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +2 -14
- package/dist-es/commands/DescribeVolumesCommand.js +2 -14
- package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +2 -14
- package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -14
- package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +2 -14
- package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateFileCacheCommand.js +2 -14
- package/dist-es/commands/UpdateFileSystemCommand.js +2 -14
- package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateSnapshotCommand.js +2 -14
- package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +2 -14
- package/dist-es/commands/UpdateVolumeCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +3 -8
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +3 -8
- package/dist-types/commands/CopyBackupCommand.d.ts +3 -8
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +3 -8
- package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +3 -8
- package/dist-types/commands/CreateBackupCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +3 -8
- package/dist-types/commands/CreateFileCacheCommand.d.ts +3 -8
- package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -8
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +3 -8
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +3 -8
- package/dist-types/commands/CreateVolumeCommand.d.ts +3 -8
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBackupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVolumeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBackupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFileCachesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVolumesCommand.d.ts +3 -8
- package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +3 -8
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVolumeCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CreateFileSystemRequest, CreateFileSystemResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {
|
|
|
22
19
|
export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFileSystemCommand_base: {
|
|
25
|
-
new (input: CreateFileSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFileSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFileSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFileSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new, empty Amazon FSx file system. You can create the following supported
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CreateFileSystemFromBackupRequest, CreateFileSystemFromBackupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateFileSystemFromBackupCommandInput extends CreateFileSystem
|
|
|
22
19
|
export interface CreateFileSystemFromBackupCommandOutput extends CreateFileSystemFromBackupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFileSystemFromBackupCommand_base: {
|
|
25
|
-
new (input: CreateFileSystemFromBackupCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFileSystemFromBackupCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFileSystemFromBackupCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFileSystemFromBackupCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new Amazon FSx for Lustre, Amazon FSx for Windows File
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {
|
|
|
22
19
|
export interface CreateSnapshotCommandOutput extends CreateSnapshotResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSnapshotCommand_base: {
|
|
25
|
-
new (input: CreateSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a snapshot of an existing Amazon FSx for OpenZFS volume. With
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CreateStorageVirtualMachineRequest, CreateStorageVirtualMachineResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateStorageVirtualMachineCommandInput extends CreateStorageVi
|
|
|
22
19
|
export interface CreateStorageVirtualMachineCommandOutput extends CreateStorageVirtualMachineResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateStorageVirtualMachineCommand_base: {
|
|
25
|
-
new (input: CreateStorageVirtualMachineCommandInput): import("@smithy/core/client").CommandImpl<CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateStorageVirtualMachineCommandInput): import("@smithy/core/client").CommandImpl<CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateStorageVirtualMachineCommandInput): import("@smithy/core/client").CommandImpl<CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateStorageVirtualMachineCommandInput): import("@smithy/core/client").CommandImpl<CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CreateVolumeRequest, CreateVolumeResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateVolumeCommandInput extends CreateVolumeRequest {
|
|
|
22
19
|
export interface CreateVolumeCommandOutput extends CreateVolumeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateVolumeCommand_base: {
|
|
25
|
-
new (input: CreateVolumeCommandInput): import("@smithy/core/client").CommandImpl<CreateVolumeCommandInput, CreateVolumeCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateVolumeCommandInput): import("@smithy/core/client").CommandImpl<CreateVolumeCommandInput, CreateVolumeCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateVolumeCommandInput): import("@smithy/core/client").CommandImpl<CreateVolumeCommandInput, CreateVolumeCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateVolumeCommandInput): import("@smithy/core/client").CommandImpl<CreateVolumeCommandInput, CreateVolumeCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { CreateVolumeFromBackupRequest, CreateVolumeFromBackupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateVolumeFromBackupCommandInput extends CreateVolumeFromBack
|
|
|
22
19
|
export interface CreateVolumeFromBackupCommandOutput extends CreateVolumeFromBackupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateVolumeFromBackupCommand_base: {
|
|
25
|
-
new (input: CreateVolumeFromBackupCommandInput): import("@smithy/core/client").CommandImpl<CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateVolumeFromBackupCommandInput): import("@smithy/core/client").CommandImpl<CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateVolumeFromBackupCommandInput): import("@smithy/core/client").CommandImpl<CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateVolumeFromBackupCommandInput): import("@smithy/core/client").CommandImpl<CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new Amazon FSx for NetApp ONTAP volume from an
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteBackupCommandInput extends DeleteBackupRequest {
|
|
|
22
19
|
export interface DeleteBackupCommandOutput extends DeleteBackupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBackupCommand_base: {
|
|
25
|
-
new (input: DeleteBackupCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackupCommandInput, DeleteBackupCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBackupCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackupCommandInput, DeleteBackupCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBackupCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackupCommandInput, DeleteBackupCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBackupCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackupCommandInput, DeleteBackupCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an Amazon FSx backup. After deletion, the backup no longer exists, and
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DeleteDataRepositoryAssociationRequest, DeleteDataRepositoryAssociationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteDataRepositoryAssociationCommandInput extends DeleteDataR
|
|
|
22
19
|
export interface DeleteDataRepositoryAssociationCommandOutput extends DeleteDataRepositoryAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteDataRepositoryAssociationCommand_base: {
|
|
25
|
-
new (input: DeleteDataRepositoryAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteDataRepositoryAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteDataRepositoryAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteDataRepositoryAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a data repository association on an Amazon FSx for Lustre
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DeleteFileCacheRequest, DeleteFileCacheResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteFileCacheCommandInput extends DeleteFileCacheRequest {
|
|
|
22
19
|
export interface DeleteFileCacheCommandOutput extends DeleteFileCacheResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteFileCacheCommand_base: {
|
|
25
|
-
new (input: DeleteFileCacheCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileCacheCommandInput, DeleteFileCacheCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteFileCacheCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileCacheCommandInput, DeleteFileCacheCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteFileCacheCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileCacheCommandInput, DeleteFileCacheCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteFileCacheCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileCacheCommandInput, DeleteFileCacheCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an Amazon File Cache resource. After deletion, the cache no longer exists, and its data
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DeleteFileSystemRequest, DeleteFileSystemResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {
|
|
|
22
19
|
export interface DeleteFileSystemCommandOutput extends DeleteFileSystemResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteFileSystemCommand_base: {
|
|
25
|
-
new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a file system. After deletion, the file system no longer exists, and its data
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DeleteSnapshotRequest, DeleteSnapshotResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {
|
|
|
22
19
|
export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSnapshotCommand_base: {
|
|
25
|
-
new (input: DeleteSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an Amazon FSx for OpenZFS snapshot. After deletion, the snapshot no longer
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DeleteStorageVirtualMachineRequest, DeleteStorageVirtualMachineResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteStorageVirtualMachineCommandInput extends DeleteStorageVi
|
|
|
22
19
|
export interface DeleteStorageVirtualMachineCommandOutput extends DeleteStorageVirtualMachineResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteStorageVirtualMachineCommand_base: {
|
|
25
|
-
new (input: DeleteStorageVirtualMachineCommandInput): import("@smithy/core/client").CommandImpl<DeleteStorageVirtualMachineCommandInput, DeleteStorageVirtualMachineCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteStorageVirtualMachineCommandInput): import("@smithy/core/client").CommandImpl<DeleteStorageVirtualMachineCommandInput, DeleteStorageVirtualMachineCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteStorageVirtualMachineCommandInput): import("@smithy/core/client").CommandImpl<DeleteStorageVirtualMachineCommandInput, DeleteStorageVirtualMachineCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteStorageVirtualMachineCommandInput): import("@smithy/core/client").CommandImpl<DeleteStorageVirtualMachineCommandInput, DeleteStorageVirtualMachineCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM). Prior
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DeleteVolumeRequest, DeleteVolumeResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteVolumeCommandInput extends DeleteVolumeRequest {
|
|
|
22
19
|
export interface DeleteVolumeCommandOutput extends DeleteVolumeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteVolumeCommand_base: {
|
|
25
|
-
new (input: DeleteVolumeCommandInput): import("@smithy/core/client").CommandImpl<DeleteVolumeCommandInput, DeleteVolumeCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteVolumeCommandInput): import("@smithy/core/client").CommandImpl<DeleteVolumeCommandInput, DeleteVolumeCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteVolumeCommandInput): import("@smithy/core/client").CommandImpl<DeleteVolumeCommandInput, DeleteVolumeCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteVolumeCommandInput): import("@smithy/core/client").CommandImpl<DeleteVolumeCommandInput, DeleteVolumeCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DescribeBackupsRequest, DescribeBackupsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeBackupsCommandInput extends DescribeBackupsRequest {
|
|
|
22
19
|
export interface DescribeBackupsCommandOutput extends DescribeBackupsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeBackupsCommand_base: {
|
|
25
|
-
new (input: DescribeBackupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeBackupsCommandInput, DescribeBackupsCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeBackupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeBackupsCommandInput, DescribeBackupsCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeBackupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeBackupsCommandInput, DescribeBackupsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeBackupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeBackupsCommandInput, DescribeBackupsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the description of a specific Amazon FSx backup, if a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DescribeDataRepositoryAssociationsRequest, DescribeDataRepositoryAssociationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeDataRepositoryAssociationsCommandInput extends Describe
|
|
|
22
19
|
export interface DescribeDataRepositoryAssociationsCommandOutput extends DescribeDataRepositoryAssociationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeDataRepositoryAssociationsCommand_base: {
|
|
25
|
-
new (input: DescribeDataRepositoryAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeDataRepositoryAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeDataRepositoryAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeDataRepositoryAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the description of specific Amazon FSx for Lustre or Amazon File Cache
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DescribeDataRepositoryTasksRequest, DescribeDataRepositoryTasksResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeDataRepositoryTasksCommandInput extends DescribeDataRep
|
|
|
22
19
|
export interface DescribeDataRepositoryTasksCommandOutput extends DescribeDataRepositoryTasksResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeDataRepositoryTasksCommand_base: {
|
|
25
|
-
new (input: DescribeDataRepositoryTasksCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeDataRepositoryTasksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeDataRepositoryTasksCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeDataRepositoryTasksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DescribeFileCachesRequest, DescribeFileCachesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeFileCachesCommandInput extends DescribeFileCachesReques
|
|
|
22
19
|
export interface DescribeFileCachesCommandOutput extends DescribeFileCachesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeFileCachesCommand_base: {
|
|
25
|
-
new (input: DescribeFileCachesCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileCachesCommandInput, DescribeFileCachesCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeFileCachesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeFileCachesCommandInput, DescribeFileCachesCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeFileCachesCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileCachesCommandInput, DescribeFileCachesCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeFileCachesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeFileCachesCommandInput, DescribeFileCachesCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the description of a specific Amazon File Cache resource, if a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DescribeFileSystemAliasesRequest, DescribeFileSystemAliasesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeFileSystemAliasesCommandInput extends DescribeFileSyste
|
|
|
22
19
|
export interface DescribeFileSystemAliasesCommandOutput extends DescribeFileSystemAliasesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeFileSystemAliasesCommand_base: {
|
|
25
|
-
new (input: DescribeFileSystemAliasesCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeFileSystemAliasesCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeFileSystemAliasesCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeFileSystemAliasesCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system. A history of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DescribeFileSystemsRequest, DescribeFileSystemsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeFileSystemsCommandInput extends DescribeFileSystemsRequ
|
|
|
22
19
|
export interface DescribeFileSystemsCommandOutput extends DescribeFileSystemsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeFileSystemsCommand_base: {
|
|
25
|
-
new (input: DescribeFileSystemsCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeFileSystemsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeFileSystemsCommandInput): import("@smithy/core/client").CommandImpl<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeFileSystemsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the description of specific Amazon FSx file systems, if a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DescribeS3AccessPointAttachmentsRequest, DescribeS3AccessPointAttachmentsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeS3AccessPointAttachmentsCommandInput extends DescribeS3
|
|
|
22
19
|
export interface DescribeS3AccessPointAttachmentsCommandOutput extends DescribeS3AccessPointAttachmentsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeS3AccessPointAttachmentsCommand_base: {
|
|
25
|
-
new (input: DescribeS3AccessPointAttachmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeS3AccessPointAttachmentsCommandInput, DescribeS3AccessPointAttachmentsCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeS3AccessPointAttachmentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeS3AccessPointAttachmentsCommandInput, DescribeS3AccessPointAttachmentsCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeS3AccessPointAttachmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeS3AccessPointAttachmentsCommandInput, DescribeS3AccessPointAttachmentsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeS3AccessPointAttachmentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeS3AccessPointAttachmentsCommandInput, DescribeS3AccessPointAttachmentsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes one or more S3 access points attached to Amazon FSx volumes.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
4
2
|
import type { DescribeSharedVpcConfigurationRequest, DescribeSharedVpcConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeSharedVpcConfigurationCommandInput extends DescribeShar
|
|
|
22
19
|
export interface DescribeSharedVpcConfigurationCommandOutput extends DescribeSharedVpcConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeSharedVpcConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeSharedVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeSharedVpcConfigurationCommandInput, DescribeSharedVpcConfigurationCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeSharedVpcConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSharedVpcConfigurationCommandInput, DescribeSharedVpcConfigurationCommandOutput, FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeSharedVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeSharedVpcConfigurationCommandInput, DescribeSharedVpcConfigurationCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeSharedVpcConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSharedVpcConfigurationCommandInput, DescribeSharedVpcConfigurationCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Indicates whether participant accounts in your organization can create Amazon FSx for NetApp ONTAP Multi-AZ file systems in subnets that are shared by a virtual
|