Skip to content

Commit d046d07

Browse files
author
AWS
committed
AWS IoT Update: Added support for IoT Rules Engine Cloudwatch Logs action batch mode.
1 parent 96e2667 commit d046d07

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
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": "Added support for IoT Rules Engine Cloudwatch Logs action batch mode."
6+
}

services/iot/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6123,6 +6123,10 @@
61236123
"logGroupName":{
61246124
"shape":"LogGroupName",
61256125
"documentation":"<p>The CloudWatch log group to which the action sends data.</p>"
6126+
},
6127+
"batchMode":{
6128+
"shape":"BatchMode",
6129+
"documentation":"<p>Indicates whether batches of log records will be extracted and uploaded into CloudWatch. Values include <code>true</code> or <code>false</code> <i>(default)</i>.</p>"
61266130
}
61276131
},
61286132
"documentation":"<p>Describes an action that sends data to CloudWatch Logs.</p>"

0 commit comments

Comments
 (0)