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)

38 lines (37 loc) 2.41 kB
export { DatasetArgs } from "./dataset"; export type Dataset = import("./dataset").Dataset; export declare const Dataset: typeof import("./dataset").Dataset; export { GetDatasetArgs, GetDatasetResult, GetDatasetOutputArgs } from "./getDataset"; export declare const getDataset: typeof import("./getDataset").getDataset; export declare const getDatasetOutput: typeof import("./getDataset").getDatasetOutput; export { GetJobArgs, GetJobResult, GetJobOutputArgs } from "./getJob"; export declare const getJob: typeof import("./getJob").getJob; export declare const getJobOutput: typeof import("./getJob").getJobOutput; export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject"; export declare const getProject: typeof import("./getProject").getProject; export declare const getProjectOutput: typeof import("./getProject").getProjectOutput; export { GetRecipeArgs, GetRecipeResult, GetRecipeOutputArgs } from "./getRecipe"; export declare const getRecipe: typeof import("./getRecipe").getRecipe; export declare const getRecipeOutput: typeof import("./getRecipe").getRecipeOutput; export { GetRulesetArgs, GetRulesetResult, GetRulesetOutputArgs } from "./getRuleset"; export declare const getRuleset: typeof import("./getRuleset").getRuleset; export declare const getRulesetOutput: typeof import("./getRuleset").getRulesetOutput; export { GetScheduleArgs, GetScheduleResult, GetScheduleOutputArgs } from "./getSchedule"; export declare const getSchedule: typeof import("./getSchedule").getSchedule; export declare const getScheduleOutput: typeof import("./getSchedule").getScheduleOutput; export { JobArgs } from "./job"; export type Job = import("./job").Job; export declare const Job: typeof import("./job").Job; export { ProjectArgs } from "./project"; export type Project = import("./project").Project; export declare const Project: typeof import("./project").Project; export { RecipeArgs } from "./recipe"; export type Recipe = import("./recipe").Recipe; export declare const Recipe: typeof import("./recipe").Recipe; export { RulesetArgs } from "./ruleset"; export type Ruleset = import("./ruleset").Ruleset; export declare const Ruleset: typeof import("./ruleset").Ruleset; export { ScheduleArgs } from "./schedule"; export type Schedule = import("./schedule").Schedule; export declare const Schedule: typeof import("./schedule").Schedule; export * from "../types/enums/databrew";