@aws-sdk/client-lookoutequipment 3.1076.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 (167) hide show
  1. package/dist-cjs/index.js +60 -495
  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-es/runtimeConfig.browser.js +0 -2
  54. package/dist-es/runtimeConfig.js +1 -2
  55. package/dist-es/runtimeConfig.native.js +0 -2
  56. package/dist-es/runtimeConfig.shared.js +2 -0
  57. package/dist-types/commandBuilder.d.ts +18 -0
  58. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateLabelCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateLabelGroupCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateModelCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteLabelCommand.d.ts +3 -8
  67. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteModelCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +3 -8
  74. package/dist-types/commands/DescribeLabelCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeModelCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeModelVersionCommand.d.ts +3 -8
  78. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +3 -8
  80. package/dist-types/commands/ImportDatasetCommand.d.ts +3 -8
  81. package/dist-types/commands/ImportModelVersionCommand.d.ts +3 -8
  82. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +3 -8
  83. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListInferenceEventsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +3 -8
  87. package/dist-types/commands/ListLabelGroupsCommand.d.ts +3 -8
  88. package/dist-types/commands/ListLabelsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListModelVersionsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListModelsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +3 -8
  92. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  94. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  95. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +3 -8
  96. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +3 -8
  97. package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +3 -8
  98. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +3 -8
  99. package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +3 -8
  100. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  101. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +3 -8
  105. package/dist-types/commands/UpdateModelCommand.d.ts +3 -8
  106. package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +3 -8
  107. package/dist-types/index.d.ts +1 -0
  108. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  109. package/dist-types/runtimeConfig.d.ts +1 -1
  110. package/dist-types/runtimeConfig.native.d.ts +1 -1
  111. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  112. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  113. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/index.d.ts +1 -0
  163. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  164. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  165. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  166. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  167. package/package.json +8 -10
@@ -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) => [];
@@ -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("AWSLookoutEquipmentFrontendService", "CreateDataset", {})
13
- .n("LookoutEquipmentClient", "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 { CreateInferenceScheduler$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateInferenceSchedulerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "CreateInferenceScheduler", {})
13
- .n("LookoutEquipmentClient", "CreateInferenceSchedulerCommand")
14
- .sc(CreateInferenceScheduler$)
15
- .build() {
3
+ export class CreateInferenceSchedulerCommand extends command(_ep0, _mw0, "CreateInferenceScheduler", CreateInferenceScheduler$) {
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 { CreateLabel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLabelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "CreateLabel", {})
13
- .n("LookoutEquipmentClient", "CreateLabelCommand")
14
- .sc(CreateLabel$)
15
- .build() {
3
+ export class CreateLabelCommand extends command(_ep0, _mw0, "CreateLabel", CreateLabel$) {
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 { CreateLabelGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateLabelGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "CreateLabelGroup", {})
13
- .n("LookoutEquipmentClient", "CreateLabelGroupCommand")
14
- .sc(CreateLabelGroup$)
15
- .build() {
3
+ export class CreateLabelGroupCommand extends command(_ep0, _mw0, "CreateLabelGroup", CreateLabelGroup$) {
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 { CreateModel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateModelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "CreateModel", {})
13
- .n("LookoutEquipmentClient", "CreateModelCommand")
14
- .sc(CreateModel$)
15
- .build() {
3
+ export class CreateModelCommand extends command(_ep0, _mw0, "CreateModel", CreateModel$) {
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 { CreateRetrainingScheduler$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateRetrainingSchedulerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "CreateRetrainingScheduler", {})
13
- .n("LookoutEquipmentClient", "CreateRetrainingSchedulerCommand")
14
- .sc(CreateRetrainingScheduler$)
15
- .build() {
3
+ export class CreateRetrainingSchedulerCommand extends command(_ep0, _mw0, "CreateRetrainingScheduler", CreateRetrainingScheduler$) {
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 { DeleteDataset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDatasetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DeleteDataset", {})
13
- .n("LookoutEquipmentClient", "DeleteDatasetCommand")
14
- .sc(DeleteDataset$)
15
- .build() {
3
+ export class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
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 { DeleteInferenceScheduler$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteInferenceSchedulerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DeleteInferenceScheduler", {})
13
- .n("LookoutEquipmentClient", "DeleteInferenceSchedulerCommand")
14
- .sc(DeleteInferenceScheduler$)
15
- .build() {
3
+ export class DeleteInferenceSchedulerCommand extends command(_ep0, _mw0, "DeleteInferenceScheduler", DeleteInferenceScheduler$) {
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 { DeleteLabel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteLabelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DeleteLabel", {})
13
- .n("LookoutEquipmentClient", "DeleteLabelCommand")
14
- .sc(DeleteLabel$)
15
- .build() {
3
+ export class DeleteLabelCommand extends command(_ep0, _mw0, "DeleteLabel", DeleteLabel$) {
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 { DeleteLabelGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteLabelGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DeleteLabelGroup", {})
13
- .n("LookoutEquipmentClient", "DeleteLabelGroupCommand")
14
- .sc(DeleteLabelGroup$)
15
- .build() {
3
+ export class DeleteLabelGroupCommand extends command(_ep0, _mw0, "DeleteLabelGroup", DeleteLabelGroup$) {
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 { DeleteModel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteModelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DeleteModel", {})
13
- .n("LookoutEquipmentClient", "DeleteModelCommand")
14
- .sc(DeleteModel$)
15
- .build() {
3
+ export class DeleteModelCommand extends command(_ep0, _mw0, "DeleteModel", DeleteModel$) {
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 { DeleteResourcePolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteResourcePolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DeleteResourcePolicy", {})
13
- .n("LookoutEquipmentClient", "DeleteResourcePolicyCommand")
14
- .sc(DeleteResourcePolicy$)
15
- .build() {
3
+ export class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
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 { DeleteRetrainingScheduler$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteRetrainingSchedulerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DeleteRetrainingScheduler", {})
13
- .n("LookoutEquipmentClient", "DeleteRetrainingSchedulerCommand")
14
- .sc(DeleteRetrainingScheduler$)
15
- .build() {
3
+ export class DeleteRetrainingSchedulerCommand extends command(_ep0, _mw0, "DeleteRetrainingScheduler", DeleteRetrainingScheduler$) {
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 { DescribeDataIngestionJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDataIngestionJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DescribeDataIngestionJob", {})
13
- .n("LookoutEquipmentClient", "DescribeDataIngestionJobCommand")
14
- .sc(DescribeDataIngestionJob$)
15
- .build() {
3
+ export class DescribeDataIngestionJobCommand extends command(_ep0, _mw0, "DescribeDataIngestionJob", DescribeDataIngestionJob$) {
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 { DescribeDataset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDatasetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DescribeDataset", {})
13
- .n("LookoutEquipmentClient", "DescribeDatasetCommand")
14
- .sc(DescribeDataset$)
15
- .build() {
3
+ export class DescribeDatasetCommand extends command(_ep0, _mw0, "DescribeDataset", DescribeDataset$) {
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 { DescribeInferenceScheduler$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeInferenceSchedulerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DescribeInferenceScheduler", {})
13
- .n("LookoutEquipmentClient", "DescribeInferenceSchedulerCommand")
14
- .sc(DescribeInferenceScheduler$)
15
- .build() {
3
+ export class DescribeInferenceSchedulerCommand extends command(_ep0, _mw0, "DescribeInferenceScheduler", DescribeInferenceScheduler$) {
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 { DescribeLabel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLabelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DescribeLabel", {})
13
- .n("LookoutEquipmentClient", "DescribeLabelCommand")
14
- .sc(DescribeLabel$)
15
- .build() {
3
+ export class DescribeLabelCommand extends command(_ep0, _mw0, "DescribeLabel", DescribeLabel$) {
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 { DescribeLabelGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeLabelGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DescribeLabelGroup", {})
13
- .n("LookoutEquipmentClient", "DescribeLabelGroupCommand")
14
- .sc(DescribeLabelGroup$)
15
- .build() {
3
+ export class DescribeLabelGroupCommand extends command(_ep0, _mw0, "DescribeLabelGroup", DescribeLabelGroup$) {
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 { DescribeModel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeModelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DescribeModel", {})
13
- .n("LookoutEquipmentClient", "DescribeModelCommand")
14
- .sc(DescribeModel$)
15
- .build() {
3
+ export class DescribeModelCommand extends command(_ep0, _mw0, "DescribeModel", DescribeModel$) {
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 { DescribeModelVersion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeModelVersionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DescribeModelVersion", {})
13
- .n("LookoutEquipmentClient", "DescribeModelVersionCommand")
14
- .sc(DescribeModelVersion$)
15
- .build() {
3
+ export class DescribeModelVersionCommand extends command(_ep0, _mw0, "DescribeModelVersion", DescribeModelVersion$) {
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 { DescribeResourcePolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeResourcePolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DescribeResourcePolicy", {})
13
- .n("LookoutEquipmentClient", "DescribeResourcePolicyCommand")
14
- .sc(DescribeResourcePolicy$)
15
- .build() {
3
+ export class DescribeResourcePolicyCommand extends command(_ep0, _mw0, "DescribeResourcePolicy", DescribeResourcePolicy$) {
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 { DescribeRetrainingScheduler$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeRetrainingSchedulerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "DescribeRetrainingScheduler", {})
13
- .n("LookoutEquipmentClient", "DescribeRetrainingSchedulerCommand")
14
- .sc(DescribeRetrainingScheduler$)
15
- .build() {
3
+ export class DescribeRetrainingSchedulerCommand extends command(_ep0, _mw0, "DescribeRetrainingScheduler", DescribeRetrainingScheduler$) {
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 { ImportDataset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ImportDatasetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ImportDataset", {})
13
- .n("LookoutEquipmentClient", "ImportDatasetCommand")
14
- .sc(ImportDataset$)
15
- .build() {
3
+ export class ImportDatasetCommand extends command(_ep0, _mw0, "ImportDataset", ImportDataset$) {
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 { ImportModelVersion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ImportModelVersionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ImportModelVersion", {})
13
- .n("LookoutEquipmentClient", "ImportModelVersionCommand")
14
- .sc(ImportModelVersion$)
15
- .build() {
3
+ export class ImportModelVersionCommand extends command(_ep0, _mw0, "ImportModelVersion", ImportModelVersion$) {
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 { ListDataIngestionJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDataIngestionJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ListDataIngestionJobs", {})
13
- .n("LookoutEquipmentClient", "ListDataIngestionJobsCommand")
14
- .sc(ListDataIngestionJobs$)
15
- .build() {
3
+ export class ListDataIngestionJobsCommand extends command(_ep0, _mw0, "ListDataIngestionJobs", ListDataIngestionJobs$) {
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 { ListDatasets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDatasetsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ListDatasets", {})
13
- .n("LookoutEquipmentClient", "ListDatasetsCommand")
14
- .sc(ListDatasets$)
15
- .build() {
3
+ export class ListDatasetsCommand extends command(_ep0, _mw0, "ListDatasets", ListDatasets$) {
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 { ListInferenceEvents$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListInferenceEventsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ListInferenceEvents", {})
13
- .n("LookoutEquipmentClient", "ListInferenceEventsCommand")
14
- .sc(ListInferenceEvents$)
15
- .build() {
3
+ export class ListInferenceEventsCommand extends command(_ep0, _mw0, "ListInferenceEvents", ListInferenceEvents$) {
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 { ListInferenceExecutions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListInferenceExecutionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ListInferenceExecutions", {})
13
- .n("LookoutEquipmentClient", "ListInferenceExecutionsCommand")
14
- .sc(ListInferenceExecutions$)
15
- .build() {
3
+ export class ListInferenceExecutionsCommand extends command(_ep0, _mw0, "ListInferenceExecutions", ListInferenceExecutions$) {
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 { ListInferenceSchedulers$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListInferenceSchedulersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ListInferenceSchedulers", {})
13
- .n("LookoutEquipmentClient", "ListInferenceSchedulersCommand")
14
- .sc(ListInferenceSchedulers$)
15
- .build() {
3
+ export class ListInferenceSchedulersCommand extends command(_ep0, _mw0, "ListInferenceSchedulers", ListInferenceSchedulers$) {
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 { ListLabelGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListLabelGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ListLabelGroups", {})
13
- .n("LookoutEquipmentClient", "ListLabelGroupsCommand")
14
- .sc(ListLabelGroups$)
15
- .build() {
3
+ export class ListLabelGroupsCommand extends command(_ep0, _mw0, "ListLabelGroups", ListLabelGroups$) {
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 { ListLabels$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListLabelsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSLookoutEquipmentFrontendService", "ListLabels", {})
13
- .n("LookoutEquipmentClient", "ListLabelsCommand")
14
- .sc(ListLabels$)
15
- .build() {
3
+ export class ListLabelsCommand extends command(_ep0, _mw0, "ListLabels", ListLabels$) {
16
4
  }