Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class AnnotationStoreSseConfig(val keyArn: String? = null, val type: AnnotationStoreEncryptionType)
Link copied to clipboard
data class AnnotationStoreStoreOptionsProperties(val tsvStoreOptions: AnnotationStoreTsvStoreOptions)
Link copied to clipboard
data class AnnotationStoreTsvStoreOptions(val annotationType: AnnotationStoreAnnotationType? = null, val formatToHeader: Map<String, String>? = null, val schema: List<Map<String, AnnotationStoreSchemaValueType>>? = null)
Link copied to clipboard
data class GetAnnotationStoreResult(val creationTime: String? = null, val description: String? = null, val id: String? = null, val status: AnnotationStoreStoreStatus? = null, val statusMessage: String? = null, val storeArn: String? = null, val storeSizeBytes: Double? = null, val updateTime: String? = null)
Link copied to clipboard
data class GetReferenceStoreResult(val arn: String? = null, val creationTime: String? = null, val referenceStoreId: String? = null)
Link copied to clipboard
Link copied to clipboard
data class GetSequenceStoreResult(val accessLogLocation: String? = null, val arn: String? = null, val creationTime: String? = null, val description: String? = null, val fallbackLocation: String? = null, val name: String? = null, val propagatedSetLevelTags: List<String>? = null, val s3AccessPointArn: String? = null, val s3AccessPolicy: Any? = null, val s3Uri: String? = null, val sequenceStoreId: String? = null, val status: SequenceStoreStatus? = null, val statusMessage: String? = null, val tags: Map<String, String>? = null, val updateTime: String? = null)
Link copied to clipboard
data class GetVariantStoreResult(val creationTime: String? = null, val description: String? = null, val id: String? = null, val status: VariantStoreStoreStatus? = null, val statusMessage: String? = null, val storeArn: String? = null, val storeSizeBytes: Double? = null, val updateTime: String? = null)
Link copied to clipboard
data class GetWorkflowResult(val arn: String? = null, val creationTime: String? = null, val description: String? = null, val id: String? = null, val name: String? = null, val status: WorkflowStatus? = null, val storageType: WorkflowStorageType? = null, val tags: Map<String, String>? = null, val type: WorkflowType? = null, val uuid: String? = null)
Link copied to clipboard
data class GetWorkflowVersionResult(val arn: String? = null, val creationTime: String? = null, val description: String? = null, val status: WorkflowVersionWorkflowStatus? = null, val storageCapacity: Double? = null, val storageType: WorkflowVersionStorageType? = null, val tags: Map<String, String>? = null, val type: WorkflowVersionWorkflowType? = null, val uuid: String? = null)
Link copied to clipboard
data class ReferenceStoreSseConfig(val keyArn: String? = null, val type: ReferenceStoreEncryptionType)
Server-side encryption (SSE) settings for a store.
Link copied to clipboard
data class SequenceStoreSseConfig(val keyArn: String? = null, val type: SequenceStoreEncryptionType)
Server-side encryption (SSE) settings for a store.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class WorkflowVersionWorkflowParameter(val description: String? = null, val optional: Boolean? = null)