@aws-sdk/client-efs 3.451.0 → 3.458.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/README.md +30 -30
- package/dist-cjs/models/models_0.js +15 -1
- package/dist-cjs/pagination/DescribeMountTargetsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeReplicationConfigurationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1 -0
- package/dist-es/models/models_0.js +14 -0
- package/dist-es/pagination/DescribeMountTargetsPaginator.js +25 -0
- package/dist-es/pagination/DescribeReplicationConfigurationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/commands/CreateAccessPointCommand.d.ts +8 -7
- package/dist-types/commands/CreateFileSystemCommand.d.ts +11 -6
- package/dist-types/commands/CreateMountTargetCommand.d.ts +6 -6
- package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +8 -10
- package/dist-types/commands/DescribeAccessPointsCommand.d.ts +5 -3
- package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +5 -6
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountPreferencesCommand.d.ts +4 -5
- package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +8 -8
- package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +35 -17
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +168 -97
- package/dist-types/pagination/DescribeMountTargetsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeReplicationConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeMountTargetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -213,7 +213,7 @@ see LICENSE for more information.
|
|
|
213
213
|
CreateAccessPoint
|
|
214
214
|
</summary>
|
|
215
215
|
|
|
216
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
216
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/CreateAccessPointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/CreateAccessPointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/CreateAccessPointCommandOutput/)
|
|
217
217
|
|
|
218
218
|
</details>
|
|
219
219
|
<details>
|
|
@@ -221,7 +221,7 @@ CreateAccessPoint
|
|
|
221
221
|
CreateFileSystem
|
|
222
222
|
</summary>
|
|
223
223
|
|
|
224
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
224
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/CreateFileSystemCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/CreateFileSystemCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/CreateFileSystemCommandOutput/)
|
|
225
225
|
|
|
226
226
|
</details>
|
|
227
227
|
<details>
|
|
@@ -229,7 +229,7 @@ CreateFileSystem
|
|
|
229
229
|
CreateMountTarget
|
|
230
230
|
</summary>
|
|
231
231
|
|
|
232
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
232
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/CreateMountTargetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/CreateMountTargetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/CreateMountTargetCommandOutput/)
|
|
233
233
|
|
|
234
234
|
</details>
|
|
235
235
|
<details>
|
|
@@ -237,7 +237,7 @@ CreateMountTarget
|
|
|
237
237
|
CreateReplicationConfiguration
|
|
238
238
|
</summary>
|
|
239
239
|
|
|
240
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
240
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/CreateReplicationConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/CreateReplicationConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/CreateReplicationConfigurationCommandOutput/)
|
|
241
241
|
|
|
242
242
|
</details>
|
|
243
243
|
<details>
|
|
@@ -245,7 +245,7 @@ CreateReplicationConfiguration
|
|
|
245
245
|
CreateTags
|
|
246
246
|
</summary>
|
|
247
247
|
|
|
248
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
248
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/CreateTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/CreateTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/CreateTagsCommandOutput/)
|
|
249
249
|
|
|
250
250
|
</details>
|
|
251
251
|
<details>
|
|
@@ -253,7 +253,7 @@ CreateTags
|
|
|
253
253
|
DeleteAccessPoint
|
|
254
254
|
</summary>
|
|
255
255
|
|
|
256
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
256
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DeleteAccessPointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DeleteAccessPointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DeleteAccessPointCommandOutput/)
|
|
257
257
|
|
|
258
258
|
</details>
|
|
259
259
|
<details>
|
|
@@ -261,7 +261,7 @@ DeleteAccessPoint
|
|
|
261
261
|
DeleteFileSystem
|
|
262
262
|
</summary>
|
|
263
263
|
|
|
264
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
264
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DeleteFileSystemCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DeleteFileSystemCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DeleteFileSystemCommandOutput/)
|
|
265
265
|
|
|
266
266
|
</details>
|
|
267
267
|
<details>
|
|
@@ -269,7 +269,7 @@ DeleteFileSystem
|
|
|
269
269
|
DeleteFileSystemPolicy
|
|
270
270
|
</summary>
|
|
271
271
|
|
|
272
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
272
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DeleteFileSystemPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DeleteFileSystemPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DeleteFileSystemPolicyCommandOutput/)
|
|
273
273
|
|
|
274
274
|
</details>
|
|
275
275
|
<details>
|
|
@@ -277,7 +277,7 @@ DeleteFileSystemPolicy
|
|
|
277
277
|
DeleteMountTarget
|
|
278
278
|
</summary>
|
|
279
279
|
|
|
280
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
280
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DeleteMountTargetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DeleteMountTargetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DeleteMountTargetCommandOutput/)
|
|
281
281
|
|
|
282
282
|
</details>
|
|
283
283
|
<details>
|
|
@@ -285,7 +285,7 @@ DeleteMountTarget
|
|
|
285
285
|
DeleteReplicationConfiguration
|
|
286
286
|
</summary>
|
|
287
287
|
|
|
288
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
288
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DeleteReplicationConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DeleteReplicationConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DeleteReplicationConfigurationCommandOutput/)
|
|
289
289
|
|
|
290
290
|
</details>
|
|
291
291
|
<details>
|
|
@@ -293,7 +293,7 @@ DeleteReplicationConfiguration
|
|
|
293
293
|
DeleteTags
|
|
294
294
|
</summary>
|
|
295
295
|
|
|
296
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
296
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DeleteTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DeleteTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DeleteTagsCommandOutput/)
|
|
297
297
|
|
|
298
298
|
</details>
|
|
299
299
|
<details>
|
|
@@ -301,7 +301,7 @@ DeleteTags
|
|
|
301
301
|
DescribeAccessPoints
|
|
302
302
|
</summary>
|
|
303
303
|
|
|
304
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
304
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DescribeAccessPointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeAccessPointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeAccessPointsCommandOutput/)
|
|
305
305
|
|
|
306
306
|
</details>
|
|
307
307
|
<details>
|
|
@@ -309,7 +309,7 @@ DescribeAccessPoints
|
|
|
309
309
|
DescribeAccountPreferences
|
|
310
310
|
</summary>
|
|
311
311
|
|
|
312
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
312
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DescribeAccountPreferencesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeAccountPreferencesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeAccountPreferencesCommandOutput/)
|
|
313
313
|
|
|
314
314
|
</details>
|
|
315
315
|
<details>
|
|
@@ -317,7 +317,7 @@ DescribeAccountPreferences
|
|
|
317
317
|
DescribeBackupPolicy
|
|
318
318
|
</summary>
|
|
319
319
|
|
|
320
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
320
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DescribeBackupPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeBackupPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeBackupPolicyCommandOutput/)
|
|
321
321
|
|
|
322
322
|
</details>
|
|
323
323
|
<details>
|
|
@@ -325,7 +325,7 @@ DescribeBackupPolicy
|
|
|
325
325
|
DescribeFileSystemPolicy
|
|
326
326
|
</summary>
|
|
327
327
|
|
|
328
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
328
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DescribeFileSystemPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeFileSystemPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeFileSystemPolicyCommandOutput/)
|
|
329
329
|
|
|
330
330
|
</details>
|
|
331
331
|
<details>
|
|
@@ -333,7 +333,7 @@ DescribeFileSystemPolicy
|
|
|
333
333
|
DescribeFileSystems
|
|
334
334
|
</summary>
|
|
335
335
|
|
|
336
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
336
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DescribeFileSystemsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeFileSystemsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeFileSystemsCommandOutput/)
|
|
337
337
|
|
|
338
338
|
</details>
|
|
339
339
|
<details>
|
|
@@ -341,7 +341,7 @@ DescribeFileSystems
|
|
|
341
341
|
DescribeLifecycleConfiguration
|
|
342
342
|
</summary>
|
|
343
343
|
|
|
344
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
344
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DescribeLifecycleConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeLifecycleConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeLifecycleConfigurationCommandOutput/)
|
|
345
345
|
|
|
346
346
|
</details>
|
|
347
347
|
<details>
|
|
@@ -349,7 +349,7 @@ DescribeLifecycleConfiguration
|
|
|
349
349
|
DescribeMountTargets
|
|
350
350
|
</summary>
|
|
351
351
|
|
|
352
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
352
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DescribeMountTargetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeMountTargetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeMountTargetsCommandOutput/)
|
|
353
353
|
|
|
354
354
|
</details>
|
|
355
355
|
<details>
|
|
@@ -357,7 +357,7 @@ DescribeMountTargets
|
|
|
357
357
|
DescribeMountTargetSecurityGroups
|
|
358
358
|
</summary>
|
|
359
359
|
|
|
360
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
360
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DescribeMountTargetSecurityGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeMountTargetSecurityGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeMountTargetSecurityGroupsCommandOutput/)
|
|
361
361
|
|
|
362
362
|
</details>
|
|
363
363
|
<details>
|
|
@@ -365,7 +365,7 @@ DescribeMountTargetSecurityGroups
|
|
|
365
365
|
DescribeReplicationConfigurations
|
|
366
366
|
</summary>
|
|
367
367
|
|
|
368
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
368
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DescribeReplicationConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeReplicationConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeReplicationConfigurationsCommandOutput/)
|
|
369
369
|
|
|
370
370
|
</details>
|
|
371
371
|
<details>
|
|
@@ -373,7 +373,7 @@ DescribeReplicationConfigurations
|
|
|
373
373
|
DescribeTags
|
|
374
374
|
</summary>
|
|
375
375
|
|
|
376
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
376
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/DescribeTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/DescribeTagsCommandOutput/)
|
|
377
377
|
|
|
378
378
|
</details>
|
|
379
379
|
<details>
|
|
@@ -381,7 +381,7 @@ DescribeTags
|
|
|
381
381
|
ListTagsForResource
|
|
382
382
|
</summary>
|
|
383
383
|
|
|
384
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
384
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/ListTagsForResourceCommandOutput/)
|
|
385
385
|
|
|
386
386
|
</details>
|
|
387
387
|
<details>
|
|
@@ -389,7 +389,7 @@ ListTagsForResource
|
|
|
389
389
|
ModifyMountTargetSecurityGroups
|
|
390
390
|
</summary>
|
|
391
391
|
|
|
392
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
392
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/ModifyMountTargetSecurityGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/ModifyMountTargetSecurityGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/ModifyMountTargetSecurityGroupsCommandOutput/)
|
|
393
393
|
|
|
394
394
|
</details>
|
|
395
395
|
<details>
|
|
@@ -397,7 +397,7 @@ ModifyMountTargetSecurityGroups
|
|
|
397
397
|
PutAccountPreferences
|
|
398
398
|
</summary>
|
|
399
399
|
|
|
400
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
400
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/PutAccountPreferencesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/PutAccountPreferencesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/PutAccountPreferencesCommandOutput/)
|
|
401
401
|
|
|
402
402
|
</details>
|
|
403
403
|
<details>
|
|
@@ -405,7 +405,7 @@ PutAccountPreferences
|
|
|
405
405
|
PutBackupPolicy
|
|
406
406
|
</summary>
|
|
407
407
|
|
|
408
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
408
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/PutBackupPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/PutBackupPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/PutBackupPolicyCommandOutput/)
|
|
409
409
|
|
|
410
410
|
</details>
|
|
411
411
|
<details>
|
|
@@ -413,7 +413,7 @@ PutBackupPolicy
|
|
|
413
413
|
PutFileSystemPolicy
|
|
414
414
|
</summary>
|
|
415
415
|
|
|
416
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
416
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/PutFileSystemPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/PutFileSystemPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/PutFileSystemPolicyCommandOutput/)
|
|
417
417
|
|
|
418
418
|
</details>
|
|
419
419
|
<details>
|
|
@@ -421,7 +421,7 @@ PutFileSystemPolicy
|
|
|
421
421
|
PutLifecycleConfiguration
|
|
422
422
|
</summary>
|
|
423
423
|
|
|
424
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
424
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/PutLifecycleConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/PutLifecycleConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/PutLifecycleConfigurationCommandOutput/)
|
|
425
425
|
|
|
426
426
|
</details>
|
|
427
427
|
<details>
|
|
@@ -429,7 +429,7 @@ PutLifecycleConfiguration
|
|
|
429
429
|
TagResource
|
|
430
430
|
</summary>
|
|
431
431
|
|
|
432
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
432
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/TagResourceCommandOutput/)
|
|
433
433
|
|
|
434
434
|
</details>
|
|
435
435
|
<details>
|
|
@@ -437,7 +437,7 @@ TagResource
|
|
|
437
437
|
UntagResource
|
|
438
438
|
</summary>
|
|
439
439
|
|
|
440
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
440
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/UntagResourceCommandOutput/)
|
|
441
441
|
|
|
442
442
|
</details>
|
|
443
443
|
<details>
|
|
@@ -445,6 +445,6 @@ UntagResource
|
|
|
445
445
|
UpdateFileSystem
|
|
446
446
|
</summary>
|
|
447
447
|
|
|
448
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
448
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/efs/command/UpdateFileSystemCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/UpdateFileSystemCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-efs/Interface/UpdateFileSystemCommandOutput/)
|
|
449
449
|
|
|
450
450
|
</details>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TooManyRequests = exports.InvalidPolicyException = exports.IncorrectMountTargetState = exports.TransitionToPrimaryStorageClassRules = exports.TransitionToIARules = exports.PolicyNotFound = exports.Resource = exports.ResourceIdType = exports.MountTargetNotFound = exports.DependencyTimeout = exports.FileSystemInUse = exports.ValidationException = exports.ReplicationNotFound = exports.ReplicationStatus = exports.SubnetNotFound = exports.SecurityGroupNotFound = exports.SecurityGroupLimitExceeded = exports.NoFreeAddressesInSubnet = exports.NetworkInterfaceLimitExceeded = exports.MountTargetConflict = exports.IpAddressInUse = exports.UnsupportedAvailabilityZone = exports.ThroughputLimitExceeded = exports.InsufficientThroughputCapacity = exports.FileSystemLimitExceeded = exports.FileSystemAlreadyExists = exports.ThroughputMode = exports.PerformanceMode = exports.ThrottlingException = exports.InternalServerError = exports.IncorrectFileSystemLifeCycleState = exports.FileSystemNotFound = exports.BadRequest = exports.Status = exports.AvailabilityZonesMismatch = exports.AccessPointNotFound = exports.AccessPointLimitExceeded = exports.LifeCycleState = exports.AccessPointAlreadyExists = void 0;
|
|
3
|
+
exports.TooManyRequests = exports.InvalidPolicyException = exports.IncorrectMountTargetState = exports.TransitionToPrimaryStorageClassRules = exports.TransitionToIARules = exports.TransitionToArchiveRules = exports.PolicyNotFound = exports.Resource = exports.ResourceIdType = exports.MountTargetNotFound = exports.DependencyTimeout = exports.FileSystemInUse = exports.ValidationException = exports.ReplicationNotFound = exports.ReplicationStatus = exports.SubnetNotFound = exports.SecurityGroupNotFound = exports.SecurityGroupLimitExceeded = exports.NoFreeAddressesInSubnet = exports.NetworkInterfaceLimitExceeded = exports.MountTargetConflict = exports.IpAddressInUse = exports.UnsupportedAvailabilityZone = exports.ThroughputLimitExceeded = exports.InsufficientThroughputCapacity = exports.FileSystemLimitExceeded = exports.FileSystemAlreadyExists = exports.ThroughputMode = exports.PerformanceMode = exports.ThrottlingException = exports.InternalServerError = exports.IncorrectFileSystemLifeCycleState = exports.FileSystemNotFound = exports.BadRequest = exports.Status = exports.AvailabilityZonesMismatch = exports.AccessPointNotFound = exports.AccessPointLimitExceeded = exports.LifeCycleState = exports.AccessPointAlreadyExists = void 0;
|
|
4
4
|
const EFSServiceException_1 = require("./EFSServiceException");
|
|
5
5
|
class AccessPointAlreadyExists extends EFSServiceException_1.EFSServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -448,10 +448,24 @@ class PolicyNotFound extends EFSServiceException_1.EFSServiceException {
|
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
450
|
exports.PolicyNotFound = PolicyNotFound;
|
|
451
|
+
exports.TransitionToArchiveRules = {
|
|
452
|
+
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
453
|
+
AFTER_180_DAYS: "AFTER_180_DAYS",
|
|
454
|
+
AFTER_1_DAY: "AFTER_1_DAY",
|
|
455
|
+
AFTER_270_DAYS: "AFTER_270_DAYS",
|
|
456
|
+
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
457
|
+
AFTER_365_DAYS: "AFTER_365_DAYS",
|
|
458
|
+
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
459
|
+
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
460
|
+
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
461
|
+
};
|
|
451
462
|
exports.TransitionToIARules = {
|
|
452
463
|
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
464
|
+
AFTER_180_DAYS: "AFTER_180_DAYS",
|
|
453
465
|
AFTER_1_DAY: "AFTER_1_DAY",
|
|
466
|
+
AFTER_270_DAYS: "AFTER_270_DAYS",
|
|
454
467
|
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
468
|
+
AFTER_365_DAYS: "AFTER_365_DAYS",
|
|
455
469
|
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
456
470
|
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
457
471
|
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateDescribeMountTargets = void 0;
|
|
4
|
+
const DescribeMountTargetsCommand_1 = require("../commands/DescribeMountTargetsCommand");
|
|
5
|
+
const EFSClient_1 = require("../EFSClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new DescribeMountTargetsCommand_1.DescribeMountTargetsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateDescribeMountTargets(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.Marker = token;
|
|
15
|
+
input["MaxItems"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof EFSClient_1.EFSClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected EFS | EFSClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.NextMarker;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateDescribeMountTargets = paginateDescribeMountTargets;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateDescribeReplicationConfigurations = void 0;
|
|
4
|
+
const DescribeReplicationConfigurationsCommand_1 = require("../commands/DescribeReplicationConfigurationsCommand");
|
|
5
|
+
const EFSClient_1 = require("../EFSClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new DescribeReplicationConfigurationsCommand_1.DescribeReplicationConfigurationsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateDescribeReplicationConfigurations(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.NextToken = token;
|
|
15
|
+
input["MaxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof EFSClient_1.EFSClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected EFS | EFSClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.NextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateDescribeReplicationConfigurations = paginateDescribeReplicationConfigurations;
|
|
@@ -3,6 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./DescribeAccessPointsPaginator"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./DescribeFileSystemsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./DescribeMountTargetsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DescribeReplicationConfigurationsPaginator"), exports);
|
|
6
8
|
tslib_1.__exportStar(require("./DescribeTagsPaginator"), exports);
|
|
7
9
|
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
8
10
|
tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
|
|
@@ -2502,6 +2502,7 @@ const de_FileSystemSize = (output, context) => {
|
|
|
2502
2502
|
return (0, smithy_client_1.take)(output, {
|
|
2503
2503
|
Timestamp: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
2504
2504
|
Value: smithy_client_1.expectLong,
|
|
2505
|
+
ValueInArchive: smithy_client_1.expectLong,
|
|
2505
2506
|
ValueInIA: smithy_client_1.expectLong,
|
|
2506
2507
|
ValueInStandard: smithy_client_1.expectLong,
|
|
2507
2508
|
});
|
|
@@ -418,10 +418,24 @@ export class PolicyNotFound extends __BaseException {
|
|
|
418
418
|
this.Message = opts.Message;
|
|
419
419
|
}
|
|
420
420
|
}
|
|
421
|
+
export const TransitionToArchiveRules = {
|
|
422
|
+
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
423
|
+
AFTER_180_DAYS: "AFTER_180_DAYS",
|
|
424
|
+
AFTER_1_DAY: "AFTER_1_DAY",
|
|
425
|
+
AFTER_270_DAYS: "AFTER_270_DAYS",
|
|
426
|
+
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
427
|
+
AFTER_365_DAYS: "AFTER_365_DAYS",
|
|
428
|
+
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
429
|
+
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
430
|
+
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
431
|
+
};
|
|
421
432
|
export const TransitionToIARules = {
|
|
422
433
|
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
434
|
+
AFTER_180_DAYS: "AFTER_180_DAYS",
|
|
423
435
|
AFTER_1_DAY: "AFTER_1_DAY",
|
|
436
|
+
AFTER_270_DAYS: "AFTER_270_DAYS",
|
|
424
437
|
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
438
|
+
AFTER_365_DAYS: "AFTER_365_DAYS",
|
|
425
439
|
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
426
440
|
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
427
441
|
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { DescribeMountTargetsCommand, } from "../commands/DescribeMountTargetsCommand";
|
|
2
|
+
import { EFSClient } from "../EFSClient";
|
|
3
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
4
|
+
return await client.send(new DescribeMountTargetsCommand(input), ...args);
|
|
5
|
+
};
|
|
6
|
+
export async function* paginateDescribeMountTargets(config, input, ...additionalArguments) {
|
|
7
|
+
let token = config.startingToken || undefined;
|
|
8
|
+
let hasNext = true;
|
|
9
|
+
let page;
|
|
10
|
+
while (hasNext) {
|
|
11
|
+
input.Marker = token;
|
|
12
|
+
input["MaxItems"] = config.pageSize;
|
|
13
|
+
if (config.client instanceof EFSClient) {
|
|
14
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
throw new Error("Invalid client, expected EFS | EFSClient");
|
|
18
|
+
}
|
|
19
|
+
yield page;
|
|
20
|
+
const prevToken = token;
|
|
21
|
+
token = page.NextMarker;
|
|
22
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
+
}
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { DescribeReplicationConfigurationsCommand, } from "../commands/DescribeReplicationConfigurationsCommand";
|
|
2
|
+
import { EFSClient } from "../EFSClient";
|
|
3
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
4
|
+
return await client.send(new DescribeReplicationConfigurationsCommand(input), ...args);
|
|
5
|
+
};
|
|
6
|
+
export async function* paginateDescribeReplicationConfigurations(config, input, ...additionalArguments) {
|
|
7
|
+
let token = config.startingToken || undefined;
|
|
8
|
+
let hasNext = true;
|
|
9
|
+
let page;
|
|
10
|
+
while (hasNext) {
|
|
11
|
+
input.NextToken = token;
|
|
12
|
+
input["MaxResults"] = config.pageSize;
|
|
13
|
+
if (config.client instanceof EFSClient) {
|
|
14
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
throw new Error("Invalid client, expected EFS | EFSClient");
|
|
18
|
+
}
|
|
19
|
+
yield page;
|
|
20
|
+
const prevToken = token;
|
|
21
|
+
token = page.NextToken;
|
|
22
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
+
}
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from "./DescribeAccessPointsPaginator";
|
|
2
2
|
export * from "./DescribeFileSystemsPaginator";
|
|
3
|
+
export * from "./DescribeMountTargetsPaginator";
|
|
4
|
+
export * from "./DescribeReplicationConfigurationsPaginator";
|
|
3
5
|
export * from "./DescribeTagsPaginator";
|
|
4
6
|
export * from "./Interfaces";
|
|
5
7
|
export * from "./ListTagsForResourcePaginator";
|
|
@@ -2438,6 +2438,7 @@ const de_FileSystemSize = (output, context) => {
|
|
|
2438
2438
|
return take(output, {
|
|
2439
2439
|
Timestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2440
2440
|
Value: __expectLong,
|
|
2441
|
+
ValueInArchive: __expectLong,
|
|
2441
2442
|
ValueInIA: __expectLong,
|
|
2442
2443
|
ValueInStandard: __expectLong,
|
|
2443
2444
|
});
|
|
@@ -23,13 +23,14 @@ export interface CreateAccessPointCommandOutput extends AccessPointDescription,
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Creates an EFS access point. An access point is an application-specific view
|
|
27
|
-
* file system that applies an operating system user and group, and a file
|
|
28
|
-
* file system request made through the access point. The operating system
|
|
29
|
-
* override any identity information provided by the NFS client. The file system
|
|
30
|
-
* as the access point's root directory. Applications using the access point can
|
|
31
|
-
* the application's own directory and any subdirectories. To learn more, see
|
|
32
|
-
* points
|
|
26
|
+
* <p>Creates an EFS access point. An access point is an application-specific view
|
|
27
|
+
* into an EFS file system that applies an operating system user and group, and a file
|
|
28
|
+
* system path, to any file system request made through the access point. The operating system
|
|
29
|
+
* user and group override any identity information provided by the NFS client. The file system
|
|
30
|
+
* path is exposed as the access point's root directory. Applications using the access point can
|
|
31
|
+
* only access data in the application's own directory and any subdirectories. To learn more, see
|
|
32
|
+
* <a href="https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html">Mounting a file
|
|
33
|
+
* system using EFS access points</a>.</p>
|
|
33
34
|
* <note>
|
|
34
35
|
* <p>If multiple requests to create access points on the same file system are sent in quick
|
|
35
36
|
* succession, and the file system is near the limit of 1,000 access points, you may experience
|
|
@@ -43,7 +43,7 @@ export interface CreateFileSystemCommandOutput extends FileSystemDescription, __
|
|
|
43
43
|
* <p>For basic use cases, you can use a randomly generated UUID for the creation
|
|
44
44
|
* token.</p>
|
|
45
45
|
* </note>
|
|
46
|
-
* <p>
|
|
46
|
+
* <p>The idempotent operation allows you to retry a <code>CreateFileSystem</code> call without
|
|
47
47
|
* risk of creating an extra file system. This can happen when an initial call fails in a way
|
|
48
48
|
* that leaves it uncertain whether or not a file system was actually created. An example might
|
|
49
49
|
* be that a transport level timeout occurred or your connection was reset. As long as you use
|
|
@@ -58,11 +58,15 @@ export interface CreateFileSystemCommandOutput extends FileSystemDescription, __
|
|
|
58
58
|
* calling the <a>DescribeFileSystems</a> operation, which among other things returns the file
|
|
59
59
|
* system state.</p>
|
|
60
60
|
* </note>
|
|
61
|
-
* <p>This operation accepts an optional <code>PerformanceMode</code> parameter that you
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
61
|
+
* <p>This operation accepts an optional <code>PerformanceMode</code> parameter that you choose
|
|
62
|
+
* for your file system. We recommend <code>generalPurpose</code> performance mode for all file
|
|
63
|
+
* systems. File systems using the <code>maxIO</code> mode is a previous generation performance type that is designed for highly parallelized workloads that can tolerate higher latencies
|
|
64
|
+
* than the General Purpose mode. Max I/O mode is not supported for One Zone file systems or
|
|
65
|
+
* file systems that use Elastic throughput.</p>
|
|
66
|
+
* <important>
|
|
67
|
+
* <p>Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems.</p>
|
|
68
|
+
* </important>
|
|
69
|
+
* <p>The performance mode can't be changed after
|
|
66
70
|
* the file system has been created. For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/performance.html#performancemodes.html">Amazon EFS performance
|
|
67
71
|
* modes</a>.</p>
|
|
68
72
|
* <p>You can set the throughput mode for the file system using the <code>ThroughputMode</code> parameter.</p>
|
|
@@ -115,6 +119,7 @@ export interface CreateFileSystemCommandOutput extends FileSystemDescription, __
|
|
|
115
119
|
* // Timestamp: new Date("TIMESTAMP"),
|
|
116
120
|
* // ValueInIA: Number("long"),
|
|
117
121
|
* // ValueInStandard: Number("long"),
|
|
122
|
+
* // ValueInArchive: Number("long"),
|
|
118
123
|
* // },
|
|
119
124
|
* // PerformanceMode: "generalPurpose" || "maxIO", // required
|
|
120
125
|
* // Encrypted: true || false,
|
|
@@ -30,12 +30,12 @@ export interface CreateMountTargetCommandOutput extends MountTargetDescription,
|
|
|
30
30
|
* file system. If you have multiple subnets in an Availability Zone, you create a mount target
|
|
31
31
|
* in one of the subnets. EC2 instances do not need to be in the same subnet as the mount target
|
|
32
32
|
* in order to access their file system.</p>
|
|
33
|
-
* <p>You can create only one mount target for
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
33
|
+
* <p>You can create only one mount target for a One Zone file system.
|
|
34
|
+
* You must create that mount target in the same Availability Zone in which the file system is
|
|
35
|
+
* located. Use the <code>AvailabilityZoneName</code> and <code>AvailabiltyZoneId</code>
|
|
36
|
+
* properties in the <a>DescribeFileSystems</a> response object to get this
|
|
37
|
+
* information. Use the <code>subnetId</code> associated with the file system's Availability Zone
|
|
38
|
+
* when creating the mount target.</p>
|
|
39
39
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html">Amazon EFS: How it Works</a>. </p>
|
|
40
40
|
* <p>To create a mount target for a file system, the file system's lifecycle state must be
|
|
41
41
|
* <code>available</code>. For more information, see <a>DescribeFileSystems</a>.</p>
|