@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
19 lines (18 loc) • 1.82 kB
TypeScript
export { EventSourcesConfigArgs, EventSourcesConfigState } from "./eventSourcesConfig";
export type EventSourcesConfig = import("./eventSourcesConfig").EventSourcesConfig;
export declare const EventSourcesConfig: typeof import("./eventSourcesConfig").EventSourcesConfig;
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 { NotificationChannelArgs, NotificationChannelState } from "./notificationChannel";
export type NotificationChannel = import("./notificationChannel").NotificationChannel;
export declare const NotificationChannel: typeof import("./notificationChannel").NotificationChannel;
export { ResourceCollectionArgs, ResourceCollectionState } from "./resourceCollection";
export type ResourceCollection = import("./resourceCollection").ResourceCollection;
export declare const ResourceCollection: typeof import("./resourceCollection").ResourceCollection;
export { ServiceIntegrationArgs, ServiceIntegrationState } from "./serviceIntegration";
export type ServiceIntegration = import("./serviceIntegration").ServiceIntegration;
export declare const ServiceIntegration: typeof import("./serviceIntegration").ServiceIntegration;