@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,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 { DescribeVolumesRequest, DescribeVolumesResponse } from "../models/models_0";
5
- export interface DescribeVolumesCommandInput extends DescribeVolumesRequest {
6
- }
7
- export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeVolumesCommand extends $Command<DescribeVolumesCommandInput, DescribeVolumesCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: DescribeVolumesCommandInput;
12
- constructor(input: DescribeVolumesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVolumesCommandInput, DescribeVolumesCommandOutput>;
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
+ DescribeVolumesRequest,
15
+ DescribeVolumesResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeVolumesCommandInput extends DescribeVolumesRequest {}
18
+ export interface DescribeVolumesCommandOutput
19
+ extends DescribeVolumesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeVolumesCommand extends $Command<
23
+ DescribeVolumesCommandInput,
24
+ DescribeVolumesCommandOutput,
25
+ FSxClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeVolumesCommandInput;
28
+ constructor(input: DescribeVolumesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: FSxClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeVolumesCommandInput, DescribeVolumesCommandOutput>;
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 { DisassociateFileSystemAliasesRequest, DisassociateFileSystemAliasesResponse } from "../models/models_0";
5
- export interface DisassociateFileSystemAliasesCommandInput extends DisassociateFileSystemAliasesRequest {
6
- }
7
- export interface DisassociateFileSystemAliasesCommandOutput extends DisassociateFileSystemAliasesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateFileSystemAliasesCommand extends $Command<DisassociateFileSystemAliasesCommandInput, DisassociateFileSystemAliasesCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: DisassociateFileSystemAliasesCommandInput;
12
- constructor(input: DisassociateFileSystemAliasesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFileSystemAliasesCommandInput, DisassociateFileSystemAliasesCommandOutput>;
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
+ DisassociateFileSystemAliasesRequest,
15
+ DisassociateFileSystemAliasesResponse,
16
+ } from "../models/models_0";
17
+ export interface DisassociateFileSystemAliasesCommandInput
18
+ extends DisassociateFileSystemAliasesRequest {}
19
+ export interface DisassociateFileSystemAliasesCommandOutput
20
+ extends DisassociateFileSystemAliasesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisassociateFileSystemAliasesCommand extends $Command<
24
+ DisassociateFileSystemAliasesCommandInput,
25
+ DisassociateFileSystemAliasesCommandOutput,
26
+ FSxClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateFileSystemAliasesCommandInput;
29
+ constructor(input: DisassociateFileSystemAliasesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FSxClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisassociateFileSystemAliasesCommandInput,
37
+ DisassociateFileSystemAliasesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ FSxClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FSxClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ReleaseFileSystemNfsV3LocksRequest, ReleaseFileSystemNfsV3LocksResponse } from "../models/models_0";
5
- export interface ReleaseFileSystemNfsV3LocksCommandInput extends ReleaseFileSystemNfsV3LocksRequest {
6
- }
7
- export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSystemNfsV3LocksResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ReleaseFileSystemNfsV3LocksCommand extends $Command<ReleaseFileSystemNfsV3LocksCommandInput, ReleaseFileSystemNfsV3LocksCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: ReleaseFileSystemNfsV3LocksCommandInput;
12
- constructor(input: ReleaseFileSystemNfsV3LocksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReleaseFileSystemNfsV3LocksCommandInput, ReleaseFileSystemNfsV3LocksCommandOutput>;
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
+ ReleaseFileSystemNfsV3LocksRequest,
15
+ ReleaseFileSystemNfsV3LocksResponse,
16
+ } from "../models/models_0";
17
+ export interface ReleaseFileSystemNfsV3LocksCommandInput
18
+ extends ReleaseFileSystemNfsV3LocksRequest {}
19
+ export interface ReleaseFileSystemNfsV3LocksCommandOutput
20
+ extends ReleaseFileSystemNfsV3LocksResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ReleaseFileSystemNfsV3LocksCommand extends $Command<
24
+ ReleaseFileSystemNfsV3LocksCommandInput,
25
+ ReleaseFileSystemNfsV3LocksCommandOutput,
26
+ FSxClientResolvedConfig
27
+ > {
28
+ readonly input: ReleaseFileSystemNfsV3LocksCommandInput;
29
+ constructor(input: ReleaseFileSystemNfsV3LocksCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FSxClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ReleaseFileSystemNfsV3LocksCommandInput,
37
+ ReleaseFileSystemNfsV3LocksCommandOutput
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 { RestoreVolumeFromSnapshotRequest, RestoreVolumeFromSnapshotResponse } from "../models/models_0";
5
- export interface RestoreVolumeFromSnapshotCommandInput extends RestoreVolumeFromSnapshotRequest {
6
- }
7
- export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFromSnapshotResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class RestoreVolumeFromSnapshotCommand extends $Command<RestoreVolumeFromSnapshotCommandInput, RestoreVolumeFromSnapshotCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: RestoreVolumeFromSnapshotCommandInput;
12
- constructor(input: RestoreVolumeFromSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreVolumeFromSnapshotCommandInput, RestoreVolumeFromSnapshotCommandOutput>;
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
+ RestoreVolumeFromSnapshotRequest,
15
+ RestoreVolumeFromSnapshotResponse,
16
+ } from "../models/models_0";
17
+ export interface RestoreVolumeFromSnapshotCommandInput
18
+ extends RestoreVolumeFromSnapshotRequest {}
19
+ export interface RestoreVolumeFromSnapshotCommandOutput
20
+ extends RestoreVolumeFromSnapshotResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class RestoreVolumeFromSnapshotCommand extends $Command<
24
+ RestoreVolumeFromSnapshotCommandInput,
25
+ RestoreVolumeFromSnapshotCommandOutput,
26
+ FSxClientResolvedConfig
27
+ > {
28
+ readonly input: RestoreVolumeFromSnapshotCommandInput;
29
+ constructor(input: RestoreVolumeFromSnapshotCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FSxClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ RestoreVolumeFromSnapshotCommandInput,
37
+ RestoreVolumeFromSnapshotCommandOutput
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ FSxClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: FSxClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ FSxClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: FSxClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateDataRepositoryAssociationRequest, UpdateDataRepositoryAssociationResponse } from "../models/models_0";
5
- export interface UpdateDataRepositoryAssociationCommandInput extends UpdateDataRepositoryAssociationRequest {
6
- }
7
- export interface UpdateDataRepositoryAssociationCommandOutput extends UpdateDataRepositoryAssociationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDataRepositoryAssociationCommand extends $Command<UpdateDataRepositoryAssociationCommandInput, UpdateDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: UpdateDataRepositoryAssociationCommandInput;
12
- constructor(input: UpdateDataRepositoryAssociationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataRepositoryAssociationCommandInput, UpdateDataRepositoryAssociationCommandOutput>;
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
+ UpdateDataRepositoryAssociationRequest,
15
+ UpdateDataRepositoryAssociationResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateDataRepositoryAssociationCommandInput
18
+ extends UpdateDataRepositoryAssociationRequest {}
19
+ export interface UpdateDataRepositoryAssociationCommandOutput
20
+ extends UpdateDataRepositoryAssociationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateDataRepositoryAssociationCommand extends $Command<
24
+ UpdateDataRepositoryAssociationCommandInput,
25
+ UpdateDataRepositoryAssociationCommandOutput,
26
+ FSxClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateDataRepositoryAssociationCommandInput;
29
+ constructor(input: UpdateDataRepositoryAssociationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FSxClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateDataRepositoryAssociationCommandInput,
37
+ UpdateDataRepositoryAssociationCommandOutput
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 { UpdateFileSystemRequest, UpdateFileSystemResponse } from "../models/models_0";
5
- export interface UpdateFileSystemCommandInput extends UpdateFileSystemRequest {
6
- }
7
- export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFileSystemCommand extends $Command<UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: UpdateFileSystemCommandInput;
12
- constructor(input: UpdateFileSystemCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput>;
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
+ UpdateFileSystemRequest,
15
+ UpdateFileSystemResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateFileSystemCommandInput extends UpdateFileSystemRequest {}
18
+ export interface UpdateFileSystemCommandOutput
19
+ extends UpdateFileSystemResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateFileSystemCommand extends $Command<
23
+ UpdateFileSystemCommandInput,
24
+ UpdateFileSystemCommandOutput,
25
+ FSxClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateFileSystemCommandInput;
28
+ constructor(input: UpdateFileSystemCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: FSxClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_0";
5
- export interface UpdateSnapshotCommandInput extends UpdateSnapshotRequest {
6
- }
7
- export interface UpdateSnapshotCommandOutput extends UpdateSnapshotResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSnapshotCommand extends $Command<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: UpdateSnapshotCommandInput;
12
- constructor(input: UpdateSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput>;
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
+ UpdateSnapshotRequest,
15
+ UpdateSnapshotResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateSnapshotCommandInput extends UpdateSnapshotRequest {}
18
+ export interface UpdateSnapshotCommandOutput
19
+ extends UpdateSnapshotResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateSnapshotCommand extends $Command<
23
+ UpdateSnapshotCommandInput,
24
+ UpdateSnapshotCommandOutput,
25
+ FSxClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateSnapshotCommandInput;
28
+ constructor(input: UpdateSnapshotCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: FSxClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput>;
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 { UpdateStorageVirtualMachineRequest, UpdateStorageVirtualMachineResponse } from "../models/models_0";
5
- export interface UpdateStorageVirtualMachineCommandInput extends UpdateStorageVirtualMachineRequest {
6
- }
7
- export interface UpdateStorageVirtualMachineCommandOutput extends UpdateStorageVirtualMachineResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateStorageVirtualMachineCommand extends $Command<UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: UpdateStorageVirtualMachineCommandInput;
12
- constructor(input: UpdateStorageVirtualMachineCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput>;
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
+ UpdateStorageVirtualMachineRequest,
15
+ UpdateStorageVirtualMachineResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateStorageVirtualMachineCommandInput
18
+ extends UpdateStorageVirtualMachineRequest {}
19
+ export interface UpdateStorageVirtualMachineCommandOutput
20
+ extends UpdateStorageVirtualMachineResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateStorageVirtualMachineCommand extends $Command<
24
+ UpdateStorageVirtualMachineCommandInput,
25
+ UpdateStorageVirtualMachineCommandOutput,
26
+ FSxClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateStorageVirtualMachineCommandInput;
29
+ constructor(input: UpdateStorageVirtualMachineCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: FSxClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateStorageVirtualMachineCommandInput,
37
+ UpdateStorageVirtualMachineCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }