@aws-sdk/client-efs 3.650.0 → 3.654.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 (63) hide show
  1. package/dist-types/commands/CreateAccessPointCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateFileSystemCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateMountTargetCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateTagsCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteAccessPointCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteFileSystemCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteMountTargetCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteTagsCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeAccessPointsCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +11 -0
  14. package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeMountTargetsCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeTagsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  23. package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +11 -0
  24. package/dist-types/commands/PutAccountPreferencesCommand.d.ts +11 -0
  25. package/dist-types/commands/PutBackupPolicyCommand.d.ts +11 -0
  26. package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +11 -0
  27. package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +11 -0
  28. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  29. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  30. package/dist-types/commands/UpdateFileSystemCommand.d.ts +11 -0
  31. package/dist-types/commands/UpdateFileSystemProtectionCommand.d.ts +11 -0
  32. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/UpdateFileSystemProtectionCommand.d.ts +12 -1
  63. package/package.json +35 -35
@@ -153,4 +153,15 @@ declare const CreateAccessPointCommand_base: {
153
153
  * @public
154
154
  */
155
155
  export declare class CreateAccessPointCommand extends CreateAccessPointCommand_base {
156
+ /** @internal type navigation helper, not in runtime. */
157
+ protected static __types: {
158
+ api: {
159
+ input: CreateAccessPointRequest;
160
+ output: AccessPointDescription;
161
+ };
162
+ sdk: {
163
+ input: CreateAccessPointCommandInput;
164
+ output: CreateAccessPointCommandOutput;
165
+ };
166
+ };
156
167
  }
@@ -227,4 +227,15 @@ declare const CreateFileSystemCommand_base: {
227
227
  *
228
228
  */
229
229
  export declare class CreateFileSystemCommand extends CreateFileSystemCommand_base {
230
+ /** @internal type navigation helper, not in runtime. */
231
+ protected static __types: {
232
+ api: {
233
+ input: CreateFileSystemRequest;
234
+ output: FileSystemDescription;
235
+ };
236
+ sdk: {
237
+ input: CreateFileSystemCommandInput;
238
+ output: CreateFileSystemCommandOutput;
239
+ };
240
+ };
230
241
  }
@@ -287,4 +287,15 @@ declare const CreateMountTargetCommand_base: {
287
287
  *
288
288
  */
289
289
  export declare class CreateMountTargetCommand extends CreateMountTargetCommand_base {
290
+ /** @internal type navigation helper, not in runtime. */
291
+ protected static __types: {
292
+ api: {
293
+ input: CreateMountTargetRequest;
294
+ output: MountTargetDescription;
295
+ };
296
+ sdk: {
297
+ input: CreateMountTargetCommandInput;
298
+ output: CreateMountTargetCommandOutput;
299
+ };
300
+ };
290
301
  }
@@ -207,4 +207,15 @@ declare const CreateReplicationConfigurationCommand_base: {
207
207
  * @public
208
208
  */
209
209
  export declare class CreateReplicationConfigurationCommand extends CreateReplicationConfigurationCommand_base {
210
+ /** @internal type navigation helper, not in runtime. */
211
+ protected static __types: {
212
+ api: {
213
+ input: CreateReplicationConfigurationRequest;
214
+ output: ReplicationConfigurationDescription;
215
+ };
216
+ sdk: {
217
+ input: CreateReplicationConfigurationCommandInput;
218
+ output: CreateReplicationConfigurationCommandOutput;
219
+ };
220
+ };
210
221
  }
@@ -100,4 +100,15 @@ declare const CreateTagsCommand_base: {
100
100
  *
101
101
  */
102
102
  export declare class CreateTagsCommand extends CreateTagsCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: CreateTagsRequest;
107
+ output: {};
108
+ };
109
+ sdk: {
110
+ input: CreateTagsCommandInput;
111
+ output: CreateTagsCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -69,4 +69,15 @@ declare const DeleteAccessPointCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteAccessPointCommand extends DeleteAccessPointCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteAccessPointRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteAccessPointCommandInput;
80
+ output: DeleteAccessPointCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -99,4 +99,15 @@ declare const DeleteFileSystemCommand_base: {
99
99
  *
100
100
  */
101
101
  export declare class DeleteFileSystemCommand extends DeleteFileSystemCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: DeleteFileSystemRequest;
106
+ output: {};
107
+ };
108
+ sdk: {
109
+ input: DeleteFileSystemCommandInput;
110
+ output: DeleteFileSystemCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -72,4 +72,15 @@ declare const DeleteFileSystemPolicyCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteFileSystemPolicyCommand extends DeleteFileSystemPolicyCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteFileSystemPolicyRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteFileSystemPolicyCommandInput;
83
+ output: DeleteFileSystemPolicyCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -111,4 +111,15 @@ declare const DeleteMountTargetCommand_base: {
111
111
  *
112
112
  */
113
113
  export declare class DeleteMountTargetCommand extends DeleteMountTargetCommand_base {
114
+ /** @internal type navigation helper, not in runtime. */
115
+ protected static __types: {
116
+ api: {
117
+ input: DeleteMountTargetRequest;
118
+ output: {};
119
+ };
120
+ sdk: {
121
+ input: DeleteMountTargetCommandInput;
122
+ output: DeleteMountTargetCommandOutput;
123
+ };
124
+ };
114
125
  }
@@ -75,4 +75,15 @@ declare const DeleteReplicationConfigurationCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteReplicationConfigurationCommand extends DeleteReplicationConfigurationCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteReplicationConfigurationRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteReplicationConfigurationCommandInput;
86
+ output: DeleteReplicationConfigurationCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -94,4 +94,15 @@ declare const DeleteTagsCommand_base: {
94
94
  *
95
95
  */
96
96
  export declare class DeleteTagsCommand extends DeleteTagsCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DeleteTagsRequest;
101
+ output: {};
102
+ };
103
+ sdk: {
104
+ input: DeleteTagsCommandInput;
105
+ output: DeleteTagsCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -112,4 +112,15 @@ declare const DescribeAccessPointsCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class DescribeAccessPointsCommand extends DescribeAccessPointsCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: DescribeAccessPointsRequest;
119
+ output: DescribeAccessPointsResponse;
120
+ };
121
+ sdk: {
122
+ input: DescribeAccessPointsCommandInput;
123
+ output: DescribeAccessPointsCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -67,4 +67,15 @@ declare const DescribeAccountPreferencesCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class DescribeAccountPreferencesCommand extends DescribeAccountPreferencesCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DescribeAccountPreferencesRequest;
74
+ output: DescribeAccountPreferencesResponse;
75
+ };
76
+ sdk: {
77
+ input: DescribeAccountPreferencesCommandInput;
78
+ output: DescribeAccountPreferencesCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -76,4 +76,15 @@ declare const DescribeBackupPolicyCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DescribeBackupPolicyCommand extends DescribeBackupPolicyCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DescribeBackupPolicyRequest;
83
+ output: BackupPolicyDescription;
84
+ };
85
+ sdk: {
86
+ input: DescribeBackupPolicyCommandInput;
87
+ output: DescribeBackupPolicyCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -74,4 +74,15 @@ declare const DescribeFileSystemPolicyCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DescribeFileSystemPolicyCommand extends DescribeFileSystemPolicyCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DescribeFileSystemPolicyRequest;
81
+ output: FileSystemPolicyDescription;
82
+ };
83
+ sdk: {
84
+ input: DescribeFileSystemPolicyCommandInput;
85
+ output: DescribeFileSystemPolicyCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -160,4 +160,15 @@ declare const DescribeFileSystemsCommand_base: {
160
160
  *
161
161
  */
162
162
  export declare class DescribeFileSystemsCommand extends DescribeFileSystemsCommand_base {
163
+ /** @internal type navigation helper, not in runtime. */
164
+ protected static __types: {
165
+ api: {
166
+ input: DescribeFileSystemsRequest;
167
+ output: DescribeFileSystemsResponse;
168
+ };
169
+ sdk: {
170
+ input: DescribeFileSystemsCommandInput;
171
+ output: DescribeFileSystemsCommandOutput;
172
+ };
173
+ };
163
174
  }
@@ -100,4 +100,15 @@ declare const DescribeLifecycleConfigurationCommand_base: {
100
100
  *
101
101
  */
102
102
  export declare class DescribeLifecycleConfigurationCommand extends DescribeLifecycleConfigurationCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: DescribeLifecycleConfigurationRequest;
107
+ output: LifecycleConfigurationDescription;
108
+ };
109
+ sdk: {
110
+ input: DescribeLifecycleConfigurationCommandInput;
111
+ output: DescribeLifecycleConfigurationCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -107,4 +107,15 @@ declare const DescribeMountTargetSecurityGroupsCommand_base: {
107
107
  *
108
108
  */
109
109
  export declare class DescribeMountTargetSecurityGroupsCommand extends DescribeMountTargetSecurityGroupsCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: DescribeMountTargetSecurityGroupsRequest;
114
+ output: DescribeMountTargetSecurityGroupsResponse;
115
+ };
116
+ sdk: {
117
+ input: DescribeMountTargetSecurityGroupsCommandInput;
118
+ output: DescribeMountTargetSecurityGroupsCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -127,4 +127,15 @@ declare const DescribeMountTargetsCommand_base: {
127
127
  *
128
128
  */
129
129
  export declare class DescribeMountTargetsCommand extends DescribeMountTargetsCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: DescribeMountTargetsRequest;
134
+ output: DescribeMountTargetsResponse;
135
+ };
136
+ sdk: {
137
+ input: DescribeMountTargetsCommandInput;
138
+ output: DescribeMountTargetsCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -96,4 +96,15 @@ declare const DescribeReplicationConfigurationsCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DescribeReplicationConfigurationsCommand extends DescribeReplicationConfigurationsCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DescribeReplicationConfigurationsRequest;
103
+ output: DescribeReplicationConfigurationsResponse;
104
+ };
105
+ sdk: {
106
+ input: DescribeReplicationConfigurationsCommandInput;
107
+ output: DescribeReplicationConfigurationsCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -109,4 +109,15 @@ declare const DescribeTagsCommand_base: {
109
109
  *
110
110
  */
111
111
  export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: DescribeTagsRequest;
116
+ output: DescribeTagsResponse;
117
+ };
118
+ sdk: {
119
+ input: DescribeTagsCommandInput;
120
+ output: DescribeTagsCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -82,4 +82,15 @@ declare const ListTagsForResourceCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListTagsForResourceRequest;
89
+ output: ListTagsForResourceResponse;
90
+ };
91
+ sdk: {
92
+ input: ListTagsForResourceCommandInput;
93
+ output: ListTagsForResourceCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -114,4 +114,15 @@ declare const ModifyMountTargetSecurityGroupsCommand_base: {
114
114
  *
115
115
  */
116
116
  export declare class ModifyMountTargetSecurityGroupsCommand extends ModifyMountTargetSecurityGroupsCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: ModifyMountTargetSecurityGroupsRequest;
121
+ output: {};
122
+ };
123
+ sdk: {
124
+ input: ModifyMountTargetSecurityGroupsCommandInput;
125
+ output: ModifyMountTargetSecurityGroupsCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -78,4 +78,15 @@ declare const PutAccountPreferencesCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class PutAccountPreferencesCommand extends PutAccountPreferencesCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: PutAccountPreferencesRequest;
85
+ output: PutAccountPreferencesResponse;
86
+ };
87
+ sdk: {
88
+ input: PutAccountPreferencesCommandInput;
89
+ output: PutAccountPreferencesCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -79,4 +79,15 @@ declare const PutBackupPolicyCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class PutBackupPolicyCommand extends PutBackupPolicyCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: PutBackupPolicyRequest;
86
+ output: BackupPolicyDescription;
87
+ };
88
+ sdk: {
89
+ input: PutBackupPolicyCommandInput;
90
+ output: PutBackupPolicyCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -90,4 +90,15 @@ declare const PutFileSystemPolicyCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class PutFileSystemPolicyCommand extends PutFileSystemPolicyCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: PutFileSystemPolicyRequest;
97
+ output: FileSystemPolicyDescription;
98
+ };
99
+ sdk: {
100
+ input: PutFileSystemPolicyCommandInput;
101
+ output: PutFileSystemPolicyCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -172,4 +172,15 @@ declare const PutLifecycleConfigurationCommand_base: {
172
172
  *
173
173
  */
174
174
  export declare class PutLifecycleConfigurationCommand extends PutLifecycleConfigurationCommand_base {
175
+ /** @internal type navigation helper, not in runtime. */
176
+ protected static __types: {
177
+ api: {
178
+ input: PutLifecycleConfigurationRequest;
179
+ output: LifecycleConfigurationDescription;
180
+ };
181
+ sdk: {
182
+ input: PutLifecycleConfigurationCommandInput;
183
+ output: PutLifecycleConfigurationCommandOutput;
184
+ };
185
+ };
175
186
  }
@@ -78,4 +78,15 @@ declare const TagResourceCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class TagResourceCommand extends TagResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: TagResourceRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: TagResourceCommandInput;
89
+ output: TagResourceCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -75,4 +75,15 @@ declare const UntagResourceCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: UntagResourceRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: UntagResourceCommandInput;
86
+ output: UntagResourceCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -119,4 +119,15 @@ declare const UpdateFileSystemCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class UpdateFileSystemCommand extends UpdateFileSystemCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: UpdateFileSystemRequest;
126
+ output: FileSystemDescription;
127
+ };
128
+ sdk: {
129
+ input: UpdateFileSystemCommandInput;
130
+ output: UpdateFileSystemCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -92,4 +92,15 @@ declare const UpdateFileSystemProtectionCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class UpdateFileSystemProtectionCommand extends UpdateFileSystemProtectionCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: UpdateFileSystemProtectionRequest;
99
+ output: FileSystemProtectionDescription;
100
+ };
101
+ sdk: {
102
+ input: UpdateFileSystemProtectionCommandInput;
103
+ output: UpdateFileSystemProtectionCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -37,4 +37,15 @@ declare const CreateAccessPointCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateAccessPointCommand extends CreateAccessPointCommand_base {}
40
+ export declare class CreateAccessPointCommand extends CreateAccessPointCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAccessPointRequest;
44
+ output: AccessPointDescription;
45
+ };
46
+ sdk: {
47
+ input: CreateAccessPointCommandInput;
48
+ output: CreateAccessPointCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateFileSystemCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateFileSystemCommand extends CreateFileSystemCommand_base {}
39
+ export declare class CreateFileSystemCommand extends CreateFileSystemCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateFileSystemRequest;
43
+ output: FileSystemDescription;
44
+ };
45
+ sdk: {
46
+ input: CreateFileSystemCommandInput;
47
+ output: CreateFileSystemCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateMountTargetCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateMountTargetCommand extends CreateMountTargetCommand_base {}
40
+ export declare class CreateMountTargetCommand extends CreateMountTargetCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateMountTargetRequest;
44
+ output: MountTargetDescription;
45
+ };
46
+ sdk: {
47
+ input: CreateMountTargetCommandInput;
48
+ output: CreateMountTargetCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateReplicationConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateReplicationConfigurationCommand extends CreateReplicationConfigurationCommand_base {}
40
+ export declare class CreateReplicationConfigurationCommand extends CreateReplicationConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateReplicationConfigurationRequest;
44
+ output: ReplicationConfigurationDescription;
45
+ };
46
+ sdk: {
47
+ input: CreateReplicationConfigurationCommandInput;
48
+ output: CreateReplicationConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const CreateTagsCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class CreateTagsCommand extends CreateTagsCommand_base {}
34
+ export declare class CreateTagsCommand extends CreateTagsCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: CreateTagsRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: CreateTagsCommandInput;
42
+ output: CreateTagsCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteAccessPointCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteAccessPointCommand extends DeleteAccessPointCommand_base {}
35
+ export declare class DeleteAccessPointCommand extends DeleteAccessPointCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteAccessPointRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteAccessPointCommandInput;
43
+ output: DeleteAccessPointCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -31,4 +31,15 @@ declare const DeleteFileSystemCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteFileSystemCommand extends DeleteFileSystemCommand_base {}
34
+ export declare class DeleteFileSystemCommand extends DeleteFileSystemCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteFileSystemRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteFileSystemCommandInput;
42
+ output: DeleteFileSystemCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteFileSystemPolicyCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteFileSystemPolicyCommand extends DeleteFileSystemPolicyCommand_base {}
35
+ export declare class DeleteFileSystemPolicyCommand extends DeleteFileSystemPolicyCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteFileSystemPolicyRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteFileSystemPolicyCommandInput;
43
+ output: DeleteFileSystemPolicyCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const DeleteMountTargetCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteMountTargetCommand extends DeleteMountTargetCommand_base {}
35
+ export declare class DeleteMountTargetCommand extends DeleteMountTargetCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteMountTargetRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteMountTargetCommandInput;
43
+ output: DeleteMountTargetCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DeleteReplicationConfigurationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteReplicationConfigurationCommand extends DeleteReplicationConfigurationCommand_base {}
36
+ export declare class DeleteReplicationConfigurationCommand extends DeleteReplicationConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteReplicationConfigurationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteReplicationConfigurationCommandInput;
44
+ output: DeleteReplicationConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteTagsCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteTagsCommand extends DeleteTagsCommand_base {}
34
+ export declare class DeleteTagsCommand extends DeleteTagsCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteTagsRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteTagsCommandInput;
42
+ output: DeleteTagsCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const DescribeAccessPointsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeAccessPointsCommand extends DescribeAccessPointsCommand_base {}
40
+ export declare class DescribeAccessPointsCommand extends DescribeAccessPointsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeAccessPointsRequest;
44
+ output: DescribeAccessPointsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeAccessPointsCommandInput;
48
+ output: DescribeAccessPointsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeAccountPreferencesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeAccountPreferencesCommand extends DescribeAccountPreferencesCommand_base {}
40
+ export declare class DescribeAccountPreferencesCommand extends DescribeAccountPreferencesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeAccountPreferencesRequest;
44
+ output: DescribeAccountPreferencesResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeAccountPreferencesCommandInput;
48
+ output: DescribeAccountPreferencesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeBackupPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeBackupPolicyCommand extends DescribeBackupPolicyCommand_base {}
40
+ export declare class DescribeBackupPolicyCommand extends DescribeBackupPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeBackupPolicyRequest;
44
+ output: BackupPolicyDescription;
45
+ };
46
+ sdk: {
47
+ input: DescribeBackupPolicyCommandInput;
48
+ output: DescribeBackupPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeFileSystemPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeFileSystemPolicyCommand extends DescribeFileSystemPolicyCommand_base {}
40
+ export declare class DescribeFileSystemPolicyCommand extends DescribeFileSystemPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeFileSystemPolicyRequest;
44
+ output: FileSystemPolicyDescription;
45
+ };
46
+ sdk: {
47
+ input: DescribeFileSystemPolicyCommandInput;
48
+ output: DescribeFileSystemPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeFileSystemsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeFileSystemsCommand extends DescribeFileSystemsCommand_base {}
40
+ export declare class DescribeFileSystemsCommand extends DescribeFileSystemsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeFileSystemsRequest;
44
+ output: DescribeFileSystemsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeFileSystemsCommandInput;
48
+ output: DescribeFileSystemsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeLifecycleConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLifecycleConfigurationCommand extends DescribeLifecycleConfigurationCommand_base {}
40
+ export declare class DescribeLifecycleConfigurationCommand extends DescribeLifecycleConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLifecycleConfigurationRequest;
44
+ output: LifecycleConfigurationDescription;
45
+ };
46
+ sdk: {
47
+ input: DescribeLifecycleConfigurationCommandInput;
48
+ output: DescribeLifecycleConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeMountTargetSecurityGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeMountTargetSecurityGroupsCommand extends DescribeMountTargetSecurityGroupsCommand_base {}
40
+ export declare class DescribeMountTargetSecurityGroupsCommand extends DescribeMountTargetSecurityGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeMountTargetSecurityGroupsRequest;
44
+ output: DescribeMountTargetSecurityGroupsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeMountTargetSecurityGroupsCommandInput;
48
+ output: DescribeMountTargetSecurityGroupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeMountTargetsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeMountTargetsCommand extends DescribeMountTargetsCommand_base {}
40
+ export declare class DescribeMountTargetsCommand extends DescribeMountTargetsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeMountTargetsRequest;
44
+ output: DescribeMountTargetsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeMountTargetsCommandInput;
48
+ output: DescribeMountTargetsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeReplicationConfigurationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeReplicationConfigurationsCommand extends DescribeReplicationConfigurationsCommand_base {}
40
+ export declare class DescribeReplicationConfigurationsCommand extends DescribeReplicationConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeReplicationConfigurationsRequest;
44
+ output: DescribeReplicationConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeReplicationConfigurationsCommandInput;
48
+ output: DescribeReplicationConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DescribeTagsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeTagsCommand extends DescribeTagsCommand_base {}
36
+ export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeTagsRequest;
40
+ output: DescribeTagsResponse;
41
+ };
42
+ sdk: {
43
+ input: DescribeTagsCommandInput;
44
+ output: DescribeTagsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ModifyMountTargetSecurityGroupsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ModifyMountTargetSecurityGroupsCommand extends ModifyMountTargetSecurityGroupsCommand_base {}
36
+ export declare class ModifyMountTargetSecurityGroupsCommand extends ModifyMountTargetSecurityGroupsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ModifyMountTargetSecurityGroupsRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: ModifyMountTargetSecurityGroupsCommandInput;
44
+ output: ModifyMountTargetSecurityGroupsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const PutAccountPreferencesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutAccountPreferencesCommand extends PutAccountPreferencesCommand_base {}
40
+ export declare class PutAccountPreferencesCommand extends PutAccountPreferencesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutAccountPreferencesRequest;
44
+ output: PutAccountPreferencesResponse;
45
+ };
46
+ sdk: {
47
+ input: PutAccountPreferencesCommandInput;
48
+ output: PutAccountPreferencesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const PutBackupPolicyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PutBackupPolicyCommand extends PutBackupPolicyCommand_base {}
39
+ export declare class PutBackupPolicyCommand extends PutBackupPolicyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PutBackupPolicyRequest;
43
+ output: BackupPolicyDescription;
44
+ };
45
+ sdk: {
46
+ input: PutBackupPolicyCommandInput;
47
+ output: PutBackupPolicyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const PutFileSystemPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutFileSystemPolicyCommand extends PutFileSystemPolicyCommand_base {}
40
+ export declare class PutFileSystemPolicyCommand extends PutFileSystemPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutFileSystemPolicyRequest;
44
+ output: FileSystemPolicyDescription;
45
+ };
46
+ sdk: {
47
+ input: PutFileSystemPolicyCommandInput;
48
+ output: PutFileSystemPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutLifecycleConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutLifecycleConfigurationCommand extends PutLifecycleConfigurationCommand_base {}
40
+ export declare class PutLifecycleConfigurationCommand extends PutLifecycleConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutLifecycleConfigurationRequest;
44
+ output: LifecycleConfigurationDescription;
45
+ };
46
+ sdk: {
47
+ input: PutLifecycleConfigurationCommandInput;
48
+ output: PutLifecycleConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -36,4 +36,15 @@ declare const UpdateFileSystemCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateFileSystemCommand extends UpdateFileSystemCommand_base {}
39
+ export declare class UpdateFileSystemCommand extends UpdateFileSystemCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateFileSystemRequest;
43
+ output: FileSystemDescription;
44
+ };
45
+ sdk: {
46
+ input: UpdateFileSystemCommandInput;
47
+ output: UpdateFileSystemCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateFileSystemProtectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateFileSystemProtectionCommand extends UpdateFileSystemProtectionCommand_base {}
40
+ export declare class UpdateFileSystemProtectionCommand extends UpdateFileSystemProtectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateFileSystemProtectionRequest;
44
+ output: FileSystemProtectionDescription;
45
+ };
46
+ sdk: {
47
+ input: UpdateFileSystemProtectionCommandInput;
48
+ output: UpdateFileSystemProtectionCommandOutput;
49
+ };
50
+ };
51
+ }
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.650.0",
4
+ "version": "3.654.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,43 +20,43 @@
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.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"