@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)
50 lines (49 loc) • 3.43 kB
TypeScript
export { AccessPolicyArgs } from "./accessPolicy";
export type AccessPolicy = import("./accessPolicy").AccessPolicy;
export declare const AccessPolicy: typeof import("./accessPolicy").AccessPolicy;
export { AssetArgs } from "./asset";
export type Asset = import("./asset").Asset;
export declare const Asset: typeof import("./asset").Asset;
export { AssetModelArgs } from "./assetModel";
export type AssetModel = import("./assetModel").AssetModel;
export declare const AssetModel: typeof import("./assetModel").AssetModel;
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 { GatewayArgs } from "./gateway";
export type Gateway = import("./gateway").Gateway;
export declare const Gateway: typeof import("./gateway").Gateway;
export { GetAccessPolicyArgs, GetAccessPolicyResult, GetAccessPolicyOutputArgs } from "./getAccessPolicy";
export declare const getAccessPolicy: typeof import("./getAccessPolicy").getAccessPolicy;
export declare const getAccessPolicyOutput: typeof import("./getAccessPolicy").getAccessPolicyOutput;
export { GetAssetArgs, GetAssetResult, GetAssetOutputArgs } from "./getAsset";
export declare const getAsset: typeof import("./getAsset").getAsset;
export declare const getAssetOutput: typeof import("./getAsset").getAssetOutput;
export { GetAssetModelArgs, GetAssetModelResult, GetAssetModelOutputArgs } from "./getAssetModel";
export declare const getAssetModel: typeof import("./getAssetModel").getAssetModel;
export declare const getAssetModelOutput: typeof import("./getAssetModel").getAssetModelOutput;
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 { GetGatewayArgs, GetGatewayResult, GetGatewayOutputArgs } from "./getGateway";
export declare const getGateway: typeof import("./getGateway").getGateway;
export declare const getGatewayOutput: typeof import("./getGateway").getGatewayOutput;
export { GetPortalArgs, GetPortalResult, GetPortalOutputArgs } from "./getPortal";
export declare const getPortal: typeof import("./getPortal").getPortal;
export declare const getPortalOutput: typeof import("./getPortal").getPortalOutput;
export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject";
export declare const getProject: typeof import("./getProject").getProject;
export declare const getProjectOutput: typeof import("./getProject").getProjectOutput;
export { PortalArgs } from "./portal";
export type Portal = import("./portal").Portal;
export declare const Portal: typeof import("./portal").Portal;
export { ProjectArgs } from "./project";
export type Project = import("./project").Project;
export declare const Project: typeof import("./project").Project;
export * from "../types/enums/iotsitewise";