@alicloud/polardb20170801 6.4.1 → 6.6.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.
Files changed (81) hide show
  1. package/dist/client.d.ts +98 -0
  2. package/dist/client.js +372 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/DescribeAidbclusterTaskLogFilesRequest.d.ts +65 -0
  5. package/dist/models/DescribeAidbclusterTaskLogFilesRequest.js +72 -0
  6. package/dist/models/DescribeAidbclusterTaskLogFilesRequest.js.map +1 -0
  7. package/dist/models/DescribeAidbclusterTaskLogFilesResponse.d.ts +19 -0
  8. package/dist/models/DescribeAidbclusterTaskLogFilesResponse.js +69 -0
  9. package/dist/models/DescribeAidbclusterTaskLogFilesResponse.js.map +1 -0
  10. package/dist/models/DescribeAidbclusterTaskLogFilesResponseBody.d.ts +87 -0
  11. package/dist/models/DescribeAidbclusterTaskLogFilesResponseBody.js +118 -0
  12. package/dist/models/DescribeAidbclusterTaskLogFilesResponseBody.js.map +1 -0
  13. package/dist/models/DescribeAidbclusterTaskMetricsRequest.d.ts +62 -0
  14. package/dist/models/DescribeAidbclusterTaskMetricsRequest.js +72 -0
  15. package/dist/models/DescribeAidbclusterTaskMetricsRequest.js.map +1 -0
  16. package/dist/models/DescribeAidbclusterTaskMetricsResponse.d.ts +19 -0
  17. package/dist/models/DescribeAidbclusterTaskMetricsResponse.js +69 -0
  18. package/dist/models/DescribeAidbclusterTaskMetricsResponse.js.map +1 -0
  19. package/dist/models/DescribeAidbclusterTaskMetricsResponseBody.d.ts +124 -0
  20. package/dist/models/DescribeAidbclusterTaskMetricsResponseBody.js +135 -0
  21. package/dist/models/DescribeAidbclusterTaskMetricsResponseBody.js.map +1 -0
  22. package/dist/models/DescribePolarAgentChatRecordsRequest.d.ts +26 -0
  23. package/dist/models/DescribePolarAgentChatRecordsRequest.js +60 -0
  24. package/dist/models/DescribePolarAgentChatRecordsRequest.js.map +1 -0
  25. package/dist/models/DescribePolarAgentChatRecordsResponse.d.ts +19 -0
  26. package/dist/models/DescribePolarAgentChatRecordsResponse.js +69 -0
  27. package/dist/models/DescribePolarAgentChatRecordsResponse.js.map +1 -0
  28. package/dist/models/DescribePolarAgentChatRecordsResponseBody.d.ts +59 -0
  29. package/dist/models/DescribePolarAgentChatRecordsResponseBody.js +90 -0
  30. package/dist/models/DescribePolarAgentChatRecordsResponseBody.js.map +1 -0
  31. package/dist/models/DescribePolarAgentSessionStatusRequest.d.ts +26 -0
  32. package/dist/models/DescribePolarAgentSessionStatusRequest.js +60 -0
  33. package/dist/models/DescribePolarAgentSessionStatusRequest.js.map +1 -0
  34. package/dist/models/DescribePolarAgentSessionStatusResponse.d.ts +19 -0
  35. package/dist/models/DescribePolarAgentSessionStatusResponse.js +69 -0
  36. package/dist/models/DescribePolarAgentSessionStatusResponse.js.map +1 -0
  37. package/dist/models/DescribePolarAgentSessionStatusResponseBody.d.ts +23 -0
  38. package/dist/models/DescribePolarAgentSessionStatusResponseBody.js +60 -0
  39. package/dist/models/DescribePolarAgentSessionStatusResponseBody.js.map +1 -0
  40. package/dist/models/DescribePolarAgentUserSessionsRequest.d.ts +18 -0
  41. package/dist/models/DescribePolarAgentUserSessionsRequest.js +58 -0
  42. package/dist/models/DescribePolarAgentUserSessionsRequest.js.map +1 -0
  43. package/dist/models/DescribePolarAgentUserSessionsResponse.d.ts +19 -0
  44. package/dist/models/DescribePolarAgentUserSessionsResponse.js +69 -0
  45. package/dist/models/DescribePolarAgentUserSessionsResponse.js.map +1 -0
  46. package/dist/models/DescribePolarAgentUserSessionsResponseBody.d.ts +46 -0
  47. package/dist/models/DescribePolarAgentUserSessionsResponseBody.js +86 -0
  48. package/dist/models/DescribePolarAgentUserSessionsResponseBody.js.map +1 -0
  49. package/dist/models/GetPolarAgentRequest.d.ts +36 -0
  50. package/dist/models/GetPolarAgentRequest.js +64 -0
  51. package/dist/models/GetPolarAgentRequest.js.map +1 -0
  52. package/dist/models/GetPolarAgentResponse.d.ts +19 -0
  53. package/dist/models/GetPolarAgentResponse.js +69 -0
  54. package/dist/models/GetPolarAgentResponse.js.map +1 -0
  55. package/dist/models/GetPolarAgentResponseBody.d.ts +105 -0
  56. package/dist/models/GetPolarAgentResponseBody.js +124 -0
  57. package/dist/models/GetPolarAgentResponseBody.js.map +1 -0
  58. package/dist/models/model.d.ts +26 -0
  59. package/dist/models/model.js +75 -22
  60. package/dist/models/model.js.map +1 -1
  61. package/package.json +1 -1
  62. package/src/client.ts +384 -0
  63. package/src/models/DescribeAidbclusterTaskLogFilesRequest.ts +92 -0
  64. package/src/models/DescribeAidbclusterTaskLogFilesResponse.ts +40 -0
  65. package/src/models/DescribeAidbclusterTaskLogFilesResponseBody.ts +142 -0
  66. package/src/models/DescribeAidbclusterTaskMetricsRequest.ts +89 -0
  67. package/src/models/DescribeAidbclusterTaskMetricsResponse.ts +40 -0
  68. package/src/models/DescribeAidbclusterTaskMetricsResponseBody.ts +194 -0
  69. package/src/models/DescribePolarAgentChatRecordsRequest.ts +41 -0
  70. package/src/models/DescribePolarAgentChatRecordsResponse.ts +40 -0
  71. package/src/models/DescribePolarAgentChatRecordsResponseBody.ts +95 -0
  72. package/src/models/DescribePolarAgentSessionStatusRequest.ts +41 -0
  73. package/src/models/DescribePolarAgentSessionStatusResponse.ts +40 -0
  74. package/src/models/DescribePolarAgentSessionStatusResponseBody.ts +38 -0
  75. package/src/models/DescribePolarAgentUserSessionsRequest.ts +31 -0
  76. package/src/models/DescribePolarAgentUserSessionsResponse.ts +40 -0
  77. package/src/models/DescribePolarAgentUserSessionsResponseBody.ts +78 -0
  78. package/src/models/GetPolarAgentRequest.ts +55 -0
  79. package/src/models/GetPolarAgentResponse.ts +40 -0
  80. package/src/models/GetPolarAgentResponseBody.ts +166 -0
  81. package/src/models/model.ts +26 -0
@@ -0,0 +1,65 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class DescribeAIDBClusterTaskLogFilesRequest extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * This parameter is required.
6
+ *
7
+ * @example
8
+ * pm-bp10gr***
9
+ */
10
+ DBClusterId?: string;
11
+ /**
12
+ * @remarks
13
+ * This parameter is required.
14
+ *
15
+ * @example
16
+ * 2026-01-15T15:00:00Z
17
+ */
18
+ endTime?: string;
19
+ /**
20
+ * @remarks
21
+ * This parameter is required.
22
+ *
23
+ * @example
24
+ * sls
25
+ */
26
+ logType?: string;
27
+ /**
28
+ * @example
29
+ * 1
30
+ */
31
+ pageNumber?: number;
32
+ /**
33
+ * @example
34
+ * 100
35
+ */
36
+ pageSize?: number;
37
+ /**
38
+ * @example
39
+ * pc-bp10ze***
40
+ */
41
+ relativeDBClusterId?: string;
42
+ /**
43
+ * @example
44
+ * false
45
+ */
46
+ reverse?: boolean;
47
+ /**
48
+ * @remarks
49
+ * This parameter is required.
50
+ *
51
+ * @example
52
+ * 2026-01-15T14:00:00Z
53
+ */
54
+ startTime?: string;
55
+ static names(): {
56
+ [key: string]: string;
57
+ };
58
+ static types(): {
59
+ [key: string]: any;
60
+ };
61
+ validate(): void;
62
+ constructor(map?: {
63
+ [key: string]: any;
64
+ });
65
+ }
@@ -0,0 +1,72 @@
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.DescribeAIDBClusterTaskLogFilesRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class DescribeAIDBClusterTaskLogFilesRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ DBClusterId: 'DBClusterId',
43
+ endTime: 'EndTime',
44
+ logType: 'LogType',
45
+ pageNumber: 'PageNumber',
46
+ pageSize: 'PageSize',
47
+ relativeDBClusterId: 'RelativeDBClusterId',
48
+ reverse: 'Reverse',
49
+ startTime: 'StartTime',
50
+ };
51
+ }
52
+ static types() {
53
+ return {
54
+ DBClusterId: 'string',
55
+ endTime: 'string',
56
+ logType: 'string',
57
+ pageNumber: 'number',
58
+ pageSize: 'number',
59
+ relativeDBClusterId: 'string',
60
+ reverse: 'boolean',
61
+ startTime: 'string',
62
+ };
63
+ }
64
+ validate() {
65
+ super.validate();
66
+ }
67
+ constructor(map) {
68
+ super(map);
69
+ }
70
+ }
71
+ exports.DescribeAIDBClusterTaskLogFilesRequest = DescribeAIDBClusterTaskLogFilesRequest;
72
+ //# sourceMappingURL=DescribeAidbclusterTaskLogFilesRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeAidbclusterTaskLogFilesRequest.js","sourceRoot":"","sources":["../../src/models/DescribeAidbclusterTaskLogFilesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAqDrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,mBAAmB,EAAE,qBAAqB;YAC1C,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,mBAAmB,EAAE,QAAQ;YAC7B,OAAO,EAAE,SAAS;YAClB,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;AAtFD,wFAsFC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { DescribeAIDBClusterTaskLogFilesResponseBody } from "./DescribeAidbclusterTaskLogFilesResponseBody";
3
+ export declare class DescribeAIDBClusterTaskLogFilesResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: DescribeAIDBClusterTaskLogFilesResponseBody;
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.DescribeAIDBClusterTaskLogFilesResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const DescribeAidbclusterTaskLogFilesResponseBody_1 = require("./DescribeAidbclusterTaskLogFilesResponseBody");
40
+ class DescribeAIDBClusterTaskLogFilesResponse 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: DescribeAidbclusterTaskLogFilesResponseBody_1.DescribeAIDBClusterTaskLogFilesResponseBody,
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.DescribeAIDBClusterTaskLogFilesResponse = DescribeAIDBClusterTaskLogFilesResponse;
69
+ //# sourceMappingURL=DescribeAidbclusterTaskLogFilesResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeAidbclusterTaskLogFilesResponse.js","sourceRoot":"","sources":["../../src/models/DescribeAidbclusterTaskLogFilesResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+GAA4G;AAG5G,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;IAItE,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,yFAA2C;SAClD,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,0FAiCC"}
@@ -0,0 +1,87 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class DescribeAIDBClusterTaskLogFilesResponseBodyItemsSlsLogItems extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * 2026-01-15T14:13:50.830295892Z
6
+ */
7
+ logTime?: string;
8
+ /**
9
+ * @example
10
+ * test
11
+ */
12
+ message?: string;
13
+ /**
14
+ * @example
15
+ * 1765677660
16
+ */
17
+ timestamp?: string;
18
+ static names(): {
19
+ [key: string]: string;
20
+ };
21
+ static types(): {
22
+ [key: string]: any;
23
+ };
24
+ validate(): void;
25
+ constructor(map?: {
26
+ [key: string]: any;
27
+ });
28
+ }
29
+ export declare class DescribeAIDBClusterTaskLogFilesResponseBodyItems extends $dara.Model {
30
+ slsLogItems?: DescribeAIDBClusterTaskLogFilesResponseBodyItemsSlsLogItems[];
31
+ static names(): {
32
+ [key: string]: string;
33
+ };
34
+ static types(): {
35
+ [key: string]: any;
36
+ };
37
+ validate(): void;
38
+ constructor(map?: {
39
+ [key: string]: any;
40
+ });
41
+ }
42
+ export declare class DescribeAIDBClusterTaskLogFilesResponseBody extends $dara.Model {
43
+ /**
44
+ * @example
45
+ * 2026-01-15T15:00:00Z
46
+ */
47
+ endTime?: string;
48
+ items?: DescribeAIDBClusterTaskLogFilesResponseBodyItems;
49
+ /**
50
+ * @example
51
+ * 1
52
+ */
53
+ pageNumber?: number;
54
+ /**
55
+ * @example
56
+ * 7
57
+ */
58
+ pageRecordCount?: number;
59
+ /**
60
+ * @example
61
+ * 30
62
+ */
63
+ pageSize?: number;
64
+ /**
65
+ * @remarks
66
+ * Id of the request
67
+ *
68
+ * @example
69
+ * 7E2FE3BB-C677-5FF9-9FC5-9CF364BD6BE5
70
+ */
71
+ requestId?: string;
72
+ /**
73
+ * @example
74
+ * 2026-01-15T14:00:00Z
75
+ */
76
+ startTime?: string;
77
+ static names(): {
78
+ [key: string]: string;
79
+ };
80
+ static types(): {
81
+ [key: string]: any;
82
+ };
83
+ validate(): void;
84
+ constructor(map?: {
85
+ [key: string]: any;
86
+ });
87
+ }
@@ -0,0 +1,118 @@
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.DescribeAIDBClusterTaskLogFilesResponseBody = exports.DescribeAIDBClusterTaskLogFilesResponseBodyItems = exports.DescribeAIDBClusterTaskLogFilesResponseBodyItemsSlsLogItems = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class DescribeAIDBClusterTaskLogFilesResponseBodyItemsSlsLogItems extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ logTime: 'LogTime',
43
+ message: 'Message',
44
+ timestamp: 'Timestamp',
45
+ };
46
+ }
47
+ static types() {
48
+ return {
49
+ logTime: 'string',
50
+ message: 'string',
51
+ timestamp: 'string',
52
+ };
53
+ }
54
+ validate() {
55
+ super.validate();
56
+ }
57
+ constructor(map) {
58
+ super(map);
59
+ }
60
+ }
61
+ exports.DescribeAIDBClusterTaskLogFilesResponseBodyItemsSlsLogItems = DescribeAIDBClusterTaskLogFilesResponseBodyItemsSlsLogItems;
62
+ class DescribeAIDBClusterTaskLogFilesResponseBodyItems extends $dara.Model {
63
+ static names() {
64
+ return {
65
+ slsLogItems: 'SlsLogItems',
66
+ };
67
+ }
68
+ static types() {
69
+ return {
70
+ slsLogItems: { 'type': 'array', 'itemType': DescribeAIDBClusterTaskLogFilesResponseBodyItemsSlsLogItems },
71
+ };
72
+ }
73
+ validate() {
74
+ if (Array.isArray(this.slsLogItems)) {
75
+ $dara.Model.validateArray(this.slsLogItems);
76
+ }
77
+ super.validate();
78
+ }
79
+ constructor(map) {
80
+ super(map);
81
+ }
82
+ }
83
+ exports.DescribeAIDBClusterTaskLogFilesResponseBodyItems = DescribeAIDBClusterTaskLogFilesResponseBodyItems;
84
+ class DescribeAIDBClusterTaskLogFilesResponseBody extends $dara.Model {
85
+ static names() {
86
+ return {
87
+ endTime: 'EndTime',
88
+ items: 'Items',
89
+ pageNumber: 'PageNumber',
90
+ pageRecordCount: 'PageRecordCount',
91
+ pageSize: 'PageSize',
92
+ requestId: 'RequestId',
93
+ startTime: 'StartTime',
94
+ };
95
+ }
96
+ static types() {
97
+ return {
98
+ endTime: 'string',
99
+ items: DescribeAIDBClusterTaskLogFilesResponseBodyItems,
100
+ pageNumber: 'number',
101
+ pageRecordCount: 'number',
102
+ pageSize: 'number',
103
+ requestId: 'string',
104
+ startTime: 'string',
105
+ };
106
+ }
107
+ validate() {
108
+ if (this.items && typeof this.items.validate === 'function') {
109
+ this.items.validate();
110
+ }
111
+ super.validate();
112
+ }
113
+ constructor(map) {
114
+ super(map);
115
+ }
116
+ }
117
+ exports.DescribeAIDBClusterTaskLogFilesResponseBody = DescribeAIDBClusterTaskLogFilesResponseBody;
118
+ //# sourceMappingURL=DescribeAidbclusterTaskLogFilesResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeAidbclusterTaskLogFilesResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeAidbclusterTaskLogFilesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2DAA4D,SAAQ,KAAK,CAAC,KAAK;IAgB1F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,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;AAvCD,kIAuCC;AAED,MAAa,gDAAiD,SAAQ,KAAK,CAAC,KAAK;IAE/E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,2DAA2D,EAAE;SAC1G,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YACnC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,4GAwBC;AAED,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IAmC1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,OAAO;YACd,UAAU,EAAE,YAAY;YACxB,eAAe,EAAE,iBAAiB;YAClC,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,KAAK,EAAE,gDAAgD;YACvD,UAAU,EAAE,QAAQ;YACpB,eAAe,EAAE,QAAQ;YACzB,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,KAAK,IAAI,OAAQ,IAAI,CAAC,KAAa,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnE,IAAI,CAAC,KAAa,CAAC,QAAQ,EAAE,CAAC;QACjC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AArED,kGAqEC"}
@@ -0,0 +1,62 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class DescribeAIDBClusterTaskMetricsRequest extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * This parameter is required.
6
+ *
7
+ * @example
8
+ * pm-2zejpr***
9
+ */
10
+ DBClusterId?: string;
11
+ /**
12
+ * @remarks
13
+ * This parameter is required.
14
+ *
15
+ * @example
16
+ * 2026-01-15T15:00:00Z
17
+ */
18
+ endTime?: string;
19
+ /**
20
+ * @example
21
+ * all
22
+ */
23
+ metricType?: string;
24
+ /**
25
+ * @example
26
+ * 1
27
+ */
28
+ pageNumber?: number;
29
+ /**
30
+ * @example
31
+ * 100
32
+ */
33
+ pageSize?: number;
34
+ /**
35
+ * @example
36
+ * pc-2zejpr***
37
+ */
38
+ relativeDBClusterId?: string;
39
+ /**
40
+ * @example
41
+ * false
42
+ */
43
+ reverse?: boolean;
44
+ /**
45
+ * @remarks
46
+ * This parameter is required.
47
+ *
48
+ * @example
49
+ * 2026-01-15T14:00:00Z
50
+ */
51
+ startTime?: string;
52
+ static names(): {
53
+ [key: string]: string;
54
+ };
55
+ static types(): {
56
+ [key: string]: any;
57
+ };
58
+ validate(): void;
59
+ constructor(map?: {
60
+ [key: string]: any;
61
+ });
62
+ }
@@ -0,0 +1,72 @@
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.DescribeAIDBClusterTaskMetricsRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class DescribeAIDBClusterTaskMetricsRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ DBClusterId: 'DBClusterId',
43
+ endTime: 'EndTime',
44
+ metricType: 'MetricType',
45
+ pageNumber: 'PageNumber',
46
+ pageSize: 'PageSize',
47
+ relativeDBClusterId: 'RelativeDBClusterId',
48
+ reverse: 'Reverse',
49
+ startTime: 'StartTime',
50
+ };
51
+ }
52
+ static types() {
53
+ return {
54
+ DBClusterId: 'string',
55
+ endTime: 'string',
56
+ metricType: 'string',
57
+ pageNumber: 'number',
58
+ pageSize: 'number',
59
+ relativeDBClusterId: 'string',
60
+ reverse: 'boolean',
61
+ startTime: 'string',
62
+ };
63
+ }
64
+ validate() {
65
+ super.validate();
66
+ }
67
+ constructor(map) {
68
+ super(map);
69
+ }
70
+ }
71
+ exports.DescribeAIDBClusterTaskMetricsRequest = DescribeAIDBClusterTaskMetricsRequest;
72
+ //# sourceMappingURL=DescribeAidbclusterTaskMetricsRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeAidbclusterTaskMetricsRequest.js","sourceRoot":"","sources":["../../src/models/DescribeAidbclusterTaskMetricsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IAkDpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,mBAAmB,EAAE,qBAAqB;YAC1C,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,mBAAmB,EAAE,QAAQ;YAC7B,OAAO,EAAE,SAAS;YAClB,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;AAnFD,sFAmFC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { DescribeAIDBClusterTaskMetricsResponseBody } from "./DescribeAidbclusterTaskMetricsResponseBody";
3
+ export declare class DescribeAIDBClusterTaskMetricsResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: DescribeAIDBClusterTaskMetricsResponseBody;
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.DescribeAIDBClusterTaskMetricsResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const DescribeAidbclusterTaskMetricsResponseBody_1 = require("./DescribeAidbclusterTaskMetricsResponseBody");
40
+ class DescribeAIDBClusterTaskMetricsResponse 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: DescribeAidbclusterTaskMetricsResponseBody_1.DescribeAIDBClusterTaskMetricsResponseBody,
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.DescribeAIDBClusterTaskMetricsResponse = DescribeAIDBClusterTaskMetricsResponse;
69
+ //# sourceMappingURL=DescribeAidbclusterTaskMetricsResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeAidbclusterTaskMetricsResponse.js","sourceRoot":"","sources":["../../src/models/DescribeAidbclusterTaskMetricsResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,6GAA0G;AAG1G,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAIrE,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,uFAA0C;SACjD,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,wFAiCC"}