@aws-sdk/client-efs 3.337.0 → 3.341.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 (133) hide show
  1. package/dist-cjs/EFSClient.js +2 -1
  2. package/dist-cjs/commands/CreateAccessPointCommand.js +2 -1
  3. package/dist-cjs/commands/CreateFileSystemCommand.js +2 -1
  4. package/dist-cjs/commands/CreateMountTargetCommand.js +2 -1
  5. package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +2 -1
  6. package/dist-cjs/commands/CreateTagsCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteAccessPointCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteMountTargetCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteTagsCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeAccessPointsCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +2 -1
  15. package/dist-cjs/commands/DescribeBackupPolicyCommand.js +2 -1
  16. package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -1
  20. package/dist-cjs/commands/DescribeMountTargetsCommand.js +2 -1
  21. package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +2 -1
  22. package/dist-cjs/commands/DescribeTagsCommand.js +2 -1
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  24. package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -1
  25. package/dist-cjs/commands/PutAccountPreferencesCommand.js +2 -1
  26. package/dist-cjs/commands/PutBackupPolicyCommand.js +2 -1
  27. package/dist-cjs/commands/PutFileSystemPolicyCommand.js +2 -1
  28. package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +2 -1
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  31. package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -1
  32. package/dist-cjs/index.js +2 -2
  33. package/dist-cjs/models/EFSServiceException.js +2 -1
  34. package/dist-es/EFSClient.js +1 -0
  35. package/dist-es/commands/CreateAccessPointCommand.js +1 -0
  36. package/dist-es/commands/CreateFileSystemCommand.js +1 -0
  37. package/dist-es/commands/CreateMountTargetCommand.js +1 -0
  38. package/dist-es/commands/CreateReplicationConfigurationCommand.js +1 -0
  39. package/dist-es/commands/CreateTagsCommand.js +1 -0
  40. package/dist-es/commands/DeleteAccessPointCommand.js +1 -0
  41. package/dist-es/commands/DeleteFileSystemCommand.js +1 -0
  42. package/dist-es/commands/DeleteFileSystemPolicyCommand.js +1 -0
  43. package/dist-es/commands/DeleteMountTargetCommand.js +1 -0
  44. package/dist-es/commands/DeleteReplicationConfigurationCommand.js +1 -0
  45. package/dist-es/commands/DeleteTagsCommand.js +1 -0
  46. package/dist-es/commands/DescribeAccessPointsCommand.js +1 -0
  47. package/dist-es/commands/DescribeAccountPreferencesCommand.js +1 -0
  48. package/dist-es/commands/DescribeBackupPolicyCommand.js +1 -0
  49. package/dist-es/commands/DescribeFileSystemPolicyCommand.js +1 -0
  50. package/dist-es/commands/DescribeFileSystemsCommand.js +1 -0
  51. package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +1 -0
  52. package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +1 -0
  53. package/dist-es/commands/DescribeMountTargetsCommand.js +1 -0
  54. package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +1 -0
  55. package/dist-es/commands/DescribeTagsCommand.js +1 -0
  56. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  57. package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +1 -0
  58. package/dist-es/commands/PutAccountPreferencesCommand.js +1 -0
  59. package/dist-es/commands/PutBackupPolicyCommand.js +1 -0
  60. package/dist-es/commands/PutFileSystemPolicyCommand.js +1 -0
  61. package/dist-es/commands/PutLifecycleConfigurationCommand.js +1 -0
  62. package/dist-es/commands/TagResourceCommand.js +1 -0
  63. package/dist-es/commands/UntagResourceCommand.js +1 -0
  64. package/dist-es/commands/UpdateFileSystemCommand.js +1 -0
  65. package/dist-es/index.js +2 -2
  66. package/dist-es/models/EFSServiceException.js +1 -0
  67. package/dist-types/EFSClient.d.ts +3 -3
  68. package/dist-types/commands/CreateAccessPointCommand.d.ts +4 -0
  69. package/dist-types/commands/CreateFileSystemCommand.d.ts +4 -0
  70. package/dist-types/commands/CreateMountTargetCommand.d.ts +4 -0
  71. package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +4 -0
  72. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  73. package/dist-types/commands/DeleteAccessPointCommand.d.ts +4 -0
  74. package/dist-types/commands/DeleteFileSystemCommand.d.ts +4 -0
  75. package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +4 -0
  76. package/dist-types/commands/DeleteMountTargetCommand.d.ts +4 -0
  77. package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +4 -0
  78. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  79. package/dist-types/commands/DescribeAccessPointsCommand.d.ts +4 -0
  80. package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +4 -0
  81. package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +4 -0
  82. package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +4 -0
  83. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +4 -0
  84. package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +4 -0
  85. package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +4 -0
  86. package/dist-types/commands/DescribeMountTargetsCommand.d.ts +4 -0
  87. package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +4 -0
  88. package/dist-types/commands/DescribeTagsCommand.d.ts +4 -0
  89. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  90. package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +4 -0
  91. package/dist-types/commands/PutAccountPreferencesCommand.d.ts +4 -0
  92. package/dist-types/commands/PutBackupPolicyCommand.d.ts +4 -0
  93. package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +4 -0
  94. package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +4 -0
  95. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  96. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  97. package/dist-types/commands/UpdateFileSystemCommand.d.ts +4 -0
  98. package/dist-types/index.d.ts +11 -2
  99. package/dist-types/models/EFSServiceException.d.ts +1 -0
  100. package/dist-types/ts3.4/EFSClient.d.ts +3 -3
  101. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/index.d.ts +2 -2
  132. package/dist-types/ts3.4/models/EFSServiceException.d.ts +1 -0
  133. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EFSClient = void 0;
3
+ exports.EFSClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class EFSClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAccessPointCommand = void 0;
3
+ exports.CreateAccessPointCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateAccessPointCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFileSystemCommand = void 0;
3
+ exports.CreateFileSystemCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateFileSystemCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMountTargetCommand = void 0;
3
+ exports.CreateMountTargetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateMountTargetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateReplicationConfigurationCommand = void 0;
3
+ exports.CreateReplicationConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateReplicationConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTagsCommand = void 0;
3
+ exports.CreateTagsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateTagsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAccessPointCommand = void 0;
3
+ exports.DeleteAccessPointCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteAccessPointCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFileSystemCommand = void 0;
3
+ exports.DeleteFileSystemCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteFileSystemCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFileSystemPolicyCommand = void 0;
3
+ exports.DeleteFileSystemPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteFileSystemPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteMountTargetCommand = void 0;
3
+ exports.DeleteMountTargetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteMountTargetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteReplicationConfigurationCommand = void 0;
3
+ exports.DeleteReplicationConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteReplicationConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTagsCommand = void 0;
3
+ exports.DeleteTagsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteTagsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccessPointsCommand = void 0;
3
+ exports.DescribeAccessPointsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DescribeAccessPointsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccountPreferencesCommand = void 0;
3
+ exports.DescribeAccountPreferencesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DescribeAccountPreferencesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeBackupPolicyCommand = void 0;
3
+ exports.DescribeBackupPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DescribeBackupPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFileSystemPolicyCommand = void 0;
3
+ exports.DescribeFileSystemPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DescribeFileSystemPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFileSystemsCommand = void 0;
3
+ exports.DescribeFileSystemsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DescribeFileSystemsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeLifecycleConfigurationCommand = void 0;
3
+ exports.DescribeLifecycleConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DescribeLifecycleConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeMountTargetSecurityGroupsCommand = void 0;
3
+ exports.DescribeMountTargetSecurityGroupsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DescribeMountTargetSecurityGroupsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeMountTargetsCommand = void 0;
3
+ exports.DescribeMountTargetsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DescribeMountTargetsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeReplicationConfigurationsCommand = void 0;
3
+ exports.DescribeReplicationConfigurationsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DescribeReplicationConfigurationsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeTagsCommand = void 0;
3
+ exports.DescribeTagsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DescribeTagsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyMountTargetSecurityGroupsCommand = void 0;
3
+ exports.ModifyMountTargetSecurityGroupsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ModifyMountTargetSecurityGroupsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutAccountPreferencesCommand = void 0;
3
+ exports.PutAccountPreferencesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class PutAccountPreferencesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutBackupPolicyCommand = void 0;
3
+ exports.PutBackupPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class PutBackupPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutFileSystemPolicyCommand = void 0;
3
+ exports.PutFileSystemPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class PutFileSystemPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutLifecycleConfigurationCommand = void 0;
3
+ exports.PutLifecycleConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class PutLifecycleConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class TagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UntagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFileSystemCommand = void 0;
3
+ exports.UpdateFileSystemCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateFileSystemCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EFSServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./EFS"), exports);
6
5
  tslib_1.__exportStar(require("./EFSClient"), exports);
6
+ tslib_1.__exportStar(require("./EFS"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var EFSServiceException_1 = require("./models/EFSServiceException");
11
11
  Object.defineProperty(exports, "EFSServiceException", { enumerable: true, get: function () { return EFSServiceException_1.EFSServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EFSServiceException = void 0;
3
+ exports.EFSServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class EFSServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class EFSClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateAccessPointCommand, se_CreateAccessPointCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateAccessPointCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateFileSystemCommand, se_CreateFileSystemCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateFileSystemCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateMountTargetCommand, se_CreateMountTargetCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateMountTargetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateReplicationConfigurationCommand, se_CreateReplicationConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateReplicationConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateTagsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteAccessPointCommand, se_DeleteAccessPointCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteAccessPointCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteFileSystemCommand, se_DeleteFileSystemCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteFileSystemCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteFileSystemPolicyCommand, se_DeleteFileSystemPolicyCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteFileSystemPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteMountTargetCommand, se_DeleteMountTargetCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteMountTargetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteReplicationConfigurationCommand, se_DeleteReplicationConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteReplicationConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteTagsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeAccessPointsCommand, se_DescribeAccessPointsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeAccessPointsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeAccountPreferencesCommand, se_DescribeAccountPreferencesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeAccountPreferencesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeBackupPolicyCommand, se_DescribeBackupPolicyCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeBackupPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeFileSystemPolicyCommand, se_DescribeFileSystemPolicyCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeFileSystemPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeFileSystemsCommand, se_DescribeFileSystemsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeFileSystemsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeLifecycleConfigurationCommand, se_DescribeLifecycleConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeLifecycleConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {