UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

14 lines (13 loc) 1.15 kB
export { DiscoveryArgs } from "./discovery"; export type Discovery = import("./discovery").Discovery; export declare const Discovery: typeof import("./discovery").Discovery; export { GetDiscoveryArgs, GetDiscoveryResult, GetDiscoveryOutputArgs } from "./getDiscovery"; export declare const getDiscovery: typeof import("./getDiscovery").getDiscovery; export declare const getDiscoveryOutput: typeof import("./getDiscovery").getDiscoveryOutput; export { GetServiceLevelObjectiveArgs, GetServiceLevelObjectiveResult, GetServiceLevelObjectiveOutputArgs } from "./getServiceLevelObjective"; export declare const getServiceLevelObjective: typeof import("./getServiceLevelObjective").getServiceLevelObjective; export declare const getServiceLevelObjectiveOutput: typeof import("./getServiceLevelObjective").getServiceLevelObjectiveOutput; export { ServiceLevelObjectiveArgs } from "./serviceLevelObjective"; export type ServiceLevelObjective = import("./serviceLevelObjective").ServiceLevelObjective; export declare const ServiceLevelObjective: typeof import("./serviceLevelObjective").ServiceLevelObjective; export * from "../types/enums/applicationsignals";