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)

32 lines (31 loc) 2.76 kB
export { ComputeEnvironmentArgs } from "./computeEnvironment"; export type ComputeEnvironment = import("./computeEnvironment").ComputeEnvironment; export declare const ComputeEnvironment: typeof import("./computeEnvironment").ComputeEnvironment; export { ConsumableResourceArgs } from "./consumableResource"; export type ConsumableResource = import("./consumableResource").ConsumableResource; export declare const ConsumableResource: typeof import("./consumableResource").ConsumableResource; export { GetComputeEnvironmentArgs, GetComputeEnvironmentResult, GetComputeEnvironmentOutputArgs } from "./getComputeEnvironment"; export declare const getComputeEnvironment: typeof import("./getComputeEnvironment").getComputeEnvironment; export declare const getComputeEnvironmentOutput: typeof import("./getComputeEnvironment").getComputeEnvironmentOutput; export { GetConsumableResourceArgs, GetConsumableResourceResult, GetConsumableResourceOutputArgs } from "./getConsumableResource"; export declare const getConsumableResource: typeof import("./getConsumableResource").getConsumableResource; export declare const getConsumableResourceOutput: typeof import("./getConsumableResource").getConsumableResourceOutput; export { GetJobDefinitionArgs, GetJobDefinitionResult, GetJobDefinitionOutputArgs } from "./getJobDefinition"; export declare const getJobDefinition: typeof import("./getJobDefinition").getJobDefinition; export declare const getJobDefinitionOutput: typeof import("./getJobDefinition").getJobDefinitionOutput; export { GetJobQueueArgs, GetJobQueueResult, GetJobQueueOutputArgs } from "./getJobQueue"; export declare const getJobQueue: typeof import("./getJobQueue").getJobQueue; export declare const getJobQueueOutput: typeof import("./getJobQueue").getJobQueueOutput; export { GetSchedulingPolicyArgs, GetSchedulingPolicyResult, GetSchedulingPolicyOutputArgs } from "./getSchedulingPolicy"; export declare const getSchedulingPolicy: typeof import("./getSchedulingPolicy").getSchedulingPolicy; export declare const getSchedulingPolicyOutput: typeof import("./getSchedulingPolicy").getSchedulingPolicyOutput; export { JobDefinitionArgs } from "./jobDefinition"; export type JobDefinition = import("./jobDefinition").JobDefinition; export declare const JobDefinition: typeof import("./jobDefinition").JobDefinition; export { JobQueueArgs } from "./jobQueue"; export type JobQueue = import("./jobQueue").JobQueue; export declare const JobQueue: typeof import("./jobQueue").JobQueue; export { SchedulingPolicyArgs } from "./schedulingPolicy"; export type SchedulingPolicy = import("./schedulingPolicy").SchedulingPolicy; export declare const SchedulingPolicy: typeof import("./schedulingPolicy").SchedulingPolicy; export * from "../types/enums/batch";