@aws-sdk/client-fsx 3.1087.0 → 3.1089.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/FSx.d.ts +157 -169
- package/dist-types/ts3.4/FSxClient.d.ts +15 -28
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +22 -44
- package/dist-types/ts3.4/models/errors.d.ts +25 -84
- package/dist-types/ts3.4/models/models_0.d.ts +13 -39
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
CancelDataRepositoryTaskCommandInput,
|
|
12
12
|
CancelDataRepositoryTaskCommandOutput,
|
|
13
13
|
} from "./commands/CancelDataRepositoryTaskCommand";
|
|
14
|
-
import {
|
|
15
|
-
CopyBackupCommandInput,
|
|
16
|
-
CopyBackupCommandOutput,
|
|
17
|
-
} from "./commands/CopyBackupCommand";
|
|
14
|
+
import { CopyBackupCommandInput, CopyBackupCommandOutput } from "./commands/CopyBackupCommand";
|
|
18
15
|
import {
|
|
19
16
|
CopySnapshotAndUpdateVolumeCommandInput,
|
|
20
17
|
CopySnapshotAndUpdateVolumeCommandOutput,
|
|
@@ -159,10 +156,7 @@ import {
|
|
|
159
156
|
StartMisconfiguredStateRecoveryCommandInput,
|
|
160
157
|
StartMisconfiguredStateRecoveryCommandOutput,
|
|
161
158
|
} from "./commands/StartMisconfiguredStateRecoveryCommand";
|
|
162
|
-
import {
|
|
163
|
-
TagResourceCommandInput,
|
|
164
|
-
TagResourceCommandOutput,
|
|
165
|
-
} from "./commands/TagResourceCommand";
|
|
159
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
166
160
|
import {
|
|
167
161
|
UntagResourceCommandInput,
|
|
168
162
|
UntagResourceCommandOutput,
|
|
@@ -199,722 +193,716 @@ import { FSxClient } from "./FSxClient";
|
|
|
199
193
|
export interface FSx {
|
|
200
194
|
associateFileSystemAliases(
|
|
201
195
|
args: AssociateFileSystemAliasesCommandInput,
|
|
202
|
-
options?: __HttpHandlerOptions
|
|
196
|
+
options?: __HttpHandlerOptions,
|
|
203
197
|
): Promise<AssociateFileSystemAliasesCommandOutput>;
|
|
204
198
|
associateFileSystemAliases(
|
|
205
199
|
args: AssociateFileSystemAliasesCommandInput,
|
|
206
|
-
cb: (err: any, data?: AssociateFileSystemAliasesCommandOutput) => void
|
|
200
|
+
cb: (err: any, data?: AssociateFileSystemAliasesCommandOutput) => void,
|
|
207
201
|
): void;
|
|
208
202
|
associateFileSystemAliases(
|
|
209
203
|
args: AssociateFileSystemAliasesCommandInput,
|
|
210
204
|
options: __HttpHandlerOptions,
|
|
211
|
-
cb: (err: any, data?: AssociateFileSystemAliasesCommandOutput) => void
|
|
205
|
+
cb: (err: any, data?: AssociateFileSystemAliasesCommandOutput) => void,
|
|
212
206
|
): void;
|
|
213
207
|
cancelDataRepositoryTask(
|
|
214
208
|
args: CancelDataRepositoryTaskCommandInput,
|
|
215
|
-
options?: __HttpHandlerOptions
|
|
209
|
+
options?: __HttpHandlerOptions,
|
|
216
210
|
): Promise<CancelDataRepositoryTaskCommandOutput>;
|
|
217
211
|
cancelDataRepositoryTask(
|
|
218
212
|
args: CancelDataRepositoryTaskCommandInput,
|
|
219
|
-
cb: (err: any, data?: CancelDataRepositoryTaskCommandOutput) => void
|
|
213
|
+
cb: (err: any, data?: CancelDataRepositoryTaskCommandOutput) => void,
|
|
220
214
|
): void;
|
|
221
215
|
cancelDataRepositoryTask(
|
|
222
216
|
args: CancelDataRepositoryTaskCommandInput,
|
|
223
217
|
options: __HttpHandlerOptions,
|
|
224
|
-
cb: (err: any, data?: CancelDataRepositoryTaskCommandOutput) => void
|
|
218
|
+
cb: (err: any, data?: CancelDataRepositoryTaskCommandOutput) => void,
|
|
225
219
|
): void;
|
|
226
220
|
copyBackup(
|
|
227
221
|
args: CopyBackupCommandInput,
|
|
228
|
-
options?: __HttpHandlerOptions
|
|
222
|
+
options?: __HttpHandlerOptions,
|
|
229
223
|
): Promise<CopyBackupCommandOutput>;
|
|
230
224
|
copyBackup(
|
|
231
225
|
args: CopyBackupCommandInput,
|
|
232
|
-
cb: (err: any, data?: CopyBackupCommandOutput) => void
|
|
226
|
+
cb: (err: any, data?: CopyBackupCommandOutput) => void,
|
|
233
227
|
): void;
|
|
234
228
|
copyBackup(
|
|
235
229
|
args: CopyBackupCommandInput,
|
|
236
230
|
options: __HttpHandlerOptions,
|
|
237
|
-
cb: (err: any, data?: CopyBackupCommandOutput) => void
|
|
231
|
+
cb: (err: any, data?: CopyBackupCommandOutput) => void,
|
|
238
232
|
): void;
|
|
239
233
|
copySnapshotAndUpdateVolume(
|
|
240
234
|
args: CopySnapshotAndUpdateVolumeCommandInput,
|
|
241
|
-
options?: __HttpHandlerOptions
|
|
235
|
+
options?: __HttpHandlerOptions,
|
|
242
236
|
): Promise<CopySnapshotAndUpdateVolumeCommandOutput>;
|
|
243
237
|
copySnapshotAndUpdateVolume(
|
|
244
238
|
args: CopySnapshotAndUpdateVolumeCommandInput,
|
|
245
|
-
cb: (err: any, data?: CopySnapshotAndUpdateVolumeCommandOutput) => void
|
|
239
|
+
cb: (err: any, data?: CopySnapshotAndUpdateVolumeCommandOutput) => void,
|
|
246
240
|
): void;
|
|
247
241
|
copySnapshotAndUpdateVolume(
|
|
248
242
|
args: CopySnapshotAndUpdateVolumeCommandInput,
|
|
249
243
|
options: __HttpHandlerOptions,
|
|
250
|
-
cb: (err: any, data?: CopySnapshotAndUpdateVolumeCommandOutput) => void
|
|
244
|
+
cb: (err: any, data?: CopySnapshotAndUpdateVolumeCommandOutput) => void,
|
|
251
245
|
): void;
|
|
252
246
|
createAndAttachS3AccessPoint(
|
|
253
247
|
args: CreateAndAttachS3AccessPointCommandInput,
|
|
254
|
-
options?: __HttpHandlerOptions
|
|
248
|
+
options?: __HttpHandlerOptions,
|
|
255
249
|
): Promise<CreateAndAttachS3AccessPointCommandOutput>;
|
|
256
250
|
createAndAttachS3AccessPoint(
|
|
257
251
|
args: CreateAndAttachS3AccessPointCommandInput,
|
|
258
|
-
cb: (err: any, data?: CreateAndAttachS3AccessPointCommandOutput) => void
|
|
252
|
+
cb: (err: any, data?: CreateAndAttachS3AccessPointCommandOutput) => void,
|
|
259
253
|
): void;
|
|
260
254
|
createAndAttachS3AccessPoint(
|
|
261
255
|
args: CreateAndAttachS3AccessPointCommandInput,
|
|
262
256
|
options: __HttpHandlerOptions,
|
|
263
|
-
cb: (err: any, data?: CreateAndAttachS3AccessPointCommandOutput) => void
|
|
257
|
+
cb: (err: any, data?: CreateAndAttachS3AccessPointCommandOutput) => void,
|
|
264
258
|
): void;
|
|
265
259
|
createBackup(): Promise<CreateBackupCommandOutput>;
|
|
266
260
|
createBackup(
|
|
267
261
|
args: CreateBackupCommandInput,
|
|
268
|
-
options?: __HttpHandlerOptions
|
|
262
|
+
options?: __HttpHandlerOptions,
|
|
269
263
|
): Promise<CreateBackupCommandOutput>;
|
|
270
264
|
createBackup(
|
|
271
265
|
args: CreateBackupCommandInput,
|
|
272
|
-
cb: (err: any, data?: CreateBackupCommandOutput) => void
|
|
266
|
+
cb: (err: any, data?: CreateBackupCommandOutput) => void,
|
|
273
267
|
): void;
|
|
274
268
|
createBackup(
|
|
275
269
|
args: CreateBackupCommandInput,
|
|
276
270
|
options: __HttpHandlerOptions,
|
|
277
|
-
cb: (err: any, data?: CreateBackupCommandOutput) => void
|
|
271
|
+
cb: (err: any, data?: CreateBackupCommandOutput) => void,
|
|
278
272
|
): void;
|
|
279
273
|
createDataRepositoryAssociation(
|
|
280
274
|
args: CreateDataRepositoryAssociationCommandInput,
|
|
281
|
-
options?: __HttpHandlerOptions
|
|
275
|
+
options?: __HttpHandlerOptions,
|
|
282
276
|
): Promise<CreateDataRepositoryAssociationCommandOutput>;
|
|
283
277
|
createDataRepositoryAssociation(
|
|
284
278
|
args: CreateDataRepositoryAssociationCommandInput,
|
|
285
|
-
cb: (err: any, data?: CreateDataRepositoryAssociationCommandOutput) => void
|
|
279
|
+
cb: (err: any, data?: CreateDataRepositoryAssociationCommandOutput) => void,
|
|
286
280
|
): void;
|
|
287
281
|
createDataRepositoryAssociation(
|
|
288
282
|
args: CreateDataRepositoryAssociationCommandInput,
|
|
289
283
|
options: __HttpHandlerOptions,
|
|
290
|
-
cb: (err: any, data?: CreateDataRepositoryAssociationCommandOutput) => void
|
|
284
|
+
cb: (err: any, data?: CreateDataRepositoryAssociationCommandOutput) => void,
|
|
291
285
|
): void;
|
|
292
286
|
createDataRepositoryTask(
|
|
293
287
|
args: CreateDataRepositoryTaskCommandInput,
|
|
294
|
-
options?: __HttpHandlerOptions
|
|
288
|
+
options?: __HttpHandlerOptions,
|
|
295
289
|
): Promise<CreateDataRepositoryTaskCommandOutput>;
|
|
296
290
|
createDataRepositoryTask(
|
|
297
291
|
args: CreateDataRepositoryTaskCommandInput,
|
|
298
|
-
cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void
|
|
292
|
+
cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void,
|
|
299
293
|
): void;
|
|
300
294
|
createDataRepositoryTask(
|
|
301
295
|
args: CreateDataRepositoryTaskCommandInput,
|
|
302
296
|
options: __HttpHandlerOptions,
|
|
303
|
-
cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void
|
|
297
|
+
cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void,
|
|
304
298
|
): void;
|
|
305
299
|
createFileCache(
|
|
306
300
|
args: CreateFileCacheCommandInput,
|
|
307
|
-
options?: __HttpHandlerOptions
|
|
301
|
+
options?: __HttpHandlerOptions,
|
|
308
302
|
): Promise<CreateFileCacheCommandOutput>;
|
|
309
303
|
createFileCache(
|
|
310
304
|
args: CreateFileCacheCommandInput,
|
|
311
|
-
cb: (err: any, data?: CreateFileCacheCommandOutput) => void
|
|
305
|
+
cb: (err: any, data?: CreateFileCacheCommandOutput) => void,
|
|
312
306
|
): void;
|
|
313
307
|
createFileCache(
|
|
314
308
|
args: CreateFileCacheCommandInput,
|
|
315
309
|
options: __HttpHandlerOptions,
|
|
316
|
-
cb: (err: any, data?: CreateFileCacheCommandOutput) => void
|
|
310
|
+
cb: (err: any, data?: CreateFileCacheCommandOutput) => void,
|
|
317
311
|
): void;
|
|
318
312
|
createFileSystem(
|
|
319
313
|
args: CreateFileSystemCommandInput,
|
|
320
|
-
options?: __HttpHandlerOptions
|
|
314
|
+
options?: __HttpHandlerOptions,
|
|
321
315
|
): Promise<CreateFileSystemCommandOutput>;
|
|
322
316
|
createFileSystem(
|
|
323
317
|
args: CreateFileSystemCommandInput,
|
|
324
|
-
cb: (err: any, data?: CreateFileSystemCommandOutput) => void
|
|
318
|
+
cb: (err: any, data?: CreateFileSystemCommandOutput) => void,
|
|
325
319
|
): void;
|
|
326
320
|
createFileSystem(
|
|
327
321
|
args: CreateFileSystemCommandInput,
|
|
328
322
|
options: __HttpHandlerOptions,
|
|
329
|
-
cb: (err: any, data?: CreateFileSystemCommandOutput) => void
|
|
323
|
+
cb: (err: any, data?: CreateFileSystemCommandOutput) => void,
|
|
330
324
|
): void;
|
|
331
325
|
createFileSystemFromBackup(
|
|
332
326
|
args: CreateFileSystemFromBackupCommandInput,
|
|
333
|
-
options?: __HttpHandlerOptions
|
|
327
|
+
options?: __HttpHandlerOptions,
|
|
334
328
|
): Promise<CreateFileSystemFromBackupCommandOutput>;
|
|
335
329
|
createFileSystemFromBackup(
|
|
336
330
|
args: CreateFileSystemFromBackupCommandInput,
|
|
337
|
-
cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void
|
|
331
|
+
cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void,
|
|
338
332
|
): void;
|
|
339
333
|
createFileSystemFromBackup(
|
|
340
334
|
args: CreateFileSystemFromBackupCommandInput,
|
|
341
335
|
options: __HttpHandlerOptions,
|
|
342
|
-
cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void
|
|
336
|
+
cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void,
|
|
343
337
|
): void;
|
|
344
338
|
createSnapshot(
|
|
345
339
|
args: CreateSnapshotCommandInput,
|
|
346
|
-
options?: __HttpHandlerOptions
|
|
340
|
+
options?: __HttpHandlerOptions,
|
|
347
341
|
): Promise<CreateSnapshotCommandOutput>;
|
|
348
342
|
createSnapshot(
|
|
349
343
|
args: CreateSnapshotCommandInput,
|
|
350
|
-
cb: (err: any, data?: CreateSnapshotCommandOutput) => void
|
|
344
|
+
cb: (err: any, data?: CreateSnapshotCommandOutput) => void,
|
|
351
345
|
): void;
|
|
352
346
|
createSnapshot(
|
|
353
347
|
args: CreateSnapshotCommandInput,
|
|
354
348
|
options: __HttpHandlerOptions,
|
|
355
|
-
cb: (err: any, data?: CreateSnapshotCommandOutput) => void
|
|
349
|
+
cb: (err: any, data?: CreateSnapshotCommandOutput) => void,
|
|
356
350
|
): void;
|
|
357
351
|
createStorageVirtualMachine(
|
|
358
352
|
args: CreateStorageVirtualMachineCommandInput,
|
|
359
|
-
options?: __HttpHandlerOptions
|
|
353
|
+
options?: __HttpHandlerOptions,
|
|
360
354
|
): Promise<CreateStorageVirtualMachineCommandOutput>;
|
|
361
355
|
createStorageVirtualMachine(
|
|
362
356
|
args: CreateStorageVirtualMachineCommandInput,
|
|
363
|
-
cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void
|
|
357
|
+
cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void,
|
|
364
358
|
): void;
|
|
365
359
|
createStorageVirtualMachine(
|
|
366
360
|
args: CreateStorageVirtualMachineCommandInput,
|
|
367
361
|
options: __HttpHandlerOptions,
|
|
368
|
-
cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void
|
|
362
|
+
cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void,
|
|
369
363
|
): void;
|
|
370
364
|
createVolume(
|
|
371
365
|
args: CreateVolumeCommandInput,
|
|
372
|
-
options?: __HttpHandlerOptions
|
|
366
|
+
options?: __HttpHandlerOptions,
|
|
373
367
|
): Promise<CreateVolumeCommandOutput>;
|
|
374
368
|
createVolume(
|
|
375
369
|
args: CreateVolumeCommandInput,
|
|
376
|
-
cb: (err: any, data?: CreateVolumeCommandOutput) => void
|
|
370
|
+
cb: (err: any, data?: CreateVolumeCommandOutput) => void,
|
|
377
371
|
): void;
|
|
378
372
|
createVolume(
|
|
379
373
|
args: CreateVolumeCommandInput,
|
|
380
374
|
options: __HttpHandlerOptions,
|
|
381
|
-
cb: (err: any, data?: CreateVolumeCommandOutput) => void
|
|
375
|
+
cb: (err: any, data?: CreateVolumeCommandOutput) => void,
|
|
382
376
|
): void;
|
|
383
377
|
createVolumeFromBackup(
|
|
384
378
|
args: CreateVolumeFromBackupCommandInput,
|
|
385
|
-
options?: __HttpHandlerOptions
|
|
379
|
+
options?: __HttpHandlerOptions,
|
|
386
380
|
): Promise<CreateVolumeFromBackupCommandOutput>;
|
|
387
381
|
createVolumeFromBackup(
|
|
388
382
|
args: CreateVolumeFromBackupCommandInput,
|
|
389
|
-
cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void
|
|
383
|
+
cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void,
|
|
390
384
|
): void;
|
|
391
385
|
createVolumeFromBackup(
|
|
392
386
|
args: CreateVolumeFromBackupCommandInput,
|
|
393
387
|
options: __HttpHandlerOptions,
|
|
394
|
-
cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void
|
|
388
|
+
cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void,
|
|
395
389
|
): void;
|
|
396
390
|
deleteBackup(
|
|
397
391
|
args: DeleteBackupCommandInput,
|
|
398
|
-
options?: __HttpHandlerOptions
|
|
392
|
+
options?: __HttpHandlerOptions,
|
|
399
393
|
): Promise<DeleteBackupCommandOutput>;
|
|
400
394
|
deleteBackup(
|
|
401
395
|
args: DeleteBackupCommandInput,
|
|
402
|
-
cb: (err: any, data?: DeleteBackupCommandOutput) => void
|
|
396
|
+
cb: (err: any, data?: DeleteBackupCommandOutput) => void,
|
|
403
397
|
): void;
|
|
404
398
|
deleteBackup(
|
|
405
399
|
args: DeleteBackupCommandInput,
|
|
406
400
|
options: __HttpHandlerOptions,
|
|
407
|
-
cb: (err: any, data?: DeleteBackupCommandOutput) => void
|
|
401
|
+
cb: (err: any, data?: DeleteBackupCommandOutput) => void,
|
|
408
402
|
): void;
|
|
409
403
|
deleteDataRepositoryAssociation(
|
|
410
404
|
args: DeleteDataRepositoryAssociationCommandInput,
|
|
411
|
-
options?: __HttpHandlerOptions
|
|
405
|
+
options?: __HttpHandlerOptions,
|
|
412
406
|
): Promise<DeleteDataRepositoryAssociationCommandOutput>;
|
|
413
407
|
deleteDataRepositoryAssociation(
|
|
414
408
|
args: DeleteDataRepositoryAssociationCommandInput,
|
|
415
|
-
cb: (err: any, data?: DeleteDataRepositoryAssociationCommandOutput) => void
|
|
409
|
+
cb: (err: any, data?: DeleteDataRepositoryAssociationCommandOutput) => void,
|
|
416
410
|
): void;
|
|
417
411
|
deleteDataRepositoryAssociation(
|
|
418
412
|
args: DeleteDataRepositoryAssociationCommandInput,
|
|
419
413
|
options: __HttpHandlerOptions,
|
|
420
|
-
cb: (err: any, data?: DeleteDataRepositoryAssociationCommandOutput) => void
|
|
414
|
+
cb: (err: any, data?: DeleteDataRepositoryAssociationCommandOutput) => void,
|
|
421
415
|
): void;
|
|
422
416
|
deleteFileCache(
|
|
423
417
|
args: DeleteFileCacheCommandInput,
|
|
424
|
-
options?: __HttpHandlerOptions
|
|
418
|
+
options?: __HttpHandlerOptions,
|
|
425
419
|
): Promise<DeleteFileCacheCommandOutput>;
|
|
426
420
|
deleteFileCache(
|
|
427
421
|
args: DeleteFileCacheCommandInput,
|
|
428
|
-
cb: (err: any, data?: DeleteFileCacheCommandOutput) => void
|
|
422
|
+
cb: (err: any, data?: DeleteFileCacheCommandOutput) => void,
|
|
429
423
|
): void;
|
|
430
424
|
deleteFileCache(
|
|
431
425
|
args: DeleteFileCacheCommandInput,
|
|
432
426
|
options: __HttpHandlerOptions,
|
|
433
|
-
cb: (err: any, data?: DeleteFileCacheCommandOutput) => void
|
|
427
|
+
cb: (err: any, data?: DeleteFileCacheCommandOutput) => void,
|
|
434
428
|
): void;
|
|
435
429
|
deleteFileSystem(
|
|
436
430
|
args: DeleteFileSystemCommandInput,
|
|
437
|
-
options?: __HttpHandlerOptions
|
|
431
|
+
options?: __HttpHandlerOptions,
|
|
438
432
|
): Promise<DeleteFileSystemCommandOutput>;
|
|
439
433
|
deleteFileSystem(
|
|
440
434
|
args: DeleteFileSystemCommandInput,
|
|
441
|
-
cb: (err: any, data?: DeleteFileSystemCommandOutput) => void
|
|
435
|
+
cb: (err: any, data?: DeleteFileSystemCommandOutput) => void,
|
|
442
436
|
): void;
|
|
443
437
|
deleteFileSystem(
|
|
444
438
|
args: DeleteFileSystemCommandInput,
|
|
445
439
|
options: __HttpHandlerOptions,
|
|
446
|
-
cb: (err: any, data?: DeleteFileSystemCommandOutput) => void
|
|
440
|
+
cb: (err: any, data?: DeleteFileSystemCommandOutput) => void,
|
|
447
441
|
): void;
|
|
448
442
|
deleteSnapshot(
|
|
449
443
|
args: DeleteSnapshotCommandInput,
|
|
450
|
-
options?: __HttpHandlerOptions
|
|
444
|
+
options?: __HttpHandlerOptions,
|
|
451
445
|
): Promise<DeleteSnapshotCommandOutput>;
|
|
452
446
|
deleteSnapshot(
|
|
453
447
|
args: DeleteSnapshotCommandInput,
|
|
454
|
-
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
|
|
448
|
+
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void,
|
|
455
449
|
): void;
|
|
456
450
|
deleteSnapshot(
|
|
457
451
|
args: DeleteSnapshotCommandInput,
|
|
458
452
|
options: __HttpHandlerOptions,
|
|
459
|
-
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
|
|
453
|
+
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void,
|
|
460
454
|
): void;
|
|
461
455
|
deleteStorageVirtualMachine(
|
|
462
456
|
args: DeleteStorageVirtualMachineCommandInput,
|
|
463
|
-
options?: __HttpHandlerOptions
|
|
457
|
+
options?: __HttpHandlerOptions,
|
|
464
458
|
): Promise<DeleteStorageVirtualMachineCommandOutput>;
|
|
465
459
|
deleteStorageVirtualMachine(
|
|
466
460
|
args: DeleteStorageVirtualMachineCommandInput,
|
|
467
|
-
cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void
|
|
461
|
+
cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void,
|
|
468
462
|
): void;
|
|
469
463
|
deleteStorageVirtualMachine(
|
|
470
464
|
args: DeleteStorageVirtualMachineCommandInput,
|
|
471
465
|
options: __HttpHandlerOptions,
|
|
472
|
-
cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void
|
|
466
|
+
cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void,
|
|
473
467
|
): void;
|
|
474
468
|
deleteVolume(
|
|
475
469
|
args: DeleteVolumeCommandInput,
|
|
476
|
-
options?: __HttpHandlerOptions
|
|
470
|
+
options?: __HttpHandlerOptions,
|
|
477
471
|
): Promise<DeleteVolumeCommandOutput>;
|
|
478
472
|
deleteVolume(
|
|
479
473
|
args: DeleteVolumeCommandInput,
|
|
480
|
-
cb: (err: any, data?: DeleteVolumeCommandOutput) => void
|
|
474
|
+
cb: (err: any, data?: DeleteVolumeCommandOutput) => void,
|
|
481
475
|
): void;
|
|
482
476
|
deleteVolume(
|
|
483
477
|
args: DeleteVolumeCommandInput,
|
|
484
478
|
options: __HttpHandlerOptions,
|
|
485
|
-
cb: (err: any, data?: DeleteVolumeCommandOutput) => void
|
|
479
|
+
cb: (err: any, data?: DeleteVolumeCommandOutput) => void,
|
|
486
480
|
): void;
|
|
487
481
|
describeBackups(): Promise<DescribeBackupsCommandOutput>;
|
|
488
482
|
describeBackups(
|
|
489
483
|
args: DescribeBackupsCommandInput,
|
|
490
|
-
options?: __HttpHandlerOptions
|
|
484
|
+
options?: __HttpHandlerOptions,
|
|
491
485
|
): Promise<DescribeBackupsCommandOutput>;
|
|
492
486
|
describeBackups(
|
|
493
487
|
args: DescribeBackupsCommandInput,
|
|
494
|
-
cb: (err: any, data?: DescribeBackupsCommandOutput) => void
|
|
488
|
+
cb: (err: any, data?: DescribeBackupsCommandOutput) => void,
|
|
495
489
|
): void;
|
|
496
490
|
describeBackups(
|
|
497
491
|
args: DescribeBackupsCommandInput,
|
|
498
492
|
options: __HttpHandlerOptions,
|
|
499
|
-
cb: (err: any, data?: DescribeBackupsCommandOutput) => void
|
|
493
|
+
cb: (err: any, data?: DescribeBackupsCommandOutput) => void,
|
|
500
494
|
): void;
|
|
501
495
|
describeDataRepositoryAssociations(): Promise<DescribeDataRepositoryAssociationsCommandOutput>;
|
|
502
496
|
describeDataRepositoryAssociations(
|
|
503
497
|
args: DescribeDataRepositoryAssociationsCommandInput,
|
|
504
|
-
options?: __HttpHandlerOptions
|
|
498
|
+
options?: __HttpHandlerOptions,
|
|
505
499
|
): Promise<DescribeDataRepositoryAssociationsCommandOutput>;
|
|
506
500
|
describeDataRepositoryAssociations(
|
|
507
501
|
args: DescribeDataRepositoryAssociationsCommandInput,
|
|
508
|
-
cb: (
|
|
509
|
-
err: any,
|
|
510
|
-
data?: DescribeDataRepositoryAssociationsCommandOutput
|
|
511
|
-
) => void
|
|
502
|
+
cb: (err: any, data?: DescribeDataRepositoryAssociationsCommandOutput) => void,
|
|
512
503
|
): void;
|
|
513
504
|
describeDataRepositoryAssociations(
|
|
514
505
|
args: DescribeDataRepositoryAssociationsCommandInput,
|
|
515
506
|
options: __HttpHandlerOptions,
|
|
516
|
-
cb: (
|
|
517
|
-
err: any,
|
|
518
|
-
data?: DescribeDataRepositoryAssociationsCommandOutput
|
|
519
|
-
) => void
|
|
507
|
+
cb: (err: any, data?: DescribeDataRepositoryAssociationsCommandOutput) => void,
|
|
520
508
|
): void;
|
|
521
509
|
describeDataRepositoryTasks(): Promise<DescribeDataRepositoryTasksCommandOutput>;
|
|
522
510
|
describeDataRepositoryTasks(
|
|
523
511
|
args: DescribeDataRepositoryTasksCommandInput,
|
|
524
|
-
options?: __HttpHandlerOptions
|
|
512
|
+
options?: __HttpHandlerOptions,
|
|
525
513
|
): Promise<DescribeDataRepositoryTasksCommandOutput>;
|
|
526
514
|
describeDataRepositoryTasks(
|
|
527
515
|
args: DescribeDataRepositoryTasksCommandInput,
|
|
528
|
-
cb: (err: any, data?: DescribeDataRepositoryTasksCommandOutput) => void
|
|
516
|
+
cb: (err: any, data?: DescribeDataRepositoryTasksCommandOutput) => void,
|
|
529
517
|
): void;
|
|
530
518
|
describeDataRepositoryTasks(
|
|
531
519
|
args: DescribeDataRepositoryTasksCommandInput,
|
|
532
520
|
options: __HttpHandlerOptions,
|
|
533
|
-
cb: (err: any, data?: DescribeDataRepositoryTasksCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: DescribeDataRepositoryTasksCommandOutput) => void,
|
|
534
522
|
): void;
|
|
535
523
|
describeFileCaches(): Promise<DescribeFileCachesCommandOutput>;
|
|
536
524
|
describeFileCaches(
|
|
537
525
|
args: DescribeFileCachesCommandInput,
|
|
538
|
-
options?: __HttpHandlerOptions
|
|
526
|
+
options?: __HttpHandlerOptions,
|
|
539
527
|
): Promise<DescribeFileCachesCommandOutput>;
|
|
540
528
|
describeFileCaches(
|
|
541
529
|
args: DescribeFileCachesCommandInput,
|
|
542
|
-
cb: (err: any, data?: DescribeFileCachesCommandOutput) => void
|
|
530
|
+
cb: (err: any, data?: DescribeFileCachesCommandOutput) => void,
|
|
543
531
|
): void;
|
|
544
532
|
describeFileCaches(
|
|
545
533
|
args: DescribeFileCachesCommandInput,
|
|
546
534
|
options: __HttpHandlerOptions,
|
|
547
|
-
cb: (err: any, data?: DescribeFileCachesCommandOutput) => void
|
|
535
|
+
cb: (err: any, data?: DescribeFileCachesCommandOutput) => void,
|
|
548
536
|
): void;
|
|
549
537
|
describeFileSystemAliases(
|
|
550
538
|
args: DescribeFileSystemAliasesCommandInput,
|
|
551
|
-
options?: __HttpHandlerOptions
|
|
539
|
+
options?: __HttpHandlerOptions,
|
|
552
540
|
): Promise<DescribeFileSystemAliasesCommandOutput>;
|
|
553
541
|
describeFileSystemAliases(
|
|
554
542
|
args: DescribeFileSystemAliasesCommandInput,
|
|
555
|
-
cb: (err: any, data?: DescribeFileSystemAliasesCommandOutput) => void
|
|
543
|
+
cb: (err: any, data?: DescribeFileSystemAliasesCommandOutput) => void,
|
|
556
544
|
): void;
|
|
557
545
|
describeFileSystemAliases(
|
|
558
546
|
args: DescribeFileSystemAliasesCommandInput,
|
|
559
547
|
options: __HttpHandlerOptions,
|
|
560
|
-
cb: (err: any, data?: DescribeFileSystemAliasesCommandOutput) => void
|
|
548
|
+
cb: (err: any, data?: DescribeFileSystemAliasesCommandOutput) => void,
|
|
561
549
|
): void;
|
|
562
550
|
describeFileSystems(): Promise<DescribeFileSystemsCommandOutput>;
|
|
563
551
|
describeFileSystems(
|
|
564
552
|
args: DescribeFileSystemsCommandInput,
|
|
565
|
-
options?: __HttpHandlerOptions
|
|
553
|
+
options?: __HttpHandlerOptions,
|
|
566
554
|
): Promise<DescribeFileSystemsCommandOutput>;
|
|
567
555
|
describeFileSystems(
|
|
568
556
|
args: DescribeFileSystemsCommandInput,
|
|
569
|
-
cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void
|
|
557
|
+
cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void,
|
|
570
558
|
): void;
|
|
571
559
|
describeFileSystems(
|
|
572
560
|
args: DescribeFileSystemsCommandInput,
|
|
573
561
|
options: __HttpHandlerOptions,
|
|
574
|
-
cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void
|
|
562
|
+
cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void,
|
|
575
563
|
): void;
|
|
576
564
|
describeS3AccessPointAttachments(): Promise<DescribeS3AccessPointAttachmentsCommandOutput>;
|
|
577
565
|
describeS3AccessPointAttachments(
|
|
578
566
|
args: DescribeS3AccessPointAttachmentsCommandInput,
|
|
579
|
-
options?: __HttpHandlerOptions
|
|
567
|
+
options?: __HttpHandlerOptions,
|
|
580
568
|
): Promise<DescribeS3AccessPointAttachmentsCommandOutput>;
|
|
581
569
|
describeS3AccessPointAttachments(
|
|
582
570
|
args: DescribeS3AccessPointAttachmentsCommandInput,
|
|
583
|
-
cb: (err: any, data?: DescribeS3AccessPointAttachmentsCommandOutput) => void
|
|
571
|
+
cb: (err: any, data?: DescribeS3AccessPointAttachmentsCommandOutput) => void,
|
|
584
572
|
): void;
|
|
585
573
|
describeS3AccessPointAttachments(
|
|
586
574
|
args: DescribeS3AccessPointAttachmentsCommandInput,
|
|
587
575
|
options: __HttpHandlerOptions,
|
|
588
|
-
cb: (err: any, data?: DescribeS3AccessPointAttachmentsCommandOutput) => void
|
|
576
|
+
cb: (err: any, data?: DescribeS3AccessPointAttachmentsCommandOutput) => void,
|
|
589
577
|
): void;
|
|
590
578
|
describeSharedVpcConfiguration(): Promise<DescribeSharedVpcConfigurationCommandOutput>;
|
|
591
579
|
describeSharedVpcConfiguration(
|
|
592
580
|
args: DescribeSharedVpcConfigurationCommandInput,
|
|
593
|
-
options?: __HttpHandlerOptions
|
|
581
|
+
options?: __HttpHandlerOptions,
|
|
594
582
|
): Promise<DescribeSharedVpcConfigurationCommandOutput>;
|
|
595
583
|
describeSharedVpcConfiguration(
|
|
596
584
|
args: DescribeSharedVpcConfigurationCommandInput,
|
|
597
|
-
cb: (err: any, data?: DescribeSharedVpcConfigurationCommandOutput) => void
|
|
585
|
+
cb: (err: any, data?: DescribeSharedVpcConfigurationCommandOutput) => void,
|
|
598
586
|
): void;
|
|
599
587
|
describeSharedVpcConfiguration(
|
|
600
588
|
args: DescribeSharedVpcConfigurationCommandInput,
|
|
601
589
|
options: __HttpHandlerOptions,
|
|
602
|
-
cb: (err: any, data?: DescribeSharedVpcConfigurationCommandOutput) => void
|
|
590
|
+
cb: (err: any, data?: DescribeSharedVpcConfigurationCommandOutput) => void,
|
|
603
591
|
): void;
|
|
604
592
|
describeSnapshots(): Promise<DescribeSnapshotsCommandOutput>;
|
|
605
593
|
describeSnapshots(
|
|
606
594
|
args: DescribeSnapshotsCommandInput,
|
|
607
|
-
options?: __HttpHandlerOptions
|
|
595
|
+
options?: __HttpHandlerOptions,
|
|
608
596
|
): Promise<DescribeSnapshotsCommandOutput>;
|
|
609
597
|
describeSnapshots(
|
|
610
598
|
args: DescribeSnapshotsCommandInput,
|
|
611
|
-
cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void
|
|
599
|
+
cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void,
|
|
612
600
|
): void;
|
|
613
601
|
describeSnapshots(
|
|
614
602
|
args: DescribeSnapshotsCommandInput,
|
|
615
603
|
options: __HttpHandlerOptions,
|
|
616
|
-
cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void
|
|
604
|
+
cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void,
|
|
617
605
|
): void;
|
|
618
606
|
describeStorageVirtualMachines(): Promise<DescribeStorageVirtualMachinesCommandOutput>;
|
|
619
607
|
describeStorageVirtualMachines(
|
|
620
608
|
args: DescribeStorageVirtualMachinesCommandInput,
|
|
621
|
-
options?: __HttpHandlerOptions
|
|
609
|
+
options?: __HttpHandlerOptions,
|
|
622
610
|
): Promise<DescribeStorageVirtualMachinesCommandOutput>;
|
|
623
611
|
describeStorageVirtualMachines(
|
|
624
612
|
args: DescribeStorageVirtualMachinesCommandInput,
|
|
625
|
-
cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void
|
|
613
|
+
cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void,
|
|
626
614
|
): void;
|
|
627
615
|
describeStorageVirtualMachines(
|
|
628
616
|
args: DescribeStorageVirtualMachinesCommandInput,
|
|
629
617
|
options: __HttpHandlerOptions,
|
|
630
|
-
cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void
|
|
618
|
+
cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void,
|
|
631
619
|
): void;
|
|
632
620
|
describeVolumes(): Promise<DescribeVolumesCommandOutput>;
|
|
633
621
|
describeVolumes(
|
|
634
622
|
args: DescribeVolumesCommandInput,
|
|
635
|
-
options?: __HttpHandlerOptions
|
|
623
|
+
options?: __HttpHandlerOptions,
|
|
636
624
|
): Promise<DescribeVolumesCommandOutput>;
|
|
637
625
|
describeVolumes(
|
|
638
626
|
args: DescribeVolumesCommandInput,
|
|
639
|
-
cb: (err: any, data?: DescribeVolumesCommandOutput) => void
|
|
627
|
+
cb: (err: any, data?: DescribeVolumesCommandOutput) => void,
|
|
640
628
|
): void;
|
|
641
629
|
describeVolumes(
|
|
642
630
|
args: DescribeVolumesCommandInput,
|
|
643
631
|
options: __HttpHandlerOptions,
|
|
644
|
-
cb: (err: any, data?: DescribeVolumesCommandOutput) => void
|
|
632
|
+
cb: (err: any, data?: DescribeVolumesCommandOutput) => void,
|
|
645
633
|
): void;
|
|
646
634
|
detachAndDeleteS3AccessPoint(
|
|
647
635
|
args: DetachAndDeleteS3AccessPointCommandInput,
|
|
648
|
-
options?: __HttpHandlerOptions
|
|
636
|
+
options?: __HttpHandlerOptions,
|
|
649
637
|
): Promise<DetachAndDeleteS3AccessPointCommandOutput>;
|
|
650
638
|
detachAndDeleteS3AccessPoint(
|
|
651
639
|
args: DetachAndDeleteS3AccessPointCommandInput,
|
|
652
|
-
cb: (err: any, data?: DetachAndDeleteS3AccessPointCommandOutput) => void
|
|
640
|
+
cb: (err: any, data?: DetachAndDeleteS3AccessPointCommandOutput) => void,
|
|
653
641
|
): void;
|
|
654
642
|
detachAndDeleteS3AccessPoint(
|
|
655
643
|
args: DetachAndDeleteS3AccessPointCommandInput,
|
|
656
644
|
options: __HttpHandlerOptions,
|
|
657
|
-
cb: (err: any, data?: DetachAndDeleteS3AccessPointCommandOutput) => void
|
|
645
|
+
cb: (err: any, data?: DetachAndDeleteS3AccessPointCommandOutput) => void,
|
|
658
646
|
): void;
|
|
659
647
|
disassociateFileSystemAliases(
|
|
660
648
|
args: DisassociateFileSystemAliasesCommandInput,
|
|
661
|
-
options?: __HttpHandlerOptions
|
|
649
|
+
options?: __HttpHandlerOptions,
|
|
662
650
|
): Promise<DisassociateFileSystemAliasesCommandOutput>;
|
|
663
651
|
disassociateFileSystemAliases(
|
|
664
652
|
args: DisassociateFileSystemAliasesCommandInput,
|
|
665
|
-
cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void
|
|
653
|
+
cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void,
|
|
666
654
|
): void;
|
|
667
655
|
disassociateFileSystemAliases(
|
|
668
656
|
args: DisassociateFileSystemAliasesCommandInput,
|
|
669
657
|
options: __HttpHandlerOptions,
|
|
670
|
-
cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void
|
|
658
|
+
cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void,
|
|
671
659
|
): void;
|
|
672
660
|
listTagsForResource(
|
|
673
661
|
args: ListTagsForResourceCommandInput,
|
|
674
|
-
options?: __HttpHandlerOptions
|
|
662
|
+
options?: __HttpHandlerOptions,
|
|
675
663
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
676
664
|
listTagsForResource(
|
|
677
665
|
args: ListTagsForResourceCommandInput,
|
|
678
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
666
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
679
667
|
): void;
|
|
680
668
|
listTagsForResource(
|
|
681
669
|
args: ListTagsForResourceCommandInput,
|
|
682
670
|
options: __HttpHandlerOptions,
|
|
683
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
671
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
684
672
|
): void;
|
|
685
673
|
releaseFileSystemNfsV3Locks(
|
|
686
674
|
args: ReleaseFileSystemNfsV3LocksCommandInput,
|
|
687
|
-
options?: __HttpHandlerOptions
|
|
675
|
+
options?: __HttpHandlerOptions,
|
|
688
676
|
): Promise<ReleaseFileSystemNfsV3LocksCommandOutput>;
|
|
689
677
|
releaseFileSystemNfsV3Locks(
|
|
690
678
|
args: ReleaseFileSystemNfsV3LocksCommandInput,
|
|
691
|
-
cb: (err: any, data?: ReleaseFileSystemNfsV3LocksCommandOutput) => void
|
|
679
|
+
cb: (err: any, data?: ReleaseFileSystemNfsV3LocksCommandOutput) => void,
|
|
692
680
|
): void;
|
|
693
681
|
releaseFileSystemNfsV3Locks(
|
|
694
682
|
args: ReleaseFileSystemNfsV3LocksCommandInput,
|
|
695
683
|
options: __HttpHandlerOptions,
|
|
696
|
-
cb: (err: any, data?: ReleaseFileSystemNfsV3LocksCommandOutput) => void
|
|
684
|
+
cb: (err: any, data?: ReleaseFileSystemNfsV3LocksCommandOutput) => void,
|
|
697
685
|
): void;
|
|
698
686
|
restoreVolumeFromSnapshot(
|
|
699
687
|
args: RestoreVolumeFromSnapshotCommandInput,
|
|
700
|
-
options?: __HttpHandlerOptions
|
|
688
|
+
options?: __HttpHandlerOptions,
|
|
701
689
|
): Promise<RestoreVolumeFromSnapshotCommandOutput>;
|
|
702
690
|
restoreVolumeFromSnapshot(
|
|
703
691
|
args: RestoreVolumeFromSnapshotCommandInput,
|
|
704
|
-
cb: (err: any, data?: RestoreVolumeFromSnapshotCommandOutput) => void
|
|
692
|
+
cb: (err: any, data?: RestoreVolumeFromSnapshotCommandOutput) => void,
|
|
705
693
|
): void;
|
|
706
694
|
restoreVolumeFromSnapshot(
|
|
707
695
|
args: RestoreVolumeFromSnapshotCommandInput,
|
|
708
696
|
options: __HttpHandlerOptions,
|
|
709
|
-
cb: (err: any, data?: RestoreVolumeFromSnapshotCommandOutput) => void
|
|
697
|
+
cb: (err: any, data?: RestoreVolumeFromSnapshotCommandOutput) => void,
|
|
710
698
|
): void;
|
|
711
699
|
startMisconfiguredStateRecovery(
|
|
712
700
|
args: StartMisconfiguredStateRecoveryCommandInput,
|
|
713
|
-
options?: __HttpHandlerOptions
|
|
701
|
+
options?: __HttpHandlerOptions,
|
|
714
702
|
): Promise<StartMisconfiguredStateRecoveryCommandOutput>;
|
|
715
703
|
startMisconfiguredStateRecovery(
|
|
716
704
|
args: StartMisconfiguredStateRecoveryCommandInput,
|
|
717
|
-
cb: (err: any, data?: StartMisconfiguredStateRecoveryCommandOutput) => void
|
|
705
|
+
cb: (err: any, data?: StartMisconfiguredStateRecoveryCommandOutput) => void,
|
|
718
706
|
): void;
|
|
719
707
|
startMisconfiguredStateRecovery(
|
|
720
708
|
args: StartMisconfiguredStateRecoveryCommandInput,
|
|
721
709
|
options: __HttpHandlerOptions,
|
|
722
|
-
cb: (err: any, data?: StartMisconfiguredStateRecoveryCommandOutput) => void
|
|
710
|
+
cb: (err: any, data?: StartMisconfiguredStateRecoveryCommandOutput) => void,
|
|
723
711
|
): void;
|
|
724
712
|
tagResource(
|
|
725
713
|
args: TagResourceCommandInput,
|
|
726
|
-
options?: __HttpHandlerOptions
|
|
714
|
+
options?: __HttpHandlerOptions,
|
|
727
715
|
): Promise<TagResourceCommandOutput>;
|
|
728
716
|
tagResource(
|
|
729
717
|
args: TagResourceCommandInput,
|
|
730
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
718
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
731
719
|
): void;
|
|
732
720
|
tagResource(
|
|
733
721
|
args: TagResourceCommandInput,
|
|
734
722
|
options: __HttpHandlerOptions,
|
|
735
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
723
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
736
724
|
): void;
|
|
737
725
|
untagResource(
|
|
738
726
|
args: UntagResourceCommandInput,
|
|
739
|
-
options?: __HttpHandlerOptions
|
|
727
|
+
options?: __HttpHandlerOptions,
|
|
740
728
|
): Promise<UntagResourceCommandOutput>;
|
|
741
729
|
untagResource(
|
|
742
730
|
args: UntagResourceCommandInput,
|
|
743
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
731
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
744
732
|
): void;
|
|
745
733
|
untagResource(
|
|
746
734
|
args: UntagResourceCommandInput,
|
|
747
735
|
options: __HttpHandlerOptions,
|
|
748
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
736
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
749
737
|
): void;
|
|
750
738
|
updateDataRepositoryAssociation(
|
|
751
739
|
args: UpdateDataRepositoryAssociationCommandInput,
|
|
752
|
-
options?: __HttpHandlerOptions
|
|
740
|
+
options?: __HttpHandlerOptions,
|
|
753
741
|
): Promise<UpdateDataRepositoryAssociationCommandOutput>;
|
|
754
742
|
updateDataRepositoryAssociation(
|
|
755
743
|
args: UpdateDataRepositoryAssociationCommandInput,
|
|
756
|
-
cb: (err: any, data?: UpdateDataRepositoryAssociationCommandOutput) => void
|
|
744
|
+
cb: (err: any, data?: UpdateDataRepositoryAssociationCommandOutput) => void,
|
|
757
745
|
): void;
|
|
758
746
|
updateDataRepositoryAssociation(
|
|
759
747
|
args: UpdateDataRepositoryAssociationCommandInput,
|
|
760
748
|
options: __HttpHandlerOptions,
|
|
761
|
-
cb: (err: any, data?: UpdateDataRepositoryAssociationCommandOutput) => void
|
|
749
|
+
cb: (err: any, data?: UpdateDataRepositoryAssociationCommandOutput) => void,
|
|
762
750
|
): void;
|
|
763
751
|
updateFileCache(
|
|
764
752
|
args: UpdateFileCacheCommandInput,
|
|
765
|
-
options?: __HttpHandlerOptions
|
|
753
|
+
options?: __HttpHandlerOptions,
|
|
766
754
|
): Promise<UpdateFileCacheCommandOutput>;
|
|
767
755
|
updateFileCache(
|
|
768
756
|
args: UpdateFileCacheCommandInput,
|
|
769
|
-
cb: (err: any, data?: UpdateFileCacheCommandOutput) => void
|
|
757
|
+
cb: (err: any, data?: UpdateFileCacheCommandOutput) => void,
|
|
770
758
|
): void;
|
|
771
759
|
updateFileCache(
|
|
772
760
|
args: UpdateFileCacheCommandInput,
|
|
773
761
|
options: __HttpHandlerOptions,
|
|
774
|
-
cb: (err: any, data?: UpdateFileCacheCommandOutput) => void
|
|
762
|
+
cb: (err: any, data?: UpdateFileCacheCommandOutput) => void,
|
|
775
763
|
): void;
|
|
776
764
|
updateFileSystem(
|
|
777
765
|
args: UpdateFileSystemCommandInput,
|
|
778
|
-
options?: __HttpHandlerOptions
|
|
766
|
+
options?: __HttpHandlerOptions,
|
|
779
767
|
): Promise<UpdateFileSystemCommandOutput>;
|
|
780
768
|
updateFileSystem(
|
|
781
769
|
args: UpdateFileSystemCommandInput,
|
|
782
|
-
cb: (err: any, data?: UpdateFileSystemCommandOutput) => void
|
|
770
|
+
cb: (err: any, data?: UpdateFileSystemCommandOutput) => void,
|
|
783
771
|
): void;
|
|
784
772
|
updateFileSystem(
|
|
785
773
|
args: UpdateFileSystemCommandInput,
|
|
786
774
|
options: __HttpHandlerOptions,
|
|
787
|
-
cb: (err: any, data?: UpdateFileSystemCommandOutput) => void
|
|
775
|
+
cb: (err: any, data?: UpdateFileSystemCommandOutput) => void,
|
|
788
776
|
): void;
|
|
789
777
|
updateSharedVpcConfiguration(): Promise<UpdateSharedVpcConfigurationCommandOutput>;
|
|
790
778
|
updateSharedVpcConfiguration(
|
|
791
779
|
args: UpdateSharedVpcConfigurationCommandInput,
|
|
792
|
-
options?: __HttpHandlerOptions
|
|
780
|
+
options?: __HttpHandlerOptions,
|
|
793
781
|
): Promise<UpdateSharedVpcConfigurationCommandOutput>;
|
|
794
782
|
updateSharedVpcConfiguration(
|
|
795
783
|
args: UpdateSharedVpcConfigurationCommandInput,
|
|
796
|
-
cb: (err: any, data?: UpdateSharedVpcConfigurationCommandOutput) => void
|
|
784
|
+
cb: (err: any, data?: UpdateSharedVpcConfigurationCommandOutput) => void,
|
|
797
785
|
): void;
|
|
798
786
|
updateSharedVpcConfiguration(
|
|
799
787
|
args: UpdateSharedVpcConfigurationCommandInput,
|
|
800
788
|
options: __HttpHandlerOptions,
|
|
801
|
-
cb: (err: any, data?: UpdateSharedVpcConfigurationCommandOutput) => void
|
|
789
|
+
cb: (err: any, data?: UpdateSharedVpcConfigurationCommandOutput) => void,
|
|
802
790
|
): void;
|
|
803
791
|
updateSnapshot(
|
|
804
792
|
args: UpdateSnapshotCommandInput,
|
|
805
|
-
options?: __HttpHandlerOptions
|
|
793
|
+
options?: __HttpHandlerOptions,
|
|
806
794
|
): Promise<UpdateSnapshotCommandOutput>;
|
|
807
795
|
updateSnapshot(
|
|
808
796
|
args: UpdateSnapshotCommandInput,
|
|
809
|
-
cb: (err: any, data?: UpdateSnapshotCommandOutput) => void
|
|
797
|
+
cb: (err: any, data?: UpdateSnapshotCommandOutput) => void,
|
|
810
798
|
): void;
|
|
811
799
|
updateSnapshot(
|
|
812
800
|
args: UpdateSnapshotCommandInput,
|
|
813
801
|
options: __HttpHandlerOptions,
|
|
814
|
-
cb: (err: any, data?: UpdateSnapshotCommandOutput) => void
|
|
802
|
+
cb: (err: any, data?: UpdateSnapshotCommandOutput) => void,
|
|
815
803
|
): void;
|
|
816
804
|
updateStorageVirtualMachine(
|
|
817
805
|
args: UpdateStorageVirtualMachineCommandInput,
|
|
818
|
-
options?: __HttpHandlerOptions
|
|
806
|
+
options?: __HttpHandlerOptions,
|
|
819
807
|
): Promise<UpdateStorageVirtualMachineCommandOutput>;
|
|
820
808
|
updateStorageVirtualMachine(
|
|
821
809
|
args: UpdateStorageVirtualMachineCommandInput,
|
|
822
|
-
cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void
|
|
810
|
+
cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void,
|
|
823
811
|
): void;
|
|
824
812
|
updateStorageVirtualMachine(
|
|
825
813
|
args: UpdateStorageVirtualMachineCommandInput,
|
|
826
814
|
options: __HttpHandlerOptions,
|
|
827
|
-
cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void
|
|
815
|
+
cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void,
|
|
828
816
|
): void;
|
|
829
817
|
updateVolume(
|
|
830
818
|
args: UpdateVolumeCommandInput,
|
|
831
|
-
options?: __HttpHandlerOptions
|
|
819
|
+
options?: __HttpHandlerOptions,
|
|
832
820
|
): Promise<UpdateVolumeCommandOutput>;
|
|
833
821
|
updateVolume(
|
|
834
822
|
args: UpdateVolumeCommandInput,
|
|
835
|
-
cb: (err: any, data?: UpdateVolumeCommandOutput) => void
|
|
823
|
+
cb: (err: any, data?: UpdateVolumeCommandOutput) => void,
|
|
836
824
|
): void;
|
|
837
825
|
updateVolume(
|
|
838
826
|
args: UpdateVolumeCommandInput,
|
|
839
827
|
options: __HttpHandlerOptions,
|
|
840
|
-
cb: (err: any, data?: UpdateVolumeCommandOutput) => void
|
|
828
|
+
cb: (err: any, data?: UpdateVolumeCommandOutput) => void,
|
|
841
829
|
): void;
|
|
842
830
|
paginateDescribeBackups(
|
|
843
831
|
args?: DescribeBackupsCommandInput,
|
|
844
832
|
paginationConfig?: Pick<
|
|
845
833
|
PaginationConfiguration,
|
|
846
834
|
Exclude<keyof PaginationConfiguration, "client">
|
|
847
|
-
|
|
835
|
+
>,
|
|
848
836
|
): Paginator<DescribeBackupsCommandOutput>;
|
|
849
837
|
paginateDescribeDataRepositoryAssociations(
|
|
850
838
|
args?: DescribeDataRepositoryAssociationsCommandInput,
|
|
851
839
|
paginationConfig?: Pick<
|
|
852
840
|
PaginationConfiguration,
|
|
853
841
|
Exclude<keyof PaginationConfiguration, "client">
|
|
854
|
-
|
|
842
|
+
>,
|
|
855
843
|
): Paginator<DescribeDataRepositoryAssociationsCommandOutput>;
|
|
856
844
|
paginateDescribeDataRepositoryTasks(
|
|
857
845
|
args?: DescribeDataRepositoryTasksCommandInput,
|
|
858
846
|
paginationConfig?: Pick<
|
|
859
847
|
PaginationConfiguration,
|
|
860
848
|
Exclude<keyof PaginationConfiguration, "client">
|
|
861
|
-
|
|
849
|
+
>,
|
|
862
850
|
): Paginator<DescribeDataRepositoryTasksCommandOutput>;
|
|
863
851
|
paginateDescribeFileCaches(
|
|
864
852
|
args?: DescribeFileCachesCommandInput,
|
|
865
853
|
paginationConfig?: Pick<
|
|
866
854
|
PaginationConfiguration,
|
|
867
855
|
Exclude<keyof PaginationConfiguration, "client">
|
|
868
|
-
|
|
856
|
+
>,
|
|
869
857
|
): Paginator<DescribeFileCachesCommandOutput>;
|
|
870
858
|
paginateDescribeFileSystemAliases(
|
|
871
859
|
args: DescribeFileSystemAliasesCommandInput,
|
|
872
860
|
paginationConfig?: Pick<
|
|
873
861
|
PaginationConfiguration,
|
|
874
862
|
Exclude<keyof PaginationConfiguration, "client">
|
|
875
|
-
|
|
863
|
+
>,
|
|
876
864
|
): Paginator<DescribeFileSystemAliasesCommandOutput>;
|
|
877
865
|
paginateDescribeFileSystems(
|
|
878
866
|
args?: DescribeFileSystemsCommandInput,
|
|
879
867
|
paginationConfig?: Pick<
|
|
880
868
|
PaginationConfiguration,
|
|
881
869
|
Exclude<keyof PaginationConfiguration, "client">
|
|
882
|
-
|
|
870
|
+
>,
|
|
883
871
|
): Paginator<DescribeFileSystemsCommandOutput>;
|
|
884
872
|
paginateDescribeS3AccessPointAttachments(
|
|
885
873
|
args?: DescribeS3AccessPointAttachmentsCommandInput,
|
|
886
874
|
paginationConfig?: Pick<
|
|
887
875
|
PaginationConfiguration,
|
|
888
876
|
Exclude<keyof PaginationConfiguration, "client">
|
|
889
|
-
|
|
877
|
+
>,
|
|
890
878
|
): Paginator<DescribeS3AccessPointAttachmentsCommandOutput>;
|
|
891
879
|
paginateDescribeSnapshots(
|
|
892
880
|
args?: DescribeSnapshotsCommandInput,
|
|
893
881
|
paginationConfig?: Pick<
|
|
894
882
|
PaginationConfiguration,
|
|
895
883
|
Exclude<keyof PaginationConfiguration, "client">
|
|
896
|
-
|
|
884
|
+
>,
|
|
897
885
|
): Paginator<DescribeSnapshotsCommandOutput>;
|
|
898
886
|
paginateDescribeStorageVirtualMachines(
|
|
899
887
|
args?: DescribeStorageVirtualMachinesCommandInput,
|
|
900
888
|
paginationConfig?: Pick<
|
|
901
889
|
PaginationConfiguration,
|
|
902
890
|
Exclude<keyof PaginationConfiguration, "client">
|
|
903
|
-
|
|
891
|
+
>,
|
|
904
892
|
): Paginator<DescribeStorageVirtualMachinesCommandOutput>;
|
|
905
893
|
paginateDescribeVolumes(
|
|
906
894
|
args?: DescribeVolumesCommandInput,
|
|
907
895
|
paginationConfig?: Pick<
|
|
908
896
|
PaginationConfiguration,
|
|
909
897
|
Exclude<keyof PaginationConfiguration, "client">
|
|
910
|
-
|
|
898
|
+
>,
|
|
911
899
|
): Paginator<DescribeVolumesCommandOutput>;
|
|
912
900
|
paginateListTagsForResource(
|
|
913
901
|
args: ListTagsForResourceCommandInput,
|
|
914
902
|
paginationConfig?: Pick<
|
|
915
903
|
PaginationConfiguration,
|
|
916
904
|
Exclude<keyof PaginationConfiguration, "client">
|
|
917
|
-
|
|
905
|
+
>,
|
|
918
906
|
): Paginator<ListTagsForResourceCommandOutput>;
|
|
919
907
|
}
|
|
920
908
|
export declare class FSx extends FSxClient implements FSx {}
|