@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)
25 lines (24 loc) • 1.88 kB
TypeScript
export { CellArgs } from "./cell";
export type Cell = import("./cell").Cell;
export declare const Cell: typeof import("./cell").Cell;
export { GetCellArgs, GetCellResult, GetCellOutputArgs } from "./getCell";
export declare const getCell: typeof import("./getCell").getCell;
export declare const getCellOutput: typeof import("./getCell").getCellOutput;
export { GetReadinessCheckArgs, GetReadinessCheckResult, GetReadinessCheckOutputArgs } from "./getReadinessCheck";
export declare const getReadinessCheck: typeof import("./getReadinessCheck").getReadinessCheck;
export declare const getReadinessCheckOutput: typeof import("./getReadinessCheck").getReadinessCheckOutput;
export { GetRecoveryGroupArgs, GetRecoveryGroupResult, GetRecoveryGroupOutputArgs } from "./getRecoveryGroup";
export declare const getRecoveryGroup: typeof import("./getRecoveryGroup").getRecoveryGroup;
export declare const getRecoveryGroupOutput: typeof import("./getRecoveryGroup").getRecoveryGroupOutput;
export { GetResourceSetArgs, GetResourceSetResult, GetResourceSetOutputArgs } from "./getResourceSet";
export declare const getResourceSet: typeof import("./getResourceSet").getResourceSet;
export declare const getResourceSetOutput: typeof import("./getResourceSet").getResourceSetOutput;
export { ReadinessCheckArgs } from "./readinessCheck";
export type ReadinessCheck = import("./readinessCheck").ReadinessCheck;
export declare const ReadinessCheck: typeof import("./readinessCheck").ReadinessCheck;
export { RecoveryGroupArgs } from "./recoveryGroup";
export type RecoveryGroup = import("./recoveryGroup").RecoveryGroup;
export declare const RecoveryGroup: typeof import("./recoveryGroup").RecoveryGroup;
export { ResourceSetArgs } from "./resourceSet";
export type ResourceSet = import("./resourceSet").ResourceSet;
export declare const ResourceSet: typeof import("./resourceSet").ResourceSet;