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.53 kB
export { GetNotificationChannelArgs, GetNotificationChannelResult, GetNotificationChannelOutputArgs } from "./getNotificationChannel"; export declare const getNotificationChannel: typeof import("./getNotificationChannel").getNotificationChannel; export declare const getNotificationChannelOutput: typeof import("./getNotificationChannel").getNotificationChannelOutput; export { GetPolicyArgs, GetPolicyResult, GetPolicyOutputArgs } from "./getPolicy"; export declare const getPolicy: typeof import("./getPolicy").getPolicy; export declare const getPolicyOutput: typeof import("./getPolicy").getPolicyOutput; export { GetResourceSetArgs, GetResourceSetResult, GetResourceSetOutputArgs } from "./getResourceSet"; export declare const getResourceSet: typeof import("./getResourceSet").getResourceSet; export declare const getResourceSetOutput: typeof import("./getResourceSet").getResourceSetOutput; export { NotificationChannelArgs } from "./notificationChannel"; export type NotificationChannel = import("./notificationChannel").NotificationChannel; export declare const NotificationChannel: typeof import("./notificationChannel").NotificationChannel; export { PolicyArgs } from "./policy"; export type Policy = import("./policy").Policy; export declare const Policy: typeof import("./policy").Policy; export { ResourceSetArgs } from "./resourceSet"; export type ResourceSet = import("./resourceSet").ResourceSet; export declare const ResourceSet: typeof import("./resourceSet").ResourceSet; export * from "../types/enums/fms";