@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.
Files changed (63) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/FSx.d.ts +676 -190
  3. package/dist-types/ts3.4/FSxClient.d.ts +350 -110
  4. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/FSxServiceException.d.ts +8 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +2703 -2519
  47. package/dist-types/ts3.4/pagination/DescribeBackupsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/DescribeDataRepositoryTasksPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/DescribeFileSystemAliasesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/DescribeStorageVirtualMachinesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  56. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  63. package/package.json +34 -34
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CreateBackupRequest, CreateBackupResponse } from "../models/models_0";
5
- export interface CreateBackupCommandInput extends CreateBackupRequest {
6
- }
7
- export interface CreateBackupCommandOutput extends CreateBackupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBackupCommand extends $Command<CreateBackupCommandInput, CreateBackupCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: CreateBackupCommandInput;
12
- constructor(input: CreateBackupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackupCommandInput, CreateBackupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CreateDataRepositoryAssociationRequest, CreateDataRepositoryAssociationResponse } from "../models/models_0";
5
- export interface CreateDataRepositoryAssociationCommandInput extends CreateDataRepositoryAssociationRequest {
6
- }
7
- export interface CreateDataRepositoryAssociationCommandOutput extends CreateDataRepositoryAssociationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDataRepositoryAssociationCommand extends $Command<CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: CreateDataRepositoryAssociationCommandInput;
12
- constructor(input: CreateDataRepositoryAssociationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CreateDataRepositoryTaskRequest, CreateDataRepositoryTaskResponse } from "../models/models_0";
5
- export interface CreateDataRepositoryTaskCommandInput extends CreateDataRepositoryTaskRequest {
6
- }
7
- export interface CreateDataRepositoryTaskCommandOutput extends CreateDataRepositoryTaskResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDataRepositoryTaskCommand extends $Command<CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: CreateDataRepositoryTaskCommandInput;
12
- constructor(input: CreateDataRepositoryTaskCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CreateFileSystemRequest, CreateFileSystemResponse } from "../models/models_0";
5
- export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {
6
- }
7
- export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFileSystemCommand extends $Command<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: CreateFileSystemCommandInput;
12
- constructor(input: CreateFileSystemCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFileSystemCommandInput, CreateFileSystemCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CreateFileSystemFromBackupRequest, CreateFileSystemFromBackupResponse } from "../models/models_0";
5
- export interface CreateFileSystemFromBackupCommandInput extends CreateFileSystemFromBackupRequest {
6
- }
7
- export interface CreateFileSystemFromBackupCommandOutput extends CreateFileSystemFromBackupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFileSystemFromBackupCommand extends $Command<CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: CreateFileSystemFromBackupCommandInput;
12
- constructor(input: CreateFileSystemFromBackupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0";
5
- export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {
6
- }
7
- export interface CreateSnapshotCommandOutput extends CreateSnapshotResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: CreateSnapshotCommandInput;
12
- constructor(input: CreateSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSnapshotCommandInput, CreateSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CreateStorageVirtualMachineRequest, CreateStorageVirtualMachineResponse } from "../models/models_0";
5
- export interface CreateStorageVirtualMachineCommandInput extends CreateStorageVirtualMachineRequest {
6
- }
7
- export interface CreateStorageVirtualMachineCommandOutput extends CreateStorageVirtualMachineResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateStorageVirtualMachineCommand extends $Command<CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: CreateStorageVirtualMachineCommandInput;
12
- constructor(input: CreateStorageVirtualMachineCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CreateVolumeRequest, CreateVolumeResponse } from "../models/models_0";
5
- export interface CreateVolumeCommandInput extends CreateVolumeRequest {
6
- }
7
- export interface CreateVolumeCommandOutput extends CreateVolumeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateVolumeCommand extends $Command<CreateVolumeCommandInput, CreateVolumeCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: CreateVolumeCommandInput;
12
- constructor(input: CreateVolumeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVolumeCommandInput, CreateVolumeCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CreateVolumeFromBackupRequest, CreateVolumeFromBackupResponse } from "../models/models_0";
5
- export interface CreateVolumeFromBackupCommandInput extends CreateVolumeFromBackupRequest {
6
- }
7
- export interface CreateVolumeFromBackupCommandOutput extends CreateVolumeFromBackupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateVolumeFromBackupCommand extends $Command<CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: CreateVolumeFromBackupCommandInput;
12
- constructor(input: CreateVolumeFromBackupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0";
5
- export interface DeleteBackupCommandInput extends DeleteBackupRequest {
6
- }
7
- export interface DeleteBackupCommandOutput extends DeleteBackupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBackupCommand extends $Command<DeleteBackupCommandInput, DeleteBackupCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: DeleteBackupCommandInput;
12
- constructor(input: DeleteBackupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupCommandInput, DeleteBackupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { DeleteDataRepositoryAssociationRequest, DeleteDataRepositoryAssociationResponse } from "../models/models_0";
5
- export interface DeleteDataRepositoryAssociationCommandInput extends DeleteDataRepositoryAssociationRequest {
6
- }
7
- export interface DeleteDataRepositoryAssociationCommandOutput extends DeleteDataRepositoryAssociationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDataRepositoryAssociationCommand extends $Command<DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: DeleteDataRepositoryAssociationCommandInput;
12
- constructor(input: DeleteDataRepositoryAssociationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }