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)

20 lines (19 loc) 1.39 kB
export { AlarmModelArgs } from "./alarmModel"; export type AlarmModel = import("./alarmModel").AlarmModel; export declare const AlarmModel: typeof import("./alarmModel").AlarmModel; export { DetectorModelArgs } from "./detectorModel"; export type DetectorModel = import("./detectorModel").DetectorModel; export declare const DetectorModel: typeof import("./detectorModel").DetectorModel; export { GetAlarmModelArgs, GetAlarmModelResult, GetAlarmModelOutputArgs } from "./getAlarmModel"; export declare const getAlarmModel: typeof import("./getAlarmModel").getAlarmModel; export declare const getAlarmModelOutput: typeof import("./getAlarmModel").getAlarmModelOutput; export { GetDetectorModelArgs, GetDetectorModelResult, GetDetectorModelOutputArgs } from "./getDetectorModel"; export declare const getDetectorModel: typeof import("./getDetectorModel").getDetectorModel; export declare const getDetectorModelOutput: typeof import("./getDetectorModel").getDetectorModelOutput; export { GetInputArgs, GetInputResult, GetInputOutputArgs } from "./getInput"; export declare const getInput: typeof import("./getInput").getInput; export declare const getInputOutput: typeof import("./getInput").getInputOutput; export { InputArgs } from "./input"; export type Input = import("./input").Input; export declare const Input: typeof import("./input").Input; export * from "../types/enums/iotevents";