You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>When the core device receives a deployment from the Amazon Web Services Cloud</p>
44
44
* </li>
45
45
* <li>
46
-
* <p>When the status of any component on the core device becomes
47
-
* <code>BROKEN</code>
48
-
* </p>
46
+
* <p>For Greengrass nucleus 2.12.2 and earlier, the core device sends status updates when the
47
+
* status of any component on the core device becomes <code>ERRORED</code> or
48
+
* <code>BROKEN</code>.</p>
49
+
* </li>
50
+
* <li>
51
+
* <p>For Greengrass nucleus 2.12.3 and later, the core device sends status updates when the
52
+
* status of any component on the core device becomes <code>ERRORED</code>,
53
+
* <code>BROKEN</code>, <code>RUNNING</code>, or <code>FINISHED</code>.</p>
49
54
* </li>
50
55
* <li>
51
56
* <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>
"smithy.api#documentation": "<p>Retrieves a paginated list of Greengrass core devices.</p>\n <note>\n <p>IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the\n IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud,\n then the reported status of that device might not reflect its current status. The status\n timestamp indicates when the device status was last updated.</p>\n <p>Core devices send status updates at the following times:</p>\n <ul>\n <li>\n <p>When the IoT Greengrass Core software starts</p>\n </li>\n <li>\n <p>When the core device receives a deployment from the Amazon Web Services Cloud</p>\n </li>\n <li>\n <p>When the status of any component on the core device becomes\n <code>BROKEN</code>\n </p>\n </li>\n <li>\n <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>\n </li>\n <li>\n <p>For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and\n cloud deployment</p>\n </li>\n </ul>\n </note>",
4864
+
"smithy.api#documentation": "<p>Retrieves a paginated list of Greengrass core devices.</p>\n <note>\n <p>IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the\n IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud,\n then the reported status of that device might not reflect its current status. The status\n timestamp indicates when the device status was last updated.</p>\n <p>Core devices send status updates at the following times:</p>\n <ul>\n <li>\n <p>When the IoT Greengrass Core software starts</p>\n </li>\n <li>\n <p>When the core device receives a deployment from the Amazon Web Services Cloud</p>\n </li>\n <li>\n <p>For Greengrass nucleus 2.12.2 and earlier, the core device sends status updates when the\n status of any component on the core device becomes <code>ERRORED</code> or\n <code>BROKEN</code>.</p>\n </li>\n <li>\n <p>For Greengrass nucleus 2.12.3 and later, the core device sends status updates when the\n status of any component on the core device becomes <code>ERRORED</code>,\n <code>BROKEN</code>, <code>RUNNING</code>, or <code>FINISHED</code>.</p>\n </li>\n <li>\n <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>\n </li>\n <li>\n <p>For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and\n cloud deployment</p>\n </li>\n </ul>\n </note>",
4832
4865
"smithy.api#http": {
4833
4866
"method": "GET",
4834
4867
"uri": "/greengrass/v2/coreDevices",
@@ -4872,6 +4905,13 @@
4872
4905
"smithy.api#documentation": "<p>The token to be used for the next set of paginated results.</p>",
"smithy.api#documentation": "<p>The runtime to be used by the core device. The runtime can be:</p>\n <ul>\n <li>\n <p>\n <code>aws_nucleus_classic</code>\n </p>\n </li>\n <li>\n <p>\n <code>aws_nucleus_lite</code>\n </p>\n </li>\n </ul>",
0 commit comments