@aws-sdk/client-efs 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateAccessPointCommand.js +18 -41
- package/dist-cjs/commands/CreateFileSystemCommand.js +18 -41
- package/dist-cjs/commands/CreateMountTargetCommand.js +18 -41
- package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateTagsCommand.js +18 -41
- package/dist-cjs/commands/DeleteAccessPointCommand.js +18 -41
- package/dist-cjs/commands/DeleteFileSystemCommand.js +18 -41
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteMountTargetCommand.js +18 -41
- package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteTagsCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccessPointsCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +18 -41
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +18 -41
- package/dist-cjs/commands/DescribeMountTargetsCommand.js +18 -41
- package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +18 -41
- package/dist-cjs/commands/PutAccountPreferencesCommand.js +18 -41
- package/dist-cjs/commands/PutBackupPolicyCommand.js +18 -41
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js +18 -41
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateFileSystemCommand.js +18 -41
- package/dist-cjs/commands/UpdateFileSystemProtectionCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeAccessPointsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeFileSystemsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeMountTargetsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeReplicationConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeTagsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
- package/dist-es/commands/CreateAccessPointCommand.js +18 -41
- package/dist-es/commands/CreateFileSystemCommand.js +18 -41
- package/dist-es/commands/CreateMountTargetCommand.js +18 -41
- package/dist-es/commands/CreateReplicationConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateTagsCommand.js +18 -41
- package/dist-es/commands/DeleteAccessPointCommand.js +18 -41
- package/dist-es/commands/DeleteFileSystemCommand.js +18 -41
- package/dist-es/commands/DeleteFileSystemPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteMountTargetCommand.js +18 -41
- package/dist-es/commands/DeleteReplicationConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteTagsCommand.js +18 -41
- package/dist-es/commands/DescribeAccessPointsCommand.js +18 -41
- package/dist-es/commands/DescribeAccountPreferencesCommand.js +18 -41
- package/dist-es/commands/DescribeBackupPolicyCommand.js +18 -41
- package/dist-es/commands/DescribeFileSystemPolicyCommand.js +18 -41
- package/dist-es/commands/DescribeFileSystemsCommand.js +18 -41
- package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +18 -41
- package/dist-es/commands/DescribeMountTargetsCommand.js +18 -41
- package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +18 -41
- package/dist-es/commands/DescribeTagsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +18 -41
- package/dist-es/commands/PutAccountPreferencesCommand.js +18 -41
- package/dist-es/commands/PutBackupPolicyCommand.js +18 -41
- package/dist-es/commands/PutFileSystemPolicyCommand.js +18 -41
- package/dist-es/commands/PutLifecycleConfigurationCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateFileSystemCommand.js +18 -41
- package/dist-es/commands/UpdateFileSystemProtectionCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeAccessPointsPaginator.js +2 -23
- package/dist-es/pagination/DescribeFileSystemsPaginator.js +2 -23
- package/dist-es/pagination/DescribeMountTargetsPaginator.js +2 -23
- package/dist-es/pagination/DescribeReplicationConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/DescribeTagsPaginator.js +2 -23
- package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
- package/dist-types/commands/CreateAccessPointCommand.d.ts +6 -21
- package/dist-types/commands/CreateFileSystemCommand.d.ts +6 -21
- package/dist-types/commands/CreateMountTargetCommand.d.ts +6 -21
- package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateTagsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMountTargetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccessPointsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeMountTargetsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +6 -21
- package/dist-types/commands/PutAccountPreferencesCommand.d.ts +6 -21
- package/dist-types/commands/PutBackupPolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +6 -21
- package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFileSystemProtectionCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeAccessPointsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFileSystemsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMountTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFileSystemProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeAccessPointsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeMountTargetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeReplicationConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateAccessPointCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EFSClient";
|
|
29
|
-
const commandName = "CreateAccessPointCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MagnolioAPIService_v20150201",
|
|
38
|
-
operation: "CreateAccessPoint",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateAccessPointCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateAccessPointCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateAccessPointCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MagnolioAPIService_v20150201", "CreateAccessPoint", {})
|
|
22
|
+
.n("EFSClient", "CreateAccessPointCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateAccessPointCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateAccessPointCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateAccessPointCommand = CreateAccessPointCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateFileSystemCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EFSClient";
|
|
29
|
-
const commandName = "CreateFileSystemCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MagnolioAPIService_v20150201",
|
|
38
|
-
operation: "CreateFileSystem",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateFileSystemCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateFileSystemCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateFileSystemCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MagnolioAPIService_v20150201", "CreateFileSystem", {})
|
|
22
|
+
.n("EFSClient", "CreateFileSystemCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateFileSystemCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateFileSystemCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateFileSystemCommand = CreateFileSystemCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateMountTargetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EFSClient";
|
|
29
|
-
const commandName = "CreateMountTargetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MagnolioAPIService_v20150201",
|
|
38
|
-
operation: "CreateMountTarget",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateMountTargetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateMountTargetCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateMountTargetCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MagnolioAPIService_v20150201", "CreateMountTarget", {})
|
|
22
|
+
.n("EFSClient", "CreateMountTargetCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateMountTargetCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateMountTargetCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateMountTargetCommand = CreateMountTargetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateReplicationConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EFSClient";
|
|
29
|
-
const commandName = "CreateReplicationConfigurationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MagnolioAPIService_v20150201",
|
|
38
|
-
operation: "CreateReplicationConfiguration",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateReplicationConfigurationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateReplicationConfigurationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateReplicationConfigurationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MagnolioAPIService_v20150201", "CreateReplicationConfiguration", {})
|
|
22
|
+
.n("EFSClient", "CreateReplicationConfigurationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateReplicationConfigurationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateReplicationConfigurationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateReplicationConfigurationCommand = CreateReplicationConfigurationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateTagsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EFSClient";
|
|
29
|
-
const commandName = "CreateTagsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MagnolioAPIService_v20150201",
|
|
38
|
-
operation: "CreateTags",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateTagsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateTagsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateTagsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MagnolioAPIService_v20150201", "CreateTags", {})
|
|
22
|
+
.n("EFSClient", "CreateTagsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateTagsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateTagsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateTagsCommand = CreateTagsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteAccessPointCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EFSClient";
|
|
29
|
-
const commandName = "DeleteAccessPointCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MagnolioAPIService_v20150201",
|
|
38
|
-
operation: "DeleteAccessPoint",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteAccessPointCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteAccessPointCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteAccessPointCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MagnolioAPIService_v20150201", "DeleteAccessPoint", {})
|
|
22
|
+
.n("EFSClient", "DeleteAccessPointCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteAccessPointCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteAccessPointCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteAccessPointCommand = DeleteAccessPointCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteFileSystemCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EFSClient";
|
|
29
|
-
const commandName = "DeleteFileSystemCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MagnolioAPIService_v20150201",
|
|
38
|
-
operation: "DeleteFileSystem",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteFileSystemCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteFileSystemCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteFileSystemCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MagnolioAPIService_v20150201", "DeleteFileSystem", {})
|
|
22
|
+
.n("EFSClient", "DeleteFileSystemCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteFileSystemCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteFileSystemCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteFileSystemCommand = DeleteFileSystemCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteFileSystemPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EFSClient";
|
|
29
|
-
const commandName = "DeleteFileSystemPolicyCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MagnolioAPIService_v20150201",
|
|
38
|
-
operation: "DeleteFileSystemPolicy",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteFileSystemPolicyCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteFileSystemPolicyCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteFileSystemPolicyCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MagnolioAPIService_v20150201", "DeleteFileSystemPolicy", {})
|
|
22
|
+
.n("EFSClient", "DeleteFileSystemPolicyCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteFileSystemPolicyCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteFileSystemPolicyCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteFileSystemPolicyCommand = DeleteFileSystemPolicyCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteMountTargetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "EFSClient";
|
|
29
|
-
const commandName = "DeleteMountTargetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "MagnolioAPIService_v20150201",
|
|
38
|
-
operation: "DeleteMountTarget",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteMountTargetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteMountTargetCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteMountTargetCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("MagnolioAPIService_v20150201", "DeleteMountTarget", {})
|
|
22
|
+
.n("EFSClient", "DeleteMountTargetCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteMountTargetCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteMountTargetCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteMountTargetCommand = DeleteMountTargetCommand;
|