@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.
- package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
- package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +18 -41
- package/dist-cjs/commands/CreateLabelCommand.js +18 -41
- package/dist-cjs/commands/CreateLabelGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateModelCommand.js +18 -41
- package/dist-cjs/commands/CreateRetrainingSchedulerCommand.js +18 -41
- package/dist-cjs/commands/DeleteDatasetCommand.js +18 -41
- package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +18 -41
- package/dist-cjs/commands/DeleteLabelCommand.js +18 -41
- package/dist-cjs/commands/DeleteLabelGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteModelCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteRetrainingSchedulerCommand.js +18 -41
- package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetCommand.js +18 -41
- package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +18 -41
- package/dist-cjs/commands/DescribeLabelCommand.js +18 -41
- package/dist-cjs/commands/DescribeLabelGroupCommand.js +18 -41
- package/dist-cjs/commands/DescribeModelCommand.js +18 -41
- package/dist-cjs/commands/DescribeModelVersionCommand.js +18 -41
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeRetrainingSchedulerCommand.js +18 -41
- package/dist-cjs/commands/ImportDatasetCommand.js +18 -41
- package/dist-cjs/commands/ImportModelVersionCommand.js +18 -41
- package/dist-cjs/commands/ListDataIngestionJobsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
- package/dist-cjs/commands/ListInferenceEventsCommand.js +18 -41
- package/dist-cjs/commands/ListInferenceExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListInferenceSchedulersCommand.js +18 -41
- package/dist-cjs/commands/ListLabelGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListLabelsCommand.js +18 -41
- package/dist-cjs/commands/ListModelVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListModelsCommand.js +18 -41
- package/dist-cjs/commands/ListRetrainingSchedulersCommand.js +18 -41
- package/dist-cjs/commands/ListSensorStatisticsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/StartDataIngestionJobCommand.js +18 -41
- package/dist-cjs/commands/StartInferenceSchedulerCommand.js +18 -41
- package/dist-cjs/commands/StartRetrainingSchedulerCommand.js +18 -41
- package/dist-cjs/commands/StopInferenceSchedulerCommand.js +18 -41
- package/dist-cjs/commands/StopRetrainingSchedulerCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateActiveModelVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +18 -41
- package/dist-cjs/commands/UpdateLabelGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateModelCommand.js +18 -41
- package/dist-cjs/commands/UpdateRetrainingSchedulerCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListDataIngestionJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDatasetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInferenceEventsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInferenceExecutionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInferenceSchedulersPaginator.js +2 -24
- package/dist-cjs/pagination/ListLabelGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListLabelsPaginator.js +2 -24
- package/dist-cjs/pagination/ListModelVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListModelsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRetrainingSchedulersPaginator.js +2 -24
- package/dist-cjs/pagination/ListSensorStatisticsPaginator.js +2 -24
- package/dist-es/commands/CreateDatasetCommand.js +18 -41
- package/dist-es/commands/CreateInferenceSchedulerCommand.js +18 -41
- package/dist-es/commands/CreateLabelCommand.js +18 -41
- package/dist-es/commands/CreateLabelGroupCommand.js +18 -41
- package/dist-es/commands/CreateModelCommand.js +18 -41
- package/dist-es/commands/CreateRetrainingSchedulerCommand.js +18 -41
- package/dist-es/commands/DeleteDatasetCommand.js +18 -41
- package/dist-es/commands/DeleteInferenceSchedulerCommand.js +18 -41
- package/dist-es/commands/DeleteLabelCommand.js +18 -41
- package/dist-es/commands/DeleteLabelGroupCommand.js +18 -41
- package/dist-es/commands/DeleteModelCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +18 -41
- package/dist-es/commands/DescribeDataIngestionJobCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetCommand.js +18 -41
- package/dist-es/commands/DescribeInferenceSchedulerCommand.js +18 -41
- package/dist-es/commands/DescribeLabelCommand.js +18 -41
- package/dist-es/commands/DescribeLabelGroupCommand.js +18 -41
- package/dist-es/commands/DescribeModelCommand.js +18 -41
- package/dist-es/commands/DescribeModelVersionCommand.js +18 -41
- package/dist-es/commands/DescribeResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +18 -41
- package/dist-es/commands/ImportDatasetCommand.js +18 -41
- package/dist-es/commands/ImportModelVersionCommand.js +18 -41
- package/dist-es/commands/ListDataIngestionJobsCommand.js +18 -41
- package/dist-es/commands/ListDatasetsCommand.js +18 -41
- package/dist-es/commands/ListInferenceEventsCommand.js +18 -41
- package/dist-es/commands/ListInferenceExecutionsCommand.js +18 -41
- package/dist-es/commands/ListInferenceSchedulersCommand.js +18 -41
- package/dist-es/commands/ListLabelGroupsCommand.js +18 -41
- package/dist-es/commands/ListLabelsCommand.js +18 -41
- package/dist-es/commands/ListModelVersionsCommand.js +18 -41
- package/dist-es/commands/ListModelsCommand.js +18 -41
- package/dist-es/commands/ListRetrainingSchedulersCommand.js +18 -41
- package/dist-es/commands/ListSensorStatisticsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/StartDataIngestionJobCommand.js +18 -41
- package/dist-es/commands/StartInferenceSchedulerCommand.js +18 -41
- package/dist-es/commands/StartRetrainingSchedulerCommand.js +18 -41
- package/dist-es/commands/StopInferenceSchedulerCommand.js +18 -41
- package/dist-es/commands/StopRetrainingSchedulerCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateActiveModelVersionCommand.js +18 -41
- package/dist-es/commands/UpdateInferenceSchedulerCommand.js +18 -41
- package/dist-es/commands/UpdateLabelGroupCommand.js +18 -41
- package/dist-es/commands/UpdateModelCommand.js +18 -41
- package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListDataIngestionJobsPaginator.js +2 -23
- package/dist-es/pagination/ListDatasetsPaginator.js +2 -23
- package/dist-es/pagination/ListInferenceEventsPaginator.js +2 -23
- package/dist-es/pagination/ListInferenceExecutionsPaginator.js +2 -23
- package/dist-es/pagination/ListInferenceSchedulersPaginator.js +2 -23
- package/dist-es/pagination/ListLabelGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListLabelsPaginator.js +2 -23
- package/dist-es/pagination/ListModelVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListModelsPaginator.js +2 -23
- package/dist-es/pagination/ListRetrainingSchedulersPaginator.js +2 -23
- package/dist-es/pagination/ListSensorStatisticsPaginator.js +2 -23
- package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
- package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +6 -21
- package/dist-types/commands/CreateLabelCommand.d.ts +6 -21
- package/dist-types/commands/CreateLabelGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateModelCommand.d.ts +6 -21
- package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLabelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLabelGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteModelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLabelCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLabelGroupCommand.d.ts +6 -21
- package/dist-types/commands/DescribeModelCommand.d.ts +6 -21
- package/dist-types/commands/DescribeModelVersionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +6 -21
- package/dist-types/commands/ImportDatasetCommand.d.ts +6 -21
- package/dist-types/commands/ImportModelVersionCommand.d.ts +6 -21
- package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
- package/dist-types/commands/ListInferenceEventsCommand.d.ts +6 -21
- package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +6 -21
- package/dist-types/commands/ListLabelGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListLabelsCommand.d.ts +6 -21
- package/dist-types/commands/ListModelVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListModelsCommand.d.ts +6 -21
- package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +6 -21
- package/dist-types/commands/ListSensorStatisticsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/StartDataIngestionJobCommand.d.ts +6 -21
- package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +6 -21
- package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +6 -21
- package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +6 -21
- package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLabelGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateModelCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListDataIngestionJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceSchedulersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRetrainingSchedulersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSensorStatisticsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListDataIngestionJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInferenceEventsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInferenceExecutionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInferenceSchedulersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLabelGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLabelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListModelVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRetrainingSchedulersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSensorStatisticsPaginator.d.ts +3 -3
- 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
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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;
|