import * as $dara from '@darabonba/typescript'; export declare class DescribeCloudResourceStatusRequest extends $dara.Model { /** * @remarks * The AccessKey secret used to access cloud resources. * * > You can call the [ListCloudAccess](https://help.aliyun.com/document_detail/2712219.html) operation to obtain the ID. * * @example * AKID9AHG6iCZlncN7yPmOsQ1X****** */ secretId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }