import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; export declare function getShape(args: GetShapeArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getShape. */ export interface GetShapeArgs { availabilityDomain?: string; compartmentId: string; filters?: inputs.Core.GetShapeFilter[]; imageId?: string; shape?: string; } /** * A collection of values returned by getShape. */ export interface GetShapeResult { readonly availabilityDomain?: string; readonly compartmentId: string; readonly filters?: outputs.Core.GetShapeFilter[]; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly imageId?: string; readonly shape?: string; readonly shapes: outputs.Core.GetShapeShape[]; } export declare function getShapeOutput(args: GetShapeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getShape. */ export interface GetShapeOutputArgs { availabilityDomain?: pulumi.Input; compartmentId: pulumi.Input; filters?: pulumi.Input[] | undefined>; imageId?: pulumi.Input; shape?: pulumi.Input; } //# sourceMappingURL=getShape.d.ts.map