@aws-sdk/client-lookoutequipment 3.927.0 → 3.929.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 (70) hide show
  1. package/dist-cjs/index.js +1679 -1993
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/LookoutEquipmentClient.js +2 -0
  4. package/dist-es/commands/CreateDatasetCommand.js +3 -9
  5. package/dist-es/commands/CreateInferenceSchedulerCommand.js +3 -9
  6. package/dist-es/commands/CreateLabelCommand.js +3 -9
  7. package/dist-es/commands/CreateLabelGroupCommand.js +3 -9
  8. package/dist-es/commands/CreateModelCommand.js +3 -9
  9. package/dist-es/commands/CreateRetrainingSchedulerCommand.js +3 -9
  10. package/dist-es/commands/DeleteDatasetCommand.js +3 -9
  11. package/dist-es/commands/DeleteInferenceSchedulerCommand.js +3 -9
  12. package/dist-es/commands/DeleteLabelCommand.js +3 -9
  13. package/dist-es/commands/DeleteLabelGroupCommand.js +3 -9
  14. package/dist-es/commands/DeleteModelCommand.js +3 -9
  15. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  16. package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +3 -9
  17. package/dist-es/commands/DescribeDataIngestionJobCommand.js +3 -9
  18. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  19. package/dist-es/commands/DescribeInferenceSchedulerCommand.js +3 -9
  20. package/dist-es/commands/DescribeLabelCommand.js +3 -9
  21. package/dist-es/commands/DescribeLabelGroupCommand.js +3 -9
  22. package/dist-es/commands/DescribeModelCommand.js +3 -9
  23. package/dist-es/commands/DescribeModelVersionCommand.js +3 -9
  24. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
  25. package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +3 -9
  26. package/dist-es/commands/ImportDatasetCommand.js +3 -9
  27. package/dist-es/commands/ImportModelVersionCommand.js +3 -9
  28. package/dist-es/commands/ListDataIngestionJobsCommand.js +3 -9
  29. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  30. package/dist-es/commands/ListInferenceEventsCommand.js +3 -9
  31. package/dist-es/commands/ListInferenceExecutionsCommand.js +3 -9
  32. package/dist-es/commands/ListInferenceSchedulersCommand.js +3 -9
  33. package/dist-es/commands/ListLabelGroupsCommand.js +3 -9
  34. package/dist-es/commands/ListLabelsCommand.js +3 -9
  35. package/dist-es/commands/ListModelVersionsCommand.js +3 -9
  36. package/dist-es/commands/ListModelsCommand.js +3 -9
  37. package/dist-es/commands/ListRetrainingSchedulersCommand.js +3 -9
  38. package/dist-es/commands/ListSensorStatisticsCommand.js +3 -9
  39. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  40. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  41. package/dist-es/commands/StartDataIngestionJobCommand.js +3 -9
  42. package/dist-es/commands/StartInferenceSchedulerCommand.js +3 -9
  43. package/dist-es/commands/StartRetrainingSchedulerCommand.js +3 -9
  44. package/dist-es/commands/StopInferenceSchedulerCommand.js +3 -9
  45. package/dist-es/commands/StopRetrainingSchedulerCommand.js +3 -9
  46. package/dist-es/commands/TagResourceCommand.js +3 -9
  47. package/dist-es/commands/UntagResourceCommand.js +3 -9
  48. package/dist-es/commands/UpdateActiveModelVersionCommand.js +3 -9
  49. package/dist-es/commands/UpdateInferenceSchedulerCommand.js +3 -9
  50. package/dist-es/commands/UpdateLabelGroupCommand.js +3 -9
  51. package/dist-es/commands/UpdateModelCommand.js +3 -9
  52. package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +3 -9
  53. package/dist-es/runtimeConfig.shared.js +7 -0
  54. package/dist-es/schemas/schemas_0.js +1560 -0
  55. package/dist-types/LookoutEquipmentClient.d.ts +10 -1
  56. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  57. package/dist-types/runtimeConfig.d.ts +1 -0
  58. package/dist-types/runtimeConfig.native.d.ts +1 -0
  59. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  60. package/dist-types/schemas/schemas_0.d.ts +203 -0
  61. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +209 -0
  67. package/package.json +5 -6
  68. package/dist-es/protocols/Aws_json1_0.js +0 -1633
  69. package/dist-types/protocols/Aws_json1_0.d.ts +0 -443
  70. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -593
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ImportDatasetCommand, se_ImportDatasetCommand } from "../protocols/Aws_json1_0";
4
+ import { ImportDataset } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ImportDatasetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ImportDataset", {})
17
13
  .n("LookoutEquipmentClient", "ImportDatasetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ImportDatasetCommand)
20
- .de(de_ImportDatasetCommand)
14
+ .sc(ImportDataset)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ImportModelVersionCommand, se_ImportModelVersionCommand } from "../protocols/Aws_json1_0";
4
+ import { ImportModelVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ImportModelVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ImportModelVersion", {})
17
13
  .n("LookoutEquipmentClient", "ImportModelVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ImportModelVersionCommand)
20
- .de(de_ImportModelVersionCommand)
14
+ .sc(ImportModelVersion)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDataIngestionJobsCommand, se_ListDataIngestionJobsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListDataIngestionJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDataIngestionJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ListDataIngestionJobs", {})
17
13
  .n("LookoutEquipmentClient", "ListDataIngestionJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDataIngestionJobsCommand)
20
- .de(de_ListDataIngestionJobsCommand)
14
+ .sc(ListDataIngestionJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListDatasets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDatasetsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ListDatasets", {})
17
13
  .n("LookoutEquipmentClient", "ListDatasetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDatasetsCommand)
20
- .de(de_ListDatasetsCommand)
14
+ .sc(ListDatasets)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListInferenceEventsCommand, se_ListInferenceEventsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListInferenceEvents } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListInferenceEventsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ListInferenceEvents", {})
17
13
  .n("LookoutEquipmentClient", "ListInferenceEventsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListInferenceEventsCommand)
20
- .de(de_ListInferenceEventsCommand)
14
+ .sc(ListInferenceEvents)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListInferenceExecutionsCommand, se_ListInferenceExecutionsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListInferenceExecutions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListInferenceExecutionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ListInferenceExecutions", {})
17
13
  .n("LookoutEquipmentClient", "ListInferenceExecutionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListInferenceExecutionsCommand)
20
- .de(de_ListInferenceExecutionsCommand)
14
+ .sc(ListInferenceExecutions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListInferenceSchedulersCommand, se_ListInferenceSchedulersCommand } from "../protocols/Aws_json1_0";
4
+ import { ListInferenceSchedulers } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListInferenceSchedulersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ListInferenceSchedulers", {})
17
13
  .n("LookoutEquipmentClient", "ListInferenceSchedulersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListInferenceSchedulersCommand)
20
- .de(de_ListInferenceSchedulersCommand)
14
+ .sc(ListInferenceSchedulers)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLabelGroupsCommand, se_ListLabelGroupsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListLabelGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLabelGroupsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ListLabelGroups", {})
17
13
  .n("LookoutEquipmentClient", "ListLabelGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLabelGroupsCommand)
20
- .de(de_ListLabelGroupsCommand)
14
+ .sc(ListLabelGroups)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLabelsCommand, se_ListLabelsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListLabels } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLabelsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ListLabels", {})
17
13
  .n("LookoutEquipmentClient", "ListLabelsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLabelsCommand)
20
- .de(de_ListLabelsCommand)
14
+ .sc(ListLabels)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListModelVersionsCommand, se_ListModelVersionsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListModelVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListModelVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ListModelVersions", {})
17
13
  .n("LookoutEquipmentClient", "ListModelVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListModelVersionsCommand)
20
- .de(de_ListModelVersionsCommand)
14
+ .sc(ListModelVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListModelsCommand, se_ListModelsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListModels } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListModelsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ListModels", {})
17
13
  .n("LookoutEquipmentClient", "ListModelsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListModelsCommand)
20
- .de(de_ListModelsCommand)
14
+ .sc(ListModels)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListRetrainingSchedulersCommand, se_ListRetrainingSchedulersCommand } from "../protocols/Aws_json1_0";
4
+ import { ListRetrainingSchedulers } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRetrainingSchedulersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ListRetrainingSchedulers", {})
17
13
  .n("LookoutEquipmentClient", "ListRetrainingSchedulersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRetrainingSchedulersCommand)
20
- .de(de_ListRetrainingSchedulersCommand)
14
+ .sc(ListRetrainingSchedulers)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListSensorStatisticsCommand, se_ListSensorStatisticsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListSensorStatistics } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSensorStatisticsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ListSensorStatistics", {})
17
13
  .n("LookoutEquipmentClient", "ListSensorStatisticsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSensorStatisticsCommand)
20
- .de(de_ListSensorStatisticsCommand)
14
+ .sc(ListSensorStatistics)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "ListTagsForResource", {})
17
13
  .n("LookoutEquipmentClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_0";
4
+ import { PutResourcePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutResourcePolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "PutResourcePolicy", {})
17
13
  .n("LookoutEquipmentClient", "PutResourcePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutResourcePolicyCommand)
20
- .de(de_PutResourcePolicyCommand)
14
+ .sc(PutResourcePolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartDataIngestionJobCommand, se_StartDataIngestionJobCommand } from "../protocols/Aws_json1_0";
4
+ import { StartDataIngestionJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartDataIngestionJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "StartDataIngestionJob", {})
17
13
  .n("LookoutEquipmentClient", "StartDataIngestionJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartDataIngestionJobCommand)
20
- .de(de_StartDataIngestionJobCommand)
14
+ .sc(StartDataIngestionJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartInferenceSchedulerCommand, se_StartInferenceSchedulerCommand } from "../protocols/Aws_json1_0";
4
+ import { StartInferenceScheduler } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartInferenceSchedulerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "StartInferenceScheduler", {})
17
13
  .n("LookoutEquipmentClient", "StartInferenceSchedulerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartInferenceSchedulerCommand)
20
- .de(de_StartInferenceSchedulerCommand)
14
+ .sc(StartInferenceScheduler)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartRetrainingSchedulerCommand, se_StartRetrainingSchedulerCommand } from "../protocols/Aws_json1_0";
4
+ import { StartRetrainingScheduler } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartRetrainingSchedulerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "StartRetrainingScheduler", {})
17
13
  .n("LookoutEquipmentClient", "StartRetrainingSchedulerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartRetrainingSchedulerCommand)
20
- .de(de_StartRetrainingSchedulerCommand)
14
+ .sc(StartRetrainingScheduler)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StopInferenceSchedulerCommand, se_StopInferenceSchedulerCommand } from "../protocols/Aws_json1_0";
4
+ import { StopInferenceScheduler } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopInferenceSchedulerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "StopInferenceScheduler", {})
17
13
  .n("LookoutEquipmentClient", "StopInferenceSchedulerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopInferenceSchedulerCommand)
20
- .de(de_StopInferenceSchedulerCommand)
14
+ .sc(StopInferenceScheduler)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StopRetrainingSchedulerCommand, se_StopRetrainingSchedulerCommand } from "../protocols/Aws_json1_0";
4
+ import { StopRetrainingScheduler } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopRetrainingSchedulerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "StopRetrainingScheduler", {})
17
13
  .n("LookoutEquipmentClient", "StopRetrainingSchedulerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopRetrainingSchedulerCommand)
20
- .de(de_StopRetrainingSchedulerCommand)
14
+ .sc(StopRetrainingScheduler)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "TagResource", {})
17
13
  .n("LookoutEquipmentClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "UntagResource", {})
17
13
  .n("LookoutEquipmentClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateActiveModelVersionCommand, se_UpdateActiveModelVersionCommand } from "../protocols/Aws_json1_0";
4
+ import { UpdateActiveModelVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateActiveModelVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSLookoutEquipmentFrontendService", "UpdateActiveModelVersion", {})
17
13
  .n("LookoutEquipmentClient", "UpdateActiveModelVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateActiveModelVersionCommand)
20
- .de(de_UpdateActiveModelVersionCommand)
14
+ .sc(UpdateActiveModelVersion)
21
15
  .build() {
22
16
  }