import * as pulumi from "@pulumi/pulumi"; export declare function getApiShieldSchema(args: GetApiShieldSchemaArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getApiShieldSchema. */ export interface GetApiShieldSchemaArgs { omitSource?: boolean; schemaId: string; zoneId: string; } /** * A collection of values returned by getApiShieldSchema. */ export interface GetApiShieldSchemaResult { readonly createdAt: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly kind: string; readonly name: string; readonly omitSource: boolean; readonly schemaId: string; readonly source: string; readonly validationEnabled: boolean; readonly zoneId: string; } export declare function getApiShieldSchemaOutput(args: GetApiShieldSchemaOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getApiShieldSchema. */ export interface GetApiShieldSchemaOutputArgs { omitSource?: pulumi.Input; schemaId: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getApiShieldSchema.d.ts.map