@aws-sdk/client-iot-events 3.298.0 → 3.300.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 (27) hide show
  1. package/dist-types/commands/CreateAlarmModelCommand.d.ts +167 -0
  2. package/dist-types/commands/CreateDetectorModelCommand.d.ts +468 -0
  3. package/dist-types/commands/CreateInputCommand.d.ts +17 -0
  4. package/dist-types/commands/DeleteAlarmModelCommand.d.ts +3 -0
  5. package/dist-types/commands/DeleteDetectorModelCommand.d.ts +3 -0
  6. package/dist-types/commands/DeleteInputCommand.d.ts +3 -0
  7. package/dist-types/commands/DescribeAlarmModelCommand.d.ts +4 -0
  8. package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +3 -0
  9. package/dist-types/commands/DescribeDetectorModelCommand.d.ts +4 -0
  10. package/dist-types/commands/DescribeInputCommand.d.ts +3 -0
  11. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +1 -0
  12. package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +5 -0
  13. package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +5 -0
  14. package/dist-types/commands/ListAlarmModelsCommand.d.ts +4 -0
  15. package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +5 -0
  16. package/dist-types/commands/ListDetectorModelsCommand.d.ts +4 -0
  17. package/dist-types/commands/ListInputRoutingsCommand.d.ts +15 -0
  18. package/dist-types/commands/ListInputsCommand.d.ts +4 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  20. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +13 -0
  21. package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +457 -0
  22. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  23. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  24. package/dist-types/commands/UpdateAlarmModelCommand.d.ts +160 -0
  25. package/dist-types/commands/UpdateDetectorModelCommand.d.ts +461 -0
  26. package/dist-types/commands/UpdateInputCommand.d.ts +11 -0
  27. package/package.json +12 -12
@@ -27,6 +27,467 @@ export interface UpdateDetectorModelCommandOutput extends UpdateDetectorModelRes
27
27
  * import { IoTEventsClient, UpdateDetectorModelCommand } from "@aws-sdk/client-iot-events"; // ES Modules import
28
28
  * // const { IoTEventsClient, UpdateDetectorModelCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import
29
29
  * const client = new IoTEventsClient(config);
30
+ * const input = {
31
+ * detectorModelName: "STRING_VALUE", // required
32
+ * detectorModelDefinition: {
33
+ * states: [ // required
34
+ * {
35
+ * stateName: "STRING_VALUE", // required
36
+ * onInput: {
37
+ * events: [
38
+ * {
39
+ * eventName: "STRING_VALUE", // required
40
+ * condition: "STRING_VALUE",
41
+ * actions: [
42
+ * {
43
+ * setVariable: {
44
+ * variableName: "STRING_VALUE", // required
45
+ * value: "STRING_VALUE", // required
46
+ * },
47
+ * sns: {
48
+ * targetArn: "STRING_VALUE", // required
49
+ * payload: {
50
+ * contentExpression: "STRING_VALUE", // required
51
+ * type: "STRING_VALUE", // required
52
+ * },
53
+ * },
54
+ * iotTopicPublish: {
55
+ * mqttTopic: "STRING_VALUE", // required
56
+ * payload: {
57
+ * contentExpression: "STRING_VALUE", // required
58
+ * type: "STRING_VALUE", // required
59
+ * },
60
+ * },
61
+ * setTimer: {
62
+ * timerName: "STRING_VALUE", // required
63
+ * seconds: Number("int"),
64
+ * durationExpression: "STRING_VALUE",
65
+ * },
66
+ * clearTimer: {
67
+ * timerName: "STRING_VALUE", // required
68
+ * },
69
+ * resetTimer: {
70
+ * timerName: "STRING_VALUE", // required
71
+ * },
72
+ * lambda: {
73
+ * functionArn: "STRING_VALUE", // required
74
+ * payload: {
75
+ * contentExpression: "STRING_VALUE", // required
76
+ * type: "STRING_VALUE", // required
77
+ * },
78
+ * },
79
+ * iotEvents: {
80
+ * inputName: "STRING_VALUE", // required
81
+ * payload: {
82
+ * contentExpression: "STRING_VALUE", // required
83
+ * type: "STRING_VALUE", // required
84
+ * },
85
+ * },
86
+ * sqs: {
87
+ * queueUrl: "STRING_VALUE", // required
88
+ * useBase64: true || false,
89
+ * payload: {
90
+ * contentExpression: "STRING_VALUE", // required
91
+ * type: "STRING_VALUE", // required
92
+ * },
93
+ * },
94
+ * firehose: {
95
+ * deliveryStreamName: "STRING_VALUE", // required
96
+ * separator: "STRING_VALUE",
97
+ * payload: {
98
+ * contentExpression: "STRING_VALUE", // required
99
+ * type: "STRING_VALUE", // required
100
+ * },
101
+ * },
102
+ * dynamoDB: {
103
+ * hashKeyType: "STRING_VALUE",
104
+ * hashKeyField: "STRING_VALUE", // required
105
+ * hashKeyValue: "STRING_VALUE", // required
106
+ * rangeKeyType: "STRING_VALUE",
107
+ * rangeKeyField: "STRING_VALUE",
108
+ * rangeKeyValue: "STRING_VALUE",
109
+ * operation: "STRING_VALUE",
110
+ * payloadField: "STRING_VALUE",
111
+ * tableName: "STRING_VALUE", // required
112
+ * payload: {
113
+ * contentExpression: "STRING_VALUE", // required
114
+ * type: "STRING_VALUE", // required
115
+ * },
116
+ * },
117
+ * dynamoDBv2: {
118
+ * tableName: "STRING_VALUE", // required
119
+ * payload: {
120
+ * contentExpression: "STRING_VALUE", // required
121
+ * type: "STRING_VALUE", // required
122
+ * },
123
+ * },
124
+ * iotSiteWise: {
125
+ * entryId: "STRING_VALUE",
126
+ * assetId: "STRING_VALUE",
127
+ * propertyId: "STRING_VALUE",
128
+ * propertyAlias: "STRING_VALUE",
129
+ * propertyValue: {
130
+ * value: {
131
+ * stringValue: "STRING_VALUE",
132
+ * integerValue: "STRING_VALUE",
133
+ * doubleValue: "STRING_VALUE",
134
+ * booleanValue: "STRING_VALUE",
135
+ * },
136
+ * timestamp: {
137
+ * timeInSeconds: "STRING_VALUE", // required
138
+ * offsetInNanos: "STRING_VALUE",
139
+ * },
140
+ * quality: "STRING_VALUE",
141
+ * },
142
+ * },
143
+ * },
144
+ * ],
145
+ * },
146
+ * ],
147
+ * transitionEvents: [
148
+ * {
149
+ * eventName: "STRING_VALUE", // required
150
+ * condition: "STRING_VALUE", // required
151
+ * actions: [
152
+ * {
153
+ * setVariable: {
154
+ * variableName: "STRING_VALUE", // required
155
+ * value: "STRING_VALUE", // required
156
+ * },
157
+ * sns: {
158
+ * targetArn: "STRING_VALUE", // required
159
+ * payload: {
160
+ * contentExpression: "STRING_VALUE", // required
161
+ * type: "STRING_VALUE", // required
162
+ * },
163
+ * },
164
+ * iotTopicPublish: {
165
+ * mqttTopic: "STRING_VALUE", // required
166
+ * payload: {
167
+ * contentExpression: "STRING_VALUE", // required
168
+ * type: "STRING_VALUE", // required
169
+ * },
170
+ * },
171
+ * setTimer: {
172
+ * timerName: "STRING_VALUE", // required
173
+ * seconds: Number("int"),
174
+ * durationExpression: "STRING_VALUE",
175
+ * },
176
+ * clearTimer: {
177
+ * timerName: "STRING_VALUE", // required
178
+ * },
179
+ * resetTimer: {
180
+ * timerName: "STRING_VALUE", // required
181
+ * },
182
+ * lambda: {
183
+ * functionArn: "STRING_VALUE", // required
184
+ * payload: {
185
+ * contentExpression: "STRING_VALUE", // required
186
+ * type: "STRING_VALUE", // required
187
+ * },
188
+ * },
189
+ * iotEvents: {
190
+ * inputName: "STRING_VALUE", // required
191
+ * payload: {
192
+ * contentExpression: "STRING_VALUE", // required
193
+ * type: "STRING_VALUE", // required
194
+ * },
195
+ * },
196
+ * sqs: {
197
+ * queueUrl: "STRING_VALUE", // required
198
+ * useBase64: true || false,
199
+ * payload: {
200
+ * contentExpression: "STRING_VALUE", // required
201
+ * type: "STRING_VALUE", // required
202
+ * },
203
+ * },
204
+ * firehose: {
205
+ * deliveryStreamName: "STRING_VALUE", // required
206
+ * separator: "STRING_VALUE",
207
+ * payload: {
208
+ * contentExpression: "STRING_VALUE", // required
209
+ * type: "STRING_VALUE", // required
210
+ * },
211
+ * },
212
+ * dynamoDB: {
213
+ * hashKeyType: "STRING_VALUE",
214
+ * hashKeyField: "STRING_VALUE", // required
215
+ * hashKeyValue: "STRING_VALUE", // required
216
+ * rangeKeyType: "STRING_VALUE",
217
+ * rangeKeyField: "STRING_VALUE",
218
+ * rangeKeyValue: "STRING_VALUE",
219
+ * operation: "STRING_VALUE",
220
+ * payloadField: "STRING_VALUE",
221
+ * tableName: "STRING_VALUE", // required
222
+ * payload: {
223
+ * contentExpression: "STRING_VALUE", // required
224
+ * type: "STRING_VALUE", // required
225
+ * },
226
+ * },
227
+ * dynamoDBv2: {
228
+ * tableName: "STRING_VALUE", // required
229
+ * payload: {
230
+ * contentExpression: "STRING_VALUE", // required
231
+ * type: "STRING_VALUE", // required
232
+ * },
233
+ * },
234
+ * iotSiteWise: {
235
+ * entryId: "STRING_VALUE",
236
+ * assetId: "STRING_VALUE",
237
+ * propertyId: "STRING_VALUE",
238
+ * propertyAlias: "STRING_VALUE",
239
+ * propertyValue: {
240
+ * value: {
241
+ * stringValue: "STRING_VALUE",
242
+ * integerValue: "STRING_VALUE",
243
+ * doubleValue: "STRING_VALUE",
244
+ * booleanValue: "STRING_VALUE",
245
+ * },
246
+ * timestamp: {
247
+ * timeInSeconds: "STRING_VALUE", // required
248
+ * offsetInNanos: "STRING_VALUE",
249
+ * },
250
+ * quality: "STRING_VALUE",
251
+ * },
252
+ * },
253
+ * },
254
+ * ],
255
+ * nextState: "STRING_VALUE", // required
256
+ * },
257
+ * ],
258
+ * },
259
+ * onEnter: {
260
+ * events: [
261
+ * {
262
+ * eventName: "STRING_VALUE", // required
263
+ * condition: "STRING_VALUE",
264
+ * actions: [
265
+ * {
266
+ * setVariable: {
267
+ * variableName: "STRING_VALUE", // required
268
+ * value: "STRING_VALUE", // required
269
+ * },
270
+ * sns: {
271
+ * targetArn: "STRING_VALUE", // required
272
+ * payload: {
273
+ * contentExpression: "STRING_VALUE", // required
274
+ * type: "STRING_VALUE", // required
275
+ * },
276
+ * },
277
+ * iotTopicPublish: {
278
+ * mqttTopic: "STRING_VALUE", // required
279
+ * payload: {
280
+ * contentExpression: "STRING_VALUE", // required
281
+ * type: "STRING_VALUE", // required
282
+ * },
283
+ * },
284
+ * setTimer: {
285
+ * timerName: "STRING_VALUE", // required
286
+ * seconds: Number("int"),
287
+ * durationExpression: "STRING_VALUE",
288
+ * },
289
+ * clearTimer: {
290
+ * timerName: "STRING_VALUE", // required
291
+ * },
292
+ * resetTimer: {
293
+ * timerName: "STRING_VALUE", // required
294
+ * },
295
+ * lambda: {
296
+ * functionArn: "STRING_VALUE", // required
297
+ * payload: {
298
+ * contentExpression: "STRING_VALUE", // required
299
+ * type: "STRING_VALUE", // required
300
+ * },
301
+ * },
302
+ * iotEvents: {
303
+ * inputName: "STRING_VALUE", // required
304
+ * payload: {
305
+ * contentExpression: "STRING_VALUE", // required
306
+ * type: "STRING_VALUE", // required
307
+ * },
308
+ * },
309
+ * sqs: {
310
+ * queueUrl: "STRING_VALUE", // required
311
+ * useBase64: true || false,
312
+ * payload: {
313
+ * contentExpression: "STRING_VALUE", // required
314
+ * type: "STRING_VALUE", // required
315
+ * },
316
+ * },
317
+ * firehose: {
318
+ * deliveryStreamName: "STRING_VALUE", // required
319
+ * separator: "STRING_VALUE",
320
+ * payload: {
321
+ * contentExpression: "STRING_VALUE", // required
322
+ * type: "STRING_VALUE", // required
323
+ * },
324
+ * },
325
+ * dynamoDB: {
326
+ * hashKeyType: "STRING_VALUE",
327
+ * hashKeyField: "STRING_VALUE", // required
328
+ * hashKeyValue: "STRING_VALUE", // required
329
+ * rangeKeyType: "STRING_VALUE",
330
+ * rangeKeyField: "STRING_VALUE",
331
+ * rangeKeyValue: "STRING_VALUE",
332
+ * operation: "STRING_VALUE",
333
+ * payloadField: "STRING_VALUE",
334
+ * tableName: "STRING_VALUE", // required
335
+ * payload: {
336
+ * contentExpression: "STRING_VALUE", // required
337
+ * type: "STRING_VALUE", // required
338
+ * },
339
+ * },
340
+ * dynamoDBv2: {
341
+ * tableName: "STRING_VALUE", // required
342
+ * payload: {
343
+ * contentExpression: "STRING_VALUE", // required
344
+ * type: "STRING_VALUE", // required
345
+ * },
346
+ * },
347
+ * iotSiteWise: {
348
+ * entryId: "STRING_VALUE",
349
+ * assetId: "STRING_VALUE",
350
+ * propertyId: "STRING_VALUE",
351
+ * propertyAlias: "STRING_VALUE",
352
+ * propertyValue: {
353
+ * value: {
354
+ * stringValue: "STRING_VALUE",
355
+ * integerValue: "STRING_VALUE",
356
+ * doubleValue: "STRING_VALUE",
357
+ * booleanValue: "STRING_VALUE",
358
+ * },
359
+ * timestamp: {
360
+ * timeInSeconds: "STRING_VALUE", // required
361
+ * offsetInNanos: "STRING_VALUE",
362
+ * },
363
+ * quality: "STRING_VALUE",
364
+ * },
365
+ * },
366
+ * },
367
+ * ],
368
+ * },
369
+ * ],
370
+ * },
371
+ * onExit: {
372
+ * events: [
373
+ * {
374
+ * eventName: "STRING_VALUE", // required
375
+ * condition: "STRING_VALUE",
376
+ * actions: [
377
+ * {
378
+ * setVariable: {
379
+ * variableName: "STRING_VALUE", // required
380
+ * value: "STRING_VALUE", // required
381
+ * },
382
+ * sns: {
383
+ * targetArn: "STRING_VALUE", // required
384
+ * payload: {
385
+ * contentExpression: "STRING_VALUE", // required
386
+ * type: "STRING_VALUE", // required
387
+ * },
388
+ * },
389
+ * iotTopicPublish: {
390
+ * mqttTopic: "STRING_VALUE", // required
391
+ * payload: {
392
+ * contentExpression: "STRING_VALUE", // required
393
+ * type: "STRING_VALUE", // required
394
+ * },
395
+ * },
396
+ * setTimer: {
397
+ * timerName: "STRING_VALUE", // required
398
+ * seconds: Number("int"),
399
+ * durationExpression: "STRING_VALUE",
400
+ * },
401
+ * clearTimer: {
402
+ * timerName: "STRING_VALUE", // required
403
+ * },
404
+ * resetTimer: {
405
+ * timerName: "STRING_VALUE", // required
406
+ * },
407
+ * lambda: {
408
+ * functionArn: "STRING_VALUE", // required
409
+ * payload: {
410
+ * contentExpression: "STRING_VALUE", // required
411
+ * type: "STRING_VALUE", // required
412
+ * },
413
+ * },
414
+ * iotEvents: {
415
+ * inputName: "STRING_VALUE", // required
416
+ * payload: {
417
+ * contentExpression: "STRING_VALUE", // required
418
+ * type: "STRING_VALUE", // required
419
+ * },
420
+ * },
421
+ * sqs: {
422
+ * queueUrl: "STRING_VALUE", // required
423
+ * useBase64: true || false,
424
+ * payload: {
425
+ * contentExpression: "STRING_VALUE", // required
426
+ * type: "STRING_VALUE", // required
427
+ * },
428
+ * },
429
+ * firehose: {
430
+ * deliveryStreamName: "STRING_VALUE", // required
431
+ * separator: "STRING_VALUE",
432
+ * payload: {
433
+ * contentExpression: "STRING_VALUE", // required
434
+ * type: "STRING_VALUE", // required
435
+ * },
436
+ * },
437
+ * dynamoDB: {
438
+ * hashKeyType: "STRING_VALUE",
439
+ * hashKeyField: "STRING_VALUE", // required
440
+ * hashKeyValue: "STRING_VALUE", // required
441
+ * rangeKeyType: "STRING_VALUE",
442
+ * rangeKeyField: "STRING_VALUE",
443
+ * rangeKeyValue: "STRING_VALUE",
444
+ * operation: "STRING_VALUE",
445
+ * payloadField: "STRING_VALUE",
446
+ * tableName: "STRING_VALUE", // required
447
+ * payload: {
448
+ * contentExpression: "STRING_VALUE", // required
449
+ * type: "STRING_VALUE", // required
450
+ * },
451
+ * },
452
+ * dynamoDBv2: {
453
+ * tableName: "STRING_VALUE", // required
454
+ * payload: {
455
+ * contentExpression: "STRING_VALUE", // required
456
+ * type: "STRING_VALUE", // required
457
+ * },
458
+ * },
459
+ * iotSiteWise: {
460
+ * entryId: "STRING_VALUE",
461
+ * assetId: "STRING_VALUE",
462
+ * propertyId: "STRING_VALUE",
463
+ * propertyAlias: "STRING_VALUE",
464
+ * propertyValue: {
465
+ * value: {
466
+ * stringValue: "STRING_VALUE",
467
+ * integerValue: "STRING_VALUE",
468
+ * doubleValue: "STRING_VALUE",
469
+ * booleanValue: "STRING_VALUE",
470
+ * },
471
+ * timestamp: {
472
+ * timeInSeconds: "STRING_VALUE", // required
473
+ * offsetInNanos: "STRING_VALUE",
474
+ * },
475
+ * quality: "STRING_VALUE",
476
+ * },
477
+ * },
478
+ * },
479
+ * ],
480
+ * },
481
+ * ],
482
+ * },
483
+ * },
484
+ * ],
485
+ * initialStateName: "STRING_VALUE", // required
486
+ * },
487
+ * detectorModelDescription: "STRING_VALUE",
488
+ * roleArn: "STRING_VALUE", // required
489
+ * evaluationMethod: "STRING_VALUE",
490
+ * };
30
491
  * const command = new UpdateDetectorModelCommand(input);
31
492
  * const response = await client.send(command);
32
493
  * ```
@@ -26,6 +26,17 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
26
26
  * import { IoTEventsClient, UpdateInputCommand } from "@aws-sdk/client-iot-events"; // ES Modules import
27
27
  * // const { IoTEventsClient, UpdateInputCommand } = require("@aws-sdk/client-iot-events"); // CommonJS import
28
28
  * const client = new IoTEventsClient(config);
29
+ * const input = {
30
+ * inputName: "STRING_VALUE", // required
31
+ * inputDescription: "STRING_VALUE",
32
+ * inputDefinition: {
33
+ * attributes: [ // required
34
+ * {
35
+ * jsonPath: "STRING_VALUE", // required
36
+ * },
37
+ * ],
38
+ * },
39
+ * };
29
40
  * const command = new UpdateInputCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
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.298.0",
4
+ "version": "3.300.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,23 +21,23 @@
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.298.0",
25
- "@aws-sdk/config-resolver": "3.296.0",
26
- "@aws-sdk/credential-provider-node": "3.298.0",
24
+ "@aws-sdk/client-sts": "3.300.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.300.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",
30
30
  "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-endpoint": "3.299.0",
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.296.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
39
+ "@aws-sdk/middleware-user-agent": "3.299.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.296.0",
54
- "@aws-sdk/util-user-agent-node": "3.296.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "tslib": "^2.5.0"
57
57
  },