@aws-sdk/client-fsx 3.817.0 → 3.820.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 (33) hide show
  1. package/dist-cjs/index.js +7 -0
  2. package/dist-es/models/models_0.js +5 -0
  3. package/dist-types/commands/CopyBackupCommand.d.ts +11 -1
  4. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +11 -1
  5. package/dist-types/commands/CreateBackupCommand.d.ts +11 -1
  6. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateFileCacheCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateFileSystemCommand.d.ts +16 -1
  10. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +16 -1
  11. package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -1
  12. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateVolumeCommand.d.ts +11 -1
  14. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +11 -1
  15. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteFileCacheCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteFileSystemCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeBackupsCommand.d.ts +10 -0
  20. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +10 -0
  21. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +10 -0
  22. package/dist-types/commands/DescribeVolumesCommand.d.ts +10 -0
  23. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +11 -1
  24. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +10 -0
  25. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +10 -0
  26. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateFileCacheCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateFileSystemCommand.d.ts +31 -6
  29. package/dist-types/commands/UpdateSnapshotCommand.d.ts +10 -0
  30. package/dist-types/commands/UpdateVolumeCommand.d.ts +10 -0
  31. package/dist-types/models/models_0.d.ts +211 -112
  32. package/dist-types/ts3.4/models/models_0.d.ts +17 -0
  33. package/package.json +1 -1
@@ -49,27 +49,27 @@ declare const UpdateFileSystemCommand_base: {
49
49
  * </li>
50
50
  * <li>
51
51
  * <p>
52
- * <code>SelfManagedActiveDirectoryConfiguration</code>
52
+ * <code>DiskIopsConfiguration</code>
53
53
  * </p>
54
54
  * </li>
55
55
  * <li>
56
56
  * <p>
57
- * <code>StorageCapacity</code>
57
+ * <code>SelfManagedActiveDirectoryConfiguration</code>
58
58
  * </p>
59
59
  * </li>
60
60
  * <li>
61
61
  * <p>
62
- * <code>StorageType</code>
62
+ * <code>StorageCapacity</code>
63
63
  * </p>
64
64
  * </li>
65
65
  * <li>
66
66
  * <p>
67
- * <code>ThroughputCapacity</code>
67
+ * <code>StorageType</code>
68
68
  * </p>
69
69
  * </li>
70
70
  * <li>
71
71
  * <p>
72
- * <code>DiskIopsConfiguration</code>
72
+ * <code>ThroughputCapacity</code>
73
73
  * </p>
74
74
  * </li>
75
75
  * <li>
@@ -113,6 +113,11 @@ declare const UpdateFileSystemCommand_base: {
113
113
  * </li>
114
114
  * <li>
115
115
  * <p>
116
+ * <code>LustreReadCacheConfiguration</code>
117
+ * </p>
118
+ * </li>
119
+ * <li>
120
+ * <p>
116
121
  * <code>LustreRootSquashConfiguration</code>
117
122
  * </p>
118
123
  * </li>
@@ -133,6 +138,11 @@ declare const UpdateFileSystemCommand_base: {
133
138
  * </li>
134
139
  * <li>
135
140
  * <p>
141
+ * <code>ThroughputCapacity</code>
142
+ * </p>
143
+ * </li>
144
+ * <li>
145
+ * <p>
136
146
  * <code>WeeklyMaintenanceStartTime</code>
137
147
  * </p>
138
148
  * </li>
@@ -311,6 +321,11 @@ declare const UpdateFileSystemCommand_base: {
311
321
  * Iops: Number("int"),
312
322
  * Mode: "AUTOMATIC" || "USER_PROVISIONED",
313
323
  * },
324
+ * ThroughputCapacity: Number("int"),
325
+ * DataReadCacheConfiguration: { // LustreReadCacheConfiguration
326
+ * SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
327
+ * SizeGiB: Number("int"),
328
+ * },
314
329
  * },
315
330
  * OntapConfiguration: { // UpdateFileSystemOntapConfiguration
316
331
  * AutomaticBackupRetentionDays: Number("int"),
@@ -460,6 +475,11 @@ declare const UpdateFileSystemCommand_base: {
460
475
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
461
476
  * // },
462
477
  * // EfaEnabled: true || false,
478
+ * // ThroughputCapacity: Number("int"),
479
+ * // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
480
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
481
+ * // SizeGiB: Number("int"),
482
+ * // },
463
483
  * // },
464
484
  * // AdministrativeActions: [ // AdministrativeActions
465
485
  * // { // AdministrativeAction
@@ -568,6 +588,11 @@ declare const UpdateFileSystemCommand_base: {
568
588
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
569
589
  * // },
570
590
  * // EfaEnabled: true || false,
591
+ * // ThroughputCapacity: Number("int"),
592
+ * // DataReadCacheConfiguration: {
593
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
594
+ * // SizeGiB: Number("int"),
595
+ * // },
571
596
  * // },
572
597
  * // AdministrativeActions: [
573
598
  * // {
@@ -966,7 +991,7 @@ declare const UpdateFileSystemCommand_base: {
966
991
  *
967
992
  * @throws {@link ServiceLimitExceeded} (client fault)
968
993
  * <p>An error indicating that a particular service limit was exceeded. You can increase
969
- * some service limits by contacting Amazon Web Services Support.</p>
994
+ * some service limits by contacting Amazon Web ServicesSupport.</p>
970
995
  *
971
996
  * @throws {@link UnsupportedOperation} (client fault)
972
997
  * <p>The requested operation is not supported for this resource or API.</p>
@@ -165,6 +165,11 @@ declare const UpdateSnapshotCommand_base: {
165
165
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
166
166
  * // },
167
167
  * // EfaEnabled: true || false,
168
+ * // ThroughputCapacity: Number("int"),
169
+ * // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
170
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
171
+ * // SizeGiB: Number("int"),
172
+ * // },
168
173
  * // },
169
174
  * // AdministrativeActions: [
170
175
  * // {
@@ -268,6 +273,11 @@ declare const UpdateSnapshotCommand_base: {
268
273
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
269
274
  * // },
270
275
  * // EfaEnabled: true || false,
276
+ * // ThroughputCapacity: Number("int"),
277
+ * // DataReadCacheConfiguration: {
278
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
279
+ * // SizeGiB: Number("int"),
280
+ * // },
271
281
  * // },
272
282
  * // AdministrativeActions: "<AdministrativeActions>",
273
283
  * // OntapConfiguration: { // OntapFileSystemConfiguration
@@ -277,6 +277,11 @@ declare const UpdateVolumeCommand_base: {
277
277
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
278
278
  * // },
279
279
  * // EfaEnabled: true || false,
280
+ * // ThroughputCapacity: Number("int"),
281
+ * // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
282
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
283
+ * // SizeGiB: Number("int"),
284
+ * // },
280
285
  * // },
281
286
  * // AdministrativeActions: [
282
287
  * // {
@@ -380,6 +385,11 @@ declare const UpdateVolumeCommand_base: {
380
385
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
381
386
  * // },
382
387
  * // EfaEnabled: true || false,
388
+ * // ThroughputCapacity: Number("int"),
389
+ * // DataReadCacheConfiguration: {
390
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
391
+ * // SizeGiB: Number("int"),
392
+ * // },
383
393
  * // },
384
394
  * // AdministrativeActions: "<AdministrativeActions>",
385
395
  * // OntapConfiguration: { // OntapFileSystemConfiguration