@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) • 969 B
TypeScript
export { AlertArgs } from "./alert";
export type Alert = import("./alert").Alert;
export declare const Alert: typeof import("./alert").Alert;
export { AnomalyDetectorArgs } from "./anomalyDetector";
export type AnomalyDetector = import("./anomalyDetector").AnomalyDetector;
export declare const AnomalyDetector: typeof import("./anomalyDetector").AnomalyDetector;
export { GetAlertArgs, GetAlertResult, GetAlertOutputArgs } from "./getAlert";
export declare const getAlert: typeof import("./getAlert").getAlert;
export declare const getAlertOutput: typeof import("./getAlert").getAlertOutput;
export { GetAnomalyDetectorArgs, GetAnomalyDetectorResult, GetAnomalyDetectorOutputArgs } from "./getAnomalyDetector";
export declare const getAnomalyDetector: typeof import("./getAnomalyDetector").getAnomalyDetector;
export declare const getAnomalyDetectorOutput: typeof import("./getAnomalyDetector").getAnomalyDetectorOutput;
export * from "../types/enums/lookoutmetrics";