Skip to content

Commit f06d7b9

Browse files
author
AWS
committed
AWS IoT SiteWise Update: Documentation updates for iot-bifrost
1 parent 3ec84ce commit f06d7b9

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
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 SiteWise",
4+
"description": "Documentation updates for iot-bifrost"
5+
}

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
{"shape":"ResourceNotFoundException"},
644644
{"shape":"ThrottlingException"}
645645
],
646-
"documentation":"<p>Retrieves a paginated list of asset summaries.</p>",
646+
"documentation":"<p>Retrieves a paginated list of asset summaries.</p> <p>You can use this operation to do the following:</p> <ul> <li> <p>List assets based on a specific asset model.</p> </li> <li> <p>List top-level assets.</p> </li> </ul> <p>You can't use this operation to list all assets. To retrieve summaries for all of your assets, use <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_ListAssetModels.html\">ListAssetModels</a> to get all of your asset model IDs. Then, use ListAssets to get all assets for each asset model.</p>",
647647
"endpoint":{"hostPrefix":"model."}
648648
},
649649
"ListAssociatedAssets":{
@@ -870,7 +870,7 @@
870870
{"shape":"ThrottlingException"},
871871
{"shape":"ConflictingOperationException"}
872872
],
873-
"documentation":"<p>Updates an asset model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/update-assets-and-models.html\">Updating Assets and Models</a> in the <i>AWS IoT SiteWise User Guide</i>.</p> <important> <p>This action overwrites the existing model with the provided model. To avoid deleting your asset model's properties or hierarchies, you must include their definitions in the updated asset model payload. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeAssetModel.html\">DescribeAssetModel</a>.</p> <p>If you remove a property from an asset model or update a property's formula expression, AWS IoT SiteWise deletes all previous data for that property. If you remove a hierarchy definition from an asset model, AWS IoT SiteWise disassociates every asset associated with that hierarchy. You can't change the type or data type of an existing property.</p> </important>",
873+
"documentation":"<p>Updates an asset model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/update-assets-and-models.html\">Updating Assets and Models</a> in the <i>AWS IoT SiteWise User Guide</i>.</p> <important> <p>This action overwrites the existing model with the provided model. To avoid deleting your asset model's properties or hierarchies, you must include their IDs and definitions in the updated asset model payload. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeAssetModel.html\">DescribeAssetModel</a>.</p> <p>If you remove a property from an asset model or update a property's formula expression, AWS IoT SiteWise deletes all previous data for that property. If you remove a hierarchy definition from an asset model, AWS IoT SiteWise disassociates every asset associated with that hierarchy. You can't change the type or data type of an existing property.</p> </important>",
874874
"endpoint":{"hostPrefix":"model."}
875875
},
876876
"UpdateAssetProperty":{
@@ -887,7 +887,7 @@
887887
{"shape":"ThrottlingException"},
888888
{"shape":"ConflictingOperationException"}
889889
],
890-
"documentation":"<p>Updates an asset property's alias and notification state.</p>",
890+
"documentation":"<p>Updates an asset property's alias and notification state.</p> <important> <p>This operation overwrites the property's existing alias and notification state. To keep your existing property's alias or notification state, you must include the existing values in the UpdateAssetProperty request. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeAssetProperty.html\">DescribeAssetProperty</a>.</p> </important>",
891891
"endpoint":{"hostPrefix":"model."}
892892
},
893893
"UpdateDashboard":{
@@ -1727,7 +1727,7 @@
17271727
"members":{
17281728
"entries":{
17291729
"shape":"PutAssetPropertyValueEntries",
1730-
"documentation":"<p>The list of asset property value entries for the batch put request. You can specify up to 10 entries per request. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html\">Quotas</a> in the <i>AWS IoT SiteWise User Guide</i>.</p>"
1730+
"documentation":"<p>The list of asset property value entries for the batch put request. You can specify up to 10 entries per request.</p>"
17311731
}
17321732
}
17331733
},
@@ -3511,13 +3511,13 @@
35113511
},
35123512
"assetModelId":{
35133513
"shape":"ID",
3514-
"documentation":"<p>The ID of the asset model by which to filter the list of assets. Omit the <code>assetModelId</code> to list all assets (of all models).</p>",
3514+
"documentation":"<p>The ID of the asset model by which to filter the list of assets. This parameter is required if you choose <code>ALL</code> for <code>filter</code>.</p>",
35153515
"location":"querystring",
35163516
"locationName":"assetModelId"
35173517
},
35183518
"filter":{
35193519
"shape":"ListAssetsFilter",
3520-
"documentation":"<p>The hierarchy level by which to filter the requested list of assets.</p>",
3520+
"documentation":"<p>The filter for the requested list of assets. Choose one of the following options. Defaults to <code>ALL</code>.</p> <ul> <li> <p> <code>ALL</code> – The list includes all assets for a given asset model ID. The <code>assetModelId</code> parameter is required if you filter by <code>ALL</code>.</p> </li> <li> <p> <code>TOP_LEVEL</code> – The list includes only top-level assets in the asset hierarchy tree.</p> </li> </ul>",
35213521
"location":"querystring",
35223522
"locationName":"filter"
35233523
}
@@ -4168,7 +4168,7 @@
41684168
},
41694169
"propertyValues":{
41704170
"shape":"AssetPropertyValues",
4171-
"documentation":"<p>The list of property values to upload. You can specify up to 10 <code>propertyValues</code> array elements. </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html\">Quotas</a> in the <i>AWS IoT SiteWise User Guide</i>.</p>"
4171+
"documentation":"<p>The list of property values to upload. You can specify up to 10 <code>propertyValues</code> array elements. </p>"
41724172
}
41734173
},
41744174
"documentation":"<p>Contains a list of value updates for an asset property in the list of asset entries consumed by the <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchPutAssetPropertyValue.html\">BatchPutAssetPropertyValue</a> API.</p>"
@@ -4543,11 +4543,11 @@
45434543
},
45444544
"propertyAlias":{
45454545
"shape":"PropertyAlias",
4546-
"documentation":"<p>The property alias that identifies the property, such as an OPC-UA server data stream path (for example, <code>/company/windfarm/3/turbine/7/temperature</code>). For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html\">Mapping Industrial Data Streams to Asset Properties</a> in the <i>AWS IoT SiteWise User Guide</i>.</p>"
4546+
"documentation":"<p>The property alias that identifies the property, such as an OPC-UA server data stream path (for example, <code>/company/windfarm/3/turbine/7/temperature</code>). For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html\">Mapping Industrial Data Streams to Asset Properties</a> in the <i>AWS IoT SiteWise User Guide</i>.</p> <p>If you omit this parameter, the alias is removed from the property.</p>"
45474547
},
45484548
"propertyNotificationState":{
45494549
"shape":"PropertyNotificationState",
4550-
"documentation":"<p>The updated MQTT notification state (enabled or disabled) for this asset property. When the notification state is enabled, AWS IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/interact-with-other-services.html\">Interacting with Other Services</a> in the <i>AWS IoT SiteWise User Guide</i>.</p>"
4550+
"documentation":"<p>The MQTT notification state (enabled or disabled) for this asset property. When the notification state is enabled, AWS IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/interact-with-other-services.html\">Interacting with Other Services</a> in the <i>AWS IoT SiteWise User Guide</i>.</p> <p>If you omit this parameter, the notification state is set to <code>DISABLED</code>.</p>"
45514551
},
45524552
"clientToken":{
45534553
"shape":"ClientToken",

0 commit comments

Comments
 (0)