@aws-sdk/client-iot-events 3.169.0 → 3.171.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 (41) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IoTEvents.d.ts +446 -135
  3. package/dist-types/ts3.4/IoTEventsClient.d.ts +260 -99
  4. package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +31 -17
  24. package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/index.d.ts +26 -26
  31. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  32. package/dist-types/ts3.4/index.d.ts +5 -5
  33. package/dist-types/ts3.4/models/IoTEventsServiceException.d.ts +7 -6
  34. package/dist-types/ts3.4/models/index.d.ts +1 -1
  35. package/dist-types/ts3.4/models/models_0.d.ts +953 -1245
  36. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
  37. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  38. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  39. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  40. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  41. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-iot-events
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-iot-events
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-iot-events
@@ -1,135 +1,446 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput } from "./commands/CreateAlarmModelCommand";
3
- import { CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput } from "./commands/CreateDetectorModelCommand";
4
- import { CreateInputCommandInput, CreateInputCommandOutput } from "./commands/CreateInputCommand";
5
- import { DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput } from "./commands/DeleteAlarmModelCommand";
6
- import { DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput } from "./commands/DeleteDetectorModelCommand";
7
- import { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
8
- import { DescribeAlarmModelCommandInput, DescribeAlarmModelCommandOutput } from "./commands/DescribeAlarmModelCommand";
9
- import { DescribeDetectorModelAnalysisCommandInput, DescribeDetectorModelAnalysisCommandOutput } from "./commands/DescribeDetectorModelAnalysisCommand";
10
- import { DescribeDetectorModelCommandInput, DescribeDetectorModelCommandOutput } from "./commands/DescribeDetectorModelCommand";
11
- import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
12
- import { DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput } from "./commands/DescribeLoggingOptionsCommand";
13
- import { GetDetectorModelAnalysisResultsCommandInput, GetDetectorModelAnalysisResultsCommandOutput } from "./commands/GetDetectorModelAnalysisResultsCommand";
14
- import { ListAlarmModelsCommandInput, ListAlarmModelsCommandOutput } from "./commands/ListAlarmModelsCommand";
15
- import { ListAlarmModelVersionsCommandInput, ListAlarmModelVersionsCommandOutput } from "./commands/ListAlarmModelVersionsCommand";
16
- import { ListDetectorModelsCommandInput, ListDetectorModelsCommandOutput } from "./commands/ListDetectorModelsCommand";
17
- import { ListDetectorModelVersionsCommandInput, ListDetectorModelVersionsCommandOutput } from "./commands/ListDetectorModelVersionsCommand";
18
- import { ListInputRoutingsCommandInput, ListInputRoutingsCommandOutput } from "./commands/ListInputRoutingsCommand";
19
- import { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/ListInputsCommand";
20
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
21
- import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
22
- import { StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput } from "./commands/StartDetectorModelAnalysisCommand";
23
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
24
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
25
- import { UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput } from "./commands/UpdateAlarmModelCommand";
26
- import { UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput } from "./commands/UpdateDetectorModelCommand";
27
- import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
28
- import { IoTEventsClient } from "./IoTEventsClient";
29
-
30
- export declare class IoTEvents extends IoTEventsClient {
31
-
32
- createAlarmModel(args: CreateAlarmModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateAlarmModelCommandOutput>;
33
- createAlarmModel(args: CreateAlarmModelCommandInput, cb: (err: any, data?: CreateAlarmModelCommandOutput) => void): void;
34
- createAlarmModel(args: CreateAlarmModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAlarmModelCommandOutput) => void): void;
35
-
36
- createDetectorModel(args: CreateDetectorModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateDetectorModelCommandOutput>;
37
- createDetectorModel(args: CreateDetectorModelCommandInput, cb: (err: any, data?: CreateDetectorModelCommandOutput) => void): void;
38
- createDetectorModel(args: CreateDetectorModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDetectorModelCommandOutput) => void): void;
39
-
40
- createInput(args: CreateInputCommandInput, options?: __HttpHandlerOptions): Promise<CreateInputCommandOutput>;
41
- createInput(args: CreateInputCommandInput, cb: (err: any, data?: CreateInputCommandOutput) => void): void;
42
- createInput(args: CreateInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInputCommandOutput) => void): void;
43
-
44
- deleteAlarmModel(args: DeleteAlarmModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAlarmModelCommandOutput>;
45
- deleteAlarmModel(args: DeleteAlarmModelCommandInput, cb: (err: any, data?: DeleteAlarmModelCommandOutput) => void): void;
46
- deleteAlarmModel(args: DeleteAlarmModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAlarmModelCommandOutput) => void): void;
47
-
48
- deleteDetectorModel(args: DeleteDetectorModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDetectorModelCommandOutput>;
49
- deleteDetectorModel(args: DeleteDetectorModelCommandInput, cb: (err: any, data?: DeleteDetectorModelCommandOutput) => void): void;
50
- deleteDetectorModel(args: DeleteDetectorModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDetectorModelCommandOutput) => void): void;
51
-
52
- deleteInput(args: DeleteInputCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInputCommandOutput>;
53
- deleteInput(args: DeleteInputCommandInput, cb: (err: any, data?: DeleteInputCommandOutput) => void): void;
54
- deleteInput(args: DeleteInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInputCommandOutput) => void): void;
55
-
56
- describeAlarmModel(args: DescribeAlarmModelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAlarmModelCommandOutput>;
57
- describeAlarmModel(args: DescribeAlarmModelCommandInput, cb: (err: any, data?: DescribeAlarmModelCommandOutput) => void): void;
58
- describeAlarmModel(args: DescribeAlarmModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAlarmModelCommandOutput) => void): void;
59
-
60
- describeDetectorModel(args: DescribeDetectorModelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDetectorModelCommandOutput>;
61
- describeDetectorModel(args: DescribeDetectorModelCommandInput, cb: (err: any, data?: DescribeDetectorModelCommandOutput) => void): void;
62
- describeDetectorModel(args: DescribeDetectorModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDetectorModelCommandOutput) => void): void;
63
-
64
- describeDetectorModelAnalysis(args: DescribeDetectorModelAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDetectorModelAnalysisCommandOutput>;
65
- describeDetectorModelAnalysis(args: DescribeDetectorModelAnalysisCommandInput, cb: (err: any, data?: DescribeDetectorModelAnalysisCommandOutput) => void): void;
66
- describeDetectorModelAnalysis(args: DescribeDetectorModelAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDetectorModelAnalysisCommandOutput) => void): void;
67
-
68
- describeInput(args: DescribeInputCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInputCommandOutput>;
69
- describeInput(args: DescribeInputCommandInput, cb: (err: any, data?: DescribeInputCommandOutput) => void): void;
70
- describeInput(args: DescribeInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInputCommandOutput) => void): void;
71
-
72
- describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoggingOptionsCommandOutput>;
73
- describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void): void;
74
- describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void): void;
75
-
76
- getDetectorModelAnalysisResults(args: GetDetectorModelAnalysisResultsCommandInput, options?: __HttpHandlerOptions): Promise<GetDetectorModelAnalysisResultsCommandOutput>;
77
- getDetectorModelAnalysisResults(args: GetDetectorModelAnalysisResultsCommandInput, cb: (err: any, data?: GetDetectorModelAnalysisResultsCommandOutput) => void): void;
78
- getDetectorModelAnalysisResults(args: GetDetectorModelAnalysisResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorModelAnalysisResultsCommandOutput) => void): void;
79
-
80
- listAlarmModels(args: ListAlarmModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListAlarmModelsCommandOutput>;
81
- listAlarmModels(args: ListAlarmModelsCommandInput, cb: (err: any, data?: ListAlarmModelsCommandOutput) => void): void;
82
- listAlarmModels(args: ListAlarmModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAlarmModelsCommandOutput) => void): void;
83
-
84
- listAlarmModelVersions(args: ListAlarmModelVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAlarmModelVersionsCommandOutput>;
85
- listAlarmModelVersions(args: ListAlarmModelVersionsCommandInput, cb: (err: any, data?: ListAlarmModelVersionsCommandOutput) => void): void;
86
- listAlarmModelVersions(args: ListAlarmModelVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAlarmModelVersionsCommandOutput) => void): void;
87
-
88
- listDetectorModels(args: ListDetectorModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListDetectorModelsCommandOutput>;
89
- listDetectorModels(args: ListDetectorModelsCommandInput, cb: (err: any, data?: ListDetectorModelsCommandOutput) => void): void;
90
- listDetectorModels(args: ListDetectorModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectorModelsCommandOutput) => void): void;
91
-
92
- listDetectorModelVersions(args: ListDetectorModelVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDetectorModelVersionsCommandOutput>;
93
- listDetectorModelVersions(args: ListDetectorModelVersionsCommandInput, cb: (err: any, data?: ListDetectorModelVersionsCommandOutput) => void): void;
94
- listDetectorModelVersions(args: ListDetectorModelVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectorModelVersionsCommandOutput) => void): void;
95
-
96
- listInputRoutings(args: ListInputRoutingsCommandInput, options?: __HttpHandlerOptions): Promise<ListInputRoutingsCommandOutput>;
97
- listInputRoutings(args: ListInputRoutingsCommandInput, cb: (err: any, data?: ListInputRoutingsCommandOutput) => void): void;
98
- listInputRoutings(args: ListInputRoutingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInputRoutingsCommandOutput) => void): void;
99
-
100
- listInputs(args: ListInputsCommandInput, options?: __HttpHandlerOptions): Promise<ListInputsCommandOutput>;
101
- listInputs(args: ListInputsCommandInput, cb: (err: any, data?: ListInputsCommandOutput) => void): void;
102
- listInputs(args: ListInputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInputsCommandOutput) => void): void;
103
-
104
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
105
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
106
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
107
-
108
- putLoggingOptions(args: PutLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutLoggingOptionsCommandOutput>;
109
- putLoggingOptions(args: PutLoggingOptionsCommandInput, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void): void;
110
- putLoggingOptions(args: PutLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void): void;
111
-
112
- startDetectorModelAnalysis(args: StartDetectorModelAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<StartDetectorModelAnalysisCommandOutput>;
113
- startDetectorModelAnalysis(args: StartDetectorModelAnalysisCommandInput, cb: (err: any, data?: StartDetectorModelAnalysisCommandOutput) => void): void;
114
- startDetectorModelAnalysis(args: StartDetectorModelAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDetectorModelAnalysisCommandOutput) => void): void;
115
-
116
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
117
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
118
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
119
-
120
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
121
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
122
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
123
-
124
- updateAlarmModel(args: UpdateAlarmModelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAlarmModelCommandOutput>;
125
- updateAlarmModel(args: UpdateAlarmModelCommandInput, cb: (err: any, data?: UpdateAlarmModelCommandOutput) => void): void;
126
- updateAlarmModel(args: UpdateAlarmModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAlarmModelCommandOutput) => void): void;
127
-
128
- updateDetectorModel(args: UpdateDetectorModelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDetectorModelCommandOutput>;
129
- updateDetectorModel(args: UpdateDetectorModelCommandInput, cb: (err: any, data?: UpdateDetectorModelCommandOutput) => void): void;
130
- updateDetectorModel(args: UpdateDetectorModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorModelCommandOutput) => void): void;
131
-
132
- updateInput(args: UpdateInputCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInputCommandOutput>;
133
- updateInput(args: UpdateInputCommandInput, cb: (err: any, data?: UpdateInputCommandOutput) => void): void;
134
- updateInput(args: UpdateInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInputCommandOutput) => void): void;
135
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateAlarmModelCommandInput,
4
+ CreateAlarmModelCommandOutput,
5
+ } from "./commands/CreateAlarmModelCommand";
6
+ import {
7
+ CreateDetectorModelCommandInput,
8
+ CreateDetectorModelCommandOutput,
9
+ } from "./commands/CreateDetectorModelCommand";
10
+ import {
11
+ CreateInputCommandInput,
12
+ CreateInputCommandOutput,
13
+ } from "./commands/CreateInputCommand";
14
+ import {
15
+ DeleteAlarmModelCommandInput,
16
+ DeleteAlarmModelCommandOutput,
17
+ } from "./commands/DeleteAlarmModelCommand";
18
+ import {
19
+ DeleteDetectorModelCommandInput,
20
+ DeleteDetectorModelCommandOutput,
21
+ } from "./commands/DeleteDetectorModelCommand";
22
+ import {
23
+ DeleteInputCommandInput,
24
+ DeleteInputCommandOutput,
25
+ } from "./commands/DeleteInputCommand";
26
+ import {
27
+ DescribeAlarmModelCommandInput,
28
+ DescribeAlarmModelCommandOutput,
29
+ } from "./commands/DescribeAlarmModelCommand";
30
+ import {
31
+ DescribeDetectorModelAnalysisCommandInput,
32
+ DescribeDetectorModelAnalysisCommandOutput,
33
+ } from "./commands/DescribeDetectorModelAnalysisCommand";
34
+ import {
35
+ DescribeDetectorModelCommandInput,
36
+ DescribeDetectorModelCommandOutput,
37
+ } from "./commands/DescribeDetectorModelCommand";
38
+ import {
39
+ DescribeInputCommandInput,
40
+ DescribeInputCommandOutput,
41
+ } from "./commands/DescribeInputCommand";
42
+ import {
43
+ DescribeLoggingOptionsCommandInput,
44
+ DescribeLoggingOptionsCommandOutput,
45
+ } from "./commands/DescribeLoggingOptionsCommand";
46
+ import {
47
+ GetDetectorModelAnalysisResultsCommandInput,
48
+ GetDetectorModelAnalysisResultsCommandOutput,
49
+ } from "./commands/GetDetectorModelAnalysisResultsCommand";
50
+ import {
51
+ ListAlarmModelsCommandInput,
52
+ ListAlarmModelsCommandOutput,
53
+ } from "./commands/ListAlarmModelsCommand";
54
+ import {
55
+ ListAlarmModelVersionsCommandInput,
56
+ ListAlarmModelVersionsCommandOutput,
57
+ } from "./commands/ListAlarmModelVersionsCommand";
58
+ import {
59
+ ListDetectorModelsCommandInput,
60
+ ListDetectorModelsCommandOutput,
61
+ } from "./commands/ListDetectorModelsCommand";
62
+ import {
63
+ ListDetectorModelVersionsCommandInput,
64
+ ListDetectorModelVersionsCommandOutput,
65
+ } from "./commands/ListDetectorModelVersionsCommand";
66
+ import {
67
+ ListInputRoutingsCommandInput,
68
+ ListInputRoutingsCommandOutput,
69
+ } from "./commands/ListInputRoutingsCommand";
70
+ import {
71
+ ListInputsCommandInput,
72
+ ListInputsCommandOutput,
73
+ } from "./commands/ListInputsCommand";
74
+ import {
75
+ ListTagsForResourceCommandInput,
76
+ ListTagsForResourceCommandOutput,
77
+ } from "./commands/ListTagsForResourceCommand";
78
+ import {
79
+ PutLoggingOptionsCommandInput,
80
+ PutLoggingOptionsCommandOutput,
81
+ } from "./commands/PutLoggingOptionsCommand";
82
+ import {
83
+ StartDetectorModelAnalysisCommandInput,
84
+ StartDetectorModelAnalysisCommandOutput,
85
+ } from "./commands/StartDetectorModelAnalysisCommand";
86
+ import {
87
+ TagResourceCommandInput,
88
+ TagResourceCommandOutput,
89
+ } from "./commands/TagResourceCommand";
90
+ import {
91
+ UntagResourceCommandInput,
92
+ UntagResourceCommandOutput,
93
+ } from "./commands/UntagResourceCommand";
94
+ import {
95
+ UpdateAlarmModelCommandInput,
96
+ UpdateAlarmModelCommandOutput,
97
+ } from "./commands/UpdateAlarmModelCommand";
98
+ import {
99
+ UpdateDetectorModelCommandInput,
100
+ UpdateDetectorModelCommandOutput,
101
+ } from "./commands/UpdateDetectorModelCommand";
102
+ import {
103
+ UpdateInputCommandInput,
104
+ UpdateInputCommandOutput,
105
+ } from "./commands/UpdateInputCommand";
106
+ import { IoTEventsClient } from "./IoTEventsClient";
107
+ export declare class IoTEvents extends IoTEventsClient {
108
+ createAlarmModel(
109
+ args: CreateAlarmModelCommandInput,
110
+ options?: __HttpHandlerOptions
111
+ ): Promise<CreateAlarmModelCommandOutput>;
112
+ createAlarmModel(
113
+ args: CreateAlarmModelCommandInput,
114
+ cb: (err: any, data?: CreateAlarmModelCommandOutput) => void
115
+ ): void;
116
+ createAlarmModel(
117
+ args: CreateAlarmModelCommandInput,
118
+ options: __HttpHandlerOptions,
119
+ cb: (err: any, data?: CreateAlarmModelCommandOutput) => void
120
+ ): void;
121
+ createDetectorModel(
122
+ args: CreateDetectorModelCommandInput,
123
+ options?: __HttpHandlerOptions
124
+ ): Promise<CreateDetectorModelCommandOutput>;
125
+ createDetectorModel(
126
+ args: CreateDetectorModelCommandInput,
127
+ cb: (err: any, data?: CreateDetectorModelCommandOutput) => void
128
+ ): void;
129
+ createDetectorModel(
130
+ args: CreateDetectorModelCommandInput,
131
+ options: __HttpHandlerOptions,
132
+ cb: (err: any, data?: CreateDetectorModelCommandOutput) => void
133
+ ): void;
134
+ createInput(
135
+ args: CreateInputCommandInput,
136
+ options?: __HttpHandlerOptions
137
+ ): Promise<CreateInputCommandOutput>;
138
+ createInput(
139
+ args: CreateInputCommandInput,
140
+ cb: (err: any, data?: CreateInputCommandOutput) => void
141
+ ): void;
142
+ createInput(
143
+ args: CreateInputCommandInput,
144
+ options: __HttpHandlerOptions,
145
+ cb: (err: any, data?: CreateInputCommandOutput) => void
146
+ ): void;
147
+ deleteAlarmModel(
148
+ args: DeleteAlarmModelCommandInput,
149
+ options?: __HttpHandlerOptions
150
+ ): Promise<DeleteAlarmModelCommandOutput>;
151
+ deleteAlarmModel(
152
+ args: DeleteAlarmModelCommandInput,
153
+ cb: (err: any, data?: DeleteAlarmModelCommandOutput) => void
154
+ ): void;
155
+ deleteAlarmModel(
156
+ args: DeleteAlarmModelCommandInput,
157
+ options: __HttpHandlerOptions,
158
+ cb: (err: any, data?: DeleteAlarmModelCommandOutput) => void
159
+ ): void;
160
+ deleteDetectorModel(
161
+ args: DeleteDetectorModelCommandInput,
162
+ options?: __HttpHandlerOptions
163
+ ): Promise<DeleteDetectorModelCommandOutput>;
164
+ deleteDetectorModel(
165
+ args: DeleteDetectorModelCommandInput,
166
+ cb: (err: any, data?: DeleteDetectorModelCommandOutput) => void
167
+ ): void;
168
+ deleteDetectorModel(
169
+ args: DeleteDetectorModelCommandInput,
170
+ options: __HttpHandlerOptions,
171
+ cb: (err: any, data?: DeleteDetectorModelCommandOutput) => void
172
+ ): void;
173
+ deleteInput(
174
+ args: DeleteInputCommandInput,
175
+ options?: __HttpHandlerOptions
176
+ ): Promise<DeleteInputCommandOutput>;
177
+ deleteInput(
178
+ args: DeleteInputCommandInput,
179
+ cb: (err: any, data?: DeleteInputCommandOutput) => void
180
+ ): void;
181
+ deleteInput(
182
+ args: DeleteInputCommandInput,
183
+ options: __HttpHandlerOptions,
184
+ cb: (err: any, data?: DeleteInputCommandOutput) => void
185
+ ): void;
186
+ describeAlarmModel(
187
+ args: DescribeAlarmModelCommandInput,
188
+ options?: __HttpHandlerOptions
189
+ ): Promise<DescribeAlarmModelCommandOutput>;
190
+ describeAlarmModel(
191
+ args: DescribeAlarmModelCommandInput,
192
+ cb: (err: any, data?: DescribeAlarmModelCommandOutput) => void
193
+ ): void;
194
+ describeAlarmModel(
195
+ args: DescribeAlarmModelCommandInput,
196
+ options: __HttpHandlerOptions,
197
+ cb: (err: any, data?: DescribeAlarmModelCommandOutput) => void
198
+ ): void;
199
+ describeDetectorModel(
200
+ args: DescribeDetectorModelCommandInput,
201
+ options?: __HttpHandlerOptions
202
+ ): Promise<DescribeDetectorModelCommandOutput>;
203
+ describeDetectorModel(
204
+ args: DescribeDetectorModelCommandInput,
205
+ cb: (err: any, data?: DescribeDetectorModelCommandOutput) => void
206
+ ): void;
207
+ describeDetectorModel(
208
+ args: DescribeDetectorModelCommandInput,
209
+ options: __HttpHandlerOptions,
210
+ cb: (err: any, data?: DescribeDetectorModelCommandOutput) => void
211
+ ): void;
212
+ describeDetectorModelAnalysis(
213
+ args: DescribeDetectorModelAnalysisCommandInput,
214
+ options?: __HttpHandlerOptions
215
+ ): Promise<DescribeDetectorModelAnalysisCommandOutput>;
216
+ describeDetectorModelAnalysis(
217
+ args: DescribeDetectorModelAnalysisCommandInput,
218
+ cb: (err: any, data?: DescribeDetectorModelAnalysisCommandOutput) => void
219
+ ): void;
220
+ describeDetectorModelAnalysis(
221
+ args: DescribeDetectorModelAnalysisCommandInput,
222
+ options: __HttpHandlerOptions,
223
+ cb: (err: any, data?: DescribeDetectorModelAnalysisCommandOutput) => void
224
+ ): void;
225
+ describeInput(
226
+ args: DescribeInputCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<DescribeInputCommandOutput>;
229
+ describeInput(
230
+ args: DescribeInputCommandInput,
231
+ cb: (err: any, data?: DescribeInputCommandOutput) => void
232
+ ): void;
233
+ describeInput(
234
+ args: DescribeInputCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: DescribeInputCommandOutput) => void
237
+ ): void;
238
+ describeLoggingOptions(
239
+ args: DescribeLoggingOptionsCommandInput,
240
+ options?: __HttpHandlerOptions
241
+ ): Promise<DescribeLoggingOptionsCommandOutput>;
242
+ describeLoggingOptions(
243
+ args: DescribeLoggingOptionsCommandInput,
244
+ cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void
245
+ ): void;
246
+ describeLoggingOptions(
247
+ args: DescribeLoggingOptionsCommandInput,
248
+ options: __HttpHandlerOptions,
249
+ cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void
250
+ ): void;
251
+ getDetectorModelAnalysisResults(
252
+ args: GetDetectorModelAnalysisResultsCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<GetDetectorModelAnalysisResultsCommandOutput>;
255
+ getDetectorModelAnalysisResults(
256
+ args: GetDetectorModelAnalysisResultsCommandInput,
257
+ cb: (err: any, data?: GetDetectorModelAnalysisResultsCommandOutput) => void
258
+ ): void;
259
+ getDetectorModelAnalysisResults(
260
+ args: GetDetectorModelAnalysisResultsCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: GetDetectorModelAnalysisResultsCommandOutput) => void
263
+ ): void;
264
+ listAlarmModels(
265
+ args: ListAlarmModelsCommandInput,
266
+ options?: __HttpHandlerOptions
267
+ ): Promise<ListAlarmModelsCommandOutput>;
268
+ listAlarmModels(
269
+ args: ListAlarmModelsCommandInput,
270
+ cb: (err: any, data?: ListAlarmModelsCommandOutput) => void
271
+ ): void;
272
+ listAlarmModels(
273
+ args: ListAlarmModelsCommandInput,
274
+ options: __HttpHandlerOptions,
275
+ cb: (err: any, data?: ListAlarmModelsCommandOutput) => void
276
+ ): void;
277
+ listAlarmModelVersions(
278
+ args: ListAlarmModelVersionsCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<ListAlarmModelVersionsCommandOutput>;
281
+ listAlarmModelVersions(
282
+ args: ListAlarmModelVersionsCommandInput,
283
+ cb: (err: any, data?: ListAlarmModelVersionsCommandOutput) => void
284
+ ): void;
285
+ listAlarmModelVersions(
286
+ args: ListAlarmModelVersionsCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: ListAlarmModelVersionsCommandOutput) => void
289
+ ): void;
290
+ listDetectorModels(
291
+ args: ListDetectorModelsCommandInput,
292
+ options?: __HttpHandlerOptions
293
+ ): Promise<ListDetectorModelsCommandOutput>;
294
+ listDetectorModels(
295
+ args: ListDetectorModelsCommandInput,
296
+ cb: (err: any, data?: ListDetectorModelsCommandOutput) => void
297
+ ): void;
298
+ listDetectorModels(
299
+ args: ListDetectorModelsCommandInput,
300
+ options: __HttpHandlerOptions,
301
+ cb: (err: any, data?: ListDetectorModelsCommandOutput) => void
302
+ ): void;
303
+ listDetectorModelVersions(
304
+ args: ListDetectorModelVersionsCommandInput,
305
+ options?: __HttpHandlerOptions
306
+ ): Promise<ListDetectorModelVersionsCommandOutput>;
307
+ listDetectorModelVersions(
308
+ args: ListDetectorModelVersionsCommandInput,
309
+ cb: (err: any, data?: ListDetectorModelVersionsCommandOutput) => void
310
+ ): void;
311
+ listDetectorModelVersions(
312
+ args: ListDetectorModelVersionsCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (err: any, data?: ListDetectorModelVersionsCommandOutput) => void
315
+ ): void;
316
+ listInputRoutings(
317
+ args: ListInputRoutingsCommandInput,
318
+ options?: __HttpHandlerOptions
319
+ ): Promise<ListInputRoutingsCommandOutput>;
320
+ listInputRoutings(
321
+ args: ListInputRoutingsCommandInput,
322
+ cb: (err: any, data?: ListInputRoutingsCommandOutput) => void
323
+ ): void;
324
+ listInputRoutings(
325
+ args: ListInputRoutingsCommandInput,
326
+ options: __HttpHandlerOptions,
327
+ cb: (err: any, data?: ListInputRoutingsCommandOutput) => void
328
+ ): void;
329
+ listInputs(
330
+ args: ListInputsCommandInput,
331
+ options?: __HttpHandlerOptions
332
+ ): Promise<ListInputsCommandOutput>;
333
+ listInputs(
334
+ args: ListInputsCommandInput,
335
+ cb: (err: any, data?: ListInputsCommandOutput) => void
336
+ ): void;
337
+ listInputs(
338
+ args: ListInputsCommandInput,
339
+ options: __HttpHandlerOptions,
340
+ cb: (err: any, data?: ListInputsCommandOutput) => void
341
+ ): void;
342
+ listTagsForResource(
343
+ args: ListTagsForResourceCommandInput,
344
+ options?: __HttpHandlerOptions
345
+ ): Promise<ListTagsForResourceCommandOutput>;
346
+ listTagsForResource(
347
+ args: ListTagsForResourceCommandInput,
348
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
349
+ ): void;
350
+ listTagsForResource(
351
+ args: ListTagsForResourceCommandInput,
352
+ options: __HttpHandlerOptions,
353
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
354
+ ): void;
355
+ putLoggingOptions(
356
+ args: PutLoggingOptionsCommandInput,
357
+ options?: __HttpHandlerOptions
358
+ ): Promise<PutLoggingOptionsCommandOutput>;
359
+ putLoggingOptions(
360
+ args: PutLoggingOptionsCommandInput,
361
+ cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void
362
+ ): void;
363
+ putLoggingOptions(
364
+ args: PutLoggingOptionsCommandInput,
365
+ options: __HttpHandlerOptions,
366
+ cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void
367
+ ): void;
368
+ startDetectorModelAnalysis(
369
+ args: StartDetectorModelAnalysisCommandInput,
370
+ options?: __HttpHandlerOptions
371
+ ): Promise<StartDetectorModelAnalysisCommandOutput>;
372
+ startDetectorModelAnalysis(
373
+ args: StartDetectorModelAnalysisCommandInput,
374
+ cb: (err: any, data?: StartDetectorModelAnalysisCommandOutput) => void
375
+ ): void;
376
+ startDetectorModelAnalysis(
377
+ args: StartDetectorModelAnalysisCommandInput,
378
+ options: __HttpHandlerOptions,
379
+ cb: (err: any, data?: StartDetectorModelAnalysisCommandOutput) => void
380
+ ): void;
381
+ tagResource(
382
+ args: TagResourceCommandInput,
383
+ options?: __HttpHandlerOptions
384
+ ): Promise<TagResourceCommandOutput>;
385
+ tagResource(
386
+ args: TagResourceCommandInput,
387
+ cb: (err: any, data?: TagResourceCommandOutput) => void
388
+ ): void;
389
+ tagResource(
390
+ args: TagResourceCommandInput,
391
+ options: __HttpHandlerOptions,
392
+ cb: (err: any, data?: TagResourceCommandOutput) => void
393
+ ): void;
394
+ untagResource(
395
+ args: UntagResourceCommandInput,
396
+ options?: __HttpHandlerOptions
397
+ ): Promise<UntagResourceCommandOutput>;
398
+ untagResource(
399
+ args: UntagResourceCommandInput,
400
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
401
+ ): void;
402
+ untagResource(
403
+ args: UntagResourceCommandInput,
404
+ options: __HttpHandlerOptions,
405
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
406
+ ): void;
407
+ updateAlarmModel(
408
+ args: UpdateAlarmModelCommandInput,
409
+ options?: __HttpHandlerOptions
410
+ ): Promise<UpdateAlarmModelCommandOutput>;
411
+ updateAlarmModel(
412
+ args: UpdateAlarmModelCommandInput,
413
+ cb: (err: any, data?: UpdateAlarmModelCommandOutput) => void
414
+ ): void;
415
+ updateAlarmModel(
416
+ args: UpdateAlarmModelCommandInput,
417
+ options: __HttpHandlerOptions,
418
+ cb: (err: any, data?: UpdateAlarmModelCommandOutput) => void
419
+ ): void;
420
+ updateDetectorModel(
421
+ args: UpdateDetectorModelCommandInput,
422
+ options?: __HttpHandlerOptions
423
+ ): Promise<UpdateDetectorModelCommandOutput>;
424
+ updateDetectorModel(
425
+ args: UpdateDetectorModelCommandInput,
426
+ cb: (err: any, data?: UpdateDetectorModelCommandOutput) => void
427
+ ): void;
428
+ updateDetectorModel(
429
+ args: UpdateDetectorModelCommandInput,
430
+ options: __HttpHandlerOptions,
431
+ cb: (err: any, data?: UpdateDetectorModelCommandOutput) => void
432
+ ): void;
433
+ updateInput(
434
+ args: UpdateInputCommandInput,
435
+ options?: __HttpHandlerOptions
436
+ ): Promise<UpdateInputCommandOutput>;
437
+ updateInput(
438
+ args: UpdateInputCommandInput,
439
+ cb: (err: any, data?: UpdateInputCommandOutput) => void
440
+ ): void;
441
+ updateInput(
442
+ args: UpdateInputCommandInput,
443
+ options: __HttpHandlerOptions,
444
+ cb: (err: any, data?: UpdateInputCommandOutput) => void
445
+ ): void;
446
+ }