import * as $dara from '@darabonba/typescript'; export declare class DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry extends $dara.Model { aclEntryComment?: string; aclEntryIp?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeAccessControlListAttributeResponseBodyAclEntrys extends $dara.Model { aclEntry?: DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeAccessControlListAttributeResponseBody extends $dara.Model { aclEntrys?: DescribeAccessControlListAttributeResponseBodyAclEntrys; /** * @remarks * The ID of the access control policy. * * @example * acl-uf6fpfdg3b5muska7uqem */ aclId?: string; /** * @remarks * The name of the access control policy. * * @example * testAcl */ aclName?: string; /** * @remarks * The IP protocol version. Valid values: **ipv4** and **ipv6**. * * @example * ipv4 */ addressIPVersion?: string; /** * @remarks * The ID of the request. * * @example * CEF72CEB-54B6-4AE8-B225-F876FF7BZ015 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }