UNPKG

@pulumi/meraki

Version:

A Pulumi package for creating and managing Cisco Meraki resources. Based on terraform-provider-meraki: version v0.2.0

18 lines (17 loc) 1.17 kB
export { GetDevicesArgs, GetDevicesResult, GetDevicesOutputArgs } from "./getDevices"; export declare const getDevices: typeof import("./getDevices").getDevices; export declare const getDevicesOutput: typeof import("./getDevices").getDevicesOutput; export { GetNetworksArgs, GetNetworksResult, GetNetworksOutputArgs } from "./getNetworks"; export declare const getNetworks: typeof import("./getNetworks").getNetworks; export declare const getNetworksOutput: typeof import("./getNetworks").getNetworksOutput; export { GetOrganizationsArgs, GetOrganizationsResult, GetOrganizationsOutputArgs } from "./getOrganizations"; export declare const getOrganizations: typeof import("./getOrganizations").getOrganizations; export declare const getOrganizationsOutput: typeof import("./getOrganizations").getOrganizationsOutput; export * from "./provider"; import * as administered from "./administered"; import * as config from "./config"; import * as devices from "./devices"; import * as networks from "./networks"; import * as organizations from "./organizations"; import * as types from "./types"; export { administered, config, devices, networks, organizations, types, };