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)

20 lines (19 loc) 1.36 kB
export { GetNamespaceArgs, GetNamespaceResult, GetNamespaceOutputArgs } from "./getNamespace"; export declare const getNamespace: typeof import("./getNamespace").getNamespace; export declare const getNamespaceOutput: typeof import("./getNamespace").getNamespaceOutput; export { GetSnapshotArgs, GetSnapshotResult, GetSnapshotOutputArgs } from "./getSnapshot"; export declare const getSnapshot: typeof import("./getSnapshot").getSnapshot; export declare const getSnapshotOutput: typeof import("./getSnapshot").getSnapshotOutput; 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 { SnapshotArgs } from "./snapshot"; export type Snapshot = import("./snapshot").Snapshot; export declare const Snapshot: typeof import("./snapshot").Snapshot; export { WorkgroupArgs } from "./workgroup"; export type Workgroup = import("./workgroup").Workgroup; export declare const Workgroup: typeof import("./workgroup").Workgroup; export * from "../types/enums/redshiftserverless";