@aws-sdk/client-fsx 3.926.0 → 3.928.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 (75) hide show
  1. package/dist-cjs/index.js +3036 -2879
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/FSxClient.js +2 -0
  4. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +3 -9
  5. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +3 -9
  6. package/dist-es/commands/CopyBackupCommand.js +3 -10
  7. package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +3 -10
  8. package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +3 -9
  9. package/dist-es/commands/CreateBackupCommand.js +3 -10
  10. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +3 -9
  11. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +3 -9
  12. package/dist-es/commands/CreateFileCacheCommand.js +3 -9
  13. package/dist-es/commands/CreateFileSystemCommand.js +3 -11
  14. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +3 -11
  15. package/dist-es/commands/CreateSnapshotCommand.js +3 -10
  16. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +3 -10
  17. package/dist-es/commands/CreateVolumeCommand.js +3 -10
  18. package/dist-es/commands/CreateVolumeFromBackupCommand.js +3 -10
  19. package/dist-es/commands/DeleteBackupCommand.js +3 -9
  20. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +3 -9
  21. package/dist-es/commands/DeleteFileCacheCommand.js +3 -9
  22. package/dist-es/commands/DeleteFileSystemCommand.js +3 -9
  23. package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
  24. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +3 -9
  25. package/dist-es/commands/DeleteVolumeCommand.js +3 -9
  26. package/dist-es/commands/DescribeBackupsCommand.js +3 -10
  27. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +3 -9
  28. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +3 -9
  29. package/dist-es/commands/DescribeFileCachesCommand.js +3 -9
  30. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +3 -9
  31. package/dist-es/commands/DescribeFileSystemsCommand.js +3 -10
  32. package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +3 -9
  33. package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +3 -9
  34. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -10
  35. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +3 -9
  36. package/dist-es/commands/DescribeVolumesCommand.js +3 -10
  37. package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +3 -9
  38. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +3 -9
  39. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  40. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -10
  41. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +3 -10
  42. package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +3 -10
  43. package/dist-es/commands/TagResourceCommand.js +3 -9
  44. package/dist-es/commands/UntagResourceCommand.js +3 -9
  45. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +3 -9
  46. package/dist-es/commands/UpdateFileCacheCommand.js +3 -9
  47. package/dist-es/commands/UpdateFileSystemCommand.js +3 -11
  48. package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +3 -9
  49. package/dist-es/commands/UpdateSnapshotCommand.js +3 -10
  50. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +3 -10
  51. package/dist-es/commands/UpdateVolumeCommand.js +3 -10
  52. package/dist-es/models/models_0.js +0 -122
  53. package/dist-es/models/models_1.js +1 -62
  54. package/dist-es/runtimeConfig.shared.js +7 -0
  55. package/dist-es/schemas/schemas_0.js +2855 -0
  56. package/dist-types/FSxClient.d.ts +10 -1
  57. package/dist-types/models/models_0.d.ts +0 -80
  58. package/dist-types/models/models_1.d.ts +0 -68
  59. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  60. package/dist-types/runtimeConfig.d.ts +1 -0
  61. package/dist-types/runtimeConfig.native.d.ts +1 -0
  62. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  63. package/dist-types/schemas/schemas_0.d.ts +359 -0
  64. package/dist-types/ts3.4/FSxClient.d.ts +4 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +0 -54
  66. package/dist-types/ts3.4/models/models_1.d.ts +0 -49
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  71. package/dist-types/ts3.4/schemas/schemas_0.d.ts +365 -0
  72. package/package.json +5 -6
  73. package/dist-es/protocols/Aws_json1_1.js +0 -2207
  74. package/dist-types/protocols/Aws_json1_1.d.ts +0 -434
  75. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -581
@@ -1,581 +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
- AssociateFileSystemAliasesCommandInput,
8
- AssociateFileSystemAliasesCommandOutput,
9
- } from "../commands/AssociateFileSystemAliasesCommand";
10
- import {
11
- CancelDataRepositoryTaskCommandInput,
12
- CancelDataRepositoryTaskCommandOutput,
13
- } from "../commands/CancelDataRepositoryTaskCommand";
14
- import {
15
- CopyBackupCommandInput,
16
- CopyBackupCommandOutput,
17
- } from "../commands/CopyBackupCommand";
18
- import {
19
- CopySnapshotAndUpdateVolumeCommandInput,
20
- CopySnapshotAndUpdateVolumeCommandOutput,
21
- } from "../commands/CopySnapshotAndUpdateVolumeCommand";
22
- import {
23
- CreateAndAttachS3AccessPointCommandInput,
24
- CreateAndAttachS3AccessPointCommandOutput,
25
- } from "../commands/CreateAndAttachS3AccessPointCommand";
26
- import {
27
- CreateBackupCommandInput,
28
- CreateBackupCommandOutput,
29
- } from "../commands/CreateBackupCommand";
30
- import {
31
- CreateDataRepositoryAssociationCommandInput,
32
- CreateDataRepositoryAssociationCommandOutput,
33
- } from "../commands/CreateDataRepositoryAssociationCommand";
34
- import {
35
- CreateDataRepositoryTaskCommandInput,
36
- CreateDataRepositoryTaskCommandOutput,
37
- } from "../commands/CreateDataRepositoryTaskCommand";
38
- import {
39
- CreateFileCacheCommandInput,
40
- CreateFileCacheCommandOutput,
41
- } from "../commands/CreateFileCacheCommand";
42
- import {
43
- CreateFileSystemCommandInput,
44
- CreateFileSystemCommandOutput,
45
- } from "../commands/CreateFileSystemCommand";
46
- import {
47
- CreateFileSystemFromBackupCommandInput,
48
- CreateFileSystemFromBackupCommandOutput,
49
- } from "../commands/CreateFileSystemFromBackupCommand";
50
- import {
51
- CreateSnapshotCommandInput,
52
- CreateSnapshotCommandOutput,
53
- } from "../commands/CreateSnapshotCommand";
54
- import {
55
- CreateStorageVirtualMachineCommandInput,
56
- CreateStorageVirtualMachineCommandOutput,
57
- } from "../commands/CreateStorageVirtualMachineCommand";
58
- import {
59
- CreateVolumeCommandInput,
60
- CreateVolumeCommandOutput,
61
- } from "../commands/CreateVolumeCommand";
62
- import {
63
- CreateVolumeFromBackupCommandInput,
64
- CreateVolumeFromBackupCommandOutput,
65
- } from "../commands/CreateVolumeFromBackupCommand";
66
- import {
67
- DeleteBackupCommandInput,
68
- DeleteBackupCommandOutput,
69
- } from "../commands/DeleteBackupCommand";
70
- import {
71
- DeleteDataRepositoryAssociationCommandInput,
72
- DeleteDataRepositoryAssociationCommandOutput,
73
- } from "../commands/DeleteDataRepositoryAssociationCommand";
74
- import {
75
- DeleteFileCacheCommandInput,
76
- DeleteFileCacheCommandOutput,
77
- } from "../commands/DeleteFileCacheCommand";
78
- import {
79
- DeleteFileSystemCommandInput,
80
- DeleteFileSystemCommandOutput,
81
- } from "../commands/DeleteFileSystemCommand";
82
- import {
83
- DeleteSnapshotCommandInput,
84
- DeleteSnapshotCommandOutput,
85
- } from "../commands/DeleteSnapshotCommand";
86
- import {
87
- DeleteStorageVirtualMachineCommandInput,
88
- DeleteStorageVirtualMachineCommandOutput,
89
- } from "../commands/DeleteStorageVirtualMachineCommand";
90
- import {
91
- DeleteVolumeCommandInput,
92
- DeleteVolumeCommandOutput,
93
- } from "../commands/DeleteVolumeCommand";
94
- import {
95
- DescribeBackupsCommandInput,
96
- DescribeBackupsCommandOutput,
97
- } from "../commands/DescribeBackupsCommand";
98
- import {
99
- DescribeDataRepositoryAssociationsCommandInput,
100
- DescribeDataRepositoryAssociationsCommandOutput,
101
- } from "../commands/DescribeDataRepositoryAssociationsCommand";
102
- import {
103
- DescribeDataRepositoryTasksCommandInput,
104
- DescribeDataRepositoryTasksCommandOutput,
105
- } from "../commands/DescribeDataRepositoryTasksCommand";
106
- import {
107
- DescribeFileCachesCommandInput,
108
- DescribeFileCachesCommandOutput,
109
- } from "../commands/DescribeFileCachesCommand";
110
- import {
111
- DescribeFileSystemAliasesCommandInput,
112
- DescribeFileSystemAliasesCommandOutput,
113
- } from "../commands/DescribeFileSystemAliasesCommand";
114
- import {
115
- DescribeFileSystemsCommandInput,
116
- DescribeFileSystemsCommandOutput,
117
- } from "../commands/DescribeFileSystemsCommand";
118
- import {
119
- DescribeS3AccessPointAttachmentsCommandInput,
120
- DescribeS3AccessPointAttachmentsCommandOutput,
121
- } from "../commands/DescribeS3AccessPointAttachmentsCommand";
122
- import {
123
- DescribeSharedVpcConfigurationCommandInput,
124
- DescribeSharedVpcConfigurationCommandOutput,
125
- } from "../commands/DescribeSharedVpcConfigurationCommand";
126
- import {
127
- DescribeSnapshotsCommandInput,
128
- DescribeSnapshotsCommandOutput,
129
- } from "../commands/DescribeSnapshotsCommand";
130
- import {
131
- DescribeStorageVirtualMachinesCommandInput,
132
- DescribeStorageVirtualMachinesCommandOutput,
133
- } from "../commands/DescribeStorageVirtualMachinesCommand";
134
- import {
135
- DescribeVolumesCommandInput,
136
- DescribeVolumesCommandOutput,
137
- } from "../commands/DescribeVolumesCommand";
138
- import {
139
- DetachAndDeleteS3AccessPointCommandInput,
140
- DetachAndDeleteS3AccessPointCommandOutput,
141
- } from "../commands/DetachAndDeleteS3AccessPointCommand";
142
- import {
143
- DisassociateFileSystemAliasesCommandInput,
144
- DisassociateFileSystemAliasesCommandOutput,
145
- } from "../commands/DisassociateFileSystemAliasesCommand";
146
- import {
147
- ListTagsForResourceCommandInput,
148
- ListTagsForResourceCommandOutput,
149
- } from "../commands/ListTagsForResourceCommand";
150
- import {
151
- ReleaseFileSystemNfsV3LocksCommandInput,
152
- ReleaseFileSystemNfsV3LocksCommandOutput,
153
- } from "../commands/ReleaseFileSystemNfsV3LocksCommand";
154
- import {
155
- RestoreVolumeFromSnapshotCommandInput,
156
- RestoreVolumeFromSnapshotCommandOutput,
157
- } from "../commands/RestoreVolumeFromSnapshotCommand";
158
- import {
159
- StartMisconfiguredStateRecoveryCommandInput,
160
- StartMisconfiguredStateRecoveryCommandOutput,
161
- } from "../commands/StartMisconfiguredStateRecoveryCommand";
162
- import {
163
- TagResourceCommandInput,
164
- TagResourceCommandOutput,
165
- } from "../commands/TagResourceCommand";
166
- import {
167
- UntagResourceCommandInput,
168
- UntagResourceCommandOutput,
169
- } from "../commands/UntagResourceCommand";
170
- import {
171
- UpdateDataRepositoryAssociationCommandInput,
172
- UpdateDataRepositoryAssociationCommandOutput,
173
- } from "../commands/UpdateDataRepositoryAssociationCommand";
174
- import {
175
- UpdateFileCacheCommandInput,
176
- UpdateFileCacheCommandOutput,
177
- } from "../commands/UpdateFileCacheCommand";
178
- import {
179
- UpdateFileSystemCommandInput,
180
- UpdateFileSystemCommandOutput,
181
- } from "../commands/UpdateFileSystemCommand";
182
- import {
183
- UpdateSharedVpcConfigurationCommandInput,
184
- UpdateSharedVpcConfigurationCommandOutput,
185
- } from "../commands/UpdateSharedVpcConfigurationCommand";
186
- import {
187
- UpdateSnapshotCommandInput,
188
- UpdateSnapshotCommandOutput,
189
- } from "../commands/UpdateSnapshotCommand";
190
- import {
191
- UpdateStorageVirtualMachineCommandInput,
192
- UpdateStorageVirtualMachineCommandOutput,
193
- } from "../commands/UpdateStorageVirtualMachineCommand";
194
- import {
195
- UpdateVolumeCommandInput,
196
- UpdateVolumeCommandOutput,
197
- } from "../commands/UpdateVolumeCommand";
198
- export declare const se_AssociateFileSystemAliasesCommand: (
199
- input: AssociateFileSystemAliasesCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_CancelDataRepositoryTaskCommand: (
203
- input: CancelDataRepositoryTaskCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_CopyBackupCommand: (
207
- input: CopyBackupCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_CopySnapshotAndUpdateVolumeCommand: (
211
- input: CopySnapshotAndUpdateVolumeCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_CreateAndAttachS3AccessPointCommand: (
215
- input: CreateAndAttachS3AccessPointCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_CreateBackupCommand: (
219
- input: CreateBackupCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_CreateDataRepositoryAssociationCommand: (
223
- input: CreateDataRepositoryAssociationCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_CreateDataRepositoryTaskCommand: (
227
- input: CreateDataRepositoryTaskCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_CreateFileCacheCommand: (
231
- input: CreateFileCacheCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_CreateFileSystemCommand: (
235
- input: CreateFileSystemCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_CreateFileSystemFromBackupCommand: (
239
- input: CreateFileSystemFromBackupCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_CreateSnapshotCommand: (
243
- input: CreateSnapshotCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_CreateStorageVirtualMachineCommand: (
247
- input: CreateStorageVirtualMachineCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateVolumeCommand: (
251
- input: CreateVolumeCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateVolumeFromBackupCommand: (
255
- input: CreateVolumeFromBackupCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_DeleteBackupCommand: (
259
- input: DeleteBackupCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_DeleteDataRepositoryAssociationCommand: (
263
- input: DeleteDataRepositoryAssociationCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DeleteFileCacheCommand: (
267
- input: DeleteFileCacheCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DeleteFileSystemCommand: (
271
- input: DeleteFileSystemCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DeleteSnapshotCommand: (
275
- input: DeleteSnapshotCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DeleteStorageVirtualMachineCommand: (
279
- input: DeleteStorageVirtualMachineCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeleteVolumeCommand: (
283
- input: DeleteVolumeCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DescribeBackupsCommand: (
287
- input: DescribeBackupsCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DescribeDataRepositoryAssociationsCommand: (
291
- input: DescribeDataRepositoryAssociationsCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DescribeDataRepositoryTasksCommand: (
295
- input: DescribeDataRepositoryTasksCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DescribeFileCachesCommand: (
299
- input: DescribeFileCachesCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DescribeFileSystemAliasesCommand: (
303
- input: DescribeFileSystemAliasesCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DescribeFileSystemsCommand: (
307
- input: DescribeFileSystemsCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DescribeS3AccessPointAttachmentsCommand: (
311
- input: DescribeS3AccessPointAttachmentsCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DescribeSharedVpcConfigurationCommand: (
315
- input: DescribeSharedVpcConfigurationCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DescribeSnapshotsCommand: (
319
- input: DescribeSnapshotsCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DescribeStorageVirtualMachinesCommand: (
323
- input: DescribeStorageVirtualMachinesCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DescribeVolumesCommand: (
327
- input: DescribeVolumesCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DetachAndDeleteS3AccessPointCommand: (
331
- input: DetachAndDeleteS3AccessPointCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DisassociateFileSystemAliasesCommand: (
335
- input: DisassociateFileSystemAliasesCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_ListTagsForResourceCommand: (
339
- input: ListTagsForResourceCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_ReleaseFileSystemNfsV3LocksCommand: (
343
- input: ReleaseFileSystemNfsV3LocksCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_RestoreVolumeFromSnapshotCommand: (
347
- input: RestoreVolumeFromSnapshotCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_StartMisconfiguredStateRecoveryCommand: (
351
- input: StartMisconfiguredStateRecoveryCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_TagResourceCommand: (
355
- input: TagResourceCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_UntagResourceCommand: (
359
- input: UntagResourceCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_UpdateDataRepositoryAssociationCommand: (
363
- input: UpdateDataRepositoryAssociationCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_UpdateFileCacheCommand: (
367
- input: UpdateFileCacheCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_UpdateFileSystemCommand: (
371
- input: UpdateFileSystemCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_UpdateSharedVpcConfigurationCommand: (
375
- input: UpdateSharedVpcConfigurationCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_UpdateSnapshotCommand: (
379
- input: UpdateSnapshotCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_UpdateStorageVirtualMachineCommand: (
383
- input: UpdateStorageVirtualMachineCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_UpdateVolumeCommand: (
387
- input: UpdateVolumeCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const de_AssociateFileSystemAliasesCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<AssociateFileSystemAliasesCommandOutput>;
394
- export declare const de_CancelDataRepositoryTaskCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<CancelDataRepositoryTaskCommandOutput>;
398
- export declare const de_CopyBackupCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<CopyBackupCommandOutput>;
402
- export declare const de_CopySnapshotAndUpdateVolumeCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<CopySnapshotAndUpdateVolumeCommandOutput>;
406
- export declare const de_CreateAndAttachS3AccessPointCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<CreateAndAttachS3AccessPointCommandOutput>;
410
- export declare const de_CreateBackupCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<CreateBackupCommandOutput>;
414
- export declare const de_CreateDataRepositoryAssociationCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<CreateDataRepositoryAssociationCommandOutput>;
418
- export declare const de_CreateDataRepositoryTaskCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<CreateDataRepositoryTaskCommandOutput>;
422
- export declare const de_CreateFileCacheCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<CreateFileCacheCommandOutput>;
426
- export declare const de_CreateFileSystemCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<CreateFileSystemCommandOutput>;
430
- export declare const de_CreateFileSystemFromBackupCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<CreateFileSystemFromBackupCommandOutput>;
434
- export declare const de_CreateSnapshotCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<CreateSnapshotCommandOutput>;
438
- export declare const de_CreateStorageVirtualMachineCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<CreateStorageVirtualMachineCommandOutput>;
442
- export declare const de_CreateVolumeCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<CreateVolumeCommandOutput>;
446
- export declare const de_CreateVolumeFromBackupCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<CreateVolumeFromBackupCommandOutput>;
450
- export declare const de_DeleteBackupCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<DeleteBackupCommandOutput>;
454
- export declare const de_DeleteDataRepositoryAssociationCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<DeleteDataRepositoryAssociationCommandOutput>;
458
- export declare const de_DeleteFileCacheCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<DeleteFileCacheCommandOutput>;
462
- export declare const de_DeleteFileSystemCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<DeleteFileSystemCommandOutput>;
466
- export declare const de_DeleteSnapshotCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<DeleteSnapshotCommandOutput>;
470
- export declare const de_DeleteStorageVirtualMachineCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<DeleteStorageVirtualMachineCommandOutput>;
474
- export declare const de_DeleteVolumeCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<DeleteVolumeCommandOutput>;
478
- export declare const de_DescribeBackupsCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<DescribeBackupsCommandOutput>;
482
- export declare const de_DescribeDataRepositoryAssociationsCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<DescribeDataRepositoryAssociationsCommandOutput>;
486
- export declare const de_DescribeDataRepositoryTasksCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<DescribeDataRepositoryTasksCommandOutput>;
490
- export declare const de_DescribeFileCachesCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<DescribeFileCachesCommandOutput>;
494
- export declare const de_DescribeFileSystemAliasesCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<DescribeFileSystemAliasesCommandOutput>;
498
- export declare const de_DescribeFileSystemsCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<DescribeFileSystemsCommandOutput>;
502
- export declare const de_DescribeS3AccessPointAttachmentsCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DescribeS3AccessPointAttachmentsCommandOutput>;
506
- export declare const de_DescribeSharedVpcConfigurationCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DescribeSharedVpcConfigurationCommandOutput>;
510
- export declare const de_DescribeSnapshotsCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DescribeSnapshotsCommandOutput>;
514
- export declare const de_DescribeStorageVirtualMachinesCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DescribeStorageVirtualMachinesCommandOutput>;
518
- export declare const de_DescribeVolumesCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DescribeVolumesCommandOutput>;
522
- export declare const de_DetachAndDeleteS3AccessPointCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DetachAndDeleteS3AccessPointCommandOutput>;
526
- export declare const de_DisassociateFileSystemAliasesCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DisassociateFileSystemAliasesCommandOutput>;
530
- export declare const de_ListTagsForResourceCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<ListTagsForResourceCommandOutput>;
534
- export declare const de_ReleaseFileSystemNfsV3LocksCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<ReleaseFileSystemNfsV3LocksCommandOutput>;
538
- export declare const de_RestoreVolumeFromSnapshotCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<RestoreVolumeFromSnapshotCommandOutput>;
542
- export declare const de_StartMisconfiguredStateRecoveryCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<StartMisconfiguredStateRecoveryCommandOutput>;
546
- export declare const de_TagResourceCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<TagResourceCommandOutput>;
550
- export declare const de_UntagResourceCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<UntagResourceCommandOutput>;
554
- export declare const de_UpdateDataRepositoryAssociationCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<UpdateDataRepositoryAssociationCommandOutput>;
558
- export declare const de_UpdateFileCacheCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<UpdateFileCacheCommandOutput>;
562
- export declare const de_UpdateFileSystemCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<UpdateFileSystemCommandOutput>;
566
- export declare const de_UpdateSharedVpcConfigurationCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<UpdateSharedVpcConfigurationCommandOutput>;
570
- export declare const de_UpdateSnapshotCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<UpdateSnapshotCommandOutput>;
574
- export declare const de_UpdateStorageVirtualMachineCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<UpdateStorageVirtualMachineCommandOutput>;
578
- export declare const de_UpdateVolumeCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<UpdateVolumeCommandOutput>;