UNPKG

@komminarlabs/influxdb

Version:

A Pulumi package for creating and managing InfluxDB resources.

32 lines (31 loc) 2.31 kB
export { AuthorizationArgs, AuthorizationState } from "./authorization"; export type Authorization = import("./authorization").Authorization; export declare const Authorization: typeof import("./authorization").Authorization; export { BucketArgs, BucketState } from "./bucket"; export type Bucket = import("./bucket").Bucket; export declare const Bucket: typeof import("./bucket").Bucket; export { GetAuthorizationArgs, GetAuthorizationResult, GetAuthorizationOutputArgs } from "./getAuthorization"; export declare const getAuthorization: typeof import("./getAuthorization").getAuthorization; export declare const getAuthorizationOutput: typeof import("./getAuthorization").getAuthorizationOutput; export { GetAuthorizationsResult } from "./getAuthorizations"; export declare const getAuthorizations: typeof import("./getAuthorizations").getAuthorizations; export declare const getAuthorizationsOutput: typeof import("./getAuthorizations").getAuthorizationsOutput; export { GetBucketArgs, GetBucketResult, GetBucketOutputArgs } from "./getBucket"; export declare const getBucket: typeof import("./getBucket").getBucket; export declare const getBucketOutput: typeof import("./getBucket").getBucketOutput; export { GetBucketsResult } from "./getBuckets"; export declare const getBuckets: typeof import("./getBuckets").getBuckets; export declare const getBucketsOutput: typeof import("./getBuckets").getBucketsOutput; export { GetOrganizationArgs, GetOrganizationResult, GetOrganizationOutputArgs } from "./getOrganization"; export declare const getOrganization: typeof import("./getOrganization").getOrganization; export declare const getOrganizationOutput: typeof import("./getOrganization").getOrganizationOutput; export { GetOrganizationsResult } from "./getOrganizations"; export declare const getOrganizations: typeof import("./getOrganizations").getOrganizations; export declare const getOrganizationsOutput: typeof import("./getOrganizations").getOrganizationsOutput; export { OrganizationArgs, OrganizationState } from "./organization"; export type Organization = import("./organization").Organization; export declare const Organization: typeof import("./organization").Organization; export * from "./provider"; import * as config from "./config"; import * as types from "./types"; export { config, types, };