@alicloud/ecd20200930 4.16.3 → 4.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +63 -0
- package/dist/client.js +210 -0
- package/dist/client.js.map +1 -1
- package/dist/models/BatchModifyEntitlementRequest.d.ts +24 -0
- package/dist/models/BatchModifyEntitlementRequest.js.map +1 -1
- package/dist/models/BatchModifyEntitlementResponseBody.d.ts +35 -0
- package/dist/models/BatchModifyEntitlementResponseBody.js.map +1 -1
- package/dist/models/DescribeGlobalTimerBatchesRequest.d.ts +43 -0
- package/dist/models/DescribeGlobalTimerBatchesRequest.js +68 -0
- package/dist/models/DescribeGlobalTimerBatchesRequest.js.map +1 -0
- package/dist/models/DescribeGlobalTimerBatchesResponse.d.ts +19 -0
- package/dist/models/DescribeGlobalTimerBatchesResponse.js +69 -0
- package/dist/models/DescribeGlobalTimerBatchesResponse.js.map +1 -0
- package/dist/models/DescribeGlobalTimerBatchesResponseBody.d.ts +79 -0
- package/dist/models/DescribeGlobalTimerBatchesResponseBody.js +98 -0
- package/dist/models/DescribeGlobalTimerBatchesResponseBody.js.map +1 -0
- package/dist/models/DescribeGlobalTimerRecordsRequest.d.ts +107 -0
- package/dist/models/DescribeGlobalTimerRecordsRequest.js +82 -0
- package/dist/models/DescribeGlobalTimerRecordsRequest.js.map +1 -0
- package/dist/models/DescribeGlobalTimerRecordsResponse.d.ts +19 -0
- package/dist/models/DescribeGlobalTimerRecordsResponse.js +69 -0
- package/dist/models/DescribeGlobalTimerRecordsResponse.js.map +1 -0
- package/dist/models/DescribeGlobalTimerRecordsResponseBody.d.ts +128 -0
- package/dist/models/DescribeGlobalTimerRecordsResponseBody.js +106 -0
- package/dist/models/DescribeGlobalTimerRecordsResponseBody.js.map +1 -0
- package/dist/models/DescribeOfficeSitesRequest.d.ts +7 -0
- package/dist/models/DescribeOfficeSitesRequest.js.map +1 -1
- package/dist/models/DescribeRecordFileRequest.d.ts +76 -0
- package/dist/models/DescribeRecordFileRequest.js +80 -0
- package/dist/models/DescribeRecordFileRequest.js.map +1 -0
- package/dist/models/DescribeRecordFileResponse.d.ts +19 -0
- package/dist/models/DescribeRecordFileResponse.js +69 -0
- package/dist/models/DescribeRecordFileResponse.js.map +1 -0
- package/dist/models/DescribeRecordFileResponseBody.d.ts +137 -0
- package/dist/models/DescribeRecordFileResponseBody.js +138 -0
- package/dist/models/DescribeRecordFileResponseBody.js.map +1 -0
- package/dist/models/ModifyTemplateRequest.d.ts +97 -3
- package/dist/models/ModifyTemplateRequest.js.map +1 -1
- package/dist/models/ModifyTemplateResponseBody.d.ts +15 -0
- package/dist/models/ModifyTemplateResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +13 -0
- package/dist/models/model.js +47 -20
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +244 -0
- package/src/models/BatchModifyEntitlementRequest.ts +24 -0
- package/src/models/BatchModifyEntitlementResponseBody.ts +35 -0
- package/src/models/DescribeGlobalTimerBatchesRequest.ts +66 -0
- package/src/models/DescribeGlobalTimerBatchesResponse.ts +40 -0
- package/src/models/DescribeGlobalTimerBatchesResponseBody.ts +123 -0
- package/src/models/DescribeGlobalTimerRecordsRequest.ts +144 -0
- package/src/models/DescribeGlobalTimerRecordsResponse.ts +40 -0
- package/src/models/DescribeGlobalTimerRecordsResponseBody.ts +180 -0
- package/src/models/DescribeOfficeSitesRequest.ts +7 -0
- package/src/models/DescribeRecordFileRequest.ts +111 -0
- package/src/models/DescribeRecordFileResponse.ts +40 -0
- package/src/models/DescribeRecordFileResponseBody.ts +212 -0
- package/src/models/ModifyTemplateRequest.ts +97 -3
- package/src/models/ModifyTemplateResponseBody.ts +15 -0
- package/src/models/model.ts +13 -0
|
@@ -2,27 +2,44 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class BatchModifyEntitlementRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
+
* The IDs of the cloud computers for which you want to modify end users.
|
|
6
|
+
*
|
|
5
7
|
* This parameter is required.
|
|
6
8
|
*/
|
|
7
9
|
desktopId?: string[];
|
|
10
|
+
/**
|
|
11
|
+
* @remarks
|
|
12
|
+
* The IDs of the users.
|
|
13
|
+
*/
|
|
8
14
|
endUserId?: string[];
|
|
9
15
|
/**
|
|
16
|
+
* @remarks
|
|
17
|
+
* The number of cloud computers allocated to each user.
|
|
18
|
+
*
|
|
10
19
|
* @example
|
|
11
20
|
* 0
|
|
12
21
|
*/
|
|
13
22
|
maxDesktopPerUser?: number;
|
|
14
23
|
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* The number of users assigned to each cloud computer.
|
|
26
|
+
*
|
|
15
27
|
* @example
|
|
16
28
|
* 1
|
|
17
29
|
*/
|
|
18
30
|
maxUserPerDesktop?: number;
|
|
19
31
|
/**
|
|
32
|
+
* @remarks
|
|
33
|
+
* Whether to preview the assign results instead of actually assigning cloud computers.
|
|
34
|
+
*
|
|
20
35
|
* @example
|
|
21
36
|
* true
|
|
22
37
|
*/
|
|
23
38
|
preview?: boolean;
|
|
24
39
|
/**
|
|
25
40
|
* @remarks
|
|
41
|
+
* The ID of the region. Call the DescribeRegions operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
42
|
+
*
|
|
26
43
|
* This parameter is required.
|
|
27
44
|
*
|
|
28
45
|
* @example
|
|
@@ -30,6 +47,13 @@ export declare class BatchModifyEntitlementRequest extends $dara.Model {
|
|
|
30
47
|
*/
|
|
31
48
|
regionId?: string;
|
|
32
49
|
/**
|
|
50
|
+
* @remarks
|
|
51
|
+
* The disproportional assignment policy. Valid values:
|
|
52
|
+
*
|
|
53
|
+
* AVERAGE: The system preferentially guarantees that each user is assigned with at least a cloud computer. If the number of selected cloud computers cannot be proportionally assigned to the selected users, ensure that each user is assigned a cloud computer.
|
|
54
|
+
*
|
|
55
|
+
* CENTRAL: The system preferentially assigns the designated number of cloud computers to each user. If the number of selected cloud computers cannot be proportionally assigned to the selected users, ensure that each user is assigned the specified number of cloud computers.
|
|
56
|
+
*
|
|
33
57
|
* @example
|
|
34
58
|
* AVERAGE
|
|
35
59
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BatchModifyEntitlementRequest.js","sourceRoot":"","sources":["../../src/models/BatchModifyEntitlementRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"BatchModifyEntitlementRequest.js","sourceRoot":"","sources":["../../src/models/BatchModifyEntitlementRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IA2D5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,iBAAiB,EAAE,mBAAmB;YACtC,iBAAiB,EAAE,mBAAmB;YACtC,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACpD,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACpD,iBAAiB,EAAE,QAAQ;YAC3B,iBAAiB,EAAE,QAAQ;YAC3B,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhGD,sEAgGC"}
|
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class BatchModifyEntitlementResponseBodyEntitlementsAssignModels extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The cloud computer ID.
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* ecd-e94kzikmpljjx99pl
|
|
6
9
|
*/
|
|
7
10
|
desktopId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The authorized user IDs for the cloud computer.
|
|
14
|
+
*/
|
|
8
15
|
endUserIds?: string[];
|
|
9
16
|
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* The assign result for each cloud computer.
|
|
19
|
+
*
|
|
20
|
+
* Valid values:
|
|
21
|
+
*
|
|
22
|
+
* * FAILED
|
|
23
|
+
* * NOT_STARTED
|
|
24
|
+
* * STARTED
|
|
25
|
+
* * PROCESSING
|
|
26
|
+
* * FINISHED
|
|
27
|
+
*
|
|
10
28
|
* @example
|
|
11
29
|
* FINISHED
|
|
12
30
|
*/
|
|
@@ -25,11 +43,25 @@ export declare class BatchModifyEntitlementResponseBodyEntitlementsAssignModels
|
|
|
25
43
|
export declare class BatchModifyEntitlementResponseBodyEntitlements extends $dara.Model {
|
|
26
44
|
assignModels?: BatchModifyEntitlementResponseBodyEntitlementsAssignModels[];
|
|
27
45
|
/**
|
|
46
|
+
* @remarks
|
|
47
|
+
* The result.
|
|
48
|
+
*
|
|
49
|
+
* Valid values:
|
|
50
|
+
*
|
|
51
|
+
* * FAILED
|
|
52
|
+
* * NOT_STARTED
|
|
53
|
+
* * STARTED
|
|
54
|
+
* * PROCESSING
|
|
55
|
+
* * FINISHED
|
|
56
|
+
*
|
|
28
57
|
* @example
|
|
29
58
|
* FINISHED
|
|
30
59
|
*/
|
|
31
60
|
status?: string;
|
|
32
61
|
/**
|
|
62
|
+
* @remarks
|
|
63
|
+
* The task ID.
|
|
64
|
+
*
|
|
33
65
|
* @example
|
|
34
66
|
* B2F4F018-0EDF-159C-B285-117B5F1C****
|
|
35
67
|
*/
|
|
@@ -48,6 +80,9 @@ export declare class BatchModifyEntitlementResponseBodyEntitlements extends $dar
|
|
|
48
80
|
export declare class BatchModifyEntitlementResponseBody extends $dara.Model {
|
|
49
81
|
entitlements?: BatchModifyEntitlementResponseBodyEntitlements;
|
|
50
82
|
/**
|
|
83
|
+
* @remarks
|
|
84
|
+
* The request ID.
|
|
85
|
+
*
|
|
51
86
|
* @example
|
|
52
87
|
* 51592A88-0F2C-55E6-AD2C-2AD9C10D****
|
|
53
88
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BatchModifyEntitlementResponseBody.js","sourceRoot":"","sources":["../../src/models/BatchModifyEntitlementResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"BatchModifyEntitlementResponseBody.js","sourceRoot":"","sources":["../../src/models/BatchModifyEntitlementResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;IA8BzF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACrD,WAAW,EAAE,QAAQ;SACtB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;YAClC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxDD,gIAwDC;AAED,MAAa,8CAA+C,SAAQ,KAAK,CAAC,KAAK;IA0B7E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,MAAM,EAAE,QAAQ;YAChB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,0DAA0D,EAAE;YACzG,MAAM,EAAE,QAAQ;YAChB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;YACpC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC/C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApDD,wGAoDC;AAED,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IAUjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,8CAA8C;YAC5D,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,YAAY,IAAI,OAAQ,IAAI,CAAC,YAAoB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjF,IAAI,CAAC,YAAoB,CAAC,QAAQ,EAAE,CAAC;QACxC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAlCD,gFAkCC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeGlobalTimerBatchesRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* ccg-i1ruuudp92qpj****
|
|
6
|
+
*/
|
|
7
|
+
groupId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 20
|
|
11
|
+
*/
|
|
12
|
+
maxResults?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* caeba0bbb2be03f84eb48b699f0a4883
|
|
16
|
+
*/
|
|
17
|
+
nextToken?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* cn-shanghai
|
|
21
|
+
*/
|
|
22
|
+
regionId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @example
|
|
25
|
+
* cn-hangzhou
|
|
26
|
+
*/
|
|
27
|
+
searchRegionId?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @example
|
|
30
|
+
* 1
|
|
31
|
+
*/
|
|
32
|
+
timerType?: string;
|
|
33
|
+
static names(): {
|
|
34
|
+
[key: string]: string;
|
|
35
|
+
};
|
|
36
|
+
static types(): {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
};
|
|
39
|
+
validate(): void;
|
|
40
|
+
constructor(map?: {
|
|
41
|
+
[key: string]: any;
|
|
42
|
+
});
|
|
43
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.DescribeGlobalTimerBatchesRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeGlobalTimerBatchesRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
groupId: 'GroupId',
|
|
43
|
+
maxResults: 'MaxResults',
|
|
44
|
+
nextToken: 'NextToken',
|
|
45
|
+
regionId: 'RegionId',
|
|
46
|
+
searchRegionId: 'SearchRegionId',
|
|
47
|
+
timerType: 'TimerType',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
static types() {
|
|
51
|
+
return {
|
|
52
|
+
groupId: 'string',
|
|
53
|
+
maxResults: 'string',
|
|
54
|
+
nextToken: 'string',
|
|
55
|
+
regionId: 'string',
|
|
56
|
+
searchRegionId: 'string',
|
|
57
|
+
timerType: 'string',
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
validate() {
|
|
61
|
+
super.validate();
|
|
62
|
+
}
|
|
63
|
+
constructor(map) {
|
|
64
|
+
super(map);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.DescribeGlobalTimerBatchesRequest = DescribeGlobalTimerBatchesRequest;
|
|
68
|
+
//# sourceMappingURL=DescribeGlobalTimerBatchesRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeGlobalTimerBatchesRequest.js","sourceRoot":"","sources":["../../src/models/DescribeGlobalTimerBatchesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;IA+BhE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;YACpB,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;YAClB,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5DD,8EA4DC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { DescribeGlobalTimerBatchesResponseBody } from "./DescribeGlobalTimerBatchesResponseBody";
|
|
3
|
+
export declare class DescribeGlobalTimerBatchesResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: DescribeGlobalTimerBatchesResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.DescribeGlobalTimerBatchesResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const DescribeGlobalTimerBatchesResponseBody_1 = require("./DescribeGlobalTimerBatchesResponseBody");
|
|
40
|
+
class DescribeGlobalTimerBatchesResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: DescribeGlobalTimerBatchesResponseBody_1.DescribeGlobalTimerBatchesResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.DescribeGlobalTimerBatchesResponse = DescribeGlobalTimerBatchesResponse;
|
|
69
|
+
//# sourceMappingURL=DescribeGlobalTimerBatchesResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeGlobalTimerBatchesResponse.js","sourceRoot":"","sources":["../../src/models/DescribeGlobalTimerBatchesResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,qGAAkG;AAGlG,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IAIjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,+EAAsC;SAC7C,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,gFAiCC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeGlobalTimerBatchesResponseBodyResults extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* ccg-0cvfvf6u1enx1****
|
|
6
|
+
*/
|
|
7
|
+
batchId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 2023-08-03T08:27:29Z
|
|
11
|
+
*/
|
|
12
|
+
createTime?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* 0
|
|
16
|
+
*/
|
|
17
|
+
failedCount?: number;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* 0
|
|
21
|
+
*/
|
|
22
|
+
runningCount?: number;
|
|
23
|
+
/**
|
|
24
|
+
* @example
|
|
25
|
+
* 0
|
|
26
|
+
*/
|
|
27
|
+
skippedCount?: number;
|
|
28
|
+
/**
|
|
29
|
+
* @example
|
|
30
|
+
* 0
|
|
31
|
+
*/
|
|
32
|
+
succeedCount?: number;
|
|
33
|
+
/**
|
|
34
|
+
* @example
|
|
35
|
+
* TimerBoot
|
|
36
|
+
*/
|
|
37
|
+
timerType?: string;
|
|
38
|
+
static names(): {
|
|
39
|
+
[key: string]: string;
|
|
40
|
+
};
|
|
41
|
+
static types(): {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
};
|
|
44
|
+
validate(): void;
|
|
45
|
+
constructor(map?: {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
export declare class DescribeGlobalTimerBatchesResponseBody extends $dara.Model {
|
|
50
|
+
/**
|
|
51
|
+
* @example
|
|
52
|
+
* 1
|
|
53
|
+
*/
|
|
54
|
+
count?: number;
|
|
55
|
+
/**
|
|
56
|
+
* @example
|
|
57
|
+
* caeba0bbb2be03f84eb48b699f0a4883
|
|
58
|
+
*/
|
|
59
|
+
nextToken?: string;
|
|
60
|
+
/**
|
|
61
|
+
* @remarks
|
|
62
|
+
* Id of the request
|
|
63
|
+
*
|
|
64
|
+
* @example
|
|
65
|
+
* E54EB497-D7B7-5F04-B744-D8DFA7B******
|
|
66
|
+
*/
|
|
67
|
+
requestId?: string;
|
|
68
|
+
results?: DescribeGlobalTimerBatchesResponseBodyResults[];
|
|
69
|
+
static names(): {
|
|
70
|
+
[key: string]: string;
|
|
71
|
+
};
|
|
72
|
+
static types(): {
|
|
73
|
+
[key: string]: any;
|
|
74
|
+
};
|
|
75
|
+
validate(): void;
|
|
76
|
+
constructor(map?: {
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
});
|
|
79
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.DescribeGlobalTimerBatchesResponseBody = exports.DescribeGlobalTimerBatchesResponseBodyResults = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeGlobalTimerBatchesResponseBodyResults extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
batchId: 'BatchId',
|
|
43
|
+
createTime: 'CreateTime',
|
|
44
|
+
failedCount: 'FailedCount',
|
|
45
|
+
runningCount: 'RunningCount',
|
|
46
|
+
skippedCount: 'SkippedCount',
|
|
47
|
+
succeedCount: 'SucceedCount',
|
|
48
|
+
timerType: 'TimerType',
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
static types() {
|
|
52
|
+
return {
|
|
53
|
+
batchId: 'string',
|
|
54
|
+
createTime: 'string',
|
|
55
|
+
failedCount: 'number',
|
|
56
|
+
runningCount: 'number',
|
|
57
|
+
skippedCount: 'number',
|
|
58
|
+
succeedCount: 'number',
|
|
59
|
+
timerType: 'string',
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
validate() {
|
|
63
|
+
super.validate();
|
|
64
|
+
}
|
|
65
|
+
constructor(map) {
|
|
66
|
+
super(map);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.DescribeGlobalTimerBatchesResponseBodyResults = DescribeGlobalTimerBatchesResponseBodyResults;
|
|
70
|
+
class DescribeGlobalTimerBatchesResponseBody extends $dara.Model {
|
|
71
|
+
static names() {
|
|
72
|
+
return {
|
|
73
|
+
count: 'Count',
|
|
74
|
+
nextToken: 'NextToken',
|
|
75
|
+
requestId: 'RequestId',
|
|
76
|
+
results: 'Results',
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
static types() {
|
|
80
|
+
return {
|
|
81
|
+
count: 'number',
|
|
82
|
+
nextToken: 'string',
|
|
83
|
+
requestId: 'string',
|
|
84
|
+
results: { 'type': 'array', 'itemType': DescribeGlobalTimerBatchesResponseBodyResults },
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
validate() {
|
|
88
|
+
if (Array.isArray(this.results)) {
|
|
89
|
+
$dara.Model.validateArray(this.results);
|
|
90
|
+
}
|
|
91
|
+
super.validate();
|
|
92
|
+
}
|
|
93
|
+
constructor(map) {
|
|
94
|
+
super(map);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
exports.DescribeGlobalTimerBatchesResponseBody = DescribeGlobalTimerBatchesResponseBody;
|
|
98
|
+
//# sourceMappingURL=DescribeGlobalTimerBatchesResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeGlobalTimerBatchesResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeGlobalTimerBatchesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;IAoC5E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,YAAY,EAAE,cAAc;YAC5B,YAAY,EAAE,cAAc;YAC5B,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,YAAY,EAAE,QAAQ;YACtB,YAAY,EAAE,QAAQ;YACtB,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnED,sGAmEC;AAED,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAoBrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,6CAA6C,EAAE;SACxF,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;YAC/B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhDD,wFAgDC"}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeGlobalTimerRecordsRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The ID of the batch in which the scheduled task is executed.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ccg-****
|
|
9
|
+
*/
|
|
10
|
+
batchId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The cloud computer IDs.
|
|
14
|
+
*/
|
|
15
|
+
desktopIds?: string[];
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* The ID of the scheduled task group.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* ccg-0cvfvf6u1enx1****
|
|
22
|
+
*/
|
|
23
|
+
groupId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* The number of entries per page.
|
|
27
|
+
*
|
|
28
|
+
* Maximum value: 100.
|
|
29
|
+
*
|
|
30
|
+
* Default value: 10.
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* 10
|
|
34
|
+
*/
|
|
35
|
+
maxResults?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @remarks
|
|
38
|
+
* The pagination token that is used in the next request to retrieve a new page of results.
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* AAAAAV3MpHK1AP0pfERHZN5pu6nmB7qrRFJ8vmttjxPL****
|
|
42
|
+
*/
|
|
43
|
+
nextToken?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @remarks
|
|
46
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* cn-shanghai
|
|
50
|
+
*/
|
|
51
|
+
regionId?: string;
|
|
52
|
+
/**
|
|
53
|
+
* @remarks
|
|
54
|
+
* The type of the execution result. You can specify this parameter to filter the execution results.
|
|
55
|
+
*
|
|
56
|
+
* Valid values:
|
|
57
|
+
*
|
|
58
|
+
* * FAILED: The execution is successful.
|
|
59
|
+
* * FAILED: The execution failed.
|
|
60
|
+
* * RUNNING: The execution is in progress.
|
|
61
|
+
* * SKIPPED: The execution is skipped.
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* SUCCEED
|
|
65
|
+
*/
|
|
66
|
+
resultCategory?: string;
|
|
67
|
+
/**
|
|
68
|
+
* @remarks
|
|
69
|
+
* The ID of the searched region. You can specify this parameter to filter cloud computers in specific regions.
|
|
70
|
+
*
|
|
71
|
+
* @example
|
|
72
|
+
* cn-shanghai
|
|
73
|
+
*/
|
|
74
|
+
searchRegionId?: string;
|
|
75
|
+
/**
|
|
76
|
+
* @remarks
|
|
77
|
+
* The execution result of the scheduled task.
|
|
78
|
+
*
|
|
79
|
+
* Valid values:
|
|
80
|
+
*
|
|
81
|
+
* * CONNECTED_NOT_RUN: The cloud computer is connected, but the scheduled task is not executed.
|
|
82
|
+
* * PAUSED: The scheduled task is suspended.
|
|
83
|
+
* * COMPLETED: The scheduled task is executed.
|
|
84
|
+
* * FAILED: The scheduled task failed to be executed.
|
|
85
|
+
* * RUNNING: The scheduled task is being executed.
|
|
86
|
+
* * TERMINATED: The scheduled task is stopped.
|
|
87
|
+
*
|
|
88
|
+
* @example
|
|
89
|
+
* RUNNING
|
|
90
|
+
*/
|
|
91
|
+
timerResult?: string;
|
|
92
|
+
/**
|
|
93
|
+
* @remarks
|
|
94
|
+
* The scheduled tasks.
|
|
95
|
+
*/
|
|
96
|
+
timerTypes?: string[];
|
|
97
|
+
static names(): {
|
|
98
|
+
[key: string]: string;
|
|
99
|
+
};
|
|
100
|
+
static types(): {
|
|
101
|
+
[key: string]: any;
|
|
102
|
+
};
|
|
103
|
+
validate(): void;
|
|
104
|
+
constructor(map?: {
|
|
105
|
+
[key: string]: any;
|
|
106
|
+
});
|
|
107
|
+
}
|