@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) • 803 B
TypeScript
export { CanaryArgs } from "./canary";
export type Canary = import("./canary").Canary;
export declare const Canary: typeof import("./canary").Canary;
export { GetCanaryArgs, GetCanaryResult, GetCanaryOutputArgs } from "./getCanary";
export declare const getCanary: typeof import("./getCanary").getCanary;
export declare const getCanaryOutput: typeof import("./getCanary").getCanaryOutput;
export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup";
export declare const getGroup: typeof import("./getGroup").getGroup;
export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput;
export { GroupArgs } from "./group";
export type Group = import("./group").Group;
export declare const Group: typeof import("./group").Group;
export * from "../types/enums/synthetics";