@aws-sdk/client-efs 3.490.0 → 3.495.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.
Files changed (51) hide show
  1. package/dist-cjs/EFS.js +1 -73
  2. package/dist-cjs/EFSClient.js +1 -43
  3. package/dist-cjs/commands/CreateAccessPointCommand.js +1 -28
  4. package/dist-cjs/commands/CreateFileSystemCommand.js +1 -28
  5. package/dist-cjs/commands/CreateMountTargetCommand.js +1 -28
  6. package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +1 -28
  7. package/dist-cjs/commands/CreateTagsCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteAccessPointCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteFileSystemCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteMountTargetCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteTagsCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeAccessPointsCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeBackupPolicyCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeFileSystemsCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeMountTargetsCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeTagsCommand.js +1 -28
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  25. package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +1 -28
  26. package/dist-cjs/commands/PutAccountPreferencesCommand.js +1 -28
  27. package/dist-cjs/commands/PutBackupPolicyCommand.js +1 -28
  28. package/dist-cjs/commands/PutFileSystemPolicyCommand.js +1 -28
  29. package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +1 -28
  30. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  31. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  32. package/dist-cjs/commands/UpdateFileSystemCommand.js +1 -28
  33. package/dist-cjs/commands/UpdateFileSystemProtectionCommand.js +1 -28
  34. package/dist-cjs/commands/index.js +1 -34
  35. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  36. package/dist-cjs/extensionConfiguration.js +1 -2
  37. package/dist-cjs/index.js +3993 -11
  38. package/dist-cjs/models/EFSServiceException.js +1 -12
  39. package/dist-cjs/models/index.js +1 -4
  40. package/dist-cjs/models/models_0.js +1 -555
  41. package/dist-cjs/pagination/DescribeAccessPointsPaginator.js +1 -7
  42. package/dist-cjs/pagination/DescribeFileSystemsPaginator.js +1 -7
  43. package/dist-cjs/pagination/DescribeMountTargetsPaginator.js +1 -7
  44. package/dist-cjs/pagination/DescribeReplicationConfigurationsPaginator.js +1 -7
  45. package/dist-cjs/pagination/DescribeTagsPaginator.js +1 -7
  46. package/dist-cjs/pagination/Interfaces.js +1 -2
  47. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  48. package/dist-cjs/pagination/index.js +1 -10
  49. package/dist-cjs/protocols/Aws_restJson1.js +1 -2464
  50. package/dist-cjs/runtimeExtensions.js +1 -22
  51. package/package.json +40 -40
package/dist-cjs/EFS.js CHANGED
@@ -1,73 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EFS = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateAccessPointCommand_1 = require("./commands/CreateAccessPointCommand");
6
- const CreateFileSystemCommand_1 = require("./commands/CreateFileSystemCommand");
7
- const CreateMountTargetCommand_1 = require("./commands/CreateMountTargetCommand");
8
- const CreateReplicationConfigurationCommand_1 = require("./commands/CreateReplicationConfigurationCommand");
9
- const CreateTagsCommand_1 = require("./commands/CreateTagsCommand");
10
- const DeleteAccessPointCommand_1 = require("./commands/DeleteAccessPointCommand");
11
- const DeleteFileSystemCommand_1 = require("./commands/DeleteFileSystemCommand");
12
- const DeleteFileSystemPolicyCommand_1 = require("./commands/DeleteFileSystemPolicyCommand");
13
- const DeleteMountTargetCommand_1 = require("./commands/DeleteMountTargetCommand");
14
- const DeleteReplicationConfigurationCommand_1 = require("./commands/DeleteReplicationConfigurationCommand");
15
- const DeleteTagsCommand_1 = require("./commands/DeleteTagsCommand");
16
- const DescribeAccessPointsCommand_1 = require("./commands/DescribeAccessPointsCommand");
17
- const DescribeAccountPreferencesCommand_1 = require("./commands/DescribeAccountPreferencesCommand");
18
- const DescribeBackupPolicyCommand_1 = require("./commands/DescribeBackupPolicyCommand");
19
- const DescribeFileSystemPolicyCommand_1 = require("./commands/DescribeFileSystemPolicyCommand");
20
- const DescribeFileSystemsCommand_1 = require("./commands/DescribeFileSystemsCommand");
21
- const DescribeLifecycleConfigurationCommand_1 = require("./commands/DescribeLifecycleConfigurationCommand");
22
- const DescribeMountTargetsCommand_1 = require("./commands/DescribeMountTargetsCommand");
23
- const DescribeMountTargetSecurityGroupsCommand_1 = require("./commands/DescribeMountTargetSecurityGroupsCommand");
24
- const DescribeReplicationConfigurationsCommand_1 = require("./commands/DescribeReplicationConfigurationsCommand");
25
- const DescribeTagsCommand_1 = require("./commands/DescribeTagsCommand");
26
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
27
- const ModifyMountTargetSecurityGroupsCommand_1 = require("./commands/ModifyMountTargetSecurityGroupsCommand");
28
- const PutAccountPreferencesCommand_1 = require("./commands/PutAccountPreferencesCommand");
29
- const PutBackupPolicyCommand_1 = require("./commands/PutBackupPolicyCommand");
30
- const PutFileSystemPolicyCommand_1 = require("./commands/PutFileSystemPolicyCommand");
31
- const PutLifecycleConfigurationCommand_1 = require("./commands/PutLifecycleConfigurationCommand");
32
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
33
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
34
- const UpdateFileSystemCommand_1 = require("./commands/UpdateFileSystemCommand");
35
- const UpdateFileSystemProtectionCommand_1 = require("./commands/UpdateFileSystemProtectionCommand");
36
- const EFSClient_1 = require("./EFSClient");
37
- const commands = {
38
- CreateAccessPointCommand: CreateAccessPointCommand_1.CreateAccessPointCommand,
39
- CreateFileSystemCommand: CreateFileSystemCommand_1.CreateFileSystemCommand,
40
- CreateMountTargetCommand: CreateMountTargetCommand_1.CreateMountTargetCommand,
41
- CreateReplicationConfigurationCommand: CreateReplicationConfigurationCommand_1.CreateReplicationConfigurationCommand,
42
- CreateTagsCommand: CreateTagsCommand_1.CreateTagsCommand,
43
- DeleteAccessPointCommand: DeleteAccessPointCommand_1.DeleteAccessPointCommand,
44
- DeleteFileSystemCommand: DeleteFileSystemCommand_1.DeleteFileSystemCommand,
45
- DeleteFileSystemPolicyCommand: DeleteFileSystemPolicyCommand_1.DeleteFileSystemPolicyCommand,
46
- DeleteMountTargetCommand: DeleteMountTargetCommand_1.DeleteMountTargetCommand,
47
- DeleteReplicationConfigurationCommand: DeleteReplicationConfigurationCommand_1.DeleteReplicationConfigurationCommand,
48
- DeleteTagsCommand: DeleteTagsCommand_1.DeleteTagsCommand,
49
- DescribeAccessPointsCommand: DescribeAccessPointsCommand_1.DescribeAccessPointsCommand,
50
- DescribeAccountPreferencesCommand: DescribeAccountPreferencesCommand_1.DescribeAccountPreferencesCommand,
51
- DescribeBackupPolicyCommand: DescribeBackupPolicyCommand_1.DescribeBackupPolicyCommand,
52
- DescribeFileSystemPolicyCommand: DescribeFileSystemPolicyCommand_1.DescribeFileSystemPolicyCommand,
53
- DescribeFileSystemsCommand: DescribeFileSystemsCommand_1.DescribeFileSystemsCommand,
54
- DescribeLifecycleConfigurationCommand: DescribeLifecycleConfigurationCommand_1.DescribeLifecycleConfigurationCommand,
55
- DescribeMountTargetsCommand: DescribeMountTargetsCommand_1.DescribeMountTargetsCommand,
56
- DescribeMountTargetSecurityGroupsCommand: DescribeMountTargetSecurityGroupsCommand_1.DescribeMountTargetSecurityGroupsCommand,
57
- DescribeReplicationConfigurationsCommand: DescribeReplicationConfigurationsCommand_1.DescribeReplicationConfigurationsCommand,
58
- DescribeTagsCommand: DescribeTagsCommand_1.DescribeTagsCommand,
59
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
60
- ModifyMountTargetSecurityGroupsCommand: ModifyMountTargetSecurityGroupsCommand_1.ModifyMountTargetSecurityGroupsCommand,
61
- PutAccountPreferencesCommand: PutAccountPreferencesCommand_1.PutAccountPreferencesCommand,
62
- PutBackupPolicyCommand: PutBackupPolicyCommand_1.PutBackupPolicyCommand,
63
- PutFileSystemPolicyCommand: PutFileSystemPolicyCommand_1.PutFileSystemPolicyCommand,
64
- PutLifecycleConfigurationCommand: PutLifecycleConfigurationCommand_1.PutLifecycleConfigurationCommand,
65
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
66
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
67
- UpdateFileSystemCommand: UpdateFileSystemCommand_1.UpdateFileSystemCommand,
68
- UpdateFileSystemProtectionCommand: UpdateFileSystemProtectionCommand_1.UpdateFileSystemProtectionCommand,
69
- };
70
- class EFS extends EFSClient_1.EFSClient {
71
- }
72
- exports.EFS = EFS;
73
- (0, smithy_client_1.createAggregatedClient)(commands, EFS);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EFSClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class EFSClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.EFSClient = EFSClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAccessPointCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.CreateAccessPointCommand = CreateAccessPointCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFileSystemCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.CreateFileSystemCommand = CreateFileSystemCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMountTargetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.CreateMountTargetCommand = CreateMountTargetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateReplicationConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.CreateReplicationConfigurationCommand = CreateReplicationConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTagsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.CreateTagsCommand = CreateTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAccessPointCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DeleteAccessPointCommand = DeleteAccessPointCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFileSystemCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DeleteFileSystemCommand = DeleteFileSystemCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFileSystemPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DeleteFileSystemPolicyCommand = DeleteFileSystemPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteMountTargetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DeleteMountTargetCommand = DeleteMountTargetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteReplicationConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DeleteReplicationConfigurationCommand = DeleteReplicationConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTagsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DeleteTagsCommand = DeleteTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccessPointsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DescribeAccessPointsCommand = DescribeAccessPointsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccountPreferencesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DescribeAccountPreferencesCommand = DescribeAccountPreferencesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeBackupPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DescribeBackupPolicyCommand = DescribeBackupPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFileSystemPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DescribeFileSystemPolicyCommand = DescribeFileSystemPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFileSystemsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DescribeFileSystemsCommand = DescribeFileSystemsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeLifecycleConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DescribeLifecycleConfigurationCommand = DescribeLifecycleConfigurationCommand;
1
+ module.exports = require("../index.js");