@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,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 { CreateBackupRequest, CreateBackupResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateBackupCommandInput extends CreateBackupRequest {}
|
|
15
|
+
export interface CreateBackupCommandOutput
|
|
16
|
+
extends CreateBackupResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateBackupCommand extends $Command<
|
|
20
|
+
CreateBackupCommandInput,
|
|
21
|
+
CreateBackupCommandOutput,
|
|
22
|
+
FSxClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateBackupCommandInput;
|
|
25
|
+
constructor(input: CreateBackupCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: FSxClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateBackupCommandInput, CreateBackupCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
CreateDataRepositoryAssociationRequest,
|
|
15
|
+
CreateDataRepositoryAssociationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDataRepositoryAssociationCommandInput
|
|
18
|
+
extends CreateDataRepositoryAssociationRequest {}
|
|
19
|
+
export interface CreateDataRepositoryAssociationCommandOutput
|
|
20
|
+
extends CreateDataRepositoryAssociationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDataRepositoryAssociationCommand extends $Command<
|
|
24
|
+
CreateDataRepositoryAssociationCommandInput,
|
|
25
|
+
CreateDataRepositoryAssociationCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDataRepositoryAssociationCommandInput;
|
|
29
|
+
constructor(input: CreateDataRepositoryAssociationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDataRepositoryAssociationCommandInput,
|
|
37
|
+
CreateDataRepositoryAssociationCommandOutput
|
|
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
|
+
CreateDataRepositoryTaskRequest,
|
|
15
|
+
CreateDataRepositoryTaskResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDataRepositoryTaskCommandInput
|
|
18
|
+
extends CreateDataRepositoryTaskRequest {}
|
|
19
|
+
export interface CreateDataRepositoryTaskCommandOutput
|
|
20
|
+
extends CreateDataRepositoryTaskResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDataRepositoryTaskCommand extends $Command<
|
|
24
|
+
CreateDataRepositoryTaskCommandInput,
|
|
25
|
+
CreateDataRepositoryTaskCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDataRepositoryTaskCommandInput;
|
|
29
|
+
constructor(input: CreateDataRepositoryTaskCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDataRepositoryTaskCommandInput,
|
|
37
|
+
CreateDataRepositoryTaskCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
CreateFileSystemRequest,
|
|
15
|
+
CreateFileSystemResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {}
|
|
18
|
+
export interface CreateFileSystemCommandOutput
|
|
19
|
+
extends CreateFileSystemResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateFileSystemCommand extends $Command<
|
|
23
|
+
CreateFileSystemCommandInput,
|
|
24
|
+
CreateFileSystemCommandOutput,
|
|
25
|
+
FSxClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateFileSystemCommandInput;
|
|
28
|
+
constructor(input: CreateFileSystemCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: FSxClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateFileSystemCommandInput, CreateFileSystemCommandOutput>;
|
|
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
|
+
CreateFileSystemFromBackupRequest,
|
|
15
|
+
CreateFileSystemFromBackupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateFileSystemFromBackupCommandInput
|
|
18
|
+
extends CreateFileSystemFromBackupRequest {}
|
|
19
|
+
export interface CreateFileSystemFromBackupCommandOutput
|
|
20
|
+
extends CreateFileSystemFromBackupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateFileSystemFromBackupCommand extends $Command<
|
|
24
|
+
CreateFileSystemFromBackupCommandInput,
|
|
25
|
+
CreateFileSystemFromBackupCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateFileSystemFromBackupCommandInput;
|
|
29
|
+
constructor(input: CreateFileSystemFromBackupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateFileSystemFromBackupCommandInput,
|
|
37
|
+
CreateFileSystemFromBackupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
CreateSnapshotRequest,
|
|
15
|
+
CreateSnapshotResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
|
|
18
|
+
export interface CreateSnapshotCommandOutput
|
|
19
|
+
extends CreateSnapshotResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateSnapshotCommand extends $Command<
|
|
23
|
+
CreateSnapshotCommandInput,
|
|
24
|
+
CreateSnapshotCommandOutput,
|
|
25
|
+
FSxClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateSnapshotCommandInput;
|
|
28
|
+
constructor(input: CreateSnapshotCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: FSxClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateSnapshotCommandInput, CreateSnapshotCommandOutput>;
|
|
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
|
+
CreateStorageVirtualMachineRequest,
|
|
15
|
+
CreateStorageVirtualMachineResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateStorageVirtualMachineCommandInput
|
|
18
|
+
extends CreateStorageVirtualMachineRequest {}
|
|
19
|
+
export interface CreateStorageVirtualMachineCommandOutput
|
|
20
|
+
extends CreateStorageVirtualMachineResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateStorageVirtualMachineCommand extends $Command<
|
|
24
|
+
CreateStorageVirtualMachineCommandInput,
|
|
25
|
+
CreateStorageVirtualMachineCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateStorageVirtualMachineCommandInput;
|
|
29
|
+
constructor(input: CreateStorageVirtualMachineCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateStorageVirtualMachineCommandInput,
|
|
37
|
+
CreateStorageVirtualMachineCommandOutput
|
|
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 { CreateVolumeRequest, CreateVolumeResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateVolumeCommandInput extends CreateVolumeRequest {}
|
|
15
|
+
export interface CreateVolumeCommandOutput
|
|
16
|
+
extends CreateVolumeResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateVolumeCommand extends $Command<
|
|
20
|
+
CreateVolumeCommandInput,
|
|
21
|
+
CreateVolumeCommandOutput,
|
|
22
|
+
FSxClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateVolumeCommandInput;
|
|
25
|
+
constructor(input: CreateVolumeCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: FSxClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateVolumeCommandInput, CreateVolumeCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
CreateVolumeFromBackupRequest,
|
|
15
|
+
CreateVolumeFromBackupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateVolumeFromBackupCommandInput
|
|
18
|
+
extends CreateVolumeFromBackupRequest {}
|
|
19
|
+
export interface CreateVolumeFromBackupCommandOutput
|
|
20
|
+
extends CreateVolumeFromBackupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateVolumeFromBackupCommand extends $Command<
|
|
24
|
+
CreateVolumeFromBackupCommandInput,
|
|
25
|
+
CreateVolumeFromBackupCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateVolumeFromBackupCommandInput;
|
|
29
|
+
constructor(input: CreateVolumeFromBackupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateVolumeFromBackupCommandInput,
|
|
37
|
+
CreateVolumeFromBackupCommandOutput
|
|
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 { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteBackupCommandInput extends DeleteBackupRequest {}
|
|
15
|
+
export interface DeleteBackupCommandOutput
|
|
16
|
+
extends DeleteBackupResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteBackupCommand extends $Command<
|
|
20
|
+
DeleteBackupCommandInput,
|
|
21
|
+
DeleteBackupCommandOutput,
|
|
22
|
+
FSxClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteBackupCommandInput;
|
|
25
|
+
constructor(input: DeleteBackupCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: FSxClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteBackupCommandInput, DeleteBackupCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
DeleteDataRepositoryAssociationRequest,
|
|
15
|
+
DeleteDataRepositoryAssociationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDataRepositoryAssociationCommandInput
|
|
18
|
+
extends DeleteDataRepositoryAssociationRequest {}
|
|
19
|
+
export interface DeleteDataRepositoryAssociationCommandOutput
|
|
20
|
+
extends DeleteDataRepositoryAssociationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteDataRepositoryAssociationCommand extends $Command<
|
|
24
|
+
DeleteDataRepositoryAssociationCommandInput,
|
|
25
|
+
DeleteDataRepositoryAssociationCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteDataRepositoryAssociationCommandInput;
|
|
29
|
+
constructor(input: DeleteDataRepositoryAssociationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteDataRepositoryAssociationCommandInput,
|
|
37
|
+
DeleteDataRepositoryAssociationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|