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