@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)
26 lines (25 loc) • 1.94 kB
TypeScript
export { DatabaseArgs } from "./database";
export type Database = import("./database").Database;
export declare const Database: typeof import("./database").Database;
export { GetDatabaseArgs, GetDatabaseResult, GetDatabaseOutputArgs } from "./getDatabase";
export declare const getDatabase: typeof import("./getDatabase").getDatabase;
export declare const getDatabaseOutput: typeof import("./getDatabase").getDatabaseOutput;
export { GetInfluxDbInstanceArgs, GetInfluxDbInstanceResult, GetInfluxDbInstanceOutputArgs } from "./getInfluxDbInstance";
export declare const getInfluxDbInstance: typeof import("./getInfluxDbInstance").getInfluxDbInstance;
export declare const getInfluxDbInstanceOutput: typeof import("./getInfluxDbInstance").getInfluxDbInstanceOutput;
export { GetScheduledQueryArgs, GetScheduledQueryResult, GetScheduledQueryOutputArgs } from "./getScheduledQuery";
export declare const getScheduledQuery: typeof import("./getScheduledQuery").getScheduledQuery;
export declare const getScheduledQueryOutput: typeof import("./getScheduledQuery").getScheduledQueryOutput;
export { GetTableArgs, GetTableResult, GetTableOutputArgs } from "./getTable";
export declare const getTable: typeof import("./getTable").getTable;
export declare const getTableOutput: typeof import("./getTable").getTableOutput;
export { InfluxDbInstanceArgs } from "./influxDbInstance";
export type InfluxDbInstance = import("./influxDbInstance").InfluxDbInstance;
export declare const InfluxDbInstance: typeof import("./influxDbInstance").InfluxDbInstance;
export { ScheduledQueryArgs } from "./scheduledQuery";
export type ScheduledQuery = import("./scheduledQuery").ScheduledQuery;
export declare const ScheduledQuery: typeof import("./scheduledQuery").ScheduledQuery;
export { TableArgs } from "./table";
export type Table = import("./table").Table;
export declare const Table: typeof import("./table").Table;
export * from "../types/enums/timestream";