@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)
8 lines (7 loc) • 476 B
TypeScript
export { CampaignArgs } from "./campaign";
export type Campaign = import("./campaign").Campaign;
export declare const Campaign: typeof import("./campaign").Campaign;
export { GetCampaignArgs, GetCampaignResult, GetCampaignOutputArgs } from "./getCampaign";
export declare const getCampaign: typeof import("./getCampaign").getCampaign;
export declare const getCampaignOutput: typeof import("./getCampaign").getCampaignOutput;
export * from "../types/enums/connectcampaignsv2";