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)

38 lines (37 loc) 3.13 kB
export { DevicePoolArgs } from "./devicePool"; export type DevicePool = import("./devicePool").DevicePool; export declare const DevicePool: typeof import("./devicePool").DevicePool; export { GetDevicePoolArgs, GetDevicePoolResult, GetDevicePoolOutputArgs } from "./getDevicePool"; export declare const getDevicePool: typeof import("./getDevicePool").getDevicePool; export declare const getDevicePoolOutput: typeof import("./getDevicePool").getDevicePoolOutput; export { GetInstanceProfileArgs, GetInstanceProfileResult, GetInstanceProfileOutputArgs } from "./getInstanceProfile"; export declare const getInstanceProfile: typeof import("./getInstanceProfile").getInstanceProfile; export declare const getInstanceProfileOutput: typeof import("./getInstanceProfile").getInstanceProfileOutput; export { GetNetworkProfileArgs, GetNetworkProfileResult, GetNetworkProfileOutputArgs } from "./getNetworkProfile"; export declare const getNetworkProfile: typeof import("./getNetworkProfile").getNetworkProfile; export declare const getNetworkProfileOutput: typeof import("./getNetworkProfile").getNetworkProfileOutput; export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject"; export declare const getProject: typeof import("./getProject").getProject; export declare const getProjectOutput: typeof import("./getProject").getProjectOutput; export { GetTestGridProjectArgs, GetTestGridProjectResult, GetTestGridProjectOutputArgs } from "./getTestGridProject"; export declare const getTestGridProject: typeof import("./getTestGridProject").getTestGridProject; export declare const getTestGridProjectOutput: typeof import("./getTestGridProject").getTestGridProjectOutput; export { GetVpceConfigurationArgs, GetVpceConfigurationResult, GetVpceConfigurationOutputArgs } from "./getVpceConfiguration"; export declare const getVpceConfiguration: typeof import("./getVpceConfiguration").getVpceConfiguration; export declare const getVpceConfigurationOutput: typeof import("./getVpceConfiguration").getVpceConfigurationOutput; export { InstanceProfileArgs } from "./instanceProfile"; export type InstanceProfile = import("./instanceProfile").InstanceProfile; export declare const InstanceProfile: typeof import("./instanceProfile").InstanceProfile; export { NetworkProfileArgs } from "./networkProfile"; export type NetworkProfile = import("./networkProfile").NetworkProfile; export declare const NetworkProfile: typeof import("./networkProfile").NetworkProfile; export { ProjectArgs } from "./project"; export type Project = import("./project").Project; export declare const Project: typeof import("./project").Project; export { TestGridProjectArgs } from "./testGridProject"; export type TestGridProject = import("./testGridProject").TestGridProject; export declare const TestGridProject: typeof import("./testGridProject").TestGridProject; export { VpceConfigurationArgs } from "./vpceConfiguration"; export type VpceConfiguration = import("./vpceConfiguration").VpceConfiguration; export declare const VpceConfiguration: typeof import("./vpceConfiguration").VpceConfiguration; export * from "../types/enums/devicefarm";