@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)
26 lines (25 loc) • 2.49 kB
TypeScript
export { CloudAutonomousVmClusterArgs } from "./cloudAutonomousVmCluster";
export type CloudAutonomousVmCluster = import("./cloudAutonomousVmCluster").CloudAutonomousVmCluster;
export declare const CloudAutonomousVmCluster: typeof import("./cloudAutonomousVmCluster").CloudAutonomousVmCluster;
export { CloudExadataInfrastructureArgs } from "./cloudExadataInfrastructure";
export type CloudExadataInfrastructure = import("./cloudExadataInfrastructure").CloudExadataInfrastructure;
export declare const CloudExadataInfrastructure: typeof import("./cloudExadataInfrastructure").CloudExadataInfrastructure;
export { CloudVmClusterArgs } from "./cloudVmCluster";
export type CloudVmCluster = import("./cloudVmCluster").CloudVmCluster;
export declare const CloudVmCluster: typeof import("./cloudVmCluster").CloudVmCluster;
export { GetCloudAutonomousVmClusterArgs, GetCloudAutonomousVmClusterResult, GetCloudAutonomousVmClusterOutputArgs } from "./getCloudAutonomousVmCluster";
export declare const getCloudAutonomousVmCluster: typeof import("./getCloudAutonomousVmCluster").getCloudAutonomousVmCluster;
export declare const getCloudAutonomousVmClusterOutput: typeof import("./getCloudAutonomousVmCluster").getCloudAutonomousVmClusterOutput;
export { GetCloudExadataInfrastructureArgs, GetCloudExadataInfrastructureResult, GetCloudExadataInfrastructureOutputArgs } from "./getCloudExadataInfrastructure";
export declare const getCloudExadataInfrastructure: typeof import("./getCloudExadataInfrastructure").getCloudExadataInfrastructure;
export declare const getCloudExadataInfrastructureOutput: typeof import("./getCloudExadataInfrastructure").getCloudExadataInfrastructureOutput;
export { GetCloudVmClusterArgs, GetCloudVmClusterResult, GetCloudVmClusterOutputArgs } from "./getCloudVmCluster";
export declare const getCloudVmCluster: typeof import("./getCloudVmCluster").getCloudVmCluster;
export declare const getCloudVmClusterOutput: typeof import("./getCloudVmCluster").getCloudVmClusterOutput;
export { GetOdbNetworkArgs, GetOdbNetworkResult, GetOdbNetworkOutputArgs } from "./getOdbNetwork";
export declare const getOdbNetwork: typeof import("./getOdbNetwork").getOdbNetwork;
export declare const getOdbNetworkOutput: typeof import("./getOdbNetwork").getOdbNetworkOutput;
export { OdbNetworkArgs } from "./odbNetwork";
export type OdbNetwork = import("./odbNetwork").OdbNetwork;
export declare const OdbNetwork: typeof import("./odbNetwork").OdbNetwork;
export * from "../types/enums/odb";