@aws-sdk/client-databrew 3.1077.0 → 3.1079.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 (140) hide show
  1. package/dist-cjs/index.js +52 -443
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +2 -14
  4. package/dist-es/commands/CreateDatasetCommand.js +2 -14
  5. package/dist-es/commands/CreateProfileJobCommand.js +2 -14
  6. package/dist-es/commands/CreateProjectCommand.js +2 -14
  7. package/dist-es/commands/CreateRecipeCommand.js +2 -14
  8. package/dist-es/commands/CreateRecipeJobCommand.js +2 -14
  9. package/dist-es/commands/CreateRulesetCommand.js +2 -14
  10. package/dist-es/commands/CreateScheduleCommand.js +2 -14
  11. package/dist-es/commands/DeleteDatasetCommand.js +2 -14
  12. package/dist-es/commands/DeleteJobCommand.js +2 -14
  13. package/dist-es/commands/DeleteProjectCommand.js +2 -14
  14. package/dist-es/commands/DeleteRecipeVersionCommand.js +2 -14
  15. package/dist-es/commands/DeleteRulesetCommand.js +2 -14
  16. package/dist-es/commands/DeleteScheduleCommand.js +2 -14
  17. package/dist-es/commands/DescribeDatasetCommand.js +2 -14
  18. package/dist-es/commands/DescribeJobCommand.js +2 -14
  19. package/dist-es/commands/DescribeJobRunCommand.js +2 -14
  20. package/dist-es/commands/DescribeProjectCommand.js +2 -14
  21. package/dist-es/commands/DescribeRecipeCommand.js +2 -14
  22. package/dist-es/commands/DescribeRulesetCommand.js +2 -14
  23. package/dist-es/commands/DescribeScheduleCommand.js +2 -14
  24. package/dist-es/commands/ListDatasetsCommand.js +2 -14
  25. package/dist-es/commands/ListJobRunsCommand.js +2 -14
  26. package/dist-es/commands/ListJobsCommand.js +2 -14
  27. package/dist-es/commands/ListProjectsCommand.js +2 -14
  28. package/dist-es/commands/ListRecipeVersionsCommand.js +2 -14
  29. package/dist-es/commands/ListRecipesCommand.js +2 -14
  30. package/dist-es/commands/ListRulesetsCommand.js +2 -14
  31. package/dist-es/commands/ListSchedulesCommand.js +2 -14
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  33. package/dist-es/commands/PublishRecipeCommand.js +2 -14
  34. package/dist-es/commands/SendProjectSessionActionCommand.js +2 -14
  35. package/dist-es/commands/StartJobRunCommand.js +2 -14
  36. package/dist-es/commands/StartProjectSessionCommand.js +2 -14
  37. package/dist-es/commands/StopJobRunCommand.js +2 -14
  38. package/dist-es/commands/TagResourceCommand.js +2 -14
  39. package/dist-es/commands/UntagResourceCommand.js +2 -14
  40. package/dist-es/commands/UpdateDatasetCommand.js +2 -14
  41. package/dist-es/commands/UpdateProfileJobCommand.js +2 -14
  42. package/dist-es/commands/UpdateProjectCommand.js +2 -14
  43. package/dist-es/commands/UpdateRecipeCommand.js +2 -14
  44. package/dist-es/commands/UpdateRecipeJobCommand.js +2 -14
  45. package/dist-es/commands/UpdateRulesetCommand.js +2 -14
  46. package/dist-es/commands/UpdateScheduleCommand.js +2 -14
  47. package/dist-es/index.js +1 -0
  48. package/dist-types/commandBuilder.d.ts +18 -0
  49. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateProfileJobCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateProjectCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateRecipeCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateRecipeJobCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateRulesetCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateScheduleCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteJobCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteProjectCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteRulesetCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteScheduleCommand.d.ts +3 -8
  63. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
  64. package/dist-types/commands/DescribeJobCommand.d.ts +3 -8
  65. package/dist-types/commands/DescribeJobRunCommand.d.ts +3 -8
  66. package/dist-types/commands/DescribeProjectCommand.d.ts +3 -8
  67. package/dist-types/commands/DescribeRecipeCommand.d.ts +3 -8
  68. package/dist-types/commands/DescribeRulesetCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeScheduleCommand.d.ts +3 -8
  70. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListJobRunsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListProjectsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListRecipesCommand.d.ts +3 -8
  76. package/dist-types/commands/ListRulesetsCommand.d.ts +3 -8
  77. package/dist-types/commands/ListSchedulesCommand.d.ts +3 -8
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  79. package/dist-types/commands/PublishRecipeCommand.d.ts +3 -8
  80. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +3 -8
  81. package/dist-types/commands/StartJobRunCommand.d.ts +3 -8
  82. package/dist-types/commands/StartProjectSessionCommand.d.ts +3 -8
  83. package/dist-types/commands/StopJobRunCommand.d.ts +3 -8
  84. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
  87. package/dist-types/commands/UpdateProfileJobCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateProjectCommand.d.ts +3 -8
  89. package/dist-types/commands/UpdateRecipeCommand.d.ts +3 -8
  90. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +3 -8
  91. package/dist-types/commands/UpdateRulesetCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateScheduleCommand.d.ts +3 -8
  93. package/dist-types/index.d.ts +1 -0
  94. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  95. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/index.d.ts +1 -0
  140. 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.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1641,532 +1642,140 @@ class DataBrewClient extends Client {
1641
1642
  }
1642
1643
  }
1643
1644
 
1644
- class BatchDeleteRecipeVersionCommand extends Command
1645
- .classBuilder()
1646
- .ep(commonParams)
1647
- .m(function (Command, cs, config, o) {
1648
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1649
- })
1650
- .s("AWSGlueDataBrew", "BatchDeleteRecipeVersion", {})
1651
- .n("DataBrewClient", "BatchDeleteRecipeVersionCommand")
1652
- .sc(BatchDeleteRecipeVersion$)
1653
- .build() {
1645
+ const command = makeBuilder(commonParams, "AWSGlueDataBrew", "DataBrewClient", getEndpointPlugin);
1646
+ const _ep0 = {};
1647
+ const _mw0 = (Command, cs, config, o) => [];
1648
+
1649
+ class BatchDeleteRecipeVersionCommand extends command(_ep0, _mw0, "BatchDeleteRecipeVersion", BatchDeleteRecipeVersion$) {
1654
1650
  }
1655
1651
 
1656
- class CreateDatasetCommand extends Command
1657
- .classBuilder()
1658
- .ep(commonParams)
1659
- .m(function (Command, cs, config, o) {
1660
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1661
- })
1662
- .s("AWSGlueDataBrew", "CreateDataset", {})
1663
- .n("DataBrewClient", "CreateDatasetCommand")
1664
- .sc(CreateDataset$)
1665
- .build() {
1652
+ class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
1666
1653
  }
1667
1654
 
1668
- class CreateProfileJobCommand extends Command
1669
- .classBuilder()
1670
- .ep(commonParams)
1671
- .m(function (Command, cs, config, o) {
1672
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1673
- })
1674
- .s("AWSGlueDataBrew", "CreateProfileJob", {})
1675
- .n("DataBrewClient", "CreateProfileJobCommand")
1676
- .sc(CreateProfileJob$)
1677
- .build() {
1655
+ class CreateProfileJobCommand extends command(_ep0, _mw0, "CreateProfileJob", CreateProfileJob$) {
1678
1656
  }
1679
1657
 
1680
- class CreateProjectCommand extends Command
1681
- .classBuilder()
1682
- .ep(commonParams)
1683
- .m(function (Command, cs, config, o) {
1684
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1685
- })
1686
- .s("AWSGlueDataBrew", "CreateProject", {})
1687
- .n("DataBrewClient", "CreateProjectCommand")
1688
- .sc(CreateProject$)
1689
- .build() {
1658
+ class CreateProjectCommand extends command(_ep0, _mw0, "CreateProject", CreateProject$) {
1690
1659
  }
1691
1660
 
1692
- class CreateRecipeCommand extends Command
1693
- .classBuilder()
1694
- .ep(commonParams)
1695
- .m(function (Command, cs, config, o) {
1696
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1697
- })
1698
- .s("AWSGlueDataBrew", "CreateRecipe", {})
1699
- .n("DataBrewClient", "CreateRecipeCommand")
1700
- .sc(CreateRecipe$)
1701
- .build() {
1661
+ class CreateRecipeCommand extends command(_ep0, _mw0, "CreateRecipe", CreateRecipe$) {
1702
1662
  }
1703
1663
 
1704
- class CreateRecipeJobCommand extends Command
1705
- .classBuilder()
1706
- .ep(commonParams)
1707
- .m(function (Command, cs, config, o) {
1708
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1709
- })
1710
- .s("AWSGlueDataBrew", "CreateRecipeJob", {})
1711
- .n("DataBrewClient", "CreateRecipeJobCommand")
1712
- .sc(CreateRecipeJob$)
1713
- .build() {
1664
+ class CreateRecipeJobCommand extends command(_ep0, _mw0, "CreateRecipeJob", CreateRecipeJob$) {
1714
1665
  }
1715
1666
 
1716
- class CreateRulesetCommand extends Command
1717
- .classBuilder()
1718
- .ep(commonParams)
1719
- .m(function (Command, cs, config, o) {
1720
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1721
- })
1722
- .s("AWSGlueDataBrew", "CreateRuleset", {})
1723
- .n("DataBrewClient", "CreateRulesetCommand")
1724
- .sc(CreateRuleset$)
1725
- .build() {
1667
+ class CreateRulesetCommand extends command(_ep0, _mw0, "CreateRuleset", CreateRuleset$) {
1726
1668
  }
1727
1669
 
1728
- class CreateScheduleCommand extends Command
1729
- .classBuilder()
1730
- .ep(commonParams)
1731
- .m(function (Command, cs, config, o) {
1732
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1733
- })
1734
- .s("AWSGlueDataBrew", "CreateSchedule", {})
1735
- .n("DataBrewClient", "CreateScheduleCommand")
1736
- .sc(CreateSchedule$)
1737
- .build() {
1670
+ class CreateScheduleCommand extends command(_ep0, _mw0, "CreateSchedule", CreateSchedule$) {
1738
1671
  }
1739
1672
 
1740
- class DeleteDatasetCommand extends Command
1741
- .classBuilder()
1742
- .ep(commonParams)
1743
- .m(function (Command, cs, config, o) {
1744
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1745
- })
1746
- .s("AWSGlueDataBrew", "DeleteDataset", {})
1747
- .n("DataBrewClient", "DeleteDatasetCommand")
1748
- .sc(DeleteDataset$)
1749
- .build() {
1673
+ class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
1750
1674
  }
1751
1675
 
1752
- class DeleteJobCommand extends Command
1753
- .classBuilder()
1754
- .ep(commonParams)
1755
- .m(function (Command, cs, config, o) {
1756
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1757
- })
1758
- .s("AWSGlueDataBrew", "DeleteJob", {})
1759
- .n("DataBrewClient", "DeleteJobCommand")
1760
- .sc(DeleteJob$)
1761
- .build() {
1676
+ class DeleteJobCommand extends command(_ep0, _mw0, "DeleteJob", DeleteJob$) {
1762
1677
  }
1763
1678
 
1764
- class DeleteProjectCommand extends Command
1765
- .classBuilder()
1766
- .ep(commonParams)
1767
- .m(function (Command, cs, config, o) {
1768
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1769
- })
1770
- .s("AWSGlueDataBrew", "DeleteProject", {})
1771
- .n("DataBrewClient", "DeleteProjectCommand")
1772
- .sc(DeleteProject$)
1773
- .build() {
1679
+ class DeleteProjectCommand extends command(_ep0, _mw0, "DeleteProject", DeleteProject$) {
1774
1680
  }
1775
1681
 
1776
- class DeleteRecipeVersionCommand extends Command
1777
- .classBuilder()
1778
- .ep(commonParams)
1779
- .m(function (Command, cs, config, o) {
1780
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1781
- })
1782
- .s("AWSGlueDataBrew", "DeleteRecipeVersion", {})
1783
- .n("DataBrewClient", "DeleteRecipeVersionCommand")
1784
- .sc(DeleteRecipeVersion$)
1785
- .build() {
1682
+ class DeleteRecipeVersionCommand extends command(_ep0, _mw0, "DeleteRecipeVersion", DeleteRecipeVersion$) {
1786
1683
  }
1787
1684
 
1788
- class DeleteRulesetCommand extends Command
1789
- .classBuilder()
1790
- .ep(commonParams)
1791
- .m(function (Command, cs, config, o) {
1792
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1793
- })
1794
- .s("AWSGlueDataBrew", "DeleteRuleset", {})
1795
- .n("DataBrewClient", "DeleteRulesetCommand")
1796
- .sc(DeleteRuleset$)
1797
- .build() {
1685
+ class DeleteRulesetCommand extends command(_ep0, _mw0, "DeleteRuleset", DeleteRuleset$) {
1798
1686
  }
1799
1687
 
1800
- class DeleteScheduleCommand extends Command
1801
- .classBuilder()
1802
- .ep(commonParams)
1803
- .m(function (Command, cs, config, o) {
1804
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1805
- })
1806
- .s("AWSGlueDataBrew", "DeleteSchedule", {})
1807
- .n("DataBrewClient", "DeleteScheduleCommand")
1808
- .sc(DeleteSchedule$)
1809
- .build() {
1688
+ class DeleteScheduleCommand extends command(_ep0, _mw0, "DeleteSchedule", DeleteSchedule$) {
1810
1689
  }
1811
1690
 
1812
- class DescribeDatasetCommand extends Command
1813
- .classBuilder()
1814
- .ep(commonParams)
1815
- .m(function (Command, cs, config, o) {
1816
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1817
- })
1818
- .s("AWSGlueDataBrew", "DescribeDataset", {})
1819
- .n("DataBrewClient", "DescribeDatasetCommand")
1820
- .sc(DescribeDataset$)
1821
- .build() {
1691
+ class DescribeDatasetCommand extends command(_ep0, _mw0, "DescribeDataset", DescribeDataset$) {
1822
1692
  }
1823
1693
 
1824
- class DescribeJobCommand extends Command
1825
- .classBuilder()
1826
- .ep(commonParams)
1827
- .m(function (Command, cs, config, o) {
1828
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1829
- })
1830
- .s("AWSGlueDataBrew", "DescribeJob", {})
1831
- .n("DataBrewClient", "DescribeJobCommand")
1832
- .sc(DescribeJob$)
1833
- .build() {
1694
+ class DescribeJobCommand extends command(_ep0, _mw0, "DescribeJob", DescribeJob$) {
1834
1695
  }
1835
1696
 
1836
- class DescribeJobRunCommand extends Command
1837
- .classBuilder()
1838
- .ep(commonParams)
1839
- .m(function (Command, cs, config, o) {
1840
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1841
- })
1842
- .s("AWSGlueDataBrew", "DescribeJobRun", {})
1843
- .n("DataBrewClient", "DescribeJobRunCommand")
1844
- .sc(DescribeJobRun$)
1845
- .build() {
1697
+ class DescribeJobRunCommand extends command(_ep0, _mw0, "DescribeJobRun", DescribeJobRun$) {
1846
1698
  }
1847
1699
 
1848
- class DescribeProjectCommand extends Command
1849
- .classBuilder()
1850
- .ep(commonParams)
1851
- .m(function (Command, cs, config, o) {
1852
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1853
- })
1854
- .s("AWSGlueDataBrew", "DescribeProject", {})
1855
- .n("DataBrewClient", "DescribeProjectCommand")
1856
- .sc(DescribeProject$)
1857
- .build() {
1700
+ class DescribeProjectCommand extends command(_ep0, _mw0, "DescribeProject", DescribeProject$) {
1858
1701
  }
1859
1702
 
1860
- class DescribeRecipeCommand extends Command
1861
- .classBuilder()
1862
- .ep(commonParams)
1863
- .m(function (Command, cs, config, o) {
1864
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1865
- })
1866
- .s("AWSGlueDataBrew", "DescribeRecipe", {})
1867
- .n("DataBrewClient", "DescribeRecipeCommand")
1868
- .sc(DescribeRecipe$)
1869
- .build() {
1703
+ class DescribeRecipeCommand extends command(_ep0, _mw0, "DescribeRecipe", DescribeRecipe$) {
1870
1704
  }
1871
1705
 
1872
- class DescribeRulesetCommand extends Command
1873
- .classBuilder()
1874
- .ep(commonParams)
1875
- .m(function (Command, cs, config, o) {
1876
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1877
- })
1878
- .s("AWSGlueDataBrew", "DescribeRuleset", {})
1879
- .n("DataBrewClient", "DescribeRulesetCommand")
1880
- .sc(DescribeRuleset$)
1881
- .build() {
1706
+ class DescribeRulesetCommand extends command(_ep0, _mw0, "DescribeRuleset", DescribeRuleset$) {
1882
1707
  }
1883
1708
 
1884
- class DescribeScheduleCommand extends Command
1885
- .classBuilder()
1886
- .ep(commonParams)
1887
- .m(function (Command, cs, config, o) {
1888
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1889
- })
1890
- .s("AWSGlueDataBrew", "DescribeSchedule", {})
1891
- .n("DataBrewClient", "DescribeScheduleCommand")
1892
- .sc(DescribeSchedule$)
1893
- .build() {
1709
+ class DescribeScheduleCommand extends command(_ep0, _mw0, "DescribeSchedule", DescribeSchedule$) {
1894
1710
  }
1895
1711
 
1896
- class ListDatasetsCommand extends Command
1897
- .classBuilder()
1898
- .ep(commonParams)
1899
- .m(function (Command, cs, config, o) {
1900
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1901
- })
1902
- .s("AWSGlueDataBrew", "ListDatasets", {})
1903
- .n("DataBrewClient", "ListDatasetsCommand")
1904
- .sc(ListDatasets$)
1905
- .build() {
1712
+ class ListDatasetsCommand extends command(_ep0, _mw0, "ListDatasets", ListDatasets$) {
1906
1713
  }
1907
1714
 
1908
- class ListJobRunsCommand extends Command
1909
- .classBuilder()
1910
- .ep(commonParams)
1911
- .m(function (Command, cs, config, o) {
1912
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1913
- })
1914
- .s("AWSGlueDataBrew", "ListJobRuns", {})
1915
- .n("DataBrewClient", "ListJobRunsCommand")
1916
- .sc(ListJobRuns$)
1917
- .build() {
1715
+ class ListJobRunsCommand extends command(_ep0, _mw0, "ListJobRuns", ListJobRuns$) {
1918
1716
  }
1919
1717
 
1920
- class ListJobsCommand extends Command
1921
- .classBuilder()
1922
- .ep(commonParams)
1923
- .m(function (Command, cs, config, o) {
1924
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1925
- })
1926
- .s("AWSGlueDataBrew", "ListJobs", {})
1927
- .n("DataBrewClient", "ListJobsCommand")
1928
- .sc(ListJobs$)
1929
- .build() {
1718
+ class ListJobsCommand extends command(_ep0, _mw0, "ListJobs", ListJobs$) {
1930
1719
  }
1931
1720
 
1932
- class ListProjectsCommand extends Command
1933
- .classBuilder()
1934
- .ep(commonParams)
1935
- .m(function (Command, cs, config, o) {
1936
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1937
- })
1938
- .s("AWSGlueDataBrew", "ListProjects", {})
1939
- .n("DataBrewClient", "ListProjectsCommand")
1940
- .sc(ListProjects$)
1941
- .build() {
1721
+ class ListProjectsCommand extends command(_ep0, _mw0, "ListProjects", ListProjects$) {
1942
1722
  }
1943
1723
 
1944
- class ListRecipesCommand extends Command
1945
- .classBuilder()
1946
- .ep(commonParams)
1947
- .m(function (Command, cs, config, o) {
1948
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1949
- })
1950
- .s("AWSGlueDataBrew", "ListRecipes", {})
1951
- .n("DataBrewClient", "ListRecipesCommand")
1952
- .sc(ListRecipes$)
1953
- .build() {
1724
+ class ListRecipesCommand extends command(_ep0, _mw0, "ListRecipes", ListRecipes$) {
1954
1725
  }
1955
1726
 
1956
- class ListRecipeVersionsCommand extends Command
1957
- .classBuilder()
1958
- .ep(commonParams)
1959
- .m(function (Command, cs, config, o) {
1960
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1961
- })
1962
- .s("AWSGlueDataBrew", "ListRecipeVersions", {})
1963
- .n("DataBrewClient", "ListRecipeVersionsCommand")
1964
- .sc(ListRecipeVersions$)
1965
- .build() {
1727
+ class ListRecipeVersionsCommand extends command(_ep0, _mw0, "ListRecipeVersions", ListRecipeVersions$) {
1966
1728
  }
1967
1729
 
1968
- class ListRulesetsCommand extends Command
1969
- .classBuilder()
1970
- .ep(commonParams)
1971
- .m(function (Command, cs, config, o) {
1972
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1973
- })
1974
- .s("AWSGlueDataBrew", "ListRulesets", {})
1975
- .n("DataBrewClient", "ListRulesetsCommand")
1976
- .sc(ListRulesets$)
1977
- .build() {
1730
+ class ListRulesetsCommand extends command(_ep0, _mw0, "ListRulesets", ListRulesets$) {
1978
1731
  }
1979
1732
 
1980
- class ListSchedulesCommand extends Command
1981
- .classBuilder()
1982
- .ep(commonParams)
1983
- .m(function (Command, cs, config, o) {
1984
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1985
- })
1986
- .s("AWSGlueDataBrew", "ListSchedules", {})
1987
- .n("DataBrewClient", "ListSchedulesCommand")
1988
- .sc(ListSchedules$)
1989
- .build() {
1733
+ class ListSchedulesCommand extends command(_ep0, _mw0, "ListSchedules", ListSchedules$) {
1990
1734
  }
1991
1735
 
1992
- class ListTagsForResourceCommand extends Command
1993
- .classBuilder()
1994
- .ep(commonParams)
1995
- .m(function (Command, cs, config, o) {
1996
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1997
- })
1998
- .s("AWSGlueDataBrew", "ListTagsForResource", {})
1999
- .n("DataBrewClient", "ListTagsForResourceCommand")
2000
- .sc(ListTagsForResource$)
2001
- .build() {
1736
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2002
1737
  }
2003
1738
 
2004
- class PublishRecipeCommand extends Command
2005
- .classBuilder()
2006
- .ep(commonParams)
2007
- .m(function (Command, cs, config, o) {
2008
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2009
- })
2010
- .s("AWSGlueDataBrew", "PublishRecipe", {})
2011
- .n("DataBrewClient", "PublishRecipeCommand")
2012
- .sc(PublishRecipe$)
2013
- .build() {
1739
+ class PublishRecipeCommand extends command(_ep0, _mw0, "PublishRecipe", PublishRecipe$) {
2014
1740
  }
2015
1741
 
2016
- class SendProjectSessionActionCommand extends Command
2017
- .classBuilder()
2018
- .ep(commonParams)
2019
- .m(function (Command, cs, config, o) {
2020
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2021
- })
2022
- .s("AWSGlueDataBrew", "SendProjectSessionAction", {})
2023
- .n("DataBrewClient", "SendProjectSessionActionCommand")
2024
- .sc(SendProjectSessionAction$)
2025
- .build() {
1742
+ class SendProjectSessionActionCommand extends command(_ep0, _mw0, "SendProjectSessionAction", SendProjectSessionAction$) {
2026
1743
  }
2027
1744
 
2028
- class StartJobRunCommand extends Command
2029
- .classBuilder()
2030
- .ep(commonParams)
2031
- .m(function (Command, cs, config, o) {
2032
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2033
- })
2034
- .s("AWSGlueDataBrew", "StartJobRun", {})
2035
- .n("DataBrewClient", "StartJobRunCommand")
2036
- .sc(StartJobRun$)
2037
- .build() {
1745
+ class StartJobRunCommand extends command(_ep0, _mw0, "StartJobRun", StartJobRun$) {
2038
1746
  }
2039
1747
 
2040
- class StartProjectSessionCommand extends Command
2041
- .classBuilder()
2042
- .ep(commonParams)
2043
- .m(function (Command, cs, config, o) {
2044
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2045
- })
2046
- .s("AWSGlueDataBrew", "StartProjectSession", {})
2047
- .n("DataBrewClient", "StartProjectSessionCommand")
2048
- .sc(StartProjectSession$)
2049
- .build() {
1748
+ class StartProjectSessionCommand extends command(_ep0, _mw0, "StartProjectSession", StartProjectSession$) {
2050
1749
  }
2051
1750
 
2052
- class StopJobRunCommand extends Command
2053
- .classBuilder()
2054
- .ep(commonParams)
2055
- .m(function (Command, cs, config, o) {
2056
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2057
- })
2058
- .s("AWSGlueDataBrew", "StopJobRun", {})
2059
- .n("DataBrewClient", "StopJobRunCommand")
2060
- .sc(StopJobRun$)
2061
- .build() {
1751
+ class StopJobRunCommand extends command(_ep0, _mw0, "StopJobRun", StopJobRun$) {
2062
1752
  }
2063
1753
 
2064
- class TagResourceCommand extends Command
2065
- .classBuilder()
2066
- .ep(commonParams)
2067
- .m(function (Command, cs, config, o) {
2068
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2069
- })
2070
- .s("AWSGlueDataBrew", "TagResource", {})
2071
- .n("DataBrewClient", "TagResourceCommand")
2072
- .sc(TagResource$)
2073
- .build() {
1754
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2074
1755
  }
2075
1756
 
2076
- class UntagResourceCommand extends Command
2077
- .classBuilder()
2078
- .ep(commonParams)
2079
- .m(function (Command, cs, config, o) {
2080
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2081
- })
2082
- .s("AWSGlueDataBrew", "UntagResource", {})
2083
- .n("DataBrewClient", "UntagResourceCommand")
2084
- .sc(UntagResource$)
2085
- .build() {
1757
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2086
1758
  }
2087
1759
 
2088
- class UpdateDatasetCommand extends Command
2089
- .classBuilder()
2090
- .ep(commonParams)
2091
- .m(function (Command, cs, config, o) {
2092
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2093
- })
2094
- .s("AWSGlueDataBrew", "UpdateDataset", {})
2095
- .n("DataBrewClient", "UpdateDatasetCommand")
2096
- .sc(UpdateDataset$)
2097
- .build() {
1760
+ class UpdateDatasetCommand extends command(_ep0, _mw0, "UpdateDataset", UpdateDataset$) {
2098
1761
  }
2099
1762
 
2100
- class UpdateProfileJobCommand extends Command
2101
- .classBuilder()
2102
- .ep(commonParams)
2103
- .m(function (Command, cs, config, o) {
2104
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2105
- })
2106
- .s("AWSGlueDataBrew", "UpdateProfileJob", {})
2107
- .n("DataBrewClient", "UpdateProfileJobCommand")
2108
- .sc(UpdateProfileJob$)
2109
- .build() {
1763
+ class UpdateProfileJobCommand extends command(_ep0, _mw0, "UpdateProfileJob", UpdateProfileJob$) {
2110
1764
  }
2111
1765
 
2112
- class UpdateProjectCommand extends Command
2113
- .classBuilder()
2114
- .ep(commonParams)
2115
- .m(function (Command, cs, config, o) {
2116
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2117
- })
2118
- .s("AWSGlueDataBrew", "UpdateProject", {})
2119
- .n("DataBrewClient", "UpdateProjectCommand")
2120
- .sc(UpdateProject$)
2121
- .build() {
1766
+ class UpdateProjectCommand extends command(_ep0, _mw0, "UpdateProject", UpdateProject$) {
2122
1767
  }
2123
1768
 
2124
- class UpdateRecipeCommand extends Command
2125
- .classBuilder()
2126
- .ep(commonParams)
2127
- .m(function (Command, cs, config, o) {
2128
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2129
- })
2130
- .s("AWSGlueDataBrew", "UpdateRecipe", {})
2131
- .n("DataBrewClient", "UpdateRecipeCommand")
2132
- .sc(UpdateRecipe$)
2133
- .build() {
1769
+ class UpdateRecipeCommand extends command(_ep0, _mw0, "UpdateRecipe", UpdateRecipe$) {
2134
1770
  }
2135
1771
 
2136
- class UpdateRecipeJobCommand extends Command
2137
- .classBuilder()
2138
- .ep(commonParams)
2139
- .m(function (Command, cs, config, o) {
2140
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2141
- })
2142
- .s("AWSGlueDataBrew", "UpdateRecipeJob", {})
2143
- .n("DataBrewClient", "UpdateRecipeJobCommand")
2144
- .sc(UpdateRecipeJob$)
2145
- .build() {
1772
+ class UpdateRecipeJobCommand extends command(_ep0, _mw0, "UpdateRecipeJob", UpdateRecipeJob$) {
2146
1773
  }
2147
1774
 
2148
- class UpdateRulesetCommand extends Command
2149
- .classBuilder()
2150
- .ep(commonParams)
2151
- .m(function (Command, cs, config, o) {
2152
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2153
- })
2154
- .s("AWSGlueDataBrew", "UpdateRuleset", {})
2155
- .n("DataBrewClient", "UpdateRulesetCommand")
2156
- .sc(UpdateRuleset$)
2157
- .build() {
1775
+ class UpdateRulesetCommand extends command(_ep0, _mw0, "UpdateRuleset", UpdateRuleset$) {
2158
1776
  }
2159
1777
 
2160
- class UpdateScheduleCommand extends Command
2161
- .classBuilder()
2162
- .ep(commonParams)
2163
- .m(function (Command, cs, config, o) {
2164
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2165
- })
2166
- .s("AWSGlueDataBrew", "UpdateSchedule", {})
2167
- .n("DataBrewClient", "UpdateScheduleCommand")
2168
- .sc(UpdateSchedule$)
2169
- .build() {
1778
+ class UpdateScheduleCommand extends command(_ep0, _mw0, "UpdateSchedule", UpdateSchedule$) {
2170
1779
  }
2171
1780
 
2172
1781
  const paginateListDatasets = createPaginator(DataBrewClient, ListDatasetsCommand, "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, "AWSGlueDataBrew", "DataBrewClient", 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 { BatchDeleteRecipeVersion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchDeleteRecipeVersionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "BatchDeleteRecipeVersion", {})
13
- .n("DataBrewClient", "BatchDeleteRecipeVersionCommand")
14
- .sc(BatchDeleteRecipeVersion$)
15
- .build() {
3
+ export class BatchDeleteRecipeVersionCommand extends command(_ep0, _mw0, "BatchDeleteRecipeVersion", BatchDeleteRecipeVersion$) {
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 { CreateDataset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDatasetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "CreateDataset", {})
13
- .n("DataBrewClient", "CreateDatasetCommand")
14
- .sc(CreateDataset$)
15
- .build() {
3
+ export class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
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 { CreateProfileJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateProfileJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSGlueDataBrew", "CreateProfileJob", {})
13
- .n("DataBrewClient", "CreateProfileJobCommand")
14
- .sc(CreateProfileJob$)
15
- .build() {
3
+ export class CreateProfileJobCommand extends command(_ep0, _mw0, "CreateProfileJob", CreateProfileJob$) {
16
4
  }