'2.0', 'service' => '
IoT TwinMaker is a service with which you can build operational digital twins of physical systems. IoT TwinMaker overlays measurements and analysis from real-world sensors, cameras, and enterprise applications so you can create data visualizations to monitor your physical factory, building, or industrial plant. You can use this real-world data to monitor operations and diagnose and repair errors.
', 'operations' => [ 'BatchPutPropertyValues' => 'Sets values for multiple time series properties.
', 'CreateComponentType' => 'Creates a component type.
', 'CreateEntity' => 'Creates an entity.
', 'CreateScene' => 'Creates a scene.
', 'CreateSyncJob' => 'This action creates a SyncJob.
', 'CreateWorkspace' => 'Creates a workplace.
', 'DeleteComponentType' => 'Deletes a component type.
', 'DeleteEntity' => 'Deletes an entity.
', 'DeleteScene' => 'Deletes a scene.
', 'DeleteSyncJob' => 'Delete the SyncJob.
', 'DeleteWorkspace' => 'Deletes a workspace.
', 'ExecuteQuery' => 'Run queries to access information from your knowledge graph of entities within individual workspaces.
', 'GetComponentType' => 'Retrieves information about a component type.
', 'GetEntity' => 'Retrieves information about an entity.
', 'GetPricingPlan' => 'Gets the pricing plan.
', 'GetPropertyValue' => 'Gets the property values for a component, component type, entity, or workspace.
You must specify a value for either componentName
, componentTypeId
, entityId
, or workspaceId
.
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
.
Retrieves information about a scene.
', 'GetSyncJob' => 'Gets the SyncJob.
', 'GetWorkspace' => 'Retrieves information about a workspace.
', 'ListComponentTypes' => 'Lists all component types in a workspace.
', 'ListEntities' => 'Lists all entities in a workspace.
', 'ListScenes' => 'Lists all scenes in a workspace.
', 'ListSyncJobs' => 'List all SyncJobs.
', 'ListSyncResources' => 'Lists the sync resources.
', 'ListTagsForResource' => 'Lists all tags associated with a resource.
', 'ListWorkspaces' => 'Retrieves information about workspaces in the current account.
', 'TagResource' => 'Adds tags to a resource.
', 'UntagResource' => 'Removes tags from a resource.
', 'UpdateComponentType' => 'Updates information in a component type.
', 'UpdateEntity' => 'Updates an entity.
', 'UpdatePricingPlan' => 'Update the pricing plan.
', 'UpdateScene' => 'Updates a scene.
', 'UpdateWorkspace' => 'Updates a workspace.
', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => 'Access is denied.
', 'refs' => [], ], 'BatchPutPropertyError' => [ 'base' => 'An error returned by the BatchPutProperty
action.
An object that contains information about errors returned by the BatchPutProperty
action.
A Boolean value that specifies whether the property group is inherited from a parent entity
', 'CreateComponentTypeRequest$isSingleton' => 'A Boolean value that specifies whether an entity can have more than one component of this type.
', 'DataConnector$isNative' => 'A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
', 'DataValue$booleanValue' => 'A Boolean value.
', 'DeleteEntityRequest$isRecursive' => 'A Boolean value that specifies whether the operation deletes child entities.
', 'EntitySummary$hasChildEntities' => 'A Boolean value that specifies whether the entity has child entities or not.
', 'FunctionResponse$isInherited' => 'Indicates whether this function is inherited.
', 'GetComponentTypeResponse$isSingleton' => 'A Boolean value that specifies whether an entity can have more than one component of this type.
', 'GetComponentTypeResponse$isAbstract' => 'A Boolean value that specifies whether the component type is abstract.
', 'GetComponentTypeResponse$isSchemaInitialized' => 'A Boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run.
', 'GetEntityResponse$hasChildEntities' => 'A Boolean value that specifies whether the entity has associated child entities.
', 'ListComponentTypesFilter$isAbstract' => 'A Boolean value that specifies whether the component types in the list are abstract.
', 'PropertyDefinitionRequest$isRequiredInEntity' => 'A Boolean value that specifies whether the property is required.
', 'PropertyDefinitionRequest$isExternalId' => 'A Boolean value that specifies whether the property ID comes from an external data store.
', 'PropertyDefinitionRequest$isStoredExternally' => 'A Boolean value that specifies whether the property is stored externally.
', 'PropertyDefinitionRequest$isTimeSeries' => 'A Boolean value that specifies whether the property consists of time series data.
', 'PropertyDefinitionResponse$isTimeSeries' => 'A Boolean value that specifies whether the property consists of time series data.
', 'PropertyDefinitionResponse$isRequiredInEntity' => 'A Boolean value that specifies whether the property is required in an entity.
', 'PropertyDefinitionResponse$isExternalId' => 'A Boolean value that specifies whether the property ID comes from an external data store.
', 'PropertyDefinitionResponse$isStoredExternally' => 'A Boolean value that specifies whether the property is stored externally.
', 'PropertyDefinitionResponse$isImported' => 'A Boolean value that specifies whether the property definition is imported from an external data store.
', 'PropertyDefinitionResponse$isFinal' => 'A Boolean value that specifies whether the property definition can be updated.
', 'PropertyDefinitionResponse$isInherited' => 'A Boolean value that specifies whether the property definition is inherited from a parent entity.
', 'PropertyGroupResponse$isInherited' => 'A Boolean value that specifies whether the property group is inherited from a parent entity
', 'UpdateComponentTypeRequest$isSingleton' => 'A Boolean value that specifies whether an entity can have more than one component of this type.
', ], ], 'BundleInformation' => [ 'base' => 'Information about the pricing bundle.
', 'refs' => [ 'PricingPlan$bundleInformation' => 'The pricing plan\'s bundle information.
', ], ], 'BundleName' => [ 'base' => NULL, 'refs' => [ 'PricingBundles$member' => NULL, ], ], 'ColumnDescription' => [ 'base' => 'A description of the column in the query results.
', 'refs' => [ 'ColumnDescriptions$member' => NULL, ], ], 'ColumnDescriptions' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryResponse$columnDescriptions' => 'A list of ColumnDescription objects.
', ], ], 'ColumnName' => [ 'base' => NULL, 'refs' => [ 'ColumnDescription$name' => 'The name of the column description.
', ], ], 'ColumnType' => [ 'base' => NULL, 'refs' => [ 'ColumnDescription$type' => 'The type of the column description.
', ], ], 'ComponentPropertyGroupRequest' => [ 'base' => 'The component property group request.
', 'refs' => [ 'ComponentPropertyGroupRequests$value' => NULL, ], ], 'ComponentPropertyGroupRequests' => [ 'base' => NULL, 'refs' => [ 'ComponentRequest$propertyGroups' => 'The property groups.
', 'ComponentUpdateRequest$propertyGroupUpdates' => 'The property group updates.
', ], ], 'ComponentPropertyGroupResponse' => [ 'base' => 'The component property group response.
', 'refs' => [ 'ComponentPropertyGroupResponses$value' => NULL, ], ], 'ComponentPropertyGroupResponses' => [ 'base' => NULL, 'refs' => [ 'ComponentResponse$propertyGroups' => 'The property groups.
', ], ], 'ComponentRequest' => [ 'base' => 'An object that sets information about a component type create or update request.
', 'refs' => [ 'ComponentsMapRequest$value' => NULL, ], ], 'ComponentResponse' => [ 'base' => 'An object that returns information about a component type create or update request.
', 'refs' => [ 'ComponentsMap$value' => NULL, ], ], 'ComponentTypeId' => [ 'base' => NULL, 'refs' => [ 'ComponentRequest$componentTypeId' => 'The ID of the component type.
', 'ComponentResponse$componentTypeId' => 'The ID of the component type.
', 'ComponentTypeSummary$componentTypeId' => 'The ID of the component type.
', 'ComponentUpdateRequest$componentTypeId' => 'The ID of the component type.
', 'CreateComponentTypeRequest$componentTypeId' => 'The ID of the component type.
', 'DeleteComponentTypeRequest$componentTypeId' => 'The ID of the component type to delete.
', 'ExtendsFrom$member' => NULL, 'GetComponentTypeRequest$componentTypeId' => 'The ID of the component type.
', 'GetComponentTypeResponse$componentTypeId' => 'The ID of the component type.
', 'GetPropertyValueHistoryRequest$componentTypeId' => 'The ID of the component type.
', 'GetPropertyValueRequest$componentTypeId' => 'The ID of the component type whose property values the operation returns.
', 'ListComponentTypesFilter$extendsFrom' => 'The component type that the component types in the list extend.
', 'ListEntitiesFilter$componentTypeId' => 'The ID of the component type in the entities in the list.
', 'Relationship$targetComponentTypeId' => 'The ID of the target component type associated with this relationship.
', 'UpdateComponentTypeRequest$componentTypeId' => 'The ID of the component type.
', 'UpdateComponentTypeResponse$componentTypeId' => 'The ID of the component type.
', ], ], 'ComponentTypeName' => [ 'base' => NULL, 'refs' => [ 'ComponentTypeSummary$componentTypeName' => 'The component type name.
', 'CreateComponentTypeRequest$componentTypeName' => 'A friendly name for the component type.
', 'GetComponentTypeResponse$componentTypeName' => 'The component type name.
', 'UpdateComponentTypeRequest$componentTypeName' => 'The component type name.
', ], ], 'ComponentTypeSummaries' => [ 'base' => NULL, 'refs' => [ 'ListComponentTypesResponse$componentTypeSummaries' => 'A list of objects that contain information about the component types.
', ], ], 'ComponentTypeSummary' => [ 'base' => 'An object that contains information about a component type.
', 'refs' => [ 'ComponentTypeSummaries$member' => NULL, ], ], 'ComponentUpdateRequest' => [ 'base' => 'The component update request.
', 'refs' => [ 'ComponentUpdatesMapRequest$value' => NULL, ], ], 'ComponentUpdateType' => [ 'base' => NULL, 'refs' => [ 'ComponentUpdateRequest$updateType' => 'The update type of the component update request.
', ], ], 'ComponentUpdatesMapRequest' => [ 'base' => NULL, 'refs' => [ 'UpdateEntityRequest$componentUpdates' => 'An object that maps strings to the component updates in the request. Each string in the mapping must be unique to this object.
', ], ], 'ComponentsMap' => [ 'base' => NULL, 'refs' => [ 'GetEntityResponse$components' => 'An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.
', ], ], 'ComponentsMapRequest' => [ 'base' => NULL, 'refs' => [ 'CreateEntityRequest$components' => 'An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.
', ], ], 'Configuration' => [ 'base' => NULL, 'refs' => [ 'PropertyDefinitionRequest$configuration' => 'A mapping that specifies configuration information about the property. Use this field to specify information that you read from and write to an external source.
', 'PropertyDefinitionResponse$configuration' => 'A mapping that specifies configuration information about the property.
', ], ], 'ConflictException' => [ 'base' => 'A conflict occurred.
', 'refs' => [], ], 'ConnectorFailureException' => [ 'base' => 'The connector failed.
', 'refs' => [], ], 'ConnectorTimeoutException' => [ 'base' => 'The connector timed out.
', 'refs' => [], ], 'CreateComponentTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateComponentTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateEntityRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEntityResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSceneRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSceneResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSyncJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSyncJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkspaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkspaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DataConnector' => [ 'base' => 'The data connector.
', 'refs' => [ 'FunctionRequest$implementedBy' => 'The data connector.
', 'FunctionResponse$implementedBy' => 'The data connector.
', ], ], 'DataType' => [ 'base' => 'An object that specifies the data type of a property.
', 'refs' => [ 'DataType$nestedType' => 'The nested type in the data type.
', 'PropertyDefinitionRequest$dataType' => 'An object that contains information about the data type.
', 'PropertyDefinitionResponse$dataType' => 'An object that contains information about the data type.
', ], ], 'DataValue' => [ 'base' => 'An object that specifies a value for a property.
', 'refs' => [ 'DataValueList$member' => NULL, 'DataValueMap$value' => NULL, 'PropertyDefinitionRequest$defaultValue' => 'An object that contains the default value.
', 'PropertyDefinitionResponse$defaultValue' => 'An object that contains the default value.
', 'PropertyFilter$value' => 'The value associated with this property filter.
', 'PropertyLatestValue$propertyValue' => 'The value of the property.
', 'PropertyRequest$value' => 'The value of the property.
', 'PropertyResponse$value' => 'The value of the property.
', 'PropertyTableValue$value' => NULL, 'PropertyValue$value' => 'An object that specifies a value for a time series property.
', ], ], 'DataValueList' => [ 'base' => NULL, 'refs' => [ 'DataType$allowedValues' => 'The allowed values for this data type.
', 'DataValue$listValue' => 'A list of multiple values.
', ], ], 'DataValueMap' => [ 'base' => NULL, 'refs' => [ 'DataValue$mapValue' => 'An object that maps strings to multiple DataValue
objects.
The description of the component request.
', 'ComponentResponse$description' => 'The description of the component type.
', 'ComponentTypeSummary$description' => 'The description of the component type.
', 'ComponentUpdateRequest$description' => 'The description of the component type.
', 'CreateComponentTypeRequest$description' => 'The description of the component type.
', 'CreateEntityRequest$description' => 'The description of the entity.
', 'CreateSceneRequest$description' => 'The description for this scene.
', 'CreateWorkspaceRequest$description' => 'The description of the workspace.
', 'EntitySummary$description' => 'The description of the entity.
', 'GetComponentTypeResponse$description' => 'The description of the component type.
', 'GetEntityResponse$description' => 'The description of the entity.
', 'GetSceneResponse$description' => 'The description of the scene.
', 'GetWorkspaceResponse$description' => 'The description of the workspace.
', 'SceneSummary$description' => 'The scene description.
', 'UpdateComponentTypeRequest$description' => 'The description of the component type.
', 'UpdateEntityRequest$description' => 'The description of the entity.
', 'UpdateSceneRequest$description' => 'The description of this scene.
', 'UpdateWorkspaceRequest$description' => 'The description of the workspace.
', 'WorkspaceSummary$description' => 'The description of the workspace.
', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'DataValue$doubleValue' => 'A double value.
', ], ], 'EntityId' => [ 'base' => NULL, 'refs' => [ 'CreateEntityRequest$entityId' => 'The ID of the entity.
', 'CreateEntityResponse$entityId' => 'The ID of the entity.
', 'DeleteEntityRequest$entityId' => 'The ID of the entity to delete.
', 'EntityPropertyReference$entityId' => 'The ID of the entity.
', 'EntitySummary$entityId' => 'The ID of the entity.
', 'GetEntityRequest$entityId' => 'The ID of the entity.
', 'GetEntityResponse$entityId' => 'The ID of the entity.
', 'GetPropertyValueHistoryRequest$entityId' => 'The ID of the entity.
', 'GetPropertyValueRequest$entityId' => 'The ID of the entity whose property values the operation returns.
', 'RelationshipValue$targetEntityId' => 'The ID of the target entity associated with this relationship value.
', 'UpdateEntityRequest$entityId' => 'The ID of the entity.
', ], ], 'EntityName' => [ 'base' => NULL, 'refs' => [ 'CreateEntityRequest$entityName' => 'The name of the entity.
', 'EntitySummary$entityName' => 'The name of the entity.
', 'GetEntityResponse$entityName' => 'The name of the entity.
', 'UpdateEntityRequest$entityName' => 'The name of the entity.
', ], ], 'EntityPropertyReference' => [ 'base' => 'An object that uniquely identifies an entity property.
', 'refs' => [ 'PropertyLatestValue$propertyReference' => 'An object that specifies information about a property.
', 'PropertyValueEntry$entityPropertyReference' => 'An object that contains information about the entity that has the property.
', 'PropertyValueHistory$entityPropertyReference' => 'An object that uniquely identifies an entity property.
', ], ], 'EntitySummaries' => [ 'base' => NULL, 'refs' => [ 'ListEntitiesResponse$entitySummaries' => 'A list of objects that contain information about the entities.
', ], ], 'EntitySummary' => [ 'base' => 'An object that contains information about an entity.
', 'refs' => [ 'EntitySummaries$member' => NULL, ], ], 'Entries' => [ 'base' => NULL, 'refs' => [ 'BatchPutPropertyValuesRequest$entries' => 'An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.
', ], ], 'ErrorCode' => [ 'base' => NULL, 'refs' => [ 'ErrorDetails$code' => 'The error code.
', ], ], 'ErrorDetails' => [ 'base' => 'The error details.
', 'refs' => [ 'Status$error' => 'The error message.
', 'SyncJobStatus$error' => 'The SyncJob error.
', 'SyncResourceStatus$error' => 'The status error.
', ], ], 'ErrorEntries' => [ 'base' => NULL, 'refs' => [ 'BatchPutPropertyValuesResponse$errorEntries' => 'Entries that caused errors in the batch put operation.
', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$message' => NULL, 'ConflictException$message' => NULL, 'ConnectorFailureException$message' => NULL, 'ConnectorTimeoutException$message' => NULL, 'ErrorDetails$message' => 'The error message.
', 'InternalServerException$message' => NULL, 'QueryTimeoutException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'SceneError$message' => 'The SceneError message.
', 'ServiceQuotaExceededException$message' => NULL, 'ThrottlingException$message' => NULL, 'ValidationException$message' => NULL, ], ], 'Errors' => [ 'base' => NULL, 'refs' => [ 'BatchPutPropertyErrorEntry$errors' => 'A list of objects that contain information about errors returned by the BatchPutProperty
action.
An expression that produces the value.
', ], ], 'ExtendsFrom' => [ 'base' => NULL, 'refs' => [ 'CreateComponentTypeRequest$extendsFrom' => 'Specifies the parent component type to extend.
', 'GetComponentTypeResponse$extendsFrom' => 'The name of the parent component type that this component type extends.
', 'UpdateComponentTypeRequest$extendsFrom' => 'Specifies the component type that this component type extends.
', ], ], 'ExternalIdProperty' => [ 'base' => NULL, 'refs' => [ 'EntityPropertyReference$externalIdProperty' => 'A mapping of external IDs to property names. External IDs uniquely identify properties from external data stores.
', ], ], 'FunctionRequest' => [ 'base' => 'The function request body.
', 'refs' => [ 'FunctionsRequest$value' => NULL, ], ], 'FunctionResponse' => [ 'base' => 'The function response.
', 'refs' => [ 'FunctionsResponse$value' => NULL, ], ], 'FunctionsRequest' => [ 'base' => NULL, 'refs' => [ 'CreateComponentTypeRequest$functions' => 'An object that maps strings to the functions in the component type. Each string in the mapping must be unique to this object.
', 'UpdateComponentTypeRequest$functions' => 'An object that maps strings to the functions in the component type. Each string in the mapping must be unique to this object.
', ], ], 'FunctionsResponse' => [ 'base' => NULL, 'refs' => [ 'GetComponentTypeResponse$functions' => 'An object that maps strings to the functions in the component type. Each string in the mapping must be unique to this object.
', ], ], 'GeneratedSceneMetadataMap' => [ 'base' => NULL, 'refs' => [ 'GetSceneResponse$generatedSceneMetadata' => 'The generated scene metadata.
', ], ], 'GetComponentTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetComponentTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetEntityRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetEntityResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPricingPlanRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPricingPlanResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPropertyValueHistoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPropertyValueHistoryResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPropertyValueRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPropertyValueResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSceneRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSceneResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSyncJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSyncJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkspaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkspaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'GroupType' => [ 'base' => NULL, 'refs' => [ 'ComponentPropertyGroupRequest$groupType' => 'The group type.
', 'ComponentPropertyGroupResponse$groupType' => 'The group type.
', 'PropertyGroupRequest$groupType' => 'The group type.
', 'PropertyGroupResponse$groupType' => 'The group types.
', ], ], 'Id' => [ 'base' => NULL, 'refs' => [ 'BatchPutPropertyValuesRequest$workspaceId' => 'The ID of the workspace that contains the properties to set.
', 'CreateComponentTypeRequest$workspaceId' => 'The ID of the workspace that contains the component type.
', 'CreateEntityRequest$workspaceId' => 'The ID of the workspace that contains the entity.
', 'CreateSceneRequest$workspaceId' => 'The ID of the workspace that contains the scene.
', 'CreateSceneRequest$sceneId' => 'The ID of the scene.
', 'CreateSyncJobRequest$workspaceId' => 'The workspace ID.
', 'CreateWorkspaceRequest$workspaceId' => 'The ID of the workspace.
', 'DeleteComponentTypeRequest$workspaceId' => 'The ID of the workspace that contains the component type.
', 'DeleteEntityRequest$workspaceId' => 'The ID of the workspace that contains the entity to delete.
', 'DeleteSceneRequest$workspaceId' => 'The ID of the workspace.
', 'DeleteSceneRequest$sceneId' => 'The ID of the scene to delete.
', 'DeleteSyncJobRequest$workspaceId' => 'The workspace ID.
', 'DeleteWorkspaceRequest$workspaceId' => 'The ID of the workspace to delete.
', 'ExecuteQueryRequest$workspaceId' => 'The ID of the workspace.
', 'GetComponentTypeRequest$workspaceId' => 'The ID of the workspace that contains the component type.
', 'GetComponentTypeResponse$workspaceId' => 'The ID of the workspace that contains the component type.
', 'GetEntityRequest$workspaceId' => 'The ID of the workspace.
', 'GetEntityResponse$workspaceId' => 'The ID of the workspace.
', 'GetPropertyValueHistoryRequest$workspaceId' => 'The ID of the workspace.
', 'GetPropertyValueRequest$workspaceId' => 'The ID of the workspace whose values the operation returns.
', 'GetSceneRequest$workspaceId' => 'The ID of the workspace that contains the scene.
', 'GetSceneRequest$sceneId' => 'The ID of the scene.
', 'GetSceneResponse$workspaceId' => 'The ID of the workspace that contains the scene.
', 'GetSceneResponse$sceneId' => 'The ID of the scene.
', 'GetSyncJobRequest$workspaceId' => 'The workspace ID.
', 'GetSyncJobResponse$workspaceId' => 'The ID of the workspace that contains the sync job.
', 'GetWorkspaceResponse$workspaceId' => 'The ID of the workspace.
', 'ListComponentTypesRequest$workspaceId' => 'The ID of the workspace.
', 'ListComponentTypesResponse$workspaceId' => 'The ID of the workspace.
', 'ListEntitiesRequest$workspaceId' => 'The ID of the workspace.
', 'ListScenesRequest$workspaceId' => 'The ID of the workspace that contains the scenes.
', 'ListSyncJobsRequest$workspaceId' => 'The ID of the workspace that contains the sync job.
', 'ListSyncResourcesRequest$workspaceId' => 'The ID of the workspace that contains the sync job.
', 'SceneSummary$sceneId' => 'The ID of the scene.
', 'SyncJobSummary$workspaceId' => 'The ID of the workspace that contains the sync job.
', 'SyncResourceFilter$resourceId' => 'The sync resource filter resource ID.
', 'SyncResourceFilter$externalId' => 'The external ID.
', 'SyncResourceSummary$externalId' => 'The external ID.
', 'SyncResourceSummary$resourceId' => 'The resource ID.
', 'UpdateComponentTypeRequest$workspaceId' => 'The ID of the workspace.
', 'UpdateComponentTypeResponse$workspaceId' => 'The ID of the workspace that contains the component type.
', 'UpdateEntityRequest$workspaceId' => 'The ID of the workspace that contains the entity.
', 'UpdateSceneRequest$workspaceId' => 'The ID of the workspace that contains the scene.
', 'UpdateSceneRequest$sceneId' => 'The ID of the scene.
', 'UpdateWorkspaceRequest$workspaceId' => 'The ID of the workspace.
', 'WorkspaceSummary$workspaceId' => 'The ID of the workspace.
', ], ], 'IdOrArn' => [ 'base' => NULL, 'refs' => [ 'GetWorkspaceRequest$workspaceId' => 'The ID of the workspace.
', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'DataValue$integerValue' => 'An integer value.
', ], ], 'InternalServerException' => [ 'base' => 'An unexpected error has occurred.
', 'refs' => [], ], 'InterpolationParameters' => [ 'base' => 'An object that specifies how to interpolate data in a list.
', 'refs' => [ 'GetPropertyValueHistoryRequest$interpolation' => 'An object that specifies the interpolation type and the interval over which to interpolate data.
', ], ], 'InterpolationType' => [ 'base' => NULL, 'refs' => [ 'InterpolationParameters$interpolationType' => 'The interpolation type.
', ], ], 'IntervalInSeconds' => [ 'base' => NULL, 'refs' => [ 'InterpolationParameters$intervalInSeconds' => 'The interpolation time interval in seconds.
', ], ], 'LambdaArn' => [ 'base' => NULL, 'refs' => [ 'LambdaFunction$arn' => 'The ARN of the Lambda function.
', ], ], 'LambdaFunction' => [ 'base' => 'The Lambda function.
', 'refs' => [ 'DataConnector$lambda' => 'The Lambda function associated with this data connector.
', ], ], 'ListComponentTypesFilter' => [ 'base' => 'An object that filters items in a list of component types.
Only one object is accepted as a valid input.
A list of objects that filter the request.
', ], ], 'ListComponentTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListComponentTypesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListEntitiesFilter' => [ 'base' => 'An object that filters items in a list of entities.
', 'refs' => [ 'ListEntitiesFilters$member' => NULL, ], ], 'ListEntitiesFilters' => [ 'base' => NULL, 'refs' => [ 'ListEntitiesRequest$filters' => 'A list of objects that filter the request.
Only one object is accepted as a valid input.
A long value.
', 'PricingPlan$billableEntityCount' => 'The billable entity count.
', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'GetPropertyValueHistoryRequest$maxResults' => 'The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
', 'GetPropertyValueRequest$maxResults' => 'The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
', 'ListComponentTypesRequest$maxResults' => 'The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
', 'ListComponentTypesResponse$maxResults' => 'Specifies the maximum number of results to display.
', 'ListEntitiesRequest$maxResults' => 'The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
', 'ListScenesRequest$maxResults' => 'Specifies the maximum number of results to display.
', 'ListSyncJobsRequest$maxResults' => 'The maximum number of results to return at one time. The default is 50.
Valid Range: Minimum value of 0. Maximum value of 200.
', 'ListSyncResourcesRequest$maxResults' => 'The maximum number of results to return at one time. The default is 50.
Valid Range: Minimum value of 0. Maximum value of 200.
', 'ListTagsForResourceRequest$maxResults' => 'The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
', 'ListWorkspacesRequest$maxResults' => 'The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'ComponentPropertyGroupRequests$key' => NULL, 'ComponentPropertyGroupResponses$key' => NULL, 'ComponentResponse$componentName' => 'The name of the component.
', 'ComponentUpdatesMapRequest$key' => NULL, 'ComponentsMap$key' => NULL, 'ComponentsMapRequest$key' => NULL, 'Configuration$key' => NULL, 'EntityPropertyReference$componentName' => 'The name of the component.
', 'EntityPropertyReference$propertyName' => 'The name of the property.
', 'FunctionsRequest$key' => NULL, 'FunctionsResponse$key' => NULL, 'GeneratedSceneMetadataMap$key' => NULL, 'GetPropertyValueHistoryRequest$componentName' => 'The name of the component.
', 'GetPropertyValueRequest$componentName' => 'The name of the component whose property values the operation returns.
', 'GetPropertyValueRequest$propertyGroupName' => 'The property group name.
', 'PropertyDefinitionsRequest$key' => NULL, 'PropertyDefinitionsResponse$key' => NULL, 'PropertyGroupsRequest$key' => NULL, 'PropertyGroupsResponse$key' => NULL, 'PropertyLatestValueMap$key' => NULL, 'PropertyNames$member' => NULL, 'PropertyRequests$key' => NULL, 'PropertyResponses$key' => NULL, 'PropertyTableValue$key' => NULL, 'RelationshipValue$targetComponentName' => 'The name of the target component associated with the relationship value.
', 'RequiredProperties$member' => NULL, 'SceneMetadataMap$key' => NULL, ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryRequest$nextToken' => 'The string that specifies the next page of results.
', 'ExecuteQueryResponse$nextToken' => 'The string that specifies the next page of results.
', 'GetPropertyValueHistoryRequest$nextToken' => 'The string that specifies the next page of results.
', 'GetPropertyValueHistoryResponse$nextToken' => 'The string that specifies the next page of results.
', 'GetPropertyValueRequest$nextToken' => 'The string that specifies the next page of results.
', 'GetPropertyValueResponse$nextToken' => 'The string that specifies the next page of results.
', 'ListComponentTypesRequest$nextToken' => 'The string that specifies the next page of results.
', 'ListComponentTypesResponse$nextToken' => 'The string that specifies the next page of results.
', 'ListEntitiesRequest$nextToken' => 'The string that specifies the next page of results.
', 'ListEntitiesResponse$nextToken' => 'The string that specifies the next page of results.
', 'ListScenesRequest$nextToken' => 'The string that specifies the next page of results.
', 'ListScenesResponse$nextToken' => 'The string that specifies the next page of results.
', 'ListSyncJobsRequest$nextToken' => 'The string that specifies the next page of results.
', 'ListSyncJobsResponse$nextToken' => 'The string that specifies the next page of results.
', 'ListSyncResourcesRequest$nextToken' => 'The string that specifies the next page of results.
', 'ListSyncResourcesResponse$nextToken' => 'The string that specifies the next page of results.
', 'ListTagsForResourceRequest$nextToken' => 'The string that specifies the next page of results.
', 'ListTagsForResourceResponse$nextToken' => 'The string that specifies the next page of results.
', 'ListWorkspacesRequest$nextToken' => 'The string that specifies the next page of results.
', 'ListWorkspacesResponse$nextToken' => 'The string that specifies the next page of results.
', ], ], 'Order' => [ 'base' => NULL, 'refs' => [ 'OrderBy$order' => 'The set order that filters results.
', ], ], 'OrderBy' => [ 'base' => 'Filter criteria that orders the return output. It can be sorted in ascending or descending order.
', 'refs' => [ 'OrderByList$member' => NULL, ], ], 'OrderByList' => [ 'base' => NULL, 'refs' => [ 'TabularConditions$orderBy' => 'Filter criteria that orders the output. It can be sorted in ascending or descending order.
', ], ], 'OrderByTime' => [ 'base' => NULL, 'refs' => [ 'GetPropertyValueHistoryRequest$orderByTime' => 'The time direction to use in the result order.
', ], ], 'ParentEntityId' => [ 'base' => NULL, 'refs' => [ 'CreateEntityRequest$parentEntityId' => 'The ID of the entity\'s parent entity.
', 'EntitySummary$parentEntityId' => 'The ID of the parent entity.
', 'GetEntityResponse$parentEntityId' => 'The ID of the parent entity for this entity.
', 'ListEntitiesFilter$parentEntityId' => 'The parent of the entities in the list.
', 'ParentEntityUpdateRequest$parentEntityId' => 'The ID of the parent entity.
', ], ], 'ParentEntityUpdateRequest' => [ 'base' => 'The parent entity update request.
', 'refs' => [ 'UpdateEntityRequest$parentEntityUpdate' => 'An object that describes the update request for a parent entity.
', ], ], 'ParentEntityUpdateType' => [ 'base' => NULL, 'refs' => [ 'ParentEntityUpdateRequest$updateType' => 'The type of the update.
', ], ], 'PricingBundles' => [ 'base' => NULL, 'refs' => [ 'BundleInformation$bundleNames' => 'The bundle names.
', 'UpdatePricingPlanRequest$bundleNames' => 'The bundle names.
', ], ], 'PricingMode' => [ 'base' => NULL, 'refs' => [ 'PricingPlan$pricingMode' => 'The pricing mode.
', 'UpdatePricingPlanRequest$pricingMode' => 'The pricing mode.
', ], ], 'PricingPlan' => [ 'base' => 'The pricing plan.
', 'refs' => [ 'GetPricingPlanResponse$currentPricingPlan' => 'The chosen pricing plan for the current billing cycle.
', 'GetPricingPlanResponse$pendingPricingPlan' => 'The pending pricing plan.
', 'UpdatePricingPlanResponse$currentPricingPlan' => 'Update the current pricing plan.
', 'UpdatePricingPlanResponse$pendingPricingPlan' => 'Update the pending pricing plan.
', ], ], 'PricingTier' => [ 'base' => NULL, 'refs' => [ 'BundleInformation$pricingTier' => 'The pricing tier.
', ], ], 'PropertyDefinitionRequest' => [ 'base' => 'An object that sets information about a property.
', 'refs' => [ 'PropertyDefinitionsRequest$value' => NULL, 'PropertyRequest$definition' => 'An object that specifies information about a property.
', ], ], 'PropertyDefinitionResponse' => [ 'base' => 'An object that contains response data from a property definition request.
', 'refs' => [ 'PropertyDefinitionsResponse$value' => NULL, 'PropertyResponse$definition' => 'An object that specifies information about a property.
', ], ], 'PropertyDefinitionsRequest' => [ 'base' => NULL, 'refs' => [ 'CreateComponentTypeRequest$propertyDefinitions' => 'An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.
', 'UpdateComponentTypeRequest$propertyDefinitions' => 'An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.
', ], ], 'PropertyDefinitionsResponse' => [ 'base' => NULL, 'refs' => [ 'GetComponentTypeResponse$propertyDefinitions' => 'An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.
', ], ], 'PropertyDisplayName' => [ 'base' => NULL, 'refs' => [ 'PropertyDefinitionRequest$displayName' => 'A friendly name for the property.
', 'PropertyDefinitionResponse$displayName' => 'A friendly name for the property.
', ], ], 'PropertyFilter' => [ 'base' => 'An object that filters items returned by a property request.
', 'refs' => [ 'PropertyFilters$member' => NULL, ], ], 'PropertyFilters' => [ 'base' => NULL, 'refs' => [ 'GetPropertyValueHistoryRequest$propertyFilters' => 'A list of objects that filter the property value history request.
', 'TabularConditions$propertyFilters' => 'You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
The property group response
', 'refs' => [ 'PropertyGroupsResponse$value' => NULL, ], ], 'PropertyGroupUpdateType' => [ 'base' => NULL, 'refs' => [ 'ComponentPropertyGroupRequest$updateType' => 'The update type.
', ], ], 'PropertyGroupsRequest' => [ 'base' => NULL, 'refs' => [ 'CreateComponentTypeRequest$propertyGroups' => '', 'UpdateComponentTypeRequest$propertyGroups' => 'The property groups.
', ], ], 'PropertyGroupsResponse' => [ 'base' => NULL, 'refs' => [ 'GetComponentTypeResponse$propertyGroups' => 'The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
', ], ], 'PropertyLatestValue' => [ 'base' => 'The latest value of the property.
', 'refs' => [ 'PropertyLatestValueMap$value' => NULL, ], ], 'PropertyLatestValueMap' => [ 'base' => NULL, 'refs' => [ 'GetPropertyValueResponse$propertyValues' => 'An object that maps strings to the properties and latest property values in the response. Each string in the mapping must be unique to this object.
', ], ], 'PropertyNames' => [ 'base' => NULL, 'refs' => [ 'ComponentPropertyGroupRequest$propertyNames' => 'The property names.
', 'ComponentPropertyGroupResponse$propertyNames' => 'The names of properties
', 'PropertyGroupRequest$propertyNames' => 'The names of properties.
', 'PropertyGroupResponse$propertyNames' => 'The names of properties.
', ], ], 'PropertyRequest' => [ 'base' => 'An object that sets information about a property.
', 'refs' => [ 'PropertyRequests$value' => NULL, ], ], 'PropertyRequests' => [ 'base' => NULL, 'refs' => [ 'ComponentRequest$properties' => 'An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
', 'ComponentUpdateRequest$propertyUpdates' => 'An object that maps strings to the properties to set in the component type update. Each string in the mapping must be unique to this object.
', ], ], 'PropertyResponse' => [ 'base' => 'An object that contains information about a property response.
', 'refs' => [ 'PropertyResponses$value' => NULL, ], ], 'PropertyResponses' => [ 'base' => NULL, 'refs' => [ 'ComponentResponse$properties' => 'An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
', ], ], 'PropertyTableValue' => [ 'base' => NULL, 'refs' => [ 'TabularPropertyValue$member' => NULL, ], ], 'PropertyUpdateType' => [ 'base' => NULL, 'refs' => [ 'PropertyRequest$updateType' => 'The update type of the update property request.
', ], ], 'PropertyValue' => [ 'base' => 'An object that contains information about a value for a time series property.
', 'refs' => [ 'PropertyValues$member' => NULL, 'Values$member' => NULL, ], ], 'PropertyValueEntry' => [ 'base' => 'An object that specifies information about time series property values. This object is used and consumed by the BatchPutPropertyValues action.
', 'refs' => [ 'BatchPutPropertyError$entry' => 'An object that contains information about errors returned by the BatchPutProperty
action.
The history of values for a time series property.
', 'refs' => [ 'PropertyValueList$member' => NULL, ], ], 'PropertyValueList' => [ 'base' => NULL, 'refs' => [ 'GetPropertyValueHistoryResponse$propertyValues' => 'An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.
', ], ], 'PropertyValues' => [ 'base' => NULL, 'refs' => [ 'PropertyValueEntry$propertyValues' => 'A list of objects that specify time series property values.
', ], ], 'QueryResultValue' => [ 'base' => NULL, 'refs' => [ 'RowData$member' => NULL, ], ], 'QueryServiceMaxResults' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryRequest$maxResults' => 'The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
', ], ], 'QueryStatement' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryRequest$queryStatement' => 'The query statement.
', ], ], 'QueryTimeoutException' => [ 'base' => 'The query timeout exception.
', 'refs' => [], ], 'Relationship' => [ 'base' => 'An object that specifies a relationship with another component type.
', 'refs' => [ 'DataType$relationship' => 'A relationship that associates a component with another component.
', ], ], 'RelationshipValue' => [ 'base' => 'A value that associates a component and an entity.
', 'refs' => [ 'DataValue$relationshipValue' => 'A value that relates a component to another component.
', ], ], 'RequiredProperties' => [ 'base' => NULL, 'refs' => [ 'FunctionRequest$requiredProperties' => 'The required properties of the function.
', 'FunctionResponse$requiredProperties' => 'The required properties of the function.
', ], ], 'ResourceNotFoundException' => [ 'base' => 'The resource wasn\'t found.
', 'refs' => [], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'CreateSyncJobRequest$syncRole' => 'The SyncJob IAM role. This IAM role is used by the SyncJob to read from the syncSource, and create, update, or delete the corresponding resources.
', 'CreateWorkspaceRequest$role' => 'The ARN of the execution role associated with the workspace.
', 'GetSyncJobResponse$syncRole' => 'The sync IAM role.
', 'GetWorkspaceResponse$role' => 'The ARN of the execution role associated with the workspace.
', 'UpdateWorkspaceRequest$role' => 'The ARN of the execution role associated with the workspace.
', ], ], 'Row' => [ 'base' => 'Represents a single row in the query results.
', 'refs' => [ 'Rows$member' => NULL, ], ], 'RowData' => [ 'base' => NULL, 'refs' => [ 'Row$rowData' => 'The data in a row of query results.
', ], ], 'Rows' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryResponse$rows' => 'Represents a single row in the query results.
', ], ], 'S3Location' => [ 'base' => NULL, 'refs' => [ 'CreateWorkspaceRequest$s3Location' => 'The ARN of the S3 bucket where resources associated with the workspace are stored.
', 'GetWorkspaceResponse$s3Location' => 'The ARN of the S3 bucket where resources associated with the workspace are stored.
', ], ], 'S3Url' => [ 'base' => NULL, 'refs' => [ 'CreateSceneRequest$contentLocation' => 'The relative path that specifies the location of the content definition file.
', 'GetSceneResponse$contentLocation' => 'The relative path that specifies the location of the content definition file.
', 'SceneSummary$contentLocation' => 'The relative path that specifies the location of the content definition file.
', 'UpdateSceneRequest$contentLocation' => 'The relative path that specifies the location of the content definition file.
', ], ], 'SceneCapabilities' => [ 'base' => NULL, 'refs' => [ 'CreateSceneRequest$capabilities' => 'A list of capabilities that the scene uses to render itself.
', 'GetSceneResponse$capabilities' => 'A list of capabilities that the scene uses to render.
', 'UpdateSceneRequest$capabilities' => 'A list of capabilities that the scene uses to render.
', ], ], 'SceneCapability' => [ 'base' => NULL, 'refs' => [ 'SceneCapabilities$member' => NULL, ], ], 'SceneError' => [ 'base' => 'The scene error.
', 'refs' => [ 'GetSceneResponse$error' => 'The SceneResponse error.
', ], ], 'SceneErrorCode' => [ 'base' => NULL, 'refs' => [ 'SceneError$code' => 'The SceneError code.
', ], ], 'SceneMetadataMap' => [ 'base' => NULL, 'refs' => [ 'CreateSceneRequest$sceneMetadata' => 'The request metadata.
', 'GetSceneResponse$sceneMetadata' => 'The response metadata.
', 'UpdateSceneRequest$sceneMetadata' => 'The scene metadata.
', ], ], 'SceneMetadataValue' => [ 'base' => NULL, 'refs' => [ 'GeneratedSceneMetadataMap$value' => NULL, 'SceneMetadataMap$value' => NULL, ], ], 'SceneSummaries' => [ 'base' => NULL, 'refs' => [ 'ListScenesResponse$sceneSummaries' => 'A list of objects that contain information about the scenes.
', ], ], 'SceneSummary' => [ 'base' => 'An object that contains information about a scene.
', 'refs' => [ 'SceneSummaries$member' => NULL, ], ], 'Scope' => [ 'base' => NULL, 'refs' => [ 'FunctionRequest$scope' => 'The scope of the function.
', 'FunctionResponse$scope' => 'The scope of the function.
', ], ], 'SelectedPropertyList' => [ 'base' => NULL, 'refs' => [ 'GetPropertyValueHistoryRequest$selectedProperties' => 'A list of properties whose value histories the request retrieves.
', 'GetPropertyValueRequest$selectedProperties' => 'The properties whose values the operation returns.
', ], ], 'ServiceQuotaExceededException' => [ 'base' => 'The service quota was exceeded.
', 'refs' => [], ], 'State' => [ 'base' => NULL, 'refs' => [ 'CreateComponentTypeResponse$state' => 'The current state of the component type.
', 'CreateEntityResponse$state' => 'The current state of the entity.
', 'DeleteComponentTypeResponse$state' => 'The current state of the component type to be deleted.
', 'DeleteEntityResponse$state' => 'The current state of the deleted entity.
', 'Status$state' => 'The current state of the entity, component, component type, or workspace.
', 'UpdateComponentTypeResponse$state' => 'The current state of the component type.
', 'UpdateEntityResponse$state' => 'The current state of the entity update.
', ], ], 'Status' => [ 'base' => 'An object that represents the status of an entity, component, component type, or workspace.
', 'refs' => [ 'ComponentResponse$status' => 'The status of the component type.
', 'ComponentTypeSummary$status' => 'The current status of the component type.
', 'EntitySummary$status' => 'The current status of the entity.
', 'GetComponentTypeResponse$status' => 'The current status of the component type.
', 'GetEntityResponse$status' => 'The current status of the entity.
', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'BatchPutPropertyError$errorCode' => 'The error code.
', 'BatchPutPropertyError$errorMessage' => 'The error message.
', 'ComponentResponse$definedIn' => 'The name of the property definition set in the request.
', 'DataType$unitOfMeasure' => 'The unit of measure used in this data type.
', 'DataValue$stringValue' => 'A string value.
', 'DataValueMap$key' => NULL, 'ExternalIdProperty$key' => NULL, 'ExternalIdProperty$value' => NULL, 'ListComponentTypesFilter$namespace' => 'The namespace to which the component types in the list belong.
', 'ListEntitiesFilter$externalId' => 'The external-Id property of a component. The external-Id property is the primary key of an external storage system.
', 'OrderBy$propertyName' => 'The property name.
', 'PropertyFilter$propertyName' => 'The property name associated with this property filter.
', 'PropertyFilter$operator' => 'The operator associated with this property filter.
', 'Relationship$relationshipType' => 'The type of the relationship.
', 'SelectedPropertyList$member' => NULL, ], ], 'SyncJobState' => [ 'base' => NULL, 'refs' => [ 'CreateSyncJobResponse$state' => 'The SyncJob response state.
', 'DeleteSyncJobResponse$state' => 'The SyncJob response state.
', 'SyncJobStatus$state' => 'The SyncJob status state.
', ], ], 'SyncJobStatus' => [ 'base' => 'The SyncJob status.
', 'refs' => [ 'GetSyncJobResponse$status' => 'The SyncJob response status.
', 'SyncJobSummary$status' => 'The SyncJob summaries status.
', ], ], 'SyncJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListSyncJobsResponse$syncJobSummaries' => 'The listed SyncJob summaries.
', ], ], 'SyncJobSummary' => [ 'base' => 'The SyncJob summary.
', 'refs' => [ 'SyncJobSummaries$member' => NULL, ], ], 'SyncResourceFilter' => [ 'base' => 'The sync resource filter.
', 'refs' => [ 'SyncResourceFilters$member' => NULL, ], ], 'SyncResourceFilters' => [ 'base' => NULL, 'refs' => [ 'ListSyncResourcesRequest$filters' => 'A list of objects that filter the request.
The following filter combinations are supported:
Filter with state
Filter with ResourceType and ResourceId
Filter with ResourceType and ExternalId
The sync resource filter\'s state.
', 'SyncResourceStatus$state' => 'The sync resource status state.
', ], ], 'SyncResourceStatus' => [ 'base' => 'The sync resource status.
', 'refs' => [ 'SyncResourceSummary$status' => 'The sync resource summary status.
', ], ], 'SyncResourceSummaries' => [ 'base' => NULL, 'refs' => [ 'ListSyncResourcesResponse$syncResources' => 'The sync resources.
', ], ], 'SyncResourceSummary' => [ 'base' => 'The sync resource summary.
', 'refs' => [ 'SyncResourceSummaries$member' => NULL, ], ], 'SyncResourceType' => [ 'base' => NULL, 'refs' => [ 'SyncResourceFilter$resourceType' => 'The sync resource filter resource type
', 'SyncResourceSummary$resourceType' => 'The resource type.
', ], ], 'SyncSource' => [ 'base' => NULL, 'refs' => [ 'ComponentResponse$syncSource' => 'The syncSource of the sync job, if this entity was created by a sync job.
', 'CreateSyncJobRequest$syncSource' => 'The sync source.
Currently the only supported syncSoource is SITEWISE
.
The sync source.
Currently the only supported syncSource is SITEWISE
.
The syncSource of the SyncJob, if this entity was created by a SyncJob.
', 'GetEntityResponse$syncSource' => 'The syncSource of the sync job, if this entity was created by a sync job.
', 'GetSyncJobRequest$syncSource' => 'The sync source.
Currently the only supported syncSource is SITEWISE
.
The sync soucre.
Currently the only supported syncSource is SITEWISE
.
The sync source.
Currently the only supported syncSource is SITEWISE
.
The sync source.
', ], ], 'TabularConditions' => [ 'base' => 'The tabular conditions.
', 'refs' => [ 'GetPropertyValueRequest$tabularConditions' => 'The tabular conditions.
', ], ], 'TabularPropertyValue' => [ 'base' => NULL, 'refs' => [ 'TabularPropertyValues$member' => NULL, ], ], 'TabularPropertyValues' => [ 'base' => NULL, 'refs' => [ 'GetPropertyValueResponse$tabularPropertyValues' => 'A table of property values.
', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => 'A list of tag key names to remove from the resource. You don\'t specify the value. Both the key and its associated value are removed.
', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'CreateComponentTypeRequest$tags' => 'Metadata that you can use to manage the component type.
', 'CreateEntityRequest$tags' => 'Metadata that you can use to manage the entity.
', 'CreateSceneRequest$tags' => 'Metadata that you can use to manage the scene.
', 'CreateSyncJobRequest$tags' => 'The SyncJob tags.
', 'CreateWorkspaceRequest$tags' => 'Metadata that you can use to manage the workspace
', 'ListTagsForResourceResponse$tags' => 'Metadata that you can use to manage a resource.
', 'TagResourceRequest$tags' => 'Metadata to add to this resource.
', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'ThrottlingException' => [ 'base' => 'The rate exceeds the limit.
', 'refs' => [], ], 'Time' => [ 'base' => 'Timestamp represented in ISO 8601 format
', 'refs' => [ 'GetPropertyValueHistoryRequest$startTime' => 'The ISO8601 DateTime of the earliest property value to return.
For more information about the ISO8601 DateTime format, see the data type PropertyValue.
', 'GetPropertyValueHistoryRequest$endTime' => 'The ISO8601 DateTime of the latest property value to return.
For more information about the ISO8601 DateTime format, see the data type PropertyValue.
', 'PropertyValue$time' => 'ISO8601 DateTime of a value for a time series property.
The time for when the property value was recorded in ISO 8601 format: YYYY-MM-DDThh:mm:ss[.SSSSSSSSS][Z/±HH:mm].
[YYYY]: year
[MM]: month
[DD]: day
[hh]: hour
[mm]: minute
[ss]: seconds
[.SSSSSSSSS]: additional precision, where precedence is maintained. For example: [.573123] is equal to 573123000 nanoseconds.
Z: default timezone UTC
± HH:mm: time zone offset in Hours and Minutes.
Required sub-fields: YYYY-MM-DDThh:mm:ss and [Z/±HH:mm]
', ], ], 'Timestamp' => [ 'base' => 'supports epoch seconds value
', 'refs' => [ 'ComponentTypeSummary$creationDateTime' => 'The date and time when the component type was created.
', 'ComponentTypeSummary$updateDateTime' => 'The date and time when the component type was last updated.
', 'CreateComponentTypeResponse$creationDateTime' => 'The date and time when the entity was created.
', 'CreateEntityResponse$creationDateTime' => 'The date and time when the entity was created.
', 'CreateSceneResponse$creationDateTime' => 'The date and time when the scene was created.
', 'CreateSyncJobResponse$creationDateTime' => 'The date and time for the SyncJob creation.
', 'CreateWorkspaceResponse$creationDateTime' => 'The date and time when the workspace was created.
', 'EntitySummary$creationDateTime' => 'The date and time when the entity was created.
', 'EntitySummary$updateDateTime' => 'The last date and time when the entity was updated.
', 'GetComponentTypeResponse$creationDateTime' => 'The date and time when the component type was created.
', 'GetComponentTypeResponse$updateDateTime' => 'The date and time when the component was last updated.
', 'GetEntityResponse$creationDateTime' => 'The date and time when the entity was created.
', 'GetEntityResponse$updateDateTime' => 'The date and time when the entity was last updated.
', 'GetPropertyValueHistoryRequest$startDateTime' => 'The date and time of the earliest property value to return.
', 'GetPropertyValueHistoryRequest$endDateTime' => 'The date and time of the latest property value to return.
', 'GetSceneResponse$creationDateTime' => 'The date and time when the scene was created.
', 'GetSceneResponse$updateDateTime' => 'The date and time when the scene was last updated.
', 'GetSyncJobResponse$creationDateTime' => 'The creation date and time.
', 'GetSyncJobResponse$updateDateTime' => 'The update date and time.
', 'GetWorkspaceResponse$creationDateTime' => 'The date and time when the workspace was created.
', 'GetWorkspaceResponse$updateDateTime' => 'The date and time when the workspace was last updated.
', 'PricingPlan$effectiveDateTime' => 'The effective date and time of the pricing plan.
', 'PricingPlan$updateDateTime' => 'The set date and time for updating a pricing plan.
', 'PropertyValue$timestamp' => 'The timestamp of a value for a time series property.
', 'SceneSummary$creationDateTime' => 'The date and time when the scene was created.
', 'SceneSummary$updateDateTime' => 'The date and time when the scene was last updated.
', 'SyncJobSummary$creationDateTime' => 'The creation date and time.
', 'SyncJobSummary$updateDateTime' => 'The update date and time.
', 'SyncResourceSummary$updateDateTime' => 'The update date and time.
', 'UpdateEntityResponse$updateDateTime' => 'The date and time when the entity was last updated.
', 'UpdateSceneResponse$updateDateTime' => 'The date and time when the scene was last updated.
', 'UpdateWorkspaceResponse$updateDateTime' => 'The date and time of the current update.
', 'WorkspaceSummary$creationDateTime' => 'The date and time when the workspace was created.
', 'WorkspaceSummary$updateDateTime' => 'The date and time when the workspace was last updated.
', ], ], 'TooManyTagsException' => [ 'base' => 'The number of tags exceeds the limit.
', 'refs' => [], ], 'TwinMakerArn' => [ 'base' => NULL, 'refs' => [ 'ComponentTypeSummary$arn' => 'The ARN of the component type.
', 'CreateComponentTypeResponse$arn' => 'The ARN of the component type.
', 'CreateEntityResponse$arn' => 'The ARN of the entity.
', 'CreateSceneResponse$arn' => 'The ARN of the scene.
', 'CreateSyncJobResponse$arn' => 'The SyncJob ARN.
', 'CreateWorkspaceResponse$arn' => 'The ARN of the workspace.
', 'EntitySummary$arn' => 'The ARN of the entity.
', 'GetComponentTypeResponse$arn' => 'The ARN of the component type.
', 'GetEntityResponse$arn' => 'The ARN of the entity.
', 'GetSceneResponse$arn' => 'The ARN of the scene.
', 'GetSyncJobResponse$arn' => 'The sync job ARN.
', 'GetWorkspaceResponse$arn' => 'The ARN of the workspace.
', 'ListTagsForResourceRequest$resourceARN' => 'The ARN of the resource.
', 'SceneSummary$arn' => 'The ARN of the scene.
', 'SyncJobSummary$arn' => 'The SyncJob summary ARN.
', 'TagResourceRequest$resourceARN' => 'The ARN of the resource.
', 'UntagResourceRequest$resourceARN' => 'The ARN of the resource.
', 'UpdateComponentTypeResponse$arn' => 'The ARN of the component type.
', 'WorkspaceSummary$arn' => 'The ARN of the workspace.
', ], ], 'Type' => [ 'base' => NULL, 'refs' => [ 'DataType$type' => 'The underlying type of the data type.
', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateComponentTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateComponentTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEntityRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEntityResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePricingPlanRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePricingPlanResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateReason' => [ 'base' => NULL, 'refs' => [ 'PricingPlan$updateReason' => 'The update reason for changing a pricing plan.
', ], ], 'UpdateSceneRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSceneResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkspaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkspaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => 'Failed
', 'refs' => [], ], 'Value' => [ 'base' => NULL, 'refs' => [ 'Configuration$value' => NULL, ], ], 'Values' => [ 'base' => NULL, 'refs' => [ 'PropertyValueHistory$values' => 'A list of objects that contain information about the values in the history of a time series property.
', ], ], 'WorkspaceSummaries' => [ 'base' => NULL, 'refs' => [ 'ListWorkspacesResponse$workspaceSummaries' => 'A list of objects that contain information about the workspaces.
', ], ], 'WorkspaceSummary' => [ 'base' => 'An object that contains information about a workspace.
', 'refs' => [ 'WorkspaceSummaries$member' => NULL, ], ], ],];