@aws-sdk/client-iot-events-data 3.496.0 → 3.499.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.
- package/dist-cjs/index.js +13 -12
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1405,7 +1405,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1405
1405
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1406
1406
|
|
|
1407
1407
|
0 && (module.exports = {
|
|
1408
|
-
|
|
1408
|
+
IoTEventsDataServiceException,
|
|
1409
|
+
__Client,
|
|
1410
|
+
IoTEventsDataClient,
|
|
1411
|
+
IoTEventsData,
|
|
1412
|
+
$Command,
|
|
1409
1413
|
BatchAcknowledgeAlarmCommand,
|
|
1410
1414
|
BatchDeleteDetectorCommand,
|
|
1411
1415
|
BatchDisableAlarmCommand,
|
|
@@ -1414,23 +1418,20 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1414
1418
|
BatchResetAlarmCommand,
|
|
1415
1419
|
BatchSnoozeAlarmCommand,
|
|
1416
1420
|
BatchUpdateDetectorCommand,
|
|
1417
|
-
ComparisonOperator,
|
|
1418
|
-
CustomerActionName,
|
|
1419
1421
|
DescribeAlarmCommand,
|
|
1420
1422
|
DescribeDetectorCommand,
|
|
1421
|
-
|
|
1423
|
+
ListAlarmsCommand,
|
|
1424
|
+
ListDetectorsCommand,
|
|
1425
|
+
CustomerActionName,
|
|
1426
|
+
ComparisonOperator,
|
|
1427
|
+
AlarmStateName,
|
|
1422
1428
|
EventType,
|
|
1429
|
+
TriggerType,
|
|
1430
|
+
ErrorCode,
|
|
1423
1431
|
InternalFailureException,
|
|
1424
1432
|
InvalidRequestException,
|
|
1425
|
-
IoTEventsData,
|
|
1426
|
-
IoTEventsDataClient,
|
|
1427
|
-
IoTEventsDataServiceException,
|
|
1428
|
-
ListAlarmsCommand,
|
|
1429
|
-
ListDetectorsCommand,
|
|
1430
|
-
ResourceNotFoundException,
|
|
1431
1433
|
ServiceUnavailableException,
|
|
1432
1434
|
ThrottlingException,
|
|
1433
|
-
|
|
1434
|
-
__Client
|
|
1435
|
+
ResourceNotFoundException
|
|
1435
1436
|
});
|
|
1436
1437
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-events-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Events Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iot-events-data",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|