import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getAuthenticatedOriginPullsHostnameCertificates(args: GetAuthenticatedOriginPullsHostnameCertificatesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getAuthenticatedOriginPullsHostnameCertificates. */ export interface GetAuthenticatedOriginPullsHostnameCertificatesArgs { maxItems?: number; zoneId: string; } /** * A collection of values returned by getAuthenticatedOriginPullsHostnameCertificates. */ export interface GetAuthenticatedOriginPullsHostnameCertificatesResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly maxItems?: number; readonly results: outputs.GetAuthenticatedOriginPullsHostnameCertificatesResult[]; readonly zoneId: string; } export declare function getAuthenticatedOriginPullsHostnameCertificatesOutput(args: GetAuthenticatedOriginPullsHostnameCertificatesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getAuthenticatedOriginPullsHostnameCertificates. */ export interface GetAuthenticatedOriginPullsHostnameCertificatesOutputArgs { maxItems?: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getAuthenticatedOriginPullsHostnameCertificates.d.ts.map