UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

4 lines (3 loc) 172 B
export { ChannelArgs, ChannelState } from "./channel"; export type Channel = import("./channel").Channel; export declare const Channel: typeof import("./channel").Channel;