|
615 | 615 | {"shape":"ResourceAlreadyExistsException"},
|
616 | 616 | {"shape":"ResourceNotFoundException"}
|
617 | 617 | ],
|
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>" |
619 | 619 | },
|
620 | 620 | "CreateThingGroup":{
|
621 | 621 | "name":"CreateThingGroup",
|
|
631 | 631 | {"shape":"ThrottlingException"},
|
632 | 632 | {"shape":"InternalFailureException"}
|
633 | 633 | ],
|
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>" |
635 | 635 | },
|
636 | 636 | "CreateThingType":{
|
637 | 637 | "name":"CreateThingType",
|
|
3573 | 3573 | "shape":"CloudwatchAlarmAction",
|
3574 | 3574 | "documentation":"<p>Change the state of a CloudWatch alarm.</p>"
|
3575 | 3575 | },
|
| 3576 | + "cloudwatchLogs":{ |
| 3577 | + "shape":"CloudwatchLogsAction", |
| 3578 | + "documentation":"<p>Send data to CloudWatch logs.</p>" |
| 3579 | + }, |
3576 | 3580 | "elasticsearch":{
|
3577 | 3581 | "shape":"ElasticsearchAction",
|
3578 | 3582 | "documentation":"<p>Write data to an Amazon Elasticsearch Service domain.</p>"
|
|
5110 | 5114 | },
|
5111 | 5115 | "documentation":"<p>Describes an action that updates a CloudWatch alarm.</p>"
|
5112 | 5116 | },
|
| 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 | + }, |
5113 | 5135 | "CloudwatchMetricAction":{
|
5114 | 5136 | "type":"structure",
|
5115 | 5137 | "required":[
|
|
7218 | 7240 | "members":{
|
7219 | 7241 | "endpointType":{
|
7220 | 7242 | "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>", |
7222 | 7244 | "location":"querystring",
|
7223 | 7245 | "locationName":"endpointType"
|
7224 | 7246 | }
|
|
11458 | 11480 | }
|
11459 | 11481 | }
|
11460 | 11482 | },
|
| 11483 | + "LogGroupName":{"type":"string"}, |
11461 | 11484 | "LogLevel":{
|
11462 | 11485 | "type":"string",
|
11463 | 11486 | "enum":[
|
|
12403 | 12426 | "members":{
|
12404 | 12427 | "templateBody":{
|
12405 | 12428 | "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>" |
12407 | 12430 | },
|
12408 | 12431 | "parameters":{
|
12409 | 12432 | "shape":"Parameters",
|
|
14777 | 14800 | },
|
14778 | 14801 | "newStatus":{
|
14779 | 14802 | "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>", |
14781 | 14804 | "location":"querystring",
|
14782 | 14805 | "locationName":"newStatus"
|
14783 | 14806 | }
|
|
0 commit comments