UNPKG

@pulumi/aws

Version:

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

7 lines (6 loc) 434 B
export { LoggingConfigurationArgs, LoggingConfigurationState } from "./loggingConfiguration"; export type LoggingConfiguration = import("./loggingConfiguration").LoggingConfiguration; export declare const LoggingConfiguration: typeof import("./loggingConfiguration").LoggingConfiguration; export { RoomArgs, RoomState } from "./room"; export type Room = import("./room").Room; export declare const Room: typeof import("./room").Room;