@aws-sdk/client-datasync 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.
Files changed (74) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DataSync.d.ts +173 -200
  3. package/dist-types/ts3.4/DataSyncClient.d.ts +24 -61
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +3 -8
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +4 -4
  43. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -6
  53. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  61. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  62. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  63. package/dist-types/ts3.4/models/enums.d.ts +15 -30
  64. package/dist-types/ts3.4/models/errors.d.ts +1 -3
  65. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  66. package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +1 -4
  67. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +1 -4
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  74. package/package.json +38 -38
@@ -7,10 +7,7 @@ import {
7
7
  CancelTaskExecutionCommandInput,
8
8
  CancelTaskExecutionCommandOutput,
9
9
  } from "./commands/CancelTaskExecutionCommand";
10
- import {
11
- CreateAgentCommandInput,
12
- CreateAgentCommandOutput,
13
- } from "./commands/CreateAgentCommand";
10
+ import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
14
11
  import {
15
12
  CreateLocationAzureBlobCommandInput,
16
13
  CreateLocationAzureBlobCommandOutput,
@@ -55,22 +52,13 @@ import {
55
52
  CreateLocationSmbCommandInput,
56
53
  CreateLocationSmbCommandOutput,
57
54
  } from "./commands/CreateLocationSmbCommand";
58
- import {
59
- CreateTaskCommandInput,
60
- CreateTaskCommandOutput,
61
- } from "./commands/CreateTaskCommand";
62
- import {
63
- DeleteAgentCommandInput,
64
- DeleteAgentCommandOutput,
65
- } from "./commands/DeleteAgentCommand";
55
+ import { CreateTaskCommandInput, CreateTaskCommandOutput } from "./commands/CreateTaskCommand";
56
+ import { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
66
57
  import {
67
58
  DeleteLocationCommandInput,
68
59
  DeleteLocationCommandOutput,
69
60
  } from "./commands/DeleteLocationCommand";
70
- import {
71
- DeleteTaskCommandInput,
72
- DeleteTaskCommandOutput,
73
- } from "./commands/DeleteTaskCommand";
61
+ import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "./commands/DeleteTaskCommand";
74
62
  import {
75
63
  DescribeAgentCommandInput,
76
64
  DescribeAgentCommandOutput,
@@ -127,10 +115,7 @@ import {
127
115
  DescribeTaskExecutionCommandInput,
128
116
  DescribeTaskExecutionCommandOutput,
129
117
  } from "./commands/DescribeTaskExecutionCommand";
130
- import {
131
- ListAgentsCommandInput,
132
- ListAgentsCommandOutput,
133
- } from "./commands/ListAgentsCommand";
118
+ import { ListAgentsCommandInput, ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
134
119
  import {
135
120
  ListLocationsCommandInput,
136
121
  ListLocationsCommandOutput,
@@ -143,26 +128,17 @@ import {
143
128
  ListTaskExecutionsCommandInput,
144
129
  ListTaskExecutionsCommandOutput,
145
130
  } from "./commands/ListTaskExecutionsCommand";
146
- import {
147
- ListTasksCommandInput,
148
- ListTasksCommandOutput,
149
- } from "./commands/ListTasksCommand";
131
+ import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
150
132
  import {
151
133
  StartTaskExecutionCommandInput,
152
134
  StartTaskExecutionCommandOutput,
153
135
  } from "./commands/StartTaskExecutionCommand";
154
- import {
155
- TagResourceCommandInput,
156
- TagResourceCommandOutput,
157
- } from "./commands/TagResourceCommand";
136
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
158
137
  import {
159
138
  UntagResourceCommandInput,
160
139
  UntagResourceCommandOutput,
161
140
  } from "./commands/UntagResourceCommand";
162
- import {
163
- UpdateAgentCommandInput,
164
- UpdateAgentCommandOutput,
165
- } from "./commands/UpdateAgentCommand";
141
+ import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
166
142
  import {
167
143
  UpdateLocationAzureBlobCommandInput,
168
144
  UpdateLocationAzureBlobCommandOutput,
@@ -207,10 +183,7 @@ import {
207
183
  UpdateLocationSmbCommandInput,
208
184
  UpdateLocationSmbCommandOutput,
209
185
  } from "./commands/UpdateLocationSmbCommand";
210
- import {
211
- UpdateTaskCommandInput,
212
- UpdateTaskCommandOutput,
213
- } from "./commands/UpdateTaskCommand";
186
+ import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
214
187
  import {
215
188
  UpdateTaskExecutionCommandInput,
216
189
  UpdateTaskExecutionCommandOutput,
@@ -219,731 +192,731 @@ import { DataSyncClient } from "./DataSyncClient";
219
192
  export interface DataSync {
220
193
  cancelTaskExecution(
221
194
  args: CancelTaskExecutionCommandInput,
222
- options?: __HttpHandlerOptions
195
+ options?: __HttpHandlerOptions,
223
196
  ): Promise<CancelTaskExecutionCommandOutput>;
224
197
  cancelTaskExecution(
225
198
  args: CancelTaskExecutionCommandInput,
226
- cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void
199
+ cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void,
227
200
  ): void;
228
201
  cancelTaskExecution(
229
202
  args: CancelTaskExecutionCommandInput,
230
203
  options: __HttpHandlerOptions,
231
- cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void
204
+ cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void,
232
205
  ): void;
233
206
  createAgent(
234
207
  args: CreateAgentCommandInput,
235
- options?: __HttpHandlerOptions
208
+ options?: __HttpHandlerOptions,
236
209
  ): Promise<CreateAgentCommandOutput>;
237
210
  createAgent(
238
211
  args: CreateAgentCommandInput,
239
- cb: (err: any, data?: CreateAgentCommandOutput) => void
212
+ cb: (err: any, data?: CreateAgentCommandOutput) => void,
240
213
  ): void;
241
214
  createAgent(
242
215
  args: CreateAgentCommandInput,
243
216
  options: __HttpHandlerOptions,
244
- cb: (err: any, data?: CreateAgentCommandOutput) => void
217
+ cb: (err: any, data?: CreateAgentCommandOutput) => void,
245
218
  ): void;
246
219
  createLocationAzureBlob(
247
220
  args: CreateLocationAzureBlobCommandInput,
248
- options?: __HttpHandlerOptions
221
+ options?: __HttpHandlerOptions,
249
222
  ): Promise<CreateLocationAzureBlobCommandOutput>;
250
223
  createLocationAzureBlob(
251
224
  args: CreateLocationAzureBlobCommandInput,
252
- cb: (err: any, data?: CreateLocationAzureBlobCommandOutput) => void
225
+ cb: (err: any, data?: CreateLocationAzureBlobCommandOutput) => void,
253
226
  ): void;
254
227
  createLocationAzureBlob(
255
228
  args: CreateLocationAzureBlobCommandInput,
256
229
  options: __HttpHandlerOptions,
257
- cb: (err: any, data?: CreateLocationAzureBlobCommandOutput) => void
230
+ cb: (err: any, data?: CreateLocationAzureBlobCommandOutput) => void,
258
231
  ): void;
259
232
  createLocationEfs(
260
233
  args: CreateLocationEfsCommandInput,
261
- options?: __HttpHandlerOptions
234
+ options?: __HttpHandlerOptions,
262
235
  ): Promise<CreateLocationEfsCommandOutput>;
263
236
  createLocationEfs(
264
237
  args: CreateLocationEfsCommandInput,
265
- cb: (err: any, data?: CreateLocationEfsCommandOutput) => void
238
+ cb: (err: any, data?: CreateLocationEfsCommandOutput) => void,
266
239
  ): void;
267
240
  createLocationEfs(
268
241
  args: CreateLocationEfsCommandInput,
269
242
  options: __HttpHandlerOptions,
270
- cb: (err: any, data?: CreateLocationEfsCommandOutput) => void
243
+ cb: (err: any, data?: CreateLocationEfsCommandOutput) => void,
271
244
  ): void;
272
245
  createLocationFsxLustre(
273
246
  args: CreateLocationFsxLustreCommandInput,
274
- options?: __HttpHandlerOptions
247
+ options?: __HttpHandlerOptions,
275
248
  ): Promise<CreateLocationFsxLustreCommandOutput>;
276
249
  createLocationFsxLustre(
277
250
  args: CreateLocationFsxLustreCommandInput,
278
- cb: (err: any, data?: CreateLocationFsxLustreCommandOutput) => void
251
+ cb: (err: any, data?: CreateLocationFsxLustreCommandOutput) => void,
279
252
  ): void;
280
253
  createLocationFsxLustre(
281
254
  args: CreateLocationFsxLustreCommandInput,
282
255
  options: __HttpHandlerOptions,
283
- cb: (err: any, data?: CreateLocationFsxLustreCommandOutput) => void
256
+ cb: (err: any, data?: CreateLocationFsxLustreCommandOutput) => void,
284
257
  ): void;
285
258
  createLocationFsxOntap(
286
259
  args: CreateLocationFsxOntapCommandInput,
287
- options?: __HttpHandlerOptions
260
+ options?: __HttpHandlerOptions,
288
261
  ): Promise<CreateLocationFsxOntapCommandOutput>;
289
262
  createLocationFsxOntap(
290
263
  args: CreateLocationFsxOntapCommandInput,
291
- cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void
264
+ cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void,
292
265
  ): void;
293
266
  createLocationFsxOntap(
294
267
  args: CreateLocationFsxOntapCommandInput,
295
268
  options: __HttpHandlerOptions,
296
- cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void
269
+ cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void,
297
270
  ): void;
298
271
  createLocationFsxOpenZfs(
299
272
  args: CreateLocationFsxOpenZfsCommandInput,
300
- options?: __HttpHandlerOptions
273
+ options?: __HttpHandlerOptions,
301
274
  ): Promise<CreateLocationFsxOpenZfsCommandOutput>;
302
275
  createLocationFsxOpenZfs(
303
276
  args: CreateLocationFsxOpenZfsCommandInput,
304
- cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void
277
+ cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void,
305
278
  ): void;
306
279
  createLocationFsxOpenZfs(
307
280
  args: CreateLocationFsxOpenZfsCommandInput,
308
281
  options: __HttpHandlerOptions,
309
- cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void
282
+ cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void,
310
283
  ): void;
311
284
  createLocationFsxWindows(
312
285
  args: CreateLocationFsxWindowsCommandInput,
313
- options?: __HttpHandlerOptions
286
+ options?: __HttpHandlerOptions,
314
287
  ): Promise<CreateLocationFsxWindowsCommandOutput>;
315
288
  createLocationFsxWindows(
316
289
  args: CreateLocationFsxWindowsCommandInput,
317
- cb: (err: any, data?: CreateLocationFsxWindowsCommandOutput) => void
290
+ cb: (err: any, data?: CreateLocationFsxWindowsCommandOutput) => void,
318
291
  ): void;
319
292
  createLocationFsxWindows(
320
293
  args: CreateLocationFsxWindowsCommandInput,
321
294
  options: __HttpHandlerOptions,
322
- cb: (err: any, data?: CreateLocationFsxWindowsCommandOutput) => void
295
+ cb: (err: any, data?: CreateLocationFsxWindowsCommandOutput) => void,
323
296
  ): void;
324
297
  createLocationHdfs(
325
298
  args: CreateLocationHdfsCommandInput,
326
- options?: __HttpHandlerOptions
299
+ options?: __HttpHandlerOptions,
327
300
  ): Promise<CreateLocationHdfsCommandOutput>;
328
301
  createLocationHdfs(
329
302
  args: CreateLocationHdfsCommandInput,
330
- cb: (err: any, data?: CreateLocationHdfsCommandOutput) => void
303
+ cb: (err: any, data?: CreateLocationHdfsCommandOutput) => void,
331
304
  ): void;
332
305
  createLocationHdfs(
333
306
  args: CreateLocationHdfsCommandInput,
334
307
  options: __HttpHandlerOptions,
335
- cb: (err: any, data?: CreateLocationHdfsCommandOutput) => void
308
+ cb: (err: any, data?: CreateLocationHdfsCommandOutput) => void,
336
309
  ): void;
337
310
  createLocationNfs(
338
311
  args: CreateLocationNfsCommandInput,
339
- options?: __HttpHandlerOptions
312
+ options?: __HttpHandlerOptions,
340
313
  ): Promise<CreateLocationNfsCommandOutput>;
341
314
  createLocationNfs(
342
315
  args: CreateLocationNfsCommandInput,
343
- cb: (err: any, data?: CreateLocationNfsCommandOutput) => void
316
+ cb: (err: any, data?: CreateLocationNfsCommandOutput) => void,
344
317
  ): void;
345
318
  createLocationNfs(
346
319
  args: CreateLocationNfsCommandInput,
347
320
  options: __HttpHandlerOptions,
348
- cb: (err: any, data?: CreateLocationNfsCommandOutput) => void
321
+ cb: (err: any, data?: CreateLocationNfsCommandOutput) => void,
349
322
  ): void;
350
323
  createLocationObjectStorage(
351
324
  args: CreateLocationObjectStorageCommandInput,
352
- options?: __HttpHandlerOptions
325
+ options?: __HttpHandlerOptions,
353
326
  ): Promise<CreateLocationObjectStorageCommandOutput>;
354
327
  createLocationObjectStorage(
355
328
  args: CreateLocationObjectStorageCommandInput,
356
- cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void
329
+ cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void,
357
330
  ): void;
358
331
  createLocationObjectStorage(
359
332
  args: CreateLocationObjectStorageCommandInput,
360
333
  options: __HttpHandlerOptions,
361
- cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void
334
+ cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void,
362
335
  ): void;
363
336
  createLocationS3(
364
337
  args: CreateLocationS3CommandInput,
365
- options?: __HttpHandlerOptions
338
+ options?: __HttpHandlerOptions,
366
339
  ): Promise<CreateLocationS3CommandOutput>;
367
340
  createLocationS3(
368
341
  args: CreateLocationS3CommandInput,
369
- cb: (err: any, data?: CreateLocationS3CommandOutput) => void
342
+ cb: (err: any, data?: CreateLocationS3CommandOutput) => void,
370
343
  ): void;
371
344
  createLocationS3(
372
345
  args: CreateLocationS3CommandInput,
373
346
  options: __HttpHandlerOptions,
374
- cb: (err: any, data?: CreateLocationS3CommandOutput) => void
347
+ cb: (err: any, data?: CreateLocationS3CommandOutput) => void,
375
348
  ): void;
376
349
  createLocationSmb(
377
350
  args: CreateLocationSmbCommandInput,
378
- options?: __HttpHandlerOptions
351
+ options?: __HttpHandlerOptions,
379
352
  ): Promise<CreateLocationSmbCommandOutput>;
380
353
  createLocationSmb(
381
354
  args: CreateLocationSmbCommandInput,
382
- cb: (err: any, data?: CreateLocationSmbCommandOutput) => void
355
+ cb: (err: any, data?: CreateLocationSmbCommandOutput) => void,
383
356
  ): void;
384
357
  createLocationSmb(
385
358
  args: CreateLocationSmbCommandInput,
386
359
  options: __HttpHandlerOptions,
387
- cb: (err: any, data?: CreateLocationSmbCommandOutput) => void
360
+ cb: (err: any, data?: CreateLocationSmbCommandOutput) => void,
388
361
  ): void;
389
362
  createTask(
390
363
  args: CreateTaskCommandInput,
391
- options?: __HttpHandlerOptions
364
+ options?: __HttpHandlerOptions,
392
365
  ): Promise<CreateTaskCommandOutput>;
393
366
  createTask(
394
367
  args: CreateTaskCommandInput,
395
- cb: (err: any, data?: CreateTaskCommandOutput) => void
368
+ cb: (err: any, data?: CreateTaskCommandOutput) => void,
396
369
  ): void;
397
370
  createTask(
398
371
  args: CreateTaskCommandInput,
399
372
  options: __HttpHandlerOptions,
400
- cb: (err: any, data?: CreateTaskCommandOutput) => void
373
+ cb: (err: any, data?: CreateTaskCommandOutput) => void,
401
374
  ): void;
402
375
  deleteAgent(
403
376
  args: DeleteAgentCommandInput,
404
- options?: __HttpHandlerOptions
377
+ options?: __HttpHandlerOptions,
405
378
  ): Promise<DeleteAgentCommandOutput>;
406
379
  deleteAgent(
407
380
  args: DeleteAgentCommandInput,
408
- cb: (err: any, data?: DeleteAgentCommandOutput) => void
381
+ cb: (err: any, data?: DeleteAgentCommandOutput) => void,
409
382
  ): void;
410
383
  deleteAgent(
411
384
  args: DeleteAgentCommandInput,
412
385
  options: __HttpHandlerOptions,
413
- cb: (err: any, data?: DeleteAgentCommandOutput) => void
386
+ cb: (err: any, data?: DeleteAgentCommandOutput) => void,
414
387
  ): void;
415
388
  deleteLocation(
416
389
  args: DeleteLocationCommandInput,
417
- options?: __HttpHandlerOptions
390
+ options?: __HttpHandlerOptions,
418
391
  ): Promise<DeleteLocationCommandOutput>;
419
392
  deleteLocation(
420
393
  args: DeleteLocationCommandInput,
421
- cb: (err: any, data?: DeleteLocationCommandOutput) => void
394
+ cb: (err: any, data?: DeleteLocationCommandOutput) => void,
422
395
  ): void;
423
396
  deleteLocation(
424
397
  args: DeleteLocationCommandInput,
425
398
  options: __HttpHandlerOptions,
426
- cb: (err: any, data?: DeleteLocationCommandOutput) => void
399
+ cb: (err: any, data?: DeleteLocationCommandOutput) => void,
427
400
  ): void;
428
401
  deleteTask(
429
402
  args: DeleteTaskCommandInput,
430
- options?: __HttpHandlerOptions
403
+ options?: __HttpHandlerOptions,
431
404
  ): Promise<DeleteTaskCommandOutput>;
432
405
  deleteTask(
433
406
  args: DeleteTaskCommandInput,
434
- cb: (err: any, data?: DeleteTaskCommandOutput) => void
407
+ cb: (err: any, data?: DeleteTaskCommandOutput) => void,
435
408
  ): void;
436
409
  deleteTask(
437
410
  args: DeleteTaskCommandInput,
438
411
  options: __HttpHandlerOptions,
439
- cb: (err: any, data?: DeleteTaskCommandOutput) => void
412
+ cb: (err: any, data?: DeleteTaskCommandOutput) => void,
440
413
  ): void;
441
414
  describeAgent(
442
415
  args: DescribeAgentCommandInput,
443
- options?: __HttpHandlerOptions
416
+ options?: __HttpHandlerOptions,
444
417
  ): Promise<DescribeAgentCommandOutput>;
445
418
  describeAgent(
446
419
  args: DescribeAgentCommandInput,
447
- cb: (err: any, data?: DescribeAgentCommandOutput) => void
420
+ cb: (err: any, data?: DescribeAgentCommandOutput) => void,
448
421
  ): void;
449
422
  describeAgent(
450
423
  args: DescribeAgentCommandInput,
451
424
  options: __HttpHandlerOptions,
452
- cb: (err: any, data?: DescribeAgentCommandOutput) => void
425
+ cb: (err: any, data?: DescribeAgentCommandOutput) => void,
453
426
  ): void;
454
427
  describeLocationAzureBlob(
455
428
  args: DescribeLocationAzureBlobCommandInput,
456
- options?: __HttpHandlerOptions
429
+ options?: __HttpHandlerOptions,
457
430
  ): Promise<DescribeLocationAzureBlobCommandOutput>;
458
431
  describeLocationAzureBlob(
459
432
  args: DescribeLocationAzureBlobCommandInput,
460
- cb: (err: any, data?: DescribeLocationAzureBlobCommandOutput) => void
433
+ cb: (err: any, data?: DescribeLocationAzureBlobCommandOutput) => void,
461
434
  ): void;
462
435
  describeLocationAzureBlob(
463
436
  args: DescribeLocationAzureBlobCommandInput,
464
437
  options: __HttpHandlerOptions,
465
- cb: (err: any, data?: DescribeLocationAzureBlobCommandOutput) => void
438
+ cb: (err: any, data?: DescribeLocationAzureBlobCommandOutput) => void,
466
439
  ): void;
467
440
  describeLocationEfs(
468
441
  args: DescribeLocationEfsCommandInput,
469
- options?: __HttpHandlerOptions
442
+ options?: __HttpHandlerOptions,
470
443
  ): Promise<DescribeLocationEfsCommandOutput>;
471
444
  describeLocationEfs(
472
445
  args: DescribeLocationEfsCommandInput,
473
- cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void
446
+ cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void,
474
447
  ): void;
475
448
  describeLocationEfs(
476
449
  args: DescribeLocationEfsCommandInput,
477
450
  options: __HttpHandlerOptions,
478
- cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void
451
+ cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void,
479
452
  ): void;
480
453
  describeLocationFsxLustre(
481
454
  args: DescribeLocationFsxLustreCommandInput,
482
- options?: __HttpHandlerOptions
455
+ options?: __HttpHandlerOptions,
483
456
  ): Promise<DescribeLocationFsxLustreCommandOutput>;
484
457
  describeLocationFsxLustre(
485
458
  args: DescribeLocationFsxLustreCommandInput,
486
- cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void
459
+ cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void,
487
460
  ): void;
488
461
  describeLocationFsxLustre(
489
462
  args: DescribeLocationFsxLustreCommandInput,
490
463
  options: __HttpHandlerOptions,
491
- cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void
464
+ cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void,
492
465
  ): void;
493
466
  describeLocationFsxOntap(
494
467
  args: DescribeLocationFsxOntapCommandInput,
495
- options?: __HttpHandlerOptions
468
+ options?: __HttpHandlerOptions,
496
469
  ): Promise<DescribeLocationFsxOntapCommandOutput>;
497
470
  describeLocationFsxOntap(
498
471
  args: DescribeLocationFsxOntapCommandInput,
499
- cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void
472
+ cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void,
500
473
  ): void;
501
474
  describeLocationFsxOntap(
502
475
  args: DescribeLocationFsxOntapCommandInput,
503
476
  options: __HttpHandlerOptions,
504
- cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void
477
+ cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void,
505
478
  ): void;
506
479
  describeLocationFsxOpenZfs(
507
480
  args: DescribeLocationFsxOpenZfsCommandInput,
508
- options?: __HttpHandlerOptions
481
+ options?: __HttpHandlerOptions,
509
482
  ): Promise<DescribeLocationFsxOpenZfsCommandOutput>;
510
483
  describeLocationFsxOpenZfs(
511
484
  args: DescribeLocationFsxOpenZfsCommandInput,
512
- cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void
485
+ cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void,
513
486
  ): void;
514
487
  describeLocationFsxOpenZfs(
515
488
  args: DescribeLocationFsxOpenZfsCommandInput,
516
489
  options: __HttpHandlerOptions,
517
- cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void
490
+ cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void,
518
491
  ): void;
519
492
  describeLocationFsxWindows(
520
493
  args: DescribeLocationFsxWindowsCommandInput,
521
- options?: __HttpHandlerOptions
494
+ options?: __HttpHandlerOptions,
522
495
  ): Promise<DescribeLocationFsxWindowsCommandOutput>;
523
496
  describeLocationFsxWindows(
524
497
  args: DescribeLocationFsxWindowsCommandInput,
525
- cb: (err: any, data?: DescribeLocationFsxWindowsCommandOutput) => void
498
+ cb: (err: any, data?: DescribeLocationFsxWindowsCommandOutput) => void,
526
499
  ): void;
527
500
  describeLocationFsxWindows(
528
501
  args: DescribeLocationFsxWindowsCommandInput,
529
502
  options: __HttpHandlerOptions,
530
- cb: (err: any, data?: DescribeLocationFsxWindowsCommandOutput) => void
503
+ cb: (err: any, data?: DescribeLocationFsxWindowsCommandOutput) => void,
531
504
  ): void;
532
505
  describeLocationHdfs(
533
506
  args: DescribeLocationHdfsCommandInput,
534
- options?: __HttpHandlerOptions
507
+ options?: __HttpHandlerOptions,
535
508
  ): Promise<DescribeLocationHdfsCommandOutput>;
536
509
  describeLocationHdfs(
537
510
  args: DescribeLocationHdfsCommandInput,
538
- cb: (err: any, data?: DescribeLocationHdfsCommandOutput) => void
511
+ cb: (err: any, data?: DescribeLocationHdfsCommandOutput) => void,
539
512
  ): void;
540
513
  describeLocationHdfs(
541
514
  args: DescribeLocationHdfsCommandInput,
542
515
  options: __HttpHandlerOptions,
543
- cb: (err: any, data?: DescribeLocationHdfsCommandOutput) => void
516
+ cb: (err: any, data?: DescribeLocationHdfsCommandOutput) => void,
544
517
  ): void;
545
518
  describeLocationNfs(
546
519
  args: DescribeLocationNfsCommandInput,
547
- options?: __HttpHandlerOptions
520
+ options?: __HttpHandlerOptions,
548
521
  ): Promise<DescribeLocationNfsCommandOutput>;
549
522
  describeLocationNfs(
550
523
  args: DescribeLocationNfsCommandInput,
551
- cb: (err: any, data?: DescribeLocationNfsCommandOutput) => void
524
+ cb: (err: any, data?: DescribeLocationNfsCommandOutput) => void,
552
525
  ): void;
553
526
  describeLocationNfs(
554
527
  args: DescribeLocationNfsCommandInput,
555
528
  options: __HttpHandlerOptions,
556
- cb: (err: any, data?: DescribeLocationNfsCommandOutput) => void
529
+ cb: (err: any, data?: DescribeLocationNfsCommandOutput) => void,
557
530
  ): void;
558
531
  describeLocationObjectStorage(
559
532
  args: DescribeLocationObjectStorageCommandInput,
560
- options?: __HttpHandlerOptions
533
+ options?: __HttpHandlerOptions,
561
534
  ): Promise<DescribeLocationObjectStorageCommandOutput>;
562
535
  describeLocationObjectStorage(
563
536
  args: DescribeLocationObjectStorageCommandInput,
564
- cb: (err: any, data?: DescribeLocationObjectStorageCommandOutput) => void
537
+ cb: (err: any, data?: DescribeLocationObjectStorageCommandOutput) => void,
565
538
  ): void;
566
539
  describeLocationObjectStorage(
567
540
  args: DescribeLocationObjectStorageCommandInput,
568
541
  options: __HttpHandlerOptions,
569
- cb: (err: any, data?: DescribeLocationObjectStorageCommandOutput) => void
542
+ cb: (err: any, data?: DescribeLocationObjectStorageCommandOutput) => void,
570
543
  ): void;
571
544
  describeLocationS3(
572
545
  args: DescribeLocationS3CommandInput,
573
- options?: __HttpHandlerOptions
546
+ options?: __HttpHandlerOptions,
574
547
  ): Promise<DescribeLocationS3CommandOutput>;
575
548
  describeLocationS3(
576
549
  args: DescribeLocationS3CommandInput,
577
- cb: (err: any, data?: DescribeLocationS3CommandOutput) => void
550
+ cb: (err: any, data?: DescribeLocationS3CommandOutput) => void,
578
551
  ): void;
579
552
  describeLocationS3(
580
553
  args: DescribeLocationS3CommandInput,
581
554
  options: __HttpHandlerOptions,
582
- cb: (err: any, data?: DescribeLocationS3CommandOutput) => void
555
+ cb: (err: any, data?: DescribeLocationS3CommandOutput) => void,
583
556
  ): void;
584
557
  describeLocationSmb(
585
558
  args: DescribeLocationSmbCommandInput,
586
- options?: __HttpHandlerOptions
559
+ options?: __HttpHandlerOptions,
587
560
  ): Promise<DescribeLocationSmbCommandOutput>;
588
561
  describeLocationSmb(
589
562
  args: DescribeLocationSmbCommandInput,
590
- cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void
563
+ cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void,
591
564
  ): void;
592
565
  describeLocationSmb(
593
566
  args: DescribeLocationSmbCommandInput,
594
567
  options: __HttpHandlerOptions,
595
- cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void
568
+ cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void,
596
569
  ): void;
597
570
  describeTask(
598
571
  args: DescribeTaskCommandInput,
599
- options?: __HttpHandlerOptions
572
+ options?: __HttpHandlerOptions,
600
573
  ): Promise<DescribeTaskCommandOutput>;
601
574
  describeTask(
602
575
  args: DescribeTaskCommandInput,
603
- cb: (err: any, data?: DescribeTaskCommandOutput) => void
576
+ cb: (err: any, data?: DescribeTaskCommandOutput) => void,
604
577
  ): void;
605
578
  describeTask(
606
579
  args: DescribeTaskCommandInput,
607
580
  options: __HttpHandlerOptions,
608
- cb: (err: any, data?: DescribeTaskCommandOutput) => void
581
+ cb: (err: any, data?: DescribeTaskCommandOutput) => void,
609
582
  ): void;
610
583
  describeTaskExecution(
611
584
  args: DescribeTaskExecutionCommandInput,
612
- options?: __HttpHandlerOptions
585
+ options?: __HttpHandlerOptions,
613
586
  ): Promise<DescribeTaskExecutionCommandOutput>;
614
587
  describeTaskExecution(
615
588
  args: DescribeTaskExecutionCommandInput,
616
- cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void
589
+ cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void,
617
590
  ): void;
618
591
  describeTaskExecution(
619
592
  args: DescribeTaskExecutionCommandInput,
620
593
  options: __HttpHandlerOptions,
621
- cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void
594
+ cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void,
622
595
  ): void;
623
596
  listAgents(): Promise<ListAgentsCommandOutput>;
624
597
  listAgents(
625
598
  args: ListAgentsCommandInput,
626
- options?: __HttpHandlerOptions
599
+ options?: __HttpHandlerOptions,
627
600
  ): Promise<ListAgentsCommandOutput>;
628
601
  listAgents(
629
602
  args: ListAgentsCommandInput,
630
- cb: (err: any, data?: ListAgentsCommandOutput) => void
603
+ cb: (err: any, data?: ListAgentsCommandOutput) => void,
631
604
  ): void;
632
605
  listAgents(
633
606
  args: ListAgentsCommandInput,
634
607
  options: __HttpHandlerOptions,
635
- cb: (err: any, data?: ListAgentsCommandOutput) => void
608
+ cb: (err: any, data?: ListAgentsCommandOutput) => void,
636
609
  ): void;
637
610
  listLocations(): Promise<ListLocationsCommandOutput>;
638
611
  listLocations(
639
612
  args: ListLocationsCommandInput,
640
- options?: __HttpHandlerOptions
613
+ options?: __HttpHandlerOptions,
641
614
  ): Promise<ListLocationsCommandOutput>;
642
615
  listLocations(
643
616
  args: ListLocationsCommandInput,
644
- cb: (err: any, data?: ListLocationsCommandOutput) => void
617
+ cb: (err: any, data?: ListLocationsCommandOutput) => void,
645
618
  ): void;
646
619
  listLocations(
647
620
  args: ListLocationsCommandInput,
648
621
  options: __HttpHandlerOptions,
649
- cb: (err: any, data?: ListLocationsCommandOutput) => void
622
+ cb: (err: any, data?: ListLocationsCommandOutput) => void,
650
623
  ): void;
651
624
  listTagsForResource(
652
625
  args: ListTagsForResourceCommandInput,
653
- options?: __HttpHandlerOptions
626
+ options?: __HttpHandlerOptions,
654
627
  ): Promise<ListTagsForResourceCommandOutput>;
655
628
  listTagsForResource(
656
629
  args: ListTagsForResourceCommandInput,
657
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
630
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
658
631
  ): void;
659
632
  listTagsForResource(
660
633
  args: ListTagsForResourceCommandInput,
661
634
  options: __HttpHandlerOptions,
662
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
635
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
663
636
  ): void;
664
637
  listTaskExecutions(): Promise<ListTaskExecutionsCommandOutput>;
665
638
  listTaskExecutions(
666
639
  args: ListTaskExecutionsCommandInput,
667
- options?: __HttpHandlerOptions
640
+ options?: __HttpHandlerOptions,
668
641
  ): Promise<ListTaskExecutionsCommandOutput>;
669
642
  listTaskExecutions(
670
643
  args: ListTaskExecutionsCommandInput,
671
- cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void
644
+ cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void,
672
645
  ): void;
673
646
  listTaskExecutions(
674
647
  args: ListTaskExecutionsCommandInput,
675
648
  options: __HttpHandlerOptions,
676
- cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void
649
+ cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void,
677
650
  ): void;
678
651
  listTasks(): Promise<ListTasksCommandOutput>;
679
652
  listTasks(
680
653
  args: ListTasksCommandInput,
681
- options?: __HttpHandlerOptions
654
+ options?: __HttpHandlerOptions,
682
655
  ): Promise<ListTasksCommandOutput>;
683
656
  listTasks(
684
657
  args: ListTasksCommandInput,
685
- cb: (err: any, data?: ListTasksCommandOutput) => void
658
+ cb: (err: any, data?: ListTasksCommandOutput) => void,
686
659
  ): void;
687
660
  listTasks(
688
661
  args: ListTasksCommandInput,
689
662
  options: __HttpHandlerOptions,
690
- cb: (err: any, data?: ListTasksCommandOutput) => void
663
+ cb: (err: any, data?: ListTasksCommandOutput) => void,
691
664
  ): void;
692
665
  startTaskExecution(
693
666
  args: StartTaskExecutionCommandInput,
694
- options?: __HttpHandlerOptions
667
+ options?: __HttpHandlerOptions,
695
668
  ): Promise<StartTaskExecutionCommandOutput>;
696
669
  startTaskExecution(
697
670
  args: StartTaskExecutionCommandInput,
698
- cb: (err: any, data?: StartTaskExecutionCommandOutput) => void
671
+ cb: (err: any, data?: StartTaskExecutionCommandOutput) => void,
699
672
  ): void;
700
673
  startTaskExecution(
701
674
  args: StartTaskExecutionCommandInput,
702
675
  options: __HttpHandlerOptions,
703
- cb: (err: any, data?: StartTaskExecutionCommandOutput) => void
676
+ cb: (err: any, data?: StartTaskExecutionCommandOutput) => void,
704
677
  ): void;
705
678
  tagResource(
706
679
  args: TagResourceCommandInput,
707
- options?: __HttpHandlerOptions
680
+ options?: __HttpHandlerOptions,
708
681
  ): Promise<TagResourceCommandOutput>;
709
682
  tagResource(
710
683
  args: TagResourceCommandInput,
711
- cb: (err: any, data?: TagResourceCommandOutput) => void
684
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
712
685
  ): void;
713
686
  tagResource(
714
687
  args: TagResourceCommandInput,
715
688
  options: __HttpHandlerOptions,
716
- cb: (err: any, data?: TagResourceCommandOutput) => void
689
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
717
690
  ): void;
718
691
  untagResource(
719
692
  args: UntagResourceCommandInput,
720
- options?: __HttpHandlerOptions
693
+ options?: __HttpHandlerOptions,
721
694
  ): Promise<UntagResourceCommandOutput>;
722
695
  untagResource(
723
696
  args: UntagResourceCommandInput,
724
- cb: (err: any, data?: UntagResourceCommandOutput) => void
697
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
725
698
  ): void;
726
699
  untagResource(
727
700
  args: UntagResourceCommandInput,
728
701
  options: __HttpHandlerOptions,
729
- cb: (err: any, data?: UntagResourceCommandOutput) => void
702
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
730
703
  ): void;
731
704
  updateAgent(
732
705
  args: UpdateAgentCommandInput,
733
- options?: __HttpHandlerOptions
706
+ options?: __HttpHandlerOptions,
734
707
  ): Promise<UpdateAgentCommandOutput>;
735
708
  updateAgent(
736
709
  args: UpdateAgentCommandInput,
737
- cb: (err: any, data?: UpdateAgentCommandOutput) => void
710
+ cb: (err: any, data?: UpdateAgentCommandOutput) => void,
738
711
  ): void;
739
712
  updateAgent(
740
713
  args: UpdateAgentCommandInput,
741
714
  options: __HttpHandlerOptions,
742
- cb: (err: any, data?: UpdateAgentCommandOutput) => void
715
+ cb: (err: any, data?: UpdateAgentCommandOutput) => void,
743
716
  ): void;
744
717
  updateLocationAzureBlob(
745
718
  args: UpdateLocationAzureBlobCommandInput,
746
- options?: __HttpHandlerOptions
719
+ options?: __HttpHandlerOptions,
747
720
  ): Promise<UpdateLocationAzureBlobCommandOutput>;
748
721
  updateLocationAzureBlob(
749
722
  args: UpdateLocationAzureBlobCommandInput,
750
- cb: (err: any, data?: UpdateLocationAzureBlobCommandOutput) => void
723
+ cb: (err: any, data?: UpdateLocationAzureBlobCommandOutput) => void,
751
724
  ): void;
752
725
  updateLocationAzureBlob(
753
726
  args: UpdateLocationAzureBlobCommandInput,
754
727
  options: __HttpHandlerOptions,
755
- cb: (err: any, data?: UpdateLocationAzureBlobCommandOutput) => void
728
+ cb: (err: any, data?: UpdateLocationAzureBlobCommandOutput) => void,
756
729
  ): void;
757
730
  updateLocationEfs(
758
731
  args: UpdateLocationEfsCommandInput,
759
- options?: __HttpHandlerOptions
732
+ options?: __HttpHandlerOptions,
760
733
  ): Promise<UpdateLocationEfsCommandOutput>;
761
734
  updateLocationEfs(
762
735
  args: UpdateLocationEfsCommandInput,
763
- cb: (err: any, data?: UpdateLocationEfsCommandOutput) => void
736
+ cb: (err: any, data?: UpdateLocationEfsCommandOutput) => void,
764
737
  ): void;
765
738
  updateLocationEfs(
766
739
  args: UpdateLocationEfsCommandInput,
767
740
  options: __HttpHandlerOptions,
768
- cb: (err: any, data?: UpdateLocationEfsCommandOutput) => void
741
+ cb: (err: any, data?: UpdateLocationEfsCommandOutput) => void,
769
742
  ): void;
770
743
  updateLocationFsxLustre(
771
744
  args: UpdateLocationFsxLustreCommandInput,
772
- options?: __HttpHandlerOptions
745
+ options?: __HttpHandlerOptions,
773
746
  ): Promise<UpdateLocationFsxLustreCommandOutput>;
774
747
  updateLocationFsxLustre(
775
748
  args: UpdateLocationFsxLustreCommandInput,
776
- cb: (err: any, data?: UpdateLocationFsxLustreCommandOutput) => void
749
+ cb: (err: any, data?: UpdateLocationFsxLustreCommandOutput) => void,
777
750
  ): void;
778
751
  updateLocationFsxLustre(
779
752
  args: UpdateLocationFsxLustreCommandInput,
780
753
  options: __HttpHandlerOptions,
781
- cb: (err: any, data?: UpdateLocationFsxLustreCommandOutput) => void
754
+ cb: (err: any, data?: UpdateLocationFsxLustreCommandOutput) => void,
782
755
  ): void;
783
756
  updateLocationFsxOntap(
784
757
  args: UpdateLocationFsxOntapCommandInput,
785
- options?: __HttpHandlerOptions
758
+ options?: __HttpHandlerOptions,
786
759
  ): Promise<UpdateLocationFsxOntapCommandOutput>;
787
760
  updateLocationFsxOntap(
788
761
  args: UpdateLocationFsxOntapCommandInput,
789
- cb: (err: any, data?: UpdateLocationFsxOntapCommandOutput) => void
762
+ cb: (err: any, data?: UpdateLocationFsxOntapCommandOutput) => void,
790
763
  ): void;
791
764
  updateLocationFsxOntap(
792
765
  args: UpdateLocationFsxOntapCommandInput,
793
766
  options: __HttpHandlerOptions,
794
- cb: (err: any, data?: UpdateLocationFsxOntapCommandOutput) => void
767
+ cb: (err: any, data?: UpdateLocationFsxOntapCommandOutput) => void,
795
768
  ): void;
796
769
  updateLocationFsxOpenZfs(
797
770
  args: UpdateLocationFsxOpenZfsCommandInput,
798
- options?: __HttpHandlerOptions
771
+ options?: __HttpHandlerOptions,
799
772
  ): Promise<UpdateLocationFsxOpenZfsCommandOutput>;
800
773
  updateLocationFsxOpenZfs(
801
774
  args: UpdateLocationFsxOpenZfsCommandInput,
802
- cb: (err: any, data?: UpdateLocationFsxOpenZfsCommandOutput) => void
775
+ cb: (err: any, data?: UpdateLocationFsxOpenZfsCommandOutput) => void,
803
776
  ): void;
804
777
  updateLocationFsxOpenZfs(
805
778
  args: UpdateLocationFsxOpenZfsCommandInput,
806
779
  options: __HttpHandlerOptions,
807
- cb: (err: any, data?: UpdateLocationFsxOpenZfsCommandOutput) => void
780
+ cb: (err: any, data?: UpdateLocationFsxOpenZfsCommandOutput) => void,
808
781
  ): void;
809
782
  updateLocationFsxWindows(
810
783
  args: UpdateLocationFsxWindowsCommandInput,
811
- options?: __HttpHandlerOptions
784
+ options?: __HttpHandlerOptions,
812
785
  ): Promise<UpdateLocationFsxWindowsCommandOutput>;
813
786
  updateLocationFsxWindows(
814
787
  args: UpdateLocationFsxWindowsCommandInput,
815
- cb: (err: any, data?: UpdateLocationFsxWindowsCommandOutput) => void
788
+ cb: (err: any, data?: UpdateLocationFsxWindowsCommandOutput) => void,
816
789
  ): void;
817
790
  updateLocationFsxWindows(
818
791
  args: UpdateLocationFsxWindowsCommandInput,
819
792
  options: __HttpHandlerOptions,
820
- cb: (err: any, data?: UpdateLocationFsxWindowsCommandOutput) => void
793
+ cb: (err: any, data?: UpdateLocationFsxWindowsCommandOutput) => void,
821
794
  ): void;
822
795
  updateLocationHdfs(
823
796
  args: UpdateLocationHdfsCommandInput,
824
- options?: __HttpHandlerOptions
797
+ options?: __HttpHandlerOptions,
825
798
  ): Promise<UpdateLocationHdfsCommandOutput>;
826
799
  updateLocationHdfs(
827
800
  args: UpdateLocationHdfsCommandInput,
828
- cb: (err: any, data?: UpdateLocationHdfsCommandOutput) => void
801
+ cb: (err: any, data?: UpdateLocationHdfsCommandOutput) => void,
829
802
  ): void;
830
803
  updateLocationHdfs(
831
804
  args: UpdateLocationHdfsCommandInput,
832
805
  options: __HttpHandlerOptions,
833
- cb: (err: any, data?: UpdateLocationHdfsCommandOutput) => void
806
+ cb: (err: any, data?: UpdateLocationHdfsCommandOutput) => void,
834
807
  ): void;
835
808
  updateLocationNfs(
836
809
  args: UpdateLocationNfsCommandInput,
837
- options?: __HttpHandlerOptions
810
+ options?: __HttpHandlerOptions,
838
811
  ): Promise<UpdateLocationNfsCommandOutput>;
839
812
  updateLocationNfs(
840
813
  args: UpdateLocationNfsCommandInput,
841
- cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void
814
+ cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void,
842
815
  ): void;
843
816
  updateLocationNfs(
844
817
  args: UpdateLocationNfsCommandInput,
845
818
  options: __HttpHandlerOptions,
846
- cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void
819
+ cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void,
847
820
  ): void;
848
821
  updateLocationObjectStorage(
849
822
  args: UpdateLocationObjectStorageCommandInput,
850
- options?: __HttpHandlerOptions
823
+ options?: __HttpHandlerOptions,
851
824
  ): Promise<UpdateLocationObjectStorageCommandOutput>;
852
825
  updateLocationObjectStorage(
853
826
  args: UpdateLocationObjectStorageCommandInput,
854
- cb: (err: any, data?: UpdateLocationObjectStorageCommandOutput) => void
827
+ cb: (err: any, data?: UpdateLocationObjectStorageCommandOutput) => void,
855
828
  ): void;
856
829
  updateLocationObjectStorage(
857
830
  args: UpdateLocationObjectStorageCommandInput,
858
831
  options: __HttpHandlerOptions,
859
- cb: (err: any, data?: UpdateLocationObjectStorageCommandOutput) => void
832
+ cb: (err: any, data?: UpdateLocationObjectStorageCommandOutput) => void,
860
833
  ): void;
861
834
  updateLocationS3(
862
835
  args: UpdateLocationS3CommandInput,
863
- options?: __HttpHandlerOptions
836
+ options?: __HttpHandlerOptions,
864
837
  ): Promise<UpdateLocationS3CommandOutput>;
865
838
  updateLocationS3(
866
839
  args: UpdateLocationS3CommandInput,
867
- cb: (err: any, data?: UpdateLocationS3CommandOutput) => void
840
+ cb: (err: any, data?: UpdateLocationS3CommandOutput) => void,
868
841
  ): void;
869
842
  updateLocationS3(
870
843
  args: UpdateLocationS3CommandInput,
871
844
  options: __HttpHandlerOptions,
872
- cb: (err: any, data?: UpdateLocationS3CommandOutput) => void
845
+ cb: (err: any, data?: UpdateLocationS3CommandOutput) => void,
873
846
  ): void;
874
847
  updateLocationSmb(
875
848
  args: UpdateLocationSmbCommandInput,
876
- options?: __HttpHandlerOptions
849
+ options?: __HttpHandlerOptions,
877
850
  ): Promise<UpdateLocationSmbCommandOutput>;
878
851
  updateLocationSmb(
879
852
  args: UpdateLocationSmbCommandInput,
880
- cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void
853
+ cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void,
881
854
  ): void;
882
855
  updateLocationSmb(
883
856
  args: UpdateLocationSmbCommandInput,
884
857
  options: __HttpHandlerOptions,
885
- cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void
858
+ cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void,
886
859
  ): void;
887
860
  updateTask(
888
861
  args: UpdateTaskCommandInput,
889
- options?: __HttpHandlerOptions
862
+ options?: __HttpHandlerOptions,
890
863
  ): Promise<UpdateTaskCommandOutput>;
891
864
  updateTask(
892
865
  args: UpdateTaskCommandInput,
893
- cb: (err: any, data?: UpdateTaskCommandOutput) => void
866
+ cb: (err: any, data?: UpdateTaskCommandOutput) => void,
894
867
  ): void;
895
868
  updateTask(
896
869
  args: UpdateTaskCommandInput,
897
870
  options: __HttpHandlerOptions,
898
- cb: (err: any, data?: UpdateTaskCommandOutput) => void
871
+ cb: (err: any, data?: UpdateTaskCommandOutput) => void,
899
872
  ): void;
900
873
  updateTaskExecution(
901
874
  args: UpdateTaskExecutionCommandInput,
902
- options?: __HttpHandlerOptions
875
+ options?: __HttpHandlerOptions,
903
876
  ): Promise<UpdateTaskExecutionCommandOutput>;
904
877
  updateTaskExecution(
905
878
  args: UpdateTaskExecutionCommandInput,
906
- cb: (err: any, data?: UpdateTaskExecutionCommandOutput) => void
879
+ cb: (err: any, data?: UpdateTaskExecutionCommandOutput) => void,
907
880
  ): void;
908
881
  updateTaskExecution(
909
882
  args: UpdateTaskExecutionCommandInput,
910
883
  options: __HttpHandlerOptions,
911
- cb: (err: any, data?: UpdateTaskExecutionCommandOutput) => void
884
+ cb: (err: any, data?: UpdateTaskExecutionCommandOutput) => void,
912
885
  ): void;
913
886
  paginateListAgents(
914
887
  args?: ListAgentsCommandInput,
915
888
  paginationConfig?: Pick<
916
889
  PaginationConfiguration,
917
890
  Exclude<keyof PaginationConfiguration, "client">
918
- >
891
+ >,
919
892
  ): Paginator<ListAgentsCommandOutput>;
920
893
  paginateListLocations(
921
894
  args?: ListLocationsCommandInput,
922
895
  paginationConfig?: Pick<
923
896
  PaginationConfiguration,
924
897
  Exclude<keyof PaginationConfiguration, "client">
925
- >
898
+ >,
926
899
  ): Paginator<ListLocationsCommandOutput>;
927
900
  paginateListTagsForResource(
928
901
  args: ListTagsForResourceCommandInput,
929
902
  paginationConfig?: Pick<
930
903
  PaginationConfiguration,
931
904
  Exclude<keyof PaginationConfiguration, "client">
932
- >
905
+ >,
933
906
  ): Paginator<ListTagsForResourceCommandOutput>;
934
907
  paginateListTaskExecutions(
935
908
  args?: ListTaskExecutionsCommandInput,
936
909
  paginationConfig?: Pick<
937
910
  PaginationConfiguration,
938
911
  Exclude<keyof PaginationConfiguration, "client">
939
- >
912
+ >,
940
913
  ): Paginator<ListTaskExecutionsCommandOutput>;
941
914
  paginateListTasks(
942
915
  args?: ListTasksCommandInput,
943
916
  paginationConfig?: Pick<
944
917
  PaginationConfiguration,
945
918
  Exclude<keyof PaginationConfiguration, "client">
946
- >
919
+ >,
947
920
  ): Paginator<ListTasksCommandOutput>;
948
921
  }
949
922
  export declare class DataSync extends DataSyncClient implements DataSync {}