UNPKG

@pulumi/ns1

Version:

A Pulumi package for creating and managing ns1 cloud resources.

77 lines (76 loc) 5.04 kB
export { AccountWhitelistArgs, AccountWhitelistState } from "./accountWhitelist"; export type AccountWhitelist = import("./accountWhitelist").AccountWhitelist; export declare const AccountWhitelist: typeof import("./accountWhitelist").AccountWhitelist; export { AlertArgs, AlertState } from "./alert"; export type Alert = import("./alert").Alert; export declare const Alert: typeof import("./alert").Alert; export { APIKeyArgs, APIKeyState } from "./apikey"; export type APIKey = import("./apikey").APIKey; export declare const APIKey: typeof import("./apikey").APIKey; export { ApplicationArgs, ApplicationState } from "./application"; export type Application = import("./application").Application; export declare const Application: typeof import("./application").Application; export { DataFeedArgs, DataFeedState } from "./dataFeed"; export type DataFeed = import("./dataFeed").DataFeed; export declare const DataFeed: typeof import("./dataFeed").DataFeed; export { DataSourceArgs, DataSourceState } from "./dataSource"; export type DataSource = import("./dataSource").DataSource; export declare const DataSource: typeof import("./dataSource").DataSource; export { DatasetArgs, DatasetState } from "./dataset"; export type Dataset = import("./dataset").Dataset; export declare const Dataset: typeof import("./dataset").Dataset; export { DnsviewArgs, DnsviewState } from "./dnsview"; export type Dnsview = import("./dnsview").Dnsview; export declare const Dnsview: typeof import("./dnsview").Dnsview; export { GetBillingUsageArgs, GetBillingUsageResult, GetBillingUsageOutputArgs } from "./getBillingUsage"; export declare const getBillingUsage: typeof import("./getBillingUsage").getBillingUsage; export declare const getBillingUsageOutput: typeof import("./getBillingUsage").getBillingUsageOutput; export { GetDNSSecArgs, GetDNSSecResult, GetDNSSecOutputArgs } from "./getDNSSec"; export declare const getDNSSec: typeof import("./getDNSSec").getDNSSec; export declare const getDNSSecOutput: typeof import("./getDNSSec").getDNSSecOutput; export { GetMonitoringRegionsArgs, GetMonitoringRegionsResult, GetMonitoringRegionsOutputArgs } from "./getMonitoringRegions"; export declare const getMonitoringRegions: typeof import("./getMonitoringRegions").getMonitoringRegions; export declare const getMonitoringRegionsOutput: typeof import("./getMonitoringRegions").getMonitoringRegionsOutput; export { GetNetworksResult } from "./getNetworks"; export declare const getNetworks: typeof import("./getNetworks").getNetworks; export declare const getNetworksOutput: typeof import("./getNetworks").getNetworksOutput; export { GetRecordArgs, GetRecordResult, GetRecordOutputArgs } from "./getRecord"; export declare const getRecord: typeof import("./getRecord").getRecord; export declare const getRecordOutput: typeof import("./getRecord").getRecordOutput; export { GetZoneArgs, GetZoneResult, GetZoneOutputArgs } from "./getZone"; export declare const getZone: typeof import("./getZone").getZone; export declare const getZoneOutput: typeof import("./getZone").getZoneOutput; export { MonitoringJobArgs, MonitoringJobState } from "./monitoringJob"; export type MonitoringJob = import("./monitoringJob").MonitoringJob; export declare const MonitoringJob: typeof import("./monitoringJob").MonitoringJob; export { NotifyListArgs, NotifyListState } from "./notifyList"; export type NotifyList = import("./notifyList").NotifyList; export declare const NotifyList: typeof import("./notifyList").NotifyList; export * from "./provider"; export { PulsarJobArgs, PulsarJobState } from "./pulsarJob"; export type PulsarJob = import("./pulsarJob").PulsarJob; export declare const PulsarJob: typeof import("./pulsarJob").PulsarJob; export { RecordArgs, RecordState } from "./record"; export type Record = import("./record").Record; export declare const Record: typeof import("./record").Record; export { RedirectArgs, RedirectState } from "./redirect"; export type Redirect = import("./redirect").Redirect; export declare const Redirect: typeof import("./redirect").Redirect; export { RedirectCertificateArgs, RedirectCertificateState } from "./redirectCertificate"; export type RedirectCertificate = import("./redirectCertificate").RedirectCertificate; export declare const RedirectCertificate: typeof import("./redirectCertificate").RedirectCertificate; export { TeamArgs, TeamState } from "./team"; export type Team = import("./team").Team; export declare const Team: typeof import("./team").Team; export { TsigkeyArgs, TsigkeyState } from "./tsigkey"; export type Tsigkey = import("./tsigkey").Tsigkey; export declare const Tsigkey: typeof import("./tsigkey").Tsigkey; export { UserArgs, UserState } from "./user"; export type User = import("./user").User; export declare const User: typeof import("./user").User; export { ZoneArgs, ZoneState } from "./zone"; export type Zone = import("./zone").Zone; export declare const Zone: typeof import("./zone").Zone; import * as config from "./config"; import * as types from "./types"; export { config, types, };