|
8877 | 8877 | },
|
8878 | 8878 | "schema":{
|
8879 | 8879 | "shape":"IndexSchema",
|
8880 |
| - "documentation":"<p>Contains a value that specifies the type of indexing performed. Valid values are:</p> <ul> <li> <p>REGISTRY – Your thing index contains only registry data.</p> </li> <li> <p>REGISTRY_AND_SHADOW - Your thing index contains registry data and shadow data.</p> </li> <li> <p>REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index contains registry data and thing connectivity status data.</p> </li> <li> <p>REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index contains registry data, shadow data, and thing connectivity status data.</p> </li> </ul>" |
| 8880 | + "documentation":"<p>Contains a value that specifies the type of indexing performed. Valid values are:</p> <ul> <li> <p>REGISTRY – Your thing index contains only registry data.</p> </li> <li> <p>REGISTRY_AND_SHADOW - Your thing index contains registry data and shadow data.</p> </li> <li> <p>REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index contains registry data and thing connectivity status data.</p> </li> <li> <p>REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index contains registry data, shadow data, and thing connectivity status data.</p> </li> <li> <p>MULTI_INDEXING_MODE - Your thing index contains multiple data sources. For more information, see <a href=\"https://docs.aws.amazon.com/iot/latest/apireference/API_GetIndexingConfiguration.html\">GetIndexingConfiguration</a>.</p> </li> </ul>" |
8881 | 8881 | }
|
8882 | 8882 | }
|
8883 | 8883 | },
|
|
9823 | 9823 | "type":"string",
|
9824 | 9824 | "enum":["DEACTIVATE"]
|
9825 | 9825 | },
|
| 9826 | + "DeviceDefenderIndexingMode":{ |
| 9827 | + "type":"string", |
| 9828 | + "enum":[ |
| 9829 | + "OFF", |
| 9830 | + "VIOLATIONS" |
| 9831 | + ] |
| 9832 | + }, |
9826 | 9833 | "DeviceDefenderThingName":{
|
9827 | 9834 | "type":"string",
|
9828 | 9835 | "max":128,
|
|
14428 | 14435 | "max":65535,
|
14429 | 14436 | "min":1
|
14430 | 14437 | },
|
| 14438 | + "NamedShadowIndexingMode":{ |
| 14439 | + "type":"string", |
| 14440 | + "enum":[ |
| 14441 | + "OFF", |
| 14442 | + "ON" |
| 14443 | + ] |
| 14444 | + }, |
14431 | 14445 | "NamespaceId":{
|
14432 | 14446 | "type":"string",
|
14433 | 14447 | "max":64,
|
|
16962 | 16976 | },
|
16963 | 16977 | "shadow":{
|
16964 | 16978 | "shape":"JsonDocument",
|
16965 |
| - "documentation":"<p>The shadow.</p>" |
| 16979 | + "documentation":"<p>The unnamed shadow and named shadow.</p> <p>For more information about shadows, see <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html\">IoT Device Shadow service.</a> </p>" |
| 16980 | + }, |
| 16981 | + "deviceDefender":{ |
| 16982 | + "shape":"JsonDocument", |
| 16983 | + "documentation":"<p>Contains Device Defender data.</p> <p>For more information about Device Defender, see <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/device-defender.html\">Device Defender</a>. </p>" |
16966 | 16984 | },
|
16967 | 16985 | "connectivity":{
|
16968 | 16986 | "shape":"ThingConnectivity",
|
|
17112 | 17130 | "shape":"ThingConnectivityIndexingMode",
|
17113 | 17131 | "documentation":"<p>Thing connectivity indexing mode. Valid values are: </p> <ul> <li> <p>STATUS – Your thing index contains connectivity status. To enable thing connectivity indexing, <i>thingIndexMode</i> must not be set to OFF.</p> </li> <li> <p>OFF - Thing connectivity status indexing is disabled.</p> </li> </ul>"
|
17114 | 17132 | },
|
| 17133 | + "deviceDefenderIndexingMode":{ |
| 17134 | + "shape":"DeviceDefenderIndexingMode", |
| 17135 | + "documentation":"<p>Device Defender indexing mode. Valid values are:</p> <ul> <li> <p>VIOLATIONS – Your thing index contains Device Defender violations. To enable Device Defender indexing, <i>deviceDefenderIndexingMode</i> must not be set to OFF.</p> </li> <li> <p>OFF - Device Defender indexing is disabled.</p> </li> </ul> <p>For more information about Device Defender violations, see <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/device-defender-detect.html\">Device Defender Detect.</a> </p>" |
| 17136 | + }, |
| 17137 | + "namedShadowIndexingMode":{ |
| 17138 | + "shape":"NamedShadowIndexingMode", |
| 17139 | + "documentation":"<p>Named shadow indexing mode. Valid values are:</p> <ul> <li> <p>ON – Your thing index contains named shadow. To enable thing named shadow indexing, <i>namedShadowIndexingMode</i> must not be set to OFF.</p> </li> <li> <p>OFF - Named shadow indexing is disabled.</p> </li> </ul> <p>For more information about Shadows, see <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html\">IoT Device Shadow service.</a> </p>" |
| 17140 | + }, |
17115 | 17141 | "managedFields":{
|
17116 | 17142 | "shape":"Fields",
|
17117 | 17143 | "documentation":"<p>Contains fields that are indexed and whose types are already known by the Fleet Indexing service.</p>"
|
|
18120 | 18146 | },
|
18121 | 18147 | "unit":{
|
18122 | 18148 | "shape":"FleetMetricUnit",
|
18123 |
| - "documentation":"<p>Used to support unit transformation such as milliseconds to seconds. The unit must be supported by <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html\">CW metric</a>.</p>" |
| 18149 | + "documentation":"<p>Used to support unit transformation such as milliseconds to seconds. The unit must be supported by <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html\">CW metric</a>.</p>" |
18124 | 18150 | },
|
18125 | 18151 | "expectedVersion":{
|
18126 | 18152 | "shape":"OptionalVersion",
|
|
0 commit comments