@aws-sdk/client-iot-events 3.477.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist-cjs/commands/CreateAlarmModelCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDetectorModelCommand.js +18 -41
  3. package/dist-cjs/commands/CreateInputCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteAlarmModelCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteDetectorModelCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteInputCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeAlarmModelCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeDetectorModelAnalysisCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeDetectorModelCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeInputCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +18 -41
  12. package/dist-cjs/commands/GetDetectorModelAnalysisResultsCommand.js +18 -41
  13. package/dist-cjs/commands/ListAlarmModelVersionsCommand.js +18 -41
  14. package/dist-cjs/commands/ListAlarmModelsCommand.js +18 -41
  15. package/dist-cjs/commands/ListDetectorModelVersionsCommand.js +18 -41
  16. package/dist-cjs/commands/ListDetectorModelsCommand.js +18 -41
  17. package/dist-cjs/commands/ListInputRoutingsCommand.js +18 -41
  18. package/dist-cjs/commands/ListInputsCommand.js +18 -41
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  20. package/dist-cjs/commands/PutLoggingOptionsCommand.js +18 -41
  21. package/dist-cjs/commands/StartDetectorModelAnalysisCommand.js +18 -41
  22. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateAlarmModelCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateDetectorModelCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateInputCommand.js +18 -41
  27. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  28. package/dist-es/commands/CreateAlarmModelCommand.js +18 -41
  29. package/dist-es/commands/CreateDetectorModelCommand.js +18 -41
  30. package/dist-es/commands/CreateInputCommand.js +18 -41
  31. package/dist-es/commands/DeleteAlarmModelCommand.js +18 -41
  32. package/dist-es/commands/DeleteDetectorModelCommand.js +18 -41
  33. package/dist-es/commands/DeleteInputCommand.js +18 -41
  34. package/dist-es/commands/DescribeAlarmModelCommand.js +18 -41
  35. package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +18 -41
  36. package/dist-es/commands/DescribeDetectorModelCommand.js +18 -41
  37. package/dist-es/commands/DescribeInputCommand.js +18 -41
  38. package/dist-es/commands/DescribeLoggingOptionsCommand.js +18 -41
  39. package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +18 -41
  40. package/dist-es/commands/ListAlarmModelVersionsCommand.js +18 -41
  41. package/dist-es/commands/ListAlarmModelsCommand.js +18 -41
  42. package/dist-es/commands/ListDetectorModelVersionsCommand.js +18 -41
  43. package/dist-es/commands/ListDetectorModelsCommand.js +18 -41
  44. package/dist-es/commands/ListInputRoutingsCommand.js +18 -41
  45. package/dist-es/commands/ListInputsCommand.js +18 -41
  46. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  47. package/dist-es/commands/PutLoggingOptionsCommand.js +18 -41
  48. package/dist-es/commands/StartDetectorModelAnalysisCommand.js +18 -41
  49. package/dist-es/commands/TagResourceCommand.js +18 -41
  50. package/dist-es/commands/UntagResourceCommand.js +18 -41
  51. package/dist-es/commands/UpdateAlarmModelCommand.js +18 -41
  52. package/dist-es/commands/UpdateDetectorModelCommand.js +18 -41
  53. package/dist-es/commands/UpdateInputCommand.js +18 -41
  54. package/dist-es/endpoint/EndpointParameters.js +6 -0
  55. package/dist-types/commands/CreateAlarmModelCommand.d.ts +6 -21
  56. package/dist-types/commands/CreateDetectorModelCommand.d.ts +6 -21
  57. package/dist-types/commands/CreateInputCommand.d.ts +6 -21
  58. package/dist-types/commands/DeleteAlarmModelCommand.d.ts +6 -21
  59. package/dist-types/commands/DeleteDetectorModelCommand.d.ts +6 -21
  60. package/dist-types/commands/DeleteInputCommand.d.ts +6 -21
  61. package/dist-types/commands/DescribeAlarmModelCommand.d.ts +6 -21
  62. package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +6 -21
  63. package/dist-types/commands/DescribeDetectorModelCommand.d.ts +6 -21
  64. package/dist-types/commands/DescribeInputCommand.d.ts +6 -21
  65. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +6 -21
  66. package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +6 -21
  67. package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +6 -21
  68. package/dist-types/commands/ListAlarmModelsCommand.d.ts +6 -21
  69. package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +6 -21
  70. package/dist-types/commands/ListDetectorModelsCommand.d.ts +6 -21
  71. package/dist-types/commands/ListInputRoutingsCommand.d.ts +6 -21
  72. package/dist-types/commands/ListInputsCommand.d.ts +6 -21
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  74. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +6 -21
  75. package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +6 -21
  76. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  77. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  78. package/dist-types/commands/UpdateAlarmModelCommand.d.ts +6 -21
  79. package/dist-types/commands/UpdateDetectorModelCommand.d.ts +6 -21
  80. package/dist-types/commands/UpdateInputCommand.d.ts +6 -21
  81. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  82. package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  109. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteInputCommandInput extends DeleteInputRequest {}
17
11
  export interface DeleteInputCommandOutput
18
12
  extends DeleteInputResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteInputCommand extends $Command<
21
- DeleteInputCommandInput,
22
- DeleteInputCommandOutput,
23
- IoTEventsClientResolvedConfig
24
- > {
25
- readonly input: DeleteInputCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteInputCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IoTEventsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteInputCommandInput, DeleteInputCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteInputCommand_base: {
15
+ new (
16
+ input: DeleteInputCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteInputCommandInput,
19
+ DeleteInputCommandOutput,
20
+ IoTEventsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteInputCommand extends DeleteInputCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeAlarmModelCommandInput
21
15
  export interface DescribeAlarmModelCommandOutput
22
16
  extends DescribeAlarmModelResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeAlarmModelCommand extends $Command<
25
- DescribeAlarmModelCommandInput,
26
- DescribeAlarmModelCommandOutput,
27
- IoTEventsClientResolvedConfig
28
- > {
29
- readonly input: DescribeAlarmModelCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeAlarmModelCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTEventsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeAlarmModelCommandInput, DescribeAlarmModelCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeAlarmModelCommand_base: {
19
+ new (
20
+ input: DescribeAlarmModelCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeAlarmModelCommandInput,
23
+ DescribeAlarmModelCommandOutput,
24
+ IoTEventsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeAlarmModelCommand extends DescribeAlarmModelCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeDetectorModelAnalysisCommandInput
21
15
  export interface DescribeDetectorModelAnalysisCommandOutput
22
16
  extends DescribeDetectorModelAnalysisResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeDetectorModelAnalysisCommand extends $Command<
25
- DescribeDetectorModelAnalysisCommandInput,
26
- DescribeDetectorModelAnalysisCommandOutput,
27
- IoTEventsClientResolvedConfig
28
- > {
29
- readonly input: DescribeDetectorModelAnalysisCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeDetectorModelAnalysisCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTEventsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeDetectorModelAnalysisCommand_base: {
19
+ new (
20
+ input: DescribeDetectorModelAnalysisCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeDetectorModelAnalysisCommandInput,
38
- DescribeDetectorModelAnalysisCommandOutput
23
+ DescribeDetectorModelAnalysisCommandOutput,
24
+ IoTEventsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeDetectorModelAnalysisCommand extends DescribeDetectorModelAnalysisCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeDetectorModelCommandInput
21
15
  export interface DescribeDetectorModelCommandOutput
22
16
  extends DescribeDetectorModelResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeDetectorModelCommand extends $Command<
25
- DescribeDetectorModelCommandInput,
26
- DescribeDetectorModelCommandOutput,
27
- IoTEventsClientResolvedConfig
28
- > {
29
- readonly input: DescribeDetectorModelCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeDetectorModelCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTEventsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeDetectorModelCommand_base: {
19
+ new (
20
+ input: DescribeDetectorModelCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeDetectorModelCommandInput,
38
- DescribeDetectorModelCommandOutput
23
+ DescribeDetectorModelCommandOutput,
24
+ IoTEventsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeDetectorModelCommand extends DescribeDetectorModelCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeInputCommandInput extends DescribeInputRequest {}
20
14
  export interface DescribeInputCommandOutput
21
15
  extends DescribeInputResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeInputCommand extends $Command<
24
- DescribeInputCommandInput,
25
- DescribeInputCommandOutput,
26
- IoTEventsClientResolvedConfig
27
- > {
28
- readonly input: DescribeInputCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeInputCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IoTEventsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeInputCommandInput, DescribeInputCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeInputCommand_base: {
18
+ new (
19
+ input: DescribeInputCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeInputCommandInput,
22
+ DescribeInputCommandOutput,
23
+ IoTEventsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeInputCommand extends DescribeInputCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeLoggingOptionsCommandInput
21
15
  export interface DescribeLoggingOptionsCommandOutput
22
16
  extends DescribeLoggingOptionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeLoggingOptionsCommand extends $Command<
25
- DescribeLoggingOptionsCommandInput,
26
- DescribeLoggingOptionsCommandOutput,
27
- IoTEventsClientResolvedConfig
28
- > {
29
- readonly input: DescribeLoggingOptionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeLoggingOptionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTEventsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeLoggingOptionsCommand_base: {
19
+ new (
20
+ input: DescribeLoggingOptionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeLoggingOptionsCommandInput,
38
- DescribeLoggingOptionsCommandOutput
23
+ DescribeLoggingOptionsCommandOutput,
24
+ IoTEventsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeLoggingOptionsCommand extends DescribeLoggingOptionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetDetectorModelAnalysisResultsCommandInput
21
15
  export interface GetDetectorModelAnalysisResultsCommandOutput
22
16
  extends GetDetectorModelAnalysisResultsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDetectorModelAnalysisResultsCommand extends $Command<
25
- GetDetectorModelAnalysisResultsCommandInput,
26
- GetDetectorModelAnalysisResultsCommandOutput,
27
- IoTEventsClientResolvedConfig
28
- > {
29
- readonly input: GetDetectorModelAnalysisResultsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDetectorModelAnalysisResultsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTEventsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetDetectorModelAnalysisResultsCommand_base: {
19
+ new (
20
+ input: GetDetectorModelAnalysisResultsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetDetectorModelAnalysisResultsCommandInput,
38
- GetDetectorModelAnalysisResultsCommandOutput
23
+ GetDetectorModelAnalysisResultsCommandOutput,
24
+ IoTEventsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDetectorModelAnalysisResultsCommand extends GetDetectorModelAnalysisResultsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListAlarmModelVersionsCommandInput
21
15
  export interface ListAlarmModelVersionsCommandOutput
22
16
  extends ListAlarmModelVersionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAlarmModelVersionsCommand extends $Command<
25
- ListAlarmModelVersionsCommandInput,
26
- ListAlarmModelVersionsCommandOutput,
27
- IoTEventsClientResolvedConfig
28
- > {
29
- readonly input: ListAlarmModelVersionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAlarmModelVersionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTEventsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListAlarmModelVersionsCommand_base: {
19
+ new (
20
+ input: ListAlarmModelVersionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListAlarmModelVersionsCommandInput,
38
- ListAlarmModelVersionsCommandOutput
23
+ ListAlarmModelVersionsCommandOutput,
24
+ IoTEventsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAlarmModelVersionsCommand extends ListAlarmModelVersionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListAlarmModelsCommandInput extends ListAlarmModelsRequest {}
20
14
  export interface ListAlarmModelsCommandOutput
21
15
  extends ListAlarmModelsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListAlarmModelsCommand extends $Command<
24
- ListAlarmModelsCommandInput,
25
- ListAlarmModelsCommandOutput,
26
- IoTEventsClientResolvedConfig
27
- > {
28
- readonly input: ListAlarmModelsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListAlarmModelsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IoTEventsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListAlarmModelsCommandInput, ListAlarmModelsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListAlarmModelsCommand_base: {
18
+ new (
19
+ input: ListAlarmModelsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListAlarmModelsCommandInput,
22
+ ListAlarmModelsCommandOutput,
23
+ IoTEventsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListAlarmModelsCommand extends ListAlarmModelsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListDetectorModelVersionsCommandInput
21
15
  export interface ListDetectorModelVersionsCommandOutput
22
16
  extends ListDetectorModelVersionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListDetectorModelVersionsCommand extends $Command<
25
- ListDetectorModelVersionsCommandInput,
26
- ListDetectorModelVersionsCommandOutput,
27
- IoTEventsClientResolvedConfig
28
- > {
29
- readonly input: ListDetectorModelVersionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListDetectorModelVersionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTEventsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListDetectorModelVersionsCommand_base: {
19
+ new (
20
+ input: ListDetectorModelVersionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListDetectorModelVersionsCommandInput,
38
- ListDetectorModelVersionsCommandOutput
23
+ ListDetectorModelVersionsCommandOutput,
24
+ IoTEventsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListDetectorModelVersionsCommand extends ListDetectorModelVersionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListDetectorModelsCommandInput
21
15
  export interface ListDetectorModelsCommandOutput
22
16
  extends ListDetectorModelsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListDetectorModelsCommand extends $Command<
25
- ListDetectorModelsCommandInput,
26
- ListDetectorModelsCommandOutput,
27
- IoTEventsClientResolvedConfig
28
- > {
29
- readonly input: ListDetectorModelsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListDetectorModelsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTEventsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListDetectorModelsCommandInput, ListDetectorModelsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListDetectorModelsCommand_base: {
19
+ new (
20
+ input: ListDetectorModelsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListDetectorModelsCommandInput,
23
+ ListDetectorModelsCommandOutput,
24
+ IoTEventsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListDetectorModelsCommand extends ListDetectorModelsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListInputRoutingsCommandInput
21
15
  export interface ListInputRoutingsCommandOutput
22
16
  extends ListInputRoutingsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListInputRoutingsCommand extends $Command<
25
- ListInputRoutingsCommandInput,
26
- ListInputRoutingsCommandOutput,
27
- IoTEventsClientResolvedConfig
28
- > {
29
- readonly input: ListInputRoutingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListInputRoutingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTEventsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListInputRoutingsCommandInput, ListInputRoutingsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListInputRoutingsCommand_base: {
19
+ new (
20
+ input: ListInputRoutingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListInputRoutingsCommandInput,
23
+ ListInputRoutingsCommandOutput,
24
+ IoTEventsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListInputRoutingsCommand extends ListInputRoutingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListInputsCommandInput extends ListInputsRequest {}
17
11
  export interface ListInputsCommandOutput
18
12
  extends ListInputsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListInputsCommand extends $Command<
21
- ListInputsCommandInput,
22
- ListInputsCommandOutput,
23
- IoTEventsClientResolvedConfig
24
- > {
25
- readonly input: ListInputsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListInputsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IoTEventsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListInputsCommandInput, ListInputsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListInputsCommand_base: {
15
+ new (
16
+ input: ListInputsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListInputsCommandInput,
19
+ ListInputsCommandOutput,
20
+ IoTEventsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListInputsCommand extends ListInputsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTEventsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- IoTEventsClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTEventsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ IoTEventsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}