@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
31 lines • 2.05 kB
TypeScript
export { AssetsExportJobArgs, AssetsExportJobState } from "./assetsExportJob";
export type AssetsExportJob = import("./assetsExportJob").AssetsExportJob;
export declare const AssetsExportJob: typeof import("./assetsExportJob").AssetsExportJob;
export { DiscoveryClientArgs, DiscoveryClientState } from "./discoveryClient";
export type DiscoveryClient = import("./discoveryClient").DiscoveryClient;
export declare const DiscoveryClient: typeof import("./discoveryClient").DiscoveryClient;
export { GroupArgs, GroupState } from "./group";
export type Group = import("./group").Group;
export declare const Group: typeof import("./group").Group;
export { ImportDataFileArgs, ImportDataFileState } from "./importDataFile";
export type ImportDataFile = import("./importDataFile").ImportDataFile;
export declare const ImportDataFile: typeof import("./importDataFile").ImportDataFile;
export { ImportJobArgs, ImportJobState } from "./importJob";
export type ImportJob = import("./importJob").ImportJob;
export declare const ImportJob: typeof import("./importJob").ImportJob;
export { PreferenceSetArgs, PreferenceSetState } from "./preferenceSet";
export type PreferenceSet = import("./preferenceSet").PreferenceSet;
export declare const PreferenceSet: typeof import("./preferenceSet").PreferenceSet;
export { ReportArgs, ReportState } from "./report";
export type Report = import("./report").Report;
export declare const Report: typeof import("./report").Report;
export { ReportConfigArgs, ReportConfigState } from "./reportConfig";
export type ReportConfig = import("./reportConfig").ReportConfig;
export declare const ReportConfig: typeof import("./reportConfig").ReportConfig;
export { SettingsArgs, SettingsState } from "./settings";
export type Settings = import("./settings").Settings;
export declare const Settings: typeof import("./settings").Settings;
export { SourceArgs, SourceState } from "./source";
export type Source = import("./source").Source;
export declare const Source: typeof import("./source").Source;
//# sourceMappingURL=index.d.ts.map