@aws-sdk/client-efs 3.352.0 → 3.353.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.
|
@@ -32,11 +32,17 @@ export interface CreateAccessPointCommandOutput extends AccessPointDescription,
|
|
|
32
32
|
* points</a>.</p>
|
|
33
33
|
* <note>
|
|
34
34
|
* <p>If multiple requests to create access points on the same file system are sent in quick
|
|
35
|
-
* succession, and the file system is near the limit of
|
|
35
|
+
* succession, and the file system is near the limit of 1,000 access points, you may experience
|
|
36
36
|
* a throttling response for these requests. This is to ensure that the file system does not
|
|
37
37
|
* exceed the stated access point limit.</p>
|
|
38
38
|
* </note>
|
|
39
39
|
* <p>This operation requires permissions for the <code>elasticfilesystem:CreateAccessPoint</code> action.</p>
|
|
40
|
+
* <p>Access points can be tagged on creation. If tags are specified in the creation action, IAM
|
|
41
|
+
* performs additional authorization on the <code>elasticfilesystem:TagResource</code> action to
|
|
42
|
+
* verify if users have permissions to create tags. Therefore, you must grant explicit
|
|
43
|
+
* permissions to use the <code>elasticfilesystem:TagResource</code> action. For more
|
|
44
|
+
* information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/using-tags-efs.html#supported-iam-actions-tagging.html">Granting
|
|
45
|
+
* permissions to tag resources during creation</a>.</p>
|
|
40
46
|
* @example
|
|
41
47
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
48
|
* ```javascript
|
|
@@ -70,8 +70,13 @@ export interface CreateFileSystemCommandOutput extends FileSystemDescription, __
|
|
|
70
70
|
* <code>available</code>, at which point you can create one or more mount targets for the file
|
|
71
71
|
* system in your VPC. For more information, see <a>CreateMountTarget</a>. You mount your Amazon EFS file system on an EC2 instances in
|
|
72
72
|
* your VPC by using the mount target. 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>
|
|
73
|
-
* <p>
|
|
73
|
+
* <p>This operation requires permissions for the
|
|
74
74
|
* <code>elasticfilesystem:CreateFileSystem</code> action. </p>
|
|
75
|
+
* <p>File systems can be tagged on creation. If tags are specified in the creation action, IAM
|
|
76
|
+
* performs additional authorization on the <code>elasticfilesystem:TagResource</code> action to
|
|
77
|
+
* verify if users have permissions to create tags. Therefore, you must grant explicit
|
|
78
|
+
* permissions to use the <code>elasticfilesystem:TagResource</code> action. For more
|
|
79
|
+
* information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/using-tags-efs.html#supported-iam-actions-tagging.html">Granting permissions to tag resources during creation</a>.</p>
|
|
75
80
|
* @example
|
|
76
81
|
* Use a bare-bones client and the command you need to make an API call.
|
|
77
82
|
* ```javascript
|
|
@@ -1223,10 +1223,24 @@ export type ReplicationStatus = (typeof ReplicationStatus)[keyof typeof Replicat
|
|
|
1223
1223
|
*/
|
|
1224
1224
|
export interface Destination {
|
|
1225
1225
|
/**
|
|
1226
|
-
* <p>Describes the status of the destination Amazon EFS file system
|
|
1227
|
-
*
|
|
1228
|
-
*
|
|
1229
|
-
*
|
|
1226
|
+
* <p>Describes the status of the destination Amazon EFS file system.</p>
|
|
1227
|
+
* <ul>
|
|
1228
|
+
* <li>
|
|
1229
|
+
* <p>The <code>Paused</code> state occurs as a result of opting out of the source or
|
|
1230
|
+
* destination Region after the replication configuration was created. To resume replication
|
|
1231
|
+
* for the file system, you need to again opt in to the Amazon Web Services Region. For more
|
|
1232
|
+
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande-manage.html#rande-manage-enable">Managing Amazon Web Services Regions</a> in the <i>Amazon Web Services General Reference
|
|
1233
|
+
* Guide</i>.</p>
|
|
1234
|
+
* </li>
|
|
1235
|
+
* <li>
|
|
1236
|
+
* <p>The <code>Error</code> state occurs when either the source or the destination file
|
|
1237
|
+
* system (or both) is in a failed state and is unrecoverable. For more information, see
|
|
1238
|
+
* <a href="https://docs.aws.amazon.com/efs/latest/ug/awsbackup.html#restoring-backup-efsmonitoring-replication-status.html">Monitoring
|
|
1239
|
+
* replication status</a> in the <i>Amazon EFS User Guide</i>. You must delete the replication configuration, and then
|
|
1240
|
+
* restore the most recent backup of the failed file system (either the source or the
|
|
1241
|
+
* destination) to a new file system.</p>
|
|
1242
|
+
* </li>
|
|
1243
|
+
* </ul>
|
|
1230
1244
|
*/
|
|
1231
1245
|
Status: ReplicationStatus | string | undefined;
|
|
1232
1246
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-efs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.353.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.353.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.353.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.353.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.353.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.347.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.347.0",
|
|
30
30
|
"@aws-sdk/middleware-content-length": "3.347.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.347.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.347.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.347.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.353.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.347.0",
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.353.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.347.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.352.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.353.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.350.0",
|
|
42
42
|
"@aws-sdk/smithy-client": "3.347.0",
|
|
43
43
|
"@aws-sdk/types": "3.347.0",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.353.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.353.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.352.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.347.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.347.0",
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.353.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|