@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
@@ -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 { ListModelVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListModelVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ListModelVersions", {})
13
- .n("LookoutEquipmentClient", "ListModelVersionsCommand")
14
- .sc(ListModelVersions$)
15
- .build() {
3
+ export class ListModelVersionsCommand extends command(_ep0, _mw0, "ListModelVersions", ListModelVersions$) {
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 { ListModels$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListModelsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ListModels", {})
13
- .n("LookoutEquipmentClient", "ListModelsCommand")
14
- .sc(ListModels$)
15
- .build() {
3
+ export class ListModelsCommand extends command(_ep0, _mw0, "ListModels", ListModels$) {
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 { ListRetrainingSchedulers$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRetrainingSchedulersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ListRetrainingSchedulers", {})
13
- .n("LookoutEquipmentClient", "ListRetrainingSchedulersCommand")
14
- .sc(ListRetrainingSchedulers$)
15
- .build() {
3
+ export class ListRetrainingSchedulersCommand extends command(_ep0, _mw0, "ListRetrainingSchedulers", ListRetrainingSchedulers$) {
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 { ListSensorStatistics$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListSensorStatisticsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ListSensorStatistics", {})
13
- .n("LookoutEquipmentClient", "ListSensorStatisticsCommand")
14
- .sc(ListSensorStatistics$)
15
- .build() {
3
+ export class ListSensorStatisticsCommand extends command(_ep0, _mw0, "ListSensorStatistics", ListSensorStatistics$) {
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 { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ListTagsForResource", {})
13
- .n("LookoutEquipmentClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
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 { PutResourcePolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutResourcePolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "PutResourcePolicy", {})
13
- .n("LookoutEquipmentClient", "PutResourcePolicyCommand")
14
- .sc(PutResourcePolicy$)
15
- .build() {
3
+ export class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
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 { StartDataIngestionJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartDataIngestionJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "StartDataIngestionJob", {})
13
- .n("LookoutEquipmentClient", "StartDataIngestionJobCommand")
14
- .sc(StartDataIngestionJob$)
15
- .build() {
3
+ export class StartDataIngestionJobCommand extends command(_ep0, _mw0, "StartDataIngestionJob", StartDataIngestionJob$) {
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 { StartInferenceScheduler$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartInferenceSchedulerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "StartInferenceScheduler", {})
13
- .n("LookoutEquipmentClient", "StartInferenceSchedulerCommand")
14
- .sc(StartInferenceScheduler$)
15
- .build() {
3
+ export class StartInferenceSchedulerCommand extends command(_ep0, _mw0, "StartInferenceScheduler", StartInferenceScheduler$) {
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 { StartRetrainingScheduler$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartRetrainingSchedulerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "StartRetrainingScheduler", {})
13
- .n("LookoutEquipmentClient", "StartRetrainingSchedulerCommand")
14
- .sc(StartRetrainingScheduler$)
15
- .build() {
3
+ export class StartRetrainingSchedulerCommand extends command(_ep0, _mw0, "StartRetrainingScheduler", StartRetrainingScheduler$) {
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 { StopInferenceScheduler$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopInferenceSchedulerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "StopInferenceScheduler", {})
13
- .n("LookoutEquipmentClient", "StopInferenceSchedulerCommand")
14
- .sc(StopInferenceScheduler$)
15
- .build() {
3
+ export class StopInferenceSchedulerCommand extends command(_ep0, _mw0, "StopInferenceScheduler", StopInferenceScheduler$) {
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 { StopRetrainingScheduler$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopRetrainingSchedulerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "StopRetrainingScheduler", {})
13
- .n("LookoutEquipmentClient", "StopRetrainingSchedulerCommand")
14
- .sc(StopRetrainingScheduler$)
15
- .build() {
3
+ export class StopRetrainingSchedulerCommand extends command(_ep0, _mw0, "StopRetrainingScheduler", StopRetrainingScheduler$) {
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 { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "TagResource", {})
13
- .n("LookoutEquipmentClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
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 { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "UntagResource", {})
13
- .n("LookoutEquipmentClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
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 { UpdateActiveModelVersion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateActiveModelVersionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "UpdateActiveModelVersion", {})
13
- .n("LookoutEquipmentClient", "UpdateActiveModelVersionCommand")
14
- .sc(UpdateActiveModelVersion$)
15
- .build() {
3
+ export class UpdateActiveModelVersionCommand extends command(_ep0, _mw0, "UpdateActiveModelVersion", UpdateActiveModelVersion$) {
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 { UpdateInferenceScheduler$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateInferenceSchedulerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "UpdateInferenceScheduler", {})
13
- .n("LookoutEquipmentClient", "UpdateInferenceSchedulerCommand")
14
- .sc(UpdateInferenceScheduler$)
15
- .build() {
3
+ export class UpdateInferenceSchedulerCommand extends command(_ep0, _mw0, "UpdateInferenceScheduler", UpdateInferenceScheduler$) {
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 { UpdateLabelGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateLabelGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "UpdateLabelGroup", {})
13
- .n("LookoutEquipmentClient", "UpdateLabelGroupCommand")
14
- .sc(UpdateLabelGroup$)
15
- .build() {
3
+ export class UpdateLabelGroupCommand extends command(_ep0, _mw0, "UpdateLabelGroup", UpdateLabelGroup$) {
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 { UpdateModel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateModelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "UpdateModel", {})
13
- .n("LookoutEquipmentClient", "UpdateModelCommand")
14
- .sc(UpdateModel$)
15
- .build() {
3
+ export class UpdateModelCommand extends command(_ep0, _mw0, "UpdateModel", UpdateModel$) {
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 { UpdateRetrainingScheduler$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateRetrainingSchedulerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "UpdateRetrainingScheduler", {})
13
- .n("LookoutEquipmentClient", "UpdateRetrainingSchedulerCommand")
14
- .sc(UpdateRetrainingScheduler$)
15
- .build() {
3
+ export class UpdateRetrainingSchedulerCommand extends command(_ep0, _mw0, "UpdateRetrainingScheduler", UpdateRetrainingScheduler$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./LookoutEquipmentClient";
2
2
  export * from "./LookoutEquipment";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./LookoutEquipmentClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDatasetCommandInput extends CreateDatasetRequest {
22
19
  export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDatasetCommand_base: {
25
- new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a container for a collection of data being ingested for analysis. The dataset
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { CreateInferenceSchedulerRequest, CreateInferenceSchedulerResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateInferenceSchedulerCommandInput extends CreateInferenceSch
22
19
  export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSchedulerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateInferenceSchedulerCommand_base: {
25
- new (input: CreateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a scheduled inference. Scheduling an inference is setting up a continuous
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { CreateLabelRequest, CreateLabelResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateLabelCommandInput extends CreateLabelRequest {
22
19
  export interface CreateLabelCommandOutput extends CreateLabelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLabelCommand_base: {
25
- new (input: CreateLabelCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelCommandInput, CreateLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLabelCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelCommandInput, CreateLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLabelCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelCommandInput, CreateLabelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLabelCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelCommandInput, CreateLabelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a label for an event. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { CreateLabelGroupRequest, CreateLabelGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateLabelGroupCommandInput extends CreateLabelGroupRequest {
22
19
  export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLabelGroupCommand_base: {
25
- new (input: CreateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a group of labels. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { CreateModelRequest, CreateModelResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateModelCommandInput extends CreateModelRequest {
22
19
  export interface CreateModelCommandOutput extends CreateModelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateModelCommand_base: {
25
- new (input: CreateModelCommandInput): import("@smithy/core/client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateModelCommandInput): import("@smithy/core/client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateModelCommandInput): import("@smithy/core/client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateModelCommandInput): import("@smithy/core/client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a machine learning model for data inference. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { CreateRetrainingSchedulerRequest, CreateRetrainingSchedulerResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateRetrainingSchedulerCommandInput extends CreateRetrainingS
22
19
  export interface CreateRetrainingSchedulerCommandOutput extends CreateRetrainingSchedulerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRetrainingSchedulerCommand_base: {
25
- new (input: CreateRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<CreateRetrainingSchedulerCommandInput, CreateRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a retraining scheduler on the specified model. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DeleteDatasetRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
22
19
  export interface DeleteDatasetCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDatasetCommand_base: {
25
- new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deletes a dataset and associated artifacts. The operation will check to see if any
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DeleteInferenceSchedulerRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteInferenceSchedulerCommandInput extends DeleteInferenceSch
22
19
  export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteInferenceSchedulerCommand_base: {
25
- new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an inference scheduler that has been set up. Prior inference results will not be