@alicloud/xtee20210910 2.0.0 → 2.1.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 (93) hide show
  1. package/dist/client.d.ts +50 -6
  2. package/dist/client.js +146 -6
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/DescribeCustVariablePageRequest.d.ts +13 -5
  5. package/dist/models/DescribeCustVariablePageRequest.js +2 -0
  6. package/dist/models/DescribeCustVariablePageRequest.js.map +1 -1
  7. package/dist/models/DescribeCustVariablePageResponseBody.d.ts +20 -7
  8. package/dist/models/DescribeCustVariablePageResponseBody.js +7 -0
  9. package/dist/models/DescribeCustVariablePageResponseBody.js.map +1 -1
  10. package/dist/models/DescribeEventLogPageRequest.d.ts +98 -1
  11. package/dist/models/DescribeEventLogPageRequest.js.map +1 -1
  12. package/dist/models/DescribeEventLogPageResponseBody.d.ts +58 -1
  13. package/dist/models/DescribeEventLogPageResponseBody.js.map +1 -1
  14. package/dist/models/DescribeEventUploadPolicyResponseBody.d.ts +1 -1
  15. package/dist/models/DescribeEventVariableListRequest.d.ts +48 -0
  16. package/dist/models/DescribeEventVariableListRequest.js.map +1 -1
  17. package/dist/models/DescribeEventVariableListResponseBody.d.ts +2540 -0
  18. package/dist/models/DescribeEventVariableListResponseBody.js.map +1 -1
  19. package/dist/models/DescribeExcuteNumRequest.d.ts +42 -0
  20. package/dist/models/DescribeExcuteNumRequest.js.map +1 -1
  21. package/dist/models/DescribeExcuteNumResponseBody.d.ts +15 -0
  22. package/dist/models/DescribeExcuteNumResponseBody.js.map +1 -1
  23. package/dist/models/DescribeExpressionVariablePageRequest.d.ts +5 -5
  24. package/dist/models/DescribeExpressionVariablePageResponseBody.d.ts +19 -6
  25. package/dist/models/DescribeExpressionVariablePageResponseBody.js +7 -0
  26. package/dist/models/DescribeExpressionVariablePageResponseBody.js.map +1 -1
  27. package/dist/models/DescribeModelOssPolicyResponseBody.d.ts +2 -2
  28. package/dist/models/DescribeOperationLogMonitoringRequest.d.ts +56 -0
  29. package/dist/models/DescribeOperationLogMonitoringRequest.js +66 -0
  30. package/dist/models/DescribeOperationLogMonitoringRequest.js.map +1 -0
  31. package/dist/models/DescribeOperationLogMonitoringResponse.d.ts +19 -0
  32. package/dist/models/DescribeOperationLogMonitoringResponse.js +69 -0
  33. package/dist/models/DescribeOperationLogMonitoringResponse.js.map +1 -0
  34. package/dist/models/DescribeOperationLogMonitoringResponseBody.d.ts +54 -0
  35. package/dist/models/DescribeOperationLogMonitoringResponseBody.js +84 -0
  36. package/dist/models/DescribeOperationLogMonitoringResponseBody.js.map +1 -0
  37. package/dist/models/DescribeOperationLogPageListRequest.d.ts +17 -1
  38. package/dist/models/DescribeOperationLogPageListRequest.js +4 -0
  39. package/dist/models/DescribeOperationLogPageListRequest.js.map +1 -1
  40. package/dist/models/DescribeOssPolicyResponseBody.d.ts +1 -1
  41. package/dist/models/DescribeOssTokenResponseBody.d.ts +1 -1
  42. package/dist/models/DescribePocOssTokenResponseBody.d.ts +1 -1
  43. package/dist/models/DescribeRuleSnapshotResponseBody.d.ts +16 -0
  44. package/dist/models/DescribeRuleSnapshotResponseBody.js +4 -0
  45. package/dist/models/DescribeRuleSnapshotResponseBody.js.map +1 -1
  46. package/dist/models/DescribeSafConsoleRequest.d.ts +21 -0
  47. package/dist/models/DescribeSafConsoleRequest.js.map +1 -1
  48. package/dist/models/DescribeSafConsoleResponseBody.d.ts +11 -0
  49. package/dist/models/DescribeSafConsoleResponseBody.js.map +1 -1
  50. package/dist/models/DescribeSampleBatchOssPolicyResponseBody.d.ts +1 -1
  51. package/dist/models/DescribeSampleUploadPolicyResponseBody.d.ts +1 -1
  52. package/dist/models/DescribeVersionPageListRequest.d.ts +95 -0
  53. package/dist/models/DescribeVersionPageListRequest.js +76 -0
  54. package/dist/models/DescribeVersionPageListRequest.js.map +1 -0
  55. package/dist/models/DescribeVersionPageListResponse.d.ts +19 -0
  56. package/dist/models/DescribeVersionPageListResponse.js +69 -0
  57. package/dist/models/DescribeVersionPageListResponse.js.map +1 -0
  58. package/dist/models/DescribeVersionPageListResponseBody.d.ts +190 -0
  59. package/dist/models/DescribeVersionPageListResponseBody.js +118 -0
  60. package/dist/models/DescribeVersionPageListResponseBody.js.map +1 -0
  61. package/dist/models/model.d.ts +8 -0
  62. package/dist/models/model.js +36 -20
  63. package/dist/models/model.js.map +1 -1
  64. package/package.json +1 -1
  65. package/src/client.ts +168 -6
  66. package/src/models/DescribeCustVariablePageRequest.ts +15 -5
  67. package/src/models/DescribeCustVariablePageResponseBody.ts +27 -7
  68. package/src/models/DescribeEventLogPageRequest.ts +98 -1
  69. package/src/models/DescribeEventLogPageResponseBody.ts +58 -1
  70. package/src/models/DescribeEventUploadPolicyResponseBody.ts +1 -1
  71. package/src/models/DescribeEventVariableListRequest.ts +48 -0
  72. package/src/models/DescribeEventVariableListResponseBody.ts +2540 -0
  73. package/src/models/DescribeExcuteNumRequest.ts +42 -0
  74. package/src/models/DescribeExcuteNumResponseBody.ts +15 -0
  75. package/src/models/DescribeExpressionVariablePageRequest.ts +5 -5
  76. package/src/models/DescribeExpressionVariablePageResponseBody.ts +26 -6
  77. package/src/models/DescribeModelOssPolicyResponseBody.ts +2 -2
  78. package/src/models/DescribeOperationLogMonitoringRequest.ts +77 -0
  79. package/src/models/DescribeOperationLogMonitoringResponse.ts +40 -0
  80. package/src/models/DescribeOperationLogMonitoringResponseBody.ts +84 -0
  81. package/src/models/DescribeOperationLogPageListRequest.ts +21 -1
  82. package/src/models/DescribeOssPolicyResponseBody.ts +1 -1
  83. package/src/models/DescribeOssTokenResponseBody.ts +1 -1
  84. package/src/models/DescribePocOssTokenResponseBody.ts +1 -1
  85. package/src/models/DescribeRuleSnapshotResponseBody.ts +20 -0
  86. package/src/models/DescribeSafConsoleRequest.ts +21 -0
  87. package/src/models/DescribeSafConsoleResponseBody.ts +11 -0
  88. package/src/models/DescribeSampleBatchOssPolicyResponseBody.ts +1 -1
  89. package/src/models/DescribeSampleUploadPolicyResponseBody.ts +1 -1
  90. package/src/models/DescribeVersionPageListRequest.ts +126 -0
  91. package/src/models/DescribeVersionPageListResponse.ts +40 -0
  92. package/src/models/DescribeVersionPageListResponseBody.ts +254 -0
  93. package/src/models/model.ts +8 -0
@@ -0,0 +1,126 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeVersionPageListRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * Sets the language type for the request and response messages, with a default value of **zh**. Values:
9
+ * - **zh**: Chinese
10
+ * - **en**: English
11
+ *
12
+ * @example
13
+ * zh
14
+ */
15
+ lang?: string;
16
+ /**
17
+ * @remarks
18
+ * Maximum number of results to be read in this call, with a default value of 10.
19
+ *
20
+ * @example
21
+ * 10
22
+ */
23
+ maxResults?: number;
24
+ /**
25
+ * @remarks
26
+ * Used to mark the starting position for reading. An empty value indicates starting from the beginning.
27
+ *
28
+ * @example
29
+ * 1
30
+ */
31
+ nextToken?: string;
32
+ /**
33
+ * @remarks
34
+ * Current page number.
35
+ *
36
+ * @example
37
+ * 1
38
+ */
39
+ currentPage?: number;
40
+ /**
41
+ * @remarks
42
+ * Name of the variable.
43
+ *
44
+ * @example
45
+ * ex_OERlw0Zqfb23
46
+ */
47
+ objectCode?: string;
48
+ /**
49
+ * @remarks
50
+ * Primary key ID of the variable.
51
+ *
52
+ * @example
53
+ * 392023
54
+ */
55
+ objectId?: number;
56
+ /**
57
+ * @remarks
58
+ * Number of items per page, with a default value of 10.
59
+ *
60
+ * @example
61
+ * 10
62
+ */
63
+ pageSize?: number;
64
+ /**
65
+ * @remarks
66
+ * Pagination flag, with a default value of true.
67
+ *
68
+ * @example
69
+ * true
70
+ */
71
+ paging?: boolean;
72
+ /**
73
+ * @remarks
74
+ * Region code.
75
+ *
76
+ * @example
77
+ * cn-hangzhou
78
+ */
79
+ regId?: string;
80
+ /**
81
+ * @remarks
82
+ * Type.
83
+ *
84
+ * @example
85
+ * EXPRESSION
86
+ */
87
+ type?: string;
88
+ static names(): { [key: string]: string } {
89
+ return {
90
+ lang: 'Lang',
91
+ maxResults: 'MaxResults',
92
+ nextToken: 'NextToken',
93
+ currentPage: 'currentPage',
94
+ objectCode: 'objectCode',
95
+ objectId: 'objectId',
96
+ pageSize: 'pageSize',
97
+ paging: 'paging',
98
+ regId: 'regId',
99
+ type: 'type',
100
+ };
101
+ }
102
+
103
+ static types(): { [key: string]: any } {
104
+ return {
105
+ lang: 'string',
106
+ maxResults: 'number',
107
+ nextToken: 'string',
108
+ currentPage: 'number',
109
+ objectCode: 'string',
110
+ objectId: 'number',
111
+ pageSize: 'number',
112
+ paging: 'boolean',
113
+ regId: 'string',
114
+ type: 'string',
115
+ };
116
+ }
117
+
118
+ validate() {
119
+ super.validate();
120
+ }
121
+
122
+ constructor(map?: { [key: string]: any }) {
123
+ super(map);
124
+ }
125
+ }
126
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DescribeVersionPageListResponseBody } from "./DescribeVersionPageListResponseBody";
4
+
5
+
6
+ export class DescribeVersionPageListResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DescribeVersionPageListResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: DescribeVersionPageListResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,254 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeVersionPageListResponseBodyResultObject extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * Change content.
9
+ *
10
+ * @example
11
+ * {\\"description\\":\\"自定义变量\\",\\"expression\\":\\"1\\",\\"expressionTitle\\":\\"1\\",\\"expressionVariable\\":\\"\\",\\"fieldRank\\":0,\\"id\\":392023,\\"name\\":\\"ex_OERlw0Zqfb23\\",\\"outlier\\":\\"SYS_ERROR\\",\\"outputs\\":\\"STRING\\",\\"refObjId\\":\\"de_auevox0336\\",\\"region\\":\\"SH\\",\\"title\\":\\"自定义变量\\",\\"version\\":4}
12
+ */
13
+ content?: string;
14
+ /**
15
+ * @remarks
16
+ * Creator.
17
+ *
18
+ * @example
19
+ * root
20
+ */
21
+ creator?: string;
22
+ /**
23
+ * @remarks
24
+ * Variable description.
25
+ *
26
+ * @example
27
+ * 变量描述
28
+ */
29
+ description?: string;
30
+ /**
31
+ * @remarks
32
+ * Creation time.
33
+ *
34
+ * @example
35
+ * 1621578648000
36
+ */
37
+ gmtCreate?: number;
38
+ /**
39
+ * @remarks
40
+ * Modification time.
41
+ *
42
+ * @example
43
+ * 1565701886000
44
+ */
45
+ gmtModified?: number;
46
+ /**
47
+ * @remarks
48
+ * Primary key ID of the version.
49
+ *
50
+ * @example
51
+ * 808
52
+ */
53
+ id?: number;
54
+ /**
55
+ * @remarks
56
+ * Modifier.
57
+ *
58
+ * @example
59
+ * root
60
+ */
61
+ modifier?: string;
62
+ /**
63
+ * @remarks
64
+ * Name of the variable.
65
+ *
66
+ * @example
67
+ * ex_OERlw0Zqfb23
68
+ */
69
+ objectCode?: string;
70
+ /**
71
+ * @remarks
72
+ * Primary key ID of the variable.
73
+ *
74
+ * @example
75
+ * 392023
76
+ */
77
+ objectId?: number;
78
+ /**
79
+ * @remarks
80
+ * Region ID.
81
+ *
82
+ * @example
83
+ * cn-hangzhou
84
+ */
85
+ region?: string;
86
+ /**
87
+ * @remarks
88
+ * Variable type.
89
+ *
90
+ * @example
91
+ * EXPRESSION
92
+ */
93
+ type?: string;
94
+ /**
95
+ * @remarks
96
+ * User UID.
97
+ *
98
+ * @example
99
+ * 151222222222226
100
+ */
101
+ userId?: number;
102
+ /**
103
+ * @remarks
104
+ * Version number.
105
+ *
106
+ * @example
107
+ * 1
108
+ */
109
+ version?: number;
110
+ static names(): { [key: string]: string } {
111
+ return {
112
+ content: 'content',
113
+ creator: 'creator',
114
+ description: 'description',
115
+ gmtCreate: 'gmtCreate',
116
+ gmtModified: 'gmtModified',
117
+ id: 'id',
118
+ modifier: 'modifier',
119
+ objectCode: 'objectCode',
120
+ objectId: 'objectId',
121
+ region: 'region',
122
+ type: 'type',
123
+ userId: 'userId',
124
+ version: 'version',
125
+ };
126
+ }
127
+
128
+ static types(): { [key: string]: any } {
129
+ return {
130
+ content: 'string',
131
+ creator: 'string',
132
+ description: 'string',
133
+ gmtCreate: 'number',
134
+ gmtModified: 'number',
135
+ id: 'number',
136
+ modifier: 'string',
137
+ objectCode: 'string',
138
+ objectId: 'number',
139
+ region: 'string',
140
+ type: 'string',
141
+ userId: 'number',
142
+ version: 'number',
143
+ };
144
+ }
145
+
146
+ validate() {
147
+ super.validate();
148
+ }
149
+
150
+ constructor(map?: { [key: string]: any }) {
151
+ super(map);
152
+ }
153
+ }
154
+
155
+ export class DescribeVersionPageListResponseBody extends $dara.Model {
156
+ /**
157
+ * @remarks
158
+ * The maximum amount of data to be read in this call, with a default value of 10.
159
+ *
160
+ * @example
161
+ * 10
162
+ */
163
+ maxResults?: number;
164
+ /**
165
+ * @remarks
166
+ * 用来表示当前调用返回读取到的位置。空代表数据已经读取完毕。
167
+ *
168
+ * @example
169
+ * 1
170
+ */
171
+ nextToken?: string;
172
+ /**
173
+ * @remarks
174
+ * Request ID.
175
+ *
176
+ * @example
177
+ * A32FE941-35F2-5378-B37C-4B8FDB16F094
178
+ */
179
+ requestId?: string;
180
+ /**
181
+ * @remarks
182
+ * Current page number.
183
+ *
184
+ * @example
185
+ * 1
186
+ */
187
+ currentPage?: number;
188
+ /**
189
+ * @remarks
190
+ * Number of items per page, with a default value of 10.
191
+ *
192
+ * @example
193
+ * 10
194
+ */
195
+ pageSize?: number;
196
+ /**
197
+ * @remarks
198
+ * Returned object.
199
+ */
200
+ resultObject?: DescribeVersionPageListResponseBodyResultObject[];
201
+ /**
202
+ * @remarks
203
+ * Total number of items.
204
+ *
205
+ * @example
206
+ * 10
207
+ */
208
+ totalItem?: number;
209
+ /**
210
+ * @remarks
211
+ * Total number of pages.
212
+ *
213
+ * @example
214
+ * 1
215
+ */
216
+ totalPage?: number;
217
+ static names(): { [key: string]: string } {
218
+ return {
219
+ maxResults: 'MaxResults',
220
+ nextToken: 'NextToken',
221
+ requestId: 'RequestId',
222
+ currentPage: 'currentPage',
223
+ pageSize: 'pageSize',
224
+ resultObject: 'resultObject',
225
+ totalItem: 'totalItem',
226
+ totalPage: 'totalPage',
227
+ };
228
+ }
229
+
230
+ static types(): { [key: string]: any } {
231
+ return {
232
+ maxResults: 'number',
233
+ nextToken: 'string',
234
+ requestId: 'string',
235
+ currentPage: 'number',
236
+ pageSize: 'number',
237
+ resultObject: { 'type': 'array', 'itemType': DescribeVersionPageListResponseBodyResultObject },
238
+ totalItem: 'number',
239
+ totalPage: 'number',
240
+ };
241
+ }
242
+
243
+ validate() {
244
+ if(Array.isArray(this.resultObject)) {
245
+ $dara.Model.validateArray(this.resultObject);
246
+ }
247
+ super.validate();
248
+ }
249
+
250
+ constructor(map?: { [key: string]: any }) {
251
+ super(map);
252
+ }
253
+ }
254
+
@@ -141,6 +141,7 @@ export { DescribeNameListLimitResponseBodyResultObject } from './DescribeNameLis
141
141
  export { DescribeNameListPageListResponseBodyResultObject } from './DescribeNameListPageListResponseBody';
142
142
  export { DescribeNameListTypeListResponseBodyResultObject } from './DescribeNameListTypeListResponseBody';
143
143
  export { DescribeNameListVariablePageListResponseBodyResultObject } from './DescribeNameListVariablePageListResponseBody';
144
+ export { DescribeOperationLogMonitoringResponseBodyResultObject } from './DescribeOperationLogMonitoringResponseBody';
144
145
  export { DescribeOperationLogPageListResponseBodyResultObject } from './DescribeOperationLogPageListResponseBody';
145
146
  export { DescribeOperatorListResponseBodyResultObjectOperatorsRightVariables } from './DescribeOperatorListResponseBody';
146
147
  export { DescribeOperatorListResponseBodyResultObjectOperators } from './DescribeOperatorListResponseBody';
@@ -239,6 +240,7 @@ export { DescribeVariableDetailResponseBodyResultObjectBaseInfo } from './Descri
239
240
  export { DescribeVariableDetailResponseBodyResultObject } from './DescribeVariableDetailResponseBody';
240
241
  export { DescribeVariableListResponseBodyResultObject } from './DescribeVariableListResponseBody';
241
242
  export { DescribeVariableSceneListResponseBodyResultObject } from './DescribeVariableSceneListResponseBody';
243
+ export { DescribeVersionPageListResponseBodyResultObject } from './DescribeVersionPageListResponseBody';
242
244
  export { DownloadSmapleBatchResponseBodyResultObject } from './DownloadSmapleBatchResponseBody';
243
245
  export { ImportFieldResponseBodyResultObject } from './ImportFieldResponseBody';
244
246
  export { ModifyCustVariableResponseBodyResultObject } from './ModifyCustVariableResponseBody';
@@ -646,6 +648,9 @@ export { DescribeNameListTypeListResponse } from './DescribeNameListTypeListResp
646
648
  export { DescribeNameListVariablePageListRequest } from './DescribeNameListVariablePageListRequest';
647
649
  export { DescribeNameListVariablePageListResponseBody } from './DescribeNameListVariablePageListResponseBody';
648
650
  export { DescribeNameListVariablePageListResponse } from './DescribeNameListVariablePageListResponse';
651
+ export { DescribeOperationLogMonitoringRequest } from './DescribeOperationLogMonitoringRequest';
652
+ export { DescribeOperationLogMonitoringResponseBody } from './DescribeOperationLogMonitoringResponseBody';
653
+ export { DescribeOperationLogMonitoringResponse } from './DescribeOperationLogMonitoringResponse';
649
654
  export { DescribeOperationLogPageListRequest } from './DescribeOperationLogPageListRequest';
650
655
  export { DescribeOperationLogPageListResponseBody } from './DescribeOperationLogPageListResponseBody';
651
656
  export { DescribeOperationLogPageListResponse } from './DescribeOperationLogPageListResponse';
@@ -907,6 +912,9 @@ export { DescribeVariableMarketListResponse } from './DescribeVariableMarketList
907
912
  export { DescribeVariableSceneListRequest } from './DescribeVariableSceneListRequest';
908
913
  export { DescribeVariableSceneListResponseBody } from './DescribeVariableSceneListResponseBody';
909
914
  export { DescribeVariableSceneListResponse } from './DescribeVariableSceneListResponse';
915
+ export { DescribeVersionPageListRequest } from './DescribeVersionPageListRequest';
916
+ export { DescribeVersionPageListResponseBody } from './DescribeVersionPageListResponseBody';
917
+ export { DescribeVersionPageListResponse } from './DescribeVersionPageListResponse';
910
918
  export { DownloadSmapleBatchRequest } from './DownloadSmapleBatchRequest';
911
919
  export { DownloadSmapleBatchResponseBody } from './DownloadSmapleBatchResponseBody';
912
920
  export { DownloadSmapleBatchResponse } from './DownloadSmapleBatchResponse';