import * as $dara from '@darabonba/typescript'; export declare class DescribeCloudResourceStatusResponseBodyData extends $dara.Model { /** * @remarks * The cloud service provider. * * @example * aliyun */ cloudName?: string; /** * @remarks * The cloud service. * * @example * OSS */ cloudProduct?: string; /** * @remarks * The total number of cloud resources on which certificates are deployed. * * @example * 2 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeCloudResourceStatusResponseBody extends $dara.Model { /** * @remarks * The response parameters. */ data?: DescribeCloudResourceStatusResponseBodyData[]; /** * @remarks * The request ID. * * @example * 09470F19-CEE8-5C63-BF2C-02B5E3F07A17 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }