@aws-sdk/client-fsx 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/FSx.d.ts +676 -190
- package/dist-types/ts3.4/FSxClient.d.ts +350 -110
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/FSxServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2703 -2519
- package/dist-types/ts3.4/pagination/DescribeBackupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDataRepositoryTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFileSystemAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStorageVirtualMachinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteFileSystemRequest,
|
|
15
|
+
DeleteFileSystemResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {}
|
|
18
|
+
export interface DeleteFileSystemCommandOutput
|
|
19
|
+
extends DeleteFileSystemResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteFileSystemCommand extends $Command<
|
|
23
|
+
DeleteFileSystemCommandInput,
|
|
24
|
+
DeleteFileSystemCommandOutput,
|
|
25
|
+
FSxClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteFileSystemCommandInput;
|
|
28
|
+
constructor(input: DeleteFileSystemCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: FSxClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteSnapshotRequest,
|
|
15
|
+
DeleteSnapshotResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {}
|
|
18
|
+
export interface DeleteSnapshotCommandOutput
|
|
19
|
+
extends DeleteSnapshotResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteSnapshotCommand extends $Command<
|
|
23
|
+
DeleteSnapshotCommandInput,
|
|
24
|
+
DeleteSnapshotCommandOutput,
|
|
25
|
+
FSxClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteSnapshotCommandInput;
|
|
28
|
+
constructor(input: DeleteSnapshotCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: FSxClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteStorageVirtualMachineRequest,
|
|
15
|
+
DeleteStorageVirtualMachineResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteStorageVirtualMachineCommandInput
|
|
18
|
+
extends DeleteStorageVirtualMachineRequest {}
|
|
19
|
+
export interface DeleteStorageVirtualMachineCommandOutput
|
|
20
|
+
extends DeleteStorageVirtualMachineResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteStorageVirtualMachineCommand extends $Command<
|
|
24
|
+
DeleteStorageVirtualMachineCommandInput,
|
|
25
|
+
DeleteStorageVirtualMachineCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteStorageVirtualMachineCommandInput;
|
|
29
|
+
constructor(input: DeleteStorageVirtualMachineCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteStorageVirtualMachineCommandInput,
|
|
37
|
+
DeleteStorageVirtualMachineCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import { DeleteVolumeRequest, DeleteVolumeResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteVolumeCommandInput extends DeleteVolumeRequest {}
|
|
15
|
+
export interface DeleteVolumeCommandOutput
|
|
16
|
+
extends DeleteVolumeResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteVolumeCommand extends $Command<
|
|
20
|
+
DeleteVolumeCommandInput,
|
|
21
|
+
DeleteVolumeCommandOutput,
|
|
22
|
+
FSxClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteVolumeCommandInput;
|
|
25
|
+
constructor(input: DeleteVolumeCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: FSxClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteVolumeCommandInput, DeleteVolumeCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeBackupsRequest,
|
|
15
|
+
DescribeBackupsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeBackupsCommandInput extends DescribeBackupsRequest {}
|
|
18
|
+
export interface DescribeBackupsCommandOutput
|
|
19
|
+
extends DescribeBackupsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeBackupsCommand extends $Command<
|
|
23
|
+
DescribeBackupsCommandInput,
|
|
24
|
+
DescribeBackupsCommandOutput,
|
|
25
|
+
FSxClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeBackupsCommandInput;
|
|
28
|
+
constructor(input: DescribeBackupsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: FSxClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeBackupsCommandInput, DescribeBackupsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeDataRepositoryAssociationsRequest,
|
|
15
|
+
DescribeDataRepositoryAssociationsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDataRepositoryAssociationsCommandInput
|
|
18
|
+
extends DescribeDataRepositoryAssociationsRequest {}
|
|
19
|
+
export interface DescribeDataRepositoryAssociationsCommandOutput
|
|
20
|
+
extends DescribeDataRepositoryAssociationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDataRepositoryAssociationsCommand extends $Command<
|
|
24
|
+
DescribeDataRepositoryAssociationsCommandInput,
|
|
25
|
+
DescribeDataRepositoryAssociationsCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDataRepositoryAssociationsCommandInput;
|
|
29
|
+
constructor(input: DescribeDataRepositoryAssociationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDataRepositoryAssociationsCommandInput,
|
|
37
|
+
DescribeDataRepositoryAssociationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeDataRepositoryTasksRequest,
|
|
15
|
+
DescribeDataRepositoryTasksResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDataRepositoryTasksCommandInput
|
|
18
|
+
extends DescribeDataRepositoryTasksRequest {}
|
|
19
|
+
export interface DescribeDataRepositoryTasksCommandOutput
|
|
20
|
+
extends DescribeDataRepositoryTasksResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDataRepositoryTasksCommand extends $Command<
|
|
24
|
+
DescribeDataRepositoryTasksCommandInput,
|
|
25
|
+
DescribeDataRepositoryTasksCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDataRepositoryTasksCommandInput;
|
|
29
|
+
constructor(input: DescribeDataRepositoryTasksCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDataRepositoryTasksCommandInput,
|
|
37
|
+
DescribeDataRepositoryTasksCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeFileSystemAliasesRequest,
|
|
15
|
+
DescribeFileSystemAliasesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeFileSystemAliasesCommandInput
|
|
18
|
+
extends DescribeFileSystemAliasesRequest {}
|
|
19
|
+
export interface DescribeFileSystemAliasesCommandOutput
|
|
20
|
+
extends DescribeFileSystemAliasesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeFileSystemAliasesCommand extends $Command<
|
|
24
|
+
DescribeFileSystemAliasesCommandInput,
|
|
25
|
+
DescribeFileSystemAliasesCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeFileSystemAliasesCommandInput;
|
|
29
|
+
constructor(input: DescribeFileSystemAliasesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeFileSystemAliasesCommandInput,
|
|
37
|
+
DescribeFileSystemAliasesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeFileSystemsRequest,
|
|
15
|
+
DescribeFileSystemsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeFileSystemsCommandInput
|
|
18
|
+
extends DescribeFileSystemsRequest {}
|
|
19
|
+
export interface DescribeFileSystemsCommandOutput
|
|
20
|
+
extends DescribeFileSystemsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeFileSystemsCommand extends $Command<
|
|
24
|
+
DescribeFileSystemsCommandInput,
|
|
25
|
+
DescribeFileSystemsCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeFileSystemsCommandInput;
|
|
29
|
+
constructor(input: DescribeFileSystemsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeSnapshotsRequest,
|
|
15
|
+
DescribeSnapshotsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeSnapshotsCommandInput
|
|
18
|
+
extends DescribeSnapshotsRequest {}
|
|
19
|
+
export interface DescribeSnapshotsCommandOutput
|
|
20
|
+
extends DescribeSnapshotsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeSnapshotsCommand extends $Command<
|
|
24
|
+
DescribeSnapshotsCommandInput,
|
|
25
|
+
DescribeSnapshotsCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeSnapshotsCommandInput;
|
|
29
|
+
constructor(input: DescribeSnapshotsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeStorageVirtualMachinesRequest,
|
|
15
|
+
DescribeStorageVirtualMachinesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeStorageVirtualMachinesCommandInput
|
|
18
|
+
extends DescribeStorageVirtualMachinesRequest {}
|
|
19
|
+
export interface DescribeStorageVirtualMachinesCommandOutput
|
|
20
|
+
extends DescribeStorageVirtualMachinesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeStorageVirtualMachinesCommand extends $Command<
|
|
24
|
+
DescribeStorageVirtualMachinesCommandInput,
|
|
25
|
+
DescribeStorageVirtualMachinesCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeStorageVirtualMachinesCommandInput;
|
|
29
|
+
constructor(input: DescribeStorageVirtualMachinesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeStorageVirtualMachinesCommandInput,
|
|
37
|
+
DescribeStorageVirtualMachinesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|