{ "opencollection": "1.0.0", "info": { "name": "AWS IoT TwinMaker Pricingplan Workspaces API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT TwinMaker Batch Put Property Values", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/entity-properties", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the properties to set." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets values for multiple time series properties." }, { "info": { "name": "Amazon IoT TwinMaker Get Component Type", "type": "http" }, "http": { "method": "GET", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/component-types/:componentTypeId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the component type." }, { "name": "componentTypeId", "value": "", "type": "path", "description": "The ID of the component type." } ] }, "docs": "Retrieves information about a component type." }, { "info": { "name": "Amazon IoT TwinMaker Create Component Type", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/component-types/:componentTypeId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the component type." }, { "name": "componentTypeId", "value": "", "type": "path", "description": "The ID of the component type." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a component type." }, { "info": { "name": "Amazon IoT TwinMaker Update Component Type", "type": "http" }, "http": { "method": "PUT", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/component-types/:componentTypeId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace." }, { "name": "componentTypeId", "value": "", "type": "path", "description": "The ID of the component type." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates information in a component type." }, { "info": { "name": "Amazon IoT TwinMaker Delete Component Type", "type": "http" }, "http": { "method": "DELETE", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/component-types/:componentTypeId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the component type." }, { "name": "componentTypeId", "value": "", "type": "path", "description": "The ID of the component type to delete." } ] }, "docs": "Deletes a component type." }, { "info": { "name": "Amazon IoT TwinMaker Create Entity", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/entities", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the entity." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an entity." }, { "info": { "name": "Amazon IoT TwinMaker Create Scene", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/scenes", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the scene." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a scene." }, { "info": { "name": "Amazon IoT TwinMaker Create Sync Job", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/sync-jobs/:syncSource", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The workspace ID." }, { "name": "syncSource", "value": "", "type": "path", "description": "

The sync source.

Currently the only supported syncSoource is SITEWISE .

" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This action creates a SyncJob." }, { "info": { "name": "Amazon IoT TwinMaker Delete Sync Job", "type": "http" }, "http": { "method": "DELETE", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/sync-jobs/:syncSource", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The workspace ID." }, { "name": "syncSource", "value": "", "type": "path", "description": "

The sync source.

Currently the only supported syncSource is SITEWISE .

" } ] }, "docs": "Delete the SyncJob." }, { "info": { "name": "Amazon IoT TwinMaker Get Workspace", "type": "http" }, "http": { "method": "GET", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace." } ] }, "docs": "Retrieves information about a workspace." }, { "info": { "name": "Amazon IoT TwinMaker Create Workspace", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a workplace." }, { "info": { "name": "Amazon IoT TwinMaker Update Workspace", "type": "http" }, "http": { "method": "PUT", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a workspace." }, { "info": { "name": "Amazon IoT TwinMaker Delete Workspace", "type": "http" }, "http": { "method": "DELETE", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace to delete." } ] }, "docs": "Deletes a workspace." }, { "info": { "name": "Amazon IoT TwinMaker Get Entity", "type": "http" }, "http": { "method": "GET", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/entities/:entityId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace." }, { "name": "entityId", "value": "", "type": "path", "description": "The ID of the entity." } ] }, "docs": "Retrieves information about an entity." }, { "info": { "name": "Amazon IoT TwinMaker Update Entity", "type": "http" }, "http": { "method": "PUT", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/entities/:entityId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the entity." }, { "name": "entityId", "value": "", "type": "path", "description": "The ID of the entity." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an entity." }, { "info": { "name": "Amazon IoT TwinMaker Delete Entity", "type": "http" }, "http": { "method": "DELETE", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/entities/:entityId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the entity to delete." }, { "name": "entityId", "value": "", "type": "path", "description": "The ID of the entity to delete." }, { "name": "isRecursive", "value": "", "type": "query", "description": "A Boolean value that specifies whether the operation deletes child entities." } ] }, "docs": "Deletes an entity." }, { "info": { "name": "Amazon IoT TwinMaker Get Scene", "type": "http" }, "http": { "method": "GET", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/scenes/:sceneId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the scene." }, { "name": "sceneId", "value": "", "type": "path", "description": "The ID of the scene." } ] }, "docs": "Retrieves information about a scene." }, { "info": { "name": "Amazon IoT TwinMaker Update Scene", "type": "http" }, "http": { "method": "PUT", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/scenes/:sceneId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the scene." }, { "name": "sceneId", "value": "", "type": "path", "description": "The ID of the scene." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a scene." }, { "info": { "name": "Amazon IoT TwinMaker Delete Scene", "type": "http" }, "http": { "method": "DELETE", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/scenes/:sceneId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace." }, { "name": "sceneId", "value": "", "type": "path", "description": "The ID of the scene to delete." } ] }, "docs": "Deletes a scene." }, { "info": { "name": "Amazon IoT TwinMaker Get Property Value", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/entity-properties/value", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace whose values the operation returns." }, { "name": "maxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Gets the property values for a component, component type, entity, or workspace.

You must specify a value for either componentName, componentTypeId, entityId, or workspaceId.

" }, { "info": { "name": "Amazon IoT TwinMaker Get Property Value History", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/entity-properties/history", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace." }, { "name": "maxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.

You must specify a value for workspaceId. For entity-specific queries, specify values for componentName and entityId. For cross-entity quries, specify a value for componentTypeId.

" }, { "info": { "name": "Amazon IoT TwinMaker List Component Types", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/component-types-list", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace." }, { "name": "maxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists all component types in a workspace." }, { "info": { "name": "Amazon IoT TwinMaker List Entities", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/entities-list", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace." }, { "name": "maxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists all entities in a workspace." }, { "info": { "name": "Amazon IoT TwinMaker List Scenes", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/scenes-list", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the scenes." }, { "name": "maxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists all scenes in a workspace." }, { "info": { "name": "Amazon IoT TwinMaker List Sync Jobs", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/sync-jobs-list", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the sync job." }, { "name": "maxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "List all SyncJobs." }, { "info": { "name": "Amazon IoT TwinMaker List Sync Resources", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/sync-jobs/:syncSource/resources-list", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the sync job." }, { "name": "syncSource", "value": "", "type": "path", "description": "

The sync source.

Currently the only supported syncSource is SITEWISE .

" }, { "name": "maxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists the sync resources." } ] } ], "bundled": true }