@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
16 lines (15 loc) • 1.38 kB
TypeScript
export { FolderFeedArgs, FolderFeedState } from "./folderFeed";
export type FolderFeed = import("./folderFeed").FolderFeed;
export declare const FolderFeed: typeof import("./folderFeed").FolderFeed;
export { GetResourcesSearchAllArgs, GetResourcesSearchAllResult, GetResourcesSearchAllOutputArgs } from "./getResourcesSearchAll";
export declare const getResourcesSearchAll: typeof import("./getResourcesSearchAll").getResourcesSearchAll;
export declare const getResourcesSearchAllOutput: typeof import("./getResourcesSearchAll").getResourcesSearchAllOutput;
export { GetSearchAllResourcesArgs, GetSearchAllResourcesResult, GetSearchAllResourcesOutputArgs } from "./getSearchAllResources";
export declare const getSearchAllResources: typeof import("./getSearchAllResources").getSearchAllResources;
export declare const getSearchAllResourcesOutput: typeof import("./getSearchAllResources").getSearchAllResourcesOutput;
export { OrganizationFeedArgs, OrganizationFeedState } from "./organizationFeed";
export type OrganizationFeed = import("./organizationFeed").OrganizationFeed;
export declare const OrganizationFeed: typeof import("./organizationFeed").OrganizationFeed;
export { ProjectFeedArgs, ProjectFeedState } from "./projectFeed";
export type ProjectFeed = import("./projectFeed").ProjectFeed;
export declare const ProjectFeed: typeof import("./projectFeed").ProjectFeed;