Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3338196

Browse files
author
AWS
committedDec 15, 2020
AWS IoT Update: AWS IoT Rules Engine adds Kafka Action that allows sending data to Apache Kafka clusters inside a VPC. AWS IoT Device Defender adds custom metrics and machine-learning based anomaly detection.
1 parent ad6d88c commit 3338196

File tree

3 files changed

+1213
-74
lines changed

3 files changed

+1213
-74
lines changed
 
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT",
4+
"contributor": "",
5+
"description": "AWS IoT Rules Engine adds Kafka Action that allows sending data to Apache Kafka clusters inside a VPC. AWS IoT Device Defender adds custom metrics and machine-learning based anomaly detection."
6+
}

‎services/iot/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"pagination": {
3+
"GetBehaviorModelTrainingSummaries": {
4+
"input_token": "nextToken",
5+
"limit_key": "maxResults",
6+
"output_token": "nextToken",
7+
"result_key": "summaries"
8+
},
39
"ListActiveViolations": {
410
"input_token": "nextToken",
511
"limit_key": "maxResults",
@@ -72,6 +78,24 @@
7278
"output_token": "nextMarker",
7379
"result_key": "certificates"
7480
},
81+
"ListCustomMetrics": {
82+
"input_token": "nextToken",
83+
"limit_key": "maxResults",
84+
"output_token": "nextToken",
85+
"result_key": "metricNames"
86+
},
87+
"ListDetectMitigationActionsExecutions": {
88+
"input_token": "nextToken",
89+
"limit_key": "maxResults",
90+
"output_token": "nextToken",
91+
"result_key": "actionsExecutions"
92+
},
93+
"ListDetectMitigationActionsTasks": {
94+
"input_token": "nextToken",
95+
"limit_key": "maxResults",
96+
"output_token": "nextToken",
97+
"result_key": "tasks"
98+
},
7599
"ListDimensions": {
76100
"input_token": "nextToken",
77101
"limit_key": "maxResults",

‎services/iot/src/main/resources/codegen-resources/service-2.json

Lines changed: 1183 additions & 74 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.