@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
122 lines • 3.73 kB
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.WorkflowVersionWorkflowType = exports.WorkflowVersionWorkflowStatus = exports.WorkflowVersionWorkflowEngine = exports.WorkflowVersionStorageType = exports.WorkflowVersionSourceReferencetype = exports.WorkflowVersionAccelerators = exports.WorkflowType = exports.WorkflowStorageType = exports.WorkflowStatus = exports.WorkflowSourceReferencetype = exports.WorkflowEngine = exports.WorkflowAccelerators = exports.VariantStoreStoreStatus = exports.VariantStoreEncryptionType = exports.SequenceStoreStatus = exports.SequenceStoreEncryptionType = exports.SequenceStoreETagAlgorithmFamily = exports.ReferenceStoreEncryptionType = exports.AnnotationStoreStoreStatus = exports.AnnotationStoreStoreFormat = exports.AnnotationStoreSchemaValueType = exports.AnnotationStoreEncryptionType = exports.AnnotationStoreAnnotationType = void 0;
exports.AnnotationStoreAnnotationType = {
Generic: "GENERIC",
ChrPos: "CHR_POS",
ChrPosRefAlt: "CHR_POS_REF_ALT",
ChrStartEndOneBase: "CHR_START_END_ONE_BASE",
ChrStartEndRefAltOneBase: "CHR_START_END_REF_ALT_ONE_BASE",
ChrStartEndZeroBase: "CHR_START_END_ZERO_BASE",
ChrStartEndRefAltZeroBase: "CHR_START_END_REF_ALT_ZERO_BASE",
};
exports.AnnotationStoreEncryptionType = {
Kms: "KMS",
};
exports.AnnotationStoreSchemaValueType = {
Long: "LONG",
Int: "INT",
String: "STRING",
Float: "FLOAT",
Double: "DOUBLE",
Boolean: "BOOLEAN",
};
exports.AnnotationStoreStoreFormat = {
Gff: "GFF",
Tsv: "TSV",
Vcf: "VCF",
};
exports.AnnotationStoreStoreStatus = {
Creating: "CREATING",
Updating: "UPDATING",
Deleting: "DELETING",
Active: "ACTIVE",
Failed: "FAILED",
};
exports.ReferenceStoreEncryptionType = {
Kms: "KMS",
};
exports.SequenceStoreETagAlgorithmFamily = {
Md5up: "MD5up",
Sha256up: "SHA256up",
Sha512up: "SHA512up",
};
exports.SequenceStoreEncryptionType = {
Kms: "KMS",
};
exports.SequenceStoreStatus = {
Creating: "CREATING",
Active: "ACTIVE",
Updating: "UPDATING",
Deleting: "DELETING",
Failed: "FAILED",
};
exports.VariantStoreEncryptionType = {
Kms: "KMS",
};
exports.VariantStoreStoreStatus = {
Creating: "CREATING",
Updating: "UPDATING",
Deleting: "DELETING",
Active: "ACTIVE",
Failed: "FAILED",
};
exports.WorkflowAccelerators = {
Gpu: "GPU",
};
exports.WorkflowEngine = {
Wdl: "WDL",
Nextflow: "NEXTFLOW",
Cwl: "CWL",
};
exports.WorkflowSourceReferencetype = {
Branch: "BRANCH",
Tag: "TAG",
Commit: "COMMIT",
};
exports.WorkflowStatus = {
Creating: "CREATING",
Active: "ACTIVE",
Updating: "UPDATING",
Deleted: "DELETED",
Failed: "FAILED",
};
exports.WorkflowStorageType = {
Static: "STATIC",
Dynamic: "DYNAMIC",
};
exports.WorkflowType = {
Private: "PRIVATE",
};
exports.WorkflowVersionAccelerators = {
Gpu: "GPU",
};
exports.WorkflowVersionSourceReferencetype = {
Branch: "BRANCH",
Tag: "TAG",
Commit: "COMMIT",
};
exports.WorkflowVersionStorageType = {
Static: "STATIC",
Dynamic: "DYNAMIC",
};
exports.WorkflowVersionWorkflowEngine = {
Wdl: "WDL",
Nextflow: "NEXTFLOW",
Cwl: "CWL",
};
exports.WorkflowVersionWorkflowStatus = {
Creating: "CREATING",
Active: "ACTIVE",
Updating: "UPDATING",
Deleted: "DELETED",
Failed: "FAILED",
Inactive: "INACTIVE",
};
exports.WorkflowVersionWorkflowType = {
Private: "PRIVATE",
Ready2run: "READY2RUN",
};
//# sourceMappingURL=index.js.map