@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 DeleteReplicationConfigurationCommand 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 = "DeleteReplicationConfigurationCommand";
|
|
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: "DeleteReplicationConfiguration",
|
|
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_DeleteReplicationConfigurationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteReplicationConfigurationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteReplicationConfigurationCommand 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", "DeleteReplicationConfiguration", {})
|
|
22
|
+
.n("EFSClient", "DeleteReplicationConfigurationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteReplicationConfigurationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteReplicationConfigurationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteReplicationConfigurationCommand = DeleteReplicationConfigurationCommand;
|
|
@@ -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 DeleteTagsCommand 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 = "DeleteTagsCommand";
|
|
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: "DeleteTags",
|
|
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_DeleteTagsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteTagsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteTagsCommand 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", "DeleteTags", {})
|
|
22
|
+
.n("EFSClient", "DeleteTagsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteTagsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteTagsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteTagsCommand = DeleteTagsCommand;
|
|
@@ -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 DescribeAccessPointsCommand 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 = "DescribeAccessPointsCommand";
|
|
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: "DescribeAccessPoints",
|
|
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_DescribeAccessPointsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DescribeAccessPointsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeAccessPointsCommand 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", "DescribeAccessPoints", {})
|
|
22
|
+
.n("EFSClient", "DescribeAccessPointsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DescribeAccessPointsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DescribeAccessPointsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeAccessPointsCommand = DescribeAccessPointsCommand;
|
|
@@ -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 DescribeAccountPreferencesCommand 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 = "DescribeAccountPreferencesCommand";
|
|
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: "DescribeAccountPreferences",
|
|
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_DescribeAccountPreferencesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DescribeAccountPreferencesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeAccountPreferencesCommand 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", "DescribeAccountPreferences", {})
|
|
22
|
+
.n("EFSClient", "DescribeAccountPreferencesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DescribeAccountPreferencesCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DescribeAccountPreferencesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeAccountPreferencesCommand = DescribeAccountPreferencesCommand;
|
|
@@ -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 DescribeBackupPolicyCommand 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 = "DescribeBackupPolicyCommand";
|
|
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: "DescribeBackupPolicy",
|
|
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_DescribeBackupPolicyCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DescribeBackupPolicyCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeBackupPolicyCommand 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", "DescribeBackupPolicy", {})
|
|
22
|
+
.n("EFSClient", "DescribeBackupPolicyCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DescribeBackupPolicyCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DescribeBackupPolicyCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeBackupPolicyCommand = DescribeBackupPolicyCommand;
|
|
@@ -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 DescribeFileSystemPolicyCommand 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 = "DescribeFileSystemPolicyCommand";
|
|
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: "DescribeFileSystemPolicy",
|
|
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_DescribeFileSystemPolicyCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DescribeFileSystemPolicyCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeFileSystemPolicyCommand 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", "DescribeFileSystemPolicy", {})
|
|
22
|
+
.n("EFSClient", "DescribeFileSystemPolicyCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DescribeFileSystemPolicyCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DescribeFileSystemPolicyCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeFileSystemPolicyCommand = DescribeFileSystemPolicyCommand;
|
|
@@ -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 DescribeFileSystemsCommand 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 = "DescribeFileSystemsCommand";
|
|
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: "DescribeFileSystems",
|
|
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_DescribeFileSystemsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DescribeFileSystemsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeFileSystemsCommand 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", "DescribeFileSystems", {})
|
|
22
|
+
.n("EFSClient", "DescribeFileSystemsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DescribeFileSystemsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DescribeFileSystemsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeFileSystemsCommand = DescribeFileSystemsCommand;
|
|
@@ -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 DescribeLifecycleConfigurationCommand 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 = "DescribeLifecycleConfigurationCommand";
|
|
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: "DescribeLifecycleConfiguration",
|
|
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_DescribeLifecycleConfigurationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DescribeLifecycleConfigurationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeLifecycleConfigurationCommand 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", "DescribeLifecycleConfiguration", {})
|
|
22
|
+
.n("EFSClient", "DescribeLifecycleConfigurationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DescribeLifecycleConfigurationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DescribeLifecycleConfigurationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeLifecycleConfigurationCommand = DescribeLifecycleConfigurationCommand;
|
|
@@ -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 DescribeMountTargetSecurityGroupsCommand 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 = "DescribeMountTargetSecurityGroupsCommand";
|
|
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: "DescribeMountTargetSecurityGroups",
|
|
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_DescribeMountTargetSecurityGroupsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DescribeMountTargetSecurityGroupsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeMountTargetSecurityGroupsCommand 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", "DescribeMountTargetSecurityGroups", {})
|
|
22
|
+
.n("EFSClient", "DescribeMountTargetSecurityGroupsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DescribeMountTargetSecurityGroupsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DescribeMountTargetSecurityGroupsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeMountTargetSecurityGroupsCommand = DescribeMountTargetSecurityGroupsCommand;
|