Skip to content

Commit 11b5a9c

Browse files
author
AWS
committed
AWS IoT Update: As part of this release, we are extending capability of AWS IoT Rules Engine to support IoT Cloudwatch log action. The IoT Cloudwatch log rule action lets you send messages from IoT sensors and applications to Cloudwatch logs for troubleshooting and debugging.
1 parent 5efc54d commit 11b5a9c

File tree

2 files changed

+33
-5
lines changed

2 files changed

+33
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT",
4+
"description": "As part of this release, we are extending capability of AWS IoT Rules Engine to support IoT Cloudwatch log action. The IoT Cloudwatch log rule action lets you send messages from IoT sensors and applications to Cloudwatch logs for troubleshooting and debugging."
5+
}

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

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
615615
{"shape":"ResourceAlreadyExistsException"},
616616
{"shape":"ResourceNotFoundException"}
617617
],
618-
"documentation":"<p>Creates a thing record in the registry. If this call is made multiple times using the same thing name and configuration, the call will succeed. If this call is made with the same thing name but different configuration a <code>ResourceAlreadyExistsException</code> is thrown.</p> <note> <p>This is a control plane operation. See <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/authorization.html\">Authorization</a> for information about authorizing control plane actions.</p> </note>"
618+
"documentation":"<p>Creates a thing record in the registry. If this call is made multiple times using the same thing name and configuration, the call will succeed. If this call is made with the same thing name but different configuration a <code>ResourceAlreadyExistsException</code> is thrown.</p> <note> <p>This is a control plane operation. See <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/iot-authorization.html\">Authorization</a> for information about authorizing control plane actions.</p> </note>"
619619
},
620620
"CreateThingGroup":{
621621
"name":"CreateThingGroup",
@@ -631,7 +631,7 @@
631631
{"shape":"ThrottlingException"},
632632
{"shape":"InternalFailureException"}
633633
],
634-
"documentation":"<p>Create a thing group.</p> <note> <p>This is a control plane operation. See <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/authorization.html\">Authorization</a> for information about authorizing control plane actions.</p> </note>"
634+
"documentation":"<p>Create a thing group.</p> <note> <p>This is a control plane operation. See <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/iot-authorization.html\">Authorization</a> for information about authorizing control plane actions.</p> </note>"
635635
},
636636
"CreateThingType":{
637637
"name":"CreateThingType",
@@ -3573,6 +3573,10 @@
35733573
"shape":"CloudwatchAlarmAction",
35743574
"documentation":"<p>Change the state of a CloudWatch alarm.</p>"
35753575
},
3576+
"cloudwatchLogs":{
3577+
"shape":"CloudwatchLogsAction",
3578+
"documentation":"<p>Send data to CloudWatch logs.</p>"
3579+
},
35763580
"elasticsearch":{
35773581
"shape":"ElasticsearchAction",
35783582
"documentation":"<p>Write data to an Amazon Elasticsearch Service domain.</p>"
@@ -5110,6 +5114,24 @@
51105114
},
51115115
"documentation":"<p>Describes an action that updates a CloudWatch alarm.</p>"
51125116
},
5117+
"CloudwatchLogsAction":{
5118+
"type":"structure",
5119+
"required":[
5120+
"roleArn",
5121+
"logGroupName"
5122+
],
5123+
"members":{
5124+
"roleArn":{
5125+
"shape":"AwsArn",
5126+
"documentation":"<p>The IAM role that allows access to the CloudWatch log.</p>"
5127+
},
5128+
"logGroupName":{
5129+
"shape":"LogGroupName",
5130+
"documentation":"<p>The CloudWatch log group to which the action sends data.</p>"
5131+
}
5132+
},
5133+
"documentation":"<p>Describes an action that sends data to CloudWatch logs.</p>"
5134+
},
51135135
"CloudwatchMetricAction":{
51145136
"type":"structure",
51155137
"required":[
@@ -7218,7 +7240,7 @@
72187240
"members":{
72197241
"endpointType":{
72207242
"shape":"EndpointType",
7221-
"documentation":"<p>The endpoint type. Valid endpoint types include:</p> <ul> <li> <p> <code>iot:Data</code> - Returns a VeriSign signed data endpoint.</p> </li> </ul> <ul> <li> <p> <code>iot:Data-ATS</code> - Returns an ATS signed data endpoint.</p> </li> </ul> <ul> <li> <p> <code>iot:CredentialProvider</code> - Returns an AWS IoT credentials provider API endpoint.</p> </li> </ul> <ul> <li> <p> <code>iot:Jobs</code> - Returns an AWS IoT device management Jobs API endpoint.</p> </li> </ul>",
7243+
"documentation":"<p>The endpoint type. Valid endpoint types include:</p> <ul> <li> <p> <code>iot:Data</code> - Returns a VeriSign signed data endpoint.</p> </li> </ul> <ul> <li> <p> <code>iot:Data-ATS</code> - Returns an ATS signed data endpoint.</p> </li> </ul> <ul> <li> <p> <code>iot:CredentialProvider</code> - Returns an AWS IoT credentials provider API endpoint.</p> </li> </ul> <ul> <li> <p> <code>iot:Jobs</code> - Returns an AWS IoT device management Jobs API endpoint.</p> </li> </ul> <p>We strongly recommend that customers use the newer <code>iot:Data-ATS</code> endpoint type to avoid issues related to the widespread distrust of Symantec certificate authorities.</p>",
72227244
"location":"querystring",
72237245
"locationName":"endpointType"
72247246
}
@@ -11458,6 +11480,7 @@
1145811480
}
1145911481
}
1146011482
},
11483+
"LogGroupName":{"type":"string"},
1146111484
"LogLevel":{
1146211485
"type":"string",
1146311486
"enum":[
@@ -12403,7 +12426,7 @@
1240312426
"members":{
1240412427
"templateBody":{
1240512428
"shape":"TemplateBody",
12406-
"documentation":"<p>The provisioning template. See <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/programmatic-provisioning.html\">Programmatic Provisioning</a> for more information.</p>"
12429+
"documentation":"<p>The provisioning template. See <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/provision-w-cert.html\">Provisioning Devices That Have Device Certificates</a> for more information.</p>"
1240712430
},
1240812431
"parameters":{
1240912432
"shape":"Parameters",
@@ -14777,7 +14800,7 @@
1477714800
},
1477814801
"newStatus":{
1477914802
"shape":"CertificateStatus",
14780-
"documentation":"<p>The new status.</p> <p> <b>Note:</b> Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.</p> <p> <b>Note:</b> The status value REGISTER_INACTIVE is deprecated and should not be used.</p>",
14803+
"documentation":"<p>The new status.</p> <p> <b>Note:</b> Setting the status to PENDING_TRANSFER or PENDING_ACTIVATION will result in an exception being thrown. PENDING_TRANSFER and PENDING_ACTIVATION are statuses used internally by AWS IoT. They are not intended for developer use.</p> <p> <b>Note:</b> The status value REGISTER_INACTIVE is deprecated and should not be used.</p>",
1478114804
"location":"querystring",
1478214805
"locationName":"newStatus"
1478314806
}

0 commit comments

Comments
 (0)