@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)
158 lines (157 loc) • 6.73 kB
TypeScript
export declare const AnnotationStoreAnnotationType: {
readonly Generic: "GENERIC";
readonly ChrPos: "CHR_POS";
readonly ChrPosRefAlt: "CHR_POS_REF_ALT";
readonly ChrStartEndOneBase: "CHR_START_END_ONE_BASE";
readonly ChrStartEndRefAltOneBase: "CHR_START_END_REF_ALT_ONE_BASE";
readonly ChrStartEndZeroBase: "CHR_START_END_ZERO_BASE";
readonly ChrStartEndRefAltZeroBase: "CHR_START_END_REF_ALT_ZERO_BASE";
};
export type AnnotationStoreAnnotationType = (typeof AnnotationStoreAnnotationType)[keyof typeof AnnotationStoreAnnotationType];
export declare const AnnotationStoreEncryptionType: {
readonly Kms: "KMS";
};
export type AnnotationStoreEncryptionType = (typeof AnnotationStoreEncryptionType)[keyof typeof AnnotationStoreEncryptionType];
export declare const AnnotationStoreSchemaValueType: {
readonly Long: "LONG";
readonly Int: "INT";
readonly String: "STRING";
readonly Float: "FLOAT";
readonly Double: "DOUBLE";
readonly Boolean: "BOOLEAN";
};
export type AnnotationStoreSchemaValueType = (typeof AnnotationStoreSchemaValueType)[keyof typeof AnnotationStoreSchemaValueType];
export declare const AnnotationStoreStoreFormat: {
readonly Gff: "GFF";
readonly Tsv: "TSV";
readonly Vcf: "VCF";
};
export type AnnotationStoreStoreFormat = (typeof AnnotationStoreStoreFormat)[keyof typeof AnnotationStoreStoreFormat];
export declare const AnnotationStoreStoreStatus: {
readonly Creating: "CREATING";
readonly Updating: "UPDATING";
readonly Deleting: "DELETING";
readonly Active: "ACTIVE";
readonly Failed: "FAILED";
};
export type AnnotationStoreStoreStatus = (typeof AnnotationStoreStoreStatus)[keyof typeof AnnotationStoreStoreStatus];
export declare const ConfigurationStatus: {
readonly Creating: "CREATING";
readonly Active: "ACTIVE";
readonly Updating: "UPDATING";
readonly Deleting: "DELETING";
readonly Deleted: "DELETED";
readonly Failed: "FAILED";
};
/**
* Current configuration status.
*/
export type ConfigurationStatus = (typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
export declare const ReferenceStoreEncryptionType: {
readonly Kms: "KMS";
};
export type ReferenceStoreEncryptionType = (typeof ReferenceStoreEncryptionType)[keyof typeof ReferenceStoreEncryptionType];
export declare const SequenceStoreETagAlgorithmFamily: {
readonly Md5up: "MD5up";
readonly Sha256up: "SHA256up";
readonly Sha512up: "SHA512up";
};
export type SequenceStoreETagAlgorithmFamily = (typeof SequenceStoreETagAlgorithmFamily)[keyof typeof SequenceStoreETagAlgorithmFamily];
export declare const SequenceStoreEncryptionType: {
readonly Kms: "KMS";
};
export type SequenceStoreEncryptionType = (typeof SequenceStoreEncryptionType)[keyof typeof SequenceStoreEncryptionType];
export declare const SequenceStoreStatus: {
readonly Creating: "CREATING";
readonly Active: "ACTIVE";
readonly Updating: "UPDATING";
readonly Deleting: "DELETING";
readonly Failed: "FAILED";
};
export type SequenceStoreStatus = (typeof SequenceStoreStatus)[keyof typeof SequenceStoreStatus];
export declare const VariantStoreEncryptionType: {
readonly Kms: "KMS";
};
export type VariantStoreEncryptionType = (typeof VariantStoreEncryptionType)[keyof typeof VariantStoreEncryptionType];
export declare const VariantStoreStoreStatus: {
readonly Creating: "CREATING";
readonly Updating: "UPDATING";
readonly Deleting: "DELETING";
readonly Active: "ACTIVE";
readonly Failed: "FAILED";
};
export type VariantStoreStoreStatus = (typeof VariantStoreStoreStatus)[keyof typeof VariantStoreStoreStatus];
export declare const WorkflowAccelerators: {
readonly Gpu: "GPU";
};
export type WorkflowAccelerators = (typeof WorkflowAccelerators)[keyof typeof WorkflowAccelerators];
export declare const WorkflowEngine: {
readonly Wdl: "WDL";
readonly Nextflow: "NEXTFLOW";
readonly Cwl: "CWL";
};
export type WorkflowEngine = (typeof WorkflowEngine)[keyof typeof WorkflowEngine];
export declare const WorkflowSourceReferencetype: {
readonly Branch: "BRANCH";
readonly Tag: "TAG";
readonly Commit: "COMMIT";
};
/**
* The type of source reference, such as branch, tag, or commit.
*/
export type WorkflowSourceReferencetype = (typeof WorkflowSourceReferencetype)[keyof typeof WorkflowSourceReferencetype];
export declare const WorkflowStatus: {
readonly Creating: "CREATING";
readonly Active: "ACTIVE";
readonly Updating: "UPDATING";
readonly Deleted: "DELETED";
readonly Failed: "FAILED";
};
export type WorkflowStatus = (typeof WorkflowStatus)[keyof typeof WorkflowStatus];
export declare const WorkflowStorageType: {
readonly Static: "STATIC";
readonly Dynamic: "DYNAMIC";
};
export type WorkflowStorageType = (typeof WorkflowStorageType)[keyof typeof WorkflowStorageType];
export declare const WorkflowType: {
readonly Private: "PRIVATE";
};
export type WorkflowType = (typeof WorkflowType)[keyof typeof WorkflowType];
export declare const WorkflowVersionAccelerators: {
readonly Gpu: "GPU";
};
export type WorkflowVersionAccelerators = (typeof WorkflowVersionAccelerators)[keyof typeof WorkflowVersionAccelerators];
export declare const WorkflowVersionSourceReferencetype: {
readonly Branch: "BRANCH";
readonly Tag: "TAG";
readonly Commit: "COMMIT";
};
/**
* The type of source reference, such as branch, tag, or commit.
*/
export type WorkflowVersionSourceReferencetype = (typeof WorkflowVersionSourceReferencetype)[keyof typeof WorkflowVersionSourceReferencetype];
export declare const WorkflowVersionStorageType: {
readonly Static: "STATIC";
readonly Dynamic: "DYNAMIC";
};
export type WorkflowVersionStorageType = (typeof WorkflowVersionStorageType)[keyof typeof WorkflowVersionStorageType];
export declare const WorkflowVersionWorkflowEngine: {
readonly Wdl: "WDL";
readonly Nextflow: "NEXTFLOW";
readonly Cwl: "CWL";
};
export type WorkflowVersionWorkflowEngine = (typeof WorkflowVersionWorkflowEngine)[keyof typeof WorkflowVersionWorkflowEngine];
export declare const WorkflowVersionWorkflowStatus: {
readonly Creating: "CREATING";
readonly Active: "ACTIVE";
readonly Updating: "UPDATING";
readonly Deleted: "DELETED";
readonly Failed: "FAILED";
readonly Inactive: "INACTIVE";
};
export type WorkflowVersionWorkflowStatus = (typeof WorkflowVersionWorkflowStatus)[keyof typeof WorkflowVersionWorkflowStatus];
export declare const WorkflowVersionWorkflowType: {
readonly Private: "PRIVATE";
readonly Ready2run: "READY2RUN";
};
export type WorkflowVersionWorkflowType = (typeof WorkflowVersionWorkflowType)[keyof typeof WorkflowVersionWorkflowType];