UNPKG

@volcengine/pulumi

Version:

A Pulumi package for creating and managing volcengine cloud resources.

82 lines (81 loc) 6.93 kB
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 { EndpointArgs, EndpointState } from "./endpoint"; export type Endpoint = import("./endpoint").Endpoint; export declare const Endpoint: typeof import("./endpoint").Endpoint; export { EndpointsArgs, EndpointsResult, EndpointsOutputArgs } from "./endpoints"; export declare const endpoints: typeof import("./endpoints").endpoints; export declare const endpointsOutput: typeof import("./endpoints").endpointsOutput; export { GetAccountsArgs, GetAccountsResult, GetAccountsOutputArgs } from "./getAccounts"; export declare const getAccounts: typeof import("./getAccounts").getAccounts; export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput; export { GetEndpointsArgs, GetEndpointsResult, GetEndpointsOutputArgs } from "./getEndpoints"; export declare const getEndpoints: typeof import("./getEndpoints").getEndpoints; export declare const getEndpointsOutput: typeof import("./getEndpoints").getEndpointsOutput; export { GetInstanceParameterLogsArgs, GetInstanceParameterLogsResult, GetInstanceParameterLogsOutputArgs } from "./getInstanceParameterLogs"; export declare const getInstanceParameterLogs: typeof import("./getInstanceParameterLogs").getInstanceParameterLogs; export declare const getInstanceParameterLogsOutput: typeof import("./getInstanceParameterLogs").getInstanceParameterLogsOutput; export { GetInstanceParametersArgs, GetInstanceParametersResult, GetInstanceParametersOutputArgs } from "./getInstanceParameters"; export declare const getInstanceParameters: typeof import("./getInstanceParameters").getInstanceParameters; export declare const getInstanceParametersOutput: typeof import("./getInstanceParameters").getInstanceParametersOutput; export { GetInstancesArgs, GetInstancesResult, GetInstancesOutputArgs } from "./getInstances"; export declare const getInstances: typeof import("./getInstances").getInstances; export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput; export { GetMongoAllowListsArgs, GetMongoAllowListsResult, GetMongoAllowListsOutputArgs } from "./getMongoAllowLists"; export declare const getMongoAllowLists: typeof import("./getMongoAllowLists").getMongoAllowLists; export declare const getMongoAllowListsOutput: typeof import("./getMongoAllowLists").getMongoAllowListsOutput; export { GetRegionsArgs, GetRegionsResult, GetRegionsOutputArgs } from "./getRegions"; export declare const getRegions: typeof import("./getRegions").getRegions; export declare const getRegionsOutput: typeof import("./getRegions").getRegionsOutput; export { GetSpecsArgs, GetSpecsResult, GetSpecsOutputArgs } from "./getSpecs"; export declare const getSpecs: typeof import("./getSpecs").getSpecs; export declare const getSpecsOutput: typeof import("./getSpecs").getSpecsOutput; export { GetSslStatesArgs, GetSslStatesResult, GetSslStatesOutputArgs } from "./getSslStates"; export declare const getSslStates: typeof import("./getSslStates").getSslStates; export declare const getSslStatesOutput: typeof import("./getSslStates").getSslStatesOutput; export { GetZonesArgs, GetZonesResult, GetZonesOutputArgs } from "./getZones"; export declare const getZones: typeof import("./getZones").getZones; export declare const getZonesOutput: typeof import("./getZones").getZonesOutput; export { InstanceArgs, InstanceState } from "./instance"; export type Instance = import("./instance").Instance; export declare const Instance: typeof import("./instance").Instance; export { InstanceParameterArgs, InstanceParameterState } from "./instanceParameter"; export type InstanceParameter = import("./instanceParameter").InstanceParameter; export declare const InstanceParameter: typeof import("./instanceParameter").InstanceParameter; export { InstanceParameterLogsArgs, InstanceParameterLogsResult, InstanceParameterLogsOutputArgs } from "./instanceParameterLogs"; export declare const instanceParameterLogs: typeof import("./instanceParameterLogs").instanceParameterLogs; export declare const instanceParameterLogsOutput: typeof import("./instanceParameterLogs").instanceParameterLogsOutput; export { InstanceParametersArgs, InstanceParametersResult, InstanceParametersOutputArgs } from "./instanceParameters"; export declare const instanceParameters: typeof import("./instanceParameters").instanceParameters; export declare const instanceParametersOutput: typeof import("./instanceParameters").instanceParametersOutput; export { InstancesArgs, InstancesResult, InstancesOutputArgs } from "./instances"; export declare const instances: typeof import("./instances").instances; export declare const instancesOutput: typeof import("./instances").instancesOutput; export { MongoAllowListArgs, MongoAllowListState } from "./mongoAllowList"; export type MongoAllowList = import("./mongoAllowList").MongoAllowList; export declare const MongoAllowList: typeof import("./mongoAllowList").MongoAllowList; export { MongoAllowListAssociateArgs, MongoAllowListAssociateState } from "./mongoAllowListAssociate"; export type MongoAllowListAssociate = import("./mongoAllowListAssociate").MongoAllowListAssociate; export declare const MongoAllowListAssociate: typeof import("./mongoAllowListAssociate").MongoAllowListAssociate; export { MongoAllowListsArgs, MongoAllowListsResult, MongoAllowListsOutputArgs } from "./mongoAllowLists"; export declare const mongoAllowLists: typeof import("./mongoAllowLists").mongoAllowLists; export declare const mongoAllowListsOutput: typeof import("./mongoAllowLists").mongoAllowListsOutput; export { RegionsArgs, RegionsResult, RegionsOutputArgs } from "./regions"; export declare const regions: typeof import("./regions").regions; export declare const regionsOutput: typeof import("./regions").regionsOutput; export { SpecsArgs, SpecsResult, SpecsOutputArgs } from "./specs"; export declare const specs: typeof import("./specs").specs; export declare const specsOutput: typeof import("./specs").specsOutput; export { SslStateArgs, SslStateState } from "./sslState"; export type SslState = import("./sslState").SslState; export declare const SslState: typeof import("./sslState").SslState; export { SslStatesArgs, SslStatesResult, SslStatesOutputArgs } from "./sslStates"; export declare const sslStates: typeof import("./sslStates").sslStates; export declare const sslStatesOutput: typeof import("./sslStates").sslStatesOutput; export { ZonesArgs, ZonesResult, ZonesOutputArgs } from "./zones"; export declare const zones: typeof import("./zones").zones; export declare const zonesOutput: typeof import("./zones").zonesOutput;