@aws-sdk/client-lookoutequipment 3.489.0 → 3.495.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/LookoutEquipment.js +1 -109
- package/dist-cjs/LookoutEquipmentClient.js +1 -43
- package/dist-cjs/commands/CreateDatasetCommand.js +1 -28
- package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +1 -28
- package/dist-cjs/commands/CreateLabelCommand.js +1 -28
- package/dist-cjs/commands/CreateLabelGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateModelCommand.js +1 -28
- package/dist-cjs/commands/CreateRetrainingSchedulerCommand.js +1 -28
- package/dist-cjs/commands/DeleteDatasetCommand.js +1 -28
- package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +1 -28
- package/dist-cjs/commands/DeleteLabelCommand.js +1 -28
- package/dist-cjs/commands/DeleteLabelGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteModelCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteRetrainingSchedulerCommand.js +1 -28
- package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetCommand.js +1 -28
- package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +1 -28
- package/dist-cjs/commands/DescribeLabelCommand.js +1 -28
- package/dist-cjs/commands/DescribeLabelGroupCommand.js +1 -28
- package/dist-cjs/commands/DescribeModelCommand.js +1 -28
- package/dist-cjs/commands/DescribeModelVersionCommand.js +1 -28
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeRetrainingSchedulerCommand.js +1 -28
- package/dist-cjs/commands/ImportDatasetCommand.js +1 -28
- package/dist-cjs/commands/ImportModelVersionCommand.js +1 -28
- package/dist-cjs/commands/ListDataIngestionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetsCommand.js +1 -28
- package/dist-cjs/commands/ListInferenceEventsCommand.js +1 -28
- package/dist-cjs/commands/ListInferenceExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListInferenceSchedulersCommand.js +1 -28
- package/dist-cjs/commands/ListLabelGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListLabelsCommand.js +1 -28
- package/dist-cjs/commands/ListModelVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListModelsCommand.js +1 -28
- package/dist-cjs/commands/ListRetrainingSchedulersCommand.js +1 -28
- package/dist-cjs/commands/ListSensorStatisticsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/StartDataIngestionJobCommand.js +1 -28
- package/dist-cjs/commands/StartInferenceSchedulerCommand.js +1 -28
- package/dist-cjs/commands/StartRetrainingSchedulerCommand.js +1 -28
- package/dist-cjs/commands/StopInferenceSchedulerCommand.js +1 -28
- package/dist-cjs/commands/StopRetrainingSchedulerCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateActiveModelVersionCommand.js +1 -28
- package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +1 -28
- package/dist-cjs/commands/UpdateLabelGroupCommand.js +1 -28
- package/dist-cjs/commands/UpdateModelCommand.js +1 -28
- package/dist-cjs/commands/UpdateRetrainingSchedulerCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -52
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4685 -11
- package/dist-cjs/models/LookoutEquipmentServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -203
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDataIngestionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatasetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListInferenceEventsPaginator.js +1 -7
- package/dist-cjs/pagination/ListInferenceExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListInferenceSchedulersPaginator.js +1 -7
- package/dist-cjs/pagination/ListLabelGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLabelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListModelVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListModelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListRetrainingSchedulersPaginator.js +1 -7
- package/dist-cjs/pagination/ListSensorStatisticsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -15
- package/dist-cjs/protocols/Aws_json1_0.js +1 -3328
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,109 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LookoutEquipment = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const CreateDatasetCommand_1 = require("./commands/CreateDatasetCommand");
|
|
6
|
-
const CreateInferenceSchedulerCommand_1 = require("./commands/CreateInferenceSchedulerCommand");
|
|
7
|
-
const CreateLabelCommand_1 = require("./commands/CreateLabelCommand");
|
|
8
|
-
const CreateLabelGroupCommand_1 = require("./commands/CreateLabelGroupCommand");
|
|
9
|
-
const CreateModelCommand_1 = require("./commands/CreateModelCommand");
|
|
10
|
-
const CreateRetrainingSchedulerCommand_1 = require("./commands/CreateRetrainingSchedulerCommand");
|
|
11
|
-
const DeleteDatasetCommand_1 = require("./commands/DeleteDatasetCommand");
|
|
12
|
-
const DeleteInferenceSchedulerCommand_1 = require("./commands/DeleteInferenceSchedulerCommand");
|
|
13
|
-
const DeleteLabelCommand_1 = require("./commands/DeleteLabelCommand");
|
|
14
|
-
const DeleteLabelGroupCommand_1 = require("./commands/DeleteLabelGroupCommand");
|
|
15
|
-
const DeleteModelCommand_1 = require("./commands/DeleteModelCommand");
|
|
16
|
-
const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
|
|
17
|
-
const DeleteRetrainingSchedulerCommand_1 = require("./commands/DeleteRetrainingSchedulerCommand");
|
|
18
|
-
const DescribeDataIngestionJobCommand_1 = require("./commands/DescribeDataIngestionJobCommand");
|
|
19
|
-
const DescribeDatasetCommand_1 = require("./commands/DescribeDatasetCommand");
|
|
20
|
-
const DescribeInferenceSchedulerCommand_1 = require("./commands/DescribeInferenceSchedulerCommand");
|
|
21
|
-
const DescribeLabelCommand_1 = require("./commands/DescribeLabelCommand");
|
|
22
|
-
const DescribeLabelGroupCommand_1 = require("./commands/DescribeLabelGroupCommand");
|
|
23
|
-
const DescribeModelCommand_1 = require("./commands/DescribeModelCommand");
|
|
24
|
-
const DescribeModelVersionCommand_1 = require("./commands/DescribeModelVersionCommand");
|
|
25
|
-
const DescribeResourcePolicyCommand_1 = require("./commands/DescribeResourcePolicyCommand");
|
|
26
|
-
const DescribeRetrainingSchedulerCommand_1 = require("./commands/DescribeRetrainingSchedulerCommand");
|
|
27
|
-
const ImportDatasetCommand_1 = require("./commands/ImportDatasetCommand");
|
|
28
|
-
const ImportModelVersionCommand_1 = require("./commands/ImportModelVersionCommand");
|
|
29
|
-
const ListDataIngestionJobsCommand_1 = require("./commands/ListDataIngestionJobsCommand");
|
|
30
|
-
const ListDatasetsCommand_1 = require("./commands/ListDatasetsCommand");
|
|
31
|
-
const ListInferenceEventsCommand_1 = require("./commands/ListInferenceEventsCommand");
|
|
32
|
-
const ListInferenceExecutionsCommand_1 = require("./commands/ListInferenceExecutionsCommand");
|
|
33
|
-
const ListInferenceSchedulersCommand_1 = require("./commands/ListInferenceSchedulersCommand");
|
|
34
|
-
const ListLabelGroupsCommand_1 = require("./commands/ListLabelGroupsCommand");
|
|
35
|
-
const ListLabelsCommand_1 = require("./commands/ListLabelsCommand");
|
|
36
|
-
const ListModelsCommand_1 = require("./commands/ListModelsCommand");
|
|
37
|
-
const ListModelVersionsCommand_1 = require("./commands/ListModelVersionsCommand");
|
|
38
|
-
const ListRetrainingSchedulersCommand_1 = require("./commands/ListRetrainingSchedulersCommand");
|
|
39
|
-
const ListSensorStatisticsCommand_1 = require("./commands/ListSensorStatisticsCommand");
|
|
40
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
41
|
-
const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
|
|
42
|
-
const StartDataIngestionJobCommand_1 = require("./commands/StartDataIngestionJobCommand");
|
|
43
|
-
const StartInferenceSchedulerCommand_1 = require("./commands/StartInferenceSchedulerCommand");
|
|
44
|
-
const StartRetrainingSchedulerCommand_1 = require("./commands/StartRetrainingSchedulerCommand");
|
|
45
|
-
const StopInferenceSchedulerCommand_1 = require("./commands/StopInferenceSchedulerCommand");
|
|
46
|
-
const StopRetrainingSchedulerCommand_1 = require("./commands/StopRetrainingSchedulerCommand");
|
|
47
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
48
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
49
|
-
const UpdateActiveModelVersionCommand_1 = require("./commands/UpdateActiveModelVersionCommand");
|
|
50
|
-
const UpdateInferenceSchedulerCommand_1 = require("./commands/UpdateInferenceSchedulerCommand");
|
|
51
|
-
const UpdateLabelGroupCommand_1 = require("./commands/UpdateLabelGroupCommand");
|
|
52
|
-
const UpdateModelCommand_1 = require("./commands/UpdateModelCommand");
|
|
53
|
-
const UpdateRetrainingSchedulerCommand_1 = require("./commands/UpdateRetrainingSchedulerCommand");
|
|
54
|
-
const LookoutEquipmentClient_1 = require("./LookoutEquipmentClient");
|
|
55
|
-
const commands = {
|
|
56
|
-
CreateDatasetCommand: CreateDatasetCommand_1.CreateDatasetCommand,
|
|
57
|
-
CreateInferenceSchedulerCommand: CreateInferenceSchedulerCommand_1.CreateInferenceSchedulerCommand,
|
|
58
|
-
CreateLabelCommand: CreateLabelCommand_1.CreateLabelCommand,
|
|
59
|
-
CreateLabelGroupCommand: CreateLabelGroupCommand_1.CreateLabelGroupCommand,
|
|
60
|
-
CreateModelCommand: CreateModelCommand_1.CreateModelCommand,
|
|
61
|
-
CreateRetrainingSchedulerCommand: CreateRetrainingSchedulerCommand_1.CreateRetrainingSchedulerCommand,
|
|
62
|
-
DeleteDatasetCommand: DeleteDatasetCommand_1.DeleteDatasetCommand,
|
|
63
|
-
DeleteInferenceSchedulerCommand: DeleteInferenceSchedulerCommand_1.DeleteInferenceSchedulerCommand,
|
|
64
|
-
DeleteLabelCommand: DeleteLabelCommand_1.DeleteLabelCommand,
|
|
65
|
-
DeleteLabelGroupCommand: DeleteLabelGroupCommand_1.DeleteLabelGroupCommand,
|
|
66
|
-
DeleteModelCommand: DeleteModelCommand_1.DeleteModelCommand,
|
|
67
|
-
DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
|
|
68
|
-
DeleteRetrainingSchedulerCommand: DeleteRetrainingSchedulerCommand_1.DeleteRetrainingSchedulerCommand,
|
|
69
|
-
DescribeDataIngestionJobCommand: DescribeDataIngestionJobCommand_1.DescribeDataIngestionJobCommand,
|
|
70
|
-
DescribeDatasetCommand: DescribeDatasetCommand_1.DescribeDatasetCommand,
|
|
71
|
-
DescribeInferenceSchedulerCommand: DescribeInferenceSchedulerCommand_1.DescribeInferenceSchedulerCommand,
|
|
72
|
-
DescribeLabelCommand: DescribeLabelCommand_1.DescribeLabelCommand,
|
|
73
|
-
DescribeLabelGroupCommand: DescribeLabelGroupCommand_1.DescribeLabelGroupCommand,
|
|
74
|
-
DescribeModelCommand: DescribeModelCommand_1.DescribeModelCommand,
|
|
75
|
-
DescribeModelVersionCommand: DescribeModelVersionCommand_1.DescribeModelVersionCommand,
|
|
76
|
-
DescribeResourcePolicyCommand: DescribeResourcePolicyCommand_1.DescribeResourcePolicyCommand,
|
|
77
|
-
DescribeRetrainingSchedulerCommand: DescribeRetrainingSchedulerCommand_1.DescribeRetrainingSchedulerCommand,
|
|
78
|
-
ImportDatasetCommand: ImportDatasetCommand_1.ImportDatasetCommand,
|
|
79
|
-
ImportModelVersionCommand: ImportModelVersionCommand_1.ImportModelVersionCommand,
|
|
80
|
-
ListDataIngestionJobsCommand: ListDataIngestionJobsCommand_1.ListDataIngestionJobsCommand,
|
|
81
|
-
ListDatasetsCommand: ListDatasetsCommand_1.ListDatasetsCommand,
|
|
82
|
-
ListInferenceEventsCommand: ListInferenceEventsCommand_1.ListInferenceEventsCommand,
|
|
83
|
-
ListInferenceExecutionsCommand: ListInferenceExecutionsCommand_1.ListInferenceExecutionsCommand,
|
|
84
|
-
ListInferenceSchedulersCommand: ListInferenceSchedulersCommand_1.ListInferenceSchedulersCommand,
|
|
85
|
-
ListLabelGroupsCommand: ListLabelGroupsCommand_1.ListLabelGroupsCommand,
|
|
86
|
-
ListLabelsCommand: ListLabelsCommand_1.ListLabelsCommand,
|
|
87
|
-
ListModelsCommand: ListModelsCommand_1.ListModelsCommand,
|
|
88
|
-
ListModelVersionsCommand: ListModelVersionsCommand_1.ListModelVersionsCommand,
|
|
89
|
-
ListRetrainingSchedulersCommand: ListRetrainingSchedulersCommand_1.ListRetrainingSchedulersCommand,
|
|
90
|
-
ListSensorStatisticsCommand: ListSensorStatisticsCommand_1.ListSensorStatisticsCommand,
|
|
91
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
92
|
-
PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
|
|
93
|
-
StartDataIngestionJobCommand: StartDataIngestionJobCommand_1.StartDataIngestionJobCommand,
|
|
94
|
-
StartInferenceSchedulerCommand: StartInferenceSchedulerCommand_1.StartInferenceSchedulerCommand,
|
|
95
|
-
StartRetrainingSchedulerCommand: StartRetrainingSchedulerCommand_1.StartRetrainingSchedulerCommand,
|
|
96
|
-
StopInferenceSchedulerCommand: StopInferenceSchedulerCommand_1.StopInferenceSchedulerCommand,
|
|
97
|
-
StopRetrainingSchedulerCommand: StopRetrainingSchedulerCommand_1.StopRetrainingSchedulerCommand,
|
|
98
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
99
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
100
|
-
UpdateActiveModelVersionCommand: UpdateActiveModelVersionCommand_1.UpdateActiveModelVersionCommand,
|
|
101
|
-
UpdateInferenceSchedulerCommand: UpdateInferenceSchedulerCommand_1.UpdateInferenceSchedulerCommand,
|
|
102
|
-
UpdateLabelGroupCommand: UpdateLabelGroupCommand_1.UpdateLabelGroupCommand,
|
|
103
|
-
UpdateModelCommand: UpdateModelCommand_1.UpdateModelCommand,
|
|
104
|
-
UpdateRetrainingSchedulerCommand: UpdateRetrainingSchedulerCommand_1.UpdateRetrainingSchedulerCommand,
|
|
105
|
-
};
|
|
106
|
-
class LookoutEquipment extends LookoutEquipmentClient_1.LookoutEquipmentClient {
|
|
107
|
-
}
|
|
108
|
-
exports.LookoutEquipment = LookoutEquipment;
|
|
109
|
-
(0, smithy_client_1.createAggregatedClient)(commands, LookoutEquipment);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LookoutEquipmentClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class LookoutEquipmentClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.LookoutEquipmentClient = LookoutEquipmentClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDatasetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateDatasetCommand = CreateDatasetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateInferenceSchedulerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateInferenceSchedulerCommand = CreateInferenceSchedulerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLabelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateLabelCommand = CreateLabelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLabelGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateLabelGroupCommand = CreateLabelGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateModelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateModelCommand = CreateModelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRetrainingSchedulerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateRetrainingSchedulerCommand = CreateRetrainingSchedulerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDatasetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteDatasetCommand = DeleteDatasetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteInferenceSchedulerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteInferenceSchedulerCommand = DeleteInferenceSchedulerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteLabelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteLabelCommand = DeleteLabelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteLabelGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DeleteLabelGroupCommand 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", "DeleteLabelGroup", {})
|
|
22
|
-
.n("LookoutEquipmentClient", "DeleteLabelGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_DeleteLabelGroupCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_DeleteLabelGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteLabelGroupCommand = DeleteLabelGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteModelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DeleteModelCommand 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", "DeleteModel", {})
|
|
22
|
-
.n("LookoutEquipmentClient", "DeleteModelCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_DeleteModelCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_DeleteModelCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteModelCommand = DeleteModelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteResourcePolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DeleteResourcePolicyCommand 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", "DeleteResourcePolicy", {})
|
|
22
|
-
.n("LookoutEquipmentClient", "DeleteResourcePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_DeleteResourcePolicyCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_DeleteResourcePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteRetrainingSchedulerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DeleteRetrainingSchedulerCommand 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", "DeleteRetrainingScheduler", {})
|
|
22
|
-
.n("LookoutEquipmentClient", "DeleteRetrainingSchedulerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_DeleteRetrainingSchedulerCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_DeleteRetrainingSchedulerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteRetrainingSchedulerCommand = DeleteRetrainingSchedulerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeDataIngestionJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DescribeDataIngestionJobCommand 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", "DescribeDataIngestionJob", {})
|
|
22
|
-
.n("LookoutEquipmentClient", "DescribeDataIngestionJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_DescribeDataIngestionJobCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_DescribeDataIngestionJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeDataIngestionJobCommand = DescribeDataIngestionJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeDatasetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DescribeDatasetCommand 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", "DescribeDataset", {})
|
|
22
|
-
.n("LookoutEquipmentClient", "DescribeDatasetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_DescribeDatasetCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_DescribeDatasetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeDatasetCommand = DescribeDatasetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeInferenceSchedulerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class DescribeInferenceSchedulerCommand 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", "DescribeInferenceScheduler", {})
|
|
22
|
-
.n("LookoutEquipmentClient", "DescribeInferenceSchedulerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_0_1.se_DescribeInferenceSchedulerCommand)
|
|
25
|
-
.de(Aws_json1_0_1.de_DescribeInferenceSchedulerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeInferenceSchedulerCommand = DescribeInferenceSchedulerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|