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