@aws-sdk/client-fsx 3.321.1 → 3.326.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 (42) hide show
  1. package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +11 -0
  2. package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +7 -0
  3. package/dist-types/commands/CopyBackupCommand.d.ts +489 -0
  4. package/dist-types/commands/CreateBackupCommand.d.ts +489 -0
  5. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +53 -0
  6. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +42 -0
  7. package/dist-types/commands/CreateFileCacheCommand.d.ts +50 -0
  8. package/dist-types/commands/CreateFileSystemCommand.d.ts +466 -0
  9. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +466 -0
  10. package/dist-types/commands/CreateSnapshotCommand.d.ts +464 -0
  11. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +63 -0
  12. package/dist-types/commands/CreateVolumeCommand.d.ts +464 -0
  13. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +464 -0
  14. package/dist-types/commands/DeleteBackupCommand.d.ts +7 -0
  15. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +8 -0
  16. package/dist-types/commands/DeleteFileCacheCommand.d.ts +7 -0
  17. package/dist-types/commands/DeleteFileSystemCommand.d.ts +34 -0
  18. package/dist-types/commands/DeleteSnapshotCommand.d.ts +7 -0
  19. package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +7 -0
  20. package/dist-types/commands/DeleteVolumeCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeBackupsCommand.d.ts +492 -0
  22. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +56 -0
  23. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +45 -0
  24. package/dist-types/commands/DescribeFileCachesCommand.d.ts +46 -0
  25. package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +12 -0
  26. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +469 -0
  27. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +467 -0
  28. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +66 -0
  29. package/dist-types/commands/DescribeVolumesCommand.d.ts +467 -0
  30. package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +11 -0
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  32. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +466 -0
  33. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +483 -0
  34. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  35. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  36. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +53 -0
  37. package/dist-types/commands/UpdateFileCacheCommand.d.ts +43 -0
  38. package/dist-types/commands/UpdateFileSystemCommand.d.ts +466 -0
  39. package/dist-types/commands/UpdateSnapshotCommand.d.ts +464 -0
  40. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +63 -0
  41. package/dist-types/commands/UpdateVolumeCommand.d.ts +464 -0
  42. package/package.json +16 -16
@@ -33,6 +33,470 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
33
33
  * };
34
34
  * const command = new ReleaseFileSystemNfsV3LocksCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ReleaseFileSystemNfsV3LocksResponse
37
+ * // FileSystem: { // FileSystem
38
+ * // OwnerId: "STRING_VALUE",
39
+ * // CreationTime: new Date("TIMESTAMP"),
40
+ * // FileSystemId: "STRING_VALUE",
41
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
42
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
43
+ * // FailureDetails: { // FileSystemFailureDetails
44
+ * // Message: "STRING_VALUE",
45
+ * // },
46
+ * // StorageCapacity: Number("int"),
47
+ * // StorageType: "SSD" || "HDD",
48
+ * // VpcId: "STRING_VALUE",
49
+ * // SubnetIds: [ // SubnetIds
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // NetworkInterfaceIds: [ // NetworkInterfaceIds
53
+ * // "STRING_VALUE",
54
+ * // ],
55
+ * // DNSName: "STRING_VALUE",
56
+ * // KmsKeyId: "STRING_VALUE",
57
+ * // ResourceARN: "STRING_VALUE",
58
+ * // Tags: [ // Tags
59
+ * // { // Tag
60
+ * // Key: "STRING_VALUE", // required
61
+ * // Value: "STRING_VALUE", // required
62
+ * // },
63
+ * // ],
64
+ * // WindowsConfiguration: { // WindowsFileSystemConfiguration
65
+ * // ActiveDirectoryId: "STRING_VALUE",
66
+ * // SelfManagedActiveDirectoryConfiguration: { // SelfManagedActiveDirectoryAttributes
67
+ * // DomainName: "STRING_VALUE",
68
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
69
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
70
+ * // UserName: "STRING_VALUE",
71
+ * // DnsIps: [ // DnsIps
72
+ * // "STRING_VALUE",
73
+ * // ],
74
+ * // },
75
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
76
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
77
+ * // PreferredSubnetId: "STRING_VALUE",
78
+ * // PreferredFileServerIp: "STRING_VALUE",
79
+ * // ThroughputCapacity: Number("int"),
80
+ * // MaintenanceOperationsInProgress: [ // FileSystemMaintenanceOperations
81
+ * // "PATCHING" || "BACKING_UP",
82
+ * // ],
83
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
84
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
85
+ * // AutomaticBackupRetentionDays: Number("int"),
86
+ * // CopyTagsToBackups: true || false,
87
+ * // Aliases: [ // Aliases
88
+ * // { // Alias
89
+ * // Name: "STRING_VALUE",
90
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
91
+ * // },
92
+ * // ],
93
+ * // AuditLogConfiguration: { // WindowsAuditLogConfiguration
94
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
95
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
96
+ * // AuditLogDestination: "STRING_VALUE",
97
+ * // },
98
+ * // },
99
+ * // LustreConfiguration: { // LustreFileSystemConfiguration
100
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
101
+ * // DataRepositoryConfiguration: { // DataRepositoryConfiguration
102
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
103
+ * // ImportPath: "STRING_VALUE",
104
+ * // ExportPath: "STRING_VALUE",
105
+ * // ImportedFileChunkSize: Number("int"),
106
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
107
+ * // FailureDetails: { // DataRepositoryFailureDetails
108
+ * // Message: "STRING_VALUE",
109
+ * // },
110
+ * // },
111
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
112
+ * // PerUnitStorageThroughput: Number("int"),
113
+ * // MountName: "STRING_VALUE",
114
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
115
+ * // AutomaticBackupRetentionDays: Number("int"),
116
+ * // CopyTagsToBackups: true || false,
117
+ * // DriveCacheType: "NONE" || "READ",
118
+ * // DataCompressionType: "NONE" || "LZ4",
119
+ * // LogConfiguration: { // LustreLogConfiguration
120
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
121
+ * // Destination: "STRING_VALUE",
122
+ * // },
123
+ * // RootSquashConfiguration: { // LustreRootSquashConfiguration
124
+ * // RootSquash: "STRING_VALUE",
125
+ * // NoSquashNids: [ // LustreNoSquashNids
126
+ * // "STRING_VALUE",
127
+ * // ],
128
+ * // },
129
+ * // },
130
+ * // AdministrativeActions: [ // AdministrativeActions
131
+ * // { // AdministrativeAction
132
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
133
+ * // ProgressPercent: Number("int"),
134
+ * // RequestTime: new Date("TIMESTAMP"),
135
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
136
+ * // TargetFileSystemValues: {
137
+ * // OwnerId: "STRING_VALUE",
138
+ * // CreationTime: new Date("TIMESTAMP"),
139
+ * // FileSystemId: "STRING_VALUE",
140
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
141
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
142
+ * // FailureDetails: {
143
+ * // Message: "STRING_VALUE",
144
+ * // },
145
+ * // StorageCapacity: Number("int"),
146
+ * // StorageType: "SSD" || "HDD",
147
+ * // VpcId: "STRING_VALUE",
148
+ * // SubnetIds: [
149
+ * // "STRING_VALUE",
150
+ * // ],
151
+ * // NetworkInterfaceIds: [
152
+ * // "STRING_VALUE",
153
+ * // ],
154
+ * // DNSName: "STRING_VALUE",
155
+ * // KmsKeyId: "STRING_VALUE",
156
+ * // ResourceARN: "STRING_VALUE",
157
+ * // Tags: [
158
+ * // {
159
+ * // Key: "STRING_VALUE", // required
160
+ * // Value: "STRING_VALUE", // required
161
+ * // },
162
+ * // ],
163
+ * // WindowsConfiguration: {
164
+ * // ActiveDirectoryId: "STRING_VALUE",
165
+ * // SelfManagedActiveDirectoryConfiguration: {
166
+ * // DomainName: "STRING_VALUE",
167
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
168
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
169
+ * // UserName: "STRING_VALUE",
170
+ * // DnsIps: [
171
+ * // "STRING_VALUE",
172
+ * // ],
173
+ * // },
174
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
175
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
176
+ * // PreferredSubnetId: "STRING_VALUE",
177
+ * // PreferredFileServerIp: "STRING_VALUE",
178
+ * // ThroughputCapacity: Number("int"),
179
+ * // MaintenanceOperationsInProgress: [
180
+ * // "PATCHING" || "BACKING_UP",
181
+ * // ],
182
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
183
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
184
+ * // AutomaticBackupRetentionDays: Number("int"),
185
+ * // CopyTagsToBackups: true || false,
186
+ * // Aliases: [
187
+ * // {
188
+ * // Name: "STRING_VALUE",
189
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
190
+ * // },
191
+ * // ],
192
+ * // AuditLogConfiguration: {
193
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
194
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
195
+ * // AuditLogDestination: "STRING_VALUE",
196
+ * // },
197
+ * // },
198
+ * // LustreConfiguration: {
199
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
200
+ * // DataRepositoryConfiguration: {
201
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
202
+ * // ImportPath: "STRING_VALUE",
203
+ * // ExportPath: "STRING_VALUE",
204
+ * // ImportedFileChunkSize: Number("int"),
205
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
206
+ * // FailureDetails: {
207
+ * // Message: "STRING_VALUE",
208
+ * // },
209
+ * // },
210
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
211
+ * // PerUnitStorageThroughput: Number("int"),
212
+ * // MountName: "STRING_VALUE",
213
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
214
+ * // AutomaticBackupRetentionDays: Number("int"),
215
+ * // CopyTagsToBackups: true || false,
216
+ * // DriveCacheType: "NONE" || "READ",
217
+ * // DataCompressionType: "NONE" || "LZ4",
218
+ * // LogConfiguration: {
219
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
220
+ * // Destination: "STRING_VALUE",
221
+ * // },
222
+ * // RootSquashConfiguration: {
223
+ * // RootSquash: "STRING_VALUE",
224
+ * // NoSquashNids: [
225
+ * // "STRING_VALUE",
226
+ * // ],
227
+ * // },
228
+ * // },
229
+ * // AdministrativeActions: [
230
+ * // {
231
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
232
+ * // ProgressPercent: Number("int"),
233
+ * // RequestTime: new Date("TIMESTAMP"),
234
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
235
+ * // TargetFileSystemValues: "<FileSystem>",
236
+ * // FailureDetails: { // AdministrativeActionFailureDetails
237
+ * // Message: "STRING_VALUE",
238
+ * // },
239
+ * // TargetVolumeValues: { // Volume
240
+ * // CreationTime: new Date("TIMESTAMP"),
241
+ * // FileSystemId: "STRING_VALUE",
242
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
243
+ * // Name: "STRING_VALUE",
244
+ * // OntapConfiguration: { // OntapVolumeConfiguration
245
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
246
+ * // JunctionPath: "STRING_VALUE",
247
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
248
+ * // SizeInMegabytes: Number("int"),
249
+ * // StorageEfficiencyEnabled: true || false,
250
+ * // StorageVirtualMachineId: "STRING_VALUE",
251
+ * // StorageVirtualMachineRoot: true || false,
252
+ * // TieringPolicy: { // TieringPolicy
253
+ * // CoolingPeriod: Number("int"),
254
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
255
+ * // },
256
+ * // UUID: "STRING_VALUE",
257
+ * // OntapVolumeType: "RW" || "DP" || "LS",
258
+ * // SnapshotPolicy: "STRING_VALUE",
259
+ * // CopyTagsToBackups: true || false,
260
+ * // },
261
+ * // ResourceARN: "STRING_VALUE",
262
+ * // Tags: "<Tags>",
263
+ * // VolumeId: "STRING_VALUE",
264
+ * // VolumeType: "ONTAP" || "OPENZFS",
265
+ * // LifecycleTransitionReason: { // LifecycleTransitionReason
266
+ * // Message: "STRING_VALUE",
267
+ * // },
268
+ * // AdministrativeActions: "<AdministrativeActions>",
269
+ * // OpenZFSConfiguration: { // OpenZFSVolumeConfiguration
270
+ * // ParentVolumeId: "STRING_VALUE",
271
+ * // VolumePath: "STRING_VALUE",
272
+ * // StorageCapacityReservationGiB: Number("int"),
273
+ * // StorageCapacityQuotaGiB: Number("int"),
274
+ * // RecordSizeKiB: Number("int"),
275
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
276
+ * // CopyTagsToSnapshots: true || false,
277
+ * // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
278
+ * // SnapshotARN: "STRING_VALUE",
279
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
280
+ * // },
281
+ * // ReadOnly: true || false,
282
+ * // NfsExports: [ // OpenZFSNfsExports
283
+ * // { // OpenZFSNfsExport
284
+ * // ClientConfigurations: [ // OpenZFSClientConfigurations // required
285
+ * // { // OpenZFSClientConfiguration
286
+ * // Clients: "STRING_VALUE", // required
287
+ * // Options: [ // OpenZFSNfsExportOptions // required
288
+ * // "STRING_VALUE",
289
+ * // ],
290
+ * // },
291
+ * // ],
292
+ * // },
293
+ * // ],
294
+ * // UserAndGroupQuotas: [ // OpenZFSUserAndGroupQuotas
295
+ * // { // OpenZFSUserOrGroupQuota
296
+ * // Type: "USER" || "GROUP", // required
297
+ * // Id: Number("int"), // required
298
+ * // StorageCapacityQuotaGiB: Number("int"), // required
299
+ * // },
300
+ * // ],
301
+ * // RestoreToSnapshot: "STRING_VALUE",
302
+ * // DeleteIntermediateSnaphots: true || false,
303
+ * // DeleteClonedVolumes: true || false,
304
+ * // },
305
+ * // },
306
+ * // TargetSnapshotValues: { // Snapshot
307
+ * // ResourceARN: "STRING_VALUE",
308
+ * // SnapshotId: "STRING_VALUE",
309
+ * // Name: "STRING_VALUE",
310
+ * // VolumeId: "STRING_VALUE",
311
+ * // CreationTime: new Date("TIMESTAMP"),
312
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
313
+ * // LifecycleTransitionReason: {
314
+ * // Message: "STRING_VALUE",
315
+ * // },
316
+ * // Tags: "<Tags>",
317
+ * // AdministrativeActions: "<AdministrativeActions>",
318
+ * // },
319
+ * // },
320
+ * // ],
321
+ * // OntapConfiguration: { // OntapFileSystemConfiguration
322
+ * // AutomaticBackupRetentionDays: Number("int"),
323
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
324
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
325
+ * // EndpointIpAddressRange: "STRING_VALUE",
326
+ * // Endpoints: { // FileSystemEndpoints
327
+ * // Intercluster: { // FileSystemEndpoint
328
+ * // DNSName: "STRING_VALUE",
329
+ * // IpAddresses: [ // OntapEndpointIpAddresses
330
+ * // "STRING_VALUE",
331
+ * // ],
332
+ * // },
333
+ * // Management: {
334
+ * // DNSName: "STRING_VALUE",
335
+ * // IpAddresses: [
336
+ * // "STRING_VALUE",
337
+ * // ],
338
+ * // },
339
+ * // },
340
+ * // DiskIopsConfiguration: { // DiskIopsConfiguration
341
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
342
+ * // Iops: Number("long"),
343
+ * // },
344
+ * // PreferredSubnetId: "STRING_VALUE",
345
+ * // RouteTableIds: [ // RouteTableIds
346
+ * // "STRING_VALUE",
347
+ * // ],
348
+ * // ThroughputCapacity: Number("int"),
349
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
350
+ * // },
351
+ * // FileSystemTypeVersion: "STRING_VALUE",
352
+ * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
353
+ * // AutomaticBackupRetentionDays: Number("int"),
354
+ * // CopyTagsToBackups: true || false,
355
+ * // CopyTagsToVolumes: true || false,
356
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
357
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
358
+ * // ThroughputCapacity: Number("int"),
359
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
360
+ * // DiskIopsConfiguration: {
361
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
362
+ * // Iops: Number("long"),
363
+ * // },
364
+ * // RootVolumeId: "STRING_VALUE",
365
+ * // },
366
+ * // },
367
+ * // FailureDetails: {
368
+ * // Message: "STRING_VALUE",
369
+ * // },
370
+ * // TargetVolumeValues: {
371
+ * // CreationTime: new Date("TIMESTAMP"),
372
+ * // FileSystemId: "STRING_VALUE",
373
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
374
+ * // Name: "STRING_VALUE",
375
+ * // OntapConfiguration: {
376
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
377
+ * // JunctionPath: "STRING_VALUE",
378
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
379
+ * // SizeInMegabytes: Number("int"),
380
+ * // StorageEfficiencyEnabled: true || false,
381
+ * // StorageVirtualMachineId: "STRING_VALUE",
382
+ * // StorageVirtualMachineRoot: true || false,
383
+ * // TieringPolicy: {
384
+ * // CoolingPeriod: Number("int"),
385
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
386
+ * // },
387
+ * // UUID: "STRING_VALUE",
388
+ * // OntapVolumeType: "RW" || "DP" || "LS",
389
+ * // SnapshotPolicy: "STRING_VALUE",
390
+ * // CopyTagsToBackups: true || false,
391
+ * // },
392
+ * // ResourceARN: "STRING_VALUE",
393
+ * // Tags: "<Tags>",
394
+ * // VolumeId: "STRING_VALUE",
395
+ * // VolumeType: "ONTAP" || "OPENZFS",
396
+ * // LifecycleTransitionReason: {
397
+ * // Message: "STRING_VALUE",
398
+ * // },
399
+ * // AdministrativeActions: "<AdministrativeActions>",
400
+ * // OpenZFSConfiguration: {
401
+ * // ParentVolumeId: "STRING_VALUE",
402
+ * // VolumePath: "STRING_VALUE",
403
+ * // StorageCapacityReservationGiB: Number("int"),
404
+ * // StorageCapacityQuotaGiB: Number("int"),
405
+ * // RecordSizeKiB: Number("int"),
406
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
407
+ * // CopyTagsToSnapshots: true || false,
408
+ * // OriginSnapshot: {
409
+ * // SnapshotARN: "STRING_VALUE",
410
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
411
+ * // },
412
+ * // ReadOnly: true || false,
413
+ * // NfsExports: [
414
+ * // {
415
+ * // ClientConfigurations: [ // required
416
+ * // {
417
+ * // Clients: "STRING_VALUE", // required
418
+ * // Options: [ // required
419
+ * // "STRING_VALUE",
420
+ * // ],
421
+ * // },
422
+ * // ],
423
+ * // },
424
+ * // ],
425
+ * // UserAndGroupQuotas: [
426
+ * // {
427
+ * // Type: "USER" || "GROUP", // required
428
+ * // Id: Number("int"), // required
429
+ * // StorageCapacityQuotaGiB: Number("int"), // required
430
+ * // },
431
+ * // ],
432
+ * // RestoreToSnapshot: "STRING_VALUE",
433
+ * // DeleteIntermediateSnaphots: true || false,
434
+ * // DeleteClonedVolumes: true || false,
435
+ * // },
436
+ * // },
437
+ * // TargetSnapshotValues: {
438
+ * // ResourceARN: "STRING_VALUE",
439
+ * // SnapshotId: "STRING_VALUE",
440
+ * // Name: "STRING_VALUE",
441
+ * // VolumeId: "STRING_VALUE",
442
+ * // CreationTime: new Date("TIMESTAMP"),
443
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
444
+ * // LifecycleTransitionReason: {
445
+ * // Message: "STRING_VALUE",
446
+ * // },
447
+ * // Tags: "<Tags>",
448
+ * // AdministrativeActions: "<AdministrativeActions>",
449
+ * // },
450
+ * // },
451
+ * // ],
452
+ * // OntapConfiguration: {
453
+ * // AutomaticBackupRetentionDays: Number("int"),
454
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
455
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
456
+ * // EndpointIpAddressRange: "STRING_VALUE",
457
+ * // Endpoints: {
458
+ * // Intercluster: {
459
+ * // DNSName: "STRING_VALUE",
460
+ * // IpAddresses: [
461
+ * // "STRING_VALUE",
462
+ * // ],
463
+ * // },
464
+ * // Management: {
465
+ * // DNSName: "STRING_VALUE",
466
+ * // IpAddresses: [
467
+ * // "STRING_VALUE",
468
+ * // ],
469
+ * // },
470
+ * // },
471
+ * // DiskIopsConfiguration: {
472
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
473
+ * // Iops: Number("long"),
474
+ * // },
475
+ * // PreferredSubnetId: "STRING_VALUE",
476
+ * // RouteTableIds: [
477
+ * // "STRING_VALUE",
478
+ * // ],
479
+ * // ThroughputCapacity: Number("int"),
480
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
481
+ * // },
482
+ * // FileSystemTypeVersion: "STRING_VALUE",
483
+ * // OpenZFSConfiguration: {
484
+ * // AutomaticBackupRetentionDays: Number("int"),
485
+ * // CopyTagsToBackups: true || false,
486
+ * // CopyTagsToVolumes: true || false,
487
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
488
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
489
+ * // ThroughputCapacity: Number("int"),
490
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
491
+ * // DiskIopsConfiguration: {
492
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
493
+ * // Iops: Number("long"),
494
+ * // },
495
+ * // RootVolumeId: "STRING_VALUE",
496
+ * // },
497
+ * // },
498
+ * // };
499
+ *
36
500
  * ```
37
501
  *
38
502
  * @param ReleaseFileSystemNfsV3LocksCommandInput - {@link ReleaseFileSystemNfsV3LocksCommandInput}
@@ -59,6 +523,8 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
59
523
  * <p>An error indicating that a particular service limit was exceeded. You can increase
60
524
  * some service limits by contacting Amazon Web Services Support.</p>
61
525
  *
526
+ * @throws {@link FSxServiceException}
527
+ * <p>Base exception class for all service exceptions from FSx service.</p>
62
528
  *
63
529
  */
64
530
  export declare class ReleaseFileSystemNfsV3LocksCommand extends $Command<ReleaseFileSystemNfsV3LocksCommandInput, ReleaseFileSystemNfsV3LocksCommandOutput, FSxClientResolvedConfig> {