@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)
44 lines (43 loc) • 3.54 kB
TypeScript
export { AnnotationStoreArgs } from "./annotationStore";
export type AnnotationStore = import("./annotationStore").AnnotationStore;
export declare const AnnotationStore: typeof import("./annotationStore").AnnotationStore;
export { GetAnnotationStoreArgs, GetAnnotationStoreResult, GetAnnotationStoreOutputArgs } from "./getAnnotationStore";
export declare const getAnnotationStore: typeof import("./getAnnotationStore").getAnnotationStore;
export declare const getAnnotationStoreOutput: typeof import("./getAnnotationStore").getAnnotationStoreOutput;
export { GetReferenceStoreArgs, GetReferenceStoreResult, GetReferenceStoreOutputArgs } from "./getReferenceStore";
export declare const getReferenceStore: typeof import("./getReferenceStore").getReferenceStore;
export declare const getReferenceStoreOutput: typeof import("./getReferenceStore").getReferenceStoreOutput;
export { GetRunGroupArgs, GetRunGroupResult, GetRunGroupOutputArgs } from "./getRunGroup";
export declare const getRunGroup: typeof import("./getRunGroup").getRunGroup;
export declare const getRunGroupOutput: typeof import("./getRunGroup").getRunGroupOutput;
export { GetSequenceStoreArgs, GetSequenceStoreResult, GetSequenceStoreOutputArgs } from "./getSequenceStore";
export declare const getSequenceStore: typeof import("./getSequenceStore").getSequenceStore;
export declare const getSequenceStoreOutput: typeof import("./getSequenceStore").getSequenceStoreOutput;
export { GetVariantStoreArgs, GetVariantStoreResult, GetVariantStoreOutputArgs } from "./getVariantStore";
export declare const getVariantStore: typeof import("./getVariantStore").getVariantStore;
export declare const getVariantStoreOutput: typeof import("./getVariantStore").getVariantStoreOutput;
export { GetWorkflowArgs, GetWorkflowResult, GetWorkflowOutputArgs } from "./getWorkflow";
export declare const getWorkflow: typeof import("./getWorkflow").getWorkflow;
export declare const getWorkflowOutput: typeof import("./getWorkflow").getWorkflowOutput;
export { GetWorkflowVersionArgs, GetWorkflowVersionResult, GetWorkflowVersionOutputArgs } from "./getWorkflowVersion";
export declare const getWorkflowVersion: typeof import("./getWorkflowVersion").getWorkflowVersion;
export declare const getWorkflowVersionOutput: typeof import("./getWorkflowVersion").getWorkflowVersionOutput;
export { ReferenceStoreArgs } from "./referenceStore";
export type ReferenceStore = import("./referenceStore").ReferenceStore;
export declare const ReferenceStore: typeof import("./referenceStore").ReferenceStore;
export { RunGroupArgs } from "./runGroup";
export type RunGroup = import("./runGroup").RunGroup;
export declare const RunGroup: typeof import("./runGroup").RunGroup;
export { SequenceStoreArgs } from "./sequenceStore";
export type SequenceStore = import("./sequenceStore").SequenceStore;
export declare const SequenceStore: typeof import("./sequenceStore").SequenceStore;
export { VariantStoreArgs } from "./variantStore";
export type VariantStore = import("./variantStore").VariantStore;
export declare const VariantStore: typeof import("./variantStore").VariantStore;
export { WorkflowArgs } from "./workflow";
export type Workflow = import("./workflow").Workflow;
export declare const Workflow: typeof import("./workflow").Workflow;
export { WorkflowVersionArgs } from "./workflowVersion";
export type WorkflowVersion = import("./workflowVersion").WorkflowVersion;
export declare const WorkflowVersion: typeof import("./workflowVersion").WorkflowVersion;
export * from "../types/enums/omics";