@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,190 +1,676 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput } from "./commands/AssociateFileSystemAliasesCommand";
3
- import { CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput } from "./commands/CancelDataRepositoryTaskCommand";
4
- import { CopyBackupCommandInput, CopyBackupCommandOutput } from "./commands/CopyBackupCommand";
5
- import { CreateBackupCommandInput, CreateBackupCommandOutput } from "./commands/CreateBackupCommand";
6
- import { CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput } from "./commands/CreateDataRepositoryAssociationCommand";
7
- import { CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput } from "./commands/CreateDataRepositoryTaskCommand";
8
- import { CreateFileSystemCommandInput, CreateFileSystemCommandOutput } from "./commands/CreateFileSystemCommand";
9
- import { CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput } from "./commands/CreateFileSystemFromBackupCommand";
10
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
11
- import { CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput } from "./commands/CreateStorageVirtualMachineCommand";
12
- import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "./commands/CreateVolumeCommand";
13
- import { CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput } from "./commands/CreateVolumeFromBackupCommand";
14
- import { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "./commands/DeleteBackupCommand";
15
- import { DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput } from "./commands/DeleteDataRepositoryAssociationCommand";
16
- import { DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput } from "./commands/DeleteFileSystemCommand";
17
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
18
- import { DeleteStorageVirtualMachineCommandInput, DeleteStorageVirtualMachineCommandOutput } from "./commands/DeleteStorageVirtualMachineCommand";
19
- import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
20
- import { DescribeBackupsCommandInput, DescribeBackupsCommandOutput } from "./commands/DescribeBackupsCommand";
21
- import { DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput } from "./commands/DescribeDataRepositoryAssociationsCommand";
22
- import { DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput } from "./commands/DescribeDataRepositoryTasksCommand";
23
- import { DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput } from "./commands/DescribeFileSystemAliasesCommand";
24
- import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } from "./commands/DescribeFileSystemsCommand";
25
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
26
- import { DescribeStorageVirtualMachinesCommandInput, DescribeStorageVirtualMachinesCommandOutput } from "./commands/DescribeStorageVirtualMachinesCommand";
27
- import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "./commands/DescribeVolumesCommand";
28
- import { DisassociateFileSystemAliasesCommandInput, DisassociateFileSystemAliasesCommandOutput } from "./commands/DisassociateFileSystemAliasesCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
30
- import { ReleaseFileSystemNfsV3LocksCommandInput, ReleaseFileSystemNfsV3LocksCommandOutput } from "./commands/ReleaseFileSystemNfsV3LocksCommand";
31
- import { RestoreVolumeFromSnapshotCommandInput, RestoreVolumeFromSnapshotCommandOutput } from "./commands/RestoreVolumeFromSnapshotCommand";
32
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
33
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
34
- import { UpdateDataRepositoryAssociationCommandInput, UpdateDataRepositoryAssociationCommandOutput } from "./commands/UpdateDataRepositoryAssociationCommand";
35
- import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "./commands/UpdateFileSystemCommand";
36
- import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
37
- import { UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput } from "./commands/UpdateStorageVirtualMachineCommand";
38
- import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "./commands/UpdateVolumeCommand";
39
- import { FSxClient } from "./FSxClient";
40
-
41
- export declare class FSx extends FSxClient {
42
-
43
- associateFileSystemAliases(args: AssociateFileSystemAliasesCommandInput, options?: __HttpHandlerOptions): Promise<AssociateFileSystemAliasesCommandOutput>;
44
- associateFileSystemAliases(args: AssociateFileSystemAliasesCommandInput, cb: (err: any, data?: AssociateFileSystemAliasesCommandOutput) => void): void;
45
- associateFileSystemAliases(args: AssociateFileSystemAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateFileSystemAliasesCommandOutput) => void): void;
46
-
47
- cancelDataRepositoryTask(args: CancelDataRepositoryTaskCommandInput, options?: __HttpHandlerOptions): Promise<CancelDataRepositoryTaskCommandOutput>;
48
- cancelDataRepositoryTask(args: CancelDataRepositoryTaskCommandInput, cb: (err: any, data?: CancelDataRepositoryTaskCommandOutput) => void): void;
49
- cancelDataRepositoryTask(args: CancelDataRepositoryTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelDataRepositoryTaskCommandOutput) => void): void;
50
-
51
- copyBackup(args: CopyBackupCommandInput, options?: __HttpHandlerOptions): Promise<CopyBackupCommandOutput>;
52
- copyBackup(args: CopyBackupCommandInput, cb: (err: any, data?: CopyBackupCommandOutput) => void): void;
53
- copyBackup(args: CopyBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyBackupCommandOutput) => void): void;
54
-
55
- createBackup(args: CreateBackupCommandInput, options?: __HttpHandlerOptions): Promise<CreateBackupCommandOutput>;
56
- createBackup(args: CreateBackupCommandInput, cb: (err: any, data?: CreateBackupCommandOutput) => void): void;
57
- createBackup(args: CreateBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupCommandOutput) => void): void;
58
-
59
- createDataRepositoryAssociation(args: CreateDataRepositoryAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataRepositoryAssociationCommandOutput>;
60
- createDataRepositoryAssociation(args: CreateDataRepositoryAssociationCommandInput, cb: (err: any, data?: CreateDataRepositoryAssociationCommandOutput) => void): void;
61
- createDataRepositoryAssociation(args: CreateDataRepositoryAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataRepositoryAssociationCommandOutput) => void): void;
62
-
63
- createDataRepositoryTask(args: CreateDataRepositoryTaskCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataRepositoryTaskCommandOutput>;
64
- createDataRepositoryTask(args: CreateDataRepositoryTaskCommandInput, cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void): void;
65
- createDataRepositoryTask(args: CreateDataRepositoryTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void): void;
66
-
67
- createFileSystem(args: CreateFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<CreateFileSystemCommandOutput>;
68
- createFileSystem(args: CreateFileSystemCommandInput, cb: (err: any, data?: CreateFileSystemCommandOutput) => void): void;
69
- createFileSystem(args: CreateFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFileSystemCommandOutput) => void): void;
70
-
71
- createFileSystemFromBackup(args: CreateFileSystemFromBackupCommandInput, options?: __HttpHandlerOptions): Promise<CreateFileSystemFromBackupCommandOutput>;
72
- createFileSystemFromBackup(args: CreateFileSystemFromBackupCommandInput, cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void): void;
73
- createFileSystemFromBackup(args: CreateFileSystemFromBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void): void;
74
-
75
- createSnapshot(args: CreateSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateSnapshotCommandOutput>;
76
- createSnapshot(args: CreateSnapshotCommandInput, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
77
- createSnapshot(args: CreateSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
78
-
79
- createStorageVirtualMachine(args: CreateStorageVirtualMachineCommandInput, options?: __HttpHandlerOptions): Promise<CreateStorageVirtualMachineCommandOutput>;
80
- createStorageVirtualMachine(args: CreateStorageVirtualMachineCommandInput, cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void): void;
81
- createStorageVirtualMachine(args: CreateStorageVirtualMachineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void): void;
82
-
83
- createVolume(args: CreateVolumeCommandInput, options?: __HttpHandlerOptions): Promise<CreateVolumeCommandOutput>;
84
- createVolume(args: CreateVolumeCommandInput, cb: (err: any, data?: CreateVolumeCommandOutput) => void): void;
85
- createVolume(args: CreateVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVolumeCommandOutput) => void): void;
86
-
87
- createVolumeFromBackup(args: CreateVolumeFromBackupCommandInput, options?: __HttpHandlerOptions): Promise<CreateVolumeFromBackupCommandOutput>;
88
- createVolumeFromBackup(args: CreateVolumeFromBackupCommandInput, cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void): void;
89
- createVolumeFromBackup(args: CreateVolumeFromBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void): void;
90
-
91
- deleteBackup(args: DeleteBackupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupCommandOutput>;
92
- deleteBackup(args: DeleteBackupCommandInput, cb: (err: any, data?: DeleteBackupCommandOutput) => void): void;
93
- deleteBackup(args: DeleteBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupCommandOutput) => void): void;
94
-
95
- deleteDataRepositoryAssociation(args: DeleteDataRepositoryAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataRepositoryAssociationCommandOutput>;
96
- deleteDataRepositoryAssociation(args: DeleteDataRepositoryAssociationCommandInput, cb: (err: any, data?: DeleteDataRepositoryAssociationCommandOutput) => void): void;
97
- deleteDataRepositoryAssociation(args: DeleteDataRepositoryAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataRepositoryAssociationCommandOutput) => void): void;
98
-
99
- deleteFileSystem(args: DeleteFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFileSystemCommandOutput>;
100
- deleteFileSystem(args: DeleteFileSystemCommandInput, cb: (err: any, data?: DeleteFileSystemCommandOutput) => void): void;
101
- deleteFileSystem(args: DeleteFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFileSystemCommandOutput) => void): void;
102
-
103
- deleteSnapshot(args: DeleteSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSnapshotCommandOutput>;
104
- deleteSnapshot(args: DeleteSnapshotCommandInput, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
105
- deleteSnapshot(args: DeleteSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
106
-
107
- deleteStorageVirtualMachine(args: DeleteStorageVirtualMachineCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStorageVirtualMachineCommandOutput>;
108
- deleteStorageVirtualMachine(args: DeleteStorageVirtualMachineCommandInput, cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void): void;
109
- deleteStorageVirtualMachine(args: DeleteStorageVirtualMachineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void): void;
110
-
111
- deleteVolume(args: DeleteVolumeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVolumeCommandOutput>;
112
- deleteVolume(args: DeleteVolumeCommandInput, cb: (err: any, data?: DeleteVolumeCommandOutput) => void): void;
113
- deleteVolume(args: DeleteVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVolumeCommandOutput) => void): void;
114
-
115
- describeBackups(args: DescribeBackupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBackupsCommandOutput>;
116
- describeBackups(args: DescribeBackupsCommandInput, cb: (err: any, data?: DescribeBackupsCommandOutput) => void): void;
117
- describeBackups(args: DescribeBackupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBackupsCommandOutput) => void): void;
118
-
119
- describeDataRepositoryAssociations(args: DescribeDataRepositoryAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataRepositoryAssociationsCommandOutput>;
120
- describeDataRepositoryAssociations(args: DescribeDataRepositoryAssociationsCommandInput, cb: (err: any, data?: DescribeDataRepositoryAssociationsCommandOutput) => void): void;
121
- describeDataRepositoryAssociations(args: DescribeDataRepositoryAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataRepositoryAssociationsCommandOutput) => void): void;
122
-
123
- describeDataRepositoryTasks(args: DescribeDataRepositoryTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataRepositoryTasksCommandOutput>;
124
- describeDataRepositoryTasks(args: DescribeDataRepositoryTasksCommandInput, cb: (err: any, data?: DescribeDataRepositoryTasksCommandOutput) => void): void;
125
- describeDataRepositoryTasks(args: DescribeDataRepositoryTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataRepositoryTasksCommandOutput) => void): void;
126
-
127
- describeFileSystemAliases(args: DescribeFileSystemAliasesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFileSystemAliasesCommandOutput>;
128
- describeFileSystemAliases(args: DescribeFileSystemAliasesCommandInput, cb: (err: any, data?: DescribeFileSystemAliasesCommandOutput) => void): void;
129
- describeFileSystemAliases(args: DescribeFileSystemAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFileSystemAliasesCommandOutput) => void): void;
130
-
131
- describeFileSystems(args: DescribeFileSystemsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFileSystemsCommandOutput>;
132
- describeFileSystems(args: DescribeFileSystemsCommandInput, cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void): void;
133
- describeFileSystems(args: DescribeFileSystemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void): void;
134
-
135
- describeSnapshots(args: DescribeSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSnapshotsCommandOutput>;
136
- describeSnapshots(args: DescribeSnapshotsCommandInput, cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void): void;
137
- describeSnapshots(args: DescribeSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void): void;
138
-
139
- describeStorageVirtualMachines(args: DescribeStorageVirtualMachinesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStorageVirtualMachinesCommandOutput>;
140
- describeStorageVirtualMachines(args: DescribeStorageVirtualMachinesCommandInput, cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void): void;
141
- describeStorageVirtualMachines(args: DescribeStorageVirtualMachinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void): void;
142
-
143
- describeVolumes(args: DescribeVolumesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVolumesCommandOutput>;
144
- describeVolumes(args: DescribeVolumesCommandInput, cb: (err: any, data?: DescribeVolumesCommandOutput) => void): void;
145
- describeVolumes(args: DescribeVolumesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVolumesCommandOutput) => void): void;
146
-
147
- disassociateFileSystemAliases(args: DisassociateFileSystemAliasesCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFileSystemAliasesCommandOutput>;
148
- disassociateFileSystemAliases(args: DisassociateFileSystemAliasesCommandInput, cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void): void;
149
- disassociateFileSystemAliases(args: DisassociateFileSystemAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void): void;
150
-
151
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
152
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
153
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
154
-
155
- releaseFileSystemNfsV3Locks(args: ReleaseFileSystemNfsV3LocksCommandInput, options?: __HttpHandlerOptions): Promise<ReleaseFileSystemNfsV3LocksCommandOutput>;
156
- releaseFileSystemNfsV3Locks(args: ReleaseFileSystemNfsV3LocksCommandInput, cb: (err: any, data?: ReleaseFileSystemNfsV3LocksCommandOutput) => void): void;
157
- releaseFileSystemNfsV3Locks(args: ReleaseFileSystemNfsV3LocksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReleaseFileSystemNfsV3LocksCommandOutput) => void): void;
158
-
159
- restoreVolumeFromSnapshot(args: RestoreVolumeFromSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreVolumeFromSnapshotCommandOutput>;
160
- restoreVolumeFromSnapshot(args: RestoreVolumeFromSnapshotCommandInput, cb: (err: any, data?: RestoreVolumeFromSnapshotCommandOutput) => void): void;
161
- restoreVolumeFromSnapshot(args: RestoreVolumeFromSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreVolumeFromSnapshotCommandOutput) => void): void;
162
-
163
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
164
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
165
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
166
-
167
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
168
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
169
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
170
-
171
- updateDataRepositoryAssociation(args: UpdateDataRepositoryAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataRepositoryAssociationCommandOutput>;
172
- updateDataRepositoryAssociation(args: UpdateDataRepositoryAssociationCommandInput, cb: (err: any, data?: UpdateDataRepositoryAssociationCommandOutput) => void): void;
173
- updateDataRepositoryAssociation(args: UpdateDataRepositoryAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataRepositoryAssociationCommandOutput) => void): void;
174
-
175
- updateFileSystem(args: UpdateFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFileSystemCommandOutput>;
176
- updateFileSystem(args: UpdateFileSystemCommandInput, cb: (err: any, data?: UpdateFileSystemCommandOutput) => void): void;
177
- updateFileSystem(args: UpdateFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFileSystemCommandOutput) => void): void;
178
-
179
- updateSnapshot(args: UpdateSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSnapshotCommandOutput>;
180
- updateSnapshot(args: UpdateSnapshotCommandInput, cb: (err: any, data?: UpdateSnapshotCommandOutput) => void): void;
181
- updateSnapshot(args: UpdateSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSnapshotCommandOutput) => void): void;
182
-
183
- updateStorageVirtualMachine(args: UpdateStorageVirtualMachineCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStorageVirtualMachineCommandOutput>;
184
- updateStorageVirtualMachine(args: UpdateStorageVirtualMachineCommandInput, cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void): void;
185
- updateStorageVirtualMachine(args: UpdateStorageVirtualMachineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void): void;
186
-
187
- updateVolume(args: UpdateVolumeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVolumeCommandOutput>;
188
- updateVolume(args: UpdateVolumeCommandInput, cb: (err: any, data?: UpdateVolumeCommandOutput) => void): void;
189
- updateVolume(args: UpdateVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVolumeCommandOutput) => void): void;
190
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateFileSystemAliasesCommandInput,
4
+ AssociateFileSystemAliasesCommandOutput,
5
+ } from "./commands/AssociateFileSystemAliasesCommand";
6
+ import {
7
+ CancelDataRepositoryTaskCommandInput,
8
+ CancelDataRepositoryTaskCommandOutput,
9
+ } from "./commands/CancelDataRepositoryTaskCommand";
10
+ import {
11
+ CopyBackupCommandInput,
12
+ CopyBackupCommandOutput,
13
+ } from "./commands/CopyBackupCommand";
14
+ import {
15
+ CreateBackupCommandInput,
16
+ CreateBackupCommandOutput,
17
+ } from "./commands/CreateBackupCommand";
18
+ import {
19
+ CreateDataRepositoryAssociationCommandInput,
20
+ CreateDataRepositoryAssociationCommandOutput,
21
+ } from "./commands/CreateDataRepositoryAssociationCommand";
22
+ import {
23
+ CreateDataRepositoryTaskCommandInput,
24
+ CreateDataRepositoryTaskCommandOutput,
25
+ } from "./commands/CreateDataRepositoryTaskCommand";
26
+ import {
27
+ CreateFileSystemCommandInput,
28
+ CreateFileSystemCommandOutput,
29
+ } from "./commands/CreateFileSystemCommand";
30
+ import {
31
+ CreateFileSystemFromBackupCommandInput,
32
+ CreateFileSystemFromBackupCommandOutput,
33
+ } from "./commands/CreateFileSystemFromBackupCommand";
34
+ import {
35
+ CreateSnapshotCommandInput,
36
+ CreateSnapshotCommandOutput,
37
+ } from "./commands/CreateSnapshotCommand";
38
+ import {
39
+ CreateStorageVirtualMachineCommandInput,
40
+ CreateStorageVirtualMachineCommandOutput,
41
+ } from "./commands/CreateStorageVirtualMachineCommand";
42
+ import {
43
+ CreateVolumeCommandInput,
44
+ CreateVolumeCommandOutput,
45
+ } from "./commands/CreateVolumeCommand";
46
+ import {
47
+ CreateVolumeFromBackupCommandInput,
48
+ CreateVolumeFromBackupCommandOutput,
49
+ } from "./commands/CreateVolumeFromBackupCommand";
50
+ import {
51
+ DeleteBackupCommandInput,
52
+ DeleteBackupCommandOutput,
53
+ } from "./commands/DeleteBackupCommand";
54
+ import {
55
+ DeleteDataRepositoryAssociationCommandInput,
56
+ DeleteDataRepositoryAssociationCommandOutput,
57
+ } from "./commands/DeleteDataRepositoryAssociationCommand";
58
+ import {
59
+ DeleteFileSystemCommandInput,
60
+ DeleteFileSystemCommandOutput,
61
+ } from "./commands/DeleteFileSystemCommand";
62
+ import {
63
+ DeleteSnapshotCommandInput,
64
+ DeleteSnapshotCommandOutput,
65
+ } from "./commands/DeleteSnapshotCommand";
66
+ import {
67
+ DeleteStorageVirtualMachineCommandInput,
68
+ DeleteStorageVirtualMachineCommandOutput,
69
+ } from "./commands/DeleteStorageVirtualMachineCommand";
70
+ import {
71
+ DeleteVolumeCommandInput,
72
+ DeleteVolumeCommandOutput,
73
+ } from "./commands/DeleteVolumeCommand";
74
+ import {
75
+ DescribeBackupsCommandInput,
76
+ DescribeBackupsCommandOutput,
77
+ } from "./commands/DescribeBackupsCommand";
78
+ import {
79
+ DescribeDataRepositoryAssociationsCommandInput,
80
+ DescribeDataRepositoryAssociationsCommandOutput,
81
+ } from "./commands/DescribeDataRepositoryAssociationsCommand";
82
+ import {
83
+ DescribeDataRepositoryTasksCommandInput,
84
+ DescribeDataRepositoryTasksCommandOutput,
85
+ } from "./commands/DescribeDataRepositoryTasksCommand";
86
+ import {
87
+ DescribeFileSystemAliasesCommandInput,
88
+ DescribeFileSystemAliasesCommandOutput,
89
+ } from "./commands/DescribeFileSystemAliasesCommand";
90
+ import {
91
+ DescribeFileSystemsCommandInput,
92
+ DescribeFileSystemsCommandOutput,
93
+ } from "./commands/DescribeFileSystemsCommand";
94
+ import {
95
+ DescribeSnapshotsCommandInput,
96
+ DescribeSnapshotsCommandOutput,
97
+ } from "./commands/DescribeSnapshotsCommand";
98
+ import {
99
+ DescribeStorageVirtualMachinesCommandInput,
100
+ DescribeStorageVirtualMachinesCommandOutput,
101
+ } from "./commands/DescribeStorageVirtualMachinesCommand";
102
+ import {
103
+ DescribeVolumesCommandInput,
104
+ DescribeVolumesCommandOutput,
105
+ } from "./commands/DescribeVolumesCommand";
106
+ import {
107
+ DisassociateFileSystemAliasesCommandInput,
108
+ DisassociateFileSystemAliasesCommandOutput,
109
+ } from "./commands/DisassociateFileSystemAliasesCommand";
110
+ import {
111
+ ListTagsForResourceCommandInput,
112
+ ListTagsForResourceCommandOutput,
113
+ } from "./commands/ListTagsForResourceCommand";
114
+ import {
115
+ ReleaseFileSystemNfsV3LocksCommandInput,
116
+ ReleaseFileSystemNfsV3LocksCommandOutput,
117
+ } from "./commands/ReleaseFileSystemNfsV3LocksCommand";
118
+ import {
119
+ RestoreVolumeFromSnapshotCommandInput,
120
+ RestoreVolumeFromSnapshotCommandOutput,
121
+ } from "./commands/RestoreVolumeFromSnapshotCommand";
122
+ import {
123
+ TagResourceCommandInput,
124
+ TagResourceCommandOutput,
125
+ } from "./commands/TagResourceCommand";
126
+ import {
127
+ UntagResourceCommandInput,
128
+ UntagResourceCommandOutput,
129
+ } from "./commands/UntagResourceCommand";
130
+ import {
131
+ UpdateDataRepositoryAssociationCommandInput,
132
+ UpdateDataRepositoryAssociationCommandOutput,
133
+ } from "./commands/UpdateDataRepositoryAssociationCommand";
134
+ import {
135
+ UpdateFileSystemCommandInput,
136
+ UpdateFileSystemCommandOutput,
137
+ } from "./commands/UpdateFileSystemCommand";
138
+ import {
139
+ UpdateSnapshotCommandInput,
140
+ UpdateSnapshotCommandOutput,
141
+ } from "./commands/UpdateSnapshotCommand";
142
+ import {
143
+ UpdateStorageVirtualMachineCommandInput,
144
+ UpdateStorageVirtualMachineCommandOutput,
145
+ } from "./commands/UpdateStorageVirtualMachineCommand";
146
+ import {
147
+ UpdateVolumeCommandInput,
148
+ UpdateVolumeCommandOutput,
149
+ } from "./commands/UpdateVolumeCommand";
150
+ import { FSxClient } from "./FSxClient";
151
+
152
+ export declare class FSx extends FSxClient {
153
+ associateFileSystemAliases(
154
+ args: AssociateFileSystemAliasesCommandInput,
155
+ options?: __HttpHandlerOptions
156
+ ): Promise<AssociateFileSystemAliasesCommandOutput>;
157
+ associateFileSystemAliases(
158
+ args: AssociateFileSystemAliasesCommandInput,
159
+ cb: (err: any, data?: AssociateFileSystemAliasesCommandOutput) => void
160
+ ): void;
161
+ associateFileSystemAliases(
162
+ args: AssociateFileSystemAliasesCommandInput,
163
+ options: __HttpHandlerOptions,
164
+ cb: (err: any, data?: AssociateFileSystemAliasesCommandOutput) => void
165
+ ): void;
166
+
167
+ cancelDataRepositoryTask(
168
+ args: CancelDataRepositoryTaskCommandInput,
169
+ options?: __HttpHandlerOptions
170
+ ): Promise<CancelDataRepositoryTaskCommandOutput>;
171
+ cancelDataRepositoryTask(
172
+ args: CancelDataRepositoryTaskCommandInput,
173
+ cb: (err: any, data?: CancelDataRepositoryTaskCommandOutput) => void
174
+ ): void;
175
+ cancelDataRepositoryTask(
176
+ args: CancelDataRepositoryTaskCommandInput,
177
+ options: __HttpHandlerOptions,
178
+ cb: (err: any, data?: CancelDataRepositoryTaskCommandOutput) => void
179
+ ): void;
180
+
181
+ copyBackup(
182
+ args: CopyBackupCommandInput,
183
+ options?: __HttpHandlerOptions
184
+ ): Promise<CopyBackupCommandOutput>;
185
+ copyBackup(
186
+ args: CopyBackupCommandInput,
187
+ cb: (err: any, data?: CopyBackupCommandOutput) => void
188
+ ): void;
189
+ copyBackup(
190
+ args: CopyBackupCommandInput,
191
+ options: __HttpHandlerOptions,
192
+ cb: (err: any, data?: CopyBackupCommandOutput) => void
193
+ ): void;
194
+
195
+ createBackup(
196
+ args: CreateBackupCommandInput,
197
+ options?: __HttpHandlerOptions
198
+ ): Promise<CreateBackupCommandOutput>;
199
+ createBackup(
200
+ args: CreateBackupCommandInput,
201
+ cb: (err: any, data?: CreateBackupCommandOutput) => void
202
+ ): void;
203
+ createBackup(
204
+ args: CreateBackupCommandInput,
205
+ options: __HttpHandlerOptions,
206
+ cb: (err: any, data?: CreateBackupCommandOutput) => void
207
+ ): void;
208
+
209
+ createDataRepositoryAssociation(
210
+ args: CreateDataRepositoryAssociationCommandInput,
211
+ options?: __HttpHandlerOptions
212
+ ): Promise<CreateDataRepositoryAssociationCommandOutput>;
213
+ createDataRepositoryAssociation(
214
+ args: CreateDataRepositoryAssociationCommandInput,
215
+ cb: (err: any, data?: CreateDataRepositoryAssociationCommandOutput) => void
216
+ ): void;
217
+ createDataRepositoryAssociation(
218
+ args: CreateDataRepositoryAssociationCommandInput,
219
+ options: __HttpHandlerOptions,
220
+ cb: (err: any, data?: CreateDataRepositoryAssociationCommandOutput) => void
221
+ ): void;
222
+
223
+ createDataRepositoryTask(
224
+ args: CreateDataRepositoryTaskCommandInput,
225
+ options?: __HttpHandlerOptions
226
+ ): Promise<CreateDataRepositoryTaskCommandOutput>;
227
+ createDataRepositoryTask(
228
+ args: CreateDataRepositoryTaskCommandInput,
229
+ cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void
230
+ ): void;
231
+ createDataRepositoryTask(
232
+ args: CreateDataRepositoryTaskCommandInput,
233
+ options: __HttpHandlerOptions,
234
+ cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void
235
+ ): void;
236
+
237
+ createFileSystem(
238
+ args: CreateFileSystemCommandInput,
239
+ options?: __HttpHandlerOptions
240
+ ): Promise<CreateFileSystemCommandOutput>;
241
+ createFileSystem(
242
+ args: CreateFileSystemCommandInput,
243
+ cb: (err: any, data?: CreateFileSystemCommandOutput) => void
244
+ ): void;
245
+ createFileSystem(
246
+ args: CreateFileSystemCommandInput,
247
+ options: __HttpHandlerOptions,
248
+ cb: (err: any, data?: CreateFileSystemCommandOutput) => void
249
+ ): void;
250
+
251
+ createFileSystemFromBackup(
252
+ args: CreateFileSystemFromBackupCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<CreateFileSystemFromBackupCommandOutput>;
255
+ createFileSystemFromBackup(
256
+ args: CreateFileSystemFromBackupCommandInput,
257
+ cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void
258
+ ): void;
259
+ createFileSystemFromBackup(
260
+ args: CreateFileSystemFromBackupCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void
263
+ ): void;
264
+
265
+ createSnapshot(
266
+ args: CreateSnapshotCommandInput,
267
+ options?: __HttpHandlerOptions
268
+ ): Promise<CreateSnapshotCommandOutput>;
269
+ createSnapshot(
270
+ args: CreateSnapshotCommandInput,
271
+ cb: (err: any, data?: CreateSnapshotCommandOutput) => void
272
+ ): void;
273
+ createSnapshot(
274
+ args: CreateSnapshotCommandInput,
275
+ options: __HttpHandlerOptions,
276
+ cb: (err: any, data?: CreateSnapshotCommandOutput) => void
277
+ ): void;
278
+
279
+ createStorageVirtualMachine(
280
+ args: CreateStorageVirtualMachineCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<CreateStorageVirtualMachineCommandOutput>;
283
+ createStorageVirtualMachine(
284
+ args: CreateStorageVirtualMachineCommandInput,
285
+ cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void
286
+ ): void;
287
+ createStorageVirtualMachine(
288
+ args: CreateStorageVirtualMachineCommandInput,
289
+ options: __HttpHandlerOptions,
290
+ cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void
291
+ ): void;
292
+
293
+ createVolume(
294
+ args: CreateVolumeCommandInput,
295
+ options?: __HttpHandlerOptions
296
+ ): Promise<CreateVolumeCommandOutput>;
297
+ createVolume(
298
+ args: CreateVolumeCommandInput,
299
+ cb: (err: any, data?: CreateVolumeCommandOutput) => void
300
+ ): void;
301
+ createVolume(
302
+ args: CreateVolumeCommandInput,
303
+ options: __HttpHandlerOptions,
304
+ cb: (err: any, data?: CreateVolumeCommandOutput) => void
305
+ ): void;
306
+
307
+ createVolumeFromBackup(
308
+ args: CreateVolumeFromBackupCommandInput,
309
+ options?: __HttpHandlerOptions
310
+ ): Promise<CreateVolumeFromBackupCommandOutput>;
311
+ createVolumeFromBackup(
312
+ args: CreateVolumeFromBackupCommandInput,
313
+ cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void
314
+ ): void;
315
+ createVolumeFromBackup(
316
+ args: CreateVolumeFromBackupCommandInput,
317
+ options: __HttpHandlerOptions,
318
+ cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void
319
+ ): void;
320
+
321
+ deleteBackup(
322
+ args: DeleteBackupCommandInput,
323
+ options?: __HttpHandlerOptions
324
+ ): Promise<DeleteBackupCommandOutput>;
325
+ deleteBackup(
326
+ args: DeleteBackupCommandInput,
327
+ cb: (err: any, data?: DeleteBackupCommandOutput) => void
328
+ ): void;
329
+ deleteBackup(
330
+ args: DeleteBackupCommandInput,
331
+ options: __HttpHandlerOptions,
332
+ cb: (err: any, data?: DeleteBackupCommandOutput) => void
333
+ ): void;
334
+
335
+ deleteDataRepositoryAssociation(
336
+ args: DeleteDataRepositoryAssociationCommandInput,
337
+ options?: __HttpHandlerOptions
338
+ ): Promise<DeleteDataRepositoryAssociationCommandOutput>;
339
+ deleteDataRepositoryAssociation(
340
+ args: DeleteDataRepositoryAssociationCommandInput,
341
+ cb: (err: any, data?: DeleteDataRepositoryAssociationCommandOutput) => void
342
+ ): void;
343
+ deleteDataRepositoryAssociation(
344
+ args: DeleteDataRepositoryAssociationCommandInput,
345
+ options: __HttpHandlerOptions,
346
+ cb: (err: any, data?: DeleteDataRepositoryAssociationCommandOutput) => void
347
+ ): void;
348
+
349
+ deleteFileSystem(
350
+ args: DeleteFileSystemCommandInput,
351
+ options?: __HttpHandlerOptions
352
+ ): Promise<DeleteFileSystemCommandOutput>;
353
+ deleteFileSystem(
354
+ args: DeleteFileSystemCommandInput,
355
+ cb: (err: any, data?: DeleteFileSystemCommandOutput) => void
356
+ ): void;
357
+ deleteFileSystem(
358
+ args: DeleteFileSystemCommandInput,
359
+ options: __HttpHandlerOptions,
360
+ cb: (err: any, data?: DeleteFileSystemCommandOutput) => void
361
+ ): void;
362
+
363
+ deleteSnapshot(
364
+ args: DeleteSnapshotCommandInput,
365
+ options?: __HttpHandlerOptions
366
+ ): Promise<DeleteSnapshotCommandOutput>;
367
+ deleteSnapshot(
368
+ args: DeleteSnapshotCommandInput,
369
+ cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
370
+ ): void;
371
+ deleteSnapshot(
372
+ args: DeleteSnapshotCommandInput,
373
+ options: __HttpHandlerOptions,
374
+ cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
375
+ ): void;
376
+
377
+ deleteStorageVirtualMachine(
378
+ args: DeleteStorageVirtualMachineCommandInput,
379
+ options?: __HttpHandlerOptions
380
+ ): Promise<DeleteStorageVirtualMachineCommandOutput>;
381
+ deleteStorageVirtualMachine(
382
+ args: DeleteStorageVirtualMachineCommandInput,
383
+ cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void
384
+ ): void;
385
+ deleteStorageVirtualMachine(
386
+ args: DeleteStorageVirtualMachineCommandInput,
387
+ options: __HttpHandlerOptions,
388
+ cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void
389
+ ): void;
390
+
391
+ deleteVolume(
392
+ args: DeleteVolumeCommandInput,
393
+ options?: __HttpHandlerOptions
394
+ ): Promise<DeleteVolumeCommandOutput>;
395
+ deleteVolume(
396
+ args: DeleteVolumeCommandInput,
397
+ cb: (err: any, data?: DeleteVolumeCommandOutput) => void
398
+ ): void;
399
+ deleteVolume(
400
+ args: DeleteVolumeCommandInput,
401
+ options: __HttpHandlerOptions,
402
+ cb: (err: any, data?: DeleteVolumeCommandOutput) => void
403
+ ): void;
404
+
405
+ describeBackups(
406
+ args: DescribeBackupsCommandInput,
407
+ options?: __HttpHandlerOptions
408
+ ): Promise<DescribeBackupsCommandOutput>;
409
+ describeBackups(
410
+ args: DescribeBackupsCommandInput,
411
+ cb: (err: any, data?: DescribeBackupsCommandOutput) => void
412
+ ): void;
413
+ describeBackups(
414
+ args: DescribeBackupsCommandInput,
415
+ options: __HttpHandlerOptions,
416
+ cb: (err: any, data?: DescribeBackupsCommandOutput) => void
417
+ ): void;
418
+
419
+ describeDataRepositoryAssociations(
420
+ args: DescribeDataRepositoryAssociationsCommandInput,
421
+ options?: __HttpHandlerOptions
422
+ ): Promise<DescribeDataRepositoryAssociationsCommandOutput>;
423
+ describeDataRepositoryAssociations(
424
+ args: DescribeDataRepositoryAssociationsCommandInput,
425
+ cb: (
426
+ err: any,
427
+ data?: DescribeDataRepositoryAssociationsCommandOutput
428
+ ) => void
429
+ ): void;
430
+ describeDataRepositoryAssociations(
431
+ args: DescribeDataRepositoryAssociationsCommandInput,
432
+ options: __HttpHandlerOptions,
433
+ cb: (
434
+ err: any,
435
+ data?: DescribeDataRepositoryAssociationsCommandOutput
436
+ ) => void
437
+ ): void;
438
+
439
+ describeDataRepositoryTasks(
440
+ args: DescribeDataRepositoryTasksCommandInput,
441
+ options?: __HttpHandlerOptions
442
+ ): Promise<DescribeDataRepositoryTasksCommandOutput>;
443
+ describeDataRepositoryTasks(
444
+ args: DescribeDataRepositoryTasksCommandInput,
445
+ cb: (err: any, data?: DescribeDataRepositoryTasksCommandOutput) => void
446
+ ): void;
447
+ describeDataRepositoryTasks(
448
+ args: DescribeDataRepositoryTasksCommandInput,
449
+ options: __HttpHandlerOptions,
450
+ cb: (err: any, data?: DescribeDataRepositoryTasksCommandOutput) => void
451
+ ): void;
452
+
453
+ describeFileSystemAliases(
454
+ args: DescribeFileSystemAliasesCommandInput,
455
+ options?: __HttpHandlerOptions
456
+ ): Promise<DescribeFileSystemAliasesCommandOutput>;
457
+ describeFileSystemAliases(
458
+ args: DescribeFileSystemAliasesCommandInput,
459
+ cb: (err: any, data?: DescribeFileSystemAliasesCommandOutput) => void
460
+ ): void;
461
+ describeFileSystemAliases(
462
+ args: DescribeFileSystemAliasesCommandInput,
463
+ options: __HttpHandlerOptions,
464
+ cb: (err: any, data?: DescribeFileSystemAliasesCommandOutput) => void
465
+ ): void;
466
+
467
+ describeFileSystems(
468
+ args: DescribeFileSystemsCommandInput,
469
+ options?: __HttpHandlerOptions
470
+ ): Promise<DescribeFileSystemsCommandOutput>;
471
+ describeFileSystems(
472
+ args: DescribeFileSystemsCommandInput,
473
+ cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void
474
+ ): void;
475
+ describeFileSystems(
476
+ args: DescribeFileSystemsCommandInput,
477
+ options: __HttpHandlerOptions,
478
+ cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void
479
+ ): void;
480
+
481
+ describeSnapshots(
482
+ args: DescribeSnapshotsCommandInput,
483
+ options?: __HttpHandlerOptions
484
+ ): Promise<DescribeSnapshotsCommandOutput>;
485
+ describeSnapshots(
486
+ args: DescribeSnapshotsCommandInput,
487
+ cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void
488
+ ): void;
489
+ describeSnapshots(
490
+ args: DescribeSnapshotsCommandInput,
491
+ options: __HttpHandlerOptions,
492
+ cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void
493
+ ): void;
494
+
495
+ describeStorageVirtualMachines(
496
+ args: DescribeStorageVirtualMachinesCommandInput,
497
+ options?: __HttpHandlerOptions
498
+ ): Promise<DescribeStorageVirtualMachinesCommandOutput>;
499
+ describeStorageVirtualMachines(
500
+ args: DescribeStorageVirtualMachinesCommandInput,
501
+ cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void
502
+ ): void;
503
+ describeStorageVirtualMachines(
504
+ args: DescribeStorageVirtualMachinesCommandInput,
505
+ options: __HttpHandlerOptions,
506
+ cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void
507
+ ): void;
508
+
509
+ describeVolumes(
510
+ args: DescribeVolumesCommandInput,
511
+ options?: __HttpHandlerOptions
512
+ ): Promise<DescribeVolumesCommandOutput>;
513
+ describeVolumes(
514
+ args: DescribeVolumesCommandInput,
515
+ cb: (err: any, data?: DescribeVolumesCommandOutput) => void
516
+ ): void;
517
+ describeVolumes(
518
+ args: DescribeVolumesCommandInput,
519
+ options: __HttpHandlerOptions,
520
+ cb: (err: any, data?: DescribeVolumesCommandOutput) => void
521
+ ): void;
522
+
523
+ disassociateFileSystemAliases(
524
+ args: DisassociateFileSystemAliasesCommandInput,
525
+ options?: __HttpHandlerOptions
526
+ ): Promise<DisassociateFileSystemAliasesCommandOutput>;
527
+ disassociateFileSystemAliases(
528
+ args: DisassociateFileSystemAliasesCommandInput,
529
+ cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void
530
+ ): void;
531
+ disassociateFileSystemAliases(
532
+ args: DisassociateFileSystemAliasesCommandInput,
533
+ options: __HttpHandlerOptions,
534
+ cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void
535
+ ): void;
536
+
537
+ listTagsForResource(
538
+ args: ListTagsForResourceCommandInput,
539
+ options?: __HttpHandlerOptions
540
+ ): Promise<ListTagsForResourceCommandOutput>;
541
+ listTagsForResource(
542
+ args: ListTagsForResourceCommandInput,
543
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
544
+ ): void;
545
+ listTagsForResource(
546
+ args: ListTagsForResourceCommandInput,
547
+ options: __HttpHandlerOptions,
548
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
549
+ ): void;
550
+
551
+ releaseFileSystemNfsV3Locks(
552
+ args: ReleaseFileSystemNfsV3LocksCommandInput,
553
+ options?: __HttpHandlerOptions
554
+ ): Promise<ReleaseFileSystemNfsV3LocksCommandOutput>;
555
+ releaseFileSystemNfsV3Locks(
556
+ args: ReleaseFileSystemNfsV3LocksCommandInput,
557
+ cb: (err: any, data?: ReleaseFileSystemNfsV3LocksCommandOutput) => void
558
+ ): void;
559
+ releaseFileSystemNfsV3Locks(
560
+ args: ReleaseFileSystemNfsV3LocksCommandInput,
561
+ options: __HttpHandlerOptions,
562
+ cb: (err: any, data?: ReleaseFileSystemNfsV3LocksCommandOutput) => void
563
+ ): void;
564
+
565
+ restoreVolumeFromSnapshot(
566
+ args: RestoreVolumeFromSnapshotCommandInput,
567
+ options?: __HttpHandlerOptions
568
+ ): Promise<RestoreVolumeFromSnapshotCommandOutput>;
569
+ restoreVolumeFromSnapshot(
570
+ args: RestoreVolumeFromSnapshotCommandInput,
571
+ cb: (err: any, data?: RestoreVolumeFromSnapshotCommandOutput) => void
572
+ ): void;
573
+ restoreVolumeFromSnapshot(
574
+ args: RestoreVolumeFromSnapshotCommandInput,
575
+ options: __HttpHandlerOptions,
576
+ cb: (err: any, data?: RestoreVolumeFromSnapshotCommandOutput) => void
577
+ ): void;
578
+
579
+ tagResource(
580
+ args: TagResourceCommandInput,
581
+ options?: __HttpHandlerOptions
582
+ ): Promise<TagResourceCommandOutput>;
583
+ tagResource(
584
+ args: TagResourceCommandInput,
585
+ cb: (err: any, data?: TagResourceCommandOutput) => void
586
+ ): void;
587
+ tagResource(
588
+ args: TagResourceCommandInput,
589
+ options: __HttpHandlerOptions,
590
+ cb: (err: any, data?: TagResourceCommandOutput) => void
591
+ ): void;
592
+
593
+ untagResource(
594
+ args: UntagResourceCommandInput,
595
+ options?: __HttpHandlerOptions
596
+ ): Promise<UntagResourceCommandOutput>;
597
+ untagResource(
598
+ args: UntagResourceCommandInput,
599
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
600
+ ): void;
601
+ untagResource(
602
+ args: UntagResourceCommandInput,
603
+ options: __HttpHandlerOptions,
604
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
605
+ ): void;
606
+
607
+ updateDataRepositoryAssociation(
608
+ args: UpdateDataRepositoryAssociationCommandInput,
609
+ options?: __HttpHandlerOptions
610
+ ): Promise<UpdateDataRepositoryAssociationCommandOutput>;
611
+ updateDataRepositoryAssociation(
612
+ args: UpdateDataRepositoryAssociationCommandInput,
613
+ cb: (err: any, data?: UpdateDataRepositoryAssociationCommandOutput) => void
614
+ ): void;
615
+ updateDataRepositoryAssociation(
616
+ args: UpdateDataRepositoryAssociationCommandInput,
617
+ options: __HttpHandlerOptions,
618
+ cb: (err: any, data?: UpdateDataRepositoryAssociationCommandOutput) => void
619
+ ): void;
620
+
621
+ updateFileSystem(
622
+ args: UpdateFileSystemCommandInput,
623
+ options?: __HttpHandlerOptions
624
+ ): Promise<UpdateFileSystemCommandOutput>;
625
+ updateFileSystem(
626
+ args: UpdateFileSystemCommandInput,
627
+ cb: (err: any, data?: UpdateFileSystemCommandOutput) => void
628
+ ): void;
629
+ updateFileSystem(
630
+ args: UpdateFileSystemCommandInput,
631
+ options: __HttpHandlerOptions,
632
+ cb: (err: any, data?: UpdateFileSystemCommandOutput) => void
633
+ ): void;
634
+
635
+ updateSnapshot(
636
+ args: UpdateSnapshotCommandInput,
637
+ options?: __HttpHandlerOptions
638
+ ): Promise<UpdateSnapshotCommandOutput>;
639
+ updateSnapshot(
640
+ args: UpdateSnapshotCommandInput,
641
+ cb: (err: any, data?: UpdateSnapshotCommandOutput) => void
642
+ ): void;
643
+ updateSnapshot(
644
+ args: UpdateSnapshotCommandInput,
645
+ options: __HttpHandlerOptions,
646
+ cb: (err: any, data?: UpdateSnapshotCommandOutput) => void
647
+ ): void;
648
+
649
+ updateStorageVirtualMachine(
650
+ args: UpdateStorageVirtualMachineCommandInput,
651
+ options?: __HttpHandlerOptions
652
+ ): Promise<UpdateStorageVirtualMachineCommandOutput>;
653
+ updateStorageVirtualMachine(
654
+ args: UpdateStorageVirtualMachineCommandInput,
655
+ cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void
656
+ ): void;
657
+ updateStorageVirtualMachine(
658
+ args: UpdateStorageVirtualMachineCommandInput,
659
+ options: __HttpHandlerOptions,
660
+ cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void
661
+ ): void;
662
+
663
+ updateVolume(
664
+ args: UpdateVolumeCommandInput,
665
+ options?: __HttpHandlerOptions
666
+ ): Promise<UpdateVolumeCommandOutput>;
667
+ updateVolume(
668
+ args: UpdateVolumeCommandInput,
669
+ cb: (err: any, data?: UpdateVolumeCommandOutput) => void
670
+ ): void;
671
+ updateVolume(
672
+ args: UpdateVolumeCommandInput,
673
+ options: __HttpHandlerOptions,
674
+ cb: (err: any, data?: UpdateVolumeCommandOutput) => void
675
+ ): void;
676
+ }