UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

25 lines (24 loc) 1.99 kB
export { GetDnsNamespaceArgs, GetDnsNamespaceResult, GetDnsNamespaceOutputArgs } from "./getDnsNamespace"; export declare const getDnsNamespace: typeof import("./getDnsNamespace").getDnsNamespace; export declare const getDnsNamespaceOutput: typeof import("./getDnsNamespace").getDnsNamespaceOutput; export { GetHttpNamespaceArgs, GetHttpNamespaceResult, GetHttpNamespaceOutputArgs } from "./getHttpNamespace"; export declare const getHttpNamespace: typeof import("./getHttpNamespace").getHttpNamespace; export declare const getHttpNamespaceOutput: typeof import("./getHttpNamespace").getHttpNamespaceOutput; export { GetServiceArgs, GetServiceResult, GetServiceOutputArgs } from "./getService"; export declare const getService: typeof import("./getService").getService; export declare const getServiceOutput: typeof import("./getService").getServiceOutput; export { HttpNamespaceArgs, HttpNamespaceState } from "./httpNamespace"; export type HttpNamespace = import("./httpNamespace").HttpNamespace; export declare const HttpNamespace: typeof import("./httpNamespace").HttpNamespace; export { InstanceArgs, InstanceState } from "./instance"; export type Instance = import("./instance").Instance; export declare const Instance: typeof import("./instance").Instance; export { PrivateDnsNamespaceArgs, PrivateDnsNamespaceState } from "./privateDnsNamespace"; export type PrivateDnsNamespace = import("./privateDnsNamespace").PrivateDnsNamespace; export declare const PrivateDnsNamespace: typeof import("./privateDnsNamespace").PrivateDnsNamespace; export { PublicDnsNamespaceArgs, PublicDnsNamespaceState } from "./publicDnsNamespace"; export type PublicDnsNamespace = import("./publicDnsNamespace").PublicDnsNamespace; export declare const PublicDnsNamespace: typeof import("./publicDnsNamespace").PublicDnsNamespace; export { ServiceArgs, ServiceState } from "./service"; export type Service = import("./service").Service; export declare const Service: typeof import("./service").Service;