@aws-sdk/client-efs 3.35.0 → 3.38.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/CHANGELOG.md +48 -0
- package/dist-cjs/EFS.js +0 -8
- package/dist-cjs/EFSClient.js +0 -13
- package/dist-cjs/commands/CreateAccessPointCommand.js +0 -32
- package/dist-cjs/commands/CreateFileSystemCommand.js +0 -78
- package/dist-cjs/commands/CreateMountTargetCommand.js +0 -166
- package/dist-cjs/commands/CreateTagsCommand.js +0 -36
- package/dist-cjs/commands/DeleteAccessPointCommand.js +0 -28
- package/dist-cjs/commands/DeleteFileSystemCommand.js +0 -39
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +0 -28
- package/dist-cjs/commands/DeleteMountTargetCommand.js +0 -58
- package/dist-cjs/commands/DeleteTagsCommand.js +0 -37
- package/dist-cjs/commands/DescribeAccessPointsCommand.js +0 -28
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +0 -26
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js +0 -25
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +0 -26
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +0 -47
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +0 -32
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +0 -40
- package/dist-cjs/commands/DescribeMountTargetsCommand.js +0 -32
- package/dist-cjs/commands/DescribeTagsCommand.js +0 -35
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +0 -44
- package/dist-cjs/commands/PutAccountPreferencesCommand.js +0 -28
- package/dist-cjs/commands/PutBackupPolicyCommand.js +0 -25
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js +0 -34
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +0 -55
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateFileSystemCommand.js +0 -26
- package/dist-cjs/commands/index.js +30 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -35
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -232
- package/dist-cjs/pagination/DescribeAccessPointsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeFileSystemsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeTagsPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -11
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/EFS.js +0 -1
- package/dist-es/EFSClient.js +0 -1
- package/dist-es/commands/CreateAccessPointCommand.js +0 -1
- package/dist-es/commands/CreateFileSystemCommand.js +0 -1
- package/dist-es/commands/CreateMountTargetCommand.js +0 -1
- package/dist-es/commands/CreateTagsCommand.js +0 -1
- package/dist-es/commands/DeleteAccessPointCommand.js +0 -1
- package/dist-es/commands/DeleteFileSystemCommand.js +0 -1
- package/dist-es/commands/DeleteFileSystemPolicyCommand.js +0 -1
- package/dist-es/commands/DeleteMountTargetCommand.js +0 -1
- package/dist-es/commands/DeleteTagsCommand.js +0 -1
- package/dist-es/commands/DescribeAccessPointsCommand.js +0 -1
- package/dist-es/commands/DescribeAccountPreferencesCommand.js +0 -1
- package/dist-es/commands/DescribeBackupPolicyCommand.js +0 -1
- package/dist-es/commands/DescribeFileSystemPolicyCommand.js +0 -1
- package/dist-es/commands/DescribeFileSystemsCommand.js +0 -1
- package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +0 -1
- package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +0 -1
- package/dist-es/commands/DescribeMountTargetsCommand.js +0 -1
- package/dist-es/commands/DescribeTagsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +0 -1
- package/dist-es/commands/PutAccountPreferencesCommand.js +0 -1
- package/dist-es/commands/PutBackupPolicyCommand.js +0 -1
- package/dist-es/commands/PutFileSystemPolicyCommand.js +0 -1
- package/dist-es/commands/PutLifecycleConfigurationCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateFileSystemCommand.js +0 -1
- package/dist-es/commands/index.js +27 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -35
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/DescribeAccessPointsPaginator.js +0 -1
- package/dist-es/pagination/DescribeFileSystemsPaginator.js +0 -1
- package/dist-es/pagination/DescribeTagsPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListTagsForResourcePaginator.js +0 -1
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +22 -15
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/EFS.d.ts +15 -8
- package/dist-types/commands/PutAccountPreferencesCommand.d.ts +7 -3
- package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +3 -1
- package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +5 -4
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/index.d.ts +4 -34
- package/dist-types/models/models_0.d.ts +34 -6
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/EFS.d.ts +28 -496
- package/dist-types/ts3.4/EFSClient.d.ts +24 -93
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -73
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +2 -161
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +2 -53
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +2 -39
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/index.d.ts +4 -34
- package/dist-types/ts3.4/models/models_0.d.ts +273 -1088
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/EFS.js.map +0 -1
- package/dist-cjs/EFSClient.js.map +0 -1
- package/dist-cjs/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist-cjs/commands/CreateFileSystemCommand.js.map +0 -1
- package/dist-cjs/commands/CreateMountTargetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateTagsCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteFileSystemCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteMountTargetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAccessPointsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFileSystemsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeMountTargetsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/PutAccountPreferencesCommand.js.map +0 -1
- package/dist-cjs/commands/PutBackupPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateFileSystemCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/DescribeAccessPointsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeFileSystemsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeTagsPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/EFS.js.map +0 -1
- package/dist-es/EFSClient.js.map +0 -1
- package/dist-es/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist-es/commands/CreateFileSystemCommand.js.map +0 -1
- package/dist-es/commands/CreateMountTargetCommand.js.map +0 -1
- package/dist-es/commands/CreateTagsCommand.js.map +0 -1
- package/dist-es/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist-es/commands/DeleteFileSystemCommand.js.map +0 -1
- package/dist-es/commands/DeleteFileSystemPolicyCommand.js.map +0 -1
- package/dist-es/commands/DeleteMountTargetCommand.js.map +0 -1
- package/dist-es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist-es/commands/DescribeAccessPointsCommand.js.map +0 -1
- package/dist-es/commands/DescribeAccountPreferencesCommand.js.map +0 -1
- package/dist-es/commands/DescribeBackupPolicyCommand.js.map +0 -1
- package/dist-es/commands/DescribeFileSystemPolicyCommand.js.map +0 -1
- package/dist-es/commands/DescribeFileSystemsCommand.js.map +0 -1
- package/dist-es/commands/DescribeLifecycleConfigurationCommand.js.map +0 -1
- package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist-es/commands/DescribeMountTargetsCommand.js.map +0 -1
- package/dist-es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist-es/commands/PutAccountPreferencesCommand.js.map +0 -1
- package/dist-es/commands/PutBackupPolicyCommand.js.map +0 -1
- package/dist-es/commands/PutFileSystemPolicyCommand.js.map +0 -1
- package/dist-es/commands/PutLifecycleConfigurationCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateFileSystemCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/DescribeAccessPointsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeFileSystemsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeTagsPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/EFS.ts +0 -1386
- package/src/EFSClient.ts +0 -363
- package/src/commands/CreateAccessPointCommand.ts +0 -102
- package/src/commands/CreateFileSystemCommand.ts +0 -148
- package/src/commands/CreateMountTargetCommand.ts +0 -236
- package/src/commands/CreateTagsCommand.ts +0 -106
- package/src/commands/DeleteAccessPointCommand.ts +0 -98
- package/src/commands/DeleteFileSystemCommand.ts +0 -109
- package/src/commands/DeleteFileSystemPolicyCommand.ts +0 -98
- package/src/commands/DeleteMountTargetCommand.ts +0 -128
- package/src/commands/DeleteTagsCommand.ts +0 -107
- package/src/commands/DescribeAccessPointsCommand.ts +0 -98
- package/src/commands/DescribeAccountPreferencesCommand.ts +0 -99
- package/src/commands/DescribeBackupPolicyCommand.ts +0 -95
- package/src/commands/DescribeFileSystemPolicyCommand.ts +0 -96
- package/src/commands/DescribeFileSystemsCommand.ts +0 -117
- package/src/commands/DescribeLifecycleConfigurationCommand.ts +0 -110
- package/src/commands/DescribeMountTargetSecurityGroupsCommand.ts +0 -121
- package/src/commands/DescribeMountTargetsCommand.ts +0 -102
- package/src/commands/DescribeTagsCommand.ts +0 -105
- package/src/commands/ListTagsForResourceCommand.ts +0 -96
- package/src/commands/ModifyMountTargetSecurityGroupsCommand.ts +0 -120
- package/src/commands/PutAccountPreferencesCommand.ts +0 -98
- package/src/commands/PutBackupPolicyCommand.ts +0 -95
- package/src/commands/PutFileSystemPolicyCommand.ts +0 -104
- package/src/commands/PutLifecycleConfigurationCommand.ts +0 -128
- package/src/commands/TagResourceCommand.ts +0 -96
- package/src/commands/UntagResourceCommand.ts +0 -96
- package/src/commands/UpdateFileSystemCommand.ts +0 -96
- package/src/endpoints.ts +0 -183
- package/src/index.ts +0 -35
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2185
- package/src/pagination/DescribeAccessPointsPaginator.ts +0 -59
- package/src/pagination/DescribeFileSystemsPaginator.ts +0 -59
- package/src/pagination/DescribeTagsPaginator.ts +0 -59
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListTagsForResourcePaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -4420
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -5,54 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Modifies the set of security groups in effect for a mount target.</p>
|
|
10
|
-
* <p>When you create a mount target, Amazon EFS also creates a new network interface. For
|
|
11
|
-
* more information, see <a>CreateMountTarget</a>. This operation replaces the security groups in effect for the
|
|
12
|
-
* network interface associated with a mount target, with the <code>SecurityGroups</code>
|
|
13
|
-
* provided in the request. This operation requires that the network interface of the mount
|
|
14
|
-
* target has been created and the lifecycle state of the mount target is not
|
|
15
|
-
* <code>deleted</code>. </p>
|
|
16
|
-
* <p>The operation requires permissions for the following actions:</p>
|
|
17
|
-
* <ul>
|
|
18
|
-
* <li>
|
|
19
|
-
* <p>
|
|
20
|
-
* <code>elasticfilesystem:ModifyMountTargetSecurityGroups</code> action on the mount
|
|
21
|
-
* target's file system. </p>
|
|
22
|
-
* </li>
|
|
23
|
-
* <li>
|
|
24
|
-
* <p>
|
|
25
|
-
* <code>ec2:ModifyNetworkInterfaceAttribute</code> action on the mount target's network
|
|
26
|
-
* interface. </p>
|
|
27
|
-
* </li>
|
|
28
|
-
* </ul>
|
|
29
|
-
* @example
|
|
30
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
-
* ```javascript
|
|
32
|
-
* import { EFSClient, ModifyMountTargetSecurityGroupsCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
33
|
-
* // const { EFSClient, ModifyMountTargetSecurityGroupsCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
34
|
-
* const client = new EFSClient(config);
|
|
35
|
-
* const command = new ModifyMountTargetSecurityGroupsCommand(input);
|
|
36
|
-
* const response = await client.send(command);
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @see {@link ModifyMountTargetSecurityGroupsCommandInput} for command's `input` shape.
|
|
40
|
-
* @see {@link ModifyMountTargetSecurityGroupsCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
8
|
class ModifyMountTargetSecurityGroupsCommand extends smithy_client_1.Command {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
9
|
constructor(input) {
|
|
48
|
-
// Start section: command_constructor
|
|
49
10
|
super();
|
|
50
11
|
this.input = input;
|
|
51
|
-
// End section: command_constructor
|
|
52
12
|
}
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
57
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
58
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -77,4 +34,3 @@ class ModifyMountTargetSecurityGroupsCommand extends smithy_client_1.Command {
|
|
|
77
34
|
}
|
|
78
35
|
}
|
|
79
36
|
exports.ModifyMountTargetSecurityGroupsCommand = ModifyMountTargetSecurityGroupsCommand;
|
|
80
|
-
//# sourceMappingURL=ModifyMountTargetSecurityGroupsCommand.js.map
|
|
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Use this operation to set the account preference in the current Amazon Web Services Region to use either long 17 character (63 bit) or short 8 character (32 bit) IDs for
|
|
10
|
-
* new EFS file systems and mount targets created. All existing resource IDs are not affected by any changes you make. You can set the ID preference during the
|
|
11
|
-
* opt-in period as EFS transitions to long resource IDs. For more information,
|
|
12
|
-
* see <a href="efs/latest/ug/manage-efs-resource-ids.html">Managing Amazon EFS resource IDs</a>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { EFSClient, PutAccountPreferencesCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
17
|
-
* // const { EFSClient, PutAccountPreferencesCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
18
|
-
* const client = new EFSClient(config);
|
|
19
|
-
* const command = new PutAccountPreferencesCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link PutAccountPreferencesCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link PutAccountPreferencesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class PutAccountPreferencesCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class PutAccountPreferencesCommand extends smithy_client_1.Command {
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.PutAccountPreferencesCommand = PutAccountPreferencesCommand;
|
|
64
|
-
//# sourceMappingURL=PutAccountPreferencesCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Updates the file system's backup policy. Use this action to start or stop automatic backups of the file system. </p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { EFSClient, PutBackupPolicyCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
14
|
-
* // const { EFSClient, PutBackupPolicyCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
15
|
-
* const client = new EFSClient(config);
|
|
16
|
-
* const command = new PutBackupPolicyCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link PutBackupPolicyCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link PutBackupPolicyCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class PutBackupPolicyCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class PutBackupPolicyCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.PutBackupPolicyCommand = PutBackupPolicyCommand;
|
|
61
|
-
//# sourceMappingURL=PutBackupPolicyCommand.js.map
|
|
@@ -5,44 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Applies an Amazon EFS <code>FileSystemPolicy</code> to an Amazon EFS file system.
|
|
10
|
-
* A file system policy is an IAM resource-based policy and can contain multiple policy statements.
|
|
11
|
-
* A file system always has exactly one file system policy, which can be the default policy or
|
|
12
|
-
* an explicit policy set or updated using this API operation.
|
|
13
|
-
* EFS file system policies have a 20,000 character limit.
|
|
14
|
-
* When an explicit policy is set, it overrides the default policy. For more information about the default file system policy, see
|
|
15
|
-
* <a href="https://docs.aws.amazon.com/efs/latest/ug/iam-access-control-nfs-efs.html#default-filesystempolicy">Default EFS File System Policy</a>.
|
|
16
|
-
* </p>
|
|
17
|
-
* <p>EFS file system policies have a 20,000 character limit.</p>
|
|
18
|
-
* <p>This operation requires permissions for the <code>elasticfilesystem:PutFileSystemPolicy</code> action.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { EFSClient, PutFileSystemPolicyCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
23
|
-
* // const { EFSClient, PutFileSystemPolicyCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
24
|
-
* const client = new EFSClient(config);
|
|
25
|
-
* const command = new PutFileSystemPolicyCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link PutFileSystemPolicyCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link PutFileSystemPolicyCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
8
|
class PutFileSystemPolicyCommand extends smithy_client_1.Command {
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
9
|
constructor(input) {
|
|
38
|
-
// Start section: command_constructor
|
|
39
10
|
super();
|
|
40
11
|
this.input = input;
|
|
41
|
-
// End section: command_constructor
|
|
42
12
|
}
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
47
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -67,4 +34,3 @@ class PutFileSystemPolicyCommand extends smithy_client_1.Command {
|
|
|
67
34
|
}
|
|
68
35
|
}
|
|
69
36
|
exports.PutFileSystemPolicyCommand = PutFileSystemPolicyCommand;
|
|
70
|
-
//# sourceMappingURL=PutFileSystemPolicyCommand.js.map
|
|
@@ -5,65 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Enables lifecycle management by creating a new <code>LifecycleConfiguration</code>
|
|
10
|
-
* object. A <code>LifecycleConfiguration</code> object defines when files in an Amazon EFS file
|
|
11
|
-
* system are automatically transitioned to the lower-cost EFS Infrequent Access (IA) storage class.
|
|
12
|
-
* To enable EFS Intelligent Tiering, set the value of <code>TransitionToPrimaryStorageClass</code> to <code>AFTER_1_ACCESS</code>.
|
|
13
|
-
* For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/lifecycle-management-efs.html">EFS Lifecycle Management</a>.</p>
|
|
14
|
-
* <p>A <code>LifecycleConfiguration</code> applies to all files in a file system.</p>
|
|
15
|
-
* <p>Each Amazon EFS file system supports one lifecycle configuration, which applies to all files in the file system. If a
|
|
16
|
-
* <code>LifecycleConfiguration</code> object already exists for the specified file system, a
|
|
17
|
-
* <code>PutLifecycleConfiguration</code> call modifies the existing configuration. A
|
|
18
|
-
* <code>PutLifecycleConfiguration</code> call with an empty <code>LifecyclePolicies</code>
|
|
19
|
-
* array in the request body deletes any existing <code>LifecycleConfiguration</code> and
|
|
20
|
-
* disables lifecycle management.</p>
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
* <p>In the request, specify the following: </p>
|
|
24
|
-
* <ul>
|
|
25
|
-
* <li>
|
|
26
|
-
* <p>The ID for the file system for which you are enabling, disabling, or modifying lifecycle management.</p>
|
|
27
|
-
* </li>
|
|
28
|
-
* <li>
|
|
29
|
-
* <p>A <code>LifecyclePolicies</code> array of <code>LifecyclePolicy</code> objects that
|
|
30
|
-
* define when files are moved to the IA storage class. The array can contain only one
|
|
31
|
-
* <code>LifecyclePolicy</code> item.</p>
|
|
32
|
-
* </li>
|
|
33
|
-
* </ul>
|
|
34
|
-
*
|
|
35
|
-
* <p>This operation requires permissions for the
|
|
36
|
-
* <code>elasticfilesystem:PutLifecycleConfiguration</code> operation.</p>
|
|
37
|
-
* <p>To apply a <code>LifecycleConfiguration</code> object to an encrypted file system, you
|
|
38
|
-
* need the same Key Management Service permissions as when you created the encrypted
|
|
39
|
-
* file system. </p>
|
|
40
|
-
* @example
|
|
41
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
42
|
-
* ```javascript
|
|
43
|
-
* import { EFSClient, PutLifecycleConfigurationCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
44
|
-
* // const { EFSClient, PutLifecycleConfigurationCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
45
|
-
* const client = new EFSClient(config);
|
|
46
|
-
* const command = new PutLifecycleConfigurationCommand(input);
|
|
47
|
-
* const response = await client.send(command);
|
|
48
|
-
* ```
|
|
49
|
-
*
|
|
50
|
-
* @see {@link PutLifecycleConfigurationCommandInput} for command's `input` shape.
|
|
51
|
-
* @see {@link PutLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
53
|
-
*
|
|
54
|
-
*/
|
|
55
8
|
class PutLifecycleConfigurationCommand extends smithy_client_1.Command {
|
|
56
|
-
// Start section: command_properties
|
|
57
|
-
// End section: command_properties
|
|
58
9
|
constructor(input) {
|
|
59
|
-
// Start section: command_constructor
|
|
60
10
|
super();
|
|
61
11
|
this.input = input;
|
|
62
|
-
// End section: command_constructor
|
|
63
12
|
}
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
68
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
69
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -88,4 +34,3 @@ class PutLifecycleConfigurationCommand extends smithy_client_1.Command {
|
|
|
88
34
|
}
|
|
89
35
|
}
|
|
90
36
|
exports.PutLifecycleConfigurationCommand = PutLifecycleConfigurationCommand;
|
|
91
|
-
//# sourceMappingURL=PutLifecycleConfigurationCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a tag for an EFS resource. You can create tags for EFS file systems and access points using this API operation.</p>
|
|
10
|
-
* <p>This operation requires permissions for the <code>elasticfilesystem:TagResource</code> action.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { EFSClient, TagResourceCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
15
|
-
* // const { EFSClient, TagResourceCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
16
|
-
* const client = new EFSClient(config);
|
|
17
|
-
* const command = new TagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.TagResourceCommand = TagResourceCommand;
|
|
62
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Removes tags from an EFS resource. You can remove tags from EFS file systems and access points using this API operation.</p>
|
|
10
|
-
* <p>This operation requires permissions for the <code>elasticfilesystem:UntagResource</code> action.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { EFSClient, UntagResourceCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
15
|
-
* // const { EFSClient, UntagResourceCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
16
|
-
* const client = new EFSClient(config);
|
|
17
|
-
* const command = new UntagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
62
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Updates the throughput mode or the amount of provisioned throughput of an existing file
|
|
10
|
-
* system.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { EFSClient, UpdateFileSystemCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
15
|
-
* // const { EFSClient, UpdateFileSystemCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
16
|
-
* const client = new EFSClient(config);
|
|
17
|
-
* const command = new UpdateFileSystemCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateFileSystemCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateFileSystemCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class UpdateFileSystemCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class UpdateFileSystemCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.UpdateFileSystemCommand = UpdateFileSystemCommand;
|
|
62
|
-
//# sourceMappingURL=UpdateFileSystemCommand.js.map
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./CreateAccessPointCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateFileSystemCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateMountTargetCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateTagsCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./DeleteAccessPointCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DeleteFileSystemCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DeleteFileSystemPolicyCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DeleteMountTargetCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DeleteTagsCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DescribeAccessPointsCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DescribeAccountPreferencesCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DescribeBackupPolicyCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DescribeFileSystemPolicyCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DescribeFileSystemsCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DescribeLifecycleConfigurationCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DescribeMountTargetSecurityGroupsCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DescribeMountTargetsCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DescribeTagsCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./ModifyMountTargetSecurityGroupsCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./PutAccountPreferencesCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./PutBackupPolicyCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./PutFileSystemPolicyCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./PutLifecycleConfigurationCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./UpdateFileSystemCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -161,7 +161,7 @@ const partitionHash = {
|
|
|
161
161
|
hostname: "elasticfilesystem.{region}.amazonaws.com.cn",
|
|
162
162
|
},
|
|
163
163
|
"aws-iso": {
|
|
164
|
-
regions: ["fips-us-iso-east-1", "us-iso-east-1"],
|
|
164
|
+
regions: ["fips-us-iso-east-1", "us-iso-east-1", "us-iso-west-1"],
|
|
165
165
|
hostname: "elasticfilesystem.{region}.c2s.ic.gov",
|
|
166
166
|
},
|
|
167
167
|
"aws-iso-b": {
|
|
@@ -180,4 +180,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
|
|
|
180
180
|
partitionHash,
|
|
181
181
|
});
|
|
182
182
|
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
|
183
|
-
//# sourceMappingURL=endpoints.js.map
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,39 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./EFSClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./EFS"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/DeleteAccessPointCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/DeleteFileSystemCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/DeleteFileSystemPolicyCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/DeleteMountTargetCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/DeleteTagsCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/DescribeAccessPointsCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./pagination/DescribeAccessPointsPaginator"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DescribeAccountPreferencesCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DescribeBackupPolicyCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DescribeFileSystemPolicyCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DescribeFileSystemsCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./pagination/DescribeFileSystemsPaginator"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DescribeLifecycleConfigurationCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DescribeMountTargetsCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DescribeMountTargetSecurityGroupsCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DescribeTagsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./pagination/DescribeTagsPaginator"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./pagination/ListTagsForResourcePaginator"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/ModifyMountTargetSecurityGroupsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/PutAccountPreferencesCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/PutBackupPolicyCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/PutFileSystemPolicyCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/PutLifecycleConfigurationCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/UpdateFileSystemCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
39
|
-
//# sourceMappingURL=index.js.map
|
|
5
|
+
tslib_1.__exportStar(require("./EFSClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
package/dist-cjs/models/index.js
CHANGED