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