import * as $dara from '@darabonba/typescript'; export declare class GetIntegrationStateRequest extends $dara.Model { /** * @remarks * The ID of the Container Service for Kubernetes (ACK) cluster. * * This parameter is required. * * @example * cc7a37ee31aea4ed1a059eff8034b**** */ clusterId?: string; /** * @remarks * The abbreviation of the software that is supported by ARMS. Valid values (case-insensitive): `ASM`, `IoT`, and `Flink`. * * This parameter is required. * * @example * asm */ integration?: string; /** * @remarks * The ID of the region. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }