Package-level declarations
Types
Link copied to clipboard
data class ComponentTypeStatus(val error: Either<Any, ComponentTypeStatusErrorProperties>? = null, val state: ComponentTypeStatusState? = null)
Link copied to clipboard
data class ComponentTypeStatusErrorProperties(val code: ComponentTypeStatusErrorPropertiesCode? = null, val message: String? = null)
Error object with Message and Code.
Link copied to clipboard
data class EntityStatus(val error: Either<Any, EntityStatusErrorProperties>? = null, val state: EntityStatusState? = null)
Link copied to clipboard
data class EntityStatusErrorProperties(val code: EntityStatusErrorPropertiesCode? = null, val message: String? = null)
Error object with Message and Code.
Link copied to clipboard
data class GetComponentTypeResult(val arn: String? = null, val creationDateTime: String? = null, val description: String? = null, val extendsFrom: List<String>? = null, val functions: Any? = null, val isAbstract: Boolean? = null, val isSchemaInitialized: Boolean? = null, val isSingleton: Boolean? = null, val propertyDefinitions: Any? = null, val propertyGroups: Any? = null, val status: ComponentTypeStatus? = null, val tags: Any? = null, val updateDateTime: String? = null)
Link copied to clipboard
data class GetEntityResult(val arn: String? = null, val components: Any? = null, val creationDateTime: String? = null, val description: String? = null, val entityName: String? = null, val hasChildEntities: Boolean? = null, val parentEntityId: String? = null, val status: EntityStatus? = null, val tags: Any? = null, val updateDateTime: String? = null)
Link copied to clipboard
data class GetSceneResult(val arn: String? = null, val capabilities: List<String>? = null, val contentLocation: String? = null, val creationDateTime: String? = null, val description: String? = null, val generatedSceneMetadata: Any? = null, val sceneMetadata: Any? = null, val tags: Any? = null, val updateDateTime: String? = null)
Link copied to clipboard
data class GetSyncJobResult(val arn: String? = null, val creationDateTime: String? = null, val state: String? = null, val updateDateTime: String? = null)
Link copied to clipboard