import * as $dara from '@darabonba/typescript'; export declare class DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance extends $dara.Model { creationTime?: string; errorCode?: string; errorInfo?: string; finishTime?: string; instanceId?: string; invocationStatus?: string; startTime?: string; updateTime?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstances extends $dara.Model { invokeInstance?: DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstancesInvokeInstance[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeSendFileResultsResponseBodyInvocationsInvocationTagsTag extends $dara.Model { tagKey?: string; tagValue?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeSendFileResultsResponseBodyInvocationsInvocationTags extends $dara.Model { tag?: DescribeSendFileResultsResponseBodyInvocationsInvocationTagsTag[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeSendFileResultsResponseBodyInvocationsInvocation extends $dara.Model { content?: string; contentType?: string; creationTime?: string; description?: string; fileGroup?: string; fileMode?: string; fileOwner?: string; invocationStatus?: string; invokeId?: string; invokeInstances?: DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstances; name?: string; overwrite?: string; tags?: DescribeSendFileResultsResponseBodyInvocationsInvocationTags; targetDir?: string; vmCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeSendFileResultsResponseBodyInvocations extends $dara.Model { invocation?: DescribeSendFileResultsResponseBodyInvocationsInvocation[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeSendFileResultsResponseBody extends $dara.Model { invocations?: DescribeSendFileResultsResponseBodyInvocations; /** * @remarks * A pagination token. It can be used in the next request to retrieve a new page of results. * * @example * AAAAAdDWBF2 */ nextToken?: string; /** * @remarks * The page number. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries per page. * * @example * 10 */ pageSize?: number; /** * @remarks * The request ID. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E */ requestId?: string; /** * @remarks * The total number of file sending tasks queried. * * @example * 2 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }