@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)
56 lines (55 loc) • 4.88 kB
TypeScript
export { ComponentArgs } from "./component";
export type Component = import("./component").Component;
export declare const Component: typeof import("./component").Component;
export { ContainerRecipeArgs } from "./containerRecipe";
export type ContainerRecipe = import("./containerRecipe").ContainerRecipe;
export declare const ContainerRecipe: typeof import("./containerRecipe").ContainerRecipe;
export { DistributionConfigurationArgs } from "./distributionConfiguration";
export type DistributionConfiguration = import("./distributionConfiguration").DistributionConfiguration;
export declare const DistributionConfiguration: typeof import("./distributionConfiguration").DistributionConfiguration;
export { GetComponentArgs, GetComponentResult, GetComponentOutputArgs } from "./getComponent";
export declare const getComponent: typeof import("./getComponent").getComponent;
export declare const getComponentOutput: typeof import("./getComponent").getComponentOutput;
export { GetContainerRecipeArgs, GetContainerRecipeResult, GetContainerRecipeOutputArgs } from "./getContainerRecipe";
export declare const getContainerRecipe: typeof import("./getContainerRecipe").getContainerRecipe;
export declare const getContainerRecipeOutput: typeof import("./getContainerRecipe").getContainerRecipeOutput;
export { GetDistributionConfigurationArgs, GetDistributionConfigurationResult, GetDistributionConfigurationOutputArgs } from "./getDistributionConfiguration";
export declare const getDistributionConfiguration: typeof import("./getDistributionConfiguration").getDistributionConfiguration;
export declare const getDistributionConfigurationOutput: typeof import("./getDistributionConfiguration").getDistributionConfigurationOutput;
export { GetImageArgs, GetImageResult, GetImageOutputArgs } from "./getImage";
export declare const getImage: typeof import("./getImage").getImage;
export declare const getImageOutput: typeof import("./getImage").getImageOutput;
export { GetImagePipelineArgs, GetImagePipelineResult, GetImagePipelineOutputArgs } from "./getImagePipeline";
export declare const getImagePipeline: typeof import("./getImagePipeline").getImagePipeline;
export declare const getImagePipelineOutput: typeof import("./getImagePipeline").getImagePipelineOutput;
export { GetImageRecipeArgs, GetImageRecipeResult, GetImageRecipeOutputArgs } from "./getImageRecipe";
export declare const getImageRecipe: typeof import("./getImageRecipe").getImageRecipe;
export declare const getImageRecipeOutput: typeof import("./getImageRecipe").getImageRecipeOutput;
export { GetInfrastructureConfigurationArgs, GetInfrastructureConfigurationResult, GetInfrastructureConfigurationOutputArgs } from "./getInfrastructureConfiguration";
export declare const getInfrastructureConfiguration: typeof import("./getInfrastructureConfiguration").getInfrastructureConfiguration;
export declare const getInfrastructureConfigurationOutput: typeof import("./getInfrastructureConfiguration").getInfrastructureConfigurationOutput;
export { GetLifecyclePolicyArgs, GetLifecyclePolicyResult, GetLifecyclePolicyOutputArgs } from "./getLifecyclePolicy";
export declare const getLifecyclePolicy: typeof import("./getLifecyclePolicy").getLifecyclePolicy;
export declare const getLifecyclePolicyOutput: typeof import("./getLifecyclePolicy").getLifecyclePolicyOutput;
export { GetWorkflowArgs, GetWorkflowResult, GetWorkflowOutputArgs } from "./getWorkflow";
export declare const getWorkflow: typeof import("./getWorkflow").getWorkflow;
export declare const getWorkflowOutput: typeof import("./getWorkflow").getWorkflowOutput;
export { ImageArgs } from "./image";
export type Image = import("./image").Image;
export declare const Image: typeof import("./image").Image;
export { ImagePipelineArgs } from "./imagePipeline";
export type ImagePipeline = import("./imagePipeline").ImagePipeline;
export declare const ImagePipeline: typeof import("./imagePipeline").ImagePipeline;
export { ImageRecipeArgs } from "./imageRecipe";
export type ImageRecipe = import("./imageRecipe").ImageRecipe;
export declare const ImageRecipe: typeof import("./imageRecipe").ImageRecipe;
export { InfrastructureConfigurationArgs } from "./infrastructureConfiguration";
export type InfrastructureConfiguration = import("./infrastructureConfiguration").InfrastructureConfiguration;
export declare const InfrastructureConfiguration: typeof import("./infrastructureConfiguration").InfrastructureConfiguration;
export { LifecyclePolicyArgs } from "./lifecyclePolicy";
export type LifecyclePolicy = import("./lifecyclePolicy").LifecyclePolicy;
export declare const LifecyclePolicy: typeof import("./lifecyclePolicy").LifecyclePolicy;
export { WorkflowArgs } from "./workflow";
export type Workflow = import("./workflow").Workflow;
export declare const Workflow: typeof import("./workflow").Workflow;
export * from "../types/enums/imagebuilder";