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.65 kB
export { ApplicationArgs } from "./application"; export type Application = import("./application").Application; export declare const Application: typeof import("./application").Application; export { DataIntegrationArgs } from "./dataIntegration"; export type DataIntegration = import("./dataIntegration").DataIntegration; export declare const DataIntegration: typeof import("./dataIntegration").DataIntegration; export { EventIntegrationArgs } from "./eventIntegration"; export type EventIntegration = import("./eventIntegration").EventIntegration; export declare const EventIntegration: typeof import("./eventIntegration").EventIntegration; export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication"; export declare const getApplication: typeof import("./getApplication").getApplication; export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput; export { GetDataIntegrationArgs, GetDataIntegrationResult, GetDataIntegrationOutputArgs } from "./getDataIntegration"; export declare const getDataIntegration: typeof import("./getDataIntegration").getDataIntegration; export declare const getDataIntegrationOutput: typeof import("./getDataIntegration").getDataIntegrationOutput; export { GetEventIntegrationArgs, GetEventIntegrationResult, GetEventIntegrationOutputArgs } from "./getEventIntegration"; export declare const getEventIntegration: typeof import("./getEventIntegration").getEventIntegration; export declare const getEventIntegrationOutput: typeof import("./getEventIntegration").getEventIntegrationOutput; export * from "../types/enums/appintegrations";