import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; export declare function getAccountDnsSettingsInternalViews(args: GetAccountDnsSettingsInternalViewsArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getAccountDnsSettingsInternalViews. */ export interface GetAccountDnsSettingsInternalViewsArgs { accountId: string; direction?: string; match?: string; maxItems?: number; name?: inputs.GetAccountDnsSettingsInternalViewsName; order?: string; zoneId?: string; zoneName?: string; } /** * A collection of values returned by getAccountDnsSettingsInternalViews. */ export interface GetAccountDnsSettingsInternalViewsResult { readonly accountId: string; readonly direction: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly match: string; readonly maxItems?: number; readonly name?: outputs.GetAccountDnsSettingsInternalViewsName; readonly order?: string; readonly results: outputs.GetAccountDnsSettingsInternalViewsResult[]; readonly zoneId?: string; readonly zoneName?: string; } export declare function getAccountDnsSettingsInternalViewsOutput(args: GetAccountDnsSettingsInternalViewsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getAccountDnsSettingsInternalViews. */ export interface GetAccountDnsSettingsInternalViewsOutputArgs { accountId: pulumi.Input; direction?: pulumi.Input; match?: pulumi.Input; maxItems?: pulumi.Input; name?: pulumi.Input; order?: pulumi.Input; zoneId?: pulumi.Input; zoneName?: pulumi.Input; } //# sourceMappingURL=getAccountDnsSettingsInternalViews.d.ts.map