|
9 | 9 | "serviceFullName":"AWS IoT Greengrass V2",
|
10 | 10 | "serviceId":"GreengrassV2",
|
11 | 11 | "signatureVersion":"v4",
|
12 |
| - "uid":"greengrassv2-2020-11-30" |
| 12 | + "uid":"greengrassv2-2020-11-30", |
| 13 | + "auth":["aws.auth#sigv4"] |
13 | 14 | },
|
14 | 15 | "operations":{
|
15 | 16 | "AssociateServiceRoleToAccount":{
|
|
369 | 370 | {"shape":"InternalServerException"},
|
370 | 371 | {"shape":"ThrottlingException"}
|
371 | 372 | ],
|
372 |
| - "documentation":"<p>Retrieves a paginated list of Greengrass core devices.</p> <note> <p>IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated.</p> <p>Core devices send status updates at the following times:</p> <ul> <li> <p>When the IoT Greengrass Core software starts</p> </li> <li> <p>When the core device receives a deployment from the Amazon Web Services Cloud</p> </li> <li> <p>When the status of any component on the core device becomes <code>BROKEN</code> </p> </li> <li> <p>At a <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html#greengrass-nucleus-component-configuration-fss\">regular interval that you can configure</a>, which defaults to 24 hours</p> </li> <li> <p>For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and cloud deployment</p> </li> </ul> </note>" |
| 373 | + "documentation":"<p>Retrieves a paginated list of Greengrass core devices.</p> <note> <p>IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated.</p> <p>Core devices send status updates at the following times:</p> <ul> <li> <p>When the IoT Greengrass Core software starts</p> </li> <li> <p>When the core device receives a deployment from the Amazon Web Services Cloud</p> </li> <li> <p>For Greengrass nucleus 2.12.2 and earlier, the core device sends status updates when the status of any component on the core device becomes <code>ERRORED</code> or <code>BROKEN</code>.</p> </li> <li> <p>For Greengrass nucleus 2.12.3 and later, the core device sends status updates when the status of any component on the core device becomes <code>ERRORED</code>, <code>BROKEN</code>, <code>RUNNING</code>, or <code>FINISHED</code>.</p> </li> <li> <p>At a <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html#greengrass-nucleus-component-configuration-fss\">regular interval that you can configure</a>, which defaults to 24 hours</p> </li> <li> <p>For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and cloud deployment</p> </li> </ul> </note>" |
373 | 374 | },
|
374 | 375 | "ListDeployments":{
|
375 | 376 | "name":"ListDeployments",
|
|
1011 | 1012 | "lastStatusUpdateTimestamp":{
|
1012 | 1013 | "shape":"Timestamp",
|
1013 | 1014 | "documentation":"<p>The time at which the core device's status last updated, expressed in ISO 8601 format.</p>"
|
| 1015 | + }, |
| 1016 | + "platform":{ |
| 1017 | + "shape":"CoreDevicePlatformString", |
| 1018 | + "documentation":"<p>The operating system platform that the core device runs.</p>" |
| 1019 | + }, |
| 1020 | + "architecture":{ |
| 1021 | + "shape":"CoreDeviceArchitectureString", |
| 1022 | + "documentation":"<p>The computer architecture of the core device.</p>" |
| 1023 | + }, |
| 1024 | + "runtime":{ |
| 1025 | + "shape":"CoreDeviceRuntimeString", |
| 1026 | + "documentation":"<p>The runtime for the core device. The runtime can be:</p> <ul> <li> <p> <code>aws_nucleus_classic</code> </p> </li> <li> <p> <code>aws_nucleus_lite</code> </p> </li> </ul>" |
1014 | 1027 | }
|
1015 | 1028 | },
|
1016 | 1029 | "documentation":"<p>Contains information about a Greengrass core device, which is an IoT thing that runs the IoT Greengrass Core software.</p>"
|
|
1025 | 1038 | "max":255,
|
1026 | 1039 | "min":1
|
1027 | 1040 | },
|
| 1041 | + "CoreDeviceRuntimeString":{ |
| 1042 | + "type":"string", |
| 1043 | + "max":255, |
| 1044 | + "min":1 |
| 1045 | + }, |
1028 | 1046 | "CoreDeviceStatus":{
|
1029 | 1047 | "type":"string",
|
1030 | 1048 | "enum":[
|
|
1704 | 1722 | "shape":"CoreDeviceArchitectureString",
|
1705 | 1723 | "documentation":"<p>The computer architecture of the core device.</p>"
|
1706 | 1724 | },
|
| 1725 | + "runtime":{ |
| 1726 | + "shape":"CoreDeviceRuntimeString", |
| 1727 | + "documentation":"<p>The runtime for the core device. The runtime can be:</p> <ul> <li> <p> <code>aws_nucleus_classic</code> </p> </li> <li> <p> <code>aws_nucleus_lite</code> </p> </li> </ul>" |
| 1728 | + }, |
1707 | 1729 | "status":{
|
1708 | 1730 | "shape":"CoreDeviceStatus",
|
1709 | 1731 | "documentation":"<p>The status of the core device. The core device status can be:</p> <ul> <li> <p> <code>HEALTHY</code> – The IoT Greengrass Core software and all components run on the core device without issue.</p> </li> <li> <p> <code>UNHEALTHY</code> – The IoT Greengrass Core software or a component is in a failed state on the core device.</p> </li> </ul>"
|
|
2466 | 2488 | "box":true,
|
2467 | 2489 | "location":"querystring",
|
2468 | 2490 | "locationName":"nextToken"
|
| 2491 | + }, |
| 2492 | + "runtime":{ |
| 2493 | + "shape":"CoreDeviceRuntimeString", |
| 2494 | + "documentation":"<p>The runtime to be used by the core device. The runtime can be:</p> <ul> <li> <p> <code>aws_nucleus_classic</code> </p> </li> <li> <p> <code>aws_nucleus_lite</code> </p> </li> </ul>", |
| 2495 | + "location":"querystring", |
| 2496 | + "locationName":"runtime" |
2469 | 2497 | }
|
2470 | 2498 | }
|
2471 | 2499 | },
|
|
0 commit comments