@aws-sdk/client-efs 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/EFS.d.ts +102 -123
- package/dist-types/ts3.4/EFSClient.d.ts +16 -32
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFileSystemProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +23 -72
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -19,10 +19,7 @@ import {
|
|
|
19
19
|
CreateReplicationConfigurationCommandInput,
|
|
20
20
|
CreateReplicationConfigurationCommandOutput,
|
|
21
21
|
} from "./commands/CreateReplicationConfigurationCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateTagsCommandInput,
|
|
24
|
-
CreateTagsCommandOutput,
|
|
25
|
-
} from "./commands/CreateTagsCommand";
|
|
22
|
+
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
26
23
|
import {
|
|
27
24
|
DeleteAccessPointCommandInput,
|
|
28
25
|
DeleteAccessPointCommandOutput,
|
|
@@ -43,10 +40,7 @@ import {
|
|
|
43
40
|
DeleteReplicationConfigurationCommandInput,
|
|
44
41
|
DeleteReplicationConfigurationCommandOutput,
|
|
45
42
|
} from "./commands/DeleteReplicationConfigurationCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteTagsCommandInput,
|
|
48
|
-
DeleteTagsCommandOutput,
|
|
49
|
-
} from "./commands/DeleteTagsCommand";
|
|
43
|
+
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
50
44
|
import {
|
|
51
45
|
DescribeAccessPointsCommandInput,
|
|
52
46
|
DescribeAccessPointsCommandOutput,
|
|
@@ -111,10 +105,7 @@ import {
|
|
|
111
105
|
PutLifecycleConfigurationCommandInput,
|
|
112
106
|
PutLifecycleConfigurationCommandOutput,
|
|
113
107
|
} from "./commands/PutLifecycleConfigurationCommand";
|
|
114
|
-
import {
|
|
115
|
-
TagResourceCommandInput,
|
|
116
|
-
TagResourceCommandOutput,
|
|
117
|
-
} from "./commands/TagResourceCommand";
|
|
108
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
118
109
|
import {
|
|
119
110
|
UntagResourceCommandInput,
|
|
120
111
|
UntagResourceCommandOutput,
|
|
@@ -131,465 +122,453 @@ import { EFSClient } from "./EFSClient";
|
|
|
131
122
|
export interface EFS {
|
|
132
123
|
createAccessPoint(
|
|
133
124
|
args: CreateAccessPointCommandInput,
|
|
134
|
-
options?: __HttpHandlerOptions
|
|
125
|
+
options?: __HttpHandlerOptions,
|
|
135
126
|
): Promise<CreateAccessPointCommandOutput>;
|
|
136
127
|
createAccessPoint(
|
|
137
128
|
args: CreateAccessPointCommandInput,
|
|
138
|
-
cb: (err: any, data?: CreateAccessPointCommandOutput) => void
|
|
129
|
+
cb: (err: any, data?: CreateAccessPointCommandOutput) => void,
|
|
139
130
|
): void;
|
|
140
131
|
createAccessPoint(
|
|
141
132
|
args: CreateAccessPointCommandInput,
|
|
142
133
|
options: __HttpHandlerOptions,
|
|
143
|
-
cb: (err: any, data?: CreateAccessPointCommandOutput) => void
|
|
134
|
+
cb: (err: any, data?: CreateAccessPointCommandOutput) => void,
|
|
144
135
|
): void;
|
|
145
136
|
createFileSystem(
|
|
146
137
|
args: CreateFileSystemCommandInput,
|
|
147
|
-
options?: __HttpHandlerOptions
|
|
138
|
+
options?: __HttpHandlerOptions,
|
|
148
139
|
): Promise<CreateFileSystemCommandOutput>;
|
|
149
140
|
createFileSystem(
|
|
150
141
|
args: CreateFileSystemCommandInput,
|
|
151
|
-
cb: (err: any, data?: CreateFileSystemCommandOutput) => void
|
|
142
|
+
cb: (err: any, data?: CreateFileSystemCommandOutput) => void,
|
|
152
143
|
): void;
|
|
153
144
|
createFileSystem(
|
|
154
145
|
args: CreateFileSystemCommandInput,
|
|
155
146
|
options: __HttpHandlerOptions,
|
|
156
|
-
cb: (err: any, data?: CreateFileSystemCommandOutput) => void
|
|
147
|
+
cb: (err: any, data?: CreateFileSystemCommandOutput) => void,
|
|
157
148
|
): void;
|
|
158
149
|
createMountTarget(
|
|
159
150
|
args: CreateMountTargetCommandInput,
|
|
160
|
-
options?: __HttpHandlerOptions
|
|
151
|
+
options?: __HttpHandlerOptions,
|
|
161
152
|
): Promise<CreateMountTargetCommandOutput>;
|
|
162
153
|
createMountTarget(
|
|
163
154
|
args: CreateMountTargetCommandInput,
|
|
164
|
-
cb: (err: any, data?: CreateMountTargetCommandOutput) => void
|
|
155
|
+
cb: (err: any, data?: CreateMountTargetCommandOutput) => void,
|
|
165
156
|
): void;
|
|
166
157
|
createMountTarget(
|
|
167
158
|
args: CreateMountTargetCommandInput,
|
|
168
159
|
options: __HttpHandlerOptions,
|
|
169
|
-
cb: (err: any, data?: CreateMountTargetCommandOutput) => void
|
|
160
|
+
cb: (err: any, data?: CreateMountTargetCommandOutput) => void,
|
|
170
161
|
): void;
|
|
171
162
|
createReplicationConfiguration(
|
|
172
163
|
args: CreateReplicationConfigurationCommandInput,
|
|
173
|
-
options?: __HttpHandlerOptions
|
|
164
|
+
options?: __HttpHandlerOptions,
|
|
174
165
|
): Promise<CreateReplicationConfigurationCommandOutput>;
|
|
175
166
|
createReplicationConfiguration(
|
|
176
167
|
args: CreateReplicationConfigurationCommandInput,
|
|
177
|
-
cb: (err: any, data?: CreateReplicationConfigurationCommandOutput) => void
|
|
168
|
+
cb: (err: any, data?: CreateReplicationConfigurationCommandOutput) => void,
|
|
178
169
|
): void;
|
|
179
170
|
createReplicationConfiguration(
|
|
180
171
|
args: CreateReplicationConfigurationCommandInput,
|
|
181
172
|
options: __HttpHandlerOptions,
|
|
182
|
-
cb: (err: any, data?: CreateReplicationConfigurationCommandOutput) => void
|
|
173
|
+
cb: (err: any, data?: CreateReplicationConfigurationCommandOutput) => void,
|
|
183
174
|
): void;
|
|
184
175
|
createTags(
|
|
185
176
|
args: CreateTagsCommandInput,
|
|
186
|
-
options?: __HttpHandlerOptions
|
|
177
|
+
options?: __HttpHandlerOptions,
|
|
187
178
|
): Promise<CreateTagsCommandOutput>;
|
|
188
179
|
createTags(
|
|
189
180
|
args: CreateTagsCommandInput,
|
|
190
|
-
cb: (err: any, data?: CreateTagsCommandOutput) => void
|
|
181
|
+
cb: (err: any, data?: CreateTagsCommandOutput) => void,
|
|
191
182
|
): void;
|
|
192
183
|
createTags(
|
|
193
184
|
args: CreateTagsCommandInput,
|
|
194
185
|
options: __HttpHandlerOptions,
|
|
195
|
-
cb: (err: any, data?: CreateTagsCommandOutput) => void
|
|
186
|
+
cb: (err: any, data?: CreateTagsCommandOutput) => void,
|
|
196
187
|
): void;
|
|
197
188
|
deleteAccessPoint(
|
|
198
189
|
args: DeleteAccessPointCommandInput,
|
|
199
|
-
options?: __HttpHandlerOptions
|
|
190
|
+
options?: __HttpHandlerOptions,
|
|
200
191
|
): Promise<DeleteAccessPointCommandOutput>;
|
|
201
192
|
deleteAccessPoint(
|
|
202
193
|
args: DeleteAccessPointCommandInput,
|
|
203
|
-
cb: (err: any, data?: DeleteAccessPointCommandOutput) => void
|
|
194
|
+
cb: (err: any, data?: DeleteAccessPointCommandOutput) => void,
|
|
204
195
|
): void;
|
|
205
196
|
deleteAccessPoint(
|
|
206
197
|
args: DeleteAccessPointCommandInput,
|
|
207
198
|
options: __HttpHandlerOptions,
|
|
208
|
-
cb: (err: any, data?: DeleteAccessPointCommandOutput) => void
|
|
199
|
+
cb: (err: any, data?: DeleteAccessPointCommandOutput) => void,
|
|
209
200
|
): void;
|
|
210
201
|
deleteFileSystem(
|
|
211
202
|
args: DeleteFileSystemCommandInput,
|
|
212
|
-
options?: __HttpHandlerOptions
|
|
203
|
+
options?: __HttpHandlerOptions,
|
|
213
204
|
): Promise<DeleteFileSystemCommandOutput>;
|
|
214
205
|
deleteFileSystem(
|
|
215
206
|
args: DeleteFileSystemCommandInput,
|
|
216
|
-
cb: (err: any, data?: DeleteFileSystemCommandOutput) => void
|
|
207
|
+
cb: (err: any, data?: DeleteFileSystemCommandOutput) => void,
|
|
217
208
|
): void;
|
|
218
209
|
deleteFileSystem(
|
|
219
210
|
args: DeleteFileSystemCommandInput,
|
|
220
211
|
options: __HttpHandlerOptions,
|
|
221
|
-
cb: (err: any, data?: DeleteFileSystemCommandOutput) => void
|
|
212
|
+
cb: (err: any, data?: DeleteFileSystemCommandOutput) => void,
|
|
222
213
|
): void;
|
|
223
214
|
deleteFileSystemPolicy(
|
|
224
215
|
args: DeleteFileSystemPolicyCommandInput,
|
|
225
|
-
options?: __HttpHandlerOptions
|
|
216
|
+
options?: __HttpHandlerOptions,
|
|
226
217
|
): Promise<DeleteFileSystemPolicyCommandOutput>;
|
|
227
218
|
deleteFileSystemPolicy(
|
|
228
219
|
args: DeleteFileSystemPolicyCommandInput,
|
|
229
|
-
cb: (err: any, data?: DeleteFileSystemPolicyCommandOutput) => void
|
|
220
|
+
cb: (err: any, data?: DeleteFileSystemPolicyCommandOutput) => void,
|
|
230
221
|
): void;
|
|
231
222
|
deleteFileSystemPolicy(
|
|
232
223
|
args: DeleteFileSystemPolicyCommandInput,
|
|
233
224
|
options: __HttpHandlerOptions,
|
|
234
|
-
cb: (err: any, data?: DeleteFileSystemPolicyCommandOutput) => void
|
|
225
|
+
cb: (err: any, data?: DeleteFileSystemPolicyCommandOutput) => void,
|
|
235
226
|
): void;
|
|
236
227
|
deleteMountTarget(
|
|
237
228
|
args: DeleteMountTargetCommandInput,
|
|
238
|
-
options?: __HttpHandlerOptions
|
|
229
|
+
options?: __HttpHandlerOptions,
|
|
239
230
|
): Promise<DeleteMountTargetCommandOutput>;
|
|
240
231
|
deleteMountTarget(
|
|
241
232
|
args: DeleteMountTargetCommandInput,
|
|
242
|
-
cb: (err: any, data?: DeleteMountTargetCommandOutput) => void
|
|
233
|
+
cb: (err: any, data?: DeleteMountTargetCommandOutput) => void,
|
|
243
234
|
): void;
|
|
244
235
|
deleteMountTarget(
|
|
245
236
|
args: DeleteMountTargetCommandInput,
|
|
246
237
|
options: __HttpHandlerOptions,
|
|
247
|
-
cb: (err: any, data?: DeleteMountTargetCommandOutput) => void
|
|
238
|
+
cb: (err: any, data?: DeleteMountTargetCommandOutput) => void,
|
|
248
239
|
): void;
|
|
249
240
|
deleteReplicationConfiguration(
|
|
250
241
|
args: DeleteReplicationConfigurationCommandInput,
|
|
251
|
-
options?: __HttpHandlerOptions
|
|
242
|
+
options?: __HttpHandlerOptions,
|
|
252
243
|
): Promise<DeleteReplicationConfigurationCommandOutput>;
|
|
253
244
|
deleteReplicationConfiguration(
|
|
254
245
|
args: DeleteReplicationConfigurationCommandInput,
|
|
255
|
-
cb: (err: any, data?: DeleteReplicationConfigurationCommandOutput) => void
|
|
246
|
+
cb: (err: any, data?: DeleteReplicationConfigurationCommandOutput) => void,
|
|
256
247
|
): void;
|
|
257
248
|
deleteReplicationConfiguration(
|
|
258
249
|
args: DeleteReplicationConfigurationCommandInput,
|
|
259
250
|
options: __HttpHandlerOptions,
|
|
260
|
-
cb: (err: any, data?: DeleteReplicationConfigurationCommandOutput) => void
|
|
251
|
+
cb: (err: any, data?: DeleteReplicationConfigurationCommandOutput) => void,
|
|
261
252
|
): void;
|
|
262
253
|
deleteTags(
|
|
263
254
|
args: DeleteTagsCommandInput,
|
|
264
|
-
options?: __HttpHandlerOptions
|
|
255
|
+
options?: __HttpHandlerOptions,
|
|
265
256
|
): Promise<DeleteTagsCommandOutput>;
|
|
266
257
|
deleteTags(
|
|
267
258
|
args: DeleteTagsCommandInput,
|
|
268
|
-
cb: (err: any, data?: DeleteTagsCommandOutput) => void
|
|
259
|
+
cb: (err: any, data?: DeleteTagsCommandOutput) => void,
|
|
269
260
|
): void;
|
|
270
261
|
deleteTags(
|
|
271
262
|
args: DeleteTagsCommandInput,
|
|
272
263
|
options: __HttpHandlerOptions,
|
|
273
|
-
cb: (err: any, data?: DeleteTagsCommandOutput) => void
|
|
264
|
+
cb: (err: any, data?: DeleteTagsCommandOutput) => void,
|
|
274
265
|
): void;
|
|
275
266
|
describeAccessPoints(): Promise<DescribeAccessPointsCommandOutput>;
|
|
276
267
|
describeAccessPoints(
|
|
277
268
|
args: DescribeAccessPointsCommandInput,
|
|
278
|
-
options?: __HttpHandlerOptions
|
|
269
|
+
options?: __HttpHandlerOptions,
|
|
279
270
|
): Promise<DescribeAccessPointsCommandOutput>;
|
|
280
271
|
describeAccessPoints(
|
|
281
272
|
args: DescribeAccessPointsCommandInput,
|
|
282
|
-
cb: (err: any, data?: DescribeAccessPointsCommandOutput) => void
|
|
273
|
+
cb: (err: any, data?: DescribeAccessPointsCommandOutput) => void,
|
|
283
274
|
): void;
|
|
284
275
|
describeAccessPoints(
|
|
285
276
|
args: DescribeAccessPointsCommandInput,
|
|
286
277
|
options: __HttpHandlerOptions,
|
|
287
|
-
cb: (err: any, data?: DescribeAccessPointsCommandOutput) => void
|
|
278
|
+
cb: (err: any, data?: DescribeAccessPointsCommandOutput) => void,
|
|
288
279
|
): void;
|
|
289
280
|
describeAccountPreferences(): Promise<DescribeAccountPreferencesCommandOutput>;
|
|
290
281
|
describeAccountPreferences(
|
|
291
282
|
args: DescribeAccountPreferencesCommandInput,
|
|
292
|
-
options?: __HttpHandlerOptions
|
|
283
|
+
options?: __HttpHandlerOptions,
|
|
293
284
|
): Promise<DescribeAccountPreferencesCommandOutput>;
|
|
294
285
|
describeAccountPreferences(
|
|
295
286
|
args: DescribeAccountPreferencesCommandInput,
|
|
296
|
-
cb: (err: any, data?: DescribeAccountPreferencesCommandOutput) => void
|
|
287
|
+
cb: (err: any, data?: DescribeAccountPreferencesCommandOutput) => void,
|
|
297
288
|
): void;
|
|
298
289
|
describeAccountPreferences(
|
|
299
290
|
args: DescribeAccountPreferencesCommandInput,
|
|
300
291
|
options: __HttpHandlerOptions,
|
|
301
|
-
cb: (err: any, data?: DescribeAccountPreferencesCommandOutput) => void
|
|
292
|
+
cb: (err: any, data?: DescribeAccountPreferencesCommandOutput) => void,
|
|
302
293
|
): void;
|
|
303
294
|
describeBackupPolicy(
|
|
304
295
|
args: DescribeBackupPolicyCommandInput,
|
|
305
|
-
options?: __HttpHandlerOptions
|
|
296
|
+
options?: __HttpHandlerOptions,
|
|
306
297
|
): Promise<DescribeBackupPolicyCommandOutput>;
|
|
307
298
|
describeBackupPolicy(
|
|
308
299
|
args: DescribeBackupPolicyCommandInput,
|
|
309
|
-
cb: (err: any, data?: DescribeBackupPolicyCommandOutput) => void
|
|
300
|
+
cb: (err: any, data?: DescribeBackupPolicyCommandOutput) => void,
|
|
310
301
|
): void;
|
|
311
302
|
describeBackupPolicy(
|
|
312
303
|
args: DescribeBackupPolicyCommandInput,
|
|
313
304
|
options: __HttpHandlerOptions,
|
|
314
|
-
cb: (err: any, data?: DescribeBackupPolicyCommandOutput) => void
|
|
305
|
+
cb: (err: any, data?: DescribeBackupPolicyCommandOutput) => void,
|
|
315
306
|
): void;
|
|
316
307
|
describeFileSystemPolicy(
|
|
317
308
|
args: DescribeFileSystemPolicyCommandInput,
|
|
318
|
-
options?: __HttpHandlerOptions
|
|
309
|
+
options?: __HttpHandlerOptions,
|
|
319
310
|
): Promise<DescribeFileSystemPolicyCommandOutput>;
|
|
320
311
|
describeFileSystemPolicy(
|
|
321
312
|
args: DescribeFileSystemPolicyCommandInput,
|
|
322
|
-
cb: (err: any, data?: DescribeFileSystemPolicyCommandOutput) => void
|
|
313
|
+
cb: (err: any, data?: DescribeFileSystemPolicyCommandOutput) => void,
|
|
323
314
|
): void;
|
|
324
315
|
describeFileSystemPolicy(
|
|
325
316
|
args: DescribeFileSystemPolicyCommandInput,
|
|
326
317
|
options: __HttpHandlerOptions,
|
|
327
|
-
cb: (err: any, data?: DescribeFileSystemPolicyCommandOutput) => void
|
|
318
|
+
cb: (err: any, data?: DescribeFileSystemPolicyCommandOutput) => void,
|
|
328
319
|
): void;
|
|
329
320
|
describeFileSystems(): Promise<DescribeFileSystemsCommandOutput>;
|
|
330
321
|
describeFileSystems(
|
|
331
322
|
args: DescribeFileSystemsCommandInput,
|
|
332
|
-
options?: __HttpHandlerOptions
|
|
323
|
+
options?: __HttpHandlerOptions,
|
|
333
324
|
): Promise<DescribeFileSystemsCommandOutput>;
|
|
334
325
|
describeFileSystems(
|
|
335
326
|
args: DescribeFileSystemsCommandInput,
|
|
336
|
-
cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void
|
|
327
|
+
cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void,
|
|
337
328
|
): void;
|
|
338
329
|
describeFileSystems(
|
|
339
330
|
args: DescribeFileSystemsCommandInput,
|
|
340
331
|
options: __HttpHandlerOptions,
|
|
341
|
-
cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void
|
|
332
|
+
cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void,
|
|
342
333
|
): void;
|
|
343
334
|
describeLifecycleConfiguration(
|
|
344
335
|
args: DescribeLifecycleConfigurationCommandInput,
|
|
345
|
-
options?: __HttpHandlerOptions
|
|
336
|
+
options?: __HttpHandlerOptions,
|
|
346
337
|
): Promise<DescribeLifecycleConfigurationCommandOutput>;
|
|
347
338
|
describeLifecycleConfiguration(
|
|
348
339
|
args: DescribeLifecycleConfigurationCommandInput,
|
|
349
|
-
cb: (err: any, data?: DescribeLifecycleConfigurationCommandOutput) => void
|
|
340
|
+
cb: (err: any, data?: DescribeLifecycleConfigurationCommandOutput) => void,
|
|
350
341
|
): void;
|
|
351
342
|
describeLifecycleConfiguration(
|
|
352
343
|
args: DescribeLifecycleConfigurationCommandInput,
|
|
353
344
|
options: __HttpHandlerOptions,
|
|
354
|
-
cb: (err: any, data?: DescribeLifecycleConfigurationCommandOutput) => void
|
|
345
|
+
cb: (err: any, data?: DescribeLifecycleConfigurationCommandOutput) => void,
|
|
355
346
|
): void;
|
|
356
347
|
describeMountTargets(): Promise<DescribeMountTargetsCommandOutput>;
|
|
357
348
|
describeMountTargets(
|
|
358
349
|
args: DescribeMountTargetsCommandInput,
|
|
359
|
-
options?: __HttpHandlerOptions
|
|
350
|
+
options?: __HttpHandlerOptions,
|
|
360
351
|
): Promise<DescribeMountTargetsCommandOutput>;
|
|
361
352
|
describeMountTargets(
|
|
362
353
|
args: DescribeMountTargetsCommandInput,
|
|
363
|
-
cb: (err: any, data?: DescribeMountTargetsCommandOutput) => void
|
|
354
|
+
cb: (err: any, data?: DescribeMountTargetsCommandOutput) => void,
|
|
364
355
|
): void;
|
|
365
356
|
describeMountTargets(
|
|
366
357
|
args: DescribeMountTargetsCommandInput,
|
|
367
358
|
options: __HttpHandlerOptions,
|
|
368
|
-
cb: (err: any, data?: DescribeMountTargetsCommandOutput) => void
|
|
359
|
+
cb: (err: any, data?: DescribeMountTargetsCommandOutput) => void,
|
|
369
360
|
): void;
|
|
370
361
|
describeMountTargetSecurityGroups(
|
|
371
362
|
args: DescribeMountTargetSecurityGroupsCommandInput,
|
|
372
|
-
options?: __HttpHandlerOptions
|
|
363
|
+
options?: __HttpHandlerOptions,
|
|
373
364
|
): Promise<DescribeMountTargetSecurityGroupsCommandOutput>;
|
|
374
365
|
describeMountTargetSecurityGroups(
|
|
375
366
|
args: DescribeMountTargetSecurityGroupsCommandInput,
|
|
376
|
-
cb: (
|
|
377
|
-
err: any,
|
|
378
|
-
data?: DescribeMountTargetSecurityGroupsCommandOutput
|
|
379
|
-
) => void
|
|
367
|
+
cb: (err: any, data?: DescribeMountTargetSecurityGroupsCommandOutput) => void,
|
|
380
368
|
): void;
|
|
381
369
|
describeMountTargetSecurityGroups(
|
|
382
370
|
args: DescribeMountTargetSecurityGroupsCommandInput,
|
|
383
371
|
options: __HttpHandlerOptions,
|
|
384
|
-
cb: (
|
|
385
|
-
err: any,
|
|
386
|
-
data?: DescribeMountTargetSecurityGroupsCommandOutput
|
|
387
|
-
) => void
|
|
372
|
+
cb: (err: any, data?: DescribeMountTargetSecurityGroupsCommandOutput) => void,
|
|
388
373
|
): void;
|
|
389
374
|
describeReplicationConfigurations(): Promise<DescribeReplicationConfigurationsCommandOutput>;
|
|
390
375
|
describeReplicationConfigurations(
|
|
391
376
|
args: DescribeReplicationConfigurationsCommandInput,
|
|
392
|
-
options?: __HttpHandlerOptions
|
|
377
|
+
options?: __HttpHandlerOptions,
|
|
393
378
|
): Promise<DescribeReplicationConfigurationsCommandOutput>;
|
|
394
379
|
describeReplicationConfigurations(
|
|
395
380
|
args: DescribeReplicationConfigurationsCommandInput,
|
|
396
|
-
cb: (
|
|
397
|
-
err: any,
|
|
398
|
-
data?: DescribeReplicationConfigurationsCommandOutput
|
|
399
|
-
) => void
|
|
381
|
+
cb: (err: any, data?: DescribeReplicationConfigurationsCommandOutput) => void,
|
|
400
382
|
): void;
|
|
401
383
|
describeReplicationConfigurations(
|
|
402
384
|
args: DescribeReplicationConfigurationsCommandInput,
|
|
403
385
|
options: __HttpHandlerOptions,
|
|
404
|
-
cb: (
|
|
405
|
-
err: any,
|
|
406
|
-
data?: DescribeReplicationConfigurationsCommandOutput
|
|
407
|
-
) => void
|
|
386
|
+
cb: (err: any, data?: DescribeReplicationConfigurationsCommandOutput) => void,
|
|
408
387
|
): void;
|
|
409
388
|
describeTags(
|
|
410
389
|
args: DescribeTagsCommandInput,
|
|
411
|
-
options?: __HttpHandlerOptions
|
|
390
|
+
options?: __HttpHandlerOptions,
|
|
412
391
|
): Promise<DescribeTagsCommandOutput>;
|
|
413
392
|
describeTags(
|
|
414
393
|
args: DescribeTagsCommandInput,
|
|
415
|
-
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
394
|
+
cb: (err: any, data?: DescribeTagsCommandOutput) => void,
|
|
416
395
|
): void;
|
|
417
396
|
describeTags(
|
|
418
397
|
args: DescribeTagsCommandInput,
|
|
419
398
|
options: __HttpHandlerOptions,
|
|
420
|
-
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
399
|
+
cb: (err: any, data?: DescribeTagsCommandOutput) => void,
|
|
421
400
|
): void;
|
|
422
401
|
listTagsForResource(
|
|
423
402
|
args: ListTagsForResourceCommandInput,
|
|
424
|
-
options?: __HttpHandlerOptions
|
|
403
|
+
options?: __HttpHandlerOptions,
|
|
425
404
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
426
405
|
listTagsForResource(
|
|
427
406
|
args: ListTagsForResourceCommandInput,
|
|
428
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
407
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
429
408
|
): void;
|
|
430
409
|
listTagsForResource(
|
|
431
410
|
args: ListTagsForResourceCommandInput,
|
|
432
411
|
options: __HttpHandlerOptions,
|
|
433
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
412
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
434
413
|
): void;
|
|
435
414
|
modifyMountTargetSecurityGroups(
|
|
436
415
|
args: ModifyMountTargetSecurityGroupsCommandInput,
|
|
437
|
-
options?: __HttpHandlerOptions
|
|
416
|
+
options?: __HttpHandlerOptions,
|
|
438
417
|
): Promise<ModifyMountTargetSecurityGroupsCommandOutput>;
|
|
439
418
|
modifyMountTargetSecurityGroups(
|
|
440
419
|
args: ModifyMountTargetSecurityGroupsCommandInput,
|
|
441
|
-
cb: (err: any, data?: ModifyMountTargetSecurityGroupsCommandOutput) => void
|
|
420
|
+
cb: (err: any, data?: ModifyMountTargetSecurityGroupsCommandOutput) => void,
|
|
442
421
|
): void;
|
|
443
422
|
modifyMountTargetSecurityGroups(
|
|
444
423
|
args: ModifyMountTargetSecurityGroupsCommandInput,
|
|
445
424
|
options: __HttpHandlerOptions,
|
|
446
|
-
cb: (err: any, data?: ModifyMountTargetSecurityGroupsCommandOutput) => void
|
|
425
|
+
cb: (err: any, data?: ModifyMountTargetSecurityGroupsCommandOutput) => void,
|
|
447
426
|
): void;
|
|
448
427
|
putAccountPreferences(
|
|
449
428
|
args: PutAccountPreferencesCommandInput,
|
|
450
|
-
options?: __HttpHandlerOptions
|
|
429
|
+
options?: __HttpHandlerOptions,
|
|
451
430
|
): Promise<PutAccountPreferencesCommandOutput>;
|
|
452
431
|
putAccountPreferences(
|
|
453
432
|
args: PutAccountPreferencesCommandInput,
|
|
454
|
-
cb: (err: any, data?: PutAccountPreferencesCommandOutput) => void
|
|
433
|
+
cb: (err: any, data?: PutAccountPreferencesCommandOutput) => void,
|
|
455
434
|
): void;
|
|
456
435
|
putAccountPreferences(
|
|
457
436
|
args: PutAccountPreferencesCommandInput,
|
|
458
437
|
options: __HttpHandlerOptions,
|
|
459
|
-
cb: (err: any, data?: PutAccountPreferencesCommandOutput) => void
|
|
438
|
+
cb: (err: any, data?: PutAccountPreferencesCommandOutput) => void,
|
|
460
439
|
): void;
|
|
461
440
|
putBackupPolicy(
|
|
462
441
|
args: PutBackupPolicyCommandInput,
|
|
463
|
-
options?: __HttpHandlerOptions
|
|
442
|
+
options?: __HttpHandlerOptions,
|
|
464
443
|
): Promise<PutBackupPolicyCommandOutput>;
|
|
465
444
|
putBackupPolicy(
|
|
466
445
|
args: PutBackupPolicyCommandInput,
|
|
467
|
-
cb: (err: any, data?: PutBackupPolicyCommandOutput) => void
|
|
446
|
+
cb: (err: any, data?: PutBackupPolicyCommandOutput) => void,
|
|
468
447
|
): void;
|
|
469
448
|
putBackupPolicy(
|
|
470
449
|
args: PutBackupPolicyCommandInput,
|
|
471
450
|
options: __HttpHandlerOptions,
|
|
472
|
-
cb: (err: any, data?: PutBackupPolicyCommandOutput) => void
|
|
451
|
+
cb: (err: any, data?: PutBackupPolicyCommandOutput) => void,
|
|
473
452
|
): void;
|
|
474
453
|
putFileSystemPolicy(
|
|
475
454
|
args: PutFileSystemPolicyCommandInput,
|
|
476
|
-
options?: __HttpHandlerOptions
|
|
455
|
+
options?: __HttpHandlerOptions,
|
|
477
456
|
): Promise<PutFileSystemPolicyCommandOutput>;
|
|
478
457
|
putFileSystemPolicy(
|
|
479
458
|
args: PutFileSystemPolicyCommandInput,
|
|
480
|
-
cb: (err: any, data?: PutFileSystemPolicyCommandOutput) => void
|
|
459
|
+
cb: (err: any, data?: PutFileSystemPolicyCommandOutput) => void,
|
|
481
460
|
): void;
|
|
482
461
|
putFileSystemPolicy(
|
|
483
462
|
args: PutFileSystemPolicyCommandInput,
|
|
484
463
|
options: __HttpHandlerOptions,
|
|
485
|
-
cb: (err: any, data?: PutFileSystemPolicyCommandOutput) => void
|
|
464
|
+
cb: (err: any, data?: PutFileSystemPolicyCommandOutput) => void,
|
|
486
465
|
): void;
|
|
487
466
|
putLifecycleConfiguration(
|
|
488
467
|
args: PutLifecycleConfigurationCommandInput,
|
|
489
|
-
options?: __HttpHandlerOptions
|
|
468
|
+
options?: __HttpHandlerOptions,
|
|
490
469
|
): Promise<PutLifecycleConfigurationCommandOutput>;
|
|
491
470
|
putLifecycleConfiguration(
|
|
492
471
|
args: PutLifecycleConfigurationCommandInput,
|
|
493
|
-
cb: (err: any, data?: PutLifecycleConfigurationCommandOutput) => void
|
|
472
|
+
cb: (err: any, data?: PutLifecycleConfigurationCommandOutput) => void,
|
|
494
473
|
): void;
|
|
495
474
|
putLifecycleConfiguration(
|
|
496
475
|
args: PutLifecycleConfigurationCommandInput,
|
|
497
476
|
options: __HttpHandlerOptions,
|
|
498
|
-
cb: (err: any, data?: PutLifecycleConfigurationCommandOutput) => void
|
|
477
|
+
cb: (err: any, data?: PutLifecycleConfigurationCommandOutput) => void,
|
|
499
478
|
): void;
|
|
500
479
|
tagResource(
|
|
501
480
|
args: TagResourceCommandInput,
|
|
502
|
-
options?: __HttpHandlerOptions
|
|
481
|
+
options?: __HttpHandlerOptions,
|
|
503
482
|
): Promise<TagResourceCommandOutput>;
|
|
504
483
|
tagResource(
|
|
505
484
|
args: TagResourceCommandInput,
|
|
506
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
485
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
507
486
|
): void;
|
|
508
487
|
tagResource(
|
|
509
488
|
args: TagResourceCommandInput,
|
|
510
489
|
options: __HttpHandlerOptions,
|
|
511
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
490
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
512
491
|
): void;
|
|
513
492
|
untagResource(
|
|
514
493
|
args: UntagResourceCommandInput,
|
|
515
|
-
options?: __HttpHandlerOptions
|
|
494
|
+
options?: __HttpHandlerOptions,
|
|
516
495
|
): Promise<UntagResourceCommandOutput>;
|
|
517
496
|
untagResource(
|
|
518
497
|
args: UntagResourceCommandInput,
|
|
519
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
498
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
520
499
|
): void;
|
|
521
500
|
untagResource(
|
|
522
501
|
args: UntagResourceCommandInput,
|
|
523
502
|
options: __HttpHandlerOptions,
|
|
524
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
503
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
525
504
|
): void;
|
|
526
505
|
updateFileSystem(
|
|
527
506
|
args: UpdateFileSystemCommandInput,
|
|
528
|
-
options?: __HttpHandlerOptions
|
|
507
|
+
options?: __HttpHandlerOptions,
|
|
529
508
|
): Promise<UpdateFileSystemCommandOutput>;
|
|
530
509
|
updateFileSystem(
|
|
531
510
|
args: UpdateFileSystemCommandInput,
|
|
532
|
-
cb: (err: any, data?: UpdateFileSystemCommandOutput) => void
|
|
511
|
+
cb: (err: any, data?: UpdateFileSystemCommandOutput) => void,
|
|
533
512
|
): void;
|
|
534
513
|
updateFileSystem(
|
|
535
514
|
args: UpdateFileSystemCommandInput,
|
|
536
515
|
options: __HttpHandlerOptions,
|
|
537
|
-
cb: (err: any, data?: UpdateFileSystemCommandOutput) => void
|
|
516
|
+
cb: (err: any, data?: UpdateFileSystemCommandOutput) => void,
|
|
538
517
|
): void;
|
|
539
518
|
updateFileSystemProtection(
|
|
540
519
|
args: UpdateFileSystemProtectionCommandInput,
|
|
541
|
-
options?: __HttpHandlerOptions
|
|
520
|
+
options?: __HttpHandlerOptions,
|
|
542
521
|
): Promise<UpdateFileSystemProtectionCommandOutput>;
|
|
543
522
|
updateFileSystemProtection(
|
|
544
523
|
args: UpdateFileSystemProtectionCommandInput,
|
|
545
|
-
cb: (err: any, data?: UpdateFileSystemProtectionCommandOutput) => void
|
|
524
|
+
cb: (err: any, data?: UpdateFileSystemProtectionCommandOutput) => void,
|
|
546
525
|
): void;
|
|
547
526
|
updateFileSystemProtection(
|
|
548
527
|
args: UpdateFileSystemProtectionCommandInput,
|
|
549
528
|
options: __HttpHandlerOptions,
|
|
550
|
-
cb: (err: any, data?: UpdateFileSystemProtectionCommandOutput) => void
|
|
529
|
+
cb: (err: any, data?: UpdateFileSystemProtectionCommandOutput) => void,
|
|
551
530
|
): void;
|
|
552
531
|
paginateDescribeAccessPoints(
|
|
553
532
|
args?: DescribeAccessPointsCommandInput,
|
|
554
533
|
paginationConfig?: Pick<
|
|
555
534
|
PaginationConfiguration,
|
|
556
535
|
Exclude<keyof PaginationConfiguration, "client">
|
|
557
|
-
|
|
536
|
+
>,
|
|
558
537
|
): Paginator<DescribeAccessPointsCommandOutput>;
|
|
559
538
|
paginateDescribeFileSystems(
|
|
560
539
|
args?: DescribeFileSystemsCommandInput,
|
|
561
540
|
paginationConfig?: Pick<
|
|
562
541
|
PaginationConfiguration,
|
|
563
542
|
Exclude<keyof PaginationConfiguration, "client">
|
|
564
|
-
|
|
543
|
+
>,
|
|
565
544
|
): Paginator<DescribeFileSystemsCommandOutput>;
|
|
566
545
|
paginateDescribeMountTargets(
|
|
567
546
|
args?: DescribeMountTargetsCommandInput,
|
|
568
547
|
paginationConfig?: Pick<
|
|
569
548
|
PaginationConfiguration,
|
|
570
549
|
Exclude<keyof PaginationConfiguration, "client">
|
|
571
|
-
|
|
550
|
+
>,
|
|
572
551
|
): Paginator<DescribeMountTargetsCommandOutput>;
|
|
573
552
|
paginateDescribeReplicationConfigurations(
|
|
574
553
|
args?: DescribeReplicationConfigurationsCommandInput,
|
|
575
554
|
paginationConfig?: Pick<
|
|
576
555
|
PaginationConfiguration,
|
|
577
556
|
Exclude<keyof PaginationConfiguration, "client">
|
|
578
|
-
|
|
557
|
+
>,
|
|
579
558
|
): Paginator<DescribeReplicationConfigurationsCommandOutput>;
|
|
580
559
|
paginateDescribeTags(
|
|
581
560
|
args: DescribeTagsCommandInput,
|
|
582
561
|
paginationConfig?: Pick<
|
|
583
562
|
PaginationConfiguration,
|
|
584
563
|
Exclude<keyof PaginationConfiguration, "client">
|
|
585
|
-
|
|
564
|
+
>,
|
|
586
565
|
): Paginator<DescribeTagsCommandOutput>;
|
|
587
566
|
paginateListTagsForResource(
|
|
588
567
|
args: ListTagsForResourceCommandInput,
|
|
589
568
|
paginationConfig?: Pick<
|
|
590
569
|
PaginationConfiguration,
|
|
591
570
|
Exclude<keyof PaginationConfiguration, "client">
|
|
592
|
-
|
|
571
|
+
>,
|
|
593
572
|
): Paginator<ListTagsForResourceCommandOutput>;
|
|
594
573
|
}
|
|
595
574
|
export declare class EFS extends EFSClient implements EFS {}
|