@aws-sdk/client-efs 3.1077.0 → 3.1078.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 (101) hide show
  1. package/dist-cjs/index.js +39 -313
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAccessPointCommand.js +2 -14
  4. package/dist-es/commands/CreateFileSystemCommand.js +2 -14
  5. package/dist-es/commands/CreateMountTargetCommand.js +2 -14
  6. package/dist-es/commands/CreateReplicationConfigurationCommand.js +2 -14
  7. package/dist-es/commands/CreateTagsCommand.js +2 -14
  8. package/dist-es/commands/DeleteAccessPointCommand.js +2 -14
  9. package/dist-es/commands/DeleteFileSystemCommand.js +2 -14
  10. package/dist-es/commands/DeleteFileSystemPolicyCommand.js +2 -14
  11. package/dist-es/commands/DeleteMountTargetCommand.js +2 -14
  12. package/dist-es/commands/DeleteReplicationConfigurationCommand.js +2 -14
  13. package/dist-es/commands/DeleteTagsCommand.js +2 -14
  14. package/dist-es/commands/DescribeAccessPointsCommand.js +2 -14
  15. package/dist-es/commands/DescribeAccountPreferencesCommand.js +2 -14
  16. package/dist-es/commands/DescribeBackupPolicyCommand.js +2 -14
  17. package/dist-es/commands/DescribeFileSystemPolicyCommand.js +2 -14
  18. package/dist-es/commands/DescribeFileSystemsCommand.js +2 -14
  19. package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +2 -14
  20. package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -14
  21. package/dist-es/commands/DescribeMountTargetsCommand.js +2 -14
  22. package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +2 -14
  23. package/dist-es/commands/DescribeTagsCommand.js +2 -14
  24. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  25. package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -14
  26. package/dist-es/commands/PutAccountPreferencesCommand.js +2 -14
  27. package/dist-es/commands/PutBackupPolicyCommand.js +2 -14
  28. package/dist-es/commands/PutFileSystemPolicyCommand.js +2 -14
  29. package/dist-es/commands/PutLifecycleConfigurationCommand.js +2 -14
  30. package/dist-es/commands/TagResourceCommand.js +2 -14
  31. package/dist-es/commands/UntagResourceCommand.js +2 -14
  32. package/dist-es/commands/UpdateFileSystemCommand.js +2 -14
  33. package/dist-es/commands/UpdateFileSystemProtectionCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-types/commandBuilder.d.ts +18 -0
  36. package/dist-types/commands/CreateAccessPointCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateMountTargetCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateTagsCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteAccessPointCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteMountTargetCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteTagsCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeAccessPointsCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeMountTargetsCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  58. package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +3 -8
  59. package/dist-types/commands/PutAccountPreferencesCommand.d.ts +3 -8
  60. package/dist-types/commands/PutBackupPolicyCommand.d.ts +3 -8
  61. package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +3 -8
  62. package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +3 -8
  63. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateFileSystemCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateFileSystemProtectionCommand.d.ts +3 -8
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  69. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UpdateFileSystemProtectionCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/index.d.ts +1 -0
  101. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1632,376 +1633,101 @@ class EFSClient extends Client {
1632
1633
  }
1633
1634
  }
1634
1635
 
1635
- class CreateAccessPointCommand extends Command
1636
- .classBuilder()
1637
- .ep(commonParams)
1638
- .m(function (Command, cs, config, o) {
1639
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1640
- })
1641
- .s("MagnolioAPIService_v20150201", "CreateAccessPoint", {})
1642
- .n("EFSClient", "CreateAccessPointCommand")
1643
- .sc(CreateAccessPoint$)
1644
- .build() {
1636
+ const command = makeBuilder(commonParams, "MagnolioAPIService_v20150201", "EFSClient", getEndpointPlugin);
1637
+ const _ep0 = {};
1638
+ const _mw0 = (Command, cs, config, o) => [];
1639
+
1640
+ class CreateAccessPointCommand extends command(_ep0, _mw0, "CreateAccessPoint", CreateAccessPoint$) {
1645
1641
  }
1646
1642
 
1647
- class CreateFileSystemCommand extends Command
1648
- .classBuilder()
1649
- .ep(commonParams)
1650
- .m(function (Command, cs, config, o) {
1651
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1652
- })
1653
- .s("MagnolioAPIService_v20150201", "CreateFileSystem", {})
1654
- .n("EFSClient", "CreateFileSystemCommand")
1655
- .sc(CreateFileSystem$)
1656
- .build() {
1643
+ class CreateFileSystemCommand extends command(_ep0, _mw0, "CreateFileSystem", CreateFileSystem$) {
1657
1644
  }
1658
1645
 
1659
- class CreateMountTargetCommand extends Command
1660
- .classBuilder()
1661
- .ep(commonParams)
1662
- .m(function (Command, cs, config, o) {
1663
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1664
- })
1665
- .s("MagnolioAPIService_v20150201", "CreateMountTarget", {})
1666
- .n("EFSClient", "CreateMountTargetCommand")
1667
- .sc(CreateMountTarget$)
1668
- .build() {
1646
+ class CreateMountTargetCommand extends command(_ep0, _mw0, "CreateMountTarget", CreateMountTarget$) {
1669
1647
  }
1670
1648
 
1671
- class CreateReplicationConfigurationCommand extends Command
1672
- .classBuilder()
1673
- .ep(commonParams)
1674
- .m(function (Command, cs, config, o) {
1675
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1676
- })
1677
- .s("MagnolioAPIService_v20150201", "CreateReplicationConfiguration", {})
1678
- .n("EFSClient", "CreateReplicationConfigurationCommand")
1679
- .sc(CreateReplicationConfiguration$)
1680
- .build() {
1649
+ class CreateReplicationConfigurationCommand extends command(_ep0, _mw0, "CreateReplicationConfiguration", CreateReplicationConfiguration$) {
1681
1650
  }
1682
1651
 
1683
- class CreateTagsCommand extends Command
1684
- .classBuilder()
1685
- .ep(commonParams)
1686
- .m(function (Command, cs, config, o) {
1687
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1688
- })
1689
- .s("MagnolioAPIService_v20150201", "CreateTags", {})
1690
- .n("EFSClient", "CreateTagsCommand")
1691
- .sc(CreateTags$)
1692
- .build() {
1652
+ class CreateTagsCommand extends command(_ep0, _mw0, "CreateTags", CreateTags$) {
1693
1653
  }
1694
1654
 
1695
- class DeleteAccessPointCommand extends Command
1696
- .classBuilder()
1697
- .ep(commonParams)
1698
- .m(function (Command, cs, config, o) {
1699
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1700
- })
1701
- .s("MagnolioAPIService_v20150201", "DeleteAccessPoint", {})
1702
- .n("EFSClient", "DeleteAccessPointCommand")
1703
- .sc(DeleteAccessPoint$)
1704
- .build() {
1655
+ class DeleteAccessPointCommand extends command(_ep0, _mw0, "DeleteAccessPoint", DeleteAccessPoint$) {
1705
1656
  }
1706
1657
 
1707
- class DeleteFileSystemCommand extends Command
1708
- .classBuilder()
1709
- .ep(commonParams)
1710
- .m(function (Command, cs, config, o) {
1711
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1712
- })
1713
- .s("MagnolioAPIService_v20150201", "DeleteFileSystem", {})
1714
- .n("EFSClient", "DeleteFileSystemCommand")
1715
- .sc(DeleteFileSystem$)
1716
- .build() {
1658
+ class DeleteFileSystemCommand extends command(_ep0, _mw0, "DeleteFileSystem", DeleteFileSystem$) {
1717
1659
  }
1718
1660
 
1719
- class DeleteFileSystemPolicyCommand extends Command
1720
- .classBuilder()
1721
- .ep(commonParams)
1722
- .m(function (Command, cs, config, o) {
1723
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1724
- })
1725
- .s("MagnolioAPIService_v20150201", "DeleteFileSystemPolicy", {})
1726
- .n("EFSClient", "DeleteFileSystemPolicyCommand")
1727
- .sc(DeleteFileSystemPolicy$)
1728
- .build() {
1661
+ class DeleteFileSystemPolicyCommand extends command(_ep0, _mw0, "DeleteFileSystemPolicy", DeleteFileSystemPolicy$) {
1729
1662
  }
1730
1663
 
1731
- class DeleteMountTargetCommand extends Command
1732
- .classBuilder()
1733
- .ep(commonParams)
1734
- .m(function (Command, cs, config, o) {
1735
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1736
- })
1737
- .s("MagnolioAPIService_v20150201", "DeleteMountTarget", {})
1738
- .n("EFSClient", "DeleteMountTargetCommand")
1739
- .sc(DeleteMountTarget$)
1740
- .build() {
1664
+ class DeleteMountTargetCommand extends command(_ep0, _mw0, "DeleteMountTarget", DeleteMountTarget$) {
1741
1665
  }
1742
1666
 
1743
- class DeleteReplicationConfigurationCommand extends Command
1744
- .classBuilder()
1745
- .ep(commonParams)
1746
- .m(function (Command, cs, config, o) {
1747
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1748
- })
1749
- .s("MagnolioAPIService_v20150201", "DeleteReplicationConfiguration", {})
1750
- .n("EFSClient", "DeleteReplicationConfigurationCommand")
1751
- .sc(DeleteReplicationConfiguration$)
1752
- .build() {
1667
+ class DeleteReplicationConfigurationCommand extends command(_ep0, _mw0, "DeleteReplicationConfiguration", DeleteReplicationConfiguration$) {
1753
1668
  }
1754
1669
 
1755
- class DeleteTagsCommand extends Command
1756
- .classBuilder()
1757
- .ep(commonParams)
1758
- .m(function (Command, cs, config, o) {
1759
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1760
- })
1761
- .s("MagnolioAPIService_v20150201", "DeleteTags", {})
1762
- .n("EFSClient", "DeleteTagsCommand")
1763
- .sc(DeleteTags$)
1764
- .build() {
1670
+ class DeleteTagsCommand extends command(_ep0, _mw0, "DeleteTags", DeleteTags$) {
1765
1671
  }
1766
1672
 
1767
- class DescribeAccessPointsCommand extends Command
1768
- .classBuilder()
1769
- .ep(commonParams)
1770
- .m(function (Command, cs, config, o) {
1771
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1772
- })
1773
- .s("MagnolioAPIService_v20150201", "DescribeAccessPoints", {})
1774
- .n("EFSClient", "DescribeAccessPointsCommand")
1775
- .sc(DescribeAccessPoints$)
1776
- .build() {
1673
+ class DescribeAccessPointsCommand extends command(_ep0, _mw0, "DescribeAccessPoints", DescribeAccessPoints$) {
1777
1674
  }
1778
1675
 
1779
- class DescribeAccountPreferencesCommand extends Command
1780
- .classBuilder()
1781
- .ep(commonParams)
1782
- .m(function (Command, cs, config, o) {
1783
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1784
- })
1785
- .s("MagnolioAPIService_v20150201", "DescribeAccountPreferences", {})
1786
- .n("EFSClient", "DescribeAccountPreferencesCommand")
1787
- .sc(DescribeAccountPreferences$)
1788
- .build() {
1676
+ class DescribeAccountPreferencesCommand extends command(_ep0, _mw0, "DescribeAccountPreferences", DescribeAccountPreferences$) {
1789
1677
  }
1790
1678
 
1791
- class DescribeBackupPolicyCommand extends Command
1792
- .classBuilder()
1793
- .ep(commonParams)
1794
- .m(function (Command, cs, config, o) {
1795
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1796
- })
1797
- .s("MagnolioAPIService_v20150201", "DescribeBackupPolicy", {})
1798
- .n("EFSClient", "DescribeBackupPolicyCommand")
1799
- .sc(DescribeBackupPolicy$)
1800
- .build() {
1679
+ class DescribeBackupPolicyCommand extends command(_ep0, _mw0, "DescribeBackupPolicy", DescribeBackupPolicy$) {
1801
1680
  }
1802
1681
 
1803
- class DescribeFileSystemPolicyCommand extends Command
1804
- .classBuilder()
1805
- .ep(commonParams)
1806
- .m(function (Command, cs, config, o) {
1807
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1808
- })
1809
- .s("MagnolioAPIService_v20150201", "DescribeFileSystemPolicy", {})
1810
- .n("EFSClient", "DescribeFileSystemPolicyCommand")
1811
- .sc(DescribeFileSystemPolicy$)
1812
- .build() {
1682
+ class DescribeFileSystemPolicyCommand extends command(_ep0, _mw0, "DescribeFileSystemPolicy", DescribeFileSystemPolicy$) {
1813
1683
  }
1814
1684
 
1815
- class DescribeFileSystemsCommand extends Command
1816
- .classBuilder()
1817
- .ep(commonParams)
1818
- .m(function (Command, cs, config, o) {
1819
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1820
- })
1821
- .s("MagnolioAPIService_v20150201", "DescribeFileSystems", {})
1822
- .n("EFSClient", "DescribeFileSystemsCommand")
1823
- .sc(DescribeFileSystems$)
1824
- .build() {
1685
+ class DescribeFileSystemsCommand extends command(_ep0, _mw0, "DescribeFileSystems", DescribeFileSystems$) {
1825
1686
  }
1826
1687
 
1827
- class DescribeLifecycleConfigurationCommand extends Command
1828
- .classBuilder()
1829
- .ep(commonParams)
1830
- .m(function (Command, cs, config, o) {
1831
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1832
- })
1833
- .s("MagnolioAPIService_v20150201", "DescribeLifecycleConfiguration", {})
1834
- .n("EFSClient", "DescribeLifecycleConfigurationCommand")
1835
- .sc(DescribeLifecycleConfiguration$)
1836
- .build() {
1688
+ class DescribeLifecycleConfigurationCommand extends command(_ep0, _mw0, "DescribeLifecycleConfiguration", DescribeLifecycleConfiguration$) {
1837
1689
  }
1838
1690
 
1839
- class DescribeMountTargetsCommand extends Command
1840
- .classBuilder()
1841
- .ep(commonParams)
1842
- .m(function (Command, cs, config, o) {
1843
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1844
- })
1845
- .s("MagnolioAPIService_v20150201", "DescribeMountTargets", {})
1846
- .n("EFSClient", "DescribeMountTargetsCommand")
1847
- .sc(DescribeMountTargets$)
1848
- .build() {
1691
+ class DescribeMountTargetsCommand extends command(_ep0, _mw0, "DescribeMountTargets", DescribeMountTargets$) {
1849
1692
  }
1850
1693
 
1851
- class DescribeMountTargetSecurityGroupsCommand extends Command
1852
- .classBuilder()
1853
- .ep(commonParams)
1854
- .m(function (Command, cs, config, o) {
1855
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1856
- })
1857
- .s("MagnolioAPIService_v20150201", "DescribeMountTargetSecurityGroups", {})
1858
- .n("EFSClient", "DescribeMountTargetSecurityGroupsCommand")
1859
- .sc(DescribeMountTargetSecurityGroups$)
1860
- .build() {
1694
+ class DescribeMountTargetSecurityGroupsCommand extends command(_ep0, _mw0, "DescribeMountTargetSecurityGroups", DescribeMountTargetSecurityGroups$) {
1861
1695
  }
1862
1696
 
1863
- class DescribeReplicationConfigurationsCommand extends Command
1864
- .classBuilder()
1865
- .ep(commonParams)
1866
- .m(function (Command, cs, config, o) {
1867
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1868
- })
1869
- .s("MagnolioAPIService_v20150201", "DescribeReplicationConfigurations", {})
1870
- .n("EFSClient", "DescribeReplicationConfigurationsCommand")
1871
- .sc(DescribeReplicationConfigurations$)
1872
- .build() {
1697
+ class DescribeReplicationConfigurationsCommand extends command(_ep0, _mw0, "DescribeReplicationConfigurations", DescribeReplicationConfigurations$) {
1873
1698
  }
1874
1699
 
1875
- class DescribeTagsCommand extends Command
1876
- .classBuilder()
1877
- .ep(commonParams)
1878
- .m(function (Command, cs, config, o) {
1879
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1880
- })
1881
- .s("MagnolioAPIService_v20150201", "DescribeTags", {})
1882
- .n("EFSClient", "DescribeTagsCommand")
1883
- .sc(DescribeTags$)
1884
- .build() {
1700
+ class DescribeTagsCommand extends command(_ep0, _mw0, "DescribeTags", DescribeTags$) {
1885
1701
  }
1886
1702
 
1887
- class ListTagsForResourceCommand extends Command
1888
- .classBuilder()
1889
- .ep(commonParams)
1890
- .m(function (Command, cs, config, o) {
1891
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1892
- })
1893
- .s("MagnolioAPIService_v20150201", "ListTagsForResource", {})
1894
- .n("EFSClient", "ListTagsForResourceCommand")
1895
- .sc(ListTagsForResource$)
1896
- .build() {
1703
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1897
1704
  }
1898
1705
 
1899
- class ModifyMountTargetSecurityGroupsCommand extends Command
1900
- .classBuilder()
1901
- .ep(commonParams)
1902
- .m(function (Command, cs, config, o) {
1903
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1904
- })
1905
- .s("MagnolioAPIService_v20150201", "ModifyMountTargetSecurityGroups", {})
1906
- .n("EFSClient", "ModifyMountTargetSecurityGroupsCommand")
1907
- .sc(ModifyMountTargetSecurityGroups$)
1908
- .build() {
1706
+ class ModifyMountTargetSecurityGroupsCommand extends command(_ep0, _mw0, "ModifyMountTargetSecurityGroups", ModifyMountTargetSecurityGroups$) {
1909
1707
  }
1910
1708
 
1911
- class PutAccountPreferencesCommand extends Command
1912
- .classBuilder()
1913
- .ep(commonParams)
1914
- .m(function (Command, cs, config, o) {
1915
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1916
- })
1917
- .s("MagnolioAPIService_v20150201", "PutAccountPreferences", {})
1918
- .n("EFSClient", "PutAccountPreferencesCommand")
1919
- .sc(PutAccountPreferences$)
1920
- .build() {
1709
+ class PutAccountPreferencesCommand extends command(_ep0, _mw0, "PutAccountPreferences", PutAccountPreferences$) {
1921
1710
  }
1922
1711
 
1923
- class PutBackupPolicyCommand extends Command
1924
- .classBuilder()
1925
- .ep(commonParams)
1926
- .m(function (Command, cs, config, o) {
1927
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1928
- })
1929
- .s("MagnolioAPIService_v20150201", "PutBackupPolicy", {})
1930
- .n("EFSClient", "PutBackupPolicyCommand")
1931
- .sc(PutBackupPolicy$)
1932
- .build() {
1712
+ class PutBackupPolicyCommand extends command(_ep0, _mw0, "PutBackupPolicy", PutBackupPolicy$) {
1933
1713
  }
1934
1714
 
1935
- class PutFileSystemPolicyCommand extends Command
1936
- .classBuilder()
1937
- .ep(commonParams)
1938
- .m(function (Command, cs, config, o) {
1939
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1940
- })
1941
- .s("MagnolioAPIService_v20150201", "PutFileSystemPolicy", {})
1942
- .n("EFSClient", "PutFileSystemPolicyCommand")
1943
- .sc(PutFileSystemPolicy$)
1944
- .build() {
1715
+ class PutFileSystemPolicyCommand extends command(_ep0, _mw0, "PutFileSystemPolicy", PutFileSystemPolicy$) {
1945
1716
  }
1946
1717
 
1947
- class PutLifecycleConfigurationCommand extends Command
1948
- .classBuilder()
1949
- .ep(commonParams)
1950
- .m(function (Command, cs, config, o) {
1951
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1952
- })
1953
- .s("MagnolioAPIService_v20150201", "PutLifecycleConfiguration", {})
1954
- .n("EFSClient", "PutLifecycleConfigurationCommand")
1955
- .sc(PutLifecycleConfiguration$)
1956
- .build() {
1718
+ class PutLifecycleConfigurationCommand extends command(_ep0, _mw0, "PutLifecycleConfiguration", PutLifecycleConfiguration$) {
1957
1719
  }
1958
1720
 
1959
- class TagResourceCommand extends Command
1960
- .classBuilder()
1961
- .ep(commonParams)
1962
- .m(function (Command, cs, config, o) {
1963
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1964
- })
1965
- .s("MagnolioAPIService_v20150201", "TagResource", {})
1966
- .n("EFSClient", "TagResourceCommand")
1967
- .sc(TagResource$)
1968
- .build() {
1721
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1969
1722
  }
1970
1723
 
1971
- class UntagResourceCommand extends Command
1972
- .classBuilder()
1973
- .ep(commonParams)
1974
- .m(function (Command, cs, config, o) {
1975
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1976
- })
1977
- .s("MagnolioAPIService_v20150201", "UntagResource", {})
1978
- .n("EFSClient", "UntagResourceCommand")
1979
- .sc(UntagResource$)
1980
- .build() {
1724
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1981
1725
  }
1982
1726
 
1983
- class UpdateFileSystemCommand extends Command
1984
- .classBuilder()
1985
- .ep(commonParams)
1986
- .m(function (Command, cs, config, o) {
1987
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1988
- })
1989
- .s("MagnolioAPIService_v20150201", "UpdateFileSystem", {})
1990
- .n("EFSClient", "UpdateFileSystemCommand")
1991
- .sc(UpdateFileSystem$)
1992
- .build() {
1727
+ class UpdateFileSystemCommand extends command(_ep0, _mw0, "UpdateFileSystem", UpdateFileSystem$) {
1993
1728
  }
1994
1729
 
1995
- class UpdateFileSystemProtectionCommand extends Command
1996
- .classBuilder()
1997
- .ep(commonParams)
1998
- .m(function (Command, cs, config, o) {
1999
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2000
- })
2001
- .s("MagnolioAPIService_v20150201", "UpdateFileSystemProtection", {})
2002
- .n("EFSClient", "UpdateFileSystemProtectionCommand")
2003
- .sc(UpdateFileSystemProtection$)
2004
- .build() {
1730
+ class UpdateFileSystemProtectionCommand extends command(_ep0, _mw0, "UpdateFileSystemProtection", UpdateFileSystemProtection$) {
2005
1731
  }
2006
1732
 
2007
1733
  const paginateDescribeAccessPoints = createPaginator(EFSClient, DescribeAccessPointsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "MagnolioAPIService_v20150201", "EFSClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateAccessPoint$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAccessPointCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("MagnolioAPIService_v20150201", "CreateAccessPoint", {})
13
- .n("EFSClient", "CreateAccessPointCommand")
14
- .sc(CreateAccessPoint$)
15
- .build() {
3
+ export class CreateAccessPointCommand extends command(_ep0, _mw0, "CreateAccessPoint", CreateAccessPoint$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateFileSystem$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateFileSystemCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("MagnolioAPIService_v20150201", "CreateFileSystem", {})
13
- .n("EFSClient", "CreateFileSystemCommand")
14
- .sc(CreateFileSystem$)
15
- .build() {
3
+ export class CreateFileSystemCommand extends command(_ep0, _mw0, "CreateFileSystem", CreateFileSystem$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateMountTarget$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateMountTargetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("MagnolioAPIService_v20150201", "CreateMountTarget", {})
13
- .n("EFSClient", "CreateMountTargetCommand")
14
- .sc(CreateMountTarget$)
15
- .build() {
3
+ export class CreateMountTargetCommand extends command(_ep0, _mw0, "CreateMountTarget", CreateMountTarget$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateReplicationConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateReplicationConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("MagnolioAPIService_v20150201", "CreateReplicationConfiguration", {})
13
- .n("EFSClient", "CreateReplicationConfigurationCommand")
14
- .sc(CreateReplicationConfiguration$)
15
- .build() {
3
+ export class CreateReplicationConfigurationCommand extends command(_ep0, _mw0, "CreateReplicationConfiguration", CreateReplicationConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateTags$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTagsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("MagnolioAPIService_v20150201", "CreateTags", {})
13
- .n("EFSClient", "CreateTagsCommand")
14
- .sc(CreateTags$)
15
- .build() {
3
+ export class CreateTagsCommand extends command(_ep0, _mw0, "CreateTags", CreateTags$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAccessPoint$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAccessPointCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("MagnolioAPIService_v20150201", "DeleteAccessPoint", {})
13
- .n("EFSClient", "DeleteAccessPointCommand")
14
- .sc(DeleteAccessPoint$)
15
- .build() {
3
+ export class DeleteAccessPointCommand extends command(_ep0, _mw0, "DeleteAccessPoint", DeleteAccessPoint$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteFileSystem$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteFileSystemCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("MagnolioAPIService_v20150201", "DeleteFileSystem", {})
13
- .n("EFSClient", "DeleteFileSystemCommand")
14
- .sc(DeleteFileSystem$)
15
- .build() {
3
+ export class DeleteFileSystemCommand extends command(_ep0, _mw0, "DeleteFileSystem", DeleteFileSystem$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteFileSystemPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteFileSystemPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("MagnolioAPIService_v20150201", "DeleteFileSystemPolicy", {})
13
- .n("EFSClient", "DeleteFileSystemPolicyCommand")
14
- .sc(DeleteFileSystemPolicy$)
15
- .build() {
3
+ export class DeleteFileSystemPolicyCommand extends command(_ep0, _mw0, "DeleteFileSystemPolicy", DeleteFileSystemPolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteMountTarget$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteMountTargetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("MagnolioAPIService_v20150201", "DeleteMountTarget", {})
13
- .n("EFSClient", "DeleteMountTargetCommand")
14
- .sc(DeleteMountTarget$)
15
- .build() {
3
+ export class DeleteMountTargetCommand extends command(_ep0, _mw0, "DeleteMountTarget", DeleteMountTarget$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteReplicationConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteReplicationConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("MagnolioAPIService_v20150201", "DeleteReplicationConfiguration", {})
13
- .n("EFSClient", "DeleteReplicationConfigurationCommand")
14
- .sc(DeleteReplicationConfiguration$)
15
- .build() {
3
+ export class DeleteReplicationConfigurationCommand extends command(_ep0, _mw0, "DeleteReplicationConfiguration", DeleteReplicationConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteTags$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTagsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("MagnolioAPIService_v20150201", "DeleteTags", {})
13
- .n("EFSClient", "DeleteTagsCommand")
14
- .sc(DeleteTags$)
15
- .build() {
3
+ export class DeleteTagsCommand extends command(_ep0, _mw0, "DeleteTags", DeleteTags$) {
16
4
  }