@volcengine/pulumi
Version:
A Pulumi package for creating and managing volcengine cloud resources.
52 lines (51 loc) • 3.95 kB
TypeScript
export { AccountArgs, AccountState } from "./account";
export type Account = import("./account").Account;
export declare const Account: typeof import("./account").Account;
export { AccountsArgs, AccountsResult, AccountsOutputArgs } from "./accounts";
export declare const accounts: typeof import("./accounts").accounts;
export declare const accountsOutput: typeof import("./accounts").accountsOutput;
export { AllowlistArgs, AllowlistState } from "./allowlist";
export type Allowlist = import("./allowlist").Allowlist;
export declare const Allowlist: typeof import("./allowlist").Allowlist;
export { AllowlistAssociateArgs, AllowlistAssociateState } from "./allowlistAssociate";
export type AllowlistAssociate = import("./allowlistAssociate").AllowlistAssociate;
export declare const AllowlistAssociate: typeof import("./allowlistAssociate").AllowlistAssociate;
export { AllowlistsArgs, AllowlistsResult, AllowlistsOutputArgs } from "./allowlists";
export declare const allowlists: typeof import("./allowlists").allowlists;
export declare const allowlistsOutput: typeof import("./allowlists").allowlistsOutput;
export { DatabaseArgs, DatabaseState } from "./database";
export type Database = import("./database").Database;
export declare const Database: typeof import("./database").Database;
export { DatabasesArgs, DatabasesResult, DatabasesOutputArgs } from "./databases";
export declare const databases: typeof import("./databases").databases;
export declare const databasesOutput: typeof import("./databases").databasesOutput;
export { GetAccountsArgs, GetAccountsResult, GetAccountsOutputArgs } from "./getAccounts";
export declare const getAccounts: typeof import("./getAccounts").getAccounts;
export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput;
export { GetAllowlistsArgs, GetAllowlistsResult, GetAllowlistsOutputArgs } from "./getAllowlists";
export declare const getAllowlists: typeof import("./getAllowlists").getAllowlists;
export declare const getAllowlistsOutput: typeof import("./getAllowlists").getAllowlistsOutput;
export { GetDatabasesArgs, GetDatabasesResult, GetDatabasesOutputArgs } from "./getDatabases";
export declare const getDatabases: typeof import("./getDatabases").getDatabases;
export declare const getDatabasesOutput: typeof import("./getDatabases").getDatabasesOutput;
export { GetInstancesArgs, GetInstancesResult, GetInstancesOutputArgs } from "./getInstances";
export declare const getInstances: typeof import("./getInstances").getInstances;
export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput;
export { GetSchemasArgs, GetSchemasResult, GetSchemasOutputArgs } from "./getSchemas";
export declare const getSchemas: typeof import("./getSchemas").getSchemas;
export declare const getSchemasOutput: typeof import("./getSchemas").getSchemasOutput;
export { InstanceArgs, InstanceState } from "./instance";
export type Instance = import("./instance").Instance;
export declare const Instance: typeof import("./instance").Instance;
export { InstanceReadonlyNodeArgs, InstanceReadonlyNodeState } from "./instanceReadonlyNode";
export type InstanceReadonlyNode = import("./instanceReadonlyNode").InstanceReadonlyNode;
export declare const InstanceReadonlyNode: typeof import("./instanceReadonlyNode").InstanceReadonlyNode;
export { InstancesArgs, InstancesResult, InstancesOutputArgs } from "./instances";
export declare const instances: typeof import("./instances").instances;
export declare const instancesOutput: typeof import("./instances").instancesOutput;
export { SchemaArgs, SchemaState } from "./schema";
export type Schema = import("./schema").Schema;
export declare const Schema: typeof import("./schema").Schema;
export { SchemasArgs, SchemasResult, SchemasOutputArgs } from "./schemas";
export declare const schemas: typeof import("./schemas").schemas;
export declare const schemasOutput: typeof import("./schemas").schemasOutput;