@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)
62 lines (61 loc) • 4.64 kB
TypeScript
export { FarmArgs } from "./farm";
export type Farm = import("./farm").Farm;
export declare const Farm: typeof import("./farm").Farm;
export { FleetArgs } from "./fleet";
export type Fleet = import("./fleet").Fleet;
export declare const Fleet: typeof import("./fleet").Fleet;
export { GetFarmArgs, GetFarmResult, GetFarmOutputArgs } from "./getFarm";
export declare const getFarm: typeof import("./getFarm").getFarm;
export declare const getFarmOutput: typeof import("./getFarm").getFarmOutput;
export { GetFleetArgs, GetFleetResult, GetFleetOutputArgs } from "./getFleet";
export declare const getFleet: typeof import("./getFleet").getFleet;
export declare const getFleetOutput: typeof import("./getFleet").getFleetOutput;
export { GetLicenseEndpointArgs, GetLicenseEndpointResult, GetLicenseEndpointOutputArgs } from "./getLicenseEndpoint";
export declare const getLicenseEndpoint: typeof import("./getLicenseEndpoint").getLicenseEndpoint;
export declare const getLicenseEndpointOutput: typeof import("./getLicenseEndpoint").getLicenseEndpointOutput;
export { GetLimitArgs, GetLimitResult, GetLimitOutputArgs } from "./getLimit";
export declare const getLimit: typeof import("./getLimit").getLimit;
export declare const getLimitOutput: typeof import("./getLimit").getLimitOutput;
export { GetMeteredProductArgs, GetMeteredProductResult, GetMeteredProductOutputArgs } from "./getMeteredProduct";
export declare const getMeteredProduct: typeof import("./getMeteredProduct").getMeteredProduct;
export declare const getMeteredProductOutput: typeof import("./getMeteredProduct").getMeteredProductOutput;
export { GetMonitorArgs, GetMonitorResult, GetMonitorOutputArgs } from "./getMonitor";
export declare const getMonitor: typeof import("./getMonitor").getMonitor;
export declare const getMonitorOutput: typeof import("./getMonitor").getMonitorOutput;
export { GetQueueArgs, GetQueueResult, GetQueueOutputArgs } from "./getQueue";
export declare const getQueue: typeof import("./getQueue").getQueue;
export declare const getQueueOutput: typeof import("./getQueue").getQueueOutput;
export { GetQueueEnvironmentArgs, GetQueueEnvironmentResult, GetQueueEnvironmentOutputArgs } from "./getQueueEnvironment";
export declare const getQueueEnvironment: typeof import("./getQueueEnvironment").getQueueEnvironment;
export declare const getQueueEnvironmentOutput: typeof import("./getQueueEnvironment").getQueueEnvironmentOutput;
export { GetStorageProfileArgs, GetStorageProfileResult, GetStorageProfileOutputArgs } from "./getStorageProfile";
export declare const getStorageProfile: typeof import("./getStorageProfile").getStorageProfile;
export declare const getStorageProfileOutput: typeof import("./getStorageProfile").getStorageProfileOutput;
export { LicenseEndpointArgs } from "./licenseEndpoint";
export type LicenseEndpoint = import("./licenseEndpoint").LicenseEndpoint;
export declare const LicenseEndpoint: typeof import("./licenseEndpoint").LicenseEndpoint;
export { LimitArgs } from "./limit";
export type Limit = import("./limit").Limit;
export declare const Limit: typeof import("./limit").Limit;
export { MeteredProductArgs } from "./meteredProduct";
export type MeteredProduct = import("./meteredProduct").MeteredProduct;
export declare const MeteredProduct: typeof import("./meteredProduct").MeteredProduct;
export { MonitorArgs } from "./monitor";
export type Monitor = import("./monitor").Monitor;
export declare const Monitor: typeof import("./monitor").Monitor;
export { QueueArgs } from "./queue";
export type Queue = import("./queue").Queue;
export declare const Queue: typeof import("./queue").Queue;
export { QueueEnvironmentArgs } from "./queueEnvironment";
export type QueueEnvironment = import("./queueEnvironment").QueueEnvironment;
export declare const QueueEnvironment: typeof import("./queueEnvironment").QueueEnvironment;
export { QueueFleetAssociationArgs } from "./queueFleetAssociation";
export type QueueFleetAssociation = import("./queueFleetAssociation").QueueFleetAssociation;
export declare const QueueFleetAssociation: typeof import("./queueFleetAssociation").QueueFleetAssociation;
export { QueueLimitAssociationArgs } from "./queueLimitAssociation";
export type QueueLimitAssociation = import("./queueLimitAssociation").QueueLimitAssociation;
export declare const QueueLimitAssociation: typeof import("./queueLimitAssociation").QueueLimitAssociation;
export { StorageProfileArgs } from "./storageProfile";
export type StorageProfile = import("./storageProfile").StorageProfile;
export declare const StorageProfile: typeof import("./storageProfile").StorageProfile;
export * from "../types/enums/deadline";