@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) • 2.09 kB
TypeScript
export { GetLogAnomalyDetectionIntegrationArgs, GetLogAnomalyDetectionIntegrationResult, GetLogAnomalyDetectionIntegrationOutputArgs } from "./getLogAnomalyDetectionIntegration";
export declare const getLogAnomalyDetectionIntegration: typeof import("./getLogAnomalyDetectionIntegration").getLogAnomalyDetectionIntegration;
export declare const getLogAnomalyDetectionIntegrationOutput: typeof import("./getLogAnomalyDetectionIntegration").getLogAnomalyDetectionIntegrationOutput;
export { GetNotificationChannelArgs, GetNotificationChannelResult, GetNotificationChannelOutputArgs } from "./getNotificationChannel";
export declare const getNotificationChannel: typeof import("./getNotificationChannel").getNotificationChannel;
export declare const getNotificationChannelOutput: typeof import("./getNotificationChannel").getNotificationChannelOutput;
export { GetResourceCollectionArgs, GetResourceCollectionResult, GetResourceCollectionOutputArgs } from "./getResourceCollection";
export declare const getResourceCollection: typeof import("./getResourceCollection").getResourceCollection;
export declare const getResourceCollectionOutput: typeof import("./getResourceCollection").getResourceCollectionOutput;
export { LogAnomalyDetectionIntegrationArgs } from "./logAnomalyDetectionIntegration";
export type LogAnomalyDetectionIntegration = import("./logAnomalyDetectionIntegration").LogAnomalyDetectionIntegration;
export declare const LogAnomalyDetectionIntegration: typeof import("./logAnomalyDetectionIntegration").LogAnomalyDetectionIntegration;
export { NotificationChannelArgs } from "./notificationChannel";
export type NotificationChannel = import("./notificationChannel").NotificationChannel;
export declare const NotificationChannel: typeof import("./notificationChannel").NotificationChannel;
export { ResourceCollectionArgs } from "./resourceCollection";
export type ResourceCollection = import("./resourceCollection").ResourceCollection;
export declare const ResourceCollection: typeof import("./resourceCollection").ResourceCollection;
export * from "../types/enums/devopsguru";