src/modules/insights/install_insights_module.py [72:83]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        "updateType": "CREATE",
                        "componentTypeId": "com.amazon.iotsitewise.connector",
                        "propertyUpdates": {
                            "sitewiseAssetId": {
                                "updateType": "UPDATE",
                                "value": {
                                    "stringValue": asset_id
                                }
                            },
                            "sitewiseAssetModelId": {
                                "updateType": "UPDATE",
                                "value": {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/modules/sitewise/lib/patch_sitewise_content.py [61:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    "updateType": "CREATE",
                    "componentTypeId": "com.amazon.iotsitewise.connector",
                    "propertyUpdates": {
                        "sitewiseAssetId": {
                            "updateType": "UPDATE",
                            "value": {
                                "stringValue": asset_id
                            }
                        },
                        "sitewiseAssetModelId": {
                            "updateType": "UPDATE",
                            "value": {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



