@aws-sdk/client-iot-events-data 3.47.2 → 3.48.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2022/01/21 ([#3228](https://github.com/aws/aws-sdk-js-v3/issues/3228)) ([fa713ef](https://github.com/aws/aws-sdk-js-v3/commit/fa713efca6b2f424c27535d000359f08830960b1))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
7
18
 
8
19
  **Note:** Version bump only for package @aws-sdk/client-iot-events-data
package/README.md CHANGED
@@ -7,11 +7,11 @@
7
7
 
8
8
  AWS SDK for JavaScript IoTEventsData Client for Node.js, Browser and React Native.
9
9
 
10
- <p>AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and
11
- triggers actions when such events occur. You can use AWS IoT Events Data API commands to send inputs to
10
+ <p>IoT Events monitors your equipment or device fleets for failures or changes in operation, and
11
+ triggers actions when such events occur. You can use IoT Events Data API commands to send inputs to
12
12
  detectors, list detectors, and view or update a detector's status.</p>
13
- <p> For more information, see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/what-is-iotevents.html">What is AWS IoT Events?</a> in the
14
- <i>AWS IoT Events Developer Guide</i>.</p>
13
+ <p> For more information, see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/what-is-iotevents.html">What is IoT Events?</a> in the
14
+ <i>IoT Events Developer Guide</i>.</p>
15
15
 
16
16
  ## Installing
17
17
 
@@ -12,11 +12,11 @@ import { ListAlarmsCommandInput, ListAlarmsCommandOutput } from "./commands/List
12
12
  import { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "./commands/ListDetectorsCommand";
13
13
  import { IoTEventsDataClient } from "./IoTEventsDataClient";
14
14
  /**
15
- * <p>AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and
16
- * triggers actions when such events occur. You can use AWS IoT Events Data API commands to send inputs to
15
+ * <p>IoT Events monitors your equipment or device fleets for failures or changes in operation, and
16
+ * triggers actions when such events occur. You can use IoT Events Data API commands to send inputs to
17
17
  * detectors, list detectors, and view or update a detector's status.</p>
18
- * <p> For more information, see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/what-is-iotevents.html">What is AWS IoT Events?</a> in the
19
- * <i>AWS IoT Events Developer Guide</i>.</p>
18
+ * <p> For more information, see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/what-is-iotevents.html">What is IoT Events?</a> in the
19
+ * <i>IoT Events Developer Guide</i>.</p>
20
20
  */
21
21
  export declare class IoTEventsData extends IoTEventsDataClient {
22
22
  /**
@@ -41,7 +41,7 @@ export declare class IoTEventsData extends IoTEventsDataClient {
41
41
  batchEnableAlarm(args: BatchEnableAlarmCommandInput, cb: (err: any, data?: BatchEnableAlarmCommandOutput) => void): void;
42
42
  batchEnableAlarm(args: BatchEnableAlarmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchEnableAlarmCommandOutput) => void): void;
43
43
  /**
44
- * <p>Sends a set of messages to the AWS IoT Events system. Each message payload is transformed into
44
+ * <p>Sends a set of messages to the IoT Events system. Each message payload is transformed into
45
45
  * the input you specify (<code>"inputName"</code>) and ingested into any detectors that monitor
46
46
  * that input. If multiple messages are sent, the order in which the messages are processed isn't
47
47
  * guaranteed. To guarantee ordering, you must send messages one at a time and wait for a
@@ -137,11 +137,11 @@ declare type IoTEventsDataClientResolvedConfigType = __SmithyResolvedConfigurati
137
137
  export interface IoTEventsDataClientResolvedConfig extends IoTEventsDataClientResolvedConfigType {
138
138
  }
139
139
  /**
140
- * <p>AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and
141
- * triggers actions when such events occur. You can use AWS IoT Events Data API commands to send inputs to
140
+ * <p>IoT Events monitors your equipment or device fleets for failures or changes in operation, and
141
+ * triggers actions when such events occur. You can use IoT Events Data API commands to send inputs to
142
142
  * detectors, list detectors, and view or update a detector's status.</p>
143
- * <p> For more information, see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/what-is-iotevents.html">What is AWS IoT Events?</a> in the
144
- * <i>AWS IoT Events Developer Guide</i>.</p>
143
+ * <p> For more information, see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/what-is-iotevents.html">What is IoT Events?</a> in the
144
+ * <i>IoT Events Developer Guide</i>.</p>
145
145
  */
146
146
  export declare class IoTEventsDataClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTEventsDataClientResolvedConfig> {
147
147
  /**
@@ -7,7 +7,7 @@ export interface BatchPutMessageCommandInput extends BatchPutMessageRequest {
7
7
  export interface BatchPutMessageCommandOutput extends BatchPutMessageResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Sends a set of messages to the AWS IoT Events system. Each message payload is transformed into
10
+ * <p>Sends a set of messages to the IoT Events system. Each message payload is transformed into
11
11
  * the input you specify (<code>"inputName"</code>) and ingested into any detectors that monitor
12
12
  * that input. If multiple messages are sent, the order in which the messages are processed isn't
13
13
  * guaranteed. To guarantee ordering, you must send messages one at a time and wait for a
@@ -1084,7 +1084,7 @@ export interface Timer {
1084
1084
  */
1085
1085
  name: string | undefined;
1086
1086
  /**
1087
- * <p>The number of seconds which have elapsed on the timer.</p>
1087
+ * <p>The expiration time for the timer.</p>
1088
1088
  */
1089
1089
  timestamp: Date | undefined;
1090
1090
  }
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.47.2",
4
+ "version": "3.48.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",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.47.2",
21
+ "@aws-sdk/client-sts": "3.48.0",
22
22
  "@aws-sdk/config-resolver": "3.47.2",
23
- "@aws-sdk/credential-provider-node": "3.47.2",
23
+ "@aws-sdk/credential-provider-node": "3.48.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.47.2",
25
25
  "@aws-sdk/hash-node": "3.47.2",
26
26
  "@aws-sdk/invalid-dependency": "3.47.2",