import * as $dara from '@darabonba/typescript'; export declare class ModifyCloudAssistantSettingsShrinkRequest extends $dara.Model { /** * @remarks * The configurations for upgrading Cloud Assistant Agent. */ agentUpgradeConfigShrink?: string; /** * @remarks * The configurations for delivering records to Object Storage Service (OSS). */ ossDeliveryConfigShrink?: string; ownerAccount?: string; ownerId?: number; /** * @remarks * The region ID. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; resourceUsageConfigShrink?: string; /** * @remarks * Cloud Assistant Session Manager configuration. */ sessionManagerConfigShrink?: string; /** * @remarks * The Cloud Assistant feature. Set SettingType to one of the following valid values: * * * SessionManagerDelivery: the Session Record Delivery configurations. * * InvocationDelivery: the Operation Content and Result Delivery configurations. * * AgentUpgradeConfig: the Cloud Assistant Agent Upgrade configurations. * * SessionManagerConfig: Cloud Assistant the SessionManager configuration. * * This parameter is required. * * @example * SessionManagerDelivery */ settingType?: string; /** * @remarks * The configurations for delivering records to Simple Log Service. */ slsDeliveryConfigShrink?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }