UNPKG

@pulumi/aws

Version:

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

19 lines (18 loc) 1.26 kB
export { DevicePoolArgs, DevicePoolState } from "./devicePool"; export type DevicePool = import("./devicePool").DevicePool; export declare const DevicePool: typeof import("./devicePool").DevicePool; export { InstanceProfileArgs, InstanceProfileState } from "./instanceProfile"; export type InstanceProfile = import("./instanceProfile").InstanceProfile; export declare const InstanceProfile: typeof import("./instanceProfile").InstanceProfile; export { NetworkProfileArgs, NetworkProfileState } from "./networkProfile"; export type NetworkProfile = import("./networkProfile").NetworkProfile; export declare const NetworkProfile: typeof import("./networkProfile").NetworkProfile; export { ProjectArgs, ProjectState } from "./project"; export type Project = import("./project").Project; export declare const Project: typeof import("./project").Project; export { TestGridProjectArgs, TestGridProjectState } from "./testGridProject"; export type TestGridProject = import("./testGridProject").TestGridProject; export declare const TestGridProject: typeof import("./testGridProject").TestGridProject; export { UploadArgs, UploadState } from "./upload"; export type Upload = import("./upload").Upload; export declare const Upload: typeof import("./upload").Upload;