@aws-sdk/client-efs 3.588.0 → 3.592.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +0 -31
- package/dist-types/EFSClient.d.ts +4 -4
- package/dist-types/commands/CreateAccessPointCommand.d.ts +2 -1
- package/dist-types/commands/CreateFileSystemCommand.d.ts +2 -1
- package/dist-types/commands/CreateMountTargetCommand.d.ts +2 -1
- package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMountTargetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccessPointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMountTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountPreferencesCommand.d.ts +2 -1
- package/dist-types/commands/PutBackupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileSystemProtectionCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/EFSServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/EFSClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFileSystemProtectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/EFSServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -258,7 +258,6 @@ var EFSClient = _EFSClient;
|
|
|
258
258
|
|
|
259
259
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
260
260
|
|
|
261
|
-
var import_types = require("@smithy/types");
|
|
262
261
|
|
|
263
262
|
// src/protocols/Aws_restJson1.ts
|
|
264
263
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -2520,7 +2519,6 @@ var CreateAccessPointCommand = _CreateAccessPointCommand;
|
|
|
2520
2519
|
|
|
2521
2520
|
|
|
2522
2521
|
|
|
2523
|
-
|
|
2524
2522
|
var _CreateFileSystemCommand = class _CreateFileSystemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2525
2523
|
...commonParams
|
|
2526
2524
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2537,7 +2535,6 @@ var CreateFileSystemCommand = _CreateFileSystemCommand;
|
|
|
2537
2535
|
|
|
2538
2536
|
|
|
2539
2537
|
|
|
2540
|
-
|
|
2541
2538
|
var _CreateMountTargetCommand = class _CreateMountTargetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2542
2539
|
...commonParams
|
|
2543
2540
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2554,7 +2551,6 @@ var CreateMountTargetCommand = _CreateMountTargetCommand;
|
|
|
2554
2551
|
|
|
2555
2552
|
|
|
2556
2553
|
|
|
2557
|
-
|
|
2558
2554
|
var _CreateReplicationConfigurationCommand = class _CreateReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2559
2555
|
...commonParams
|
|
2560
2556
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2571,7 +2567,6 @@ var CreateReplicationConfigurationCommand = _CreateReplicationConfigurationComma
|
|
|
2571
2567
|
|
|
2572
2568
|
|
|
2573
2569
|
|
|
2574
|
-
|
|
2575
2570
|
var _CreateTagsCommand = class _CreateTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2576
2571
|
...commonParams
|
|
2577
2572
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2588,7 +2583,6 @@ var CreateTagsCommand = _CreateTagsCommand;
|
|
|
2588
2583
|
|
|
2589
2584
|
|
|
2590
2585
|
|
|
2591
|
-
|
|
2592
2586
|
var _DeleteAccessPointCommand = class _DeleteAccessPointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2593
2587
|
...commonParams
|
|
2594
2588
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2605,7 +2599,6 @@ var DeleteAccessPointCommand = _DeleteAccessPointCommand;
|
|
|
2605
2599
|
|
|
2606
2600
|
|
|
2607
2601
|
|
|
2608
|
-
|
|
2609
2602
|
var _DeleteFileSystemCommand = class _DeleteFileSystemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2610
2603
|
...commonParams
|
|
2611
2604
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2622,7 +2615,6 @@ var DeleteFileSystemCommand = _DeleteFileSystemCommand;
|
|
|
2622
2615
|
|
|
2623
2616
|
|
|
2624
2617
|
|
|
2625
|
-
|
|
2626
2618
|
var _DeleteFileSystemPolicyCommand = class _DeleteFileSystemPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2627
2619
|
...commonParams
|
|
2628
2620
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2639,7 +2631,6 @@ var DeleteFileSystemPolicyCommand = _DeleteFileSystemPolicyCommand;
|
|
|
2639
2631
|
|
|
2640
2632
|
|
|
2641
2633
|
|
|
2642
|
-
|
|
2643
2634
|
var _DeleteMountTargetCommand = class _DeleteMountTargetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2644
2635
|
...commonParams
|
|
2645
2636
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2656,7 +2647,6 @@ var DeleteMountTargetCommand = _DeleteMountTargetCommand;
|
|
|
2656
2647
|
|
|
2657
2648
|
|
|
2658
2649
|
|
|
2659
|
-
|
|
2660
2650
|
var _DeleteReplicationConfigurationCommand = class _DeleteReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2661
2651
|
...commonParams
|
|
2662
2652
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2673,7 +2663,6 @@ var DeleteReplicationConfigurationCommand = _DeleteReplicationConfigurationComma
|
|
|
2673
2663
|
|
|
2674
2664
|
|
|
2675
2665
|
|
|
2676
|
-
|
|
2677
2666
|
var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2678
2667
|
...commonParams
|
|
2679
2668
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2690,7 +2679,6 @@ var DeleteTagsCommand = _DeleteTagsCommand;
|
|
|
2690
2679
|
|
|
2691
2680
|
|
|
2692
2681
|
|
|
2693
|
-
|
|
2694
2682
|
var _DescribeAccessPointsCommand = class _DescribeAccessPointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2695
2683
|
...commonParams
|
|
2696
2684
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2707,7 +2695,6 @@ var DescribeAccessPointsCommand = _DescribeAccessPointsCommand;
|
|
|
2707
2695
|
|
|
2708
2696
|
|
|
2709
2697
|
|
|
2710
|
-
|
|
2711
2698
|
var _DescribeAccountPreferencesCommand = class _DescribeAccountPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2712
2699
|
...commonParams
|
|
2713
2700
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2724,7 +2711,6 @@ var DescribeAccountPreferencesCommand = _DescribeAccountPreferencesCommand;
|
|
|
2724
2711
|
|
|
2725
2712
|
|
|
2726
2713
|
|
|
2727
|
-
|
|
2728
2714
|
var _DescribeBackupPolicyCommand = class _DescribeBackupPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2729
2715
|
...commonParams
|
|
2730
2716
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2741,7 +2727,6 @@ var DescribeBackupPolicyCommand = _DescribeBackupPolicyCommand;
|
|
|
2741
2727
|
|
|
2742
2728
|
|
|
2743
2729
|
|
|
2744
|
-
|
|
2745
2730
|
var _DescribeFileSystemPolicyCommand = class _DescribeFileSystemPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2746
2731
|
...commonParams
|
|
2747
2732
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2758,7 +2743,6 @@ var DescribeFileSystemPolicyCommand = _DescribeFileSystemPolicyCommand;
|
|
|
2758
2743
|
|
|
2759
2744
|
|
|
2760
2745
|
|
|
2761
|
-
|
|
2762
2746
|
var _DescribeFileSystemsCommand = class _DescribeFileSystemsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2763
2747
|
...commonParams
|
|
2764
2748
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2775,7 +2759,6 @@ var DescribeFileSystemsCommand = _DescribeFileSystemsCommand;
|
|
|
2775
2759
|
|
|
2776
2760
|
|
|
2777
2761
|
|
|
2778
|
-
|
|
2779
2762
|
var _DescribeLifecycleConfigurationCommand = class _DescribeLifecycleConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2780
2763
|
...commonParams
|
|
2781
2764
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2792,7 +2775,6 @@ var DescribeLifecycleConfigurationCommand = _DescribeLifecycleConfigurationComma
|
|
|
2792
2775
|
|
|
2793
2776
|
|
|
2794
2777
|
|
|
2795
|
-
|
|
2796
2778
|
var _DescribeMountTargetsCommand = class _DescribeMountTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2797
2779
|
...commonParams
|
|
2798
2780
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2809,7 +2791,6 @@ var DescribeMountTargetsCommand = _DescribeMountTargetsCommand;
|
|
|
2809
2791
|
|
|
2810
2792
|
|
|
2811
2793
|
|
|
2812
|
-
|
|
2813
2794
|
var _DescribeMountTargetSecurityGroupsCommand = class _DescribeMountTargetSecurityGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2814
2795
|
...commonParams
|
|
2815
2796
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2826,7 +2807,6 @@ var DescribeMountTargetSecurityGroupsCommand = _DescribeMountTargetSecurityGroup
|
|
|
2826
2807
|
|
|
2827
2808
|
|
|
2828
2809
|
|
|
2829
|
-
|
|
2830
2810
|
var _DescribeReplicationConfigurationsCommand = class _DescribeReplicationConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2831
2811
|
...commonParams
|
|
2832
2812
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2843,7 +2823,6 @@ var DescribeReplicationConfigurationsCommand = _DescribeReplicationConfiguration
|
|
|
2843
2823
|
|
|
2844
2824
|
|
|
2845
2825
|
|
|
2846
|
-
|
|
2847
2826
|
var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2848
2827
|
...commonParams
|
|
2849
2828
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2860,7 +2839,6 @@ var DescribeTagsCommand = _DescribeTagsCommand;
|
|
|
2860
2839
|
|
|
2861
2840
|
|
|
2862
2841
|
|
|
2863
|
-
|
|
2864
2842
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2865
2843
|
...commonParams
|
|
2866
2844
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2877,7 +2855,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2877
2855
|
|
|
2878
2856
|
|
|
2879
2857
|
|
|
2880
|
-
|
|
2881
2858
|
var _ModifyMountTargetSecurityGroupsCommand = class _ModifyMountTargetSecurityGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2882
2859
|
...commonParams
|
|
2883
2860
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2894,7 +2871,6 @@ var ModifyMountTargetSecurityGroupsCommand = _ModifyMountTargetSecurityGroupsCom
|
|
|
2894
2871
|
|
|
2895
2872
|
|
|
2896
2873
|
|
|
2897
|
-
|
|
2898
2874
|
var _PutAccountPreferencesCommand = class _PutAccountPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2899
2875
|
...commonParams
|
|
2900
2876
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2911,7 +2887,6 @@ var PutAccountPreferencesCommand = _PutAccountPreferencesCommand;
|
|
|
2911
2887
|
|
|
2912
2888
|
|
|
2913
2889
|
|
|
2914
|
-
|
|
2915
2890
|
var _PutBackupPolicyCommand = class _PutBackupPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2916
2891
|
...commonParams
|
|
2917
2892
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2928,7 +2903,6 @@ var PutBackupPolicyCommand = _PutBackupPolicyCommand;
|
|
|
2928
2903
|
|
|
2929
2904
|
|
|
2930
2905
|
|
|
2931
|
-
|
|
2932
2906
|
var _PutFileSystemPolicyCommand = class _PutFileSystemPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2933
2907
|
...commonParams
|
|
2934
2908
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2945,7 +2919,6 @@ var PutFileSystemPolicyCommand = _PutFileSystemPolicyCommand;
|
|
|
2945
2919
|
|
|
2946
2920
|
|
|
2947
2921
|
|
|
2948
|
-
|
|
2949
2922
|
var _PutLifecycleConfigurationCommand = class _PutLifecycleConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2950
2923
|
...commonParams
|
|
2951
2924
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2962,7 +2935,6 @@ var PutLifecycleConfigurationCommand = _PutLifecycleConfigurationCommand;
|
|
|
2962
2935
|
|
|
2963
2936
|
|
|
2964
2937
|
|
|
2965
|
-
|
|
2966
2938
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2967
2939
|
...commonParams
|
|
2968
2940
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2979,7 +2951,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2979
2951
|
|
|
2980
2952
|
|
|
2981
2953
|
|
|
2982
|
-
|
|
2983
2954
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2984
2955
|
...commonParams
|
|
2985
2956
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2996,7 +2967,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2996
2967
|
|
|
2997
2968
|
|
|
2998
2969
|
|
|
2999
|
-
|
|
3000
2970
|
var _UpdateFileSystemCommand = class _UpdateFileSystemCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3001
2971
|
...commonParams
|
|
3002
2972
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3013,7 +2983,6 @@ var UpdateFileSystemCommand = _UpdateFileSystemCommand;
|
|
|
3013
2983
|
|
|
3014
2984
|
|
|
3015
2985
|
|
|
3016
|
-
|
|
3017
2986
|
var _UpdateFileSystemProtectionCommand = class _UpdateFileSystemProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3018
2987
|
...commonParams
|
|
3019
2988
|
}).m(function(Command, cs, config, o) {
|
|
@@ -121,15 +121,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
121
121
|
* Enables FIPS compatible endpoints.
|
|
122
122
|
*/
|
|
123
123
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
124
|
+
/**
|
|
125
|
+
* The AWS region to which this client will send requests
|
|
126
|
+
*/
|
|
127
|
+
region?: string | __Provider<string>;
|
|
124
128
|
/**
|
|
125
129
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
126
130
|
* @internal
|
|
127
131
|
*/
|
|
128
132
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
129
|
-
/**
|
|
130
|
-
* The AWS region to which this client will send requests
|
|
131
|
-
*/
|
|
132
|
-
region?: string | __Provider<string>;
|
|
133
133
|
/**
|
|
134
134
|
* Default credentials provider; Not available in browser runtime.
|
|
135
135
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
export * from "./EFSClient";
|
|
11
11
|
export * from "./EFS";
|
|
12
12
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
13
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
14
|
-
export { EFSExtensionConfiguration } from "./extensionConfiguration";
|
|
13
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
14
|
+
export type { EFSExtensionConfiguration } from "./extensionConfiguration";
|
|
15
15
|
export * from "./commands";
|
|
16
16
|
export * from "./pagination";
|
|
17
17
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -256,8 +256,8 @@ export interface ClientDefaults
|
|
|
256
256
|
serviceId?: string;
|
|
257
257
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
258
258
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
259
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
260
259
|
region?: string | __Provider<string>;
|
|
260
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
261
261
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
262
262
|
maxAttempts?: number | __Provider<number>;
|
|
263
263
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AccessPointDescription,
|
|
10
10
|
CreateAccessPointRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateAccessPointCommandInput
|
|
14
15
|
extends CreateAccessPointRequest {}
|
|
15
16
|
export interface CreateAccessPointCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateFileSystemRequest,
|
|
10
10
|
FileSystemDescription,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {}
|
|
14
15
|
export interface CreateFileSystemCommandOutput
|
|
15
16
|
extends FileSystemDescription,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateMountTargetRequest,
|
|
10
10
|
MountTargetDescription,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateMountTargetCommandInput
|
|
14
15
|
extends CreateMountTargetRequest {}
|
|
15
16
|
export interface CreateMountTargetCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateReplicationConfigurationRequest,
|
|
10
10
|
ReplicationConfigurationDescription,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateReplicationConfigurationCommandInput
|
|
14
15
|
extends CreateReplicationConfigurationRequest {}
|
|
15
16
|
export interface CreateReplicationConfigurationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EFSClient";
|
|
8
8
|
import { CreateTagsRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateTagsCommandInput extends CreateTagsRequest {}
|
|
11
12
|
export interface CreateTagsCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const CreateTagsCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EFSClient";
|
|
8
8
|
import { DeleteAccessPointRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteAccessPointCommandInput
|
|
11
12
|
extends DeleteAccessPointRequest {}
|
|
12
13
|
export interface DeleteAccessPointCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EFSClient";
|
|
8
8
|
import { DeleteFileSystemRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {}
|
|
11
12
|
export interface DeleteFileSystemCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteFileSystemCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EFSClient";
|
|
8
8
|
import { DeleteFileSystemPolicyRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteFileSystemPolicyCommandInput
|
|
11
12
|
extends DeleteFileSystemPolicyRequest {}
|
|
12
13
|
export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EFSClient";
|
|
8
8
|
import { DeleteMountTargetRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteMountTargetCommandInput
|
|
11
12
|
extends DeleteMountTargetRequest {}
|
|
12
13
|
export interface DeleteMountTargetCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EFSClient";
|
|
8
8
|
import { DeleteReplicationConfigurationRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteReplicationConfigurationCommandInput
|
|
11
12
|
extends DeleteReplicationConfigurationRequest {}
|
|
12
13
|
export interface DeleteReplicationConfigurationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EFSClient";
|
|
8
8
|
import { DeleteTagsRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
|
|
11
12
|
export interface DeleteTagsCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteTagsCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeAccessPointsRequest,
|
|
10
10
|
DescribeAccessPointsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeAccessPointsCommandInput
|
|
14
15
|
extends DescribeAccessPointsRequest {}
|
|
15
16
|
export interface DescribeAccessPointsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeAccountPreferencesRequest,
|
|
10
10
|
DescribeAccountPreferencesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeAccountPreferencesCommandInput
|
|
14
15
|
extends DescribeAccountPreferencesRequest {}
|
|
15
16
|
export interface DescribeAccountPreferencesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BackupPolicyDescription,
|
|
10
10
|
DescribeBackupPolicyRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeBackupPolicyCommandInput
|
|
14
15
|
extends DescribeBackupPolicyRequest {}
|
|
15
16
|
export interface DescribeBackupPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeFileSystemPolicyRequest,
|
|
10
10
|
FileSystemPolicyDescription,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeFileSystemPolicyCommandInput
|
|
14
15
|
extends DescribeFileSystemPolicyRequest {}
|
|
15
16
|
export interface DescribeFileSystemPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeFileSystemsRequest,
|
|
10
10
|
DescribeFileSystemsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeFileSystemsCommandInput
|
|
14
15
|
extends DescribeFileSystemsRequest {}
|
|
15
16
|
export interface DescribeFileSystemsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeLifecycleConfigurationRequest,
|
|
10
10
|
LifecycleConfigurationDescription,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeLifecycleConfigurationCommandInput
|
|
14
15
|
extends DescribeLifecycleConfigurationRequest {}
|
|
15
16
|
export interface DescribeLifecycleConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeMountTargetSecurityGroupsRequest,
|
|
10
10
|
DescribeMountTargetSecurityGroupsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeMountTargetSecurityGroupsCommandInput
|
|
14
15
|
extends DescribeMountTargetSecurityGroupsRequest {}
|
|
15
16
|
export interface DescribeMountTargetSecurityGroupsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeMountTargetsRequest,
|
|
10
10
|
DescribeMountTargetsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeMountTargetsCommandInput
|
|
14
15
|
extends DescribeMountTargetsRequest {}
|
|
15
16
|
export interface DescribeMountTargetsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeReplicationConfigurationsRequest,
|
|
10
10
|
DescribeReplicationConfigurationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeReplicationConfigurationsCommandInput
|
|
14
15
|
extends DescribeReplicationConfigurationsRequest {}
|
|
15
16
|
export interface DescribeReplicationConfigurationsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EFSClient";
|
|
8
8
|
import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DescribeTagsCommandInput extends DescribeTagsRequest {}
|
|
11
12
|
export interface DescribeTagsCommandOutput
|
|
12
13
|
extends DescribeTagsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EFSClient";
|
|
8
8
|
import { ModifyMountTargetSecurityGroupsRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ModifyMountTargetSecurityGroupsCommandInput
|
|
11
12
|
extends ModifyMountTargetSecurityGroupsRequest {}
|
|
12
13
|
export interface ModifyMountTargetSecurityGroupsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutAccountPreferencesRequest,
|
|
10
10
|
PutAccountPreferencesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutAccountPreferencesCommandInput
|
|
14
15
|
extends PutAccountPreferencesRequest {}
|
|
15
16
|
export interface PutAccountPreferencesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BackupPolicyDescription,
|
|
10
10
|
PutBackupPolicyRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutBackupPolicyCommandInput extends PutBackupPolicyRequest {}
|
|
14
15
|
export interface PutBackupPolicyCommandOutput
|
|
15
16
|
extends BackupPolicyDescription,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
FileSystemPolicyDescription,
|
|
10
10
|
PutFileSystemPolicyRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutFileSystemPolicyCommandInput
|
|
14
15
|
extends PutFileSystemPolicyRequest {}
|
|
15
16
|
export interface PutFileSystemPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
LifecycleConfigurationDescription,
|
|
10
10
|
PutLifecycleConfigurationRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutLifecycleConfigurationCommandInput
|
|
14
15
|
extends PutLifecycleConfigurationRequest {}
|
|
15
16
|
export interface PutLifecycleConfigurationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EFSClient";
|
|
8
8
|
import { TagResourceRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const TagResourceCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EFSClient";
|
|
8
8
|
import { UntagResourceRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
11
12
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const UntagResourceCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
FileSystemDescription,
|
|
10
10
|
UpdateFileSystemRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateFileSystemCommandInput extends UpdateFileSystemRequest {}
|
|
14
15
|
export interface UpdateFileSystemCommandOutput
|
|
15
16
|
extends FileSystemDescription,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
FileSystemProtectionDescription,
|
|
10
10
|
UpdateFileSystemProtectionRequest,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateFileSystemProtectionCommandInput
|
|
14
15
|
extends UpdateFileSystemProtectionRequest {}
|
|
15
16
|
export interface UpdateFileSystemProtectionCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class EFSServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.
|
|
4
|
+
"version": "3.592.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": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|