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