@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.
- package/dist-cjs/index.js +7 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-types/commands/CopyBackupCommand.d.ts +11 -1
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +11 -1
- package/dist-types/commands/CreateBackupCommand.d.ts +11 -1
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateFileCacheCommand.d.ts +1 -1
- package/dist-types/commands/CreateFileSystemCommand.d.ts +16 -1
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +16 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -1
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +11 -1
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +11 -1
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBackupsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +10 -0
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +11 -1
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +10 -0
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +31 -6
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +10 -0
- package/dist-types/commands/UpdateVolumeCommand.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +211 -112
- package/dist-types/ts3.4/models/models_0.d.ts +17 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -129,6 +129,7 @@ __export(index_exports, {
|
|
|
129
129
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
130
130
|
LustreAccessAuditLogLevel: () => LustreAccessAuditLogLevel,
|
|
131
131
|
LustreDeploymentType: () => LustreDeploymentType,
|
|
132
|
+
LustreReadCacheSizingMode: () => LustreReadCacheSizingMode,
|
|
132
133
|
MetadataConfigurationMode: () => MetadataConfigurationMode,
|
|
133
134
|
MissingFileCacheConfiguration: () => MissingFileCacheConfiguration,
|
|
134
135
|
MissingFileSystemConfiguration: () => MissingFileSystemConfiguration,
|
|
@@ -476,6 +477,11 @@ var DataCompressionType = {
|
|
|
476
477
|
LZ4: "LZ4",
|
|
477
478
|
NONE: "NONE"
|
|
478
479
|
};
|
|
480
|
+
var LustreReadCacheSizingMode = {
|
|
481
|
+
NO_CACHE: "NO_CACHE",
|
|
482
|
+
PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
483
|
+
USER_PROVISIONED: "USER_PROVISIONED"
|
|
484
|
+
};
|
|
479
485
|
var AutoImportPolicyType = {
|
|
480
486
|
NEW: "NEW",
|
|
481
487
|
NEW_CHANGED: "NEW_CHANGED",
|
|
@@ -4714,6 +4720,7 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(FSxClient, Li
|
|
|
4714
4720
|
FileSystemType,
|
|
4715
4721
|
FileSystemLifecycle,
|
|
4716
4722
|
DataCompressionType,
|
|
4723
|
+
LustreReadCacheSizingMode,
|
|
4717
4724
|
AutoImportPolicyType,
|
|
4718
4725
|
DataRepositoryLifecycle,
|
|
4719
4726
|
LustreDeploymentType,
|
|
@@ -68,6 +68,11 @@ export const DataCompressionType = {
|
|
|
68
68
|
LZ4: "LZ4",
|
|
69
69
|
NONE: "NONE",
|
|
70
70
|
};
|
|
71
|
+
export const LustreReadCacheSizingMode = {
|
|
72
|
+
NO_CACHE: "NO_CACHE",
|
|
73
|
+
PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
74
|
+
USER_PROVISIONED: "USER_PROVISIONED",
|
|
75
|
+
};
|
|
71
76
|
export const AutoImportPolicyType = {
|
|
72
77
|
NEW: "NEW",
|
|
73
78
|
NEW_CHANGED: "NEW_CHANGED",
|
|
@@ -188,6 +188,11 @@ declare const CopyBackupCommand_base: {
|
|
|
188
188
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
189
189
|
* // },
|
|
190
190
|
* // EfaEnabled: true || false,
|
|
191
|
+
* // ThroughputCapacity: Number("int"),
|
|
192
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
193
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
194
|
+
* // SizeGiB: Number("int"),
|
|
195
|
+
* // },
|
|
191
196
|
* // },
|
|
192
197
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
193
198
|
* // { // AdministrativeAction
|
|
@@ -291,6 +296,11 @@ declare const CopyBackupCommand_base: {
|
|
|
291
296
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
292
297
|
* // },
|
|
293
298
|
* // EfaEnabled: true || false,
|
|
299
|
+
* // ThroughputCapacity: Number("int"),
|
|
300
|
+
* // DataReadCacheConfiguration: {
|
|
301
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
302
|
+
* // SizeGiB: Number("int"),
|
|
303
|
+
* // },
|
|
294
304
|
* // },
|
|
295
305
|
* // AdministrativeActions: [
|
|
296
306
|
* // {
|
|
@@ -711,7 +721,7 @@ declare const CopyBackupCommand_base: {
|
|
|
711
721
|
*
|
|
712
722
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
713
723
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
714
|
-
* some service limits by contacting Amazon Web
|
|
724
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
715
725
|
*
|
|
716
726
|
* @throws {@link SourceBackupUnavailable} (client fault)
|
|
717
727
|
* <p>The request was rejected because the lifecycle status of the source backup isn't
|
|
@@ -156,6 +156,11 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
156
156
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
157
157
|
* // },
|
|
158
158
|
* // EfaEnabled: true || false,
|
|
159
|
+
* // ThroughputCapacity: Number("int"),
|
|
160
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
161
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
162
|
+
* // SizeGiB: Number("int"),
|
|
163
|
+
* // },
|
|
159
164
|
* // },
|
|
160
165
|
* // AdministrativeActions: [
|
|
161
166
|
* // {
|
|
@@ -264,6 +269,11 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
264
269
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
265
270
|
* // },
|
|
266
271
|
* // EfaEnabled: true || false,
|
|
272
|
+
* // ThroughputCapacity: Number("int"),
|
|
273
|
+
* // DataReadCacheConfiguration: {
|
|
274
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
275
|
+
* // SizeGiB: Number("int"),
|
|
276
|
+
* // },
|
|
267
277
|
* // },
|
|
268
278
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
269
279
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -662,7 +672,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
662
672
|
*
|
|
663
673
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
664
674
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
665
|
-
* some service limits by contacting Amazon Web
|
|
675
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
666
676
|
*
|
|
667
677
|
* @throws {@link FSxServiceException}
|
|
668
678
|
* <p>Base exception class for all service exceptions from FSx service.</p>
|
|
@@ -221,6 +221,11 @@ declare const CreateBackupCommand_base: {
|
|
|
221
221
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
222
222
|
* // },
|
|
223
223
|
* // EfaEnabled: true || false,
|
|
224
|
+
* // ThroughputCapacity: Number("int"),
|
|
225
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
226
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
227
|
+
* // SizeGiB: Number("int"),
|
|
228
|
+
* // },
|
|
224
229
|
* // },
|
|
225
230
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
226
231
|
* // { // AdministrativeAction
|
|
@@ -324,6 +329,11 @@ declare const CreateBackupCommand_base: {
|
|
|
324
329
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
325
330
|
* // },
|
|
326
331
|
* // EfaEnabled: true || false,
|
|
332
|
+
* // ThroughputCapacity: Number("int"),
|
|
333
|
+
* // DataReadCacheConfiguration: {
|
|
334
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
335
|
+
* // SizeGiB: Number("int"),
|
|
336
|
+
* // },
|
|
327
337
|
* // },
|
|
328
338
|
* // AdministrativeActions: [
|
|
329
339
|
* // {
|
|
@@ -732,7 +742,7 @@ declare const CreateBackupCommand_base: {
|
|
|
732
742
|
*
|
|
733
743
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
734
744
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
735
|
-
* some service limits by contacting Amazon Web
|
|
745
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
736
746
|
*
|
|
737
747
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
738
748
|
* <p>The requested operation is not supported for this resource or API.</p>
|
|
@@ -154,7 +154,7 @@ declare const CreateDataRepositoryAssociationCommand_base: {
|
|
|
154
154
|
*
|
|
155
155
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
156
156
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
157
|
-
* some service limits by contacting Amazon Web
|
|
157
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
158
158
|
*
|
|
159
159
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
160
160
|
* <p>The requested operation is not supported for this resource or API.</p>
|
|
@@ -151,7 +151,7 @@ declare const CreateDataRepositoryTaskCommand_base: {
|
|
|
151
151
|
*
|
|
152
152
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
153
153
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
154
|
-
* some service limits by contacting Amazon Web
|
|
154
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
155
155
|
*
|
|
156
156
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
157
157
|
* <p>The requested operation is not supported for this resource or API.</p>
|
|
@@ -180,7 +180,7 @@ declare const CreateFileCacheCommand_base: {
|
|
|
180
180
|
*
|
|
181
181
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
182
182
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
183
|
-
* some service limits by contacting Amazon Web
|
|
183
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
184
184
|
*
|
|
185
185
|
* @throws {@link FSxServiceException}
|
|
186
186
|
* <p>Base exception class for all service exceptions from FSx service.</p>
|
|
@@ -157,6 +157,11 @@ declare const CreateFileSystemCommand_base: {
|
|
|
157
157
|
* Iops: Number("int"),
|
|
158
158
|
* Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
159
159
|
* },
|
|
160
|
+
* ThroughputCapacity: Number("int"),
|
|
161
|
+
* DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
162
|
+
* SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
163
|
+
* SizeGiB: Number("int"),
|
|
164
|
+
* },
|
|
160
165
|
* },
|
|
161
166
|
* OntapConfiguration: { // CreateFileSystemOntapConfiguration
|
|
162
167
|
* AutomaticBackupRetentionDays: Number("int"),
|
|
@@ -330,6 +335,11 @@ declare const CreateFileSystemCommand_base: {
|
|
|
330
335
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
331
336
|
* // },
|
|
332
337
|
* // EfaEnabled: true || false,
|
|
338
|
+
* // ThroughputCapacity: Number("int"),
|
|
339
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
340
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
341
|
+
* // SizeGiB: Number("int"),
|
|
342
|
+
* // },
|
|
333
343
|
* // },
|
|
334
344
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
335
345
|
* // { // AdministrativeAction
|
|
@@ -438,6 +448,11 @@ declare const CreateFileSystemCommand_base: {
|
|
|
438
448
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
439
449
|
* // },
|
|
440
450
|
* // EfaEnabled: true || false,
|
|
451
|
+
* // ThroughputCapacity: Number("int"),
|
|
452
|
+
* // DataReadCacheConfiguration: {
|
|
453
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
454
|
+
* // SizeGiB: Number("int"),
|
|
455
|
+
* // },
|
|
441
456
|
* // },
|
|
442
457
|
* // AdministrativeActions: [
|
|
443
458
|
* // {
|
|
@@ -845,7 +860,7 @@ declare const CreateFileSystemCommand_base: {
|
|
|
845
860
|
*
|
|
846
861
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
847
862
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
848
|
-
* some service limits by contacting Amazon Web
|
|
863
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
849
864
|
*
|
|
850
865
|
* @throws {@link FSxServiceException}
|
|
851
866
|
* <p>Base exception class for all service exceptions from FSx service.</p>
|
|
@@ -141,6 +141,11 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
141
141
|
* Iops: Number("int"),
|
|
142
142
|
* Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
143
143
|
* },
|
|
144
|
+
* ThroughputCapacity: Number("int"),
|
|
145
|
+
* DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
146
|
+
* SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
147
|
+
* SizeGiB: Number("int"),
|
|
148
|
+
* },
|
|
144
149
|
* },
|
|
145
150
|
* StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
|
|
146
151
|
* KmsKeyId: "STRING_VALUE",
|
|
@@ -298,6 +303,11 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
298
303
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
299
304
|
* // },
|
|
300
305
|
* // EfaEnabled: true || false,
|
|
306
|
+
* // ThroughputCapacity: Number("int"),
|
|
307
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
308
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
309
|
+
* // SizeGiB: Number("int"),
|
|
310
|
+
* // },
|
|
301
311
|
* // },
|
|
302
312
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
303
313
|
* // { // AdministrativeAction
|
|
@@ -406,6 +416,11 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
406
416
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
407
417
|
* // },
|
|
408
418
|
* // EfaEnabled: true || false,
|
|
419
|
+
* // ThroughputCapacity: Number("int"),
|
|
420
|
+
* // DataReadCacheConfiguration: {
|
|
421
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
422
|
+
* // SizeGiB: Number("int"),
|
|
423
|
+
* // },
|
|
409
424
|
* // },
|
|
410
425
|
* // AdministrativeActions: [
|
|
411
426
|
* // {
|
|
@@ -810,7 +825,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
810
825
|
*
|
|
811
826
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
812
827
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
813
|
-
* some service limits by contacting Amazon Web
|
|
828
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
814
829
|
*
|
|
815
830
|
* @throws {@link FSxServiceException}
|
|
816
831
|
* <p>Base exception class for all service exceptions from FSx service.</p>
|
|
@@ -198,6 +198,11 @@ declare const CreateSnapshotCommand_base: {
|
|
|
198
198
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
199
199
|
* // },
|
|
200
200
|
* // EfaEnabled: true || false,
|
|
201
|
+
* // ThroughputCapacity: Number("int"),
|
|
202
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
203
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
204
|
+
* // SizeGiB: Number("int"),
|
|
205
|
+
* // },
|
|
201
206
|
* // },
|
|
202
207
|
* // AdministrativeActions: [
|
|
203
208
|
* // {
|
|
@@ -301,6 +306,11 @@ declare const CreateSnapshotCommand_base: {
|
|
|
301
306
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
302
307
|
* // },
|
|
303
308
|
* // EfaEnabled: true || false,
|
|
309
|
+
* // ThroughputCapacity: Number("int"),
|
|
310
|
+
* // DataReadCacheConfiguration: {
|
|
311
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
312
|
+
* // SizeGiB: Number("int"),
|
|
313
|
+
* // },
|
|
304
314
|
* // },
|
|
305
315
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
306
316
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -666,7 +676,7 @@ declare const CreateSnapshotCommand_base: {
|
|
|
666
676
|
*
|
|
667
677
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
668
678
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
669
|
-
* some service limits by contacting Amazon Web
|
|
679
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
670
680
|
*
|
|
671
681
|
* @throws {@link VolumeNotFound} (client fault)
|
|
672
682
|
* <p>No Amazon FSx volumes were found based upon the supplied parameters.</p>
|
|
@@ -150,7 +150,7 @@ declare const CreateStorageVirtualMachineCommand_base: {
|
|
|
150
150
|
*
|
|
151
151
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
152
152
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
153
|
-
* some service limits by contacting Amazon Web
|
|
153
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
154
154
|
*
|
|
155
155
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
156
156
|
* <p>The requested operation is not supported for this resource or API.</p>
|
|
@@ -299,6 +299,11 @@ declare const CreateVolumeCommand_base: {
|
|
|
299
299
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
300
300
|
* // },
|
|
301
301
|
* // EfaEnabled: true || false,
|
|
302
|
+
* // ThroughputCapacity: Number("int"),
|
|
303
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
304
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
305
|
+
* // SizeGiB: Number("int"),
|
|
306
|
+
* // },
|
|
302
307
|
* // },
|
|
303
308
|
* // AdministrativeActions: [
|
|
304
309
|
* // {
|
|
@@ -402,6 +407,11 @@ declare const CreateVolumeCommand_base: {
|
|
|
402
407
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
403
408
|
* // },
|
|
404
409
|
* // EfaEnabled: true || false,
|
|
410
|
+
* // ThroughputCapacity: Number("int"),
|
|
411
|
+
* // DataReadCacheConfiguration: {
|
|
412
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
413
|
+
* // SizeGiB: Number("int"),
|
|
414
|
+
* // },
|
|
405
415
|
* // },
|
|
406
416
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
407
417
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -728,7 +738,7 @@ declare const CreateVolumeCommand_base: {
|
|
|
728
738
|
*
|
|
729
739
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
730
740
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
731
|
-
* some service limits by contacting Amazon Web
|
|
741
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
732
742
|
*
|
|
733
743
|
* @throws {@link StorageVirtualMachineNotFound} (client fault)
|
|
734
744
|
* <p>No FSx for ONTAP SVMs were found based upon the supplied parameters.</p>
|
|
@@ -268,6 +268,11 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
268
268
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
269
269
|
* // },
|
|
270
270
|
* // EfaEnabled: true || false,
|
|
271
|
+
* // ThroughputCapacity: Number("int"),
|
|
272
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
273
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
274
|
+
* // SizeGiB: Number("int"),
|
|
275
|
+
* // },
|
|
271
276
|
* // },
|
|
272
277
|
* // AdministrativeActions: [
|
|
273
278
|
* // {
|
|
@@ -371,6 +376,11 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
371
376
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
372
377
|
* // },
|
|
373
378
|
* // EfaEnabled: true || false,
|
|
379
|
+
* // ThroughputCapacity: Number("int"),
|
|
380
|
+
* // DataReadCacheConfiguration: {
|
|
381
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
382
|
+
* // SizeGiB: Number("int"),
|
|
383
|
+
* // },
|
|
374
384
|
* // },
|
|
375
385
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
376
386
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -700,7 +710,7 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
700
710
|
*
|
|
701
711
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
702
712
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
703
|
-
* some service limits by contacting Amazon Web
|
|
713
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
704
714
|
*
|
|
705
715
|
* @throws {@link StorageVirtualMachineNotFound} (client fault)
|
|
706
716
|
* <p>No FSx for ONTAP SVMs were found based upon the supplied parameters.</p>
|
|
@@ -77,7 +77,7 @@ declare const DeleteDataRepositoryAssociationCommand_base: {
|
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
79
79
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
80
|
-
* some service limits by contacting Amazon Web
|
|
80
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link FSxServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from FSx service.</p>
|
|
@@ -80,7 +80,7 @@ declare const DeleteFileCacheCommand_base: {
|
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
82
82
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
83
|
-
* some service limits by contacting Amazon Web
|
|
83
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link FSxServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from FSx service.</p>
|
|
@@ -162,7 +162,7 @@ declare const DeleteFileSystemCommand_base: {
|
|
|
162
162
|
*
|
|
163
163
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
164
164
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
165
|
-
* some service limits by contacting Amazon Web
|
|
165
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
166
166
|
*
|
|
167
167
|
* @throws {@link FSxServiceException}
|
|
168
168
|
* <p>Base exception class for all service exceptions from FSx service.</p>
|
|
@@ -91,7 +91,7 @@ declare const DeleteVolumeCommand_base: {
|
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
93
93
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
94
|
-
* some service limits by contacting Amazon Web
|
|
94
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link VolumeNotFound} (client fault)
|
|
97
97
|
* <p>No Amazon FSx volumes were found based upon the supplied parameters.</p>
|
|
@@ -196,6 +196,11 @@ declare const DescribeBackupsCommand_base: {
|
|
|
196
196
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
197
197
|
* // },
|
|
198
198
|
* // EfaEnabled: true || false,
|
|
199
|
+
* // ThroughputCapacity: Number("int"),
|
|
200
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
201
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
202
|
+
* // SizeGiB: Number("int"),
|
|
203
|
+
* // },
|
|
199
204
|
* // },
|
|
200
205
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
201
206
|
* // { // AdministrativeAction
|
|
@@ -299,6 +304,11 @@ declare const DescribeBackupsCommand_base: {
|
|
|
299
304
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
300
305
|
* // },
|
|
301
306
|
* // EfaEnabled: true || false,
|
|
307
|
+
* // ThroughputCapacity: Number("int"),
|
|
308
|
+
* // DataReadCacheConfiguration: {
|
|
309
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
310
|
+
* // SizeGiB: Number("int"),
|
|
311
|
+
* // },
|
|
302
312
|
* // },
|
|
303
313
|
* // AdministrativeActions: [
|
|
304
314
|
* // {
|
|
@@ -173,6 +173,11 @@ declare const DescribeFileSystemsCommand_base: {
|
|
|
173
173
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
174
174
|
* // },
|
|
175
175
|
* // EfaEnabled: true || false,
|
|
176
|
+
* // ThroughputCapacity: Number("int"),
|
|
177
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
178
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
179
|
+
* // SizeGiB: Number("int"),
|
|
180
|
+
* // },
|
|
176
181
|
* // },
|
|
177
182
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
178
183
|
* // { // AdministrativeAction
|
|
@@ -281,6 +286,11 @@ declare const DescribeFileSystemsCommand_base: {
|
|
|
281
286
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
282
287
|
* // },
|
|
283
288
|
* // EfaEnabled: true || false,
|
|
289
|
+
* // ThroughputCapacity: Number("int"),
|
|
290
|
+
* // DataReadCacheConfiguration: {
|
|
291
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
292
|
+
* // SizeGiB: Number("int"),
|
|
293
|
+
* // },
|
|
284
294
|
* // },
|
|
285
295
|
* // AdministrativeActions: [
|
|
286
296
|
* // {
|
|
@@ -203,6 +203,11 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
203
203
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
204
204
|
* // },
|
|
205
205
|
* // EfaEnabled: true || false,
|
|
206
|
+
* // ThroughputCapacity: Number("int"),
|
|
207
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
208
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
209
|
+
* // SizeGiB: Number("int"),
|
|
210
|
+
* // },
|
|
206
211
|
* // },
|
|
207
212
|
* // AdministrativeActions: [
|
|
208
213
|
* // {
|
|
@@ -306,6 +311,11 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
306
311
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
307
312
|
* // },
|
|
308
313
|
* // EfaEnabled: true || false,
|
|
314
|
+
* // ThroughputCapacity: Number("int"),
|
|
315
|
+
* // DataReadCacheConfiguration: {
|
|
316
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
317
|
+
* // SizeGiB: Number("int"),
|
|
318
|
+
* // },
|
|
309
319
|
* // },
|
|
310
320
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
311
321
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -227,6 +227,11 @@ declare const DescribeVolumesCommand_base: {
|
|
|
227
227
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
228
228
|
* // },
|
|
229
229
|
* // EfaEnabled: true || false,
|
|
230
|
+
* // ThroughputCapacity: Number("int"),
|
|
231
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
232
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
233
|
+
* // SizeGiB: Number("int"),
|
|
234
|
+
* // },
|
|
230
235
|
* // },
|
|
231
236
|
* // AdministrativeActions: [
|
|
232
237
|
* // {
|
|
@@ -330,6 +335,11 @@ declare const DescribeVolumesCommand_base: {
|
|
|
330
335
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
331
336
|
* // },
|
|
332
337
|
* // EfaEnabled: true || false,
|
|
338
|
+
* // ThroughputCapacity: Number("int"),
|
|
339
|
+
* // DataReadCacheConfiguration: {
|
|
340
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
341
|
+
* // SizeGiB: Number("int"),
|
|
342
|
+
* // },
|
|
333
343
|
* // },
|
|
334
344
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
335
345
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -143,6 +143,11 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
|
|
|
143
143
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
144
144
|
* // },
|
|
145
145
|
* // EfaEnabled: true || false,
|
|
146
|
+
* // ThroughputCapacity: Number("int"),
|
|
147
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
148
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
149
|
+
* // SizeGiB: Number("int"),
|
|
150
|
+
* // },
|
|
146
151
|
* // },
|
|
147
152
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
148
153
|
* // { // AdministrativeAction
|
|
@@ -251,6 +256,11 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
|
|
|
251
256
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
252
257
|
* // },
|
|
253
258
|
* // EfaEnabled: true || false,
|
|
259
|
+
* // ThroughputCapacity: Number("int"),
|
|
260
|
+
* // DataReadCacheConfiguration: {
|
|
261
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
262
|
+
* // SizeGiB: Number("int"),
|
|
263
|
+
* // },
|
|
254
264
|
* // },
|
|
255
265
|
* // AdministrativeActions: [
|
|
256
266
|
* // {
|
|
@@ -643,7 +653,7 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
|
|
|
643
653
|
*
|
|
644
654
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
645
655
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
646
|
-
* some service limits by contacting Amazon Web
|
|
656
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
647
657
|
*
|
|
648
658
|
* @throws {@link FSxServiceException}
|
|
649
659
|
* <p>Base exception class for all service exceptions from FSx service.</p>
|
|
@@ -155,6 +155,11 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
|
|
|
155
155
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
156
156
|
* // },
|
|
157
157
|
* // EfaEnabled: true || false,
|
|
158
|
+
* // ThroughputCapacity: Number("int"),
|
|
159
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
160
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
161
|
+
* // SizeGiB: Number("int"),
|
|
162
|
+
* // },
|
|
158
163
|
* // },
|
|
159
164
|
* // AdministrativeActions: [
|
|
160
165
|
* // {
|
|
@@ -263,6 +268,11 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
|
|
|
263
268
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
264
269
|
* // },
|
|
265
270
|
* // EfaEnabled: true || false,
|
|
271
|
+
* // ThroughputCapacity: Number("int"),
|
|
272
|
+
* // DataReadCacheConfiguration: {
|
|
273
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
274
|
+
* // SizeGiB: Number("int"),
|
|
275
|
+
* // },
|
|
266
276
|
* // },
|
|
267
277
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
268
278
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -143,6 +143,11 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
|
|
|
143
143
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
144
144
|
* // },
|
|
145
145
|
* // EfaEnabled: true || false,
|
|
146
|
+
* // ThroughputCapacity: Number("int"),
|
|
147
|
+
* // DataReadCacheConfiguration: { // LustreReadCacheConfiguration
|
|
148
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
149
|
+
* // SizeGiB: Number("int"),
|
|
150
|
+
* // },
|
|
146
151
|
* // },
|
|
147
152
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
148
153
|
* // { // AdministrativeAction
|
|
@@ -251,6 +256,11 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
|
|
|
251
256
|
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
252
257
|
* // },
|
|
253
258
|
* // EfaEnabled: true || false,
|
|
259
|
+
* // ThroughputCapacity: Number("int"),
|
|
260
|
+
* // DataReadCacheConfiguration: {
|
|
261
|
+
* // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
|
|
262
|
+
* // SizeGiB: Number("int"),
|
|
263
|
+
* // },
|
|
254
264
|
* // },
|
|
255
265
|
* // AdministrativeActions: [
|
|
256
266
|
* // {
|
|
@@ -131,7 +131,7 @@ declare const UpdateDataRepositoryAssociationCommand_base: {
|
|
|
131
131
|
*
|
|
132
132
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
133
133
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
134
|
-
* some service limits by contacting Amazon Web
|
|
134
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
135
135
|
*
|
|
136
136
|
* @throws {@link FSxServiceException}
|
|
137
137
|
* <p>Base exception class for all service exceptions from FSx service.</p>
|
|
@@ -112,7 +112,7 @@ declare const UpdateFileCacheCommand_base: {
|
|
|
112
112
|
*
|
|
113
113
|
* @throws {@link ServiceLimitExceeded} (client fault)
|
|
114
114
|
* <p>An error indicating that a particular service limit was exceeded. You can increase
|
|
115
|
-
* some service limits by contacting Amazon Web
|
|
115
|
+
* some service limits by contacting Amazon Web ServicesSupport.</p>
|
|
116
116
|
*
|
|
117
117
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
118
118
|
* <p>The requested operation is not supported for this resource or API.</p>
|