@aws-sdk/client-lookoutequipment 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 (155) hide show
  1. package/dist-cjs/index.js +57 -493
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateDatasetCommand.js +2 -14
  4. package/dist-es/commands/CreateInferenceSchedulerCommand.js +2 -14
  5. package/dist-es/commands/CreateLabelCommand.js +2 -14
  6. package/dist-es/commands/CreateLabelGroupCommand.js +2 -14
  7. package/dist-es/commands/CreateModelCommand.js +2 -14
  8. package/dist-es/commands/CreateRetrainingSchedulerCommand.js +2 -14
  9. package/dist-es/commands/DeleteDatasetCommand.js +2 -14
  10. package/dist-es/commands/DeleteInferenceSchedulerCommand.js +2 -14
  11. package/dist-es/commands/DeleteLabelCommand.js +2 -14
  12. package/dist-es/commands/DeleteLabelGroupCommand.js +2 -14
  13. package/dist-es/commands/DeleteModelCommand.js +2 -14
  14. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  15. package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +2 -14
  16. package/dist-es/commands/DescribeDataIngestionJobCommand.js +2 -14
  17. package/dist-es/commands/DescribeDatasetCommand.js +2 -14
  18. package/dist-es/commands/DescribeInferenceSchedulerCommand.js +2 -14
  19. package/dist-es/commands/DescribeLabelCommand.js +2 -14
  20. package/dist-es/commands/DescribeLabelGroupCommand.js +2 -14
  21. package/dist-es/commands/DescribeModelCommand.js +2 -14
  22. package/dist-es/commands/DescribeModelVersionCommand.js +2 -14
  23. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -14
  24. package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +2 -14
  25. package/dist-es/commands/ImportDatasetCommand.js +2 -14
  26. package/dist-es/commands/ImportModelVersionCommand.js +2 -14
  27. package/dist-es/commands/ListDataIngestionJobsCommand.js +2 -14
  28. package/dist-es/commands/ListDatasetsCommand.js +2 -14
  29. package/dist-es/commands/ListInferenceEventsCommand.js +2 -14
  30. package/dist-es/commands/ListInferenceExecutionsCommand.js +2 -14
  31. package/dist-es/commands/ListInferenceSchedulersCommand.js +2 -14
  32. package/dist-es/commands/ListLabelGroupsCommand.js +2 -14
  33. package/dist-es/commands/ListLabelsCommand.js +2 -14
  34. package/dist-es/commands/ListModelVersionsCommand.js +2 -14
  35. package/dist-es/commands/ListModelsCommand.js +2 -14
  36. package/dist-es/commands/ListRetrainingSchedulersCommand.js +2 -14
  37. package/dist-es/commands/ListSensorStatisticsCommand.js +2 -14
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  39. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  40. package/dist-es/commands/StartDataIngestionJobCommand.js +2 -14
  41. package/dist-es/commands/StartInferenceSchedulerCommand.js +2 -14
  42. package/dist-es/commands/StartRetrainingSchedulerCommand.js +2 -14
  43. package/dist-es/commands/StopInferenceSchedulerCommand.js +2 -14
  44. package/dist-es/commands/StopRetrainingSchedulerCommand.js +2 -14
  45. package/dist-es/commands/TagResourceCommand.js +2 -14
  46. package/dist-es/commands/UntagResourceCommand.js +2 -14
  47. package/dist-es/commands/UpdateActiveModelVersionCommand.js +2 -14
  48. package/dist-es/commands/UpdateInferenceSchedulerCommand.js +2 -14
  49. package/dist-es/commands/UpdateLabelGroupCommand.js +2 -14
  50. package/dist-es/commands/UpdateModelCommand.js +2 -14
  51. package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +2 -14
  52. package/dist-es/index.js +1 -0
  53. package/dist-types/commandBuilder.d.ts +18 -0
  54. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateLabelCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateLabelGroupCommand.d.ts +3 -8
  58. package/dist-types/commands/CreateModelCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteLabelCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteModelCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +3 -8
  67. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +3 -8
  68. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +3 -8
  70. package/dist-types/commands/DescribeLabelCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeModelCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeModelVersionCommand.d.ts +3 -8
  74. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +3 -8
  76. package/dist-types/commands/ImportDatasetCommand.d.ts +3 -8
  77. package/dist-types/commands/ImportModelVersionCommand.d.ts +3 -8
  78. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +3 -8
  79. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  80. package/dist-types/commands/ListInferenceEventsCommand.d.ts +3 -8
  81. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +3 -8
  82. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +3 -8
  83. package/dist-types/commands/ListLabelGroupsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListLabelsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListModelVersionsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListModelsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +3 -8
  88. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  90. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  91. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +3 -8
  92. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +3 -8
  93. package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +3 -8
  94. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +3 -8
  95. package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +3 -8
  96. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  97. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  98. package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +3 -8
  99. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateModelCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +3 -8
  103. package/dist-types/index.d.ts +1 -0
  104. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  105. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/index.d.ts +1 -0
  155. 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
 
@@ -1607,592 +1608,155 @@ class LookoutEquipmentClient extends Client {
1607
1608
  }
1608
1609
  }
1609
1610
 
1610
- class CreateDatasetCommand extends Command
1611
- .classBuilder()
1612
- .ep(commonParams)
1613
- .m(function (Command, cs, config, o) {
1614
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1615
- })
1616
- .s("AWSLookoutEquipmentFrontendService", "CreateDataset", {})
1617
- .n("LookoutEquipmentClient", "CreateDatasetCommand")
1618
- .sc(CreateDataset$)
1619
- .build() {
1611
+ const command = makeBuilder(commonParams, "AWSLookoutEquipmentFrontendService", "LookoutEquipmentClient", getEndpointPlugin);
1612
+ const _ep0 = {};
1613
+ const _mw0 = (Command, cs, config, o) => [];
1614
+
1615
+ class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
1620
1616
  }
1621
1617
 
1622
- class CreateInferenceSchedulerCommand extends Command
1623
- .classBuilder()
1624
- .ep(commonParams)
1625
- .m(function (Command, cs, config, o) {
1626
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1627
- })
1628
- .s("AWSLookoutEquipmentFrontendService", "CreateInferenceScheduler", {})
1629
- .n("LookoutEquipmentClient", "CreateInferenceSchedulerCommand")
1630
- .sc(CreateInferenceScheduler$)
1631
- .build() {
1618
+ class CreateInferenceSchedulerCommand extends command(_ep0, _mw0, "CreateInferenceScheduler", CreateInferenceScheduler$) {
1632
1619
  }
1633
1620
 
1634
- class CreateLabelCommand extends Command
1635
- .classBuilder()
1636
- .ep(commonParams)
1637
- .m(function (Command, cs, config, o) {
1638
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1639
- })
1640
- .s("AWSLookoutEquipmentFrontendService", "CreateLabel", {})
1641
- .n("LookoutEquipmentClient", "CreateLabelCommand")
1642
- .sc(CreateLabel$)
1643
- .build() {
1621
+ class CreateLabelCommand extends command(_ep0, _mw0, "CreateLabel", CreateLabel$) {
1644
1622
  }
1645
1623
 
1646
- class CreateLabelGroupCommand extends Command
1647
- .classBuilder()
1648
- .ep(commonParams)
1649
- .m(function (Command, cs, config, o) {
1650
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1651
- })
1652
- .s("AWSLookoutEquipmentFrontendService", "CreateLabelGroup", {})
1653
- .n("LookoutEquipmentClient", "CreateLabelGroupCommand")
1654
- .sc(CreateLabelGroup$)
1655
- .build() {
1624
+ class CreateLabelGroupCommand extends command(_ep0, _mw0, "CreateLabelGroup", CreateLabelGroup$) {
1656
1625
  }
1657
1626
 
1658
- class CreateModelCommand extends Command
1659
- .classBuilder()
1660
- .ep(commonParams)
1661
- .m(function (Command, cs, config, o) {
1662
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1663
- })
1664
- .s("AWSLookoutEquipmentFrontendService", "CreateModel", {})
1665
- .n("LookoutEquipmentClient", "CreateModelCommand")
1666
- .sc(CreateModel$)
1667
- .build() {
1627
+ class CreateModelCommand extends command(_ep0, _mw0, "CreateModel", CreateModel$) {
1668
1628
  }
1669
1629
 
1670
- class CreateRetrainingSchedulerCommand extends Command
1671
- .classBuilder()
1672
- .ep(commonParams)
1673
- .m(function (Command, cs, config, o) {
1674
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1675
- })
1676
- .s("AWSLookoutEquipmentFrontendService", "CreateRetrainingScheduler", {})
1677
- .n("LookoutEquipmentClient", "CreateRetrainingSchedulerCommand")
1678
- .sc(CreateRetrainingScheduler$)
1679
- .build() {
1630
+ class CreateRetrainingSchedulerCommand extends command(_ep0, _mw0, "CreateRetrainingScheduler", CreateRetrainingScheduler$) {
1680
1631
  }
1681
1632
 
1682
- class DeleteDatasetCommand extends Command
1683
- .classBuilder()
1684
- .ep(commonParams)
1685
- .m(function (Command, cs, config, o) {
1686
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1687
- })
1688
- .s("AWSLookoutEquipmentFrontendService", "DeleteDataset", {})
1689
- .n("LookoutEquipmentClient", "DeleteDatasetCommand")
1690
- .sc(DeleteDataset$)
1691
- .build() {
1633
+ class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
1692
1634
  }
1693
1635
 
1694
- class DeleteInferenceSchedulerCommand extends Command
1695
- .classBuilder()
1696
- .ep(commonParams)
1697
- .m(function (Command, cs, config, o) {
1698
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1699
- })
1700
- .s("AWSLookoutEquipmentFrontendService", "DeleteInferenceScheduler", {})
1701
- .n("LookoutEquipmentClient", "DeleteInferenceSchedulerCommand")
1702
- .sc(DeleteInferenceScheduler$)
1703
- .build() {
1636
+ class DeleteInferenceSchedulerCommand extends command(_ep0, _mw0, "DeleteInferenceScheduler", DeleteInferenceScheduler$) {
1704
1637
  }
1705
1638
 
1706
- class DeleteLabelCommand extends Command
1707
- .classBuilder()
1708
- .ep(commonParams)
1709
- .m(function (Command, cs, config, o) {
1710
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1711
- })
1712
- .s("AWSLookoutEquipmentFrontendService", "DeleteLabel", {})
1713
- .n("LookoutEquipmentClient", "DeleteLabelCommand")
1714
- .sc(DeleteLabel$)
1715
- .build() {
1639
+ class DeleteLabelCommand extends command(_ep0, _mw0, "DeleteLabel", DeleteLabel$) {
1716
1640
  }
1717
1641
 
1718
- class DeleteLabelGroupCommand extends Command
1719
- .classBuilder()
1720
- .ep(commonParams)
1721
- .m(function (Command, cs, config, o) {
1722
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1723
- })
1724
- .s("AWSLookoutEquipmentFrontendService", "DeleteLabelGroup", {})
1725
- .n("LookoutEquipmentClient", "DeleteLabelGroupCommand")
1726
- .sc(DeleteLabelGroup$)
1727
- .build() {
1642
+ class DeleteLabelGroupCommand extends command(_ep0, _mw0, "DeleteLabelGroup", DeleteLabelGroup$) {
1728
1643
  }
1729
1644
 
1730
- class DeleteModelCommand extends Command
1731
- .classBuilder()
1732
- .ep(commonParams)
1733
- .m(function (Command, cs, config, o) {
1734
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1735
- })
1736
- .s("AWSLookoutEquipmentFrontendService", "DeleteModel", {})
1737
- .n("LookoutEquipmentClient", "DeleteModelCommand")
1738
- .sc(DeleteModel$)
1739
- .build() {
1645
+ class DeleteModelCommand extends command(_ep0, _mw0, "DeleteModel", DeleteModel$) {
1740
1646
  }
1741
1647
 
1742
- class DeleteResourcePolicyCommand extends Command
1743
- .classBuilder()
1744
- .ep(commonParams)
1745
- .m(function (Command, cs, config, o) {
1746
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1747
- })
1748
- .s("AWSLookoutEquipmentFrontendService", "DeleteResourcePolicy", {})
1749
- .n("LookoutEquipmentClient", "DeleteResourcePolicyCommand")
1750
- .sc(DeleteResourcePolicy$)
1751
- .build() {
1648
+ class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
1752
1649
  }
1753
1650
 
1754
- class DeleteRetrainingSchedulerCommand extends Command
1755
- .classBuilder()
1756
- .ep(commonParams)
1757
- .m(function (Command, cs, config, o) {
1758
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1759
- })
1760
- .s("AWSLookoutEquipmentFrontendService", "DeleteRetrainingScheduler", {})
1761
- .n("LookoutEquipmentClient", "DeleteRetrainingSchedulerCommand")
1762
- .sc(DeleteRetrainingScheduler$)
1763
- .build() {
1651
+ class DeleteRetrainingSchedulerCommand extends command(_ep0, _mw0, "DeleteRetrainingScheduler", DeleteRetrainingScheduler$) {
1764
1652
  }
1765
1653
 
1766
- class DescribeDataIngestionJobCommand extends Command
1767
- .classBuilder()
1768
- .ep(commonParams)
1769
- .m(function (Command, cs, config, o) {
1770
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1771
- })
1772
- .s("AWSLookoutEquipmentFrontendService", "DescribeDataIngestionJob", {})
1773
- .n("LookoutEquipmentClient", "DescribeDataIngestionJobCommand")
1774
- .sc(DescribeDataIngestionJob$)
1775
- .build() {
1654
+ class DescribeDataIngestionJobCommand extends command(_ep0, _mw0, "DescribeDataIngestionJob", DescribeDataIngestionJob$) {
1776
1655
  }
1777
1656
 
1778
- class DescribeDatasetCommand extends Command
1779
- .classBuilder()
1780
- .ep(commonParams)
1781
- .m(function (Command, cs, config, o) {
1782
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1783
- })
1784
- .s("AWSLookoutEquipmentFrontendService", "DescribeDataset", {})
1785
- .n("LookoutEquipmentClient", "DescribeDatasetCommand")
1786
- .sc(DescribeDataset$)
1787
- .build() {
1657
+ class DescribeDatasetCommand extends command(_ep0, _mw0, "DescribeDataset", DescribeDataset$) {
1788
1658
  }
1789
1659
 
1790
- class DescribeInferenceSchedulerCommand extends Command
1791
- .classBuilder()
1792
- .ep(commonParams)
1793
- .m(function (Command, cs, config, o) {
1794
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1795
- })
1796
- .s("AWSLookoutEquipmentFrontendService", "DescribeInferenceScheduler", {})
1797
- .n("LookoutEquipmentClient", "DescribeInferenceSchedulerCommand")
1798
- .sc(DescribeInferenceScheduler$)
1799
- .build() {
1660
+ class DescribeInferenceSchedulerCommand extends command(_ep0, _mw0, "DescribeInferenceScheduler", DescribeInferenceScheduler$) {
1800
1661
  }
1801
1662
 
1802
- class DescribeLabelCommand extends Command
1803
- .classBuilder()
1804
- .ep(commonParams)
1805
- .m(function (Command, cs, config, o) {
1806
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1807
- })
1808
- .s("AWSLookoutEquipmentFrontendService", "DescribeLabel", {})
1809
- .n("LookoutEquipmentClient", "DescribeLabelCommand")
1810
- .sc(DescribeLabel$)
1811
- .build() {
1663
+ class DescribeLabelCommand extends command(_ep0, _mw0, "DescribeLabel", DescribeLabel$) {
1812
1664
  }
1813
1665
 
1814
- class DescribeLabelGroupCommand extends Command
1815
- .classBuilder()
1816
- .ep(commonParams)
1817
- .m(function (Command, cs, config, o) {
1818
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1819
- })
1820
- .s("AWSLookoutEquipmentFrontendService", "DescribeLabelGroup", {})
1821
- .n("LookoutEquipmentClient", "DescribeLabelGroupCommand")
1822
- .sc(DescribeLabelGroup$)
1823
- .build() {
1666
+ class DescribeLabelGroupCommand extends command(_ep0, _mw0, "DescribeLabelGroup", DescribeLabelGroup$) {
1824
1667
  }
1825
1668
 
1826
- class DescribeModelCommand extends Command
1827
- .classBuilder()
1828
- .ep(commonParams)
1829
- .m(function (Command, cs, config, o) {
1830
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1831
- })
1832
- .s("AWSLookoutEquipmentFrontendService", "DescribeModel", {})
1833
- .n("LookoutEquipmentClient", "DescribeModelCommand")
1834
- .sc(DescribeModel$)
1835
- .build() {
1669
+ class DescribeModelCommand extends command(_ep0, _mw0, "DescribeModel", DescribeModel$) {
1836
1670
  }
1837
1671
 
1838
- class DescribeModelVersionCommand extends Command
1839
- .classBuilder()
1840
- .ep(commonParams)
1841
- .m(function (Command, cs, config, o) {
1842
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1843
- })
1844
- .s("AWSLookoutEquipmentFrontendService", "DescribeModelVersion", {})
1845
- .n("LookoutEquipmentClient", "DescribeModelVersionCommand")
1846
- .sc(DescribeModelVersion$)
1847
- .build() {
1672
+ class DescribeModelVersionCommand extends command(_ep0, _mw0, "DescribeModelVersion", DescribeModelVersion$) {
1848
1673
  }
1849
1674
 
1850
- class DescribeResourcePolicyCommand extends Command
1851
- .classBuilder()
1852
- .ep(commonParams)
1853
- .m(function (Command, cs, config, o) {
1854
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1855
- })
1856
- .s("AWSLookoutEquipmentFrontendService", "DescribeResourcePolicy", {})
1857
- .n("LookoutEquipmentClient", "DescribeResourcePolicyCommand")
1858
- .sc(DescribeResourcePolicy$)
1859
- .build() {
1675
+ class DescribeResourcePolicyCommand extends command(_ep0, _mw0, "DescribeResourcePolicy", DescribeResourcePolicy$) {
1860
1676
  }
1861
1677
 
1862
- class DescribeRetrainingSchedulerCommand extends Command
1863
- .classBuilder()
1864
- .ep(commonParams)
1865
- .m(function (Command, cs, config, o) {
1866
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1867
- })
1868
- .s("AWSLookoutEquipmentFrontendService", "DescribeRetrainingScheduler", {})
1869
- .n("LookoutEquipmentClient", "DescribeRetrainingSchedulerCommand")
1870
- .sc(DescribeRetrainingScheduler$)
1871
- .build() {
1678
+ class DescribeRetrainingSchedulerCommand extends command(_ep0, _mw0, "DescribeRetrainingScheduler", DescribeRetrainingScheduler$) {
1872
1679
  }
1873
1680
 
1874
- class ImportDatasetCommand extends Command
1875
- .classBuilder()
1876
- .ep(commonParams)
1877
- .m(function (Command, cs, config, o) {
1878
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1879
- })
1880
- .s("AWSLookoutEquipmentFrontendService", "ImportDataset", {})
1881
- .n("LookoutEquipmentClient", "ImportDatasetCommand")
1882
- .sc(ImportDataset$)
1883
- .build() {
1681
+ class ImportDatasetCommand extends command(_ep0, _mw0, "ImportDataset", ImportDataset$) {
1884
1682
  }
1885
1683
 
1886
- class ImportModelVersionCommand extends Command
1887
- .classBuilder()
1888
- .ep(commonParams)
1889
- .m(function (Command, cs, config, o) {
1890
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1891
- })
1892
- .s("AWSLookoutEquipmentFrontendService", "ImportModelVersion", {})
1893
- .n("LookoutEquipmentClient", "ImportModelVersionCommand")
1894
- .sc(ImportModelVersion$)
1895
- .build() {
1684
+ class ImportModelVersionCommand extends command(_ep0, _mw0, "ImportModelVersion", ImportModelVersion$) {
1896
1685
  }
1897
1686
 
1898
- class ListDataIngestionJobsCommand extends Command
1899
- .classBuilder()
1900
- .ep(commonParams)
1901
- .m(function (Command, cs, config, o) {
1902
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1903
- })
1904
- .s("AWSLookoutEquipmentFrontendService", "ListDataIngestionJobs", {})
1905
- .n("LookoutEquipmentClient", "ListDataIngestionJobsCommand")
1906
- .sc(ListDataIngestionJobs$)
1907
- .build() {
1687
+ class ListDataIngestionJobsCommand extends command(_ep0, _mw0, "ListDataIngestionJobs", ListDataIngestionJobs$) {
1908
1688
  }
1909
1689
 
1910
- class ListDatasetsCommand extends Command
1911
- .classBuilder()
1912
- .ep(commonParams)
1913
- .m(function (Command, cs, config, o) {
1914
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1915
- })
1916
- .s("AWSLookoutEquipmentFrontendService", "ListDatasets", {})
1917
- .n("LookoutEquipmentClient", "ListDatasetsCommand")
1918
- .sc(ListDatasets$)
1919
- .build() {
1690
+ class ListDatasetsCommand extends command(_ep0, _mw0, "ListDatasets", ListDatasets$) {
1920
1691
  }
1921
1692
 
1922
- class ListInferenceEventsCommand extends Command
1923
- .classBuilder()
1924
- .ep(commonParams)
1925
- .m(function (Command, cs, config, o) {
1926
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1927
- })
1928
- .s("AWSLookoutEquipmentFrontendService", "ListInferenceEvents", {})
1929
- .n("LookoutEquipmentClient", "ListInferenceEventsCommand")
1930
- .sc(ListInferenceEvents$)
1931
- .build() {
1693
+ class ListInferenceEventsCommand extends command(_ep0, _mw0, "ListInferenceEvents", ListInferenceEvents$) {
1932
1694
  }
1933
1695
 
1934
- class ListInferenceExecutionsCommand extends Command
1935
- .classBuilder()
1936
- .ep(commonParams)
1937
- .m(function (Command, cs, config, o) {
1938
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1939
- })
1940
- .s("AWSLookoutEquipmentFrontendService", "ListInferenceExecutions", {})
1941
- .n("LookoutEquipmentClient", "ListInferenceExecutionsCommand")
1942
- .sc(ListInferenceExecutions$)
1943
- .build() {
1696
+ class ListInferenceExecutionsCommand extends command(_ep0, _mw0, "ListInferenceExecutions", ListInferenceExecutions$) {
1944
1697
  }
1945
1698
 
1946
- class ListInferenceSchedulersCommand extends Command
1947
- .classBuilder()
1948
- .ep(commonParams)
1949
- .m(function (Command, cs, config, o) {
1950
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1951
- })
1952
- .s("AWSLookoutEquipmentFrontendService", "ListInferenceSchedulers", {})
1953
- .n("LookoutEquipmentClient", "ListInferenceSchedulersCommand")
1954
- .sc(ListInferenceSchedulers$)
1955
- .build() {
1699
+ class ListInferenceSchedulersCommand extends command(_ep0, _mw0, "ListInferenceSchedulers", ListInferenceSchedulers$) {
1956
1700
  }
1957
1701
 
1958
- class ListLabelGroupsCommand extends Command
1959
- .classBuilder()
1960
- .ep(commonParams)
1961
- .m(function (Command, cs, config, o) {
1962
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1963
- })
1964
- .s("AWSLookoutEquipmentFrontendService", "ListLabelGroups", {})
1965
- .n("LookoutEquipmentClient", "ListLabelGroupsCommand")
1966
- .sc(ListLabelGroups$)
1967
- .build() {
1702
+ class ListLabelGroupsCommand extends command(_ep0, _mw0, "ListLabelGroups", ListLabelGroups$) {
1968
1703
  }
1969
1704
 
1970
- class ListLabelsCommand extends Command
1971
- .classBuilder()
1972
- .ep(commonParams)
1973
- .m(function (Command, cs, config, o) {
1974
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1975
- })
1976
- .s("AWSLookoutEquipmentFrontendService", "ListLabels", {})
1977
- .n("LookoutEquipmentClient", "ListLabelsCommand")
1978
- .sc(ListLabels$)
1979
- .build() {
1705
+ class ListLabelsCommand extends command(_ep0, _mw0, "ListLabels", ListLabels$) {
1980
1706
  }
1981
1707
 
1982
- class ListModelsCommand extends Command
1983
- .classBuilder()
1984
- .ep(commonParams)
1985
- .m(function (Command, cs, config, o) {
1986
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1987
- })
1988
- .s("AWSLookoutEquipmentFrontendService", "ListModels", {})
1989
- .n("LookoutEquipmentClient", "ListModelsCommand")
1990
- .sc(ListModels$)
1991
- .build() {
1708
+ class ListModelsCommand extends command(_ep0, _mw0, "ListModels", ListModels$) {
1992
1709
  }
1993
1710
 
1994
- class ListModelVersionsCommand extends Command
1995
- .classBuilder()
1996
- .ep(commonParams)
1997
- .m(function (Command, cs, config, o) {
1998
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1999
- })
2000
- .s("AWSLookoutEquipmentFrontendService", "ListModelVersions", {})
2001
- .n("LookoutEquipmentClient", "ListModelVersionsCommand")
2002
- .sc(ListModelVersions$)
2003
- .build() {
1711
+ class ListModelVersionsCommand extends command(_ep0, _mw0, "ListModelVersions", ListModelVersions$) {
2004
1712
  }
2005
1713
 
2006
- class ListRetrainingSchedulersCommand extends Command
2007
- .classBuilder()
2008
- .ep(commonParams)
2009
- .m(function (Command, cs, config, o) {
2010
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2011
- })
2012
- .s("AWSLookoutEquipmentFrontendService", "ListRetrainingSchedulers", {})
2013
- .n("LookoutEquipmentClient", "ListRetrainingSchedulersCommand")
2014
- .sc(ListRetrainingSchedulers$)
2015
- .build() {
1714
+ class ListRetrainingSchedulersCommand extends command(_ep0, _mw0, "ListRetrainingSchedulers", ListRetrainingSchedulers$) {
2016
1715
  }
2017
1716
 
2018
- class ListSensorStatisticsCommand extends Command
2019
- .classBuilder()
2020
- .ep(commonParams)
2021
- .m(function (Command, cs, config, o) {
2022
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2023
- })
2024
- .s("AWSLookoutEquipmentFrontendService", "ListSensorStatistics", {})
2025
- .n("LookoutEquipmentClient", "ListSensorStatisticsCommand")
2026
- .sc(ListSensorStatistics$)
2027
- .build() {
1717
+ class ListSensorStatisticsCommand extends command(_ep0, _mw0, "ListSensorStatistics", ListSensorStatistics$) {
2028
1718
  }
2029
1719
 
2030
- class ListTagsForResourceCommand extends Command
2031
- .classBuilder()
2032
- .ep(commonParams)
2033
- .m(function (Command, cs, config, o) {
2034
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2035
- })
2036
- .s("AWSLookoutEquipmentFrontendService", "ListTagsForResource", {})
2037
- .n("LookoutEquipmentClient", "ListTagsForResourceCommand")
2038
- .sc(ListTagsForResource$)
2039
- .build() {
1720
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2040
1721
  }
2041
1722
 
2042
- class PutResourcePolicyCommand extends Command
2043
- .classBuilder()
2044
- .ep(commonParams)
2045
- .m(function (Command, cs, config, o) {
2046
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2047
- })
2048
- .s("AWSLookoutEquipmentFrontendService", "PutResourcePolicy", {})
2049
- .n("LookoutEquipmentClient", "PutResourcePolicyCommand")
2050
- .sc(PutResourcePolicy$)
2051
- .build() {
1723
+ class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
2052
1724
  }
2053
1725
 
2054
- class StartDataIngestionJobCommand extends Command
2055
- .classBuilder()
2056
- .ep(commonParams)
2057
- .m(function (Command, cs, config, o) {
2058
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2059
- })
2060
- .s("AWSLookoutEquipmentFrontendService", "StartDataIngestionJob", {})
2061
- .n("LookoutEquipmentClient", "StartDataIngestionJobCommand")
2062
- .sc(StartDataIngestionJob$)
2063
- .build() {
1726
+ class StartDataIngestionJobCommand extends command(_ep0, _mw0, "StartDataIngestionJob", StartDataIngestionJob$) {
2064
1727
  }
2065
1728
 
2066
- class StartInferenceSchedulerCommand extends Command
2067
- .classBuilder()
2068
- .ep(commonParams)
2069
- .m(function (Command, cs, config, o) {
2070
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2071
- })
2072
- .s("AWSLookoutEquipmentFrontendService", "StartInferenceScheduler", {})
2073
- .n("LookoutEquipmentClient", "StartInferenceSchedulerCommand")
2074
- .sc(StartInferenceScheduler$)
2075
- .build() {
1729
+ class StartInferenceSchedulerCommand extends command(_ep0, _mw0, "StartInferenceScheduler", StartInferenceScheduler$) {
2076
1730
  }
2077
1731
 
2078
- class StartRetrainingSchedulerCommand extends Command
2079
- .classBuilder()
2080
- .ep(commonParams)
2081
- .m(function (Command, cs, config, o) {
2082
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2083
- })
2084
- .s("AWSLookoutEquipmentFrontendService", "StartRetrainingScheduler", {})
2085
- .n("LookoutEquipmentClient", "StartRetrainingSchedulerCommand")
2086
- .sc(StartRetrainingScheduler$)
2087
- .build() {
1732
+ class StartRetrainingSchedulerCommand extends command(_ep0, _mw0, "StartRetrainingScheduler", StartRetrainingScheduler$) {
2088
1733
  }
2089
1734
 
2090
- class StopInferenceSchedulerCommand extends Command
2091
- .classBuilder()
2092
- .ep(commonParams)
2093
- .m(function (Command, cs, config, o) {
2094
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2095
- })
2096
- .s("AWSLookoutEquipmentFrontendService", "StopInferenceScheduler", {})
2097
- .n("LookoutEquipmentClient", "StopInferenceSchedulerCommand")
2098
- .sc(StopInferenceScheduler$)
2099
- .build() {
1735
+ class StopInferenceSchedulerCommand extends command(_ep0, _mw0, "StopInferenceScheduler", StopInferenceScheduler$) {
2100
1736
  }
2101
1737
 
2102
- class StopRetrainingSchedulerCommand extends Command
2103
- .classBuilder()
2104
- .ep(commonParams)
2105
- .m(function (Command, cs, config, o) {
2106
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2107
- })
2108
- .s("AWSLookoutEquipmentFrontendService", "StopRetrainingScheduler", {})
2109
- .n("LookoutEquipmentClient", "StopRetrainingSchedulerCommand")
2110
- .sc(StopRetrainingScheduler$)
2111
- .build() {
1738
+ class StopRetrainingSchedulerCommand extends command(_ep0, _mw0, "StopRetrainingScheduler", StopRetrainingScheduler$) {
2112
1739
  }
2113
1740
 
2114
- class TagResourceCommand extends Command
2115
- .classBuilder()
2116
- .ep(commonParams)
2117
- .m(function (Command, cs, config, o) {
2118
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2119
- })
2120
- .s("AWSLookoutEquipmentFrontendService", "TagResource", {})
2121
- .n("LookoutEquipmentClient", "TagResourceCommand")
2122
- .sc(TagResource$)
2123
- .build() {
1741
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2124
1742
  }
2125
1743
 
2126
- class UntagResourceCommand extends Command
2127
- .classBuilder()
2128
- .ep(commonParams)
2129
- .m(function (Command, cs, config, o) {
2130
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2131
- })
2132
- .s("AWSLookoutEquipmentFrontendService", "UntagResource", {})
2133
- .n("LookoutEquipmentClient", "UntagResourceCommand")
2134
- .sc(UntagResource$)
2135
- .build() {
1744
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2136
1745
  }
2137
1746
 
2138
- class UpdateActiveModelVersionCommand extends Command
2139
- .classBuilder()
2140
- .ep(commonParams)
2141
- .m(function (Command, cs, config, o) {
2142
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2143
- })
2144
- .s("AWSLookoutEquipmentFrontendService", "UpdateActiveModelVersion", {})
2145
- .n("LookoutEquipmentClient", "UpdateActiveModelVersionCommand")
2146
- .sc(UpdateActiveModelVersion$)
2147
- .build() {
1747
+ class UpdateActiveModelVersionCommand extends command(_ep0, _mw0, "UpdateActiveModelVersion", UpdateActiveModelVersion$) {
2148
1748
  }
2149
1749
 
2150
- class UpdateInferenceSchedulerCommand extends Command
2151
- .classBuilder()
2152
- .ep(commonParams)
2153
- .m(function (Command, cs, config, o) {
2154
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2155
- })
2156
- .s("AWSLookoutEquipmentFrontendService", "UpdateInferenceScheduler", {})
2157
- .n("LookoutEquipmentClient", "UpdateInferenceSchedulerCommand")
2158
- .sc(UpdateInferenceScheduler$)
2159
- .build() {
1750
+ class UpdateInferenceSchedulerCommand extends command(_ep0, _mw0, "UpdateInferenceScheduler", UpdateInferenceScheduler$) {
2160
1751
  }
2161
1752
 
2162
- class UpdateLabelGroupCommand extends Command
2163
- .classBuilder()
2164
- .ep(commonParams)
2165
- .m(function (Command, cs, config, o) {
2166
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2167
- })
2168
- .s("AWSLookoutEquipmentFrontendService", "UpdateLabelGroup", {})
2169
- .n("LookoutEquipmentClient", "UpdateLabelGroupCommand")
2170
- .sc(UpdateLabelGroup$)
2171
- .build() {
1753
+ class UpdateLabelGroupCommand extends command(_ep0, _mw0, "UpdateLabelGroup", UpdateLabelGroup$) {
2172
1754
  }
2173
1755
 
2174
- class UpdateModelCommand extends Command
2175
- .classBuilder()
2176
- .ep(commonParams)
2177
- .m(function (Command, cs, config, o) {
2178
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2179
- })
2180
- .s("AWSLookoutEquipmentFrontendService", "UpdateModel", {})
2181
- .n("LookoutEquipmentClient", "UpdateModelCommand")
2182
- .sc(UpdateModel$)
2183
- .build() {
1756
+ class UpdateModelCommand extends command(_ep0, _mw0, "UpdateModel", UpdateModel$) {
2184
1757
  }
2185
1758
 
2186
- class UpdateRetrainingSchedulerCommand extends Command
2187
- .classBuilder()
2188
- .ep(commonParams)
2189
- .m(function (Command, cs, config, o) {
2190
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2191
- })
2192
- .s("AWSLookoutEquipmentFrontendService", "UpdateRetrainingScheduler", {})
2193
- .n("LookoutEquipmentClient", "UpdateRetrainingSchedulerCommand")
2194
- .sc(UpdateRetrainingScheduler$)
2195
- .build() {
1759
+ class UpdateRetrainingSchedulerCommand extends command(_ep0, _mw0, "UpdateRetrainingScheduler", UpdateRetrainingScheduler$) {
2196
1760
  }
2197
1761
 
2198
1762
  const paginateListDataIngestionJobs = createPaginator(LookoutEquipmentClient, ListDataIngestionJobsCommand, "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, "AWSLookoutEquipmentFrontendService", "LookoutEquipmentClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];