@aws-sdk/client-iot-events 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.
Files changed (38) hide show
  1. package/dist-cjs/IoTEvents.js +1 -63
  2. package/dist-cjs/IoTEventsClient.js +1 -43
  3. package/dist-cjs/commands/CreateAlarmModelCommand.js +1 -28
  4. package/dist-cjs/commands/CreateDetectorModelCommand.js +1 -28
  5. package/dist-cjs/commands/CreateInputCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteAlarmModelCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteDetectorModelCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteInputCommand.js +1 -28
  9. package/dist-cjs/commands/DescribeAlarmModelCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeDetectorModelAnalysisCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeDetectorModelCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeInputCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +1 -28
  14. package/dist-cjs/commands/GetDetectorModelAnalysisResultsCommand.js +1 -28
  15. package/dist-cjs/commands/ListAlarmModelVersionsCommand.js +1 -28
  16. package/dist-cjs/commands/ListAlarmModelsCommand.js +1 -28
  17. package/dist-cjs/commands/ListDetectorModelVersionsCommand.js +1 -28
  18. package/dist-cjs/commands/ListDetectorModelsCommand.js +1 -28
  19. package/dist-cjs/commands/ListInputRoutingsCommand.js +1 -28
  20. package/dist-cjs/commands/ListInputsCommand.js +1 -28
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  22. package/dist-cjs/commands/PutLoggingOptionsCommand.js +1 -28
  23. package/dist-cjs/commands/StartDetectorModelAnalysisCommand.js +1 -28
  24. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  25. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  26. package/dist-cjs/commands/UpdateAlarmModelCommand.js +1 -28
  27. package/dist-cjs/commands/UpdateDetectorModelCommand.js +1 -28
  28. package/dist-cjs/commands/UpdateInputCommand.js +1 -28
  29. package/dist-cjs/commands/index.js +1 -29
  30. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  31. package/dist-cjs/extensionConfiguration.js +1 -2
  32. package/dist-cjs/index.js +2794 -10
  33. package/dist-cjs/models/IoTEventsServiceException.js +1 -12
  34. package/dist-cjs/models/index.js +1 -4
  35. package/dist-cjs/models/models_0.js +1 -175
  36. package/dist-cjs/protocols/Aws_restJson1.js +1 -1927
  37. package/dist-cjs/runtimeExtensions.js +1 -22
  38. package/package.json +40 -40
@@ -1,63 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTEvents = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateAlarmModelCommand_1 = require("./commands/CreateAlarmModelCommand");
6
- const CreateDetectorModelCommand_1 = require("./commands/CreateDetectorModelCommand");
7
- const CreateInputCommand_1 = require("./commands/CreateInputCommand");
8
- const DeleteAlarmModelCommand_1 = require("./commands/DeleteAlarmModelCommand");
9
- const DeleteDetectorModelCommand_1 = require("./commands/DeleteDetectorModelCommand");
10
- const DeleteInputCommand_1 = require("./commands/DeleteInputCommand");
11
- const DescribeAlarmModelCommand_1 = require("./commands/DescribeAlarmModelCommand");
12
- const DescribeDetectorModelAnalysisCommand_1 = require("./commands/DescribeDetectorModelAnalysisCommand");
13
- const DescribeDetectorModelCommand_1 = require("./commands/DescribeDetectorModelCommand");
14
- const DescribeInputCommand_1 = require("./commands/DescribeInputCommand");
15
- const DescribeLoggingOptionsCommand_1 = require("./commands/DescribeLoggingOptionsCommand");
16
- const GetDetectorModelAnalysisResultsCommand_1 = require("./commands/GetDetectorModelAnalysisResultsCommand");
17
- const ListAlarmModelsCommand_1 = require("./commands/ListAlarmModelsCommand");
18
- const ListAlarmModelVersionsCommand_1 = require("./commands/ListAlarmModelVersionsCommand");
19
- const ListDetectorModelsCommand_1 = require("./commands/ListDetectorModelsCommand");
20
- const ListDetectorModelVersionsCommand_1 = require("./commands/ListDetectorModelVersionsCommand");
21
- const ListInputRoutingsCommand_1 = require("./commands/ListInputRoutingsCommand");
22
- const ListInputsCommand_1 = require("./commands/ListInputsCommand");
23
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
24
- const PutLoggingOptionsCommand_1 = require("./commands/PutLoggingOptionsCommand");
25
- const StartDetectorModelAnalysisCommand_1 = require("./commands/StartDetectorModelAnalysisCommand");
26
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
27
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
28
- const UpdateAlarmModelCommand_1 = require("./commands/UpdateAlarmModelCommand");
29
- const UpdateDetectorModelCommand_1 = require("./commands/UpdateDetectorModelCommand");
30
- const UpdateInputCommand_1 = require("./commands/UpdateInputCommand");
31
- const IoTEventsClient_1 = require("./IoTEventsClient");
32
- const commands = {
33
- CreateAlarmModelCommand: CreateAlarmModelCommand_1.CreateAlarmModelCommand,
34
- CreateDetectorModelCommand: CreateDetectorModelCommand_1.CreateDetectorModelCommand,
35
- CreateInputCommand: CreateInputCommand_1.CreateInputCommand,
36
- DeleteAlarmModelCommand: DeleteAlarmModelCommand_1.DeleteAlarmModelCommand,
37
- DeleteDetectorModelCommand: DeleteDetectorModelCommand_1.DeleteDetectorModelCommand,
38
- DeleteInputCommand: DeleteInputCommand_1.DeleteInputCommand,
39
- DescribeAlarmModelCommand: DescribeAlarmModelCommand_1.DescribeAlarmModelCommand,
40
- DescribeDetectorModelCommand: DescribeDetectorModelCommand_1.DescribeDetectorModelCommand,
41
- DescribeDetectorModelAnalysisCommand: DescribeDetectorModelAnalysisCommand_1.DescribeDetectorModelAnalysisCommand,
42
- DescribeInputCommand: DescribeInputCommand_1.DescribeInputCommand,
43
- DescribeLoggingOptionsCommand: DescribeLoggingOptionsCommand_1.DescribeLoggingOptionsCommand,
44
- GetDetectorModelAnalysisResultsCommand: GetDetectorModelAnalysisResultsCommand_1.GetDetectorModelAnalysisResultsCommand,
45
- ListAlarmModelsCommand: ListAlarmModelsCommand_1.ListAlarmModelsCommand,
46
- ListAlarmModelVersionsCommand: ListAlarmModelVersionsCommand_1.ListAlarmModelVersionsCommand,
47
- ListDetectorModelsCommand: ListDetectorModelsCommand_1.ListDetectorModelsCommand,
48
- ListDetectorModelVersionsCommand: ListDetectorModelVersionsCommand_1.ListDetectorModelVersionsCommand,
49
- ListInputRoutingsCommand: ListInputRoutingsCommand_1.ListInputRoutingsCommand,
50
- ListInputsCommand: ListInputsCommand_1.ListInputsCommand,
51
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
52
- PutLoggingOptionsCommand: PutLoggingOptionsCommand_1.PutLoggingOptionsCommand,
53
- StartDetectorModelAnalysisCommand: StartDetectorModelAnalysisCommand_1.StartDetectorModelAnalysisCommand,
54
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
55
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
56
- UpdateAlarmModelCommand: UpdateAlarmModelCommand_1.UpdateAlarmModelCommand,
57
- UpdateDetectorModelCommand: UpdateDetectorModelCommand_1.UpdateDetectorModelCommand,
58
- UpdateInputCommand: UpdateInputCommand_1.UpdateInputCommand,
59
- };
60
- class IoTEvents extends IoTEventsClient_1.IoTEventsClient {
61
- }
62
- exports.IoTEvents = IoTEvents;
63
- (0, smithy_client_1.createAggregatedClient)(commands, IoTEvents);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTEventsClient = 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 IoTEventsClient 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.IoTEventsClient = IoTEventsClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAlarmModelCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateAlarmModelCommand 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("IotColumboService", "CreateAlarmModel", {})
22
- .n("IoTEventsClient", "CreateAlarmModelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateAlarmModelCommand)
25
- .de(Aws_restJson1_1.de_CreateAlarmModelCommand)
26
- .build() {
27
- }
28
- exports.CreateAlarmModelCommand = CreateAlarmModelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDetectorModelCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateDetectorModelCommand 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("IotColumboService", "CreateDetectorModel", {})
22
- .n("IoTEventsClient", "CreateDetectorModelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDetectorModelCommand)
25
- .de(Aws_restJson1_1.de_CreateDetectorModelCommand)
26
- .build() {
27
- }
28
- exports.CreateDetectorModelCommand = CreateDetectorModelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateInputCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateInputCommand 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("IotColumboService", "CreateInput", {})
22
- .n("IoTEventsClient", "CreateInputCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateInputCommand)
25
- .de(Aws_restJson1_1.de_CreateInputCommand)
26
- .build() {
27
- }
28
- exports.CreateInputCommand = CreateInputCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAlarmModelCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteAlarmModelCommand 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("IotColumboService", "DeleteAlarmModel", {})
22
- .n("IoTEventsClient", "DeleteAlarmModelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteAlarmModelCommand)
25
- .de(Aws_restJson1_1.de_DeleteAlarmModelCommand)
26
- .build() {
27
- }
28
- exports.DeleteAlarmModelCommand = DeleteAlarmModelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDetectorModelCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteDetectorModelCommand 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("IotColumboService", "DeleteDetectorModel", {})
22
- .n("IoTEventsClient", "DeleteDetectorModelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteDetectorModelCommand)
25
- .de(Aws_restJson1_1.de_DeleteDetectorModelCommand)
26
- .build() {
27
- }
28
- exports.DeleteDetectorModelCommand = DeleteDetectorModelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteInputCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteInputCommand 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("IotColumboService", "DeleteInput", {})
22
- .n("IoTEventsClient", "DeleteInputCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteInputCommand)
25
- .de(Aws_restJson1_1.de_DeleteInputCommand)
26
- .build() {
27
- }
28
- exports.DeleteInputCommand = DeleteInputCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAlarmModelCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeAlarmModelCommand 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("IotColumboService", "DescribeAlarmModel", {})
22
- .n("IoTEventsClient", "DescribeAlarmModelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeAlarmModelCommand)
25
- .de(Aws_restJson1_1.de_DescribeAlarmModelCommand)
26
- .build() {
27
- }
28
- exports.DescribeAlarmModelCommand = DescribeAlarmModelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDetectorModelAnalysisCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeDetectorModelAnalysisCommand 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("IotColumboService", "DescribeDetectorModelAnalysis", {})
22
- .n("IoTEventsClient", "DescribeDetectorModelAnalysisCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeDetectorModelAnalysisCommand)
25
- .de(Aws_restJson1_1.de_DescribeDetectorModelAnalysisCommand)
26
- .build() {
27
- }
28
- exports.DescribeDetectorModelAnalysisCommand = DescribeDetectorModelAnalysisCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDetectorModelCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeDetectorModelCommand 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("IotColumboService", "DescribeDetectorModel", {})
22
- .n("IoTEventsClient", "DescribeDetectorModelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeDetectorModelCommand)
25
- .de(Aws_restJson1_1.de_DescribeDetectorModelCommand)
26
- .build() {
27
- }
28
- exports.DescribeDetectorModelCommand = DescribeDetectorModelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeInputCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeInputCommand 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("IotColumboService", "DescribeInput", {})
22
- .n("IoTEventsClient", "DescribeInputCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeInputCommand)
25
- .de(Aws_restJson1_1.de_DescribeInputCommand)
26
- .build() {
27
- }
28
- exports.DescribeInputCommand = DescribeInputCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeLoggingOptionsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeLoggingOptionsCommand 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("IotColumboService", "DescribeLoggingOptions", {})
22
- .n("IoTEventsClient", "DescribeLoggingOptionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeLoggingOptionsCommand)
25
- .de(Aws_restJson1_1.de_DescribeLoggingOptionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeLoggingOptionsCommand = DescribeLoggingOptionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDetectorModelAnalysisResultsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDetectorModelAnalysisResultsCommand 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("IotColumboService", "GetDetectorModelAnalysisResults", {})
22
- .n("IoTEventsClient", "GetDetectorModelAnalysisResultsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDetectorModelAnalysisResultsCommand)
25
- .de(Aws_restJson1_1.de_GetDetectorModelAnalysisResultsCommand)
26
- .build() {
27
- }
28
- exports.GetDetectorModelAnalysisResultsCommand = GetDetectorModelAnalysisResultsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAlarmModelVersionsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListAlarmModelVersionsCommand 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("IotColumboService", "ListAlarmModelVersions", {})
22
- .n("IoTEventsClient", "ListAlarmModelVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAlarmModelVersionsCommand)
25
- .de(Aws_restJson1_1.de_ListAlarmModelVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListAlarmModelVersionsCommand = ListAlarmModelVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAlarmModelsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListAlarmModelsCommand 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("IotColumboService", "ListAlarmModels", {})
22
- .n("IoTEventsClient", "ListAlarmModelsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAlarmModelsCommand)
25
- .de(Aws_restJson1_1.de_ListAlarmModelsCommand)
26
- .build() {
27
- }
28
- exports.ListAlarmModelsCommand = ListAlarmModelsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDetectorModelVersionsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListDetectorModelVersionsCommand 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("IotColumboService", "ListDetectorModelVersions", {})
22
- .n("IoTEventsClient", "ListDetectorModelVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDetectorModelVersionsCommand)
25
- .de(Aws_restJson1_1.de_ListDetectorModelVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListDetectorModelVersionsCommand = ListDetectorModelVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDetectorModelsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListDetectorModelsCommand 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("IotColumboService", "ListDetectorModels", {})
22
- .n("IoTEventsClient", "ListDetectorModelsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDetectorModelsCommand)
25
- .de(Aws_restJson1_1.de_ListDetectorModelsCommand)
26
- .build() {
27
- }
28
- exports.ListDetectorModelsCommand = ListDetectorModelsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListInputRoutingsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListInputRoutingsCommand 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("IotColumboService", "ListInputRoutings", {})
22
- .n("IoTEventsClient", "ListInputRoutingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListInputRoutingsCommand)
25
- .de(Aws_restJson1_1.de_ListInputRoutingsCommand)
26
- .build() {
27
- }
28
- exports.ListInputRoutingsCommand = ListInputRoutingsCommand;
1
+ module.exports = require("../index.js");