@aws-sdk/client-fsx 3.699.0 → 3.703.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 CHANGED
@@ -142,6 +142,7 @@ __export(src_exports, {
142
142
  OpenZFSDataCompressionType: () => OpenZFSDataCompressionType,
143
143
  OpenZFSDeploymentType: () => OpenZFSDeploymentType,
144
144
  OpenZFSQuotaType: () => OpenZFSQuotaType,
145
+ OpenZFSReadCacheSizingMode: () => OpenZFSReadCacheSizingMode,
145
146
  PrivilegedDelete: () => PrivilegedDelete,
146
147
  ReleaseFileSystemNfsV3LocksCommand: () => ReleaseFileSystemNfsV3LocksCommand,
147
148
  ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: () => ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog,
@@ -505,8 +506,14 @@ var OpenZFSDeploymentType = {
505
506
  SINGLE_AZ_HA_1: "SINGLE_AZ_HA_1",
506
507
  SINGLE_AZ_HA_2: "SINGLE_AZ_HA_2"
507
508
  };
509
+ var OpenZFSReadCacheSizingMode = {
510
+ NO_CACHE: "NO_CACHE",
511
+ PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
512
+ USER_PROVISIONED: "USER_PROVISIONED"
513
+ };
508
514
  var StorageType = {
509
515
  HDD: "HDD",
516
+ INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
510
517
  SSD: "SSD"
511
518
  };
512
519
  var AliasLifecycle = {
@@ -3181,6 +3188,7 @@ var de_Backup = /* @__PURE__ */ __name((output, context) => {
3181
3188
  ProgressPercent: import_smithy_client.expectInt32,
3182
3189
  ResourceARN: import_smithy_client.expectString,
3183
3190
  ResourceType: import_smithy_client.expectString,
3191
+ SizeInBytes: import_smithy_client.expectLong,
3184
3192
  SourceBackupId: import_smithy_client.expectString,
3185
3193
  SourceBackupRegion: import_smithy_client.expectString,
3186
3194
  Tags: import_smithy_client._json,
@@ -4387,6 +4395,7 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(FSxClient, Li
4387
4395
  OntapDeploymentType,
4388
4396
  DiskIopsConfigurationMode,
4389
4397
  OpenZFSDeploymentType,
4398
+ OpenZFSReadCacheSizingMode,
4390
4399
  StorageType,
4391
4400
  AliasLifecycle,
4392
4401
  WindowsAccessAuditLogLevel,
@@ -116,8 +116,14 @@ export const OpenZFSDeploymentType = {
116
116
  SINGLE_AZ_HA_1: "SINGLE_AZ_HA_1",
117
117
  SINGLE_AZ_HA_2: "SINGLE_AZ_HA_2",
118
118
  };
119
+ export const OpenZFSReadCacheSizingMode = {
120
+ NO_CACHE: "NO_CACHE",
121
+ PROPORTIONAL_TO_THROUGHPUT_CAPACITY: "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
122
+ USER_PROVISIONED: "USER_PROVISIONED",
123
+ };
119
124
  export const StorageType = {
120
125
  HDD: "HDD",
126
+ INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
121
127
  SSD: "SSD",
122
128
  };
123
129
  export const AliasLifecycle = {
@@ -1614,6 +1614,7 @@ const de_Backup = (output, context) => {
1614
1614
  ProgressPercent: __expectInt32,
1615
1615
  ResourceARN: __expectString,
1616
1616
  ResourceType: __expectString,
1617
+ SizeInBytes: __expectLong,
1617
1618
  SourceBackupId: __expectString,
1618
1619
  SourceBackupRegion: __expectString,
1619
1620
  Tags: _json,
@@ -97,7 +97,7 @@ declare const CopyBackupCommand_base: {
97
97
  * // Message: "STRING_VALUE",
98
98
  * // },
99
99
  * // StorageCapacity: Number("int"),
100
- * // StorageType: "SSD" || "HDD",
100
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
101
101
  * // VpcId: "STRING_VALUE",
102
102
  * // SubnetIds: [ // SubnetIds
103
103
  * // "STRING_VALUE",
@@ -187,6 +187,7 @@ declare const CopyBackupCommand_base: {
187
187
  * // Iops: Number("int"),
188
188
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
189
189
  * // },
190
+ * // EfaEnabled: true || false,
190
191
  * // },
191
192
  * // AdministrativeActions: [ // AdministrativeActions
192
193
  * // { // AdministrativeAction
@@ -204,7 +205,7 @@ declare const CopyBackupCommand_base: {
204
205
  * // Message: "STRING_VALUE",
205
206
  * // },
206
207
  * // StorageCapacity: Number("int"),
207
- * // StorageType: "SSD" || "HDD",
208
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
208
209
  * // VpcId: "STRING_VALUE",
209
210
  * // SubnetIds: [
210
211
  * // "STRING_VALUE",
@@ -289,6 +290,7 @@ declare const CopyBackupCommand_base: {
289
290
  * // Iops: Number("int"),
290
291
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
291
292
  * // },
293
+ * // EfaEnabled: true || false,
292
294
  * // },
293
295
  * // AdministrativeActions: [
294
296
  * // {
@@ -473,6 +475,10 @@ declare const CopyBackupCommand_base: {
473
475
  * // "STRING_VALUE",
474
476
  * // ],
475
477
  * // EndpointIpAddress: "STRING_VALUE",
478
+ * // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
479
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
480
+ * // SizeGiB: Number("int"),
481
+ * // },
476
482
  * // },
477
483
  * // },
478
484
  * // FailureDetails: {
@@ -645,6 +651,10 @@ declare const CopyBackupCommand_base: {
645
651
  * // "STRING_VALUE",
646
652
  * // ],
647
653
  * // EndpointIpAddress: "STRING_VALUE",
654
+ * // ReadCacheConfiguration: {
655
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
656
+ * // SizeGiB: Number("int"),
657
+ * // },
648
658
  * // },
649
659
  * // },
650
660
  * // DirectoryInformation: { // ActiveDirectoryBackupAttributes
@@ -657,6 +667,7 @@ declare const CopyBackupCommand_base: {
657
667
  * // SourceBackupRegion: "STRING_VALUE",
658
668
  * // ResourceType: "FILE_SYSTEM" || "VOLUME",
659
669
  * // Volume: "<Volume>",
670
+ * // SizeInBytes: Number("long"),
660
671
  * // },
661
672
  * // };
662
673
  *
@@ -65,7 +65,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
65
65
  * // Message: "STRING_VALUE",
66
66
  * // },
67
67
  * // StorageCapacity: Number("int"),
68
- * // StorageType: "SSD" || "HDD",
68
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
69
69
  * // VpcId: "STRING_VALUE",
70
70
  * // SubnetIds: [ // SubnetIds
71
71
  * // "STRING_VALUE",
@@ -155,6 +155,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
155
155
  * // Iops: Number("int"),
156
156
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
157
157
  * // },
158
+ * // EfaEnabled: true || false,
158
159
  * // },
159
160
  * // AdministrativeActions: [
160
161
  * // {
@@ -172,7 +173,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
172
173
  * // Message: "STRING_VALUE",
173
174
  * // },
174
175
  * // StorageCapacity: Number("int"),
175
- * // StorageType: "SSD" || "HDD",
176
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
176
177
  * // VpcId: "STRING_VALUE",
177
178
  * // SubnetIds: [
178
179
  * // "STRING_VALUE",
@@ -262,6 +263,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
262
263
  * // Iops: Number("int"),
263
264
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
264
265
  * // },
266
+ * // EfaEnabled: true || false,
265
267
  * // },
266
268
  * // AdministrativeActions: "<AdministrativeActions>",
267
269
  * // OntapConfiguration: { // OntapFileSystemConfiguration
@@ -317,6 +319,10 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
317
319
  * // "STRING_VALUE",
318
320
  * // ],
319
321
  * // EndpointIpAddress: "STRING_VALUE",
322
+ * // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
323
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
324
+ * // SizeGiB: Number("int"),
325
+ * // },
320
326
  * // },
321
327
  * // },
322
328
  * // FailureDetails: { // AdministrativeActionFailureDetails
@@ -502,6 +508,10 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
502
508
  * // "STRING_VALUE",
503
509
  * // ],
504
510
  * // EndpointIpAddress: "STRING_VALUE",
511
+ * // ReadCacheConfiguration: {
512
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
513
+ * // SizeGiB: Number("int"),
514
+ * // },
505
515
  * // },
506
516
  * // },
507
517
  * // FailureDetails: {
@@ -130,7 +130,7 @@ declare const CreateBackupCommand_base: {
130
130
  * // Message: "STRING_VALUE",
131
131
  * // },
132
132
  * // StorageCapacity: Number("int"),
133
- * // StorageType: "SSD" || "HDD",
133
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
134
134
  * // VpcId: "STRING_VALUE",
135
135
  * // SubnetIds: [ // SubnetIds
136
136
  * // "STRING_VALUE",
@@ -220,6 +220,7 @@ declare const CreateBackupCommand_base: {
220
220
  * // Iops: Number("int"),
221
221
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
222
222
  * // },
223
+ * // EfaEnabled: true || false,
223
224
  * // },
224
225
  * // AdministrativeActions: [ // AdministrativeActions
225
226
  * // { // AdministrativeAction
@@ -237,7 +238,7 @@ declare const CreateBackupCommand_base: {
237
238
  * // Message: "STRING_VALUE",
238
239
  * // },
239
240
  * // StorageCapacity: Number("int"),
240
- * // StorageType: "SSD" || "HDD",
241
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
241
242
  * // VpcId: "STRING_VALUE",
242
243
  * // SubnetIds: [
243
244
  * // "STRING_VALUE",
@@ -322,6 +323,7 @@ declare const CreateBackupCommand_base: {
322
323
  * // Iops: Number("int"),
323
324
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
324
325
  * // },
326
+ * // EfaEnabled: true || false,
325
327
  * // },
326
328
  * // AdministrativeActions: [
327
329
  * // {
@@ -506,6 +508,10 @@ declare const CreateBackupCommand_base: {
506
508
  * // "STRING_VALUE",
507
509
  * // ],
508
510
  * // EndpointIpAddress: "STRING_VALUE",
511
+ * // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
512
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
513
+ * // SizeGiB: Number("int"),
514
+ * // },
509
515
  * // },
510
516
  * // },
511
517
  * // FailureDetails: {
@@ -678,6 +684,10 @@ declare const CreateBackupCommand_base: {
678
684
  * // "STRING_VALUE",
679
685
  * // ],
680
686
  * // EndpointIpAddress: "STRING_VALUE",
687
+ * // ReadCacheConfiguration: {
688
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
689
+ * // SizeGiB: Number("int"),
690
+ * // },
681
691
  * // },
682
692
  * // },
683
693
  * // DirectoryInformation: { // ActiveDirectoryBackupAttributes
@@ -690,6 +700,7 @@ declare const CreateBackupCommand_base: {
690
700
  * // SourceBackupRegion: "STRING_VALUE",
691
701
  * // ResourceType: "FILE_SYSTEM" || "VOLUME",
692
702
  * // Volume: "<Volume>",
703
+ * // SizeInBytes: Number("long"),
693
704
  * // },
694
705
  * // };
695
706
  *
@@ -82,8 +82,8 @@ declare const CreateFileSystemCommand_base: {
82
82
  * const input = { // CreateFileSystemRequest
83
83
  * ClientRequestToken: "STRING_VALUE",
84
84
  * FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS", // required
85
- * StorageCapacity: Number("int"), // required
86
- * StorageType: "SSD" || "HDD",
85
+ * StorageCapacity: Number("int"),
86
+ * StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
87
87
  * SubnetIds: [ // SubnetIds // required
88
88
  * "STRING_VALUE",
89
89
  * ],
@@ -142,6 +142,7 @@ declare const CreateFileSystemCommand_base: {
142
142
  * CopyTagsToBackups: true || false,
143
143
  * DriveCacheType: "NONE" || "READ",
144
144
  * DataCompressionType: "NONE" || "LZ4",
145
+ * EfaEnabled: true || false,
145
146
  * LogConfiguration: { // LustreLogCreateConfiguration
146
147
  * Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
147
148
  * Destination: "STRING_VALUE",
@@ -219,6 +220,10 @@ declare const CreateFileSystemCommand_base: {
219
220
  * RouteTableIds: [
220
221
  * "STRING_VALUE",
221
222
  * ],
223
+ * ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
224
+ * SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
225
+ * SizeGiB: Number("int"),
226
+ * },
222
227
  * },
223
228
  * };
224
229
  * const command = new CreateFileSystemCommand(input);
@@ -234,7 +239,7 @@ declare const CreateFileSystemCommand_base: {
234
239
  * // Message: "STRING_VALUE",
235
240
  * // },
236
241
  * // StorageCapacity: Number("int"),
237
- * // StorageType: "SSD" || "HDD",
242
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
238
243
  * // VpcId: "STRING_VALUE",
239
244
  * // SubnetIds: [ // SubnetIds
240
245
  * // "STRING_VALUE",
@@ -324,6 +329,7 @@ declare const CreateFileSystemCommand_base: {
324
329
  * // Iops: Number("int"),
325
330
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
326
331
  * // },
332
+ * // EfaEnabled: true || false,
327
333
  * // },
328
334
  * // AdministrativeActions: [ // AdministrativeActions
329
335
  * // { // AdministrativeAction
@@ -341,7 +347,7 @@ declare const CreateFileSystemCommand_base: {
341
347
  * // Message: "STRING_VALUE",
342
348
  * // },
343
349
  * // StorageCapacity: Number("int"),
344
- * // StorageType: "SSD" || "HDD",
350
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
345
351
  * // VpcId: "STRING_VALUE",
346
352
  * // SubnetIds: [
347
353
  * // "STRING_VALUE",
@@ -431,6 +437,7 @@ declare const CreateFileSystemCommand_base: {
431
437
  * // Iops: Number("int"),
432
438
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
433
439
  * // },
440
+ * // EfaEnabled: true || false,
434
441
  * // },
435
442
  * // AdministrativeActions: [
436
443
  * // {
@@ -615,6 +622,10 @@ declare const CreateFileSystemCommand_base: {
615
622
  * // "STRING_VALUE",
616
623
  * // ],
617
624
  * // EndpointIpAddress: "STRING_VALUE",
625
+ * // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
626
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
627
+ * // SizeGiB: Number("int"),
628
+ * // },
618
629
  * // },
619
630
  * // },
620
631
  * // FailureDetails: {
@@ -787,6 +798,10 @@ declare const CreateFileSystemCommand_base: {
787
798
  * // "STRING_VALUE",
788
799
  * // ],
789
800
  * // EndpointIpAddress: "STRING_VALUE",
801
+ * // ReadCacheConfiguration: {
802
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
803
+ * // SizeGiB: Number("int"),
804
+ * // },
790
805
  * // },
791
806
  * // },
792
807
  * // };
@@ -126,6 +126,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
126
126
  * CopyTagsToBackups: true || false,
127
127
  * DriveCacheType: "NONE" || "READ",
128
128
  * DataCompressionType: "NONE" || "LZ4",
129
+ * EfaEnabled: true || false,
129
130
  * LogConfiguration: { // LustreLogCreateConfiguration
130
131
  * Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
131
132
  * Destination: "STRING_VALUE",
@@ -141,7 +142,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
141
142
  * Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
142
143
  * },
143
144
  * },
144
- * StorageType: "SSD" || "HDD",
145
+ * StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
145
146
  * KmsKeyId: "STRING_VALUE",
146
147
  * FileSystemTypeVersion: "STRING_VALUE",
147
148
  * OpenZFSConfiguration: { // CreateFileSystemOpenZFSConfiguration
@@ -186,6 +187,10 @@ declare const CreateFileSystemFromBackupCommand_base: {
186
187
  * RouteTableIds: [ // RouteTableIds
187
188
  * "STRING_VALUE",
188
189
  * ],
190
+ * ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
191
+ * SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
192
+ * SizeGiB: Number("int"),
193
+ * },
189
194
  * },
190
195
  * StorageCapacity: Number("int"),
191
196
  * };
@@ -202,7 +207,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
202
207
  * // Message: "STRING_VALUE",
203
208
  * // },
204
209
  * // StorageCapacity: Number("int"),
205
- * // StorageType: "SSD" || "HDD",
210
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
206
211
  * // VpcId: "STRING_VALUE",
207
212
  * // SubnetIds: [ // SubnetIds
208
213
  * // "STRING_VALUE",
@@ -292,6 +297,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
292
297
  * // Iops: Number("int"),
293
298
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
294
299
  * // },
300
+ * // EfaEnabled: true || false,
295
301
  * // },
296
302
  * // AdministrativeActions: [ // AdministrativeActions
297
303
  * // { // AdministrativeAction
@@ -309,7 +315,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
309
315
  * // Message: "STRING_VALUE",
310
316
  * // },
311
317
  * // StorageCapacity: Number("int"),
312
- * // StorageType: "SSD" || "HDD",
318
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
313
319
  * // VpcId: "STRING_VALUE",
314
320
  * // SubnetIds: [
315
321
  * // "STRING_VALUE",
@@ -399,6 +405,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
399
405
  * // Iops: Number("int"),
400
406
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
401
407
  * // },
408
+ * // EfaEnabled: true || false,
402
409
  * // },
403
410
  * // AdministrativeActions: [
404
411
  * // {
@@ -583,6 +590,10 @@ declare const CreateFileSystemFromBackupCommand_base: {
583
590
  * // "STRING_VALUE",
584
591
  * // ],
585
592
  * // EndpointIpAddress: "STRING_VALUE",
593
+ * // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
594
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
595
+ * // SizeGiB: Number("int"),
596
+ * // },
586
597
  * // },
587
598
  * // },
588
599
  * // FailureDetails: {
@@ -755,6 +766,10 @@ declare const CreateFileSystemFromBackupCommand_base: {
755
766
  * // "STRING_VALUE",
756
767
  * // ],
757
768
  * // EndpointIpAddress: "STRING_VALUE",
769
+ * // ReadCacheConfiguration: {
770
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
771
+ * // SizeGiB: Number("int"),
772
+ * // },
758
773
  * // },
759
774
  * // },
760
775
  * // };
@@ -107,7 +107,7 @@ declare const CreateSnapshotCommand_base: {
107
107
  * // Message: "STRING_VALUE",
108
108
  * // },
109
109
  * // StorageCapacity: Number("int"),
110
- * // StorageType: "SSD" || "HDD",
110
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
111
111
  * // VpcId: "STRING_VALUE",
112
112
  * // SubnetIds: [ // SubnetIds
113
113
  * // "STRING_VALUE",
@@ -197,6 +197,7 @@ declare const CreateSnapshotCommand_base: {
197
197
  * // Iops: Number("int"),
198
198
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
199
199
  * // },
200
+ * // EfaEnabled: true || false,
200
201
  * // },
201
202
  * // AdministrativeActions: [
202
203
  * // {
@@ -214,7 +215,7 @@ declare const CreateSnapshotCommand_base: {
214
215
  * // Message: "STRING_VALUE",
215
216
  * // },
216
217
  * // StorageCapacity: Number("int"),
217
- * // StorageType: "SSD" || "HDD",
218
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
218
219
  * // VpcId: "STRING_VALUE",
219
220
  * // SubnetIds: [
220
221
  * // "STRING_VALUE",
@@ -299,6 +300,7 @@ declare const CreateSnapshotCommand_base: {
299
300
  * // Iops: Number("int"),
300
301
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
301
302
  * // },
303
+ * // EfaEnabled: true || false,
302
304
  * // },
303
305
  * // AdministrativeActions: "<AdministrativeActions>",
304
306
  * // OntapConfiguration: { // OntapFileSystemConfiguration
@@ -354,6 +356,10 @@ declare const CreateSnapshotCommand_base: {
354
356
  * // "STRING_VALUE",
355
357
  * // ],
356
358
  * // EndpointIpAddress: "STRING_VALUE",
359
+ * // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
360
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
361
+ * // SizeGiB: Number("int"),
362
+ * // },
357
363
  * // },
358
364
  * // },
359
365
  * // FailureDetails: { // AdministrativeActionFailureDetails
@@ -529,6 +535,10 @@ declare const CreateSnapshotCommand_base: {
529
535
  * // "STRING_VALUE",
530
536
  * // ],
531
537
  * // EndpointIpAddress: "STRING_VALUE",
538
+ * // ReadCacheConfiguration: {
539
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
540
+ * // SizeGiB: Number("int"),
541
+ * // },
532
542
  * // },
533
543
  * // },
534
544
  * // FailureDetails: {
@@ -208,7 +208,7 @@ declare const CreateVolumeCommand_base: {
208
208
  * // Message: "STRING_VALUE",
209
209
  * // },
210
210
  * // StorageCapacity: Number("int"),
211
- * // StorageType: "SSD" || "HDD",
211
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
212
212
  * // VpcId: "STRING_VALUE",
213
213
  * // SubnetIds: [ // SubnetIds
214
214
  * // "STRING_VALUE",
@@ -298,6 +298,7 @@ declare const CreateVolumeCommand_base: {
298
298
  * // Iops: Number("int"),
299
299
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
300
300
  * // },
301
+ * // EfaEnabled: true || false,
301
302
  * // },
302
303
  * // AdministrativeActions: [
303
304
  * // {
@@ -315,7 +316,7 @@ declare const CreateVolumeCommand_base: {
315
316
  * // Message: "STRING_VALUE",
316
317
  * // },
317
318
  * // StorageCapacity: Number("int"),
318
- * // StorageType: "SSD" || "HDD",
319
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
319
320
  * // VpcId: "STRING_VALUE",
320
321
  * // SubnetIds: [
321
322
  * // "STRING_VALUE",
@@ -400,6 +401,7 @@ declare const CreateVolumeCommand_base: {
400
401
  * // Iops: Number("int"),
401
402
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
402
403
  * // },
404
+ * // EfaEnabled: true || false,
403
405
  * // },
404
406
  * // AdministrativeActions: "<AdministrativeActions>",
405
407
  * // OntapConfiguration: { // OntapFileSystemConfiguration
@@ -455,6 +457,10 @@ declare const CreateVolumeCommand_base: {
455
457
  * // "STRING_VALUE",
456
458
  * // ],
457
459
  * // EndpointIpAddress: "STRING_VALUE",
460
+ * // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
461
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
462
+ * // SizeGiB: Number("int"),
463
+ * // },
458
464
  * // },
459
465
  * // },
460
466
  * // FailureDetails: { // AdministrativeActionFailureDetails
@@ -627,6 +633,10 @@ declare const CreateVolumeCommand_base: {
627
633
  * // "STRING_VALUE",
628
634
  * // ],
629
635
  * // EndpointIpAddress: "STRING_VALUE",
636
+ * // ReadCacheConfiguration: {
637
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
638
+ * // SizeGiB: Number("int"),
639
+ * // },
630
640
  * // },
631
641
  * // },
632
642
  * // FailureDetails: {
@@ -177,7 +177,7 @@ declare const CreateVolumeFromBackupCommand_base: {
177
177
  * // Message: "STRING_VALUE",
178
178
  * // },
179
179
  * // StorageCapacity: Number("int"),
180
- * // StorageType: "SSD" || "HDD",
180
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
181
181
  * // VpcId: "STRING_VALUE",
182
182
  * // SubnetIds: [ // SubnetIds
183
183
  * // "STRING_VALUE",
@@ -267,6 +267,7 @@ declare const CreateVolumeFromBackupCommand_base: {
267
267
  * // Iops: Number("int"),
268
268
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
269
269
  * // },
270
+ * // EfaEnabled: true || false,
270
271
  * // },
271
272
  * // AdministrativeActions: [
272
273
  * // {
@@ -284,7 +285,7 @@ declare const CreateVolumeFromBackupCommand_base: {
284
285
  * // Message: "STRING_VALUE",
285
286
  * // },
286
287
  * // StorageCapacity: Number("int"),
287
- * // StorageType: "SSD" || "HDD",
288
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
288
289
  * // VpcId: "STRING_VALUE",
289
290
  * // SubnetIds: [
290
291
  * // "STRING_VALUE",
@@ -369,6 +370,7 @@ declare const CreateVolumeFromBackupCommand_base: {
369
370
  * // Iops: Number("int"),
370
371
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
371
372
  * // },
373
+ * // EfaEnabled: true || false,
372
374
  * // },
373
375
  * // AdministrativeActions: "<AdministrativeActions>",
374
376
  * // OntapConfiguration: { // OntapFileSystemConfiguration
@@ -424,6 +426,10 @@ declare const CreateVolumeFromBackupCommand_base: {
424
426
  * // "STRING_VALUE",
425
427
  * // ],
426
428
  * // EndpointIpAddress: "STRING_VALUE",
429
+ * // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
430
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
431
+ * // SizeGiB: Number("int"),
432
+ * // },
427
433
  * // },
428
434
  * // },
429
435
  * // FailureDetails: { // AdministrativeActionFailureDetails
@@ -596,6 +602,10 @@ declare const CreateVolumeFromBackupCommand_base: {
596
602
  * // "STRING_VALUE",
597
603
  * // ],
598
604
  * // EndpointIpAddress: "STRING_VALUE",
605
+ * // ReadCacheConfiguration: {
606
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
607
+ * // SizeGiB: Number("int"),
608
+ * // },
599
609
  * // },
600
610
  * // },
601
611
  * // FailureDetails: {
@@ -105,7 +105,7 @@ declare const DescribeBackupsCommand_base: {
105
105
  * // Message: "STRING_VALUE",
106
106
  * // },
107
107
  * // StorageCapacity: Number("int"),
108
- * // StorageType: "SSD" || "HDD",
108
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
109
109
  * // VpcId: "STRING_VALUE",
110
110
  * // SubnetIds: [ // SubnetIds
111
111
  * // "STRING_VALUE",
@@ -195,6 +195,7 @@ declare const DescribeBackupsCommand_base: {
195
195
  * // Iops: Number("int"),
196
196
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
197
197
  * // },
198
+ * // EfaEnabled: true || false,
198
199
  * // },
199
200
  * // AdministrativeActions: [ // AdministrativeActions
200
201
  * // { // AdministrativeAction
@@ -212,7 +213,7 @@ declare const DescribeBackupsCommand_base: {
212
213
  * // Message: "STRING_VALUE",
213
214
  * // },
214
215
  * // StorageCapacity: Number("int"),
215
- * // StorageType: "SSD" || "HDD",
216
+ * // StorageType: "SSD" || "HDD" || "INTELLIGENT_TIERING",
216
217
  * // VpcId: "STRING_VALUE",
217
218
  * // SubnetIds: [
218
219
  * // "STRING_VALUE",
@@ -297,6 +298,7 @@ declare const DescribeBackupsCommand_base: {
297
298
  * // Iops: Number("int"),
298
299
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
299
300
  * // },
301
+ * // EfaEnabled: true || false,
300
302
  * // },
301
303
  * // AdministrativeActions: [
302
304
  * // {
@@ -481,6 +483,10 @@ declare const DescribeBackupsCommand_base: {
481
483
  * // "STRING_VALUE",
482
484
  * // ],
483
485
  * // EndpointIpAddress: "STRING_VALUE",
486
+ * // ReadCacheConfiguration: { // OpenZFSReadCacheConfiguration
487
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
488
+ * // SizeGiB: Number("int"),
489
+ * // },
484
490
  * // },
485
491
  * // },
486
492
  * // FailureDetails: {
@@ -653,6 +659,10 @@ declare const DescribeBackupsCommand_base: {
653
659
  * // "STRING_VALUE",
654
660
  * // ],
655
661
  * // EndpointIpAddress: "STRING_VALUE",
662
+ * // ReadCacheConfiguration: {
663
+ * // SizingMode: "NO_CACHE" || "USER_PROVISIONED" || "PROPORTIONAL_TO_THROUGHPUT_CAPACITY",
664
+ * // SizeGiB: Number("int"),
665
+ * // },
656
666
  * // },
657
667
  * // },
658
668
  * // DirectoryInformation: { // ActiveDirectoryBackupAttributes
@@ -665,6 +675,7 @@ declare const DescribeBackupsCommand_base: {
665
675
  * // SourceBackupRegion: "STRING_VALUE",
666
676
  * // ResourceType: "FILE_SYSTEM" || "VOLUME",
667
677
  * // Volume: "<Volume>",
678
+ * // SizeInBytes: Number("long"),
668
679
  * // },
669
680
  * // ],
670
681
  * // NextToken: "STRING_VALUE",