@aws-sdk/client-lookoutequipment 3.477.0 → 3.481.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 (245) hide show
  1. package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
  2. package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +18 -41
  3. package/dist-cjs/commands/CreateLabelCommand.js +18 -41
  4. package/dist-cjs/commands/CreateLabelGroupCommand.js +18 -41
  5. package/dist-cjs/commands/CreateModelCommand.js +18 -41
  6. package/dist-cjs/commands/CreateRetrainingSchedulerCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteDatasetCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteLabelCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteLabelGroupCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteModelCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteRetrainingSchedulerCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeDatasetCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeLabelCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeLabelGroupCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeModelCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeModelVersionCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeRetrainingSchedulerCommand.js +18 -41
  23. package/dist-cjs/commands/ImportDatasetCommand.js +18 -41
  24. package/dist-cjs/commands/ImportModelVersionCommand.js +18 -41
  25. package/dist-cjs/commands/ListDataIngestionJobsCommand.js +18 -41
  26. package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
  27. package/dist-cjs/commands/ListInferenceEventsCommand.js +18 -41
  28. package/dist-cjs/commands/ListInferenceExecutionsCommand.js +18 -41
  29. package/dist-cjs/commands/ListInferenceSchedulersCommand.js +18 -41
  30. package/dist-cjs/commands/ListLabelGroupsCommand.js +18 -41
  31. package/dist-cjs/commands/ListLabelsCommand.js +18 -41
  32. package/dist-cjs/commands/ListModelVersionsCommand.js +18 -41
  33. package/dist-cjs/commands/ListModelsCommand.js +18 -41
  34. package/dist-cjs/commands/ListRetrainingSchedulersCommand.js +18 -41
  35. package/dist-cjs/commands/ListSensorStatisticsCommand.js +18 -41
  36. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  37. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  38. package/dist-cjs/commands/StartDataIngestionJobCommand.js +18 -41
  39. package/dist-cjs/commands/StartInferenceSchedulerCommand.js +18 -41
  40. package/dist-cjs/commands/StartRetrainingSchedulerCommand.js +18 -41
  41. package/dist-cjs/commands/StopInferenceSchedulerCommand.js +18 -41
  42. package/dist-cjs/commands/StopRetrainingSchedulerCommand.js +18 -41
  43. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  44. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  45. package/dist-cjs/commands/UpdateActiveModelVersionCommand.js +18 -41
  46. package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +18 -41
  47. package/dist-cjs/commands/UpdateLabelGroupCommand.js +18 -41
  48. package/dist-cjs/commands/UpdateModelCommand.js +18 -41
  49. package/dist-cjs/commands/UpdateRetrainingSchedulerCommand.js +18 -41
  50. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  51. package/dist-cjs/pagination/ListDataIngestionJobsPaginator.js +2 -24
  52. package/dist-cjs/pagination/ListDatasetsPaginator.js +2 -24
  53. package/dist-cjs/pagination/ListInferenceEventsPaginator.js +2 -24
  54. package/dist-cjs/pagination/ListInferenceExecutionsPaginator.js +2 -24
  55. package/dist-cjs/pagination/ListInferenceSchedulersPaginator.js +2 -24
  56. package/dist-cjs/pagination/ListLabelGroupsPaginator.js +2 -24
  57. package/dist-cjs/pagination/ListLabelsPaginator.js +2 -24
  58. package/dist-cjs/pagination/ListModelVersionsPaginator.js +2 -24
  59. package/dist-cjs/pagination/ListModelsPaginator.js +2 -24
  60. package/dist-cjs/pagination/ListRetrainingSchedulersPaginator.js +2 -24
  61. package/dist-cjs/pagination/ListSensorStatisticsPaginator.js +2 -24
  62. package/dist-es/commands/CreateDatasetCommand.js +18 -41
  63. package/dist-es/commands/CreateInferenceSchedulerCommand.js +18 -41
  64. package/dist-es/commands/CreateLabelCommand.js +18 -41
  65. package/dist-es/commands/CreateLabelGroupCommand.js +18 -41
  66. package/dist-es/commands/CreateModelCommand.js +18 -41
  67. package/dist-es/commands/CreateRetrainingSchedulerCommand.js +18 -41
  68. package/dist-es/commands/DeleteDatasetCommand.js +18 -41
  69. package/dist-es/commands/DeleteInferenceSchedulerCommand.js +18 -41
  70. package/dist-es/commands/DeleteLabelCommand.js +18 -41
  71. package/dist-es/commands/DeleteLabelGroupCommand.js +18 -41
  72. package/dist-es/commands/DeleteModelCommand.js +18 -41
  73. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  74. package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +18 -41
  75. package/dist-es/commands/DescribeDataIngestionJobCommand.js +18 -41
  76. package/dist-es/commands/DescribeDatasetCommand.js +18 -41
  77. package/dist-es/commands/DescribeInferenceSchedulerCommand.js +18 -41
  78. package/dist-es/commands/DescribeLabelCommand.js +18 -41
  79. package/dist-es/commands/DescribeLabelGroupCommand.js +18 -41
  80. package/dist-es/commands/DescribeModelCommand.js +18 -41
  81. package/dist-es/commands/DescribeModelVersionCommand.js +18 -41
  82. package/dist-es/commands/DescribeResourcePolicyCommand.js +18 -41
  83. package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +18 -41
  84. package/dist-es/commands/ImportDatasetCommand.js +18 -41
  85. package/dist-es/commands/ImportModelVersionCommand.js +18 -41
  86. package/dist-es/commands/ListDataIngestionJobsCommand.js +18 -41
  87. package/dist-es/commands/ListDatasetsCommand.js +18 -41
  88. package/dist-es/commands/ListInferenceEventsCommand.js +18 -41
  89. package/dist-es/commands/ListInferenceExecutionsCommand.js +18 -41
  90. package/dist-es/commands/ListInferenceSchedulersCommand.js +18 -41
  91. package/dist-es/commands/ListLabelGroupsCommand.js +18 -41
  92. package/dist-es/commands/ListLabelsCommand.js +18 -41
  93. package/dist-es/commands/ListModelVersionsCommand.js +18 -41
  94. package/dist-es/commands/ListModelsCommand.js +18 -41
  95. package/dist-es/commands/ListRetrainingSchedulersCommand.js +18 -41
  96. package/dist-es/commands/ListSensorStatisticsCommand.js +18 -41
  97. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  98. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  99. package/dist-es/commands/StartDataIngestionJobCommand.js +18 -41
  100. package/dist-es/commands/StartInferenceSchedulerCommand.js +18 -41
  101. package/dist-es/commands/StartRetrainingSchedulerCommand.js +18 -41
  102. package/dist-es/commands/StopInferenceSchedulerCommand.js +18 -41
  103. package/dist-es/commands/StopRetrainingSchedulerCommand.js +18 -41
  104. package/dist-es/commands/TagResourceCommand.js +18 -41
  105. package/dist-es/commands/UntagResourceCommand.js +18 -41
  106. package/dist-es/commands/UpdateActiveModelVersionCommand.js +18 -41
  107. package/dist-es/commands/UpdateInferenceSchedulerCommand.js +18 -41
  108. package/dist-es/commands/UpdateLabelGroupCommand.js +18 -41
  109. package/dist-es/commands/UpdateModelCommand.js +18 -41
  110. package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +18 -41
  111. package/dist-es/endpoint/EndpointParameters.js +6 -0
  112. package/dist-es/pagination/ListDataIngestionJobsPaginator.js +2 -23
  113. package/dist-es/pagination/ListDatasetsPaginator.js +2 -23
  114. package/dist-es/pagination/ListInferenceEventsPaginator.js +2 -23
  115. package/dist-es/pagination/ListInferenceExecutionsPaginator.js +2 -23
  116. package/dist-es/pagination/ListInferenceSchedulersPaginator.js +2 -23
  117. package/dist-es/pagination/ListLabelGroupsPaginator.js +2 -23
  118. package/dist-es/pagination/ListLabelsPaginator.js +2 -23
  119. package/dist-es/pagination/ListModelVersionsPaginator.js +2 -23
  120. package/dist-es/pagination/ListModelsPaginator.js +2 -23
  121. package/dist-es/pagination/ListRetrainingSchedulersPaginator.js +2 -23
  122. package/dist-es/pagination/ListSensorStatisticsPaginator.js +2 -23
  123. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
  124. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +6 -21
  125. package/dist-types/commands/CreateLabelCommand.d.ts +6 -21
  126. package/dist-types/commands/CreateLabelGroupCommand.d.ts +6 -21
  127. package/dist-types/commands/CreateModelCommand.d.ts +6 -21
  128. package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +6 -21
  129. package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -21
  130. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +6 -21
  131. package/dist-types/commands/DeleteLabelCommand.d.ts +6 -21
  132. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +6 -21
  133. package/dist-types/commands/DeleteModelCommand.d.ts +6 -21
  134. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  135. package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +6 -21
  136. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +6 -21
  137. package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -21
  138. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +6 -21
  139. package/dist-types/commands/DescribeLabelCommand.d.ts +6 -21
  140. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +6 -21
  141. package/dist-types/commands/DescribeModelCommand.d.ts +6 -21
  142. package/dist-types/commands/DescribeModelVersionCommand.d.ts +6 -21
  143. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -21
  144. package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +6 -21
  145. package/dist-types/commands/ImportDatasetCommand.d.ts +6 -21
  146. package/dist-types/commands/ImportModelVersionCommand.d.ts +6 -21
  147. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +6 -21
  148. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
  149. package/dist-types/commands/ListInferenceEventsCommand.d.ts +6 -21
  150. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +6 -21
  151. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +6 -21
  152. package/dist-types/commands/ListLabelGroupsCommand.d.ts +6 -21
  153. package/dist-types/commands/ListLabelsCommand.d.ts +6 -21
  154. package/dist-types/commands/ListModelVersionsCommand.d.ts +6 -21
  155. package/dist-types/commands/ListModelsCommand.d.ts +6 -21
  156. package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +6 -21
  157. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +6 -21
  158. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  159. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  160. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +6 -21
  161. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +6 -21
  162. package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +6 -21
  163. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +6 -21
  164. package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +6 -21
  165. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  166. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  167. package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +6 -21
  168. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +6 -21
  169. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +6 -21
  170. package/dist-types/commands/UpdateModelCommand.d.ts +6 -21
  171. package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +6 -21
  172. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  173. package/dist-types/pagination/ListDataIngestionJobsPaginator.d.ts +1 -1
  174. package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
  175. package/dist-types/pagination/ListInferenceEventsPaginator.d.ts +1 -1
  176. package/dist-types/pagination/ListInferenceExecutionsPaginator.d.ts +1 -1
  177. package/dist-types/pagination/ListInferenceSchedulersPaginator.d.ts +1 -1
  178. package/dist-types/pagination/ListLabelGroupsPaginator.d.ts +1 -1
  179. package/dist-types/pagination/ListLabelsPaginator.d.ts +1 -1
  180. package/dist-types/pagination/ListModelVersionsPaginator.d.ts +1 -1
  181. package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
  182. package/dist-types/pagination/ListRetrainingSchedulersPaginator.d.ts +1 -1
  183. package/dist-types/pagination/ListSensorStatisticsPaginator.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +12 -24
  198. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +12 -24
  200. package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +12 -24
  204. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -24
  205. package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +12 -24
  219. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +12 -24
  223. package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +12 -24
  229. package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +14 -23
  231. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  234. package/dist-types/ts3.4/pagination/ListDataIngestionJobsPaginator.d.ts +3 -3
  235. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +3 -3
  236. package/dist-types/ts3.4/pagination/ListInferenceEventsPaginator.d.ts +3 -3
  237. package/dist-types/ts3.4/pagination/ListInferenceExecutionsPaginator.d.ts +3 -3
  238. package/dist-types/ts3.4/pagination/ListInferenceSchedulersPaginator.d.ts +3 -3
  239. package/dist-types/ts3.4/pagination/ListLabelGroupsPaginator.d.ts +3 -3
  240. package/dist-types/ts3.4/pagination/ListLabelsPaginator.d.ts +3 -3
  241. package/dist-types/ts3.4/pagination/ListModelVersionsPaginator.d.ts +3 -3
  242. package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +3 -3
  243. package/dist-types/ts3.4/pagination/ListRetrainingSchedulersPaginator.d.ts +3 -3
  244. package/dist-types/ts3.4/pagination/ListSensorStatisticsPaginator.d.ts +3 -3
  245. package/package.json +11 -10
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateDatasetCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateDatasetCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LookoutEquipmentClient";
29
- const commandName = "CreateDatasetCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSLookoutEquipmentFrontendService",
38
- operation: "CreateDataset",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_CreateDatasetCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_CreateDatasetCommand)(output, context);
49
- }
10
+ class CreateDatasetCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSLookoutEquipmentFrontendService", "CreateDataset", {})
22
+ .n("LookoutEquipmentClient", "CreateDatasetCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_CreateDatasetCommand)
25
+ .de(Aws_json1_0_1.de_CreateDatasetCommand)
26
+ .build() {
50
27
  }
51
28
  exports.CreateDatasetCommand = CreateDatasetCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateInferenceSchedulerCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateInferenceSchedulerCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LookoutEquipmentClient";
29
- const commandName = "CreateInferenceSchedulerCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSLookoutEquipmentFrontendService",
38
- operation: "CreateInferenceScheduler",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_CreateInferenceSchedulerCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_CreateInferenceSchedulerCommand)(output, context);
49
- }
10
+ class CreateInferenceSchedulerCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSLookoutEquipmentFrontendService", "CreateInferenceScheduler", {})
22
+ .n("LookoutEquipmentClient", "CreateInferenceSchedulerCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_CreateInferenceSchedulerCommand)
25
+ .de(Aws_json1_0_1.de_CreateInferenceSchedulerCommand)
26
+ .build() {
50
27
  }
51
28
  exports.CreateInferenceSchedulerCommand = CreateInferenceSchedulerCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateLabelCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateLabelCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LookoutEquipmentClient";
29
- const commandName = "CreateLabelCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSLookoutEquipmentFrontendService",
38
- operation: "CreateLabel",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_CreateLabelCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_CreateLabelCommand)(output, context);
49
- }
10
+ class CreateLabelCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSLookoutEquipmentFrontendService", "CreateLabel", {})
22
+ .n("LookoutEquipmentClient", "CreateLabelCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_CreateLabelCommand)
25
+ .de(Aws_json1_0_1.de_CreateLabelCommand)
26
+ .build() {
50
27
  }
51
28
  exports.CreateLabelCommand = CreateLabelCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateLabelGroupCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateLabelGroupCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LookoutEquipmentClient";
29
- const commandName = "CreateLabelGroupCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSLookoutEquipmentFrontendService",
38
- operation: "CreateLabelGroup",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_CreateLabelGroupCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_CreateLabelGroupCommand)(output, context);
49
- }
10
+ class CreateLabelGroupCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSLookoutEquipmentFrontendService", "CreateLabelGroup", {})
22
+ .n("LookoutEquipmentClient", "CreateLabelGroupCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_CreateLabelGroupCommand)
25
+ .de(Aws_json1_0_1.de_CreateLabelGroupCommand)
26
+ .build() {
50
27
  }
51
28
  exports.CreateLabelGroupCommand = CreateLabelGroupCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateModelCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateModelCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LookoutEquipmentClient";
29
- const commandName = "CreateModelCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSLookoutEquipmentFrontendService",
38
- operation: "CreateModel",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_CreateModelCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_CreateModelCommand)(output, context);
49
- }
10
+ class CreateModelCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSLookoutEquipmentFrontendService", "CreateModel", {})
22
+ .n("LookoutEquipmentClient", "CreateModelCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_CreateModelCommand)
25
+ .de(Aws_json1_0_1.de_CreateModelCommand)
26
+ .build() {
50
27
  }
51
28
  exports.CreateModelCommand = CreateModelCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateRetrainingSchedulerCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateRetrainingSchedulerCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LookoutEquipmentClient";
29
- const commandName = "CreateRetrainingSchedulerCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSLookoutEquipmentFrontendService",
38
- operation: "CreateRetrainingScheduler",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_CreateRetrainingSchedulerCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_CreateRetrainingSchedulerCommand)(output, context);
49
- }
10
+ class CreateRetrainingSchedulerCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSLookoutEquipmentFrontendService", "CreateRetrainingScheduler", {})
22
+ .n("LookoutEquipmentClient", "CreateRetrainingSchedulerCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_CreateRetrainingSchedulerCommand)
25
+ .de(Aws_json1_0_1.de_CreateRetrainingSchedulerCommand)
26
+ .build() {
50
27
  }
51
28
  exports.CreateRetrainingSchedulerCommand = CreateRetrainingSchedulerCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteDatasetCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteDatasetCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LookoutEquipmentClient";
29
- const commandName = "DeleteDatasetCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSLookoutEquipmentFrontendService",
38
- operation: "DeleteDataset",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_DeleteDatasetCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_DeleteDatasetCommand)(output, context);
49
- }
10
+ class DeleteDatasetCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSLookoutEquipmentFrontendService", "DeleteDataset", {})
22
+ .n("LookoutEquipmentClient", "DeleteDatasetCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_DeleteDatasetCommand)
25
+ .de(Aws_json1_0_1.de_DeleteDatasetCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DeleteDatasetCommand = DeleteDatasetCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteInferenceSchedulerCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteInferenceSchedulerCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LookoutEquipmentClient";
29
- const commandName = "DeleteInferenceSchedulerCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSLookoutEquipmentFrontendService",
38
- operation: "DeleteInferenceScheduler",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_DeleteInferenceSchedulerCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_DeleteInferenceSchedulerCommand)(output, context);
49
- }
10
+ class DeleteInferenceSchedulerCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSLookoutEquipmentFrontendService", "DeleteInferenceScheduler", {})
22
+ .n("LookoutEquipmentClient", "DeleteInferenceSchedulerCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_DeleteInferenceSchedulerCommand)
25
+ .de(Aws_json1_0_1.de_DeleteInferenceSchedulerCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DeleteInferenceSchedulerCommand = DeleteInferenceSchedulerCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteLabelCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteLabelCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "LookoutEquipmentClient";
29
- const commandName = "DeleteLabelCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSLookoutEquipmentFrontendService",
38
- operation: "DeleteLabel",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_DeleteLabelCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_DeleteLabelCommand)(output, context);
49
- }
10
+ class DeleteLabelCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSLookoutEquipmentFrontendService", "DeleteLabel", {})
22
+ .n("LookoutEquipmentClient", "DeleteLabelCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_DeleteLabelCommand)
25
+ .de(Aws_json1_0_1.de_DeleteLabelCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DeleteLabelCommand = DeleteLabelCommand;