@aws-sdk/client-iot-events 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 +23 -22
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2745,10 +2745,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2745
2745
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2746
2746
|
|
|
2747
2747
|
0 && (module.exports = {
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2748
|
+
IoTEventsServiceException,
|
|
2749
|
+
__Client,
|
|
2750
|
+
IoTEventsClient,
|
|
2751
|
+
IoTEvents,
|
|
2752
|
+
$Command,
|
|
2752
2753
|
CreateAlarmModelCommand,
|
|
2753
2754
|
CreateDetectorModelCommand,
|
|
2754
2755
|
CreateInputCommand,
|
|
@@ -2760,16 +2761,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2760
2761
|
DescribeDetectorModelCommand,
|
|
2761
2762
|
DescribeInputCommand,
|
|
2762
2763
|
DescribeLoggingOptionsCommand,
|
|
2763
|
-
DetectorModelVersionStatus,
|
|
2764
|
-
EvaluationMethod,
|
|
2765
2764
|
GetDetectorModelAnalysisResultsCommand,
|
|
2766
|
-
InputStatus,
|
|
2767
|
-
InternalFailureException,
|
|
2768
|
-
InvalidRequestException,
|
|
2769
|
-
IoTEvents,
|
|
2770
|
-
IoTEventsClient,
|
|
2771
|
-
IoTEventsServiceException,
|
|
2772
|
-
LimitExceededException,
|
|
2773
2765
|
ListAlarmModelVersionsCommand,
|
|
2774
2766
|
ListAlarmModelsCommand,
|
|
2775
2767
|
ListDetectorModelVersionsCommand,
|
|
@@ -2777,21 +2769,30 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2777
2769
|
ListInputRoutingsCommand,
|
|
2778
2770
|
ListInputsCommand,
|
|
2779
2771
|
ListTagsForResourceCommand,
|
|
2780
|
-
LoggingLevel,
|
|
2781
|
-
PayloadType,
|
|
2782
2772
|
PutLoggingOptionsCommand,
|
|
2783
|
-
ResourceAlreadyExistsException,
|
|
2784
|
-
ResourceInUseException,
|
|
2785
|
-
ResourceNotFoundException,
|
|
2786
|
-
ServiceUnavailableException,
|
|
2787
2773
|
StartDetectorModelAnalysisCommand,
|
|
2788
2774
|
TagResourceCommand,
|
|
2789
|
-
ThrottlingException,
|
|
2790
|
-
UnsupportedOperationException,
|
|
2791
2775
|
UntagResourceCommand,
|
|
2792
2776
|
UpdateAlarmModelCommand,
|
|
2793
2777
|
UpdateDetectorModelCommand,
|
|
2794
2778
|
UpdateInputCommand,
|
|
2795
|
-
|
|
2779
|
+
PayloadType,
|
|
2780
|
+
AlarmModelVersionStatus,
|
|
2781
|
+
ComparisonOperator,
|
|
2782
|
+
AnalysisResultLevel,
|
|
2783
|
+
AnalysisStatus,
|
|
2784
|
+
InternalFailureException,
|
|
2785
|
+
InvalidRequestException,
|
|
2786
|
+
LimitExceededException,
|
|
2787
|
+
ResourceAlreadyExistsException,
|
|
2788
|
+
ResourceInUseException,
|
|
2789
|
+
ServiceUnavailableException,
|
|
2790
|
+
ThrottlingException,
|
|
2791
|
+
EvaluationMethod,
|
|
2792
|
+
DetectorModelVersionStatus,
|
|
2793
|
+
InputStatus,
|
|
2794
|
+
ResourceNotFoundException,
|
|
2795
|
+
LoggingLevel,
|
|
2796
|
+
UnsupportedOperationException
|
|
2796
2797
|
});
|
|
2797
2798
|
|
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.
|
|
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",
|
|
@@ -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",
|