@aws-sdk/client-fsx 3.899.0 → 3.901.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 (35) hide show
  1. package/dist-cjs/index.js +1 -0
  2. package/dist-es/models/models_0.js +1 -0
  3. package/dist-types/commands/CopyBackupCommand.d.ts +14 -4
  4. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +14 -4
  5. package/dist-types/commands/CreateBackupCommand.d.ts +14 -4
  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 +15 -4
  10. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +14 -4
  11. package/dist-types/commands/CreateSnapshotCommand.d.ts +14 -4
  12. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +10 -4
  13. package/dist-types/commands/CreateVolumeCommand.d.ts +14 -4
  14. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +14 -4
  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 +13 -3
  20. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +13 -3
  21. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +13 -3
  22. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +9 -3
  23. package/dist-types/commands/DescribeVolumesCommand.d.ts +13 -3
  24. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +14 -4
  25. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +13 -3
  26. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +13 -3
  27. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateFileCacheCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateFileSystemCommand.d.ts +20 -4
  30. package/dist-types/commands/UpdateSnapshotCommand.d.ts +13 -3
  31. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +9 -3
  32. package/dist-types/commands/UpdateVolumeCommand.d.ts +13 -3
  33. package/dist-types/models/models_0.d.ts +72 -21
  34. package/dist-types/ts3.4/models/models_0.d.ts +7 -0
  35. package/package.json +38 -38
@@ -235,6 +235,7 @@ declare const CreateVolumeFromBackupCommand_base: {
235
235
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
236
236
  * // Iops: Number("long"),
237
237
  * // },
238
+ * // PreferredFileServerIpv6: "STRING_VALUE",
238
239
  * // },
239
240
  * // LustreConfiguration: { // LustreFileSystemConfiguration
240
241
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -343,6 +344,7 @@ declare const CreateVolumeFromBackupCommand_base: {
343
344
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
344
345
  * // Iops: Number("long"),
345
346
  * // },
347
+ * // PreferredFileServerIpv6: "STRING_VALUE",
346
348
  * // },
347
349
  * // LustreConfiguration: {
348
350
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -397,12 +399,18 @@ declare const CreateVolumeFromBackupCommand_base: {
397
399
  * // IpAddresses: [ // OntapEndpointIpAddresses
398
400
  * // "STRING_VALUE",
399
401
  * // ],
402
+ * // Ipv6Addresses: [
403
+ * // "STRING_VALUE",
404
+ * // ],
400
405
  * // },
401
406
  * // Management: {
402
407
  * // DNSName: "STRING_VALUE",
403
408
  * // IpAddresses: [
404
409
  * // "STRING_VALUE",
405
410
  * // ],
411
+ * // Ipv6Addresses: [
412
+ * // "STRING_VALUE",
413
+ * // ],
406
414
  * // },
407
415
  * // },
408
416
  * // DiskIopsConfiguration: {
@@ -418,6 +426,7 @@ declare const CreateVolumeFromBackupCommand_base: {
418
426
  * // FsxAdminPassword: "STRING_VALUE",
419
427
  * // HAPairs: Number("int"),
420
428
  * // ThroughputCapacityPerHAPair: Number("int"),
429
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
421
430
  * // },
422
431
  * // FileSystemTypeVersion: "STRING_VALUE",
423
432
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -580,12 +589,12 @@ declare const CreateVolumeFromBackupCommand_base: {
580
589
  * // IpAddresses: [
581
590
  * // "STRING_VALUE",
582
591
  * // ],
592
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
583
593
  * // },
584
594
  * // Management: {
585
595
  * // DNSName: "STRING_VALUE",
586
- * // IpAddresses: [
587
- * // "STRING_VALUE",
588
- * // ],
596
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
597
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
589
598
  * // },
590
599
  * // },
591
600
  * // DiskIopsConfiguration: {
@@ -601,6 +610,7 @@ declare const CreateVolumeFromBackupCommand_base: {
601
610
  * // FsxAdminPassword: "STRING_VALUE",
602
611
  * // HAPairs: Number("int"),
603
612
  * // ThroughputCapacityPerHAPair: Number("int"),
613
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
604
614
  * // },
605
615
  * // FileSystemTypeVersion: "STRING_VALUE",
606
616
  * // OpenZFSConfiguration: {
@@ -721,7 +731,7 @@ declare const CreateVolumeFromBackupCommand_base: {
721
731
  *
722
732
  * @throws {@link ServiceLimitExceeded} (client fault)
723
733
  * <p>An error indicating that a particular service limit was exceeded. You can increase
724
- * some service limits by contacting Amazon Web ServicesSupport.</p>
734
+ * some service limits by contacting Amazon Web Services Support.</p>
725
735
  *
726
736
  * @throws {@link StorageVirtualMachineNotFound} (client fault)
727
737
  * <p>No FSx for ONTAP SVMs were found based upon the supplied parameters.</p>
@@ -79,7 +79,7 @@ declare const DeleteDataRepositoryAssociationCommand_base: {
79
79
  *
80
80
  * @throws {@link ServiceLimitExceeded} (client fault)
81
81
  * <p>An error indicating that a particular service limit was exceeded. You can increase
82
- * some service limits by contacting Amazon Web ServicesSupport.</p>
82
+ * some service limits by contacting Amazon Web Services Support.</p>
83
83
  *
84
84
  * @throws {@link FSxServiceException}
85
85
  * <p>Base exception class for all service exceptions from FSx service.</p>
@@ -82,7 +82,7 @@ declare const DeleteFileCacheCommand_base: {
82
82
  *
83
83
  * @throws {@link ServiceLimitExceeded} (client fault)
84
84
  * <p>An error indicating that a particular service limit was exceeded. You can increase
85
- * some service limits by contacting Amazon Web ServicesSupport.</p>
85
+ * some service limits by contacting Amazon Web Services Support.</p>
86
86
  *
87
87
  * @throws {@link FSxServiceException}
88
88
  * <p>Base exception class for all service exceptions from FSx service.</p>
@@ -170,7 +170,7 @@ declare const DeleteFileSystemCommand_base: {
170
170
  *
171
171
  * @throws {@link ServiceLimitExceeded} (client fault)
172
172
  * <p>An error indicating that a particular service limit was exceeded. You can increase
173
- * some service limits by contacting Amazon Web ServicesSupport.</p>
173
+ * some service limits by contacting Amazon Web Services Support.</p>
174
174
  *
175
175
  * @throws {@link FSxServiceException}
176
176
  * <p>Base exception class for all service exceptions from FSx service.</p>
@@ -93,7 +93,7 @@ declare const DeleteVolumeCommand_base: {
93
93
  *
94
94
  * @throws {@link ServiceLimitExceeded} (client fault)
95
95
  * <p>An error indicating that a particular service limit was exceeded. You can increase
96
- * some service limits by contacting Amazon Web ServicesSupport.</p>
96
+ * some service limits by contacting Amazon Web Services Support.</p>
97
97
  *
98
98
  * @throws {@link VolumeNotFound} (client fault)
99
99
  * <p>No Amazon FSx volumes were found based upon the supplied parameters.</p>
@@ -163,6 +163,7 @@ declare const DescribeBackupsCommand_base: {
163
163
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
164
164
  * // Iops: Number("long"),
165
165
  * // },
166
+ * // PreferredFileServerIpv6: "STRING_VALUE",
166
167
  * // },
167
168
  * // LustreConfiguration: { // LustreFileSystemConfiguration
168
169
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -271,6 +272,7 @@ declare const DescribeBackupsCommand_base: {
271
272
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
272
273
  * // Iops: Number("long"),
273
274
  * // },
275
+ * // PreferredFileServerIpv6: "STRING_VALUE",
274
276
  * // },
275
277
  * // LustreConfiguration: {
276
278
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -455,12 +457,18 @@ declare const DescribeBackupsCommand_base: {
455
457
  * // IpAddresses: [ // OntapEndpointIpAddresses
456
458
  * // "STRING_VALUE",
457
459
  * // ],
460
+ * // Ipv6Addresses: [
461
+ * // "STRING_VALUE",
462
+ * // ],
458
463
  * // },
459
464
  * // Management: {
460
465
  * // DNSName: "STRING_VALUE",
461
466
  * // IpAddresses: [
462
467
  * // "STRING_VALUE",
463
468
  * // ],
469
+ * // Ipv6Addresses: [
470
+ * // "STRING_VALUE",
471
+ * // ],
464
472
  * // },
465
473
  * // },
466
474
  * // DiskIopsConfiguration: {
@@ -476,6 +484,7 @@ declare const DescribeBackupsCommand_base: {
476
484
  * // FsxAdminPassword: "STRING_VALUE",
477
485
  * // HAPairs: Number("int"),
478
486
  * // ThroughputCapacityPerHAPair: Number("int"),
487
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
479
488
  * // },
480
489
  * // FileSystemTypeVersion: "STRING_VALUE",
481
490
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -638,12 +647,12 @@ declare const DescribeBackupsCommand_base: {
638
647
  * // IpAddresses: [
639
648
  * // "STRING_VALUE",
640
649
  * // ],
650
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
641
651
  * // },
642
652
  * // Management: {
643
653
  * // DNSName: "STRING_VALUE",
644
- * // IpAddresses: [
645
- * // "STRING_VALUE",
646
- * // ],
654
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
655
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
647
656
  * // },
648
657
  * // },
649
658
  * // DiskIopsConfiguration: {
@@ -659,6 +668,7 @@ declare const DescribeBackupsCommand_base: {
659
668
  * // FsxAdminPassword: "STRING_VALUE",
660
669
  * // HAPairs: Number("int"),
661
670
  * // ThroughputCapacityPerHAPair: Number("int"),
671
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
662
672
  * // },
663
673
  * // FileSystemTypeVersion: "STRING_VALUE",
664
674
  * // OpenZFSConfiguration: {
@@ -140,6 +140,7 @@ declare const DescribeFileSystemsCommand_base: {
140
140
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
141
141
  * // Iops: Number("long"),
142
142
  * // },
143
+ * // PreferredFileServerIpv6: "STRING_VALUE",
143
144
  * // },
144
145
  * // LustreConfiguration: { // LustreFileSystemConfiguration
145
146
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -253,6 +254,7 @@ declare const DescribeFileSystemsCommand_base: {
253
254
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
254
255
  * // Iops: Number("long"),
255
256
  * // },
257
+ * // PreferredFileServerIpv6: "STRING_VALUE",
256
258
  * // },
257
259
  * // LustreConfiguration: {
258
260
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -437,12 +439,18 @@ declare const DescribeFileSystemsCommand_base: {
437
439
  * // IpAddresses: [ // OntapEndpointIpAddresses
438
440
  * // "STRING_VALUE",
439
441
  * // ],
442
+ * // Ipv6Addresses: [
443
+ * // "STRING_VALUE",
444
+ * // ],
440
445
  * // },
441
446
  * // Management: {
442
447
  * // DNSName: "STRING_VALUE",
443
448
  * // IpAddresses: [
444
449
  * // "STRING_VALUE",
445
450
  * // ],
451
+ * // Ipv6Addresses: [
452
+ * // "STRING_VALUE",
453
+ * // ],
446
454
  * // },
447
455
  * // },
448
456
  * // DiskIopsConfiguration: {
@@ -458,6 +466,7 @@ declare const DescribeFileSystemsCommand_base: {
458
466
  * // FsxAdminPassword: "STRING_VALUE",
459
467
  * // HAPairs: Number("int"),
460
468
  * // ThroughputCapacityPerHAPair: Number("int"),
469
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
461
470
  * // },
462
471
  * // FileSystemTypeVersion: "STRING_VALUE",
463
472
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -620,12 +629,12 @@ declare const DescribeFileSystemsCommand_base: {
620
629
  * // IpAddresses: [
621
630
  * // "STRING_VALUE",
622
631
  * // ],
632
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
623
633
  * // },
624
634
  * // Management: {
625
635
  * // DNSName: "STRING_VALUE",
626
- * // IpAddresses: [
627
- * // "STRING_VALUE",
628
- * // ],
636
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
637
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
629
638
  * // },
630
639
  * // },
631
640
  * // DiskIopsConfiguration: {
@@ -641,6 +650,7 @@ declare const DescribeFileSystemsCommand_base: {
641
650
  * // FsxAdminPassword: "STRING_VALUE",
642
651
  * // HAPairs: Number("int"),
643
652
  * // ThroughputCapacityPerHAPair: Number("int"),
653
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
644
654
  * // },
645
655
  * // FileSystemTypeVersion: "STRING_VALUE",
646
656
  * // OpenZFSConfiguration: {
@@ -170,6 +170,7 @@ declare const DescribeSnapshotsCommand_base: {
170
170
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
171
171
  * // Iops: Number("long"),
172
172
  * // },
173
+ * // PreferredFileServerIpv6: "STRING_VALUE",
173
174
  * // },
174
175
  * // LustreConfiguration: { // LustreFileSystemConfiguration
175
176
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -278,6 +279,7 @@ declare const DescribeSnapshotsCommand_base: {
278
279
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
279
280
  * // Iops: Number("long"),
280
281
  * // },
282
+ * // PreferredFileServerIpv6: "STRING_VALUE",
281
283
  * // },
282
284
  * // LustreConfiguration: {
283
285
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -332,12 +334,18 @@ declare const DescribeSnapshotsCommand_base: {
332
334
  * // IpAddresses: [ // OntapEndpointIpAddresses
333
335
  * // "STRING_VALUE",
334
336
  * // ],
337
+ * // Ipv6Addresses: [
338
+ * // "STRING_VALUE",
339
+ * // ],
335
340
  * // },
336
341
  * // Management: {
337
342
  * // DNSName: "STRING_VALUE",
338
343
  * // IpAddresses: [
339
344
  * // "STRING_VALUE",
340
345
  * // ],
346
+ * // Ipv6Addresses: [
347
+ * // "STRING_VALUE",
348
+ * // ],
341
349
  * // },
342
350
  * // },
343
351
  * // DiskIopsConfiguration: {
@@ -353,6 +361,7 @@ declare const DescribeSnapshotsCommand_base: {
353
361
  * // FsxAdminPassword: "STRING_VALUE",
354
362
  * // HAPairs: Number("int"),
355
363
  * // ThroughputCapacityPerHAPair: Number("int"),
364
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
356
365
  * // },
357
366
  * // FileSystemTypeVersion: "STRING_VALUE",
358
367
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -518,12 +527,12 @@ declare const DescribeSnapshotsCommand_base: {
518
527
  * // IpAddresses: [
519
528
  * // "STRING_VALUE",
520
529
  * // ],
530
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
521
531
  * // },
522
532
  * // Management: {
523
533
  * // DNSName: "STRING_VALUE",
524
- * // IpAddresses: [
525
- * // "STRING_VALUE",
526
- * // ],
534
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
535
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
527
536
  * // },
528
537
  * // },
529
538
  * // DiskIopsConfiguration: {
@@ -539,6 +548,7 @@ declare const DescribeSnapshotsCommand_base: {
539
548
  * // FsxAdminPassword: "STRING_VALUE",
540
549
  * // HAPairs: Number("int"),
541
550
  * // ThroughputCapacityPerHAPair: Number("int"),
551
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
542
552
  * // },
543
553
  * // FileSystemTypeVersion: "STRING_VALUE",
544
554
  * // OpenZFSConfiguration: {
@@ -75,24 +75,30 @@ declare const DescribeStorageVirtualMachinesCommand_base: {
75
75
  * // IpAddresses: [ // OntapEndpointIpAddresses
76
76
  * // "STRING_VALUE",
77
77
  * // ],
78
+ * // Ipv6Addresses: [
79
+ * // "STRING_VALUE",
80
+ * // ],
78
81
  * // },
79
82
  * // Management: {
80
83
  * // DNSName: "STRING_VALUE",
81
84
  * // IpAddresses: [
82
85
  * // "STRING_VALUE",
83
86
  * // ],
87
+ * // Ipv6Addresses: [
88
+ * // "STRING_VALUE",
89
+ * // ],
84
90
  * // },
85
91
  * // Nfs: {
86
92
  * // DNSName: "STRING_VALUE",
87
93
  * // IpAddresses: [
88
94
  * // "STRING_VALUE",
89
95
  * // ],
96
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
90
97
  * // },
91
98
  * // Smb: {
92
99
  * // DNSName: "STRING_VALUE",
93
- * // IpAddresses: [
94
- * // "STRING_VALUE",
95
- * // ],
100
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
101
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
96
102
  * // },
97
103
  * // },
98
104
  * // FileSystemId: "STRING_VALUE",
@@ -194,6 +194,7 @@ declare const DescribeVolumesCommand_base: {
194
194
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
195
195
  * // Iops: Number("long"),
196
196
  * // },
197
+ * // PreferredFileServerIpv6: "STRING_VALUE",
197
198
  * // },
198
199
  * // LustreConfiguration: { // LustreFileSystemConfiguration
199
200
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -302,6 +303,7 @@ declare const DescribeVolumesCommand_base: {
302
303
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
303
304
  * // Iops: Number("long"),
304
305
  * // },
306
+ * // PreferredFileServerIpv6: "STRING_VALUE",
305
307
  * // },
306
308
  * // LustreConfiguration: {
307
309
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -356,12 +358,18 @@ declare const DescribeVolumesCommand_base: {
356
358
  * // IpAddresses: [ // OntapEndpointIpAddresses
357
359
  * // "STRING_VALUE",
358
360
  * // ],
361
+ * // Ipv6Addresses: [
362
+ * // "STRING_VALUE",
363
+ * // ],
359
364
  * // },
360
365
  * // Management: {
361
366
  * // DNSName: "STRING_VALUE",
362
367
  * // IpAddresses: [
363
368
  * // "STRING_VALUE",
364
369
  * // ],
370
+ * // Ipv6Addresses: [
371
+ * // "STRING_VALUE",
372
+ * // ],
365
373
  * // },
366
374
  * // },
367
375
  * // DiskIopsConfiguration: {
@@ -377,6 +385,7 @@ declare const DescribeVolumesCommand_base: {
377
385
  * // FsxAdminPassword: "STRING_VALUE",
378
386
  * // HAPairs: Number("int"),
379
387
  * // ThroughputCapacityPerHAPair: Number("int"),
388
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
380
389
  * // },
381
390
  * // FileSystemTypeVersion: "STRING_VALUE",
382
391
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -539,12 +548,12 @@ declare const DescribeVolumesCommand_base: {
539
548
  * // IpAddresses: [
540
549
  * // "STRING_VALUE",
541
550
  * // ],
551
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
542
552
  * // },
543
553
  * // Management: {
544
554
  * // DNSName: "STRING_VALUE",
545
- * // IpAddresses: [
546
- * // "STRING_VALUE",
547
- * // ],
555
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
556
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
548
557
  * // },
549
558
  * // },
550
559
  * // DiskIopsConfiguration: {
@@ -560,6 +569,7 @@ declare const DescribeVolumesCommand_base: {
560
569
  * // FsxAdminPassword: "STRING_VALUE",
561
570
  * // HAPairs: Number("int"),
562
571
  * // ThroughputCapacityPerHAPair: Number("int"),
572
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
563
573
  * // },
564
574
  * // FileSystemTypeVersion: "STRING_VALUE",
565
575
  * // OpenZFSConfiguration: {
@@ -110,6 +110,7 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
110
110
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
111
111
  * // Iops: Number("long"),
112
112
  * // },
113
+ * // PreferredFileServerIpv6: "STRING_VALUE",
113
114
  * // },
114
115
  * // LustreConfiguration: { // LustreFileSystemConfiguration
115
116
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -223,6 +224,7 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
223
224
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
224
225
  * // Iops: Number("long"),
225
226
  * // },
227
+ * // PreferredFileServerIpv6: "STRING_VALUE",
226
228
  * // },
227
229
  * // LustreConfiguration: {
228
230
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -407,12 +409,18 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
407
409
  * // IpAddresses: [ // OntapEndpointIpAddresses
408
410
  * // "STRING_VALUE",
409
411
  * // ],
412
+ * // Ipv6Addresses: [
413
+ * // "STRING_VALUE",
414
+ * // ],
410
415
  * // },
411
416
  * // Management: {
412
417
  * // DNSName: "STRING_VALUE",
413
418
  * // IpAddresses: [
414
419
  * // "STRING_VALUE",
415
420
  * // ],
421
+ * // Ipv6Addresses: [
422
+ * // "STRING_VALUE",
423
+ * // ],
416
424
  * // },
417
425
  * // },
418
426
  * // DiskIopsConfiguration: {
@@ -428,6 +436,7 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
428
436
  * // FsxAdminPassword: "STRING_VALUE",
429
437
  * // HAPairs: Number("int"),
430
438
  * // ThroughputCapacityPerHAPair: Number("int"),
439
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
431
440
  * // },
432
441
  * // FileSystemTypeVersion: "STRING_VALUE",
433
442
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -590,12 +599,12 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
590
599
  * // IpAddresses: [
591
600
  * // "STRING_VALUE",
592
601
  * // ],
602
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
593
603
  * // },
594
604
  * // Management: {
595
605
  * // DNSName: "STRING_VALUE",
596
- * // IpAddresses: [
597
- * // "STRING_VALUE",
598
- * // ],
606
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
607
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
599
608
  * // },
600
609
  * // },
601
610
  * // DiskIopsConfiguration: {
@@ -611,6 +620,7 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
611
620
  * // FsxAdminPassword: "STRING_VALUE",
612
621
  * // HAPairs: Number("int"),
613
622
  * // ThroughputCapacityPerHAPair: Number("int"),
623
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
614
624
  * // },
615
625
  * // FileSystemTypeVersion: "STRING_VALUE",
616
626
  * // OpenZFSConfiguration: {
@@ -664,7 +674,7 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
664
674
  *
665
675
  * @throws {@link ServiceLimitExceeded} (client fault)
666
676
  * <p>An error indicating that a particular service limit was exceeded. You can increase
667
- * some service limits by contacting Amazon Web ServicesSupport.</p>
677
+ * some service limits by contacting Amazon Web Services Support.</p>
668
678
  *
669
679
  * @throws {@link FSxServiceException}
670
680
  * <p>Base exception class for all service exceptions from FSx service.</p>
@@ -121,6 +121,7 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
121
121
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
122
122
  * // Iops: Number("long"),
123
123
  * // },
124
+ * // PreferredFileServerIpv6: "STRING_VALUE",
124
125
  * // },
125
126
  * // LustreConfiguration: { // LustreFileSystemConfiguration
126
127
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -234,6 +235,7 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
234
235
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
235
236
  * // Iops: Number("long"),
236
237
  * // },
238
+ * // PreferredFileServerIpv6: "STRING_VALUE",
237
239
  * // },
238
240
  * // LustreConfiguration: {
239
241
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -288,12 +290,18 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
288
290
  * // IpAddresses: [ // OntapEndpointIpAddresses
289
291
  * // "STRING_VALUE",
290
292
  * // ],
293
+ * // Ipv6Addresses: [
294
+ * // "STRING_VALUE",
295
+ * // ],
291
296
  * // },
292
297
  * // Management: {
293
298
  * // DNSName: "STRING_VALUE",
294
299
  * // IpAddresses: [
295
300
  * // "STRING_VALUE",
296
301
  * // ],
302
+ * // Ipv6Addresses: [
303
+ * // "STRING_VALUE",
304
+ * // ],
297
305
  * // },
298
306
  * // },
299
307
  * // DiskIopsConfiguration: {
@@ -309,6 +317,7 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
309
317
  * // FsxAdminPassword: "STRING_VALUE",
310
318
  * // HAPairs: Number("int"),
311
319
  * // ThroughputCapacityPerHAPair: Number("int"),
320
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
312
321
  * // },
313
322
  * // FileSystemTypeVersion: "STRING_VALUE",
314
323
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -484,12 +493,12 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
484
493
  * // IpAddresses: [
485
494
  * // "STRING_VALUE",
486
495
  * // ],
496
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
487
497
  * // },
488
498
  * // Management: {
489
499
  * // DNSName: "STRING_VALUE",
490
- * // IpAddresses: [
491
- * // "STRING_VALUE",
492
- * // ],
500
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
501
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
493
502
  * // },
494
503
  * // },
495
504
  * // DiskIopsConfiguration: {
@@ -505,6 +514,7 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
505
514
  * // FsxAdminPassword: "STRING_VALUE",
506
515
  * // HAPairs: Number("int"),
507
516
  * // ThroughputCapacityPerHAPair: Number("int"),
517
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
508
518
  * // },
509
519
  * // FileSystemTypeVersion: "STRING_VALUE",
510
520
  * // OpenZFSConfiguration: {
@@ -110,6 +110,7 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
110
110
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
111
111
  * // Iops: Number("long"),
112
112
  * // },
113
+ * // PreferredFileServerIpv6: "STRING_VALUE",
113
114
  * // },
114
115
  * // LustreConfiguration: { // LustreFileSystemConfiguration
115
116
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -223,6 +224,7 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
223
224
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
224
225
  * // Iops: Number("long"),
225
226
  * // },
227
+ * // PreferredFileServerIpv6: "STRING_VALUE",
226
228
  * // },
227
229
  * // LustreConfiguration: {
228
230
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -407,12 +409,18 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
407
409
  * // IpAddresses: [ // OntapEndpointIpAddresses
408
410
  * // "STRING_VALUE",
409
411
  * // ],
412
+ * // Ipv6Addresses: [
413
+ * // "STRING_VALUE",
414
+ * // ],
410
415
  * // },
411
416
  * // Management: {
412
417
  * // DNSName: "STRING_VALUE",
413
418
  * // IpAddresses: [
414
419
  * // "STRING_VALUE",
415
420
  * // ],
421
+ * // Ipv6Addresses: [
422
+ * // "STRING_VALUE",
423
+ * // ],
416
424
  * // },
417
425
  * // },
418
426
  * // DiskIopsConfiguration: {
@@ -428,6 +436,7 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
428
436
  * // FsxAdminPassword: "STRING_VALUE",
429
437
  * // HAPairs: Number("int"),
430
438
  * // ThroughputCapacityPerHAPair: Number("int"),
439
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
431
440
  * // },
432
441
  * // FileSystemTypeVersion: "STRING_VALUE",
433
442
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -590,12 +599,12 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
590
599
  * // IpAddresses: [
591
600
  * // "STRING_VALUE",
592
601
  * // ],
602
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
593
603
  * // },
594
604
  * // Management: {
595
605
  * // DNSName: "STRING_VALUE",
596
- * // IpAddresses: [
597
- * // "STRING_VALUE",
598
- * // ],
606
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
607
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
599
608
  * // },
600
609
  * // },
601
610
  * // DiskIopsConfiguration: {
@@ -611,6 +620,7 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
611
620
  * // FsxAdminPassword: "STRING_VALUE",
612
621
  * // HAPairs: Number("int"),
613
622
  * // ThroughputCapacityPerHAPair: Number("int"),
623
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
614
624
  * // },
615
625
  * // FileSystemTypeVersion: "STRING_VALUE",
616
626
  * // OpenZFSConfiguration: {
@@ -133,7 +133,7 @@ declare const UpdateDataRepositoryAssociationCommand_base: {
133
133
  *
134
134
  * @throws {@link ServiceLimitExceeded} (client fault)
135
135
  * <p>An error indicating that a particular service limit was exceeded. You can increase
136
- * some service limits by contacting Amazon Web ServicesSupport.</p>
136
+ * some service limits by contacting Amazon Web Services Support.</p>
137
137
  *
138
138
  * @throws {@link FSxServiceException}
139
139
  * <p>Base exception class for all service exceptions from FSx service.</p>
@@ -114,7 +114,7 @@ declare const UpdateFileCacheCommand_base: {
114
114
  *
115
115
  * @throws {@link ServiceLimitExceeded} (client fault)
116
116
  * <p>An error indicating that a particular service limit was exceeded. You can increase
117
- * some service limits by contacting Amazon Web ServicesSupport.</p>
117
+ * some service limits by contacting Amazon Web Services Support.</p>
118
118
  *
119
119
  * @throws {@link UnsupportedOperation} (client fault)
120
120
  * <p>The requested operation is not supported for this resource or API.</p>