@aws-sdk/client-iot-events 3.303.0 → 3.309.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 (57) hide show
  1. package/dist-cjs/commands/CreateAlarmModelCommand.js +2 -2
  2. package/dist-cjs/commands/CreateDetectorModelCommand.js +2 -2
  3. package/dist-cjs/commands/CreateInputCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteAlarmModelCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteDetectorModelCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteInputCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeAlarmModelCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeDetectorModelAnalysisCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeDetectorModelCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeInputCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +2 -2
  12. package/dist-cjs/commands/GetDetectorModelAnalysisResultsCommand.js +2 -2
  13. package/dist-cjs/commands/ListAlarmModelVersionsCommand.js +2 -2
  14. package/dist-cjs/commands/ListAlarmModelsCommand.js +2 -2
  15. package/dist-cjs/commands/ListDetectorModelVersionsCommand.js +2 -2
  16. package/dist-cjs/commands/ListDetectorModelsCommand.js +2 -2
  17. package/dist-cjs/commands/ListInputRoutingsCommand.js +2 -2
  18. package/dist-cjs/commands/ListInputsCommand.js +2 -2
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  20. package/dist-cjs/commands/PutLoggingOptionsCommand.js +2 -2
  21. package/dist-cjs/commands/StartDetectorModelAnalysisCommand.js +2 -2
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateAlarmModelCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateDetectorModelCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateInputCommand.js +2 -2
  27. package/dist-cjs/protocols/Aws_restJson1.js +643 -695
  28. package/dist-es/commands/CreateAlarmModelCommand.js +3 -3
  29. package/dist-es/commands/CreateDetectorModelCommand.js +3 -3
  30. package/dist-es/commands/CreateInputCommand.js +3 -3
  31. package/dist-es/commands/DeleteAlarmModelCommand.js +3 -3
  32. package/dist-es/commands/DeleteDetectorModelCommand.js +3 -3
  33. package/dist-es/commands/DeleteInputCommand.js +3 -3
  34. package/dist-es/commands/DescribeAlarmModelCommand.js +3 -3
  35. package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +3 -3
  36. package/dist-es/commands/DescribeDetectorModelCommand.js +3 -3
  37. package/dist-es/commands/DescribeInputCommand.js +3 -3
  38. package/dist-es/commands/DescribeLoggingOptionsCommand.js +3 -3
  39. package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +3 -3
  40. package/dist-es/commands/ListAlarmModelVersionsCommand.js +3 -3
  41. package/dist-es/commands/ListAlarmModelsCommand.js +3 -3
  42. package/dist-es/commands/ListDetectorModelVersionsCommand.js +3 -3
  43. package/dist-es/commands/ListDetectorModelsCommand.js +3 -3
  44. package/dist-es/commands/ListInputRoutingsCommand.js +3 -3
  45. package/dist-es/commands/ListInputsCommand.js +3 -3
  46. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  47. package/dist-es/commands/PutLoggingOptionsCommand.js +3 -3
  48. package/dist-es/commands/StartDetectorModelAnalysisCommand.js +3 -3
  49. package/dist-es/commands/TagResourceCommand.js +3 -3
  50. package/dist-es/commands/UntagResourceCommand.js +3 -3
  51. package/dist-es/commands/UpdateAlarmModelCommand.js +3 -3
  52. package/dist-es/commands/UpdateDetectorModelCommand.js +3 -3
  53. package/dist-es/commands/UpdateInputCommand.js +3 -3
  54. package/dist-es/protocols/Aws_restJson1.js +589 -641
  55. package/dist-types/protocols/Aws_restJson1.d.ts +208 -52
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +52 -52
  57. package/package.json +29 -29
@@ -26,55 +26,211 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
26
26
  import { UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput } from "../commands/UpdateAlarmModelCommand";
27
27
  import { UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput } from "../commands/UpdateDetectorModelCommand";
28
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>;
29
+ /**
30
+ * serializeAws_restJson1CreateAlarmModelCommand
31
+ */
32
+ export declare const se_CreateAlarmModelCommand: (input: CreateAlarmModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
+ /**
34
+ * serializeAws_restJson1CreateDetectorModelCommand
35
+ */
36
+ export declare const se_CreateDetectorModelCommand: (input: CreateDetectorModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ /**
38
+ * serializeAws_restJson1CreateInputCommand
39
+ */
40
+ export declare const se_CreateInputCommand: (input: CreateInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ /**
42
+ * serializeAws_restJson1DeleteAlarmModelCommand
43
+ */
44
+ export declare const se_DeleteAlarmModelCommand: (input: DeleteAlarmModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ /**
46
+ * serializeAws_restJson1DeleteDetectorModelCommand
47
+ */
48
+ export declare const se_DeleteDetectorModelCommand: (input: DeleteDetectorModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ /**
50
+ * serializeAws_restJson1DeleteInputCommand
51
+ */
52
+ export declare const se_DeleteInputCommand: (input: DeleteInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_restJson1DescribeAlarmModelCommand
55
+ */
56
+ export declare const se_DescribeAlarmModelCommand: (input: DescribeAlarmModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_restJson1DescribeDetectorModelCommand
59
+ */
60
+ export declare const se_DescribeDetectorModelCommand: (input: DescribeDetectorModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_restJson1DescribeDetectorModelAnalysisCommand
63
+ */
64
+ export declare const se_DescribeDetectorModelAnalysisCommand: (input: DescribeDetectorModelAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_restJson1DescribeInputCommand
67
+ */
68
+ export declare const se_DescribeInputCommand: (input: DescribeInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_restJson1DescribeLoggingOptionsCommand
71
+ */
72
+ export declare const se_DescribeLoggingOptionsCommand: (input: DescribeLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_restJson1GetDetectorModelAnalysisResultsCommand
75
+ */
76
+ export declare const se_GetDetectorModelAnalysisResultsCommand: (input: GetDetectorModelAnalysisResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_restJson1ListAlarmModelsCommand
79
+ */
80
+ export declare const se_ListAlarmModelsCommand: (input: ListAlarmModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_restJson1ListAlarmModelVersionsCommand
83
+ */
84
+ export declare const se_ListAlarmModelVersionsCommand: (input: ListAlarmModelVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1ListDetectorModelsCommand
87
+ */
88
+ export declare const se_ListDetectorModelsCommand: (input: ListDetectorModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_restJson1ListDetectorModelVersionsCommand
91
+ */
92
+ export declare const se_ListDetectorModelVersionsCommand: (input: ListDetectorModelVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_restJson1ListInputRoutingsCommand
95
+ */
96
+ export declare const se_ListInputRoutingsCommand: (input: ListInputRoutingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_restJson1ListInputsCommand
99
+ */
100
+ export declare const se_ListInputsCommand: (input: ListInputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_restJson1ListTagsForResourceCommand
103
+ */
104
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_restJson1PutLoggingOptionsCommand
107
+ */
108
+ export declare const se_PutLoggingOptionsCommand: (input: PutLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_restJson1StartDetectorModelAnalysisCommand
111
+ */
112
+ export declare const se_StartDetectorModelAnalysisCommand: (input: StartDetectorModelAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_restJson1TagResourceCommand
115
+ */
116
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_restJson1UntagResourceCommand
119
+ */
120
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_restJson1UpdateAlarmModelCommand
123
+ */
124
+ export declare const se_UpdateAlarmModelCommand: (input: UpdateAlarmModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_restJson1UpdateDetectorModelCommand
127
+ */
128
+ export declare const se_UpdateDetectorModelCommand: (input: UpdateDetectorModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_restJson1UpdateInputCommand
131
+ */
132
+ export declare const se_UpdateInputCommand: (input: UpdateInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * deserializeAws_restJson1CreateAlarmModelCommand
135
+ */
136
+ export declare const de_CreateAlarmModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAlarmModelCommandOutput>;
137
+ /**
138
+ * deserializeAws_restJson1CreateDetectorModelCommand
139
+ */
140
+ export declare const de_CreateDetectorModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDetectorModelCommandOutput>;
141
+ /**
142
+ * deserializeAws_restJson1CreateInputCommand
143
+ */
144
+ export declare const de_CreateInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInputCommandOutput>;
145
+ /**
146
+ * deserializeAws_restJson1DeleteAlarmModelCommand
147
+ */
148
+ export declare const de_DeleteAlarmModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAlarmModelCommandOutput>;
149
+ /**
150
+ * deserializeAws_restJson1DeleteDetectorModelCommand
151
+ */
152
+ export declare const de_DeleteDetectorModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDetectorModelCommandOutput>;
153
+ /**
154
+ * deserializeAws_restJson1DeleteInputCommand
155
+ */
156
+ export declare const de_DeleteInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInputCommandOutput>;
157
+ /**
158
+ * deserializeAws_restJson1DescribeAlarmModelCommand
159
+ */
160
+ export declare const de_DescribeAlarmModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlarmModelCommandOutput>;
161
+ /**
162
+ * deserializeAws_restJson1DescribeDetectorModelCommand
163
+ */
164
+ export declare const de_DescribeDetectorModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDetectorModelCommandOutput>;
165
+ /**
166
+ * deserializeAws_restJson1DescribeDetectorModelAnalysisCommand
167
+ */
168
+ export declare const de_DescribeDetectorModelAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDetectorModelAnalysisCommandOutput>;
169
+ /**
170
+ * deserializeAws_restJson1DescribeInputCommand
171
+ */
172
+ export declare const de_DescribeInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputCommandOutput>;
173
+ /**
174
+ * deserializeAws_restJson1DescribeLoggingOptionsCommand
175
+ */
176
+ export declare const de_DescribeLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoggingOptionsCommandOutput>;
177
+ /**
178
+ * deserializeAws_restJson1GetDetectorModelAnalysisResultsCommand
179
+ */
180
+ export declare const de_GetDetectorModelAnalysisResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDetectorModelAnalysisResultsCommandOutput>;
181
+ /**
182
+ * deserializeAws_restJson1ListAlarmModelsCommand
183
+ */
184
+ export declare const de_ListAlarmModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlarmModelsCommandOutput>;
185
+ /**
186
+ * deserializeAws_restJson1ListAlarmModelVersionsCommand
187
+ */
188
+ export declare const de_ListAlarmModelVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlarmModelVersionsCommandOutput>;
189
+ /**
190
+ * deserializeAws_restJson1ListDetectorModelsCommand
191
+ */
192
+ export declare const de_ListDetectorModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDetectorModelsCommandOutput>;
193
+ /**
194
+ * deserializeAws_restJson1ListDetectorModelVersionsCommand
195
+ */
196
+ export declare const de_ListDetectorModelVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDetectorModelVersionsCommandOutput>;
197
+ /**
198
+ * deserializeAws_restJson1ListInputRoutingsCommand
199
+ */
200
+ export declare const de_ListInputRoutingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputRoutingsCommandOutput>;
201
+ /**
202
+ * deserializeAws_restJson1ListInputsCommand
203
+ */
204
+ export declare const de_ListInputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputsCommandOutput>;
205
+ /**
206
+ * deserializeAws_restJson1ListTagsForResourceCommand
207
+ */
208
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
209
+ /**
210
+ * deserializeAws_restJson1PutLoggingOptionsCommand
211
+ */
212
+ export declare const de_PutLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLoggingOptionsCommandOutput>;
213
+ /**
214
+ * deserializeAws_restJson1StartDetectorModelAnalysisCommand
215
+ */
216
+ export declare const de_StartDetectorModelAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDetectorModelAnalysisCommandOutput>;
217
+ /**
218
+ * deserializeAws_restJson1TagResourceCommand
219
+ */
220
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
221
+ /**
222
+ * deserializeAws_restJson1UntagResourceCommand
223
+ */
224
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
225
+ /**
226
+ * deserializeAws_restJson1UpdateAlarmModelCommand
227
+ */
228
+ export declare const de_UpdateAlarmModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAlarmModelCommandOutput>;
229
+ /**
230
+ * deserializeAws_restJson1UpdateDetectorModelCommand
231
+ */
232
+ export declare const de_UpdateDetectorModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDetectorModelCommandOutput>;
233
+ /**
234
+ * deserializeAws_restJson1UpdateInputCommand
235
+ */
236
+ export declare const de_UpdateInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInputCommandOutput>;
@@ -107,211 +107,211 @@ import {
107
107
  UpdateInputCommandInput,
108
108
  UpdateInputCommandOutput,
109
109
  } from "../commands/UpdateInputCommand";
110
- export declare const serializeAws_restJson1CreateAlarmModelCommand: (
110
+ export declare const se_CreateAlarmModelCommand: (
111
111
  input: CreateAlarmModelCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1CreateDetectorModelCommand: (
114
+ export declare const se_CreateDetectorModelCommand: (
115
115
  input: CreateDetectorModelCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1CreateInputCommand: (
118
+ export declare const se_CreateInputCommand: (
119
119
  input: CreateInputCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1DeleteAlarmModelCommand: (
122
+ export declare const se_DeleteAlarmModelCommand: (
123
123
  input: DeleteAlarmModelCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1DeleteDetectorModelCommand: (
126
+ export declare const se_DeleteDetectorModelCommand: (
127
127
  input: DeleteDetectorModelCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1DeleteInputCommand: (
130
+ export declare const se_DeleteInputCommand: (
131
131
  input: DeleteInputCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1DescribeAlarmModelCommand: (
134
+ export declare const se_DescribeAlarmModelCommand: (
135
135
  input: DescribeAlarmModelCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1DescribeDetectorModelCommand: (
138
+ export declare const se_DescribeDetectorModelCommand: (
139
139
  input: DescribeDetectorModelCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1DescribeDetectorModelAnalysisCommand: (
142
+ export declare const se_DescribeDetectorModelAnalysisCommand: (
143
143
  input: DescribeDetectorModelAnalysisCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1DescribeInputCommand: (
146
+ export declare const se_DescribeInputCommand: (
147
147
  input: DescribeInputCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1DescribeLoggingOptionsCommand: (
150
+ export declare const se_DescribeLoggingOptionsCommand: (
151
151
  input: DescribeLoggingOptionsCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1GetDetectorModelAnalysisResultsCommand: (
154
+ export declare const se_GetDetectorModelAnalysisResultsCommand: (
155
155
  input: GetDetectorModelAnalysisResultsCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1ListAlarmModelsCommand: (
158
+ export declare const se_ListAlarmModelsCommand: (
159
159
  input: ListAlarmModelsCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1ListAlarmModelVersionsCommand: (
162
+ export declare const se_ListAlarmModelVersionsCommand: (
163
163
  input: ListAlarmModelVersionsCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1ListDetectorModelsCommand: (
166
+ export declare const se_ListDetectorModelsCommand: (
167
167
  input: ListDetectorModelsCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1ListDetectorModelVersionsCommand: (
170
+ export declare const se_ListDetectorModelVersionsCommand: (
171
171
  input: ListDetectorModelVersionsCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1ListInputRoutingsCommand: (
174
+ export declare const se_ListInputRoutingsCommand: (
175
175
  input: ListInputRoutingsCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1ListInputsCommand: (
178
+ export declare const se_ListInputsCommand: (
179
179
  input: ListInputsCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
182
+ export declare const se_ListTagsForResourceCommand: (
183
183
  input: ListTagsForResourceCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1PutLoggingOptionsCommand: (
186
+ export declare const se_PutLoggingOptionsCommand: (
187
187
  input: PutLoggingOptionsCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1StartDetectorModelAnalysisCommand: (
190
+ export declare const se_StartDetectorModelAnalysisCommand: (
191
191
  input: StartDetectorModelAnalysisCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1TagResourceCommand: (
194
+ export declare const se_TagResourceCommand: (
195
195
  input: TagResourceCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1UntagResourceCommand: (
198
+ export declare const se_UntagResourceCommand: (
199
199
  input: UntagResourceCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1UpdateAlarmModelCommand: (
202
+ export declare const se_UpdateAlarmModelCommand: (
203
203
  input: UpdateAlarmModelCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1UpdateDetectorModelCommand: (
206
+ export declare const se_UpdateDetectorModelCommand: (
207
207
  input: UpdateDetectorModelCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1UpdateInputCommand: (
210
+ export declare const se_UpdateInputCommand: (
211
211
  input: UpdateInputCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const deserializeAws_restJson1CreateAlarmModelCommand: (
214
+ export declare const de_CreateAlarmModelCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<CreateAlarmModelCommandOutput>;
218
- export declare const deserializeAws_restJson1CreateDetectorModelCommand: (
218
+ export declare const de_CreateDetectorModelCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<CreateDetectorModelCommandOutput>;
222
- export declare const deserializeAws_restJson1CreateInputCommand: (
222
+ export declare const de_CreateInputCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<CreateInputCommandOutput>;
226
- export declare const deserializeAws_restJson1DeleteAlarmModelCommand: (
226
+ export declare const de_DeleteAlarmModelCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<DeleteAlarmModelCommandOutput>;
230
- export declare const deserializeAws_restJson1DeleteDetectorModelCommand: (
230
+ export declare const de_DeleteDetectorModelCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<DeleteDetectorModelCommandOutput>;
234
- export declare const deserializeAws_restJson1DeleteInputCommand: (
234
+ export declare const de_DeleteInputCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<DeleteInputCommandOutput>;
238
- export declare const deserializeAws_restJson1DescribeAlarmModelCommand: (
238
+ export declare const de_DescribeAlarmModelCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<DescribeAlarmModelCommandOutput>;
242
- export declare const deserializeAws_restJson1DescribeDetectorModelCommand: (
242
+ export declare const de_DescribeDetectorModelCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<DescribeDetectorModelCommandOutput>;
246
- export declare const deserializeAws_restJson1DescribeDetectorModelAnalysisCommand: (
246
+ export declare const de_DescribeDetectorModelAnalysisCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<DescribeDetectorModelAnalysisCommandOutput>;
250
- export declare const deserializeAws_restJson1DescribeInputCommand: (
250
+ export declare const de_DescribeInputCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<DescribeInputCommandOutput>;
254
- export declare const deserializeAws_restJson1DescribeLoggingOptionsCommand: (
254
+ export declare const de_DescribeLoggingOptionsCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<DescribeLoggingOptionsCommandOutput>;
258
- export declare const deserializeAws_restJson1GetDetectorModelAnalysisResultsCommand: (
258
+ export declare const de_GetDetectorModelAnalysisResultsCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<GetDetectorModelAnalysisResultsCommandOutput>;
262
- export declare const deserializeAws_restJson1ListAlarmModelsCommand: (
262
+ export declare const de_ListAlarmModelsCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<ListAlarmModelsCommandOutput>;
266
- export declare const deserializeAws_restJson1ListAlarmModelVersionsCommand: (
266
+ export declare const de_ListAlarmModelVersionsCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<ListAlarmModelVersionsCommandOutput>;
270
- export declare const deserializeAws_restJson1ListDetectorModelsCommand: (
270
+ export declare const de_ListDetectorModelsCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<ListDetectorModelsCommandOutput>;
274
- export declare const deserializeAws_restJson1ListDetectorModelVersionsCommand: (
274
+ export declare const de_ListDetectorModelVersionsCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<ListDetectorModelVersionsCommandOutput>;
278
- export declare const deserializeAws_restJson1ListInputRoutingsCommand: (
278
+ export declare const de_ListInputRoutingsCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<ListInputRoutingsCommandOutput>;
282
- export declare const deserializeAws_restJson1ListInputsCommand: (
282
+ export declare const de_ListInputsCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<ListInputsCommandOutput>;
286
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
286
+ export declare const de_ListTagsForResourceCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<ListTagsForResourceCommandOutput>;
290
- export declare const deserializeAws_restJson1PutLoggingOptionsCommand: (
290
+ export declare const de_PutLoggingOptionsCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<PutLoggingOptionsCommandOutput>;
294
- export declare const deserializeAws_restJson1StartDetectorModelAnalysisCommand: (
294
+ export declare const de_StartDetectorModelAnalysisCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<StartDetectorModelAnalysisCommandOutput>;
298
- export declare const deserializeAws_restJson1TagResourceCommand: (
298
+ export declare const de_TagResourceCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<TagResourceCommandOutput>;
302
- export declare const deserializeAws_restJson1UntagResourceCommand: (
302
+ export declare const de_UntagResourceCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<UntagResourceCommandOutput>;
306
- export declare const deserializeAws_restJson1UpdateAlarmModelCommand: (
306
+ export declare const de_UpdateAlarmModelCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<UpdateAlarmModelCommandOutput>;
310
- export declare const deserializeAws_restJson1UpdateDetectorModelCommand: (
310
+ export declare const de_UpdateDetectorModelCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<UpdateDetectorModelCommandOutput>;
314
- export declare const deserializeAws_restJson1UpdateInputCommand: (
314
+ export declare const de_UpdateInputCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<UpdateInputCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-events",
3
3
  "description": "AWS SDK for JavaScript Iot Events Client for Node.js, Browser and React Native",
4
- "version": "3.303.0",
4
+ "version": "3.309.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0"
57
57
  },