UNPKG

@pulumi/aws

Version:

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

7 lines (6 loc) 326 B
export { MonitorArgs, MonitorState } from "./monitor"; export type Monitor = import("./monitor").Monitor; export declare const Monitor: typeof import("./monitor").Monitor; export { ScopeArgs, ScopeState } from "./scope"; export type Scope = import("./scope").Scope; export declare const Scope: typeof import("./scope").Scope;