@aws-sdk/client-efs 3.649.0 → 3.650.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 +31 -93
  2. package/dist-es/commands/CreateAccessPointCommand.js +1 -3
  3. package/dist-es/commands/CreateFileSystemCommand.js +1 -3
  4. package/dist-es/commands/CreateMountTargetCommand.js +1 -3
  5. package/dist-es/commands/CreateReplicationConfigurationCommand.js +1 -3
  6. package/dist-es/commands/CreateTagsCommand.js +1 -3
  7. package/dist-es/commands/DeleteAccessPointCommand.js +1 -3
  8. package/dist-es/commands/DeleteFileSystemCommand.js +1 -3
  9. package/dist-es/commands/DeleteFileSystemPolicyCommand.js +1 -3
  10. package/dist-es/commands/DeleteMountTargetCommand.js +1 -3
  11. package/dist-es/commands/DeleteReplicationConfigurationCommand.js +1 -3
  12. package/dist-es/commands/DeleteTagsCommand.js +1 -3
  13. package/dist-es/commands/DescribeAccessPointsCommand.js +1 -3
  14. package/dist-es/commands/DescribeAccountPreferencesCommand.js +1 -3
  15. package/dist-es/commands/DescribeBackupPolicyCommand.js +1 -3
  16. package/dist-es/commands/DescribeFileSystemPolicyCommand.js +1 -3
  17. package/dist-es/commands/DescribeFileSystemsCommand.js +1 -3
  18. package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +1 -3
  19. package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +1 -3
  20. package/dist-es/commands/DescribeMountTargetsCommand.js +1 -3
  21. package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +1 -3
  22. package/dist-es/commands/DescribeTagsCommand.js +1 -3
  23. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  24. package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +1 -3
  25. package/dist-es/commands/PutAccountPreferencesCommand.js +1 -3
  26. package/dist-es/commands/PutBackupPolicyCommand.js +1 -3
  27. package/dist-es/commands/PutFileSystemPolicyCommand.js +1 -3
  28. package/dist-es/commands/PutLifecycleConfigurationCommand.js +1 -3
  29. package/dist-es/commands/TagResourceCommand.js +1 -3
  30. package/dist-es/commands/UntagResourceCommand.js +1 -3
  31. package/dist-es/commands/UpdateFileSystemCommand.js +1 -3
  32. package/dist-es/commands/UpdateFileSystemProtectionCommand.js +1 -3
  33. package/dist-es/endpoint/endpointResolver.js +7 -3
  34. package/package.json +4 -4
  35. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -2497,9 +2497,7 @@ var _TK = "TagKeys";
2497
2497
  var _tK = "tagKeys";
2498
2498
 
2499
2499
  // src/commands/CreateAccessPointCommand.ts
2500
- var _CreateAccessPointCommand = class _CreateAccessPointCommand extends import_smithy_client.Command.classBuilder().ep({
2501
- ...commonParams
2502
- }).m(function(Command, cs, config, o) {
2500
+ var _CreateAccessPointCommand = class _CreateAccessPointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2503
2501
  return [
2504
2502
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2505
2503
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2513,9 +2511,7 @@ var CreateAccessPointCommand = _CreateAccessPointCommand;
2513
2511
 
2514
2512
 
2515
2513
 
2516
- var _CreateFileSystemCommand = class _CreateFileSystemCommand extends import_smithy_client.Command.classBuilder().ep({
2517
- ...commonParams
2518
- }).m(function(Command, cs, config, o) {
2514
+ var _CreateFileSystemCommand = class _CreateFileSystemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2519
2515
  return [
2520
2516
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2521
2517
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2529,9 +2525,7 @@ var CreateFileSystemCommand = _CreateFileSystemCommand;
2529
2525
 
2530
2526
 
2531
2527
 
2532
- var _CreateMountTargetCommand = class _CreateMountTargetCommand extends import_smithy_client.Command.classBuilder().ep({
2533
- ...commonParams
2534
- }).m(function(Command, cs, config, o) {
2528
+ var _CreateMountTargetCommand = class _CreateMountTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2535
2529
  return [
2536
2530
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2537
2531
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2545,9 +2539,7 @@ var CreateMountTargetCommand = _CreateMountTargetCommand;
2545
2539
 
2546
2540
 
2547
2541
 
2548
- var _CreateReplicationConfigurationCommand = class _CreateReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2549
- ...commonParams
2550
- }).m(function(Command, cs, config, o) {
2542
+ var _CreateReplicationConfigurationCommand = class _CreateReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2551
2543
  return [
2552
2544
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2553
2545
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2561,9 +2553,7 @@ var CreateReplicationConfigurationCommand = _CreateReplicationConfigurationComma
2561
2553
 
2562
2554
 
2563
2555
 
2564
- var _CreateTagsCommand = class _CreateTagsCommand extends import_smithy_client.Command.classBuilder().ep({
2565
- ...commonParams
2566
- }).m(function(Command, cs, config, o) {
2556
+ var _CreateTagsCommand = class _CreateTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2567
2557
  return [
2568
2558
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2569
2559
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2577,9 +2567,7 @@ var CreateTagsCommand = _CreateTagsCommand;
2577
2567
 
2578
2568
 
2579
2569
 
2580
- var _DeleteAccessPointCommand = class _DeleteAccessPointCommand extends import_smithy_client.Command.classBuilder().ep({
2581
- ...commonParams
2582
- }).m(function(Command, cs, config, o) {
2570
+ var _DeleteAccessPointCommand = class _DeleteAccessPointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2583
2571
  return [
2584
2572
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2585
2573
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2593,9 +2581,7 @@ var DeleteAccessPointCommand = _DeleteAccessPointCommand;
2593
2581
 
2594
2582
 
2595
2583
 
2596
- var _DeleteFileSystemCommand = class _DeleteFileSystemCommand extends import_smithy_client.Command.classBuilder().ep({
2597
- ...commonParams
2598
- }).m(function(Command, cs, config, o) {
2584
+ var _DeleteFileSystemCommand = class _DeleteFileSystemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2599
2585
  return [
2600
2586
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2601
2587
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2609,9 +2595,7 @@ var DeleteFileSystemCommand = _DeleteFileSystemCommand;
2609
2595
 
2610
2596
 
2611
2597
 
2612
- var _DeleteFileSystemPolicyCommand = class _DeleteFileSystemPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2613
- ...commonParams
2614
- }).m(function(Command, cs, config, o) {
2598
+ var _DeleteFileSystemPolicyCommand = class _DeleteFileSystemPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2615
2599
  return [
2616
2600
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2617
2601
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2625,9 +2609,7 @@ var DeleteFileSystemPolicyCommand = _DeleteFileSystemPolicyCommand;
2625
2609
 
2626
2610
 
2627
2611
 
2628
- var _DeleteMountTargetCommand = class _DeleteMountTargetCommand extends import_smithy_client.Command.classBuilder().ep({
2629
- ...commonParams
2630
- }).m(function(Command, cs, config, o) {
2612
+ var _DeleteMountTargetCommand = class _DeleteMountTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2631
2613
  return [
2632
2614
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2633
2615
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2641,9 +2623,7 @@ var DeleteMountTargetCommand = _DeleteMountTargetCommand;
2641
2623
 
2642
2624
 
2643
2625
 
2644
- var _DeleteReplicationConfigurationCommand = class _DeleteReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2645
- ...commonParams
2646
- }).m(function(Command, cs, config, o) {
2626
+ var _DeleteReplicationConfigurationCommand = class _DeleteReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2647
2627
  return [
2648
2628
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2649
2629
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2657,9 +2637,7 @@ var DeleteReplicationConfigurationCommand = _DeleteReplicationConfigurationComma
2657
2637
 
2658
2638
 
2659
2639
 
2660
- var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep({
2661
- ...commonParams
2662
- }).m(function(Command, cs, config, o) {
2640
+ var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2663
2641
  return [
2664
2642
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2665
2643
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2673,9 +2651,7 @@ var DeleteTagsCommand = _DeleteTagsCommand;
2673
2651
 
2674
2652
 
2675
2653
 
2676
- var _DescribeAccessPointsCommand = class _DescribeAccessPointsCommand extends import_smithy_client.Command.classBuilder().ep({
2677
- ...commonParams
2678
- }).m(function(Command, cs, config, o) {
2654
+ var _DescribeAccessPointsCommand = class _DescribeAccessPointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2679
2655
  return [
2680
2656
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2681
2657
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2689,9 +2665,7 @@ var DescribeAccessPointsCommand = _DescribeAccessPointsCommand;
2689
2665
 
2690
2666
 
2691
2667
 
2692
- var _DescribeAccountPreferencesCommand = class _DescribeAccountPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
2693
- ...commonParams
2694
- }).m(function(Command, cs, config, o) {
2668
+ var _DescribeAccountPreferencesCommand = class _DescribeAccountPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2695
2669
  return [
2696
2670
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2697
2671
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2705,9 +2679,7 @@ var DescribeAccountPreferencesCommand = _DescribeAccountPreferencesCommand;
2705
2679
 
2706
2680
 
2707
2681
 
2708
- var _DescribeBackupPolicyCommand = class _DescribeBackupPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2709
- ...commonParams
2710
- }).m(function(Command, cs, config, o) {
2682
+ var _DescribeBackupPolicyCommand = class _DescribeBackupPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2711
2683
  return [
2712
2684
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2713
2685
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2721,9 +2693,7 @@ var DescribeBackupPolicyCommand = _DescribeBackupPolicyCommand;
2721
2693
 
2722
2694
 
2723
2695
 
2724
- var _DescribeFileSystemPolicyCommand = class _DescribeFileSystemPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2725
- ...commonParams
2726
- }).m(function(Command, cs, config, o) {
2696
+ var _DescribeFileSystemPolicyCommand = class _DescribeFileSystemPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2727
2697
  return [
2728
2698
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2729
2699
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2737,9 +2707,7 @@ var DescribeFileSystemPolicyCommand = _DescribeFileSystemPolicyCommand;
2737
2707
 
2738
2708
 
2739
2709
 
2740
- var _DescribeFileSystemsCommand = class _DescribeFileSystemsCommand extends import_smithy_client.Command.classBuilder().ep({
2741
- ...commonParams
2742
- }).m(function(Command, cs, config, o) {
2710
+ var _DescribeFileSystemsCommand = class _DescribeFileSystemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2743
2711
  return [
2744
2712
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2745
2713
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2753,9 +2721,7 @@ var DescribeFileSystemsCommand = _DescribeFileSystemsCommand;
2753
2721
 
2754
2722
 
2755
2723
 
2756
- var _DescribeLifecycleConfigurationCommand = class _DescribeLifecycleConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2757
- ...commonParams
2758
- }).m(function(Command, cs, config, o) {
2724
+ var _DescribeLifecycleConfigurationCommand = class _DescribeLifecycleConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2759
2725
  return [
2760
2726
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2761
2727
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2769,9 +2735,7 @@ var DescribeLifecycleConfigurationCommand = _DescribeLifecycleConfigurationComma
2769
2735
 
2770
2736
 
2771
2737
 
2772
- var _DescribeMountTargetsCommand = class _DescribeMountTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
2773
- ...commonParams
2774
- }).m(function(Command, cs, config, o) {
2738
+ var _DescribeMountTargetsCommand = class _DescribeMountTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2775
2739
  return [
2776
2740
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2777
2741
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2785,9 +2749,7 @@ var DescribeMountTargetsCommand = _DescribeMountTargetsCommand;
2785
2749
 
2786
2750
 
2787
2751
 
2788
- var _DescribeMountTargetSecurityGroupsCommand = class _DescribeMountTargetSecurityGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
2789
- ...commonParams
2790
- }).m(function(Command, cs, config, o) {
2752
+ var _DescribeMountTargetSecurityGroupsCommand = class _DescribeMountTargetSecurityGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2791
2753
  return [
2792
2754
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2793
2755
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2801,9 +2763,7 @@ var DescribeMountTargetSecurityGroupsCommand = _DescribeMountTargetSecurityGroup
2801
2763
 
2802
2764
 
2803
2765
 
2804
- var _DescribeReplicationConfigurationsCommand = class _DescribeReplicationConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
2805
- ...commonParams
2806
- }).m(function(Command, cs, config, o) {
2766
+ var _DescribeReplicationConfigurationsCommand = class _DescribeReplicationConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2807
2767
  return [
2808
2768
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2809
2769
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2817,9 +2777,7 @@ var DescribeReplicationConfigurationsCommand = _DescribeReplicationConfiguration
2817
2777
 
2818
2778
 
2819
2779
 
2820
- var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep({
2821
- ...commonParams
2822
- }).m(function(Command, cs, config, o) {
2780
+ var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2823
2781
  return [
2824
2782
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2825
2783
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2833,9 +2791,7 @@ var DescribeTagsCommand = _DescribeTagsCommand;
2833
2791
 
2834
2792
 
2835
2793
 
2836
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2837
- ...commonParams
2838
- }).m(function(Command, cs, config, o) {
2794
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2839
2795
  return [
2840
2796
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2841
2797
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2849,9 +2805,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2849
2805
 
2850
2806
 
2851
2807
 
2852
- var _ModifyMountTargetSecurityGroupsCommand = class _ModifyMountTargetSecurityGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
2853
- ...commonParams
2854
- }).m(function(Command, cs, config, o) {
2808
+ var _ModifyMountTargetSecurityGroupsCommand = class _ModifyMountTargetSecurityGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2855
2809
  return [
2856
2810
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2857
2811
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2865,9 +2819,7 @@ var ModifyMountTargetSecurityGroupsCommand = _ModifyMountTargetSecurityGroupsCom
2865
2819
 
2866
2820
 
2867
2821
 
2868
- var _PutAccountPreferencesCommand = class _PutAccountPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
2869
- ...commonParams
2870
- }).m(function(Command, cs, config, o) {
2822
+ var _PutAccountPreferencesCommand = class _PutAccountPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2871
2823
  return [
2872
2824
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2873
2825
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2881,9 +2833,7 @@ var PutAccountPreferencesCommand = _PutAccountPreferencesCommand;
2881
2833
 
2882
2834
 
2883
2835
 
2884
- var _PutBackupPolicyCommand = class _PutBackupPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2885
- ...commonParams
2886
- }).m(function(Command, cs, config, o) {
2836
+ var _PutBackupPolicyCommand = class _PutBackupPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2887
2837
  return [
2888
2838
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2889
2839
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2897,9 +2847,7 @@ var PutBackupPolicyCommand = _PutBackupPolicyCommand;
2897
2847
 
2898
2848
 
2899
2849
 
2900
- var _PutFileSystemPolicyCommand = class _PutFileSystemPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2901
- ...commonParams
2902
- }).m(function(Command, cs, config, o) {
2850
+ var _PutFileSystemPolicyCommand = class _PutFileSystemPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2903
2851
  return [
2904
2852
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2905
2853
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2913,9 +2861,7 @@ var PutFileSystemPolicyCommand = _PutFileSystemPolicyCommand;
2913
2861
 
2914
2862
 
2915
2863
 
2916
- var _PutLifecycleConfigurationCommand = class _PutLifecycleConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2917
- ...commonParams
2918
- }).m(function(Command, cs, config, o) {
2864
+ var _PutLifecycleConfigurationCommand = class _PutLifecycleConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2919
2865
  return [
2920
2866
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2921
2867
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2929,9 +2875,7 @@ var PutLifecycleConfigurationCommand = _PutLifecycleConfigurationCommand;
2929
2875
 
2930
2876
 
2931
2877
 
2932
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2933
- ...commonParams
2934
- }).m(function(Command, cs, config, o) {
2878
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2935
2879
  return [
2936
2880
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2937
2881
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2945,9 +2889,7 @@ var TagResourceCommand = _TagResourceCommand;
2945
2889
 
2946
2890
 
2947
2891
 
2948
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2949
- ...commonParams
2950
- }).m(function(Command, cs, config, o) {
2892
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2951
2893
  return [
2952
2894
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2953
2895
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2961,9 +2903,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2961
2903
 
2962
2904
 
2963
2905
 
2964
- var _UpdateFileSystemCommand = class _UpdateFileSystemCommand extends import_smithy_client.Command.classBuilder().ep({
2965
- ...commonParams
2966
- }).m(function(Command, cs, config, o) {
2906
+ var _UpdateFileSystemCommand = class _UpdateFileSystemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2967
2907
  return [
2968
2908
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2969
2909
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2977,9 +2917,7 @@ var UpdateFileSystemCommand = _UpdateFileSystemCommand;
2977
2917
 
2978
2918
 
2979
2919
 
2980
- var _UpdateFileSystemProtectionCommand = class _UpdateFileSystemProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
2981
- ...commonParams
2982
- }).m(function(Command, cs, config, o) {
2920
+ var _UpdateFileSystemProtectionCommand = class _UpdateFileSystemProtectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2983
2921
  return [
2984
2922
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2985
2923
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CreateAccessPointCommand, se_CreateAccessPointCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateAccessPointCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateFileSystemCommand, se_CreateFileSystemCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateFileSystemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateMountTargetCommand, se_CreateMountTargetCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateMountTargetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateReplicationConfigurationCommand, se_CreateReplicationConfigura
6
6
  export { $Command };
7
7
  export class CreateReplicationConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class CreateTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteAccessPointCommand, se_DeleteAccessPointCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteAccessPointCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteFileSystemCommand, se_DeleteFileSystemCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteFileSystemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteFileSystemPolicyCommand, se_DeleteFileSystemPolicyCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteFileSystemPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteMountTargetCommand, se_DeleteMountTargetCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteMountTargetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteReplicationConfigurationCommand, se_DeleteReplicationConfigura
6
6
  export { $Command };
7
7
  export class DeleteReplicationConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class DeleteTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeAccessPointsCommand, se_DescribeAccessPointsCommand } from "
6
6
  export { $Command };
7
7
  export class DescribeAccessPointsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeAccountPreferencesCommand, se_DescribeAccountPreferencesComm
6
6
  export { $Command };
7
7
  export class DescribeAccountPreferencesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeBackupPolicyCommand, se_DescribeBackupPolicyCommand } from "
6
6
  export { $Command };
7
7
  export class DescribeBackupPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeFileSystemPolicyCommand, se_DescribeFileSystemPolicyCommand
6
6
  export { $Command };
7
7
  export class DescribeFileSystemPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeFileSystemsCommand, se_DescribeFileSystemsCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeFileSystemsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLifecycleConfigurationCommand, se_DescribeLifecycleConfigura
6
6
  export { $Command };
7
7
  export class DescribeLifecycleConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeMountTargetSecurityGroupsCommand, se_DescribeMountTargetSecu
6
6
  export { $Command };
7
7
  export class DescribeMountTargetSecurityGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeMountTargetsCommand, se_DescribeMountTargetsCommand } from "
6
6
  export { $Command };
7
7
  export class DescribeMountTargetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeReplicationConfigurationsCommand, se_DescribeReplicationConf
6
6
  export { $Command };
7
7
  export class DescribeReplicationConfigurationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DescribeTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ModifyMountTargetSecurityGroupsCommand, se_ModifyMountTargetSecurity
6
6
  export { $Command };
7
7
  export class ModifyMountTargetSecurityGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutAccountPreferencesCommand, se_PutAccountPreferencesCommand } from
6
6
  export { $Command };
7
7
  export class PutAccountPreferencesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutBackupPolicyCommand, se_PutBackupPolicyCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class PutBackupPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutFileSystemPolicyCommand, se_PutFileSystemPolicyCommand } from "..
6
6
  export { $Command };
7
7
  export class PutFileSystemPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutLifecycleConfigurationCommand, se_PutLifecycleConfigurationComman
6
6
  export { $Command };
7
7
  export class PutLifecycleConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateFileSystemCommand, se_UpdateFileSystemCommand } from "../proto
6
6
  export { $Command };
7
7
  export class UpdateFileSystemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateFileSystemProtectionCommand, se_UpdateFileSystemProtectionComm
6
6
  export { $Command };
7
7
  export class UpdateFileSystemProtectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-efs",
3
3
  "description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-efs",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.4"
9
- }
10
- ]
11
- }