@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,434 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput } from "../commands/AssociateFileSystemAliasesCommand";
4
- import { CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput } from "../commands/CancelDataRepositoryTaskCommand";
5
- import { CopyBackupCommandInput, CopyBackupCommandOutput } from "../commands/CopyBackupCommand";
6
- import { CopySnapshotAndUpdateVolumeCommandInput, CopySnapshotAndUpdateVolumeCommandOutput } from "../commands/CopySnapshotAndUpdateVolumeCommand";
7
- import { CreateAndAttachS3AccessPointCommandInput, CreateAndAttachS3AccessPointCommandOutput } from "../commands/CreateAndAttachS3AccessPointCommand";
8
- import { CreateBackupCommandInput, CreateBackupCommandOutput } from "../commands/CreateBackupCommand";
9
- import { CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput } from "../commands/CreateDataRepositoryAssociationCommand";
10
- import { CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput } from "../commands/CreateDataRepositoryTaskCommand";
11
- import { CreateFileCacheCommandInput, CreateFileCacheCommandOutput } from "../commands/CreateFileCacheCommand";
12
- import { CreateFileSystemCommandInput, CreateFileSystemCommandOutput } from "../commands/CreateFileSystemCommand";
13
- import { CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput } from "../commands/CreateFileSystemFromBackupCommand";
14
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
15
- import { CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput } from "../commands/CreateStorageVirtualMachineCommand";
16
- import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "../commands/CreateVolumeCommand";
17
- import { CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput } from "../commands/CreateVolumeFromBackupCommand";
18
- import { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "../commands/DeleteBackupCommand";
19
- import { DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput } from "../commands/DeleteDataRepositoryAssociationCommand";
20
- import { DeleteFileCacheCommandInput, DeleteFileCacheCommandOutput } from "../commands/DeleteFileCacheCommand";
21
- import { DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput } from "../commands/DeleteFileSystemCommand";
22
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "../commands/DeleteSnapshotCommand";
23
- import { DeleteStorageVirtualMachineCommandInput, DeleteStorageVirtualMachineCommandOutput } from "../commands/DeleteStorageVirtualMachineCommand";
24
- import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "../commands/DeleteVolumeCommand";
25
- import { DescribeBackupsCommandInput, DescribeBackupsCommandOutput } from "../commands/DescribeBackupsCommand";
26
- import { DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput } from "../commands/DescribeDataRepositoryAssociationsCommand";
27
- import { DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput } from "../commands/DescribeDataRepositoryTasksCommand";
28
- import { DescribeFileCachesCommandInput, DescribeFileCachesCommandOutput } from "../commands/DescribeFileCachesCommand";
29
- import { DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput } from "../commands/DescribeFileSystemAliasesCommand";
30
- import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } from "../commands/DescribeFileSystemsCommand";
31
- import { DescribeS3AccessPointAttachmentsCommandInput, DescribeS3AccessPointAttachmentsCommandOutput } from "../commands/DescribeS3AccessPointAttachmentsCommand";
32
- import { DescribeSharedVpcConfigurationCommandInput, DescribeSharedVpcConfigurationCommandOutput } from "../commands/DescribeSharedVpcConfigurationCommand";
33
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
34
- import { DescribeStorageVirtualMachinesCommandInput, DescribeStorageVirtualMachinesCommandOutput } from "../commands/DescribeStorageVirtualMachinesCommand";
35
- import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "../commands/DescribeVolumesCommand";
36
- import { DetachAndDeleteS3AccessPointCommandInput, DetachAndDeleteS3AccessPointCommandOutput } from "../commands/DetachAndDeleteS3AccessPointCommand";
37
- import { DisassociateFileSystemAliasesCommandInput, DisassociateFileSystemAliasesCommandOutput } from "../commands/DisassociateFileSystemAliasesCommand";
38
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
39
- import { ReleaseFileSystemNfsV3LocksCommandInput, ReleaseFileSystemNfsV3LocksCommandOutput } from "../commands/ReleaseFileSystemNfsV3LocksCommand";
40
- import { RestoreVolumeFromSnapshotCommandInput, RestoreVolumeFromSnapshotCommandOutput } from "../commands/RestoreVolumeFromSnapshotCommand";
41
- import { StartMisconfiguredStateRecoveryCommandInput, StartMisconfiguredStateRecoveryCommandOutput } from "../commands/StartMisconfiguredStateRecoveryCommand";
42
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
43
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
44
- import { UpdateDataRepositoryAssociationCommandInput, UpdateDataRepositoryAssociationCommandOutput } from "../commands/UpdateDataRepositoryAssociationCommand";
45
- import { UpdateFileCacheCommandInput, UpdateFileCacheCommandOutput } from "../commands/UpdateFileCacheCommand";
46
- import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "../commands/UpdateFileSystemCommand";
47
- import { UpdateSharedVpcConfigurationCommandInput, UpdateSharedVpcConfigurationCommandOutput } from "../commands/UpdateSharedVpcConfigurationCommand";
48
- import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "../commands/UpdateSnapshotCommand";
49
- import { UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput } from "../commands/UpdateStorageVirtualMachineCommand";
50
- import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "../commands/UpdateVolumeCommand";
51
- /**
52
- * serializeAws_json1_1AssociateFileSystemAliasesCommand
53
- */
54
- export declare const se_AssociateFileSystemAliasesCommand: (input: AssociateFileSystemAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_json1_1CancelDataRepositoryTaskCommand
57
- */
58
- export declare const se_CancelDataRepositoryTaskCommand: (input: CancelDataRepositoryTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_json1_1CopyBackupCommand
61
- */
62
- export declare const se_CopyBackupCommand: (input: CopyBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_json1_1CopySnapshotAndUpdateVolumeCommand
65
- */
66
- export declare const se_CopySnapshotAndUpdateVolumeCommand: (input: CopySnapshotAndUpdateVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_json1_1CreateAndAttachS3AccessPointCommand
69
- */
70
- export declare const se_CreateAndAttachS3AccessPointCommand: (input: CreateAndAttachS3AccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_json1_1CreateBackupCommand
73
- */
74
- export declare const se_CreateBackupCommand: (input: CreateBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_json1_1CreateDataRepositoryAssociationCommand
77
- */
78
- export declare const se_CreateDataRepositoryAssociationCommand: (input: CreateDataRepositoryAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_json1_1CreateDataRepositoryTaskCommand
81
- */
82
- export declare const se_CreateDataRepositoryTaskCommand: (input: CreateDataRepositoryTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_json1_1CreateFileCacheCommand
85
- */
86
- export declare const se_CreateFileCacheCommand: (input: CreateFileCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_json1_1CreateFileSystemCommand
89
- */
90
- export declare const se_CreateFileSystemCommand: (input: CreateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_json1_1CreateFileSystemFromBackupCommand
93
- */
94
- export declare const se_CreateFileSystemFromBackupCommand: (input: CreateFileSystemFromBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_json1_1CreateSnapshotCommand
97
- */
98
- export declare const se_CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_json1_1CreateStorageVirtualMachineCommand
101
- */
102
- export declare const se_CreateStorageVirtualMachineCommand: (input: CreateStorageVirtualMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_json1_1CreateVolumeCommand
105
- */
106
- export declare const se_CreateVolumeCommand: (input: CreateVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_json1_1CreateVolumeFromBackupCommand
109
- */
110
- export declare const se_CreateVolumeFromBackupCommand: (input: CreateVolumeFromBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_json1_1DeleteBackupCommand
113
- */
114
- export declare const se_DeleteBackupCommand: (input: DeleteBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_json1_1DeleteDataRepositoryAssociationCommand
117
- */
118
- export declare const se_DeleteDataRepositoryAssociationCommand: (input: DeleteDataRepositoryAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_json1_1DeleteFileCacheCommand
121
- */
122
- export declare const se_DeleteFileCacheCommand: (input: DeleteFileCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_json1_1DeleteFileSystemCommand
125
- */
126
- export declare const se_DeleteFileSystemCommand: (input: DeleteFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_json1_1DeleteSnapshotCommand
129
- */
130
- export declare const se_DeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_json1_1DeleteStorageVirtualMachineCommand
133
- */
134
- export declare const se_DeleteStorageVirtualMachineCommand: (input: DeleteStorageVirtualMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_json1_1DeleteVolumeCommand
137
- */
138
- export declare const se_DeleteVolumeCommand: (input: DeleteVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_json1_1DescribeBackupsCommand
141
- */
142
- export declare const se_DescribeBackupsCommand: (input: DescribeBackupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_json1_1DescribeDataRepositoryAssociationsCommand
145
- */
146
- export declare const se_DescribeDataRepositoryAssociationsCommand: (input: DescribeDataRepositoryAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_json1_1DescribeDataRepositoryTasksCommand
149
- */
150
- export declare const se_DescribeDataRepositoryTasksCommand: (input: DescribeDataRepositoryTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_json1_1DescribeFileCachesCommand
153
- */
154
- export declare const se_DescribeFileCachesCommand: (input: DescribeFileCachesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_json1_1DescribeFileSystemAliasesCommand
157
- */
158
- export declare const se_DescribeFileSystemAliasesCommand: (input: DescribeFileSystemAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_json1_1DescribeFileSystemsCommand
161
- */
162
- export declare const se_DescribeFileSystemsCommand: (input: DescribeFileSystemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_json1_1DescribeS3AccessPointAttachmentsCommand
165
- */
166
- export declare const se_DescribeS3AccessPointAttachmentsCommand: (input: DescribeS3AccessPointAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_json1_1DescribeSharedVpcConfigurationCommand
169
- */
170
- export declare const se_DescribeSharedVpcConfigurationCommand: (input: DescribeSharedVpcConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_json1_1DescribeSnapshotsCommand
173
- */
174
- export declare const se_DescribeSnapshotsCommand: (input: DescribeSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_json1_1DescribeStorageVirtualMachinesCommand
177
- */
178
- export declare const se_DescribeStorageVirtualMachinesCommand: (input: DescribeStorageVirtualMachinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_json1_1DescribeVolumesCommand
181
- */
182
- export declare const se_DescribeVolumesCommand: (input: DescribeVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_json1_1DetachAndDeleteS3AccessPointCommand
185
- */
186
- export declare const se_DetachAndDeleteS3AccessPointCommand: (input: DetachAndDeleteS3AccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_json1_1DisassociateFileSystemAliasesCommand
189
- */
190
- export declare const se_DisassociateFileSystemAliasesCommand: (input: DisassociateFileSystemAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_json1_1ListTagsForResourceCommand
193
- */
194
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand
197
- */
198
- export declare const se_ReleaseFileSystemNfsV3LocksCommand: (input: ReleaseFileSystemNfsV3LocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_json1_1RestoreVolumeFromSnapshotCommand
201
- */
202
- export declare const se_RestoreVolumeFromSnapshotCommand: (input: RestoreVolumeFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_json1_1StartMisconfiguredStateRecoveryCommand
205
- */
206
- export declare const se_StartMisconfiguredStateRecoveryCommand: (input: StartMisconfiguredStateRecoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_json1_1TagResourceCommand
209
- */
210
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_json1_1UntagResourceCommand
213
- */
214
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_json1_1UpdateDataRepositoryAssociationCommand
217
- */
218
- export declare const se_UpdateDataRepositoryAssociationCommand: (input: UpdateDataRepositoryAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_json1_1UpdateFileCacheCommand
221
- */
222
- export declare const se_UpdateFileCacheCommand: (input: UpdateFileCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * serializeAws_json1_1UpdateFileSystemCommand
225
- */
226
- export declare const se_UpdateFileSystemCommand: (input: UpdateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- /**
228
- * serializeAws_json1_1UpdateSharedVpcConfigurationCommand
229
- */
230
- export declare const se_UpdateSharedVpcConfigurationCommand: (input: UpdateSharedVpcConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- /**
232
- * serializeAws_json1_1UpdateSnapshotCommand
233
- */
234
- export declare const se_UpdateSnapshotCommand: (input: UpdateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- /**
236
- * serializeAws_json1_1UpdateStorageVirtualMachineCommand
237
- */
238
- export declare const se_UpdateStorageVirtualMachineCommand: (input: UpdateStorageVirtualMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- /**
240
- * serializeAws_json1_1UpdateVolumeCommand
241
- */
242
- export declare const se_UpdateVolumeCommand: (input: UpdateVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- /**
244
- * deserializeAws_json1_1AssociateFileSystemAliasesCommand
245
- */
246
- export declare const de_AssociateFileSystemAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFileSystemAliasesCommandOutput>;
247
- /**
248
- * deserializeAws_json1_1CancelDataRepositoryTaskCommand
249
- */
250
- export declare const de_CancelDataRepositoryTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelDataRepositoryTaskCommandOutput>;
251
- /**
252
- * deserializeAws_json1_1CopyBackupCommand
253
- */
254
- export declare const de_CopyBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyBackupCommandOutput>;
255
- /**
256
- * deserializeAws_json1_1CopySnapshotAndUpdateVolumeCommand
257
- */
258
- export declare const de_CopySnapshotAndUpdateVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopySnapshotAndUpdateVolumeCommandOutput>;
259
- /**
260
- * deserializeAws_json1_1CreateAndAttachS3AccessPointCommand
261
- */
262
- export declare const de_CreateAndAttachS3AccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAndAttachS3AccessPointCommandOutput>;
263
- /**
264
- * deserializeAws_json1_1CreateBackupCommand
265
- */
266
- export declare const de_CreateBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackupCommandOutput>;
267
- /**
268
- * deserializeAws_json1_1CreateDataRepositoryAssociationCommand
269
- */
270
- export declare const de_CreateDataRepositoryAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataRepositoryAssociationCommandOutput>;
271
- /**
272
- * deserializeAws_json1_1CreateDataRepositoryTaskCommand
273
- */
274
- export declare const de_CreateDataRepositoryTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataRepositoryTaskCommandOutput>;
275
- /**
276
- * deserializeAws_json1_1CreateFileCacheCommand
277
- */
278
- export declare const de_CreateFileCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFileCacheCommandOutput>;
279
- /**
280
- * deserializeAws_json1_1CreateFileSystemCommand
281
- */
282
- export declare const de_CreateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFileSystemCommandOutput>;
283
- /**
284
- * deserializeAws_json1_1CreateFileSystemFromBackupCommand
285
- */
286
- export declare const de_CreateFileSystemFromBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFileSystemFromBackupCommandOutput>;
287
- /**
288
- * deserializeAws_json1_1CreateSnapshotCommand
289
- */
290
- export declare const de_CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
291
- /**
292
- * deserializeAws_json1_1CreateStorageVirtualMachineCommand
293
- */
294
- export declare const de_CreateStorageVirtualMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorageVirtualMachineCommandOutput>;
295
- /**
296
- * deserializeAws_json1_1CreateVolumeCommand
297
- */
298
- export declare const de_CreateVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVolumeCommandOutput>;
299
- /**
300
- * deserializeAws_json1_1CreateVolumeFromBackupCommand
301
- */
302
- export declare const de_CreateVolumeFromBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVolumeFromBackupCommandOutput>;
303
- /**
304
- * deserializeAws_json1_1DeleteBackupCommand
305
- */
306
- export declare const de_DeleteBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackupCommandOutput>;
307
- /**
308
- * deserializeAws_json1_1DeleteDataRepositoryAssociationCommand
309
- */
310
- export declare const de_DeleteDataRepositoryAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataRepositoryAssociationCommandOutput>;
311
- /**
312
- * deserializeAws_json1_1DeleteFileCacheCommand
313
- */
314
- export declare const de_DeleteFileCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileCacheCommandOutput>;
315
- /**
316
- * deserializeAws_json1_1DeleteFileSystemCommand
317
- */
318
- export declare const de_DeleteFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileSystemCommandOutput>;
319
- /**
320
- * deserializeAws_json1_1DeleteSnapshotCommand
321
- */
322
- export declare const de_DeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
323
- /**
324
- * deserializeAws_json1_1DeleteStorageVirtualMachineCommand
325
- */
326
- export declare const de_DeleteStorageVirtualMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageVirtualMachineCommandOutput>;
327
- /**
328
- * deserializeAws_json1_1DeleteVolumeCommand
329
- */
330
- export declare const de_DeleteVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVolumeCommandOutput>;
331
- /**
332
- * deserializeAws_json1_1DescribeBackupsCommand
333
- */
334
- export declare const de_DescribeBackupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBackupsCommandOutput>;
335
- /**
336
- * deserializeAws_json1_1DescribeDataRepositoryAssociationsCommand
337
- */
338
- export declare const de_DescribeDataRepositoryAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataRepositoryAssociationsCommandOutput>;
339
- /**
340
- * deserializeAws_json1_1DescribeDataRepositoryTasksCommand
341
- */
342
- export declare const de_DescribeDataRepositoryTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataRepositoryTasksCommandOutput>;
343
- /**
344
- * deserializeAws_json1_1DescribeFileCachesCommand
345
- */
346
- export declare const de_DescribeFileCachesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileCachesCommandOutput>;
347
- /**
348
- * deserializeAws_json1_1DescribeFileSystemAliasesCommand
349
- */
350
- export declare const de_DescribeFileSystemAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemAliasesCommandOutput>;
351
- /**
352
- * deserializeAws_json1_1DescribeFileSystemsCommand
353
- */
354
- export declare const de_DescribeFileSystemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemsCommandOutput>;
355
- /**
356
- * deserializeAws_json1_1DescribeS3AccessPointAttachmentsCommand
357
- */
358
- export declare const de_DescribeS3AccessPointAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeS3AccessPointAttachmentsCommandOutput>;
359
- /**
360
- * deserializeAws_json1_1DescribeSharedVpcConfigurationCommand
361
- */
362
- export declare const de_DescribeSharedVpcConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSharedVpcConfigurationCommandOutput>;
363
- /**
364
- * deserializeAws_json1_1DescribeSnapshotsCommand
365
- */
366
- export declare const de_DescribeSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotsCommandOutput>;
367
- /**
368
- * deserializeAws_json1_1DescribeStorageVirtualMachinesCommand
369
- */
370
- export declare const de_DescribeStorageVirtualMachinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorageVirtualMachinesCommandOutput>;
371
- /**
372
- * deserializeAws_json1_1DescribeVolumesCommand
373
- */
374
- export declare const de_DescribeVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVolumesCommandOutput>;
375
- /**
376
- * deserializeAws_json1_1DetachAndDeleteS3AccessPointCommand
377
- */
378
- export declare const de_DetachAndDeleteS3AccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachAndDeleteS3AccessPointCommandOutput>;
379
- /**
380
- * deserializeAws_json1_1DisassociateFileSystemAliasesCommand
381
- */
382
- export declare const de_DisassociateFileSystemAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFileSystemAliasesCommandOutput>;
383
- /**
384
- * deserializeAws_json1_1ListTagsForResourceCommand
385
- */
386
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
387
- /**
388
- * deserializeAws_json1_1ReleaseFileSystemNfsV3LocksCommand
389
- */
390
- export declare const de_ReleaseFileSystemNfsV3LocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReleaseFileSystemNfsV3LocksCommandOutput>;
391
- /**
392
- * deserializeAws_json1_1RestoreVolumeFromSnapshotCommand
393
- */
394
- export declare const de_RestoreVolumeFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreVolumeFromSnapshotCommandOutput>;
395
- /**
396
- * deserializeAws_json1_1StartMisconfiguredStateRecoveryCommand
397
- */
398
- export declare const de_StartMisconfiguredStateRecoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMisconfiguredStateRecoveryCommandOutput>;
399
- /**
400
- * deserializeAws_json1_1TagResourceCommand
401
- */
402
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
403
- /**
404
- * deserializeAws_json1_1UntagResourceCommand
405
- */
406
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
407
- /**
408
- * deserializeAws_json1_1UpdateDataRepositoryAssociationCommand
409
- */
410
- export declare const de_UpdateDataRepositoryAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataRepositoryAssociationCommandOutput>;
411
- /**
412
- * deserializeAws_json1_1UpdateFileCacheCommand
413
- */
414
- export declare const de_UpdateFileCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFileCacheCommandOutput>;
415
- /**
416
- * deserializeAws_json1_1UpdateFileSystemCommand
417
- */
418
- export declare const de_UpdateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFileSystemCommandOutput>;
419
- /**
420
- * deserializeAws_json1_1UpdateSharedVpcConfigurationCommand
421
- */
422
- export declare const de_UpdateSharedVpcConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSharedVpcConfigurationCommandOutput>;
423
- /**
424
- * deserializeAws_json1_1UpdateSnapshotCommand
425
- */
426
- export declare const de_UpdateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotCommandOutput>;
427
- /**
428
- * deserializeAws_json1_1UpdateStorageVirtualMachineCommand
429
- */
430
- export declare const de_UpdateStorageVirtualMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStorageVirtualMachineCommandOutput>;
431
- /**
432
- * deserializeAws_json1_1UpdateVolumeCommand
433
- */
434
- export declare const de_UpdateVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVolumeCommandOutput>;