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
feat(client-iotsitewise): AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in.
* <p>The ID of the asset to query. This can be either the actual ID in UUID format, or else <code>externalId:</code> followed by the external ID, if it has one.
8463
-
* For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references">Referencing objects with external IDs</a> in the <i>IoT SiteWise User Guide</i>.</p>
8464
-
* @public
8465
-
*/
8466
-
assetId: string|undefined;
8467
-
8468
-
/**
8469
-
* <p>(Optional) If you don't provide a <code>hierarchyId</code>, all the immediate assets in
8470
-
* the <code>traversalDirection</code> will be returned. </p>
8471
-
* <p> The ID of the hierarchy by which child assets are associated to the asset.
8472
-
* (This can be either the actual ID in UUID format, or else <code>externalId:</code> followed by the external ID, if it has one.
8473
-
* For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references">Referencing objects with external IDs</a> in the <i>IoT SiteWise User Guide</i>.)</p>
8474
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-hierarchies.html">Asset hierarchies</a> in the <i>IoT SiteWise User Guide</i>.</p>
8475
-
* @public
8476
-
*/
8477
-
hierarchyId?: string|undefined;
8478
-
8479
-
/**
8480
-
* <p>The direction to list associated assets. Choose one of the following options:</p>
8481
-
* <ul>
8482
-
* <li>
8483
-
* <p>
8484
-
* <code>CHILD</code> – The list includes all child assets associated to the
8485
-
* asset.</p>
8486
-
* </li>
8487
-
* <li>
8488
-
* <p>
8489
-
* <code>PARENT</code> – The list includes the asset's parent asset.</p>
* <p>The ID of the asset to query. This can be either the actual ID in UUID format, or else <code>externalId:</code> followed by the external ID, if it has one.
64
+
* For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references">Referencing objects with external IDs</a> in the <i>IoT SiteWise User Guide</i>.</p>
65
+
* @public
66
+
*/
67
+
assetId: string|undefined;
68
+
69
+
/**
70
+
* <p>(Optional) If you don't provide a <code>hierarchyId</code>, all the immediate assets in
71
+
* the <code>traversalDirection</code> will be returned. </p>
72
+
* <p> The ID of the hierarchy by which child assets are associated to the asset.
73
+
* (This can be either the actual ID in UUID format, or else <code>externalId:</code> followed by the external ID, if it has one.
74
+
* For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references">Referencing objects with external IDs</a> in the <i>IoT SiteWise User Guide</i>.)</p>
75
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-hierarchies.html">Asset hierarchies</a> in the <i>IoT SiteWise User Guide</i>.</p>
76
+
* @public
77
+
*/
78
+
hierarchyId?: string|undefined;
79
+
80
+
/**
81
+
* <p>The direction to list associated assets. Choose one of the following options:</p>
82
+
* <ul>
83
+
* <li>
84
+
* <p>
85
+
* <code>CHILD</code> – The list includes all child assets associated to the
86
+
* asset.</p>
87
+
* </li>
88
+
* <li>
89
+
* <p>
90
+
* <code>PARENT</code> – The list includes the asset's parent asset.</p>
0 commit comments