@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
@@ -37,6 +37,487 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
37
37
  * };
38
38
  * const command = new RestoreVolumeFromSnapshotCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // RestoreVolumeFromSnapshotResponse
41
+ * // VolumeId: "STRING_VALUE",
42
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
43
+ * // AdministrativeActions: [ // AdministrativeActions
44
+ * // { // AdministrativeAction
45
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
46
+ * // ProgressPercent: Number("int"),
47
+ * // RequestTime: new Date("TIMESTAMP"),
48
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
49
+ * // TargetFileSystemValues: { // FileSystem
50
+ * // OwnerId: "STRING_VALUE",
51
+ * // CreationTime: new Date("TIMESTAMP"),
52
+ * // FileSystemId: "STRING_VALUE",
53
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
54
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
55
+ * // FailureDetails: { // FileSystemFailureDetails
56
+ * // Message: "STRING_VALUE",
57
+ * // },
58
+ * // StorageCapacity: Number("int"),
59
+ * // StorageType: "SSD" || "HDD",
60
+ * // VpcId: "STRING_VALUE",
61
+ * // SubnetIds: [ // SubnetIds
62
+ * // "STRING_VALUE",
63
+ * // ],
64
+ * // NetworkInterfaceIds: [ // NetworkInterfaceIds
65
+ * // "STRING_VALUE",
66
+ * // ],
67
+ * // DNSName: "STRING_VALUE",
68
+ * // KmsKeyId: "STRING_VALUE",
69
+ * // ResourceARN: "STRING_VALUE",
70
+ * // Tags: [ // Tags
71
+ * // { // Tag
72
+ * // Key: "STRING_VALUE", // required
73
+ * // Value: "STRING_VALUE", // required
74
+ * // },
75
+ * // ],
76
+ * // WindowsConfiguration: { // WindowsFileSystemConfiguration
77
+ * // ActiveDirectoryId: "STRING_VALUE",
78
+ * // SelfManagedActiveDirectoryConfiguration: { // SelfManagedActiveDirectoryAttributes
79
+ * // DomainName: "STRING_VALUE",
80
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
81
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
82
+ * // UserName: "STRING_VALUE",
83
+ * // DnsIps: [ // DnsIps
84
+ * // "STRING_VALUE",
85
+ * // ],
86
+ * // },
87
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
88
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
89
+ * // PreferredSubnetId: "STRING_VALUE",
90
+ * // PreferredFileServerIp: "STRING_VALUE",
91
+ * // ThroughputCapacity: Number("int"),
92
+ * // MaintenanceOperationsInProgress: [ // FileSystemMaintenanceOperations
93
+ * // "PATCHING" || "BACKING_UP",
94
+ * // ],
95
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
96
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
97
+ * // AutomaticBackupRetentionDays: Number("int"),
98
+ * // CopyTagsToBackups: true || false,
99
+ * // Aliases: [ // Aliases
100
+ * // { // Alias
101
+ * // Name: "STRING_VALUE",
102
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
103
+ * // },
104
+ * // ],
105
+ * // AuditLogConfiguration: { // WindowsAuditLogConfiguration
106
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
107
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
108
+ * // AuditLogDestination: "STRING_VALUE",
109
+ * // },
110
+ * // },
111
+ * // LustreConfiguration: { // LustreFileSystemConfiguration
112
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
113
+ * // DataRepositoryConfiguration: { // DataRepositoryConfiguration
114
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
115
+ * // ImportPath: "STRING_VALUE",
116
+ * // ExportPath: "STRING_VALUE",
117
+ * // ImportedFileChunkSize: Number("int"),
118
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
119
+ * // FailureDetails: { // DataRepositoryFailureDetails
120
+ * // Message: "STRING_VALUE",
121
+ * // },
122
+ * // },
123
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
124
+ * // PerUnitStorageThroughput: Number("int"),
125
+ * // MountName: "STRING_VALUE",
126
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
127
+ * // AutomaticBackupRetentionDays: Number("int"),
128
+ * // CopyTagsToBackups: true || false,
129
+ * // DriveCacheType: "NONE" || "READ",
130
+ * // DataCompressionType: "NONE" || "LZ4",
131
+ * // LogConfiguration: { // LustreLogConfiguration
132
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
133
+ * // Destination: "STRING_VALUE",
134
+ * // },
135
+ * // RootSquashConfiguration: { // LustreRootSquashConfiguration
136
+ * // RootSquash: "STRING_VALUE",
137
+ * // NoSquashNids: [ // LustreNoSquashNids
138
+ * // "STRING_VALUE",
139
+ * // ],
140
+ * // },
141
+ * // },
142
+ * // AdministrativeActions: [
143
+ * // {
144
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
145
+ * // ProgressPercent: Number("int"),
146
+ * // RequestTime: new Date("TIMESTAMP"),
147
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
148
+ * // TargetFileSystemValues: {
149
+ * // OwnerId: "STRING_VALUE",
150
+ * // CreationTime: new Date("TIMESTAMP"),
151
+ * // FileSystemId: "STRING_VALUE",
152
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
153
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
154
+ * // FailureDetails: {
155
+ * // Message: "STRING_VALUE",
156
+ * // },
157
+ * // StorageCapacity: Number("int"),
158
+ * // StorageType: "SSD" || "HDD",
159
+ * // VpcId: "STRING_VALUE",
160
+ * // SubnetIds: [
161
+ * // "STRING_VALUE",
162
+ * // ],
163
+ * // NetworkInterfaceIds: [
164
+ * // "STRING_VALUE",
165
+ * // ],
166
+ * // DNSName: "STRING_VALUE",
167
+ * // KmsKeyId: "STRING_VALUE",
168
+ * // ResourceARN: "STRING_VALUE",
169
+ * // Tags: [
170
+ * // {
171
+ * // Key: "STRING_VALUE", // required
172
+ * // Value: "STRING_VALUE", // required
173
+ * // },
174
+ * // ],
175
+ * // WindowsConfiguration: {
176
+ * // ActiveDirectoryId: "STRING_VALUE",
177
+ * // SelfManagedActiveDirectoryConfiguration: {
178
+ * // DomainName: "STRING_VALUE",
179
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
180
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
181
+ * // UserName: "STRING_VALUE",
182
+ * // DnsIps: [
183
+ * // "STRING_VALUE",
184
+ * // ],
185
+ * // },
186
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
187
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
188
+ * // PreferredSubnetId: "STRING_VALUE",
189
+ * // PreferredFileServerIp: "STRING_VALUE",
190
+ * // ThroughputCapacity: Number("int"),
191
+ * // MaintenanceOperationsInProgress: [
192
+ * // "PATCHING" || "BACKING_UP",
193
+ * // ],
194
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
195
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
196
+ * // AutomaticBackupRetentionDays: Number("int"),
197
+ * // CopyTagsToBackups: true || false,
198
+ * // Aliases: [
199
+ * // {
200
+ * // Name: "STRING_VALUE",
201
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
202
+ * // },
203
+ * // ],
204
+ * // AuditLogConfiguration: {
205
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
206
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
207
+ * // AuditLogDestination: "STRING_VALUE",
208
+ * // },
209
+ * // },
210
+ * // LustreConfiguration: {
211
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
212
+ * // DataRepositoryConfiguration: {
213
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
214
+ * // ImportPath: "STRING_VALUE",
215
+ * // ExportPath: "STRING_VALUE",
216
+ * // ImportedFileChunkSize: Number("int"),
217
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
218
+ * // FailureDetails: {
219
+ * // Message: "STRING_VALUE",
220
+ * // },
221
+ * // },
222
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
223
+ * // PerUnitStorageThroughput: Number("int"),
224
+ * // MountName: "STRING_VALUE",
225
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
226
+ * // AutomaticBackupRetentionDays: Number("int"),
227
+ * // CopyTagsToBackups: true || false,
228
+ * // DriveCacheType: "NONE" || "READ",
229
+ * // DataCompressionType: "NONE" || "LZ4",
230
+ * // LogConfiguration: {
231
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
232
+ * // Destination: "STRING_VALUE",
233
+ * // },
234
+ * // RootSquashConfiguration: {
235
+ * // RootSquash: "STRING_VALUE",
236
+ * // NoSquashNids: [
237
+ * // "STRING_VALUE",
238
+ * // ],
239
+ * // },
240
+ * // },
241
+ * // AdministrativeActions: "<AdministrativeActions>",
242
+ * // OntapConfiguration: { // OntapFileSystemConfiguration
243
+ * // AutomaticBackupRetentionDays: Number("int"),
244
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
245
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
246
+ * // EndpointIpAddressRange: "STRING_VALUE",
247
+ * // Endpoints: { // FileSystemEndpoints
248
+ * // Intercluster: { // FileSystemEndpoint
249
+ * // DNSName: "STRING_VALUE",
250
+ * // IpAddresses: [ // OntapEndpointIpAddresses
251
+ * // "STRING_VALUE",
252
+ * // ],
253
+ * // },
254
+ * // Management: {
255
+ * // DNSName: "STRING_VALUE",
256
+ * // IpAddresses: [
257
+ * // "STRING_VALUE",
258
+ * // ],
259
+ * // },
260
+ * // },
261
+ * // DiskIopsConfiguration: { // DiskIopsConfiguration
262
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
263
+ * // Iops: Number("long"),
264
+ * // },
265
+ * // PreferredSubnetId: "STRING_VALUE",
266
+ * // RouteTableIds: [ // RouteTableIds
267
+ * // "STRING_VALUE",
268
+ * // ],
269
+ * // ThroughputCapacity: Number("int"),
270
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
271
+ * // },
272
+ * // FileSystemTypeVersion: "STRING_VALUE",
273
+ * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
274
+ * // AutomaticBackupRetentionDays: Number("int"),
275
+ * // CopyTagsToBackups: true || false,
276
+ * // CopyTagsToVolumes: true || false,
277
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
278
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
279
+ * // ThroughputCapacity: Number("int"),
280
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
281
+ * // DiskIopsConfiguration: {
282
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
283
+ * // Iops: Number("long"),
284
+ * // },
285
+ * // RootVolumeId: "STRING_VALUE",
286
+ * // },
287
+ * // },
288
+ * // FailureDetails: { // AdministrativeActionFailureDetails
289
+ * // Message: "STRING_VALUE",
290
+ * // },
291
+ * // TargetVolumeValues: { // Volume
292
+ * // CreationTime: new Date("TIMESTAMP"),
293
+ * // FileSystemId: "STRING_VALUE",
294
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
295
+ * // Name: "STRING_VALUE",
296
+ * // OntapConfiguration: { // OntapVolumeConfiguration
297
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
298
+ * // JunctionPath: "STRING_VALUE",
299
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
300
+ * // SizeInMegabytes: Number("int"),
301
+ * // StorageEfficiencyEnabled: true || false,
302
+ * // StorageVirtualMachineId: "STRING_VALUE",
303
+ * // StorageVirtualMachineRoot: true || false,
304
+ * // TieringPolicy: { // TieringPolicy
305
+ * // CoolingPeriod: Number("int"),
306
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
307
+ * // },
308
+ * // UUID: "STRING_VALUE",
309
+ * // OntapVolumeType: "RW" || "DP" || "LS",
310
+ * // SnapshotPolicy: "STRING_VALUE",
311
+ * // CopyTagsToBackups: true || false,
312
+ * // },
313
+ * // ResourceARN: "STRING_VALUE",
314
+ * // Tags: [
315
+ * // {
316
+ * // Key: "STRING_VALUE", // required
317
+ * // Value: "STRING_VALUE", // required
318
+ * // },
319
+ * // ],
320
+ * // VolumeId: "STRING_VALUE",
321
+ * // VolumeType: "ONTAP" || "OPENZFS",
322
+ * // LifecycleTransitionReason: { // LifecycleTransitionReason
323
+ * // Message: "STRING_VALUE",
324
+ * // },
325
+ * // AdministrativeActions: "<AdministrativeActions>",
326
+ * // OpenZFSConfiguration: { // OpenZFSVolumeConfiguration
327
+ * // ParentVolumeId: "STRING_VALUE",
328
+ * // VolumePath: "STRING_VALUE",
329
+ * // StorageCapacityReservationGiB: Number("int"),
330
+ * // StorageCapacityQuotaGiB: Number("int"),
331
+ * // RecordSizeKiB: Number("int"),
332
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
333
+ * // CopyTagsToSnapshots: true || false,
334
+ * // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
335
+ * // SnapshotARN: "STRING_VALUE",
336
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
337
+ * // },
338
+ * // ReadOnly: true || false,
339
+ * // NfsExports: [ // OpenZFSNfsExports
340
+ * // { // OpenZFSNfsExport
341
+ * // ClientConfigurations: [ // OpenZFSClientConfigurations // required
342
+ * // { // OpenZFSClientConfiguration
343
+ * // Clients: "STRING_VALUE", // required
344
+ * // Options: [ // OpenZFSNfsExportOptions // required
345
+ * // "STRING_VALUE",
346
+ * // ],
347
+ * // },
348
+ * // ],
349
+ * // },
350
+ * // ],
351
+ * // UserAndGroupQuotas: [ // OpenZFSUserAndGroupQuotas
352
+ * // { // OpenZFSUserOrGroupQuota
353
+ * // Type: "USER" || "GROUP", // required
354
+ * // Id: Number("int"), // required
355
+ * // StorageCapacityQuotaGiB: Number("int"), // required
356
+ * // },
357
+ * // ],
358
+ * // RestoreToSnapshot: "STRING_VALUE",
359
+ * // DeleteIntermediateSnaphots: true || false,
360
+ * // DeleteClonedVolumes: true || false,
361
+ * // },
362
+ * // },
363
+ * // TargetSnapshotValues: { // Snapshot
364
+ * // ResourceARN: "STRING_VALUE",
365
+ * // SnapshotId: "STRING_VALUE",
366
+ * // Name: "STRING_VALUE",
367
+ * // VolumeId: "STRING_VALUE",
368
+ * // CreationTime: new Date("TIMESTAMP"),
369
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
370
+ * // LifecycleTransitionReason: {
371
+ * // Message: "STRING_VALUE",
372
+ * // },
373
+ * // Tags: [
374
+ * // {
375
+ * // Key: "STRING_VALUE", // required
376
+ * // Value: "STRING_VALUE", // required
377
+ * // },
378
+ * // ],
379
+ * // AdministrativeActions: "<AdministrativeActions>",
380
+ * // },
381
+ * // },
382
+ * // ],
383
+ * // OntapConfiguration: {
384
+ * // AutomaticBackupRetentionDays: Number("int"),
385
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
386
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
387
+ * // EndpointIpAddressRange: "STRING_VALUE",
388
+ * // Endpoints: {
389
+ * // Intercluster: {
390
+ * // DNSName: "STRING_VALUE",
391
+ * // IpAddresses: [
392
+ * // "STRING_VALUE",
393
+ * // ],
394
+ * // },
395
+ * // Management: {
396
+ * // DNSName: "STRING_VALUE",
397
+ * // IpAddresses: [
398
+ * // "STRING_VALUE",
399
+ * // ],
400
+ * // },
401
+ * // },
402
+ * // DiskIopsConfiguration: {
403
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
404
+ * // Iops: Number("long"),
405
+ * // },
406
+ * // PreferredSubnetId: "STRING_VALUE",
407
+ * // RouteTableIds: [
408
+ * // "STRING_VALUE",
409
+ * // ],
410
+ * // ThroughputCapacity: Number("int"),
411
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
412
+ * // },
413
+ * // FileSystemTypeVersion: "STRING_VALUE",
414
+ * // OpenZFSConfiguration: {
415
+ * // AutomaticBackupRetentionDays: Number("int"),
416
+ * // CopyTagsToBackups: true || false,
417
+ * // CopyTagsToVolumes: true || false,
418
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
419
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
420
+ * // ThroughputCapacity: Number("int"),
421
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
422
+ * // DiskIopsConfiguration: {
423
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
424
+ * // Iops: Number("long"),
425
+ * // },
426
+ * // RootVolumeId: "STRING_VALUE",
427
+ * // },
428
+ * // },
429
+ * // FailureDetails: {
430
+ * // Message: "STRING_VALUE",
431
+ * // },
432
+ * // TargetVolumeValues: {
433
+ * // CreationTime: new Date("TIMESTAMP"),
434
+ * // FileSystemId: "STRING_VALUE",
435
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
436
+ * // Name: "STRING_VALUE",
437
+ * // OntapConfiguration: {
438
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
439
+ * // JunctionPath: "STRING_VALUE",
440
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
441
+ * // SizeInMegabytes: Number("int"),
442
+ * // StorageEfficiencyEnabled: true || false,
443
+ * // StorageVirtualMachineId: "STRING_VALUE",
444
+ * // StorageVirtualMachineRoot: true || false,
445
+ * // TieringPolicy: {
446
+ * // CoolingPeriod: Number("int"),
447
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
448
+ * // },
449
+ * // UUID: "STRING_VALUE",
450
+ * // OntapVolumeType: "RW" || "DP" || "LS",
451
+ * // SnapshotPolicy: "STRING_VALUE",
452
+ * // CopyTagsToBackups: true || false,
453
+ * // },
454
+ * // ResourceARN: "STRING_VALUE",
455
+ * // Tags: [
456
+ * // {
457
+ * // Key: "STRING_VALUE", // required
458
+ * // Value: "STRING_VALUE", // required
459
+ * // },
460
+ * // ],
461
+ * // VolumeId: "STRING_VALUE",
462
+ * // VolumeType: "ONTAP" || "OPENZFS",
463
+ * // LifecycleTransitionReason: {
464
+ * // Message: "STRING_VALUE",
465
+ * // },
466
+ * // AdministrativeActions: "<AdministrativeActions>",
467
+ * // OpenZFSConfiguration: {
468
+ * // ParentVolumeId: "STRING_VALUE",
469
+ * // VolumePath: "STRING_VALUE",
470
+ * // StorageCapacityReservationGiB: Number("int"),
471
+ * // StorageCapacityQuotaGiB: Number("int"),
472
+ * // RecordSizeKiB: Number("int"),
473
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
474
+ * // CopyTagsToSnapshots: true || false,
475
+ * // OriginSnapshot: {
476
+ * // SnapshotARN: "STRING_VALUE",
477
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
478
+ * // },
479
+ * // ReadOnly: true || false,
480
+ * // NfsExports: [
481
+ * // {
482
+ * // ClientConfigurations: [ // required
483
+ * // {
484
+ * // Clients: "STRING_VALUE", // required
485
+ * // Options: [ // required
486
+ * // "STRING_VALUE",
487
+ * // ],
488
+ * // },
489
+ * // ],
490
+ * // },
491
+ * // ],
492
+ * // UserAndGroupQuotas: [
493
+ * // {
494
+ * // Type: "USER" || "GROUP", // required
495
+ * // Id: Number("int"), // required
496
+ * // StorageCapacityQuotaGiB: Number("int"), // required
497
+ * // },
498
+ * // ],
499
+ * // RestoreToSnapshot: "STRING_VALUE",
500
+ * // DeleteIntermediateSnaphots: true || false,
501
+ * // DeleteClonedVolumes: true || false,
502
+ * // },
503
+ * // },
504
+ * // TargetSnapshotValues: {
505
+ * // ResourceARN: "STRING_VALUE",
506
+ * // SnapshotId: "STRING_VALUE",
507
+ * // Name: "STRING_VALUE",
508
+ * // VolumeId: "STRING_VALUE",
509
+ * // CreationTime: new Date("TIMESTAMP"),
510
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
511
+ * // LifecycleTransitionReason: {
512
+ * // Message: "STRING_VALUE",
513
+ * // },
514
+ * // Tags: "<Tags>",
515
+ * // AdministrativeActions: "<AdministrativeActions>",
516
+ * // },
517
+ * // },
518
+ * // ],
519
+ * // };
520
+ *
40
521
  * ```
41
522
  *
42
523
  * @param RestoreVolumeFromSnapshotCommandInput - {@link RestoreVolumeFromSnapshotCommandInput}
@@ -54,6 +535,8 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
54
535
  * @throws {@link VolumeNotFound} (client fault)
55
536
  * <p>No Amazon FSx volumes were found based upon the supplied parameters.</p>
56
537
  *
538
+ * @throws {@link FSxServiceException}
539
+ * <p>Base exception class for all service exceptions from FSx service.</p>
57
540
  *
58
541
  */
59
542
  export declare class RestoreVolumeFromSnapshotCommand extends $Command<RestoreVolumeFromSnapshotCommandInput, RestoreVolumeFromSnapshotCommandOutput, FSxClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
37
37
  * };
38
38
  * const command = new TagResourceCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -61,6 +63,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
61
63
  * @throws {@link ResourceNotFound} (client fault)
62
64
  * <p>The resource specified by the Amazon Resource Name (ARN) can't be found.</p>
63
65
  *
66
+ * @throws {@link FSxServiceException}
67
+ * <p>Base exception class for all service exceptions from FSx service.</p>
64
68
  *
65
69
  * @example To tag a resource
66
70
  * ```javascript
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -58,6 +60,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
58
60
  * @throws {@link ResourceNotFound} (client fault)
59
61
  * <p>The resource specified by the Amazon Resource Name (ARN) can't be found.</p>
60
62
  *
63
+ * @throws {@link FSxServiceException}
64
+ * <p>Base exception class for all service exceptions from FSx service.</p>
61
65
  *
62
66
  * @example To untag a resource
63
67
  * ```javascript
@@ -48,6 +48,57 @@ export interface UpdateDataRepositoryAssociationCommandOutput extends UpdateData
48
48
  * };
49
49
  * const command = new UpdateDataRepositoryAssociationCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // UpdateDataRepositoryAssociationResponse
52
+ * // Association: { // DataRepositoryAssociation
53
+ * // AssociationId: "STRING_VALUE",
54
+ * // ResourceARN: "STRING_VALUE",
55
+ * // FileSystemId: "STRING_VALUE",
56
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
57
+ * // FailureDetails: { // DataRepositoryFailureDetails
58
+ * // Message: "STRING_VALUE",
59
+ * // },
60
+ * // FileSystemPath: "STRING_VALUE",
61
+ * // DataRepositoryPath: "STRING_VALUE",
62
+ * // BatchImportMetaDataOnCreate: true || false,
63
+ * // ImportedFileChunkSize: Number("int"),
64
+ * // S3: { // S3DataRepositoryConfiguration
65
+ * // AutoImportPolicy: { // AutoImportPolicy
66
+ * // Events: [ // EventTypes
67
+ * // "NEW" || "CHANGED" || "DELETED",
68
+ * // ],
69
+ * // },
70
+ * // AutoExportPolicy: { // AutoExportPolicy
71
+ * // Events: [
72
+ * // "NEW" || "CHANGED" || "DELETED",
73
+ * // ],
74
+ * // },
75
+ * // },
76
+ * // Tags: [ // Tags
77
+ * // { // Tag
78
+ * // Key: "STRING_VALUE", // required
79
+ * // Value: "STRING_VALUE", // required
80
+ * // },
81
+ * // ],
82
+ * // CreationTime: new Date("TIMESTAMP"),
83
+ * // FileCacheId: "STRING_VALUE",
84
+ * // FileCachePath: "STRING_VALUE",
85
+ * // DataRepositorySubdirectories: [ // SubDirectoriesPaths
86
+ * // "STRING_VALUE",
87
+ * // ],
88
+ * // NFS: { // NFSDataRepositoryConfiguration
89
+ * // Version: "NFS3", // required
90
+ * // DnsIps: [ // RepositoryDnsIps
91
+ * // "STRING_VALUE",
92
+ * // ],
93
+ * // AutoExportPolicy: {
94
+ * // Events: [
95
+ * // "NEW" || "CHANGED" || "DELETED",
96
+ * // ],
97
+ * // },
98
+ * // },
99
+ * // },
100
+ * // };
101
+ *
51
102
  * ```
52
103
  *
53
104
  * @param UpdateDataRepositoryAssociationCommandInput - {@link UpdateDataRepositoryAssociationCommandInput}
@@ -74,6 +125,8 @@ export interface UpdateDataRepositoryAssociationCommandOutput extends UpdateData
74
125
  * <p>An error indicating that a particular service limit was exceeded. You can increase
75
126
  * some service limits by contacting Amazon Web Services Support.</p>
76
127
  *
128
+ * @throws {@link FSxServiceException}
129
+ * <p>Base exception class for all service exceptions from FSx service.</p>
77
130
  *
78
131
  */
79
132
  export declare class UpdateDataRepositoryAssociationCommand extends $Command<UpdateDataRepositoryAssociationCommandInput, UpdateDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig> {
@@ -36,6 +36,47 @@ export interface UpdateFileCacheCommandOutput extends UpdateFileCacheResponse, _
36
36
  * };
37
37
  * const command = new UpdateFileCacheCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // UpdateFileCacheResponse
40
+ * // FileCache: { // FileCache
41
+ * // OwnerId: "STRING_VALUE",
42
+ * // CreationTime: new Date("TIMESTAMP"),
43
+ * // FileCacheId: "STRING_VALUE",
44
+ * // FileCacheType: "LUSTRE",
45
+ * // FileCacheTypeVersion: "STRING_VALUE",
46
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "UPDATING" || "FAILED",
47
+ * // FailureDetails: { // FileCacheFailureDetails
48
+ * // Message: "STRING_VALUE",
49
+ * // },
50
+ * // StorageCapacity: Number("int"),
51
+ * // VpcId: "STRING_VALUE",
52
+ * // SubnetIds: [ // SubnetIds
53
+ * // "STRING_VALUE",
54
+ * // ],
55
+ * // NetworkInterfaceIds: [ // NetworkInterfaceIds
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // DNSName: "STRING_VALUE",
59
+ * // KmsKeyId: "STRING_VALUE",
60
+ * // ResourceARN: "STRING_VALUE",
61
+ * // LustreConfiguration: { // FileCacheLustreConfiguration
62
+ * // PerUnitStorageThroughput: Number("int"),
63
+ * // DeploymentType: "CACHE_1",
64
+ * // MountName: "STRING_VALUE",
65
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
66
+ * // MetadataConfiguration: { // FileCacheLustreMetadataConfiguration
67
+ * // StorageCapacity: Number("int"), // required
68
+ * // },
69
+ * // LogConfiguration: { // LustreLogConfiguration
70
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
71
+ * // Destination: "STRING_VALUE",
72
+ * // },
73
+ * // },
74
+ * // DataRepositoryAssociationIds: [ // DataRepositoryAssociationIds
75
+ * // "STRING_VALUE",
76
+ * // ],
77
+ * // },
78
+ * // };
79
+ *
39
80
  * ```
40
81
  *
41
82
  * @param UpdateFileCacheCommandInput - {@link UpdateFileCacheCommandInput}
@@ -68,6 +109,8 @@ export interface UpdateFileCacheCommandOutput extends UpdateFileCacheResponse, _
68
109
  * @throws {@link UnsupportedOperation} (client fault)
69
110
  * <p>The requested operation is not supported for this resource or API.</p>
70
111
  *
112
+ * @throws {@link FSxServiceException}
113
+ * <p>Base exception class for all service exceptions from FSx service.</p>
71
114
  *
72
115
  */
73
116
  export declare class UpdateFileCacheCommand extends $Command<UpdateFileCacheCommandInput, UpdateFileCacheCommandOutput, FSxClientResolvedConfig> {