@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) • 937 B
TypeScript
export { GetNamespaceArgs, GetNamespaceResult, GetNamespaceOutputArgs } from "./getNamespace";
export declare const getNamespace: typeof import("./getNamespace").getNamespace;
export declare const getNamespaceOutput: typeof import("./getNamespace").getNamespaceOutput;
export { GetWorkgroupArgs, GetWorkgroupResult, GetWorkgroupOutputArgs } from "./getWorkgroup";
export declare const getWorkgroup: typeof import("./getWorkgroup").getWorkgroup;
export declare const getWorkgroupOutput: typeof import("./getWorkgroup").getWorkgroupOutput;
export { NamespaceArgs } from "./namespace";
export type Namespace = import("./namespace").Namespace;
export declare const Namespace: typeof import("./namespace").Namespace;
export { WorkgroupArgs } from "./workgroup";
export type Workgroup = import("./workgroup").Workgroup;
export declare const Workgroup: typeof import("./workgroup").Workgroup;
export * from "../types/enums/redshiftserverless";