UNPKG

@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)

14 lines (13 loc) 1.07 kB
export { ComponentVersionArgs } from "./componentVersion"; export type ComponentVersion = import("./componentVersion").ComponentVersion; export declare const ComponentVersion: typeof import("./componentVersion").ComponentVersion; export { DeploymentArgs } from "./deployment"; export type Deployment = import("./deployment").Deployment; export declare const Deployment: typeof import("./deployment").Deployment; export { GetComponentVersionArgs, GetComponentVersionResult, GetComponentVersionOutputArgs } from "./getComponentVersion"; export declare const getComponentVersion: typeof import("./getComponentVersion").getComponentVersion; export declare const getComponentVersionOutput: typeof import("./getComponentVersion").getComponentVersionOutput; export { GetDeploymentArgs, GetDeploymentResult, GetDeploymentOutputArgs } from "./getDeployment"; export declare const getDeployment: typeof import("./getDeployment").getDeployment; export declare const getDeploymentOutput: typeof import("./getDeployment").getDeploymentOutput; export * from "../types/enums/greengrassv2";