@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
package/dist-cjs/index.js CHANGED
@@ -439,6 +439,7 @@ var ActiveDirectoryErrorType = {
439
439
  DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND",
440
440
  INCOMPATIBLE_DOMAIN_MODE: "INCOMPATIBLE_DOMAIN_MODE",
441
441
  INVALID_DOMAIN_STAGE: "INVALID_DOMAIN_STAGE",
442
+ INVALID_NETWORK_TYPE: "INVALID_NETWORK_TYPE",
442
443
  WRONG_VPC: "WRONG_VPC"
443
444
  };
444
445
  var ActiveDirectoryError = class _ActiveDirectoryError extends FSxServiceException {
@@ -20,6 +20,7 @@ export const ActiveDirectoryErrorType = {
20
20
  DOMAIN_NOT_FOUND: "DOMAIN_NOT_FOUND",
21
21
  INCOMPATIBLE_DOMAIN_MODE: "INCOMPATIBLE_DOMAIN_MODE",
22
22
  INVALID_DOMAIN_STAGE: "INVALID_DOMAIN_STAGE",
23
+ INVALID_NETWORK_TYPE: "INVALID_NETWORK_TYPE",
23
24
  WRONG_VPC: "WRONG_VPC",
24
25
  };
25
26
  export class ActiveDirectoryError extends __BaseException {
@@ -155,6 +155,7 @@ declare const CopyBackupCommand_base: {
155
155
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
156
156
  * // Iops: Number("long"),
157
157
  * // },
158
+ * // PreferredFileServerIpv6: "STRING_VALUE",
158
159
  * // },
159
160
  * // LustreConfiguration: { // LustreFileSystemConfiguration
160
161
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -263,6 +264,7 @@ declare const CopyBackupCommand_base: {
263
264
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
264
265
  * // Iops: Number("long"),
265
266
  * // },
267
+ * // PreferredFileServerIpv6: "STRING_VALUE",
266
268
  * // },
267
269
  * // LustreConfiguration: {
268
270
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -447,12 +449,18 @@ declare const CopyBackupCommand_base: {
447
449
  * // IpAddresses: [ // OntapEndpointIpAddresses
448
450
  * // "STRING_VALUE",
449
451
  * // ],
452
+ * // Ipv6Addresses: [
453
+ * // "STRING_VALUE",
454
+ * // ],
450
455
  * // },
451
456
  * // Management: {
452
457
  * // DNSName: "STRING_VALUE",
453
458
  * // IpAddresses: [
454
459
  * // "STRING_VALUE",
455
460
  * // ],
461
+ * // Ipv6Addresses: [
462
+ * // "STRING_VALUE",
463
+ * // ],
456
464
  * // },
457
465
  * // },
458
466
  * // DiskIopsConfiguration: {
@@ -468,6 +476,7 @@ declare const CopyBackupCommand_base: {
468
476
  * // FsxAdminPassword: "STRING_VALUE",
469
477
  * // HAPairs: Number("int"),
470
478
  * // ThroughputCapacityPerHAPair: Number("int"),
479
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
471
480
  * // },
472
481
  * // FileSystemTypeVersion: "STRING_VALUE",
473
482
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -630,12 +639,12 @@ declare const CopyBackupCommand_base: {
630
639
  * // IpAddresses: [
631
640
  * // "STRING_VALUE",
632
641
  * // ],
642
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
633
643
  * // },
634
644
  * // Management: {
635
645
  * // DNSName: "STRING_VALUE",
636
- * // IpAddresses: [
637
- * // "STRING_VALUE",
638
- * // ],
646
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
647
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
639
648
  * // },
640
649
  * // },
641
650
  * // DiskIopsConfiguration: {
@@ -651,6 +660,7 @@ declare const CopyBackupCommand_base: {
651
660
  * // FsxAdminPassword: "STRING_VALUE",
652
661
  * // HAPairs: Number("int"),
653
662
  * // ThroughputCapacityPerHAPair: Number("int"),
663
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
654
664
  * // },
655
665
  * // FileSystemTypeVersion: "STRING_VALUE",
656
666
  * // OpenZFSConfiguration: {
@@ -732,7 +742,7 @@ declare const CopyBackupCommand_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 ServicesSupport.</p>
745
+ * some service limits by contacting Amazon Web Services Support.</p>
736
746
  *
737
747
  * @throws {@link SourceBackupUnavailable} (client fault)
738
748
  * <p>The request was rejected because the lifecycle status of the source backup isn't
@@ -122,6 +122,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
122
122
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
123
123
  * // Iops: Number("long"),
124
124
  * // },
125
+ * // PreferredFileServerIpv6: "STRING_VALUE",
125
126
  * // },
126
127
  * // LustreConfiguration: { // LustreFileSystemConfiguration
127
128
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -235,6 +236,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
235
236
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
236
237
  * // Iops: Number("long"),
237
238
  * // },
239
+ * // PreferredFileServerIpv6: "STRING_VALUE",
238
240
  * // },
239
241
  * // LustreConfiguration: {
240
242
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -289,12 +291,18 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
289
291
  * // IpAddresses: [ // OntapEndpointIpAddresses
290
292
  * // "STRING_VALUE",
291
293
  * // ],
294
+ * // Ipv6Addresses: [
295
+ * // "STRING_VALUE",
296
+ * // ],
292
297
  * // },
293
298
  * // Management: {
294
299
  * // DNSName: "STRING_VALUE",
295
300
  * // IpAddresses: [
296
301
  * // "STRING_VALUE",
297
302
  * // ],
303
+ * // Ipv6Addresses: [
304
+ * // "STRING_VALUE",
305
+ * // ],
298
306
  * // },
299
307
  * // },
300
308
  * // DiskIopsConfiguration: {
@@ -310,6 +318,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
310
318
  * // FsxAdminPassword: "STRING_VALUE",
311
319
  * // HAPairs: Number("int"),
312
320
  * // ThroughputCapacityPerHAPair: Number("int"),
321
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
313
322
  * // },
314
323
  * // FileSystemTypeVersion: "STRING_VALUE",
315
324
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -485,12 +494,12 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
485
494
  * // IpAddresses: [
486
495
  * // "STRING_VALUE",
487
496
  * // ],
497
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
488
498
  * // },
489
499
  * // Management: {
490
500
  * // DNSName: "STRING_VALUE",
491
- * // IpAddresses: [
492
- * // "STRING_VALUE",
493
- * // ],
501
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
502
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
494
503
  * // },
495
504
  * // },
496
505
  * // DiskIopsConfiguration: {
@@ -506,6 +515,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
506
515
  * // FsxAdminPassword: "STRING_VALUE",
507
516
  * // HAPairs: Number("int"),
508
517
  * // ThroughputCapacityPerHAPair: Number("int"),
518
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
509
519
  * // },
510
520
  * // FileSystemTypeVersion: "STRING_VALUE",
511
521
  * // OpenZFSConfiguration: {
@@ -682,7 +692,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
682
692
  *
683
693
  * @throws {@link ServiceLimitExceeded} (client fault)
684
694
  * <p>An error indicating that a particular service limit was exceeded. You can increase
685
- * some service limits by contacting Amazon Web ServicesSupport.</p>
695
+ * some service limits by contacting Amazon Web Services Support.</p>
686
696
  *
687
697
  * @throws {@link FSxServiceException}
688
698
  * <p>Base exception class for all service exceptions from FSx service.</p>
@@ -188,6 +188,7 @@ declare const CreateBackupCommand_base: {
188
188
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
189
189
  * // Iops: Number("long"),
190
190
  * // },
191
+ * // PreferredFileServerIpv6: "STRING_VALUE",
191
192
  * // },
192
193
  * // LustreConfiguration: { // LustreFileSystemConfiguration
193
194
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -296,6 +297,7 @@ declare const CreateBackupCommand_base: {
296
297
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
297
298
  * // Iops: Number("long"),
298
299
  * // },
300
+ * // PreferredFileServerIpv6: "STRING_VALUE",
299
301
  * // },
300
302
  * // LustreConfiguration: {
301
303
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -480,12 +482,18 @@ declare const CreateBackupCommand_base: {
480
482
  * // IpAddresses: [ // OntapEndpointIpAddresses
481
483
  * // "STRING_VALUE",
482
484
  * // ],
485
+ * // Ipv6Addresses: [
486
+ * // "STRING_VALUE",
487
+ * // ],
483
488
  * // },
484
489
  * // Management: {
485
490
  * // DNSName: "STRING_VALUE",
486
491
  * // IpAddresses: [
487
492
  * // "STRING_VALUE",
488
493
  * // ],
494
+ * // Ipv6Addresses: [
495
+ * // "STRING_VALUE",
496
+ * // ],
489
497
  * // },
490
498
  * // },
491
499
  * // DiskIopsConfiguration: {
@@ -501,6 +509,7 @@ declare const CreateBackupCommand_base: {
501
509
  * // FsxAdminPassword: "STRING_VALUE",
502
510
  * // HAPairs: Number("int"),
503
511
  * // ThroughputCapacityPerHAPair: Number("int"),
512
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
504
513
  * // },
505
514
  * // FileSystemTypeVersion: "STRING_VALUE",
506
515
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -663,12 +672,12 @@ declare const CreateBackupCommand_base: {
663
672
  * // IpAddresses: [
664
673
  * // "STRING_VALUE",
665
674
  * // ],
675
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
666
676
  * // },
667
677
  * // Management: {
668
678
  * // DNSName: "STRING_VALUE",
669
- * // IpAddresses: [
670
- * // "STRING_VALUE",
671
- * // ],
679
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
680
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
672
681
  * // },
673
682
  * // },
674
683
  * // DiskIopsConfiguration: {
@@ -684,6 +693,7 @@ declare const CreateBackupCommand_base: {
684
693
  * // FsxAdminPassword: "STRING_VALUE",
685
694
  * // HAPairs: Number("int"),
686
695
  * // ThroughputCapacityPerHAPair: Number("int"),
696
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
687
697
  * // },
688
698
  * // FileSystemTypeVersion: "STRING_VALUE",
689
699
  * // OpenZFSConfiguration: {
@@ -753,7 +763,7 @@ declare const CreateBackupCommand_base: {
753
763
  *
754
764
  * @throws {@link ServiceLimitExceeded} (client fault)
755
765
  * <p>An error indicating that a particular service limit was exceeded. You can increase
756
- * some service limits by contacting Amazon Web ServicesSupport.</p>
766
+ * some service limits by contacting Amazon Web Services Support.</p>
757
767
  *
758
768
  * @throws {@link UnsupportedOperation} (client fault)
759
769
  * <p>The requested operation is not supported for this resource or API.</p>
@@ -156,7 +156,7 @@ declare const CreateDataRepositoryAssociationCommand_base: {
156
156
  *
157
157
  * @throws {@link ServiceLimitExceeded} (client fault)
158
158
  * <p>An error indicating that a particular service limit was exceeded. You can increase
159
- * some service limits by contacting Amazon Web ServicesSupport.</p>
159
+ * some service limits by contacting Amazon Web Services Support.</p>
160
160
  *
161
161
  * @throws {@link UnsupportedOperation} (client fault)
162
162
  * <p>The requested operation is not supported for this resource or API.</p>
@@ -153,7 +153,7 @@ declare const CreateDataRepositoryTaskCommand_base: {
153
153
  *
154
154
  * @throws {@link ServiceLimitExceeded} (client fault)
155
155
  * <p>An error indicating that a particular service limit was exceeded. You can increase
156
- * some service limits by contacting Amazon Web ServicesSupport.</p>
156
+ * some service limits by contacting Amazon Web Services Support.</p>
157
157
  *
158
158
  * @throws {@link UnsupportedOperation} (client fault)
159
159
  * <p>The requested operation is not supported for this resource or API.</p>
@@ -182,7 +182,7 @@ declare const CreateFileCacheCommand_base: {
182
182
  *
183
183
  * @throws {@link ServiceLimitExceeded} (client fault)
184
184
  * <p>An error indicating that a particular service limit was exceeded. You can increase
185
- * some service limits by contacting Amazon Web ServicesSupport.</p>
185
+ * some service limits by contacting Amazon Web Services Support.</p>
186
186
  *
187
187
  * @throws {@link FSxServiceException}
188
188
  * <p>Base exception class for all service exceptions from FSx service.</p>
@@ -184,6 +184,7 @@ declare const CreateFileSystemCommand_base: {
184
184
  * WeeklyMaintenanceStartTime: "STRING_VALUE",
185
185
  * HAPairs: Number("int"),
186
186
  * ThroughputCapacityPerHAPair: Number("int"),
187
+ * EndpointIpv6AddressRange: "STRING_VALUE",
187
188
  * },
188
189
  * FileSystemTypeVersion: "STRING_VALUE",
189
190
  * OpenZFSConfiguration: { // CreateFileSystemOpenZFSConfiguration
@@ -304,6 +305,7 @@ declare const CreateFileSystemCommand_base: {
304
305
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
305
306
  * // Iops: Number("long"),
306
307
  * // },
308
+ * // PreferredFileServerIpv6: "STRING_VALUE",
307
309
  * // },
308
310
  * // LustreConfiguration: { // LustreFileSystemConfiguration
309
311
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -417,6 +419,7 @@ declare const CreateFileSystemCommand_base: {
417
419
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
418
420
  * // Iops: Number("long"),
419
421
  * // },
422
+ * // PreferredFileServerIpv6: "STRING_VALUE",
420
423
  * // },
421
424
  * // LustreConfiguration: {
422
425
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -601,12 +604,18 @@ declare const CreateFileSystemCommand_base: {
601
604
  * // IpAddresses: [ // OntapEndpointIpAddresses
602
605
  * // "STRING_VALUE",
603
606
  * // ],
607
+ * // Ipv6Addresses: [
608
+ * // "STRING_VALUE",
609
+ * // ],
604
610
  * // },
605
611
  * // Management: {
606
612
  * // DNSName: "STRING_VALUE",
607
613
  * // IpAddresses: [
608
614
  * // "STRING_VALUE",
609
615
  * // ],
616
+ * // Ipv6Addresses: [
617
+ * // "STRING_VALUE",
618
+ * // ],
610
619
  * // },
611
620
  * // },
612
621
  * // DiskIopsConfiguration: {
@@ -622,6 +631,7 @@ declare const CreateFileSystemCommand_base: {
622
631
  * // FsxAdminPassword: "STRING_VALUE",
623
632
  * // HAPairs: Number("int"),
624
633
  * // ThroughputCapacityPerHAPair: Number("int"),
634
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
625
635
  * // },
626
636
  * // FileSystemTypeVersion: "STRING_VALUE",
627
637
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -784,12 +794,12 @@ declare const CreateFileSystemCommand_base: {
784
794
  * // IpAddresses: [
785
795
  * // "STRING_VALUE",
786
796
  * // ],
797
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
787
798
  * // },
788
799
  * // Management: {
789
800
  * // DNSName: "STRING_VALUE",
790
- * // IpAddresses: [
791
- * // "STRING_VALUE",
792
- * // ],
801
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
802
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
793
803
  * // },
794
804
  * // },
795
805
  * // DiskIopsConfiguration: {
@@ -805,6 +815,7 @@ declare const CreateFileSystemCommand_base: {
805
815
  * // FsxAdminPassword: "STRING_VALUE",
806
816
  * // HAPairs: Number("int"),
807
817
  * // ThroughputCapacityPerHAPair: Number("int"),
818
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
808
819
  * // },
809
820
  * // FileSystemTypeVersion: "STRING_VALUE",
810
821
  * // OpenZFSConfiguration: {
@@ -873,7 +884,7 @@ declare const CreateFileSystemCommand_base: {
873
884
  *
874
885
  * @throws {@link ServiceLimitExceeded} (client fault)
875
886
  * <p>An error indicating that a particular service limit was exceeded. You can increase
876
- * some service limits by contacting Amazon Web ServicesSupport.</p>
887
+ * some service limits by contacting Amazon Web Services Support.</p>
877
888
  *
878
889
  * @throws {@link FSxServiceException}
879
890
  * <p>Base exception class for all service exceptions from FSx service.</p>
@@ -272,6 +272,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
272
272
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
273
273
  * // Iops: Number("long"),
274
274
  * // },
275
+ * // PreferredFileServerIpv6: "STRING_VALUE",
275
276
  * // },
276
277
  * // LustreConfiguration: { // LustreFileSystemConfiguration
277
278
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -385,6 +386,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
385
386
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
386
387
  * // Iops: Number("long"),
387
388
  * // },
389
+ * // PreferredFileServerIpv6: "STRING_VALUE",
388
390
  * // },
389
391
  * // LustreConfiguration: {
390
392
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -569,12 +571,18 @@ declare const CreateFileSystemFromBackupCommand_base: {
569
571
  * // IpAddresses: [ // OntapEndpointIpAddresses
570
572
  * // "STRING_VALUE",
571
573
  * // ],
574
+ * // Ipv6Addresses: [
575
+ * // "STRING_VALUE",
576
+ * // ],
572
577
  * // },
573
578
  * // Management: {
574
579
  * // DNSName: "STRING_VALUE",
575
580
  * // IpAddresses: [
576
581
  * // "STRING_VALUE",
577
582
  * // ],
583
+ * // Ipv6Addresses: [
584
+ * // "STRING_VALUE",
585
+ * // ],
578
586
  * // },
579
587
  * // },
580
588
  * // DiskIopsConfiguration: {
@@ -590,6 +598,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
590
598
  * // FsxAdminPassword: "STRING_VALUE",
591
599
  * // HAPairs: Number("int"),
592
600
  * // ThroughputCapacityPerHAPair: Number("int"),
601
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
593
602
  * // },
594
603
  * // FileSystemTypeVersion: "STRING_VALUE",
595
604
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -752,12 +761,12 @@ declare const CreateFileSystemFromBackupCommand_base: {
752
761
  * // IpAddresses: [
753
762
  * // "STRING_VALUE",
754
763
  * // ],
764
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
755
765
  * // },
756
766
  * // Management: {
757
767
  * // DNSName: "STRING_VALUE",
758
- * // IpAddresses: [
759
- * // "STRING_VALUE",
760
- * // ],
768
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
769
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
761
770
  * // },
762
771
  * // },
763
772
  * // DiskIopsConfiguration: {
@@ -773,6 +782,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
773
782
  * // FsxAdminPassword: "STRING_VALUE",
774
783
  * // HAPairs: Number("int"),
775
784
  * // ThroughputCapacityPerHAPair: Number("int"),
785
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
776
786
  * // },
777
787
  * // FileSystemTypeVersion: "STRING_VALUE",
778
788
  * // OpenZFSConfiguration: {
@@ -838,7 +848,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
838
848
  *
839
849
  * @throws {@link ServiceLimitExceeded} (client fault)
840
850
  * <p>An error indicating that a particular service limit was exceeded. You can increase
841
- * some service limits by contacting Amazon Web ServicesSupport.</p>
851
+ * some service limits by contacting Amazon Web Services Support.</p>
842
852
  *
843
853
  * @throws {@link FSxServiceException}
844
854
  * <p>Base exception class for all service exceptions from FSx service.</p>
@@ -165,6 +165,7 @@ declare const CreateSnapshotCommand_base: {
165
165
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
166
166
  * // Iops: Number("long"),
167
167
  * // },
168
+ * // PreferredFileServerIpv6: "STRING_VALUE",
168
169
  * // },
169
170
  * // LustreConfiguration: { // LustreFileSystemConfiguration
170
171
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -273,6 +274,7 @@ declare const CreateSnapshotCommand_base: {
273
274
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
274
275
  * // Iops: Number("long"),
275
276
  * // },
277
+ * // PreferredFileServerIpv6: "STRING_VALUE",
276
278
  * // },
277
279
  * // LustreConfiguration: {
278
280
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -327,12 +329,18 @@ declare const CreateSnapshotCommand_base: {
327
329
  * // IpAddresses: [ // OntapEndpointIpAddresses
328
330
  * // "STRING_VALUE",
329
331
  * // ],
332
+ * // Ipv6Addresses: [
333
+ * // "STRING_VALUE",
334
+ * // ],
330
335
  * // },
331
336
  * // Management: {
332
337
  * // DNSName: "STRING_VALUE",
333
338
  * // IpAddresses: [
334
339
  * // "STRING_VALUE",
335
340
  * // ],
341
+ * // Ipv6Addresses: [
342
+ * // "STRING_VALUE",
343
+ * // ],
336
344
  * // },
337
345
  * // },
338
346
  * // DiskIopsConfiguration: {
@@ -348,6 +356,7 @@ declare const CreateSnapshotCommand_base: {
348
356
  * // FsxAdminPassword: "STRING_VALUE",
349
357
  * // HAPairs: Number("int"),
350
358
  * // ThroughputCapacityPerHAPair: Number("int"),
359
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
351
360
  * // },
352
361
  * // FileSystemTypeVersion: "STRING_VALUE",
353
362
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -513,12 +522,12 @@ declare const CreateSnapshotCommand_base: {
513
522
  * // IpAddresses: [
514
523
  * // "STRING_VALUE",
515
524
  * // ],
525
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
516
526
  * // },
517
527
  * // Management: {
518
528
  * // DNSName: "STRING_VALUE",
519
- * // IpAddresses: [
520
- * // "STRING_VALUE",
521
- * // ],
529
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
530
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
522
531
  * // },
523
532
  * // },
524
533
  * // DiskIopsConfiguration: {
@@ -534,6 +543,7 @@ declare const CreateSnapshotCommand_base: {
534
543
  * // FsxAdminPassword: "STRING_VALUE",
535
544
  * // HAPairs: Number("int"),
536
545
  * // ThroughputCapacityPerHAPair: Number("int"),
546
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
537
547
  * // },
538
548
  * // FileSystemTypeVersion: "STRING_VALUE",
539
549
  * // OpenZFSConfiguration: {
@@ -687,7 +697,7 @@ declare const CreateSnapshotCommand_base: {
687
697
  *
688
698
  * @throws {@link ServiceLimitExceeded} (client fault)
689
699
  * <p>An error indicating that a particular service limit was exceeded. You can increase
690
- * some service limits by contacting Amazon Web ServicesSupport.</p>
700
+ * some service limits by contacting Amazon Web Services Support.</p>
691
701
  *
692
702
  * @throws {@link VolumeNotFound} (client fault)
693
703
  * <p>No Amazon FSx volumes were found based upon the supplied parameters.</p>
@@ -85,24 +85,30 @@ declare const CreateStorageVirtualMachineCommand_base: {
85
85
  * // IpAddresses: [ // OntapEndpointIpAddresses
86
86
  * // "STRING_VALUE",
87
87
  * // ],
88
+ * // Ipv6Addresses: [
89
+ * // "STRING_VALUE",
90
+ * // ],
88
91
  * // },
89
92
  * // Management: {
90
93
  * // DNSName: "STRING_VALUE",
91
94
  * // IpAddresses: [
92
95
  * // "STRING_VALUE",
93
96
  * // ],
97
+ * // Ipv6Addresses: [
98
+ * // "STRING_VALUE",
99
+ * // ],
94
100
  * // },
95
101
  * // Nfs: {
96
102
  * // DNSName: "STRING_VALUE",
97
103
  * // IpAddresses: [
98
104
  * // "STRING_VALUE",
99
105
  * // ],
106
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
100
107
  * // },
101
108
  * // Smb: {
102
109
  * // DNSName: "STRING_VALUE",
103
- * // IpAddresses: [
104
- * // "STRING_VALUE",
105
- * // ],
110
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
111
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
106
112
  * // },
107
113
  * // },
108
114
  * // FileSystemId: "STRING_VALUE",
@@ -152,7 +158,7 @@ declare const CreateStorageVirtualMachineCommand_base: {
152
158
  *
153
159
  * @throws {@link ServiceLimitExceeded} (client fault)
154
160
  * <p>An error indicating that a particular service limit was exceeded. You can increase
155
- * some service limits by contacting Amazon Web ServicesSupport.</p>
161
+ * some service limits by contacting Amazon Web Services Support.</p>
156
162
  *
157
163
  * @throws {@link UnsupportedOperation} (client fault)
158
164
  * <p>The requested operation is not supported for this resource or API.</p>
@@ -266,6 +266,7 @@ declare const CreateVolumeCommand_base: {
266
266
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
267
267
  * // Iops: Number("long"),
268
268
  * // },
269
+ * // PreferredFileServerIpv6: "STRING_VALUE",
269
270
  * // },
270
271
  * // LustreConfiguration: { // LustreFileSystemConfiguration
271
272
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -374,6 +375,7 @@ declare const CreateVolumeCommand_base: {
374
375
  * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
375
376
  * // Iops: Number("long"),
376
377
  * // },
378
+ * // PreferredFileServerIpv6: "STRING_VALUE",
377
379
  * // },
378
380
  * // LustreConfiguration: {
379
381
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -428,12 +430,18 @@ declare const CreateVolumeCommand_base: {
428
430
  * // IpAddresses: [ // OntapEndpointIpAddresses
429
431
  * // "STRING_VALUE",
430
432
  * // ],
433
+ * // Ipv6Addresses: [
434
+ * // "STRING_VALUE",
435
+ * // ],
431
436
  * // },
432
437
  * // Management: {
433
438
  * // DNSName: "STRING_VALUE",
434
439
  * // IpAddresses: [
435
440
  * // "STRING_VALUE",
436
441
  * // ],
442
+ * // Ipv6Addresses: [
443
+ * // "STRING_VALUE",
444
+ * // ],
437
445
  * // },
438
446
  * // },
439
447
  * // DiskIopsConfiguration: {
@@ -449,6 +457,7 @@ declare const CreateVolumeCommand_base: {
449
457
  * // FsxAdminPassword: "STRING_VALUE",
450
458
  * // HAPairs: Number("int"),
451
459
  * // ThroughputCapacityPerHAPair: Number("int"),
460
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
452
461
  * // },
453
462
  * // FileSystemTypeVersion: "STRING_VALUE",
454
463
  * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -611,12 +620,12 @@ declare const CreateVolumeCommand_base: {
611
620
  * // IpAddresses: [
612
621
  * // "STRING_VALUE",
613
622
  * // ],
623
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
614
624
  * // },
615
625
  * // Management: {
616
626
  * // DNSName: "STRING_VALUE",
617
- * // IpAddresses: [
618
- * // "STRING_VALUE",
619
- * // ],
627
+ * // IpAddresses: "<OntapEndpointIpAddresses>",
628
+ * // Ipv6Addresses: "<OntapEndpointIpAddresses>",
620
629
  * // },
621
630
  * // },
622
631
  * // DiskIopsConfiguration: {
@@ -632,6 +641,7 @@ declare const CreateVolumeCommand_base: {
632
641
  * // FsxAdminPassword: "STRING_VALUE",
633
642
  * // HAPairs: Number("int"),
634
643
  * // ThroughputCapacityPerHAPair: Number("int"),
644
+ * // EndpointIpv6AddressRange: "STRING_VALUE",
635
645
  * // },
636
646
  * // FileSystemTypeVersion: "STRING_VALUE",
637
647
  * // OpenZFSConfiguration: {
@@ -749,7 +759,7 @@ declare const CreateVolumeCommand_base: {
749
759
  *
750
760
  * @throws {@link ServiceLimitExceeded} (client fault)
751
761
  * <p>An error indicating that a particular service limit was exceeded. You can increase
752
- * some service limits by contacting Amazon Web ServicesSupport.</p>
762
+ * some service limits by contacting Amazon Web Services Support.</p>
753
763
  *
754
764
  * @throws {@link StorageVirtualMachineNotFound} (client fault)
755
765
  * <p>No FSx for ONTAP SVMs were found based upon the supplied parameters.</p>