@aws-sdk/client-datasync 3.927.0 → 3.929.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 (77) hide show
  1. package/dist-cjs/index.js +1537 -1851
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DataSyncClient.js +2 -0
  4. package/dist-es/commands/CancelTaskExecutionCommand.js +3 -9
  5. package/dist-es/commands/CreateAgentCommand.js +3 -9
  6. package/dist-es/commands/CreateLocationAzureBlobCommand.js +3 -10
  7. package/dist-es/commands/CreateLocationEfsCommand.js +3 -9
  8. package/dist-es/commands/CreateLocationFsxLustreCommand.js +3 -9
  9. package/dist-es/commands/CreateLocationFsxOntapCommand.js +3 -10
  10. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +3 -10
  11. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +3 -10
  12. package/dist-es/commands/CreateLocationHdfsCommand.js +3 -9
  13. package/dist-es/commands/CreateLocationNfsCommand.js +3 -9
  14. package/dist-es/commands/CreateLocationObjectStorageCommand.js +3 -10
  15. package/dist-es/commands/CreateLocationS3Command.js +3 -9
  16. package/dist-es/commands/CreateLocationSmbCommand.js +3 -10
  17. package/dist-es/commands/CreateTaskCommand.js +3 -9
  18. package/dist-es/commands/DeleteAgentCommand.js +3 -9
  19. package/dist-es/commands/DeleteLocationCommand.js +3 -9
  20. package/dist-es/commands/DeleteTaskCommand.js +3 -9
  21. package/dist-es/commands/DescribeAgentCommand.js +3 -9
  22. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +3 -9
  23. package/dist-es/commands/DescribeLocationEfsCommand.js +3 -9
  24. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +3 -9
  25. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +3 -10
  26. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +3 -10
  27. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +3 -9
  28. package/dist-es/commands/DescribeLocationHdfsCommand.js +3 -9
  29. package/dist-es/commands/DescribeLocationNfsCommand.js +3 -9
  30. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +3 -9
  31. package/dist-es/commands/DescribeLocationS3Command.js +3 -9
  32. package/dist-es/commands/DescribeLocationSmbCommand.js +3 -9
  33. package/dist-es/commands/DescribeTaskCommand.js +3 -9
  34. package/dist-es/commands/DescribeTaskExecutionCommand.js +3 -9
  35. package/dist-es/commands/ListAgentsCommand.js +3 -9
  36. package/dist-es/commands/ListLocationsCommand.js +3 -9
  37. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  38. package/dist-es/commands/ListTaskExecutionsCommand.js +3 -9
  39. package/dist-es/commands/ListTasksCommand.js +3 -9
  40. package/dist-es/commands/StartTaskExecutionCommand.js +3 -9
  41. package/dist-es/commands/TagResourceCommand.js +3 -9
  42. package/dist-es/commands/UntagResourceCommand.js +3 -9
  43. package/dist-es/commands/UpdateAgentCommand.js +3 -9
  44. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +3 -10
  45. package/dist-es/commands/UpdateLocationEfsCommand.js +3 -9
  46. package/dist-es/commands/UpdateLocationFsxLustreCommand.js +3 -9
  47. package/dist-es/commands/UpdateLocationFsxOntapCommand.js +3 -10
  48. package/dist-es/commands/UpdateLocationFsxOpenZfsCommand.js +3 -10
  49. package/dist-es/commands/UpdateLocationFsxWindowsCommand.js +3 -10
  50. package/dist-es/commands/UpdateLocationHdfsCommand.js +3 -9
  51. package/dist-es/commands/UpdateLocationNfsCommand.js +3 -9
  52. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +3 -10
  53. package/dist-es/commands/UpdateLocationS3Command.js +3 -9
  54. package/dist-es/commands/UpdateLocationSmbCommand.js +3 -10
  55. package/dist-es/commands/UpdateTaskCommand.js +3 -9
  56. package/dist-es/commands/UpdateTaskExecutionCommand.js +3 -9
  57. package/dist-es/models/models_0.js +0 -77
  58. package/dist-es/runtimeConfig.shared.js +7 -0
  59. package/dist-es/schemas/schemas_0.js +1433 -0
  60. package/dist-types/DataSyncClient.d.ts +10 -1
  61. package/dist-types/models/models_0.d.ts +0 -76
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  63. package/dist-types/runtimeConfig.d.ts +1 -0
  64. package/dist-types/runtimeConfig.native.d.ts +1 -0
  65. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  66. package/dist-types/schemas/schemas_0.d.ts +227 -0
  67. package/dist-types/ts3.4/DataSyncClient.d.ts +4 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +0 -55
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +233 -0
  74. package/package.json +5 -5
  75. package/dist-es/protocols/Aws_json1_1.js +0 -1383
  76. package/dist-types/protocols/Aws_json1_1.d.ts +0 -479
  77. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -641
@@ -1,641 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CancelTaskExecutionCommandInput,
8
- CancelTaskExecutionCommandOutput,
9
- } from "../commands/CancelTaskExecutionCommand";
10
- import {
11
- CreateAgentCommandInput,
12
- CreateAgentCommandOutput,
13
- } from "../commands/CreateAgentCommand";
14
- import {
15
- CreateLocationAzureBlobCommandInput,
16
- CreateLocationAzureBlobCommandOutput,
17
- } from "../commands/CreateLocationAzureBlobCommand";
18
- import {
19
- CreateLocationEfsCommandInput,
20
- CreateLocationEfsCommandOutput,
21
- } from "../commands/CreateLocationEfsCommand";
22
- import {
23
- CreateLocationFsxLustreCommandInput,
24
- CreateLocationFsxLustreCommandOutput,
25
- } from "../commands/CreateLocationFsxLustreCommand";
26
- import {
27
- CreateLocationFsxOntapCommandInput,
28
- CreateLocationFsxOntapCommandOutput,
29
- } from "../commands/CreateLocationFsxOntapCommand";
30
- import {
31
- CreateLocationFsxOpenZfsCommandInput,
32
- CreateLocationFsxOpenZfsCommandOutput,
33
- } from "../commands/CreateLocationFsxOpenZfsCommand";
34
- import {
35
- CreateLocationFsxWindowsCommandInput,
36
- CreateLocationFsxWindowsCommandOutput,
37
- } from "../commands/CreateLocationFsxWindowsCommand";
38
- import {
39
- CreateLocationHdfsCommandInput,
40
- CreateLocationHdfsCommandOutput,
41
- } from "../commands/CreateLocationHdfsCommand";
42
- import {
43
- CreateLocationNfsCommandInput,
44
- CreateLocationNfsCommandOutput,
45
- } from "../commands/CreateLocationNfsCommand";
46
- import {
47
- CreateLocationObjectStorageCommandInput,
48
- CreateLocationObjectStorageCommandOutput,
49
- } from "../commands/CreateLocationObjectStorageCommand";
50
- import {
51
- CreateLocationS3CommandInput,
52
- CreateLocationS3CommandOutput,
53
- } from "../commands/CreateLocationS3Command";
54
- import {
55
- CreateLocationSmbCommandInput,
56
- CreateLocationSmbCommandOutput,
57
- } from "../commands/CreateLocationSmbCommand";
58
- import {
59
- CreateTaskCommandInput,
60
- CreateTaskCommandOutput,
61
- } from "../commands/CreateTaskCommand";
62
- import {
63
- DeleteAgentCommandInput,
64
- DeleteAgentCommandOutput,
65
- } from "../commands/DeleteAgentCommand";
66
- import {
67
- DeleteLocationCommandInput,
68
- DeleteLocationCommandOutput,
69
- } from "../commands/DeleteLocationCommand";
70
- import {
71
- DeleteTaskCommandInput,
72
- DeleteTaskCommandOutput,
73
- } from "../commands/DeleteTaskCommand";
74
- import {
75
- DescribeAgentCommandInput,
76
- DescribeAgentCommandOutput,
77
- } from "../commands/DescribeAgentCommand";
78
- import {
79
- DescribeLocationAzureBlobCommandInput,
80
- DescribeLocationAzureBlobCommandOutput,
81
- } from "../commands/DescribeLocationAzureBlobCommand";
82
- import {
83
- DescribeLocationEfsCommandInput,
84
- DescribeLocationEfsCommandOutput,
85
- } from "../commands/DescribeLocationEfsCommand";
86
- import {
87
- DescribeLocationFsxLustreCommandInput,
88
- DescribeLocationFsxLustreCommandOutput,
89
- } from "../commands/DescribeLocationFsxLustreCommand";
90
- import {
91
- DescribeLocationFsxOntapCommandInput,
92
- DescribeLocationFsxOntapCommandOutput,
93
- } from "../commands/DescribeLocationFsxOntapCommand";
94
- import {
95
- DescribeLocationFsxOpenZfsCommandInput,
96
- DescribeLocationFsxOpenZfsCommandOutput,
97
- } from "../commands/DescribeLocationFsxOpenZfsCommand";
98
- import {
99
- DescribeLocationFsxWindowsCommandInput,
100
- DescribeLocationFsxWindowsCommandOutput,
101
- } from "../commands/DescribeLocationFsxWindowsCommand";
102
- import {
103
- DescribeLocationHdfsCommandInput,
104
- DescribeLocationHdfsCommandOutput,
105
- } from "../commands/DescribeLocationHdfsCommand";
106
- import {
107
- DescribeLocationNfsCommandInput,
108
- DescribeLocationNfsCommandOutput,
109
- } from "../commands/DescribeLocationNfsCommand";
110
- import {
111
- DescribeLocationObjectStorageCommandInput,
112
- DescribeLocationObjectStorageCommandOutput,
113
- } from "../commands/DescribeLocationObjectStorageCommand";
114
- import {
115
- DescribeLocationS3CommandInput,
116
- DescribeLocationS3CommandOutput,
117
- } from "../commands/DescribeLocationS3Command";
118
- import {
119
- DescribeLocationSmbCommandInput,
120
- DescribeLocationSmbCommandOutput,
121
- } from "../commands/DescribeLocationSmbCommand";
122
- import {
123
- DescribeTaskCommandInput,
124
- DescribeTaskCommandOutput,
125
- } from "../commands/DescribeTaskCommand";
126
- import {
127
- DescribeTaskExecutionCommandInput,
128
- DescribeTaskExecutionCommandOutput,
129
- } from "../commands/DescribeTaskExecutionCommand";
130
- import {
131
- ListAgentsCommandInput,
132
- ListAgentsCommandOutput,
133
- } from "../commands/ListAgentsCommand";
134
- import {
135
- ListLocationsCommandInput,
136
- ListLocationsCommandOutput,
137
- } from "../commands/ListLocationsCommand";
138
- import {
139
- ListTagsForResourceCommandInput,
140
- ListTagsForResourceCommandOutput,
141
- } from "../commands/ListTagsForResourceCommand";
142
- import {
143
- ListTaskExecutionsCommandInput,
144
- ListTaskExecutionsCommandOutput,
145
- } from "../commands/ListTaskExecutionsCommand";
146
- import {
147
- ListTasksCommandInput,
148
- ListTasksCommandOutput,
149
- } from "../commands/ListTasksCommand";
150
- import {
151
- StartTaskExecutionCommandInput,
152
- StartTaskExecutionCommandOutput,
153
- } from "../commands/StartTaskExecutionCommand";
154
- import {
155
- TagResourceCommandInput,
156
- TagResourceCommandOutput,
157
- } from "../commands/TagResourceCommand";
158
- import {
159
- UntagResourceCommandInput,
160
- UntagResourceCommandOutput,
161
- } from "../commands/UntagResourceCommand";
162
- import {
163
- UpdateAgentCommandInput,
164
- UpdateAgentCommandOutput,
165
- } from "../commands/UpdateAgentCommand";
166
- import {
167
- UpdateLocationAzureBlobCommandInput,
168
- UpdateLocationAzureBlobCommandOutput,
169
- } from "../commands/UpdateLocationAzureBlobCommand";
170
- import {
171
- UpdateLocationEfsCommandInput,
172
- UpdateLocationEfsCommandOutput,
173
- } from "../commands/UpdateLocationEfsCommand";
174
- import {
175
- UpdateLocationFsxLustreCommandInput,
176
- UpdateLocationFsxLustreCommandOutput,
177
- } from "../commands/UpdateLocationFsxLustreCommand";
178
- import {
179
- UpdateLocationFsxOntapCommandInput,
180
- UpdateLocationFsxOntapCommandOutput,
181
- } from "../commands/UpdateLocationFsxOntapCommand";
182
- import {
183
- UpdateLocationFsxOpenZfsCommandInput,
184
- UpdateLocationFsxOpenZfsCommandOutput,
185
- } from "../commands/UpdateLocationFsxOpenZfsCommand";
186
- import {
187
- UpdateLocationFsxWindowsCommandInput,
188
- UpdateLocationFsxWindowsCommandOutput,
189
- } from "../commands/UpdateLocationFsxWindowsCommand";
190
- import {
191
- UpdateLocationHdfsCommandInput,
192
- UpdateLocationHdfsCommandOutput,
193
- } from "../commands/UpdateLocationHdfsCommand";
194
- import {
195
- UpdateLocationNfsCommandInput,
196
- UpdateLocationNfsCommandOutput,
197
- } from "../commands/UpdateLocationNfsCommand";
198
- import {
199
- UpdateLocationObjectStorageCommandInput,
200
- UpdateLocationObjectStorageCommandOutput,
201
- } from "../commands/UpdateLocationObjectStorageCommand";
202
- import {
203
- UpdateLocationS3CommandInput,
204
- UpdateLocationS3CommandOutput,
205
- } from "../commands/UpdateLocationS3Command";
206
- import {
207
- UpdateLocationSmbCommandInput,
208
- UpdateLocationSmbCommandOutput,
209
- } from "../commands/UpdateLocationSmbCommand";
210
- import {
211
- UpdateTaskCommandInput,
212
- UpdateTaskCommandOutput,
213
- } from "../commands/UpdateTaskCommand";
214
- import {
215
- UpdateTaskExecutionCommandInput,
216
- UpdateTaskExecutionCommandOutput,
217
- } from "../commands/UpdateTaskExecutionCommand";
218
- export declare const se_CancelTaskExecutionCommand: (
219
- input: CancelTaskExecutionCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_CreateAgentCommand: (
223
- input: CreateAgentCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_CreateLocationAzureBlobCommand: (
227
- input: CreateLocationAzureBlobCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_CreateLocationEfsCommand: (
231
- input: CreateLocationEfsCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_CreateLocationFsxLustreCommand: (
235
- input: CreateLocationFsxLustreCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_CreateLocationFsxOntapCommand: (
239
- input: CreateLocationFsxOntapCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_CreateLocationFsxOpenZfsCommand: (
243
- input: CreateLocationFsxOpenZfsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_CreateLocationFsxWindowsCommand: (
247
- input: CreateLocationFsxWindowsCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateLocationHdfsCommand: (
251
- input: CreateLocationHdfsCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateLocationNfsCommand: (
255
- input: CreateLocationNfsCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_CreateLocationObjectStorageCommand: (
259
- input: CreateLocationObjectStorageCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_CreateLocationS3Command: (
263
- input: CreateLocationS3CommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_CreateLocationSmbCommand: (
267
- input: CreateLocationSmbCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_CreateTaskCommand: (
271
- input: CreateTaskCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DeleteAgentCommand: (
275
- input: DeleteAgentCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DeleteLocationCommand: (
279
- input: DeleteLocationCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeleteTaskCommand: (
283
- input: DeleteTaskCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DescribeAgentCommand: (
287
- input: DescribeAgentCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DescribeLocationAzureBlobCommand: (
291
- input: DescribeLocationAzureBlobCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DescribeLocationEfsCommand: (
295
- input: DescribeLocationEfsCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DescribeLocationFsxLustreCommand: (
299
- input: DescribeLocationFsxLustreCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DescribeLocationFsxOntapCommand: (
303
- input: DescribeLocationFsxOntapCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DescribeLocationFsxOpenZfsCommand: (
307
- input: DescribeLocationFsxOpenZfsCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DescribeLocationFsxWindowsCommand: (
311
- input: DescribeLocationFsxWindowsCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DescribeLocationHdfsCommand: (
315
- input: DescribeLocationHdfsCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DescribeLocationNfsCommand: (
319
- input: DescribeLocationNfsCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DescribeLocationObjectStorageCommand: (
323
- input: DescribeLocationObjectStorageCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DescribeLocationS3Command: (
327
- input: DescribeLocationS3CommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DescribeLocationSmbCommand: (
331
- input: DescribeLocationSmbCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DescribeTaskCommand: (
335
- input: DescribeTaskCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DescribeTaskExecutionCommand: (
339
- input: DescribeTaskExecutionCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_ListAgentsCommand: (
343
- input: ListAgentsCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_ListLocationsCommand: (
347
- input: ListLocationsCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_ListTagsForResourceCommand: (
351
- input: ListTagsForResourceCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ListTaskExecutionsCommand: (
355
- input: ListTaskExecutionsCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListTasksCommand: (
359
- input: ListTasksCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_StartTaskExecutionCommand: (
363
- input: StartTaskExecutionCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_TagResourceCommand: (
367
- input: TagResourceCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_UntagResourceCommand: (
371
- input: UntagResourceCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_UpdateAgentCommand: (
375
- input: UpdateAgentCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_UpdateLocationAzureBlobCommand: (
379
- input: UpdateLocationAzureBlobCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_UpdateLocationEfsCommand: (
383
- input: UpdateLocationEfsCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_UpdateLocationFsxLustreCommand: (
387
- input: UpdateLocationFsxLustreCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_UpdateLocationFsxOntapCommand: (
391
- input: UpdateLocationFsxOntapCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_UpdateLocationFsxOpenZfsCommand: (
395
- input: UpdateLocationFsxOpenZfsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_UpdateLocationFsxWindowsCommand: (
399
- input: UpdateLocationFsxWindowsCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_UpdateLocationHdfsCommand: (
403
- input: UpdateLocationHdfsCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_UpdateLocationNfsCommand: (
407
- input: UpdateLocationNfsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_UpdateLocationObjectStorageCommand: (
411
- input: UpdateLocationObjectStorageCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_UpdateLocationS3Command: (
415
- input: UpdateLocationS3CommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_UpdateLocationSmbCommand: (
419
- input: UpdateLocationSmbCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_UpdateTaskCommand: (
423
- input: UpdateTaskCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_UpdateTaskExecutionCommand: (
427
- input: UpdateTaskExecutionCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const de_CancelTaskExecutionCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<CancelTaskExecutionCommandOutput>;
434
- export declare const de_CreateAgentCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<CreateAgentCommandOutput>;
438
- export declare const de_CreateLocationAzureBlobCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<CreateLocationAzureBlobCommandOutput>;
442
- export declare const de_CreateLocationEfsCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<CreateLocationEfsCommandOutput>;
446
- export declare const de_CreateLocationFsxLustreCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<CreateLocationFsxLustreCommandOutput>;
450
- export declare const de_CreateLocationFsxOntapCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<CreateLocationFsxOntapCommandOutput>;
454
- export declare const de_CreateLocationFsxOpenZfsCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<CreateLocationFsxOpenZfsCommandOutput>;
458
- export declare const de_CreateLocationFsxWindowsCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<CreateLocationFsxWindowsCommandOutput>;
462
- export declare const de_CreateLocationHdfsCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<CreateLocationHdfsCommandOutput>;
466
- export declare const de_CreateLocationNfsCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<CreateLocationNfsCommandOutput>;
470
- export declare const de_CreateLocationObjectStorageCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<CreateLocationObjectStorageCommandOutput>;
474
- export declare const de_CreateLocationS3Command: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<CreateLocationS3CommandOutput>;
478
- export declare const de_CreateLocationSmbCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<CreateLocationSmbCommandOutput>;
482
- export declare const de_CreateTaskCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<CreateTaskCommandOutput>;
486
- export declare const de_DeleteAgentCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<DeleteAgentCommandOutput>;
490
- export declare const de_DeleteLocationCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<DeleteLocationCommandOutput>;
494
- export declare const de_DeleteTaskCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<DeleteTaskCommandOutput>;
498
- export declare const de_DescribeAgentCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<DescribeAgentCommandOutput>;
502
- export declare const de_DescribeLocationAzureBlobCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DescribeLocationAzureBlobCommandOutput>;
506
- export declare const de_DescribeLocationEfsCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DescribeLocationEfsCommandOutput>;
510
- export declare const de_DescribeLocationFsxLustreCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DescribeLocationFsxLustreCommandOutput>;
514
- export declare const de_DescribeLocationFsxOntapCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DescribeLocationFsxOntapCommandOutput>;
518
- export declare const de_DescribeLocationFsxOpenZfsCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DescribeLocationFsxOpenZfsCommandOutput>;
522
- export declare const de_DescribeLocationFsxWindowsCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DescribeLocationFsxWindowsCommandOutput>;
526
- export declare const de_DescribeLocationHdfsCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DescribeLocationHdfsCommandOutput>;
530
- export declare const de_DescribeLocationNfsCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DescribeLocationNfsCommandOutput>;
534
- export declare const de_DescribeLocationObjectStorageCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DescribeLocationObjectStorageCommandOutput>;
538
- export declare const de_DescribeLocationS3Command: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<DescribeLocationS3CommandOutput>;
542
- export declare const de_DescribeLocationSmbCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<DescribeLocationSmbCommandOutput>;
546
- export declare const de_DescribeTaskCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DescribeTaskCommandOutput>;
550
- export declare const de_DescribeTaskExecutionCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DescribeTaskExecutionCommandOutput>;
554
- export declare const de_ListAgentsCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<ListAgentsCommandOutput>;
558
- export declare const de_ListLocationsCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<ListLocationsCommandOutput>;
562
- export declare const de_ListTagsForResourceCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<ListTagsForResourceCommandOutput>;
566
- export declare const de_ListTaskExecutionsCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<ListTaskExecutionsCommandOutput>;
570
- export declare const de_ListTasksCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<ListTasksCommandOutput>;
574
- export declare const de_StartTaskExecutionCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<StartTaskExecutionCommandOutput>;
578
- export declare const de_TagResourceCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<TagResourceCommandOutput>;
582
- export declare const de_UntagResourceCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<UntagResourceCommandOutput>;
586
- export declare const de_UpdateAgentCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<UpdateAgentCommandOutput>;
590
- export declare const de_UpdateLocationAzureBlobCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<UpdateLocationAzureBlobCommandOutput>;
594
- export declare const de_UpdateLocationEfsCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<UpdateLocationEfsCommandOutput>;
598
- export declare const de_UpdateLocationFsxLustreCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<UpdateLocationFsxLustreCommandOutput>;
602
- export declare const de_UpdateLocationFsxOntapCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<UpdateLocationFsxOntapCommandOutput>;
606
- export declare const de_UpdateLocationFsxOpenZfsCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<UpdateLocationFsxOpenZfsCommandOutput>;
610
- export declare const de_UpdateLocationFsxWindowsCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<UpdateLocationFsxWindowsCommandOutput>;
614
- export declare const de_UpdateLocationHdfsCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<UpdateLocationHdfsCommandOutput>;
618
- export declare const de_UpdateLocationNfsCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<UpdateLocationNfsCommandOutput>;
622
- export declare const de_UpdateLocationObjectStorageCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<UpdateLocationObjectStorageCommandOutput>;
626
- export declare const de_UpdateLocationS3Command: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<UpdateLocationS3CommandOutput>;
630
- export declare const de_UpdateLocationSmbCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<UpdateLocationSmbCommandOutput>;
634
- export declare const de_UpdateTaskCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<UpdateTaskCommandOutput>;
638
- export declare const de_UpdateTaskExecutionCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<UpdateTaskExecutionCommandOutput>;