@aws-sdk/client-fsx 3.315.0 → 3.319.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.
@@ -2493,13 +2493,13 @@ const de_VolumeNotFoundRes = async (parsedOutput, context) => {
2493
2493
  const se_AssociateFileSystemAliasesRequest = (input, context) => {
2494
2494
  return (0, smithy_client_1.take)(input, {
2495
2495
  Aliases: smithy_client_1._json,
2496
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2496
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2497
2497
  FileSystemId: [],
2498
2498
  });
2499
2499
  };
2500
2500
  const se_CopyBackupRequest = (input, context) => {
2501
2501
  return (0, smithy_client_1.take)(input, {
2502
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2502
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2503
2503
  CopyTags: [],
2504
2504
  KmsKeyId: [],
2505
2505
  SourceBackupId: [],
@@ -2509,7 +2509,7 @@ const se_CopyBackupRequest = (input, context) => {
2509
2509
  };
2510
2510
  const se_CreateBackupRequest = (input, context) => {
2511
2511
  return (0, smithy_client_1.take)(input, {
2512
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2512
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2513
2513
  FileSystemId: [],
2514
2514
  Tags: smithy_client_1._json,
2515
2515
  VolumeId: [],
@@ -2518,7 +2518,7 @@ const se_CreateBackupRequest = (input, context) => {
2518
2518
  const se_CreateDataRepositoryAssociationRequest = (input, context) => {
2519
2519
  return (0, smithy_client_1.take)(input, {
2520
2520
  BatchImportMetaDataOnCreate: [],
2521
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2521
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2522
2522
  DataRepositoryPath: [],
2523
2523
  FileSystemId: [],
2524
2524
  FileSystemPath: [],
@@ -2530,7 +2530,7 @@ const se_CreateDataRepositoryAssociationRequest = (input, context) => {
2530
2530
  const se_CreateDataRepositoryTaskRequest = (input, context) => {
2531
2531
  return (0, smithy_client_1.take)(input, {
2532
2532
  CapacityToRelease: [],
2533
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2533
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2534
2534
  FileSystemId: [],
2535
2535
  Paths: smithy_client_1._json,
2536
2536
  Report: smithy_client_1._json,
@@ -2540,7 +2540,7 @@ const se_CreateDataRepositoryTaskRequest = (input, context) => {
2540
2540
  };
2541
2541
  const se_CreateFileCacheRequest = (input, context) => {
2542
2542
  return (0, smithy_client_1.take)(input, {
2543
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2543
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2544
2544
  CopyTagsToDataRepositoryAssociations: [],
2545
2545
  DataRepositoryAssociations: smithy_client_1._json,
2546
2546
  FileCacheType: [],
@@ -2556,7 +2556,7 @@ const se_CreateFileCacheRequest = (input, context) => {
2556
2556
  const se_CreateFileSystemFromBackupRequest = (input, context) => {
2557
2557
  return (0, smithy_client_1.take)(input, {
2558
2558
  BackupId: [],
2559
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2559
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2560
2560
  FileSystemTypeVersion: [],
2561
2561
  KmsKeyId: [],
2562
2562
  LustreConfiguration: smithy_client_1._json,
@@ -2571,7 +2571,7 @@ const se_CreateFileSystemFromBackupRequest = (input, context) => {
2571
2571
  };
2572
2572
  const se_CreateFileSystemRequest = (input, context) => {
2573
2573
  return (0, smithy_client_1.take)(input, {
2574
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2574
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2575
2575
  FileSystemType: [],
2576
2576
  FileSystemTypeVersion: [],
2577
2577
  KmsKeyId: [],
@@ -2588,7 +2588,7 @@ const se_CreateFileSystemRequest = (input, context) => {
2588
2588
  };
2589
2589
  const se_CreateSnapshotRequest = (input, context) => {
2590
2590
  return (0, smithy_client_1.take)(input, {
2591
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2591
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2592
2592
  Name: [],
2593
2593
  Tags: smithy_client_1._json,
2594
2594
  VolumeId: [],
@@ -2597,7 +2597,7 @@ const se_CreateSnapshotRequest = (input, context) => {
2597
2597
  const se_CreateStorageVirtualMachineRequest = (input, context) => {
2598
2598
  return (0, smithy_client_1.take)(input, {
2599
2599
  ActiveDirectoryConfiguration: smithy_client_1._json,
2600
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2600
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2601
2601
  FileSystemId: [],
2602
2602
  Name: [],
2603
2603
  RootVolumeSecurityStyle: [],
@@ -2608,7 +2608,7 @@ const se_CreateStorageVirtualMachineRequest = (input, context) => {
2608
2608
  const se_CreateVolumeFromBackupRequest = (input, context) => {
2609
2609
  return (0, smithy_client_1.take)(input, {
2610
2610
  BackupId: [],
2611
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2611
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2612
2612
  Name: [],
2613
2613
  OntapConfiguration: smithy_client_1._json,
2614
2614
  Tags: smithy_client_1._json,
@@ -2616,7 +2616,7 @@ const se_CreateVolumeFromBackupRequest = (input, context) => {
2616
2616
  };
2617
2617
  const se_CreateVolumeRequest = (input, context) => {
2618
2618
  return (0, smithy_client_1.take)(input, {
2619
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2619
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2620
2620
  Name: [],
2621
2621
  OntapConfiguration: smithy_client_1._json,
2622
2622
  OpenZFSConfiguration: smithy_client_1._json,
@@ -2627,25 +2627,25 @@ const se_CreateVolumeRequest = (input, context) => {
2627
2627
  const se_DeleteBackupRequest = (input, context) => {
2628
2628
  return (0, smithy_client_1.take)(input, {
2629
2629
  BackupId: [],
2630
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2630
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2631
2631
  });
2632
2632
  };
2633
2633
  const se_DeleteDataRepositoryAssociationRequest = (input, context) => {
2634
2634
  return (0, smithy_client_1.take)(input, {
2635
2635
  AssociationId: [],
2636
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2636
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2637
2637
  DeleteDataInFileSystem: [],
2638
2638
  });
2639
2639
  };
2640
2640
  const se_DeleteFileCacheRequest = (input, context) => {
2641
2641
  return (0, smithy_client_1.take)(input, {
2642
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2642
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2643
2643
  FileCacheId: [],
2644
2644
  });
2645
2645
  };
2646
2646
  const se_DeleteFileSystemRequest = (input, context) => {
2647
2647
  return (0, smithy_client_1.take)(input, {
2648
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2648
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2649
2649
  FileSystemId: [],
2650
2650
  LustreConfiguration: smithy_client_1._json,
2651
2651
  OpenZFSConfiguration: smithy_client_1._json,
@@ -2654,19 +2654,19 @@ const se_DeleteFileSystemRequest = (input, context) => {
2654
2654
  };
2655
2655
  const se_DeleteSnapshotRequest = (input, context) => {
2656
2656
  return (0, smithy_client_1.take)(input, {
2657
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2657
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2658
2658
  SnapshotId: [],
2659
2659
  });
2660
2660
  };
2661
2661
  const se_DeleteStorageVirtualMachineRequest = (input, context) => {
2662
2662
  return (0, smithy_client_1.take)(input, {
2663
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2663
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2664
2664
  StorageVirtualMachineId: [],
2665
2665
  });
2666
2666
  };
2667
2667
  const se_DeleteVolumeRequest = (input, context) => {
2668
2668
  return (0, smithy_client_1.take)(input, {
2669
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2669
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2670
2670
  OntapConfiguration: smithy_client_1._json,
2671
2671
  OpenZFSConfiguration: smithy_client_1._json,
2672
2672
  VolumeId: [],
@@ -2674,7 +2674,7 @@ const se_DeleteVolumeRequest = (input, context) => {
2674
2674
  };
2675
2675
  const se_DescribeFileSystemAliasesRequest = (input, context) => {
2676
2676
  return (0, smithy_client_1.take)(input, {
2677
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2677
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2678
2678
  FileSystemId: [],
2679
2679
  MaxResults: [],
2680
2680
  NextToken: [],
@@ -2683,19 +2683,19 @@ const se_DescribeFileSystemAliasesRequest = (input, context) => {
2683
2683
  const se_DisassociateFileSystemAliasesRequest = (input, context) => {
2684
2684
  return (0, smithy_client_1.take)(input, {
2685
2685
  Aliases: smithy_client_1._json,
2686
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2686
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2687
2687
  FileSystemId: [],
2688
2688
  });
2689
2689
  };
2690
2690
  const se_ReleaseFileSystemNfsV3LocksRequest = (input, context) => {
2691
2691
  return (0, smithy_client_1.take)(input, {
2692
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2692
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2693
2693
  FileSystemId: [],
2694
2694
  });
2695
2695
  };
2696
2696
  const se_RestoreVolumeFromSnapshotRequest = (input, context) => {
2697
2697
  return (0, smithy_client_1.take)(input, {
2698
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2698
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2699
2699
  Options: smithy_client_1._json,
2700
2700
  SnapshotId: [],
2701
2701
  VolumeId: [],
@@ -2704,21 +2704,21 @@ const se_RestoreVolumeFromSnapshotRequest = (input, context) => {
2704
2704
  const se_UpdateDataRepositoryAssociationRequest = (input, context) => {
2705
2705
  return (0, smithy_client_1.take)(input, {
2706
2706
  AssociationId: [],
2707
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2707
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2708
2708
  ImportedFileChunkSize: [],
2709
2709
  S3: smithy_client_1._json,
2710
2710
  });
2711
2711
  };
2712
2712
  const se_UpdateFileCacheRequest = (input, context) => {
2713
2713
  return (0, smithy_client_1.take)(input, {
2714
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2714
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2715
2715
  FileCacheId: [],
2716
2716
  LustreConfiguration: smithy_client_1._json,
2717
2717
  });
2718
2718
  };
2719
2719
  const se_UpdateFileSystemRequest = (input, context) => {
2720
2720
  return (0, smithy_client_1.take)(input, {
2721
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2721
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2722
2722
  FileSystemId: [],
2723
2723
  LustreConfiguration: smithy_client_1._json,
2724
2724
  OntapConfiguration: smithy_client_1._json,
@@ -2729,7 +2729,7 @@ const se_UpdateFileSystemRequest = (input, context) => {
2729
2729
  };
2730
2730
  const se_UpdateSnapshotRequest = (input, context) => {
2731
2731
  return (0, smithy_client_1.take)(input, {
2732
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2732
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2733
2733
  Name: [],
2734
2734
  SnapshotId: [],
2735
2735
  });
@@ -2737,14 +2737,14 @@ const se_UpdateSnapshotRequest = (input, context) => {
2737
2737
  const se_UpdateStorageVirtualMachineRequest = (input, context) => {
2738
2738
  return (0, smithy_client_1.take)(input, {
2739
2739
  ActiveDirectoryConfiguration: smithy_client_1._json,
2740
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2740
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2741
2741
  StorageVirtualMachineId: [],
2742
2742
  SvmAdminPassword: [],
2743
2743
  });
2744
2744
  };
2745
2745
  const se_UpdateVolumeRequest = (input, context) => {
2746
2746
  return (0, smithy_client_1.take)(input, {
2747
- ClientRequestToken: (_) => _ ?? (0, uuid_1.v4)(),
2747
+ ClientRequestToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
2748
2748
  Name: [],
2749
2749
  OntapConfiguration: smithy_client_1._json,
2750
2750
  OpenZFSConfiguration: smithy_client_1._json,