@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)
65 lines (64 loc) • 4.66 kB
TypeScript
export { AnalysisArgs } from "./analysis";
export type Analysis = import("./analysis").Analysis;
export declare const Analysis: typeof import("./analysis").Analysis;
export { CustomPermissionsArgs } from "./customPermissions";
export type CustomPermissions = import("./customPermissions").CustomPermissions;
export declare const CustomPermissions: typeof import("./customPermissions").CustomPermissions;
export { DashboardArgs } from "./dashboard";
export type Dashboard = import("./dashboard").Dashboard;
export declare const Dashboard: typeof import("./dashboard").Dashboard;
export { DataSetArgs } from "./dataSet";
export type DataSet = import("./dataSet").DataSet;
export declare const DataSet: typeof import("./dataSet").DataSet;
export { DataSourceArgs } from "./dataSource";
export type DataSource = import("./dataSource").DataSource;
export declare const DataSource: typeof import("./dataSource").DataSource;
export { FolderArgs } from "./folder";
export type Folder = import("./folder").Folder;
export declare const Folder: typeof import("./folder").Folder;
export { GetAnalysisArgs, GetAnalysisResult, GetAnalysisOutputArgs } from "./getAnalysis";
export declare const getAnalysis: typeof import("./getAnalysis").getAnalysis;
export declare const getAnalysisOutput: typeof import("./getAnalysis").getAnalysisOutput;
export { GetCustomPermissionsArgs, GetCustomPermissionsResult, GetCustomPermissionsOutputArgs } from "./getCustomPermissions";
export declare const getCustomPermissions: typeof import("./getCustomPermissions").getCustomPermissions;
export declare const getCustomPermissionsOutput: typeof import("./getCustomPermissions").getCustomPermissionsOutput;
export { GetDashboardArgs, GetDashboardResult, GetDashboardOutputArgs } from "./getDashboard";
export declare const getDashboard: typeof import("./getDashboard").getDashboard;
export declare const getDashboardOutput: typeof import("./getDashboard").getDashboardOutput;
export { GetDataSetArgs, GetDataSetResult, GetDataSetOutputArgs } from "./getDataSet";
export declare const getDataSet: typeof import("./getDataSet").getDataSet;
export declare const getDataSetOutput: typeof import("./getDataSet").getDataSetOutput;
export { GetDataSourceArgs, GetDataSourceResult, GetDataSourceOutputArgs } from "./getDataSource";
export declare const getDataSource: typeof import("./getDataSource").getDataSource;
export declare const getDataSourceOutput: typeof import("./getDataSource").getDataSourceOutput;
export { GetFolderArgs, GetFolderResult, GetFolderOutputArgs } from "./getFolder";
export declare const getFolder: typeof import("./getFolder").getFolder;
export declare const getFolderOutput: typeof import("./getFolder").getFolderOutput;
export { GetTemplateArgs, GetTemplateResult, GetTemplateOutputArgs } from "./getTemplate";
export declare const getTemplate: typeof import("./getTemplate").getTemplate;
export declare const getTemplateOutput: typeof import("./getTemplate").getTemplateOutput;
export { GetThemeArgs, GetThemeResult, GetThemeOutputArgs } from "./getTheme";
export declare const getTheme: typeof import("./getTheme").getTheme;
export declare const getThemeOutput: typeof import("./getTheme").getThemeOutput;
export { GetTopicArgs, GetTopicResult, GetTopicOutputArgs } from "./getTopic";
export declare const getTopic: typeof import("./getTopic").getTopic;
export declare const getTopicOutput: typeof import("./getTopic").getTopicOutput;
export { GetVpcConnectionArgs, GetVpcConnectionResult, GetVpcConnectionOutputArgs } from "./getVpcConnection";
export declare const getVpcConnection: typeof import("./getVpcConnection").getVpcConnection;
export declare const getVpcConnectionOutput: typeof import("./getVpcConnection").getVpcConnectionOutput;
export { RefreshScheduleArgs } from "./refreshSchedule";
export type RefreshSchedule = import("./refreshSchedule").RefreshSchedule;
export declare const RefreshSchedule: typeof import("./refreshSchedule").RefreshSchedule;
export { TemplateArgs } from "./template";
export type Template = import("./template").Template;
export declare const Template: typeof import("./template").Template;
export { ThemeArgs } from "./theme";
export type Theme = import("./theme").Theme;
export declare const Theme: typeof import("./theme").Theme;
export { TopicArgs } from "./topic";
export type Topic = import("./topic").Topic;
export declare const Topic: typeof import("./topic").Topic;
export { VpcConnectionArgs } from "./vpcConnection";
export type VpcConnection = import("./vpcConnection").VpcConnection;
export declare const VpcConnection: typeof import("./vpcConnection").VpcConnection;
export * from "../types/enums/quicksight";