@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,113 +1,449 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput } from "../commands/AssociateFileSystemAliasesCommand";
4
- import { CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput } from "../commands/CancelDataRepositoryTaskCommand";
5
- import { CopyBackupCommandInput, CopyBackupCommandOutput } from "../commands/CopyBackupCommand";
6
- import { CreateBackupCommandInput, CreateBackupCommandOutput } from "../commands/CreateBackupCommand";
7
- import { CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput } from "../commands/CreateDataRepositoryAssociationCommand";
8
- import { CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput } from "../commands/CreateDataRepositoryTaskCommand";
9
- import { CreateFileSystemCommandInput, CreateFileSystemCommandOutput } from "../commands/CreateFileSystemCommand";
10
- import { CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput } from "../commands/CreateFileSystemFromBackupCommand";
11
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
12
- import { CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput } from "../commands/CreateStorageVirtualMachineCommand";
13
- import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "../commands/CreateVolumeCommand";
14
- import { CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput } from "../commands/CreateVolumeFromBackupCommand";
15
- import { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "../commands/DeleteBackupCommand";
16
- import { DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput } from "../commands/DeleteDataRepositoryAssociationCommand";
17
- import { DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput } from "../commands/DeleteFileSystemCommand";
18
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "../commands/DeleteSnapshotCommand";
19
- import { DeleteStorageVirtualMachineCommandInput, DeleteStorageVirtualMachineCommandOutput } from "../commands/DeleteStorageVirtualMachineCommand";
20
- import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "../commands/DeleteVolumeCommand";
21
- import { DescribeBackupsCommandInput, DescribeBackupsCommandOutput } from "../commands/DescribeBackupsCommand";
22
- import { DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput } from "../commands/DescribeDataRepositoryAssociationsCommand";
23
- import { DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput } from "../commands/DescribeDataRepositoryTasksCommand";
24
- import { DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput } from "../commands/DescribeFileSystemAliasesCommand";
25
- import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } from "../commands/DescribeFileSystemsCommand";
26
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
27
- import { DescribeStorageVirtualMachinesCommandInput, DescribeStorageVirtualMachinesCommandOutput } from "../commands/DescribeStorageVirtualMachinesCommand";
28
- import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "../commands/DescribeVolumesCommand";
29
- import { DisassociateFileSystemAliasesCommandInput, DisassociateFileSystemAliasesCommandOutput } from "../commands/DisassociateFileSystemAliasesCommand";
30
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
31
- import { ReleaseFileSystemNfsV3LocksCommandInput, ReleaseFileSystemNfsV3LocksCommandOutput } from "../commands/ReleaseFileSystemNfsV3LocksCommand";
32
- import { RestoreVolumeFromSnapshotCommandInput, RestoreVolumeFromSnapshotCommandOutput } from "../commands/RestoreVolumeFromSnapshotCommand";
33
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
34
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
35
- import { UpdateDataRepositoryAssociationCommandInput, UpdateDataRepositoryAssociationCommandOutput } from "../commands/UpdateDataRepositoryAssociationCommand";
36
- import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "../commands/UpdateFileSystemCommand";
37
- import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "../commands/UpdateSnapshotCommand";
38
- import { UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput } from "../commands/UpdateStorageVirtualMachineCommand";
39
- import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "../commands/UpdateVolumeCommand";
40
- export declare const serializeAws_json1_1AssociateFileSystemAliasesCommand: (input: AssociateFileSystemAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1CancelDataRepositoryTaskCommand: (input: CancelDataRepositoryTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1CopyBackupCommand: (input: CopyBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1CreateBackupCommand: (input: CreateBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1CreateDataRepositoryAssociationCommand: (input: CreateDataRepositoryAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1CreateDataRepositoryTaskCommand: (input: CreateDataRepositoryTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1CreateFileSystemCommand: (input: CreateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1CreateFileSystemFromBackupCommand: (input: CreateFileSystemFromBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1CreateStorageVirtualMachineCommand: (input: CreateStorageVirtualMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1CreateVolumeCommand: (input: CreateVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1CreateVolumeFromBackupCommand: (input: CreateVolumeFromBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1DeleteBackupCommand: (input: DeleteBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1DeleteDataRepositoryAssociationCommand: (input: DeleteDataRepositoryAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1DeleteFileSystemCommand: (input: DeleteFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1DeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1DeleteStorageVirtualMachineCommand: (input: DeleteStorageVirtualMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1DeleteVolumeCommand: (input: DeleteVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1DescribeBackupsCommand: (input: DescribeBackupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1DescribeDataRepositoryAssociationsCommand: (input: DescribeDataRepositoryAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1DescribeDataRepositoryTasksCommand: (input: DescribeDataRepositoryTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1DescribeFileSystemAliasesCommand: (input: DescribeFileSystemAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1DescribeFileSystemsCommand: (input: DescribeFileSystemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DescribeSnapshotsCommand: (input: DescribeSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DescribeStorageVirtualMachinesCommand: (input: DescribeStorageVirtualMachinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DescribeVolumesCommand: (input: DescribeVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1DisassociateFileSystemAliasesCommand: (input: DisassociateFileSystemAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand: (input: ReleaseFileSystemNfsV3LocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1RestoreVolumeFromSnapshotCommand: (input: RestoreVolumeFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1UpdateDataRepositoryAssociationCommand: (input: UpdateDataRepositoryAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1UpdateFileSystemCommand: (input: UpdateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1UpdateSnapshotCommand: (input: UpdateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1UpdateStorageVirtualMachineCommand: (input: UpdateStorageVirtualMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1UpdateVolumeCommand: (input: UpdateVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const deserializeAws_json1_1AssociateFileSystemAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFileSystemAliasesCommandOutput>;
78
- export declare const deserializeAws_json1_1CancelDataRepositoryTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelDataRepositoryTaskCommandOutput>;
79
- export declare const deserializeAws_json1_1CopyBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyBackupCommandOutput>;
80
- export declare const deserializeAws_json1_1CreateBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackupCommandOutput>;
81
- export declare const deserializeAws_json1_1CreateDataRepositoryAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataRepositoryAssociationCommandOutput>;
82
- export declare const deserializeAws_json1_1CreateDataRepositoryTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataRepositoryTaskCommandOutput>;
83
- export declare const deserializeAws_json1_1CreateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFileSystemCommandOutput>;
84
- export declare const deserializeAws_json1_1CreateFileSystemFromBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFileSystemFromBackupCommandOutput>;
85
- export declare const deserializeAws_json1_1CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
86
- export declare const deserializeAws_json1_1CreateStorageVirtualMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorageVirtualMachineCommandOutput>;
87
- export declare const deserializeAws_json1_1CreateVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVolumeCommandOutput>;
88
- export declare const deserializeAws_json1_1CreateVolumeFromBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVolumeFromBackupCommandOutput>;
89
- export declare const deserializeAws_json1_1DeleteBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackupCommandOutput>;
90
- export declare const deserializeAws_json1_1DeleteDataRepositoryAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataRepositoryAssociationCommandOutput>;
91
- export declare const deserializeAws_json1_1DeleteFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileSystemCommandOutput>;
92
- export declare const deserializeAws_json1_1DeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
93
- export declare const deserializeAws_json1_1DeleteStorageVirtualMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageVirtualMachineCommandOutput>;
94
- export declare const deserializeAws_json1_1DeleteVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVolumeCommandOutput>;
95
- export declare const deserializeAws_json1_1DescribeBackupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBackupsCommandOutput>;
96
- export declare const deserializeAws_json1_1DescribeDataRepositoryAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataRepositoryAssociationsCommandOutput>;
97
- export declare const deserializeAws_json1_1DescribeDataRepositoryTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataRepositoryTasksCommandOutput>;
98
- export declare const deserializeAws_json1_1DescribeFileSystemAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemAliasesCommandOutput>;
99
- export declare const deserializeAws_json1_1DescribeFileSystemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemsCommandOutput>;
100
- export declare const deserializeAws_json1_1DescribeSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotsCommandOutput>;
101
- export declare const deserializeAws_json1_1DescribeStorageVirtualMachinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorageVirtualMachinesCommandOutput>;
102
- export declare const deserializeAws_json1_1DescribeVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVolumesCommandOutput>;
103
- export declare const deserializeAws_json1_1DisassociateFileSystemAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFileSystemAliasesCommandOutput>;
104
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
105
- export declare const deserializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReleaseFileSystemNfsV3LocksCommandOutput>;
106
- export declare const deserializeAws_json1_1RestoreVolumeFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreVolumeFromSnapshotCommandOutput>;
107
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
108
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
109
- export declare const deserializeAws_json1_1UpdateDataRepositoryAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataRepositoryAssociationCommandOutput>;
110
- export declare const deserializeAws_json1_1UpdateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFileSystemCommandOutput>;
111
- export declare const deserializeAws_json1_1UpdateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotCommandOutput>;
112
- export declare const deserializeAws_json1_1UpdateStorageVirtualMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStorageVirtualMachineCommandOutput>;
113
- export declare const deserializeAws_json1_1UpdateVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVolumeCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateFileSystemAliasesCommandInput,
8
+ AssociateFileSystemAliasesCommandOutput,
9
+ } from "../commands/AssociateFileSystemAliasesCommand";
10
+ import {
11
+ CancelDataRepositoryTaskCommandInput,
12
+ CancelDataRepositoryTaskCommandOutput,
13
+ } from "../commands/CancelDataRepositoryTaskCommand";
14
+ import {
15
+ CopyBackupCommandInput,
16
+ CopyBackupCommandOutput,
17
+ } from "../commands/CopyBackupCommand";
18
+ import {
19
+ CreateBackupCommandInput,
20
+ CreateBackupCommandOutput,
21
+ } from "../commands/CreateBackupCommand";
22
+ import {
23
+ CreateDataRepositoryAssociationCommandInput,
24
+ CreateDataRepositoryAssociationCommandOutput,
25
+ } from "../commands/CreateDataRepositoryAssociationCommand";
26
+ import {
27
+ CreateDataRepositoryTaskCommandInput,
28
+ CreateDataRepositoryTaskCommandOutput,
29
+ } from "../commands/CreateDataRepositoryTaskCommand";
30
+ import {
31
+ CreateFileSystemCommandInput,
32
+ CreateFileSystemCommandOutput,
33
+ } from "../commands/CreateFileSystemCommand";
34
+ import {
35
+ CreateFileSystemFromBackupCommandInput,
36
+ CreateFileSystemFromBackupCommandOutput,
37
+ } from "../commands/CreateFileSystemFromBackupCommand";
38
+ import {
39
+ CreateSnapshotCommandInput,
40
+ CreateSnapshotCommandOutput,
41
+ } from "../commands/CreateSnapshotCommand";
42
+ import {
43
+ CreateStorageVirtualMachineCommandInput,
44
+ CreateStorageVirtualMachineCommandOutput,
45
+ } from "../commands/CreateStorageVirtualMachineCommand";
46
+ import {
47
+ CreateVolumeCommandInput,
48
+ CreateVolumeCommandOutput,
49
+ } from "../commands/CreateVolumeCommand";
50
+ import {
51
+ CreateVolumeFromBackupCommandInput,
52
+ CreateVolumeFromBackupCommandOutput,
53
+ } from "../commands/CreateVolumeFromBackupCommand";
54
+ import {
55
+ DeleteBackupCommandInput,
56
+ DeleteBackupCommandOutput,
57
+ } from "../commands/DeleteBackupCommand";
58
+ import {
59
+ DeleteDataRepositoryAssociationCommandInput,
60
+ DeleteDataRepositoryAssociationCommandOutput,
61
+ } from "../commands/DeleteDataRepositoryAssociationCommand";
62
+ import {
63
+ DeleteFileSystemCommandInput,
64
+ DeleteFileSystemCommandOutput,
65
+ } from "../commands/DeleteFileSystemCommand";
66
+ import {
67
+ DeleteSnapshotCommandInput,
68
+ DeleteSnapshotCommandOutput,
69
+ } from "../commands/DeleteSnapshotCommand";
70
+ import {
71
+ DeleteStorageVirtualMachineCommandInput,
72
+ DeleteStorageVirtualMachineCommandOutput,
73
+ } from "../commands/DeleteStorageVirtualMachineCommand";
74
+ import {
75
+ DeleteVolumeCommandInput,
76
+ DeleteVolumeCommandOutput,
77
+ } from "../commands/DeleteVolumeCommand";
78
+ import {
79
+ DescribeBackupsCommandInput,
80
+ DescribeBackupsCommandOutput,
81
+ } from "../commands/DescribeBackupsCommand";
82
+ import {
83
+ DescribeDataRepositoryAssociationsCommandInput,
84
+ DescribeDataRepositoryAssociationsCommandOutput,
85
+ } from "../commands/DescribeDataRepositoryAssociationsCommand";
86
+ import {
87
+ DescribeDataRepositoryTasksCommandInput,
88
+ DescribeDataRepositoryTasksCommandOutput,
89
+ } from "../commands/DescribeDataRepositoryTasksCommand";
90
+ import {
91
+ DescribeFileSystemAliasesCommandInput,
92
+ DescribeFileSystemAliasesCommandOutput,
93
+ } from "../commands/DescribeFileSystemAliasesCommand";
94
+ import {
95
+ DescribeFileSystemsCommandInput,
96
+ DescribeFileSystemsCommandOutput,
97
+ } from "../commands/DescribeFileSystemsCommand";
98
+ import {
99
+ DescribeSnapshotsCommandInput,
100
+ DescribeSnapshotsCommandOutput,
101
+ } from "../commands/DescribeSnapshotsCommand";
102
+ import {
103
+ DescribeStorageVirtualMachinesCommandInput,
104
+ DescribeStorageVirtualMachinesCommandOutput,
105
+ } from "../commands/DescribeStorageVirtualMachinesCommand";
106
+ import {
107
+ DescribeVolumesCommandInput,
108
+ DescribeVolumesCommandOutput,
109
+ } from "../commands/DescribeVolumesCommand";
110
+ import {
111
+ DisassociateFileSystemAliasesCommandInput,
112
+ DisassociateFileSystemAliasesCommandOutput,
113
+ } from "../commands/DisassociateFileSystemAliasesCommand";
114
+ import {
115
+ ListTagsForResourceCommandInput,
116
+ ListTagsForResourceCommandOutput,
117
+ } from "../commands/ListTagsForResourceCommand";
118
+ import {
119
+ ReleaseFileSystemNfsV3LocksCommandInput,
120
+ ReleaseFileSystemNfsV3LocksCommandOutput,
121
+ } from "../commands/ReleaseFileSystemNfsV3LocksCommand";
122
+ import {
123
+ RestoreVolumeFromSnapshotCommandInput,
124
+ RestoreVolumeFromSnapshotCommandOutput,
125
+ } from "../commands/RestoreVolumeFromSnapshotCommand";
126
+ import {
127
+ TagResourceCommandInput,
128
+ TagResourceCommandOutput,
129
+ } from "../commands/TagResourceCommand";
130
+ import {
131
+ UntagResourceCommandInput,
132
+ UntagResourceCommandOutput,
133
+ } from "../commands/UntagResourceCommand";
134
+ import {
135
+ UpdateDataRepositoryAssociationCommandInput,
136
+ UpdateDataRepositoryAssociationCommandOutput,
137
+ } from "../commands/UpdateDataRepositoryAssociationCommand";
138
+ import {
139
+ UpdateFileSystemCommandInput,
140
+ UpdateFileSystemCommandOutput,
141
+ } from "../commands/UpdateFileSystemCommand";
142
+ import {
143
+ UpdateSnapshotCommandInput,
144
+ UpdateSnapshotCommandOutput,
145
+ } from "../commands/UpdateSnapshotCommand";
146
+ import {
147
+ UpdateStorageVirtualMachineCommandInput,
148
+ UpdateStorageVirtualMachineCommandOutput,
149
+ } from "../commands/UpdateStorageVirtualMachineCommand";
150
+ import {
151
+ UpdateVolumeCommandInput,
152
+ UpdateVolumeCommandOutput,
153
+ } from "../commands/UpdateVolumeCommand";
154
+ export declare const serializeAws_json1_1AssociateFileSystemAliasesCommand: (
155
+ input: AssociateFileSystemAliasesCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_json1_1CancelDataRepositoryTaskCommand: (
159
+ input: CancelDataRepositoryTaskCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_json1_1CopyBackupCommand: (
163
+ input: CopyBackupCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_1CreateBackupCommand: (
167
+ input: CreateBackupCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_1CreateDataRepositoryAssociationCommand: (
171
+ input: CreateDataRepositoryAssociationCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_1CreateDataRepositoryTaskCommand: (
175
+ input: CreateDataRepositoryTaskCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_1CreateFileSystemCommand: (
179
+ input: CreateFileSystemCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_json1_1CreateFileSystemFromBackupCommand: (
183
+ input: CreateFileSystemFromBackupCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_1CreateSnapshotCommand: (
187
+ input: CreateSnapshotCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_1CreateStorageVirtualMachineCommand: (
191
+ input: CreateStorageVirtualMachineCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1CreateVolumeCommand: (
195
+ input: CreateVolumeCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1CreateVolumeFromBackupCommand: (
199
+ input: CreateVolumeFromBackupCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1DeleteBackupCommand: (
203
+ input: DeleteBackupCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1DeleteDataRepositoryAssociationCommand: (
207
+ input: DeleteDataRepositoryAssociationCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1DeleteFileSystemCommand: (
211
+ input: DeleteFileSystemCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1DeleteSnapshotCommand: (
215
+ input: DeleteSnapshotCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1DeleteStorageVirtualMachineCommand: (
219
+ input: DeleteStorageVirtualMachineCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1DeleteVolumeCommand: (
223
+ input: DeleteVolumeCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1DescribeBackupsCommand: (
227
+ input: DescribeBackupsCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1DescribeDataRepositoryAssociationsCommand: (
231
+ input: DescribeDataRepositoryAssociationsCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1DescribeDataRepositoryTasksCommand: (
235
+ input: DescribeDataRepositoryTasksCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1DescribeFileSystemAliasesCommand: (
239
+ input: DescribeFileSystemAliasesCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1DescribeFileSystemsCommand: (
243
+ input: DescribeFileSystemsCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1DescribeSnapshotsCommand: (
247
+ input: DescribeSnapshotsCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1DescribeStorageVirtualMachinesCommand: (
251
+ input: DescribeStorageVirtualMachinesCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1DescribeVolumesCommand: (
255
+ input: DescribeVolumesCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1DisassociateFileSystemAliasesCommand: (
259
+ input: DisassociateFileSystemAliasesCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
263
+ input: ListTagsForResourceCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand: (
267
+ input: ReleaseFileSystemNfsV3LocksCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1RestoreVolumeFromSnapshotCommand: (
271
+ input: RestoreVolumeFromSnapshotCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1TagResourceCommand: (
275
+ input: TagResourceCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1UntagResourceCommand: (
279
+ input: UntagResourceCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1UpdateDataRepositoryAssociationCommand: (
283
+ input: UpdateDataRepositoryAssociationCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1UpdateFileSystemCommand: (
287
+ input: UpdateFileSystemCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1UpdateSnapshotCommand: (
291
+ input: UpdateSnapshotCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1UpdateStorageVirtualMachineCommand: (
295
+ input: UpdateStorageVirtualMachineCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1UpdateVolumeCommand: (
299
+ input: UpdateVolumeCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const deserializeAws_json1_1AssociateFileSystemAliasesCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<AssociateFileSystemAliasesCommandOutput>;
306
+ export declare const deserializeAws_json1_1CancelDataRepositoryTaskCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<CancelDataRepositoryTaskCommandOutput>;
310
+ export declare const deserializeAws_json1_1CopyBackupCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<CopyBackupCommandOutput>;
314
+ export declare const deserializeAws_json1_1CreateBackupCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<CreateBackupCommandOutput>;
318
+ export declare const deserializeAws_json1_1CreateDataRepositoryAssociationCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<CreateDataRepositoryAssociationCommandOutput>;
322
+ export declare const deserializeAws_json1_1CreateDataRepositoryTaskCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<CreateDataRepositoryTaskCommandOutput>;
326
+ export declare const deserializeAws_json1_1CreateFileSystemCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<CreateFileSystemCommandOutput>;
330
+ export declare const deserializeAws_json1_1CreateFileSystemFromBackupCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<CreateFileSystemFromBackupCommandOutput>;
334
+ export declare const deserializeAws_json1_1CreateSnapshotCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<CreateSnapshotCommandOutput>;
338
+ export declare const deserializeAws_json1_1CreateStorageVirtualMachineCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<CreateStorageVirtualMachineCommandOutput>;
342
+ export declare const deserializeAws_json1_1CreateVolumeCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<CreateVolumeCommandOutput>;
346
+ export declare const deserializeAws_json1_1CreateVolumeFromBackupCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<CreateVolumeFromBackupCommandOutput>;
350
+ export declare const deserializeAws_json1_1DeleteBackupCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<DeleteBackupCommandOutput>;
354
+ export declare const deserializeAws_json1_1DeleteDataRepositoryAssociationCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<DeleteDataRepositoryAssociationCommandOutput>;
358
+ export declare const deserializeAws_json1_1DeleteFileSystemCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<DeleteFileSystemCommandOutput>;
362
+ export declare const deserializeAws_json1_1DeleteSnapshotCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<DeleteSnapshotCommandOutput>;
366
+ export declare const deserializeAws_json1_1DeleteStorageVirtualMachineCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<DeleteStorageVirtualMachineCommandOutput>;
370
+ export declare const deserializeAws_json1_1DeleteVolumeCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<DeleteVolumeCommandOutput>;
374
+ export declare const deserializeAws_json1_1DescribeBackupsCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<DescribeBackupsCommandOutput>;
378
+ export declare const deserializeAws_json1_1DescribeDataRepositoryAssociationsCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<DescribeDataRepositoryAssociationsCommandOutput>;
382
+ export declare const deserializeAws_json1_1DescribeDataRepositoryTasksCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<DescribeDataRepositoryTasksCommandOutput>;
386
+ export declare const deserializeAws_json1_1DescribeFileSystemAliasesCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<DescribeFileSystemAliasesCommandOutput>;
390
+ export declare const deserializeAws_json1_1DescribeFileSystemsCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<DescribeFileSystemsCommandOutput>;
394
+ export declare const deserializeAws_json1_1DescribeSnapshotsCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<DescribeSnapshotsCommandOutput>;
398
+ export declare const deserializeAws_json1_1DescribeStorageVirtualMachinesCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<DescribeStorageVirtualMachinesCommandOutput>;
402
+ export declare const deserializeAws_json1_1DescribeVolumesCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<DescribeVolumesCommandOutput>;
406
+ export declare const deserializeAws_json1_1DisassociateFileSystemAliasesCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<DisassociateFileSystemAliasesCommandOutput>;
410
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<ListTagsForResourceCommandOutput>;
414
+ export declare const deserializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<ReleaseFileSystemNfsV3LocksCommandOutput>;
418
+ export declare const deserializeAws_json1_1RestoreVolumeFromSnapshotCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<RestoreVolumeFromSnapshotCommandOutput>;
422
+ export declare const deserializeAws_json1_1TagResourceCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<TagResourceCommandOutput>;
426
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<UntagResourceCommandOutput>;
430
+ export declare const deserializeAws_json1_1UpdateDataRepositoryAssociationCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<UpdateDataRepositoryAssociationCommandOutput>;
434
+ export declare const deserializeAws_json1_1UpdateFileSystemCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<UpdateFileSystemCommandOutput>;
438
+ export declare const deserializeAws_json1_1UpdateSnapshotCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<UpdateSnapshotCommandOutput>;
442
+ export declare const deserializeAws_json1_1UpdateStorageVirtualMachineCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<UpdateStorageVirtualMachineCommandOutput>;
446
+ export declare const deserializeAws_json1_1UpdateVolumeCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<UpdateVolumeCommandOutput>;