@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
@@ -1,80 +1,317 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput } from "../commands/CreateAlarmModelCommand";
4
- import { CreateDetectorModelCommandInput, CreateDetectorModelCommandOutput } from "../commands/CreateDetectorModelCommand";
5
- import { CreateInputCommandInput, CreateInputCommandOutput } from "../commands/CreateInputCommand";
6
- import { DeleteAlarmModelCommandInput, DeleteAlarmModelCommandOutput } from "../commands/DeleteAlarmModelCommand";
7
- import { DeleteDetectorModelCommandInput, DeleteDetectorModelCommandOutput } from "../commands/DeleteDetectorModelCommand";
8
- import { DeleteInputCommandInput, DeleteInputCommandOutput } from "../commands/DeleteInputCommand";
9
- import { DescribeAlarmModelCommandInput, DescribeAlarmModelCommandOutput } from "../commands/DescribeAlarmModelCommand";
10
- import { DescribeDetectorModelAnalysisCommandInput, DescribeDetectorModelAnalysisCommandOutput } from "../commands/DescribeDetectorModelAnalysisCommand";
11
- import { DescribeDetectorModelCommandInput, DescribeDetectorModelCommandOutput } from "../commands/DescribeDetectorModelCommand";
12
- import { DescribeInputCommandInput, DescribeInputCommandOutput } from "../commands/DescribeInputCommand";
13
- import { DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput } from "../commands/DescribeLoggingOptionsCommand";
14
- import { GetDetectorModelAnalysisResultsCommandInput, GetDetectorModelAnalysisResultsCommandOutput } from "../commands/GetDetectorModelAnalysisResultsCommand";
15
- import { ListAlarmModelsCommandInput, ListAlarmModelsCommandOutput } from "../commands/ListAlarmModelsCommand";
16
- import { ListAlarmModelVersionsCommandInput, ListAlarmModelVersionsCommandOutput } from "../commands/ListAlarmModelVersionsCommand";
17
- import { ListDetectorModelsCommandInput, ListDetectorModelsCommandOutput } from "../commands/ListDetectorModelsCommand";
18
- import { ListDetectorModelVersionsCommandInput, ListDetectorModelVersionsCommandOutput } from "../commands/ListDetectorModelVersionsCommand";
19
- import { ListInputRoutingsCommandInput, ListInputRoutingsCommandOutput } from "../commands/ListInputRoutingsCommand";
20
- import { ListInputsCommandInput, ListInputsCommandOutput } from "../commands/ListInputsCommand";
21
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
22
- import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "../commands/PutLoggingOptionsCommand";
23
- import { StartDetectorModelAnalysisCommandInput, StartDetectorModelAnalysisCommandOutput } from "../commands/StartDetectorModelAnalysisCommand";
24
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
25
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
26
- import { UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput } from "../commands/UpdateAlarmModelCommand";
27
- import { UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput } from "../commands/UpdateDetectorModelCommand";
28
- import { UpdateInputCommandInput, UpdateInputCommandOutput } from "../commands/UpdateInputCommand";
29
- export declare const serializeAws_restJson1CreateAlarmModelCommand: (input: CreateAlarmModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1CreateDetectorModelCommand: (input: CreateDetectorModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1CreateInputCommand: (input: CreateInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1DeleteAlarmModelCommand: (input: DeleteAlarmModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1DeleteDetectorModelCommand: (input: DeleteDetectorModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1DeleteInputCommand: (input: DeleteInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1DescribeAlarmModelCommand: (input: DescribeAlarmModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1DescribeDetectorModelCommand: (input: DescribeDetectorModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1DescribeDetectorModelAnalysisCommand: (input: DescribeDetectorModelAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1DescribeInputCommand: (input: DescribeInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1DescribeLoggingOptionsCommand: (input: DescribeLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1GetDetectorModelAnalysisResultsCommand: (input: GetDetectorModelAnalysisResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1ListAlarmModelsCommand: (input: ListAlarmModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1ListAlarmModelVersionsCommand: (input: ListAlarmModelVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1ListDetectorModelsCommand: (input: ListDetectorModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1ListDetectorModelVersionsCommand: (input: ListDetectorModelVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1ListInputRoutingsCommand: (input: ListInputRoutingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1ListInputsCommand: (input: ListInputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1PutLoggingOptionsCommand: (input: PutLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1StartDetectorModelAnalysisCommand: (input: StartDetectorModelAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1UpdateAlarmModelCommand: (input: UpdateAlarmModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1UpdateDetectorModelCommand: (input: UpdateDetectorModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1UpdateInputCommand: (input: UpdateInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const deserializeAws_restJson1CreateAlarmModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAlarmModelCommandOutput>;
56
- export declare const deserializeAws_restJson1CreateDetectorModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDetectorModelCommandOutput>;
57
- export declare const deserializeAws_restJson1CreateInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInputCommandOutput>;
58
- export declare const deserializeAws_restJson1DeleteAlarmModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAlarmModelCommandOutput>;
59
- export declare const deserializeAws_restJson1DeleteDetectorModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDetectorModelCommandOutput>;
60
- export declare const deserializeAws_restJson1DeleteInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInputCommandOutput>;
61
- export declare const deserializeAws_restJson1DescribeAlarmModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlarmModelCommandOutput>;
62
- export declare const deserializeAws_restJson1DescribeDetectorModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDetectorModelCommandOutput>;
63
- export declare const deserializeAws_restJson1DescribeDetectorModelAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDetectorModelAnalysisCommandOutput>;
64
- export declare const deserializeAws_restJson1DescribeInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputCommandOutput>;
65
- export declare const deserializeAws_restJson1DescribeLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoggingOptionsCommandOutput>;
66
- export declare const deserializeAws_restJson1GetDetectorModelAnalysisResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDetectorModelAnalysisResultsCommandOutput>;
67
- export declare const deserializeAws_restJson1ListAlarmModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlarmModelsCommandOutput>;
68
- export declare const deserializeAws_restJson1ListAlarmModelVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlarmModelVersionsCommandOutput>;
69
- export declare const deserializeAws_restJson1ListDetectorModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDetectorModelsCommandOutput>;
70
- export declare const deserializeAws_restJson1ListDetectorModelVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDetectorModelVersionsCommandOutput>;
71
- export declare const deserializeAws_restJson1ListInputRoutingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputRoutingsCommandOutput>;
72
- export declare const deserializeAws_restJson1ListInputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputsCommandOutput>;
73
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
74
- export declare const deserializeAws_restJson1PutLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLoggingOptionsCommandOutput>;
75
- export declare const deserializeAws_restJson1StartDetectorModelAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDetectorModelAnalysisCommandOutput>;
76
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
77
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
78
- export declare const deserializeAws_restJson1UpdateAlarmModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAlarmModelCommandOutput>;
79
- export declare const deserializeAws_restJson1UpdateDetectorModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDetectorModelCommandOutput>;
80
- export declare const deserializeAws_restJson1UpdateInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInputCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateAlarmModelCommandInput,
8
+ CreateAlarmModelCommandOutput,
9
+ } from "../commands/CreateAlarmModelCommand";
10
+ import {
11
+ CreateDetectorModelCommandInput,
12
+ CreateDetectorModelCommandOutput,
13
+ } from "../commands/CreateDetectorModelCommand";
14
+ import {
15
+ CreateInputCommandInput,
16
+ CreateInputCommandOutput,
17
+ } from "../commands/CreateInputCommand";
18
+ import {
19
+ DeleteAlarmModelCommandInput,
20
+ DeleteAlarmModelCommandOutput,
21
+ } from "../commands/DeleteAlarmModelCommand";
22
+ import {
23
+ DeleteDetectorModelCommandInput,
24
+ DeleteDetectorModelCommandOutput,
25
+ } from "../commands/DeleteDetectorModelCommand";
26
+ import {
27
+ DeleteInputCommandInput,
28
+ DeleteInputCommandOutput,
29
+ } from "../commands/DeleteInputCommand";
30
+ import {
31
+ DescribeAlarmModelCommandInput,
32
+ DescribeAlarmModelCommandOutput,
33
+ } from "../commands/DescribeAlarmModelCommand";
34
+ import {
35
+ DescribeDetectorModelAnalysisCommandInput,
36
+ DescribeDetectorModelAnalysisCommandOutput,
37
+ } from "../commands/DescribeDetectorModelAnalysisCommand";
38
+ import {
39
+ DescribeDetectorModelCommandInput,
40
+ DescribeDetectorModelCommandOutput,
41
+ } from "../commands/DescribeDetectorModelCommand";
42
+ import {
43
+ DescribeInputCommandInput,
44
+ DescribeInputCommandOutput,
45
+ } from "../commands/DescribeInputCommand";
46
+ import {
47
+ DescribeLoggingOptionsCommandInput,
48
+ DescribeLoggingOptionsCommandOutput,
49
+ } from "../commands/DescribeLoggingOptionsCommand";
50
+ import {
51
+ GetDetectorModelAnalysisResultsCommandInput,
52
+ GetDetectorModelAnalysisResultsCommandOutput,
53
+ } from "../commands/GetDetectorModelAnalysisResultsCommand";
54
+ import {
55
+ ListAlarmModelsCommandInput,
56
+ ListAlarmModelsCommandOutput,
57
+ } from "../commands/ListAlarmModelsCommand";
58
+ import {
59
+ ListAlarmModelVersionsCommandInput,
60
+ ListAlarmModelVersionsCommandOutput,
61
+ } from "../commands/ListAlarmModelVersionsCommand";
62
+ import {
63
+ ListDetectorModelsCommandInput,
64
+ ListDetectorModelsCommandOutput,
65
+ } from "../commands/ListDetectorModelsCommand";
66
+ import {
67
+ ListDetectorModelVersionsCommandInput,
68
+ ListDetectorModelVersionsCommandOutput,
69
+ } from "../commands/ListDetectorModelVersionsCommand";
70
+ import {
71
+ ListInputRoutingsCommandInput,
72
+ ListInputRoutingsCommandOutput,
73
+ } from "../commands/ListInputRoutingsCommand";
74
+ import {
75
+ ListInputsCommandInput,
76
+ ListInputsCommandOutput,
77
+ } from "../commands/ListInputsCommand";
78
+ import {
79
+ ListTagsForResourceCommandInput,
80
+ ListTagsForResourceCommandOutput,
81
+ } from "../commands/ListTagsForResourceCommand";
82
+ import {
83
+ PutLoggingOptionsCommandInput,
84
+ PutLoggingOptionsCommandOutput,
85
+ } from "../commands/PutLoggingOptionsCommand";
86
+ import {
87
+ StartDetectorModelAnalysisCommandInput,
88
+ StartDetectorModelAnalysisCommandOutput,
89
+ } from "../commands/StartDetectorModelAnalysisCommand";
90
+ import {
91
+ TagResourceCommandInput,
92
+ TagResourceCommandOutput,
93
+ } from "../commands/TagResourceCommand";
94
+ import {
95
+ UntagResourceCommandInput,
96
+ UntagResourceCommandOutput,
97
+ } from "../commands/UntagResourceCommand";
98
+ import {
99
+ UpdateAlarmModelCommandInput,
100
+ UpdateAlarmModelCommandOutput,
101
+ } from "../commands/UpdateAlarmModelCommand";
102
+ import {
103
+ UpdateDetectorModelCommandInput,
104
+ UpdateDetectorModelCommandOutput,
105
+ } from "../commands/UpdateDetectorModelCommand";
106
+ import {
107
+ UpdateInputCommandInput,
108
+ UpdateInputCommandOutput,
109
+ } from "../commands/UpdateInputCommand";
110
+ export declare const serializeAws_restJson1CreateAlarmModelCommand: (
111
+ input: CreateAlarmModelCommandInput,
112
+ context: __SerdeContext
113
+ ) => Promise<__HttpRequest>;
114
+ export declare const serializeAws_restJson1CreateDetectorModelCommand: (
115
+ input: CreateDetectorModelCommandInput,
116
+ context: __SerdeContext
117
+ ) => Promise<__HttpRequest>;
118
+ export declare const serializeAws_restJson1CreateInputCommand: (
119
+ input: CreateInputCommandInput,
120
+ context: __SerdeContext
121
+ ) => Promise<__HttpRequest>;
122
+ export declare const serializeAws_restJson1DeleteAlarmModelCommand: (
123
+ input: DeleteAlarmModelCommandInput,
124
+ context: __SerdeContext
125
+ ) => Promise<__HttpRequest>;
126
+ export declare const serializeAws_restJson1DeleteDetectorModelCommand: (
127
+ input: DeleteDetectorModelCommandInput,
128
+ context: __SerdeContext
129
+ ) => Promise<__HttpRequest>;
130
+ export declare const serializeAws_restJson1DeleteInputCommand: (
131
+ input: DeleteInputCommandInput,
132
+ context: __SerdeContext
133
+ ) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_restJson1DescribeAlarmModelCommand: (
135
+ input: DescribeAlarmModelCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_restJson1DescribeDetectorModelCommand: (
139
+ input: DescribeDetectorModelCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_restJson1DescribeDetectorModelAnalysisCommand: (
143
+ input: DescribeDetectorModelAnalysisCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restJson1DescribeInputCommand: (
147
+ input: DescribeInputCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1DescribeLoggingOptionsCommand: (
151
+ input: DescribeLoggingOptionsCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1GetDetectorModelAnalysisResultsCommand: (
155
+ input: GetDetectorModelAnalysisResultsCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1ListAlarmModelsCommand: (
159
+ input: ListAlarmModelsCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1ListAlarmModelVersionsCommand: (
163
+ input: ListAlarmModelVersionsCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1ListDetectorModelsCommand: (
167
+ input: ListDetectorModelsCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1ListDetectorModelVersionsCommand: (
171
+ input: ListDetectorModelVersionsCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1ListInputRoutingsCommand: (
175
+ input: ListInputRoutingsCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1ListInputsCommand: (
179
+ input: ListInputsCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
183
+ input: ListTagsForResourceCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1PutLoggingOptionsCommand: (
187
+ input: PutLoggingOptionsCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1StartDetectorModelAnalysisCommand: (
191
+ input: StartDetectorModelAnalysisCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1TagResourceCommand: (
195
+ input: TagResourceCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1UntagResourceCommand: (
199
+ input: UntagResourceCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1UpdateAlarmModelCommand: (
203
+ input: UpdateAlarmModelCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1UpdateDetectorModelCommand: (
207
+ input: UpdateDetectorModelCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1UpdateInputCommand: (
211
+ input: UpdateInputCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const deserializeAws_restJson1CreateAlarmModelCommand: (
215
+ output: __HttpResponse,
216
+ context: __SerdeContext
217
+ ) => Promise<CreateAlarmModelCommandOutput>;
218
+ export declare const deserializeAws_restJson1CreateDetectorModelCommand: (
219
+ output: __HttpResponse,
220
+ context: __SerdeContext
221
+ ) => Promise<CreateDetectorModelCommandOutput>;
222
+ export declare const deserializeAws_restJson1CreateInputCommand: (
223
+ output: __HttpResponse,
224
+ context: __SerdeContext
225
+ ) => Promise<CreateInputCommandOutput>;
226
+ export declare const deserializeAws_restJson1DeleteAlarmModelCommand: (
227
+ output: __HttpResponse,
228
+ context: __SerdeContext
229
+ ) => Promise<DeleteAlarmModelCommandOutput>;
230
+ export declare const deserializeAws_restJson1DeleteDetectorModelCommand: (
231
+ output: __HttpResponse,
232
+ context: __SerdeContext
233
+ ) => Promise<DeleteDetectorModelCommandOutput>;
234
+ export declare const deserializeAws_restJson1DeleteInputCommand: (
235
+ output: __HttpResponse,
236
+ context: __SerdeContext
237
+ ) => Promise<DeleteInputCommandOutput>;
238
+ export declare const deserializeAws_restJson1DescribeAlarmModelCommand: (
239
+ output: __HttpResponse,
240
+ context: __SerdeContext
241
+ ) => Promise<DescribeAlarmModelCommandOutput>;
242
+ export declare const deserializeAws_restJson1DescribeDetectorModelCommand: (
243
+ output: __HttpResponse,
244
+ context: __SerdeContext
245
+ ) => Promise<DescribeDetectorModelCommandOutput>;
246
+ export declare const deserializeAws_restJson1DescribeDetectorModelAnalysisCommand: (
247
+ output: __HttpResponse,
248
+ context: __SerdeContext
249
+ ) => Promise<DescribeDetectorModelAnalysisCommandOutput>;
250
+ export declare const deserializeAws_restJson1DescribeInputCommand: (
251
+ output: __HttpResponse,
252
+ context: __SerdeContext
253
+ ) => Promise<DescribeInputCommandOutput>;
254
+ export declare const deserializeAws_restJson1DescribeLoggingOptionsCommand: (
255
+ output: __HttpResponse,
256
+ context: __SerdeContext
257
+ ) => Promise<DescribeLoggingOptionsCommandOutput>;
258
+ export declare const deserializeAws_restJson1GetDetectorModelAnalysisResultsCommand: (
259
+ output: __HttpResponse,
260
+ context: __SerdeContext
261
+ ) => Promise<GetDetectorModelAnalysisResultsCommandOutput>;
262
+ export declare const deserializeAws_restJson1ListAlarmModelsCommand: (
263
+ output: __HttpResponse,
264
+ context: __SerdeContext
265
+ ) => Promise<ListAlarmModelsCommandOutput>;
266
+ export declare const deserializeAws_restJson1ListAlarmModelVersionsCommand: (
267
+ output: __HttpResponse,
268
+ context: __SerdeContext
269
+ ) => Promise<ListAlarmModelVersionsCommandOutput>;
270
+ export declare const deserializeAws_restJson1ListDetectorModelsCommand: (
271
+ output: __HttpResponse,
272
+ context: __SerdeContext
273
+ ) => Promise<ListDetectorModelsCommandOutput>;
274
+ export declare const deserializeAws_restJson1ListDetectorModelVersionsCommand: (
275
+ output: __HttpResponse,
276
+ context: __SerdeContext
277
+ ) => Promise<ListDetectorModelVersionsCommandOutput>;
278
+ export declare const deserializeAws_restJson1ListInputRoutingsCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<ListInputRoutingsCommandOutput>;
282
+ export declare const deserializeAws_restJson1ListInputsCommand: (
283
+ output: __HttpResponse,
284
+ context: __SerdeContext
285
+ ) => Promise<ListInputsCommandOutput>;
286
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<ListTagsForResourceCommandOutput>;
290
+ export declare const deserializeAws_restJson1PutLoggingOptionsCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<PutLoggingOptionsCommandOutput>;
294
+ export declare const deserializeAws_restJson1StartDetectorModelAnalysisCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<StartDetectorModelAnalysisCommandOutput>;
298
+ export declare const deserializeAws_restJson1TagResourceCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<TagResourceCommandOutput>;
302
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<UntagResourceCommandOutput>;
306
+ export declare const deserializeAws_restJson1UpdateAlarmModelCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<UpdateAlarmModelCommandOutput>;
310
+ export declare const deserializeAws_restJson1UpdateDetectorModelCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<UpdateDetectorModelCommandOutput>;
314
+ export declare const deserializeAws_restJson1UpdateInputCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<UpdateInputCommandOutput>;
@@ -1,38 +1,66 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { IoTEventsClientConfig } from "./IoTEventsClient";
3
-
4
- export declare const getRuntimeConfig: (config: IoTEventsClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { IoTEventsClientConfig } from "./IoTEventsClient";
3
+
4
+ export declare const getRuntimeConfig: (config: IoTEventsClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<any>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };
@@ -1,38 +1,66 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { IoTEventsClientConfig } from "./IoTEventsClient";
3
-
4
- export declare const getRuntimeConfig: (config: IoTEventsClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
+ import { IoTEventsClientConfig } from "./IoTEventsClient";
3
+
4
+ export declare const getRuntimeConfig: (config: IoTEventsClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<string>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };