@aws-sdk/client-efs 3.303.0 → 3.309.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/commands/CreateAccessPointCommand.js +2 -2
- package/dist-cjs/commands/CreateFileSystemCommand.js +2 -2
- package/dist-cjs/commands/CreateMountTargetCommand.js +2 -2
- package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccessPointCommand.js +2 -2
- package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -2
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteMountTargetCommand.js +2 -2
- package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccessPointsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +2 -2
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeMountTargetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/PutAccountPreferencesCommand.js +2 -2
- package/dist-cjs/commands/PutBackupPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +442 -456
- package/dist-es/commands/CreateAccessPointCommand.js +3 -3
- package/dist-es/commands/CreateFileSystemCommand.js +3 -3
- package/dist-es/commands/CreateMountTargetCommand.js +3 -3
- package/dist-es/commands/CreateReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateTagsCommand.js +3 -3
- package/dist-es/commands/DeleteAccessPointCommand.js +3 -3
- package/dist-es/commands/DeleteFileSystemCommand.js +3 -3
- package/dist-es/commands/DeleteFileSystemPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteMountTargetCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteTagsCommand.js +3 -3
- package/dist-es/commands/DescribeAccessPointsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountPreferencesCommand.js +3 -3
- package/dist-es/commands/DescribeBackupPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemsCommand.js +3 -3
- package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeMountTargetsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/PutAccountPreferencesCommand.js +3 -3
- package/dist-es/commands/PutBackupPolicyCommand.js +3 -3
- package/dist-es/commands/PutFileSystemPolicyCommand.js +3 -3
- package/dist-es/commands/PutLifecycleConfigurationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFileSystemCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +380 -394
- package/dist-types/protocols/Aws_restJson1.d.ts +240 -60
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -60
- package/package.json +29 -29
|
@@ -30,63 +30,243 @@ import { PutLifecycleConfigurationCommandInput, PutLifecycleConfigurationCommand
|
|
|
30
30
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
31
31
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
32
32
|
import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "../commands/UpdateFileSystemCommand";
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
export declare const
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
export declare const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export declare const
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export declare const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export declare const
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
export declare const
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export declare const
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export declare const
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
export declare const
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
export declare const
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
export declare const
|
|
33
|
+
/**
|
|
34
|
+
* serializeAws_restJson1CreateAccessPointCommand
|
|
35
|
+
*/
|
|
36
|
+
export declare const se_CreateAccessPointCommand: (input: CreateAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
+
/**
|
|
38
|
+
* serializeAws_restJson1CreateFileSystemCommand
|
|
39
|
+
*/
|
|
40
|
+
export declare const se_CreateFileSystemCommand: (input: CreateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
/**
|
|
42
|
+
* serializeAws_restJson1CreateMountTargetCommand
|
|
43
|
+
*/
|
|
44
|
+
export declare const se_CreateMountTargetCommand: (input: CreateMountTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
/**
|
|
46
|
+
* serializeAws_restJson1CreateReplicationConfigurationCommand
|
|
47
|
+
*/
|
|
48
|
+
export declare const se_CreateReplicationConfigurationCommand: (input: CreateReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
/**
|
|
50
|
+
* serializeAws_restJson1CreateTagsCommand
|
|
51
|
+
*/
|
|
52
|
+
export declare const se_CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
/**
|
|
54
|
+
* serializeAws_restJson1DeleteAccessPointCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const se_DeleteAccessPointCommand: (input: DeleteAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
/**
|
|
58
|
+
* serializeAws_restJson1DeleteFileSystemCommand
|
|
59
|
+
*/
|
|
60
|
+
export declare const se_DeleteFileSystemCommand: (input: DeleteFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
/**
|
|
62
|
+
* serializeAws_restJson1DeleteFileSystemPolicyCommand
|
|
63
|
+
*/
|
|
64
|
+
export declare const se_DeleteFileSystemPolicyCommand: (input: DeleteFileSystemPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
/**
|
|
66
|
+
* serializeAws_restJson1DeleteMountTargetCommand
|
|
67
|
+
*/
|
|
68
|
+
export declare const se_DeleteMountTargetCommand: (input: DeleteMountTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
/**
|
|
70
|
+
* serializeAws_restJson1DeleteReplicationConfigurationCommand
|
|
71
|
+
*/
|
|
72
|
+
export declare const se_DeleteReplicationConfigurationCommand: (input: DeleteReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_restJson1DeleteTagsCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
/**
|
|
78
|
+
* serializeAws_restJson1DescribeAccessPointsCommand
|
|
79
|
+
*/
|
|
80
|
+
export declare const se_DescribeAccessPointsCommand: (input: DescribeAccessPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_restJson1DescribeAccountPreferencesCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_DescribeAccountPreferencesCommand: (input: DescribeAccountPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
/**
|
|
86
|
+
* serializeAws_restJson1DescribeBackupPolicyCommand
|
|
87
|
+
*/
|
|
88
|
+
export declare const se_DescribeBackupPolicyCommand: (input: DescribeBackupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
/**
|
|
90
|
+
* serializeAws_restJson1DescribeFileSystemPolicyCommand
|
|
91
|
+
*/
|
|
92
|
+
export declare const se_DescribeFileSystemPolicyCommand: (input: DescribeFileSystemPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
/**
|
|
94
|
+
* serializeAws_restJson1DescribeFileSystemsCommand
|
|
95
|
+
*/
|
|
96
|
+
export declare const se_DescribeFileSystemsCommand: (input: DescribeFileSystemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* serializeAws_restJson1DescribeLifecycleConfigurationCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const se_DescribeLifecycleConfigurationCommand: (input: DescribeLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_restJson1DescribeMountTargetsCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_DescribeMountTargetsCommand: (input: DescribeMountTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* serializeAws_restJson1DescribeMountTargetSecurityGroupsCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const se_DescribeMountTargetSecurityGroupsCommand: (input: DescribeMountTargetSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_restJson1DescribeReplicationConfigurationsCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_DescribeReplicationConfigurationsCommand: (input: DescribeReplicationConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
/**
|
|
114
|
+
* serializeAws_restJson1DescribeTagsCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const se_DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
/**
|
|
118
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
119
|
+
*/
|
|
120
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
/**
|
|
122
|
+
* serializeAws_restJson1ModifyMountTargetSecurityGroupsCommand
|
|
123
|
+
*/
|
|
124
|
+
export declare const se_ModifyMountTargetSecurityGroupsCommand: (input: ModifyMountTargetSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
/**
|
|
126
|
+
* serializeAws_restJson1PutAccountPreferencesCommand
|
|
127
|
+
*/
|
|
128
|
+
export declare const se_PutAccountPreferencesCommand: (input: PutAccountPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
/**
|
|
130
|
+
* serializeAws_restJson1PutBackupPolicyCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const se_PutBackupPolicyCommand: (input: PutBackupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
/**
|
|
134
|
+
* serializeAws_restJson1PutFileSystemPolicyCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const se_PutFileSystemPolicyCommand: (input: PutFileSystemPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
/**
|
|
138
|
+
* serializeAws_restJson1PutLifecycleConfigurationCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const se_PutLifecycleConfigurationCommand: (input: PutLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
/**
|
|
142
|
+
* serializeAws_restJson1TagResourceCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
/**
|
|
146
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
+
/**
|
|
150
|
+
* serializeAws_restJson1UpdateFileSystemCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const se_UpdateFileSystemCommand: (input: UpdateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
/**
|
|
154
|
+
* deserializeAws_restJson1CreateAccessPointCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const de_CreateAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPointCommandOutput>;
|
|
157
|
+
/**
|
|
158
|
+
* deserializeAws_restJson1CreateFileSystemCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const de_CreateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFileSystemCommandOutput>;
|
|
161
|
+
/**
|
|
162
|
+
* deserializeAws_restJson1CreateMountTargetCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const de_CreateMountTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMountTargetCommandOutput>;
|
|
165
|
+
/**
|
|
166
|
+
* deserializeAws_restJson1CreateReplicationConfigurationCommand
|
|
167
|
+
*/
|
|
168
|
+
export declare const de_CreateReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationConfigurationCommandOutput>;
|
|
169
|
+
/**
|
|
170
|
+
* deserializeAws_restJson1CreateTagsCommand
|
|
171
|
+
*/
|
|
172
|
+
export declare const de_CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
|
|
173
|
+
/**
|
|
174
|
+
* deserializeAws_restJson1DeleteAccessPointCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const de_DeleteAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointCommandOutput>;
|
|
177
|
+
/**
|
|
178
|
+
* deserializeAws_restJson1DeleteFileSystemCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const de_DeleteFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileSystemCommandOutput>;
|
|
181
|
+
/**
|
|
182
|
+
* deserializeAws_restJson1DeleteFileSystemPolicyCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const de_DeleteFileSystemPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileSystemPolicyCommandOutput>;
|
|
185
|
+
/**
|
|
186
|
+
* deserializeAws_restJson1DeleteMountTargetCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const de_DeleteMountTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMountTargetCommandOutput>;
|
|
189
|
+
/**
|
|
190
|
+
* deserializeAws_restJson1DeleteReplicationConfigurationCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const de_DeleteReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationConfigurationCommandOutput>;
|
|
193
|
+
/**
|
|
194
|
+
* deserializeAws_restJson1DeleteTagsCommand
|
|
195
|
+
*/
|
|
196
|
+
export declare const de_DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
|
|
197
|
+
/**
|
|
198
|
+
* deserializeAws_restJson1DescribeAccessPointsCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const de_DescribeAccessPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessPointsCommandOutput>;
|
|
201
|
+
/**
|
|
202
|
+
* deserializeAws_restJson1DescribeAccountPreferencesCommand
|
|
203
|
+
*/
|
|
204
|
+
export declare const de_DescribeAccountPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountPreferencesCommandOutput>;
|
|
205
|
+
/**
|
|
206
|
+
* deserializeAws_restJson1DescribeBackupPolicyCommand
|
|
207
|
+
*/
|
|
208
|
+
export declare const de_DescribeBackupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBackupPolicyCommandOutput>;
|
|
209
|
+
/**
|
|
210
|
+
* deserializeAws_restJson1DescribeFileSystemPolicyCommand
|
|
211
|
+
*/
|
|
212
|
+
export declare const de_DescribeFileSystemPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemPolicyCommandOutput>;
|
|
213
|
+
/**
|
|
214
|
+
* deserializeAws_restJson1DescribeFileSystemsCommand
|
|
215
|
+
*/
|
|
216
|
+
export declare const de_DescribeFileSystemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemsCommandOutput>;
|
|
217
|
+
/**
|
|
218
|
+
* deserializeAws_restJson1DescribeLifecycleConfigurationCommand
|
|
219
|
+
*/
|
|
220
|
+
export declare const de_DescribeLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLifecycleConfigurationCommandOutput>;
|
|
221
|
+
/**
|
|
222
|
+
* deserializeAws_restJson1DescribeMountTargetsCommand
|
|
223
|
+
*/
|
|
224
|
+
export declare const de_DescribeMountTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMountTargetsCommandOutput>;
|
|
225
|
+
/**
|
|
226
|
+
* deserializeAws_restJson1DescribeMountTargetSecurityGroupsCommand
|
|
227
|
+
*/
|
|
228
|
+
export declare const de_DescribeMountTargetSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMountTargetSecurityGroupsCommandOutput>;
|
|
229
|
+
/**
|
|
230
|
+
* deserializeAws_restJson1DescribeReplicationConfigurationsCommand
|
|
231
|
+
*/
|
|
232
|
+
export declare const de_DescribeReplicationConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationConfigurationsCommandOutput>;
|
|
233
|
+
/**
|
|
234
|
+
* deserializeAws_restJson1DescribeTagsCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const de_DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
|
|
237
|
+
/**
|
|
238
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
239
|
+
*/
|
|
240
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
241
|
+
/**
|
|
242
|
+
* deserializeAws_restJson1ModifyMountTargetSecurityGroupsCommand
|
|
243
|
+
*/
|
|
244
|
+
export declare const de_ModifyMountTargetSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyMountTargetSecurityGroupsCommandOutput>;
|
|
245
|
+
/**
|
|
246
|
+
* deserializeAws_restJson1PutAccountPreferencesCommand
|
|
247
|
+
*/
|
|
248
|
+
export declare const de_PutAccountPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountPreferencesCommandOutput>;
|
|
249
|
+
/**
|
|
250
|
+
* deserializeAws_restJson1PutBackupPolicyCommand
|
|
251
|
+
*/
|
|
252
|
+
export declare const de_PutBackupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBackupPolicyCommandOutput>;
|
|
253
|
+
/**
|
|
254
|
+
* deserializeAws_restJson1PutFileSystemPolicyCommand
|
|
255
|
+
*/
|
|
256
|
+
export declare const de_PutFileSystemPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFileSystemPolicyCommandOutput>;
|
|
257
|
+
/**
|
|
258
|
+
* deserializeAws_restJson1PutLifecycleConfigurationCommand
|
|
259
|
+
*/
|
|
260
|
+
export declare const de_PutLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLifecycleConfigurationCommandOutput>;
|
|
261
|
+
/**
|
|
262
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
263
|
+
*/
|
|
264
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
265
|
+
/**
|
|
266
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
267
|
+
*/
|
|
268
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
269
|
+
/**
|
|
270
|
+
* deserializeAws_restJson1UpdateFileSystemCommand
|
|
271
|
+
*/
|
|
272
|
+
export declare const de_UpdateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFileSystemCommandOutput>;
|
|
@@ -123,243 +123,243 @@ import {
|
|
|
123
123
|
UpdateFileSystemCommandInput,
|
|
124
124
|
UpdateFileSystemCommandOutput,
|
|
125
125
|
} from "../commands/UpdateFileSystemCommand";
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_CreateAccessPointCommand: (
|
|
127
127
|
input: CreateAccessPointCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_CreateFileSystemCommand: (
|
|
131
131
|
input: CreateFileSystemCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_CreateMountTargetCommand: (
|
|
135
135
|
input: CreateMountTargetCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_CreateReplicationConfigurationCommand: (
|
|
139
139
|
input: CreateReplicationConfigurationCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_CreateTagsCommand: (
|
|
143
143
|
input: CreateTagsCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_DeleteAccessPointCommand: (
|
|
147
147
|
input: DeleteAccessPointCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_DeleteFileSystemCommand: (
|
|
151
151
|
input: DeleteFileSystemCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_DeleteFileSystemPolicyCommand: (
|
|
155
155
|
input: DeleteFileSystemPolicyCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_DeleteMountTargetCommand: (
|
|
159
159
|
input: DeleteMountTargetCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_DeleteReplicationConfigurationCommand: (
|
|
163
163
|
input: DeleteReplicationConfigurationCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_DeleteTagsCommand: (
|
|
167
167
|
input: DeleteTagsCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_DescribeAccessPointsCommand: (
|
|
171
171
|
input: DescribeAccessPointsCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_DescribeAccountPreferencesCommand: (
|
|
175
175
|
input: DescribeAccountPreferencesCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_DescribeBackupPolicyCommand: (
|
|
179
179
|
input: DescribeBackupPolicyCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_DescribeFileSystemPolicyCommand: (
|
|
183
183
|
input: DescribeFileSystemPolicyCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_DescribeFileSystemsCommand: (
|
|
187
187
|
input: DescribeFileSystemsCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_DescribeLifecycleConfigurationCommand: (
|
|
191
191
|
input: DescribeLifecycleConfigurationCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_DescribeMountTargetsCommand: (
|
|
195
195
|
input: DescribeMountTargetsCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_DescribeMountTargetSecurityGroupsCommand: (
|
|
199
199
|
input: DescribeMountTargetSecurityGroupsCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_DescribeReplicationConfigurationsCommand: (
|
|
203
203
|
input: DescribeReplicationConfigurationsCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_DescribeTagsCommand: (
|
|
207
207
|
input: DescribeTagsCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
211
211
|
input: ListTagsForResourceCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const se_ModifyMountTargetSecurityGroupsCommand: (
|
|
215
215
|
input: ModifyMountTargetSecurityGroupsCommandInput,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const se_PutAccountPreferencesCommand: (
|
|
219
219
|
input: PutAccountPreferencesCommandInput,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const se_PutBackupPolicyCommand: (
|
|
223
223
|
input: PutBackupPolicyCommandInput,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const se_PutFileSystemPolicyCommand: (
|
|
227
227
|
input: PutFileSystemPolicyCommandInput,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const se_PutLifecycleConfigurationCommand: (
|
|
231
231
|
input: PutLifecycleConfigurationCommandInput,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const se_TagResourceCommand: (
|
|
235
235
|
input: TagResourceCommandInput,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const se_UntagResourceCommand: (
|
|
239
239
|
input: UntagResourceCommandInput,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const se_UpdateFileSystemCommand: (
|
|
243
243
|
input: UpdateFileSystemCommandInput,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_CreateAccessPointCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<CreateAccessPointCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_CreateFileSystemCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<CreateFileSystemCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_CreateMountTargetCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<CreateMountTargetCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_CreateReplicationConfigurationCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<CreateReplicationConfigurationCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_CreateTagsCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<CreateTagsCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_DeleteAccessPointCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<DeleteAccessPointCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_DeleteFileSystemCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<DeleteFileSystemCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_DeleteFileSystemPolicyCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<DeleteFileSystemPolicyCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_DeleteMountTargetCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<DeleteMountTargetCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_DeleteReplicationConfigurationCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<DeleteReplicationConfigurationCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_DeleteTagsCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<DeleteTagsCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_DescribeAccessPointsCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<DescribeAccessPointsCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_DescribeAccountPreferencesCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<DescribeAccountPreferencesCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_DescribeBackupPolicyCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<DescribeBackupPolicyCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_DescribeFileSystemPolicyCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<DescribeFileSystemPolicyCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_DescribeFileSystemsCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<DescribeFileSystemsCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_DescribeLifecycleConfigurationCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<DescribeLifecycleConfigurationCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_DescribeMountTargetsCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<DescribeMountTargetsCommandOutput>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const de_DescribeMountTargetSecurityGroupsCommand: (
|
|
319
319
|
output: __HttpResponse,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<DescribeMountTargetSecurityGroupsCommandOutput>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const de_DescribeReplicationConfigurationsCommand: (
|
|
323
323
|
output: __HttpResponse,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<DescribeReplicationConfigurationsCommandOutput>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const de_DescribeTagsCommand: (
|
|
327
327
|
output: __HttpResponse,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<DescribeTagsCommandOutput>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
331
331
|
output: __HttpResponse,
|
|
332
332
|
context: __SerdeContext
|
|
333
333
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const de_ModifyMountTargetSecurityGroupsCommand: (
|
|
335
335
|
output: __HttpResponse,
|
|
336
336
|
context: __SerdeContext
|
|
337
337
|
) => Promise<ModifyMountTargetSecurityGroupsCommandOutput>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const de_PutAccountPreferencesCommand: (
|
|
339
339
|
output: __HttpResponse,
|
|
340
340
|
context: __SerdeContext
|
|
341
341
|
) => Promise<PutAccountPreferencesCommandOutput>;
|
|
342
|
-
export declare const
|
|
342
|
+
export declare const de_PutBackupPolicyCommand: (
|
|
343
343
|
output: __HttpResponse,
|
|
344
344
|
context: __SerdeContext
|
|
345
345
|
) => Promise<PutBackupPolicyCommandOutput>;
|
|
346
|
-
export declare const
|
|
346
|
+
export declare const de_PutFileSystemPolicyCommand: (
|
|
347
347
|
output: __HttpResponse,
|
|
348
348
|
context: __SerdeContext
|
|
349
349
|
) => Promise<PutFileSystemPolicyCommandOutput>;
|
|
350
|
-
export declare const
|
|
350
|
+
export declare const de_PutLifecycleConfigurationCommand: (
|
|
351
351
|
output: __HttpResponse,
|
|
352
352
|
context: __SerdeContext
|
|
353
353
|
) => Promise<PutLifecycleConfigurationCommandOutput>;
|
|
354
|
-
export declare const
|
|
354
|
+
export declare const de_TagResourceCommand: (
|
|
355
355
|
output: __HttpResponse,
|
|
356
356
|
context: __SerdeContext
|
|
357
357
|
) => Promise<TagResourceCommandOutput>;
|
|
358
|
-
export declare const
|
|
358
|
+
export declare const de_UntagResourceCommand: (
|
|
359
359
|
output: __HttpResponse,
|
|
360
360
|
context: __SerdeContext
|
|
361
361
|
) => Promise<UntagResourceCommandOutput>;
|
|
362
|
-
export declare const
|
|
362
|
+
export declare const de_UpdateFileSystemCommand: (
|
|
363
363
|
output: __HttpResponse,
|
|
364
364
|
context: __SerdeContext
|
|
365
365
|
) => Promise<UpdateFileSystemCommandOutput>;
|