@alicloud/cms20240330 9.1.0 → 9.2.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 (169) hide show
  1. package/dist/client.d.ts +252 -0
  2. package/dist/client.js +637 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddContextsRequest.d.ts +119 -0
  5. package/dist/models/AddContextsRequest.js +129 -0
  6. package/dist/models/AddContextsRequest.js.map +1 -0
  7. package/dist/models/AddContextsResponse.d.ts +19 -0
  8. package/dist/models/AddContextsResponse.js +69 -0
  9. package/dist/models/AddContextsResponse.js.map +1 -0
  10. package/dist/models/AddContextsResponseBody.d.ts +41 -0
  11. package/dist/models/AddContextsResponseBody.js +84 -0
  12. package/dist/models/AddContextsResponseBody.js.map +1 -0
  13. package/dist/models/CreateContextStoreApikeyRequest.d.ts +21 -0
  14. package/dist/models/CreateContextStoreApikeyRequest.js +58 -0
  15. package/dist/models/CreateContextStoreApikeyRequest.js.map +1 -0
  16. package/dist/models/CreateContextStoreApikeyResponse.d.ts +19 -0
  17. package/dist/models/CreateContextStoreApikeyResponse.js +69 -0
  18. package/dist/models/CreateContextStoreApikeyResponse.js.map +1 -0
  19. package/dist/models/CreateContextStoreApikeyResponseBody.d.ts +28 -0
  20. package/dist/models/CreateContextStoreApikeyResponseBody.js +62 -0
  21. package/dist/models/CreateContextStoreApikeyResponseBody.js.map +1 -0
  22. package/dist/models/CreateContextStoreRequest.d.ts +99 -0
  23. package/dist/models/CreateContextStoreRequest.js +141 -0
  24. package/dist/models/CreateContextStoreRequest.js.map +1 -0
  25. package/dist/models/CreateContextStoreResponse.d.ts +19 -0
  26. package/dist/models/CreateContextStoreResponse.js +69 -0
  27. package/dist/models/CreateContextStoreResponse.js.map +1 -0
  28. package/dist/models/CreateContextStoreResponseBody.d.ts +18 -0
  29. package/dist/models/CreateContextStoreResponseBody.js +58 -0
  30. package/dist/models/CreateContextStoreResponseBody.js.map +1 -0
  31. package/dist/models/DeleteContextRequest.d.ts +13 -0
  32. package/dist/models/DeleteContextRequest.js +54 -0
  33. package/dist/models/DeleteContextRequest.js.map +1 -0
  34. package/dist/models/DeleteContextResponse.d.ts +19 -0
  35. package/dist/models/DeleteContextResponse.js +69 -0
  36. package/dist/models/DeleteContextResponse.js.map +1 -0
  37. package/dist/models/DeleteContextResponseBody.d.ts +28 -0
  38. package/dist/models/DeleteContextResponseBody.js +62 -0
  39. package/dist/models/DeleteContextResponseBody.js.map +1 -0
  40. package/dist/models/DeleteContextStoreApikeyRequest.d.ts +13 -0
  41. package/dist/models/DeleteContextStoreApikeyRequest.js +54 -0
  42. package/dist/models/DeleteContextStoreApikeyRequest.js.map +1 -0
  43. package/dist/models/DeleteContextStoreApikeyResponse.d.ts +19 -0
  44. package/dist/models/DeleteContextStoreApikeyResponse.js +69 -0
  45. package/dist/models/DeleteContextStoreApikeyResponse.js.map +1 -0
  46. package/dist/models/DeleteContextStoreApikeyResponseBody.d.ts +18 -0
  47. package/dist/models/DeleteContextStoreApikeyResponseBody.js +58 -0
  48. package/dist/models/DeleteContextStoreApikeyResponseBody.js.map +1 -0
  49. package/dist/models/DeleteContextStoreRequest.d.ts +13 -0
  50. package/dist/models/DeleteContextStoreRequest.js +54 -0
  51. package/dist/models/DeleteContextStoreRequest.js.map +1 -0
  52. package/dist/models/DeleteContextStoreResponse.d.ts +19 -0
  53. package/dist/models/DeleteContextStoreResponse.js +69 -0
  54. package/dist/models/DeleteContextStoreResponse.js.map +1 -0
  55. package/dist/models/DeleteContextStoreResponseBody.d.ts +14 -0
  56. package/dist/models/DeleteContextStoreResponseBody.js +58 -0
  57. package/dist/models/DeleteContextStoreResponseBody.js.map +1 -0
  58. package/dist/models/DeleteContextsRequest.d.ts +23 -0
  59. package/dist/models/DeleteContextsRequest.js +60 -0
  60. package/dist/models/DeleteContextsRequest.js.map +1 -0
  61. package/dist/models/DeleteContextsResponse.d.ts +19 -0
  62. package/dist/models/DeleteContextsResponse.js +69 -0
  63. package/dist/models/DeleteContextsResponse.js.map +1 -0
  64. package/dist/models/DeleteContextsResponseBody.d.ts +23 -0
  65. package/dist/models/DeleteContextsResponseBody.js +60 -0
  66. package/dist/models/DeleteContextsResponseBody.js.map +1 -0
  67. package/dist/models/GetContextRequest.d.ts +18 -0
  68. package/dist/models/GetContextRequest.js +58 -0
  69. package/dist/models/GetContextRequest.js.map +1 -0
  70. package/dist/models/GetContextResponse.d.ts +20 -0
  71. package/dist/models/GetContextResponse.js +65 -0
  72. package/dist/models/GetContextResponse.js.map +1 -0
  73. package/dist/models/GetContextStoreRequest.d.ts +13 -0
  74. package/dist/models/GetContextStoreRequest.js +54 -0
  75. package/dist/models/GetContextStoreRequest.js.map +1 -0
  76. package/dist/models/GetContextStoreResponse.d.ts +19 -0
  77. package/dist/models/GetContextStoreResponse.js +69 -0
  78. package/dist/models/GetContextStoreResponse.js.map +1 -0
  79. package/dist/models/GetContextStoreResponseBody.d.ts +152 -0
  80. package/dist/models/GetContextStoreResponseBody.js +179 -0
  81. package/dist/models/GetContextStoreResponseBody.js.map +1 -0
  82. package/dist/models/ListContextStoreApikeysRequest.d.ts +23 -0
  83. package/dist/models/ListContextStoreApikeysRequest.js +60 -0
  84. package/dist/models/ListContextStoreApikeysRequest.js.map +1 -0
  85. package/dist/models/ListContextStoreApikeysResponse.d.ts +19 -0
  86. package/dist/models/ListContextStoreApikeysResponse.js +69 -0
  87. package/dist/models/ListContextStoreApikeysResponse.js.map +1 -0
  88. package/dist/models/ListContextStoreApikeysResponseBody.d.ts +74 -0
  89. package/dist/models/ListContextStoreApikeysResponseBody.js +96 -0
  90. package/dist/models/ListContextStoreApikeysResponseBody.js.map +1 -0
  91. package/dist/models/ListContextStoresRequest.d.ts +33 -0
  92. package/dist/models/ListContextStoresRequest.js +64 -0
  93. package/dist/models/ListContextStoresRequest.js.map +1 -0
  94. package/dist/models/ListContextStoresResponse.d.ts +19 -0
  95. package/dist/models/ListContextStoresResponse.js +69 -0
  96. package/dist/models/ListContextStoresResponse.js.map +1 -0
  97. package/dist/models/ListContextStoresResponseBody.d.ts +92 -0
  98. package/dist/models/ListContextStoresResponseBody.js +102 -0
  99. package/dist/models/ListContextStoresResponseBody.js.map +1 -0
  100. package/dist/models/SearchContextRequest.d.ts +44 -0
  101. package/dist/models/SearchContextRequest.js +71 -0
  102. package/dist/models/SearchContextRequest.js.map +1 -0
  103. package/dist/models/SearchContextResponse.d.ts +19 -0
  104. package/dist/models/SearchContextResponse.js +69 -0
  105. package/dist/models/SearchContextResponse.js.map +1 -0
  106. package/dist/models/SearchContextResponseBody.d.ts +21 -0
  107. package/dist/models/SearchContextResponseBody.js +63 -0
  108. package/dist/models/SearchContextResponseBody.js.map +1 -0
  109. package/dist/models/UpdateContextRequest.d.ts +60 -0
  110. package/dist/models/UpdateContextRequest.js +75 -0
  111. package/dist/models/UpdateContextRequest.js.map +1 -0
  112. package/dist/models/UpdateContextResponse.d.ts +20 -0
  113. package/dist/models/UpdateContextResponse.js +65 -0
  114. package/dist/models/UpdateContextResponse.js.map +1 -0
  115. package/dist/models/UpdateContextStoreRequest.d.ts +85 -0
  116. package/dist/models/UpdateContextStoreRequest.js +139 -0
  117. package/dist/models/UpdateContextStoreRequest.js.map +1 -0
  118. package/dist/models/UpdateContextStoreResponse.d.ts +19 -0
  119. package/dist/models/UpdateContextStoreResponse.js +69 -0
  120. package/dist/models/UpdateContextStoreResponse.js.map +1 -0
  121. package/dist/models/UpdateContextStoreResponseBody.d.ts +18 -0
  122. package/dist/models/UpdateContextStoreResponseBody.js +58 -0
  123. package/dist/models/UpdateContextStoreResponseBody.js.map +1 -0
  124. package/dist/models/model.d.ts +54 -0
  125. package/dist/models/model.js +124 -14
  126. package/dist/models/model.js.map +1 -1
  127. package/package.json +1 -1
  128. package/src/client.ts +698 -0
  129. package/src/models/AddContextsRequest.ts +186 -0
  130. package/src/models/AddContextsResponse.ts +40 -0
  131. package/src/models/AddContextsResponseBody.ts +71 -0
  132. package/src/models/CreateContextStoreApikeyRequest.ts +34 -0
  133. package/src/models/CreateContextStoreApikeyResponse.ts +40 -0
  134. package/src/models/CreateContextStoreApikeyResponseBody.ts +45 -0
  135. package/src/models/CreateContextStoreRequest.ts +166 -0
  136. package/src/models/CreateContextStoreResponse.ts +40 -0
  137. package/src/models/CreateContextStoreResponseBody.ts +31 -0
  138. package/src/models/DeleteContextRequest.ts +24 -0
  139. package/src/models/DeleteContextResponse.ts +40 -0
  140. package/src/models/DeleteContextResponseBody.ts +45 -0
  141. package/src/models/DeleteContextStoreApikeyRequest.ts +24 -0
  142. package/src/models/DeleteContextStoreApikeyResponse.ts +40 -0
  143. package/src/models/DeleteContextStoreApikeyResponseBody.ts +31 -0
  144. package/src/models/DeleteContextStoreRequest.ts +24 -0
  145. package/src/models/DeleteContextStoreResponse.ts +40 -0
  146. package/src/models/DeleteContextStoreResponseBody.ts +27 -0
  147. package/src/models/DeleteContextsRequest.ts +38 -0
  148. package/src/models/DeleteContextsResponse.ts +40 -0
  149. package/src/models/DeleteContextsResponseBody.ts +38 -0
  150. package/src/models/GetContextRequest.ts +31 -0
  151. package/src/models/GetContextResponse.ts +36 -0
  152. package/src/models/GetContextStoreRequest.ts +24 -0
  153. package/src/models/GetContextStoreResponse.ts +40 -0
  154. package/src/models/GetContextStoreResponseBody.ts +248 -0
  155. package/src/models/ListContextStoreApikeysRequest.ts +38 -0
  156. package/src/models/ListContextStoreApikeysResponse.ts +40 -0
  157. package/src/models/ListContextStoreApikeysResponseBody.ts +116 -0
  158. package/src/models/ListContextStoresRequest.ts +52 -0
  159. package/src/models/ListContextStoresResponse.ts +40 -0
  160. package/src/models/ListContextStoresResponseBody.ts +140 -0
  161. package/src/models/SearchContextRequest.ts +68 -0
  162. package/src/models/SearchContextResponse.ts +40 -0
  163. package/src/models/SearchContextResponseBody.ts +37 -0
  164. package/src/models/UpdateContextRequest.ts +84 -0
  165. package/src/models/UpdateContextResponse.ts +36 -0
  166. package/src/models/UpdateContextStoreRequest.ts +150 -0
  167. package/src/models/UpdateContextStoreResponse.ts +40 -0
  168. package/src/models/UpdateContextStoreResponseBody.ts +31 -0
  169. package/src/models/model.ts +54 -0
@@ -0,0 +1,152 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class GetContextStoreResponseBodyConfigInnerSource extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * sls-test-logstore
6
+ */
7
+ logstore?: string;
8
+ /**
9
+ * @example
10
+ * sls-test-project
11
+ */
12
+ project?: string;
13
+ static names(): {
14
+ [key: string]: string;
15
+ };
16
+ static types(): {
17
+ [key: string]: any;
18
+ };
19
+ validate(): void;
20
+ constructor(map?: {
21
+ [key: string]: any;
22
+ });
23
+ }
24
+ export declare class GetContextStoreResponseBodyConfigSource extends $dara.Model {
25
+ /**
26
+ * @example
27
+ * sls-test-logstore
28
+ */
29
+ logstore?: string;
30
+ /**
31
+ * @example
32
+ * sls-test-project
33
+ */
34
+ project?: string;
35
+ /**
36
+ * @remarks
37
+ * Use the UTC time format: yyyy-MM-ddTHH:mm:ssZ
38
+ *
39
+ * @example
40
+ * 1754962200000
41
+ */
42
+ startTime?: string;
43
+ static names(): {
44
+ [key: string]: string;
45
+ };
46
+ static types(): {
47
+ [key: string]: any;
48
+ };
49
+ validate(): void;
50
+ constructor(map?: {
51
+ [key: string]: any;
52
+ });
53
+ }
54
+ export declare class GetContextStoreResponseBodyConfig extends $dara.Model {
55
+ innerSource?: GetContextStoreResponseBodyConfigInnerSource;
56
+ metadataField?: {
57
+ [key: string]: string;
58
+ };
59
+ source?: GetContextStoreResponseBodyConfigSource;
60
+ static names(): {
61
+ [key: string]: string;
62
+ };
63
+ static types(): {
64
+ [key: string]: any;
65
+ };
66
+ validate(): void;
67
+ constructor(map?: {
68
+ [key: string]: any;
69
+ });
70
+ }
71
+ export declare class GetContextStoreResponseBodyDataset extends $dara.Model {
72
+ /**
73
+ * @example
74
+ * test_dataset
75
+ */
76
+ name?: 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
+ }
88
+ export declare class GetContextStoreResponseBody extends $dara.Model {
89
+ config?: GetContextStoreResponseBodyConfig;
90
+ /**
91
+ * @example
92
+ * test-context-store
93
+ */
94
+ contextStoreName?: string;
95
+ /**
96
+ * @example
97
+ * memory
98
+ */
99
+ contextType?: string;
100
+ /**
101
+ * @remarks
102
+ * Use the UTC time format: yyyy-MM-ddTHH:mm:ssZ
103
+ *
104
+ * @example
105
+ * 1695090077
106
+ */
107
+ createTime?: string;
108
+ dataset?: GetContextStoreResponseBodyDataset;
109
+ /**
110
+ * @example
111
+ * test
112
+ */
113
+ description?: string;
114
+ /**
115
+ * @example
116
+ * cn-beijing
117
+ */
118
+ regionId?: string;
119
+ /**
120
+ * @example
121
+ * 8FDE2569-626B-5176-9844-28877A*****
122
+ */
123
+ requestId?: string;
124
+ /**
125
+ * @example
126
+ * active
127
+ */
128
+ status?: string;
129
+ /**
130
+ * @remarks
131
+ * Use the UTC time format: yyyy-MM-ddTHH:mm:ssZ
132
+ *
133
+ * @example
134
+ * 1695090077
135
+ */
136
+ updateTime?: string;
137
+ /**
138
+ * @example
139
+ * workspace-test
140
+ */
141
+ workspace?: string;
142
+ static names(): {
143
+ [key: string]: string;
144
+ };
145
+ static types(): {
146
+ [key: string]: any;
147
+ };
148
+ validate(): void;
149
+ constructor(map?: {
150
+ [key: string]: any;
151
+ });
152
+ }
@@ -0,0 +1,179 @@
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.GetContextStoreResponseBody = exports.GetContextStoreResponseBodyDataset = exports.GetContextStoreResponseBodyConfig = exports.GetContextStoreResponseBodyConfigSource = exports.GetContextStoreResponseBodyConfigInnerSource = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class GetContextStoreResponseBodyConfigInnerSource extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ logstore: 'logstore',
43
+ project: 'project',
44
+ };
45
+ }
46
+ static types() {
47
+ return {
48
+ logstore: 'string',
49
+ project: 'string',
50
+ };
51
+ }
52
+ validate() {
53
+ super.validate();
54
+ }
55
+ constructor(map) {
56
+ super(map);
57
+ }
58
+ }
59
+ exports.GetContextStoreResponseBodyConfigInnerSource = GetContextStoreResponseBodyConfigInnerSource;
60
+ class GetContextStoreResponseBodyConfigSource extends $dara.Model {
61
+ static names() {
62
+ return {
63
+ logstore: 'logstore',
64
+ project: 'project',
65
+ startTime: 'startTime',
66
+ };
67
+ }
68
+ static types() {
69
+ return {
70
+ logstore: 'string',
71
+ project: 'string',
72
+ startTime: 'string',
73
+ };
74
+ }
75
+ validate() {
76
+ super.validate();
77
+ }
78
+ constructor(map) {
79
+ super(map);
80
+ }
81
+ }
82
+ exports.GetContextStoreResponseBodyConfigSource = GetContextStoreResponseBodyConfigSource;
83
+ class GetContextStoreResponseBodyConfig extends $dara.Model {
84
+ static names() {
85
+ return {
86
+ innerSource: 'innerSource',
87
+ metadataField: 'metadataField',
88
+ source: 'source',
89
+ };
90
+ }
91
+ static types() {
92
+ return {
93
+ innerSource: GetContextStoreResponseBodyConfigInnerSource,
94
+ metadataField: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
95
+ source: GetContextStoreResponseBodyConfigSource,
96
+ };
97
+ }
98
+ validate() {
99
+ if (this.innerSource && typeof this.innerSource.validate === 'function') {
100
+ this.innerSource.validate();
101
+ }
102
+ if (this.metadataField) {
103
+ $dara.Model.validateMap(this.metadataField);
104
+ }
105
+ if (this.source && typeof this.source.validate === 'function') {
106
+ this.source.validate();
107
+ }
108
+ super.validate();
109
+ }
110
+ constructor(map) {
111
+ super(map);
112
+ }
113
+ }
114
+ exports.GetContextStoreResponseBodyConfig = GetContextStoreResponseBodyConfig;
115
+ class GetContextStoreResponseBodyDataset extends $dara.Model {
116
+ static names() {
117
+ return {
118
+ name: 'name',
119
+ };
120
+ }
121
+ static types() {
122
+ return {
123
+ name: 'string',
124
+ };
125
+ }
126
+ validate() {
127
+ super.validate();
128
+ }
129
+ constructor(map) {
130
+ super(map);
131
+ }
132
+ }
133
+ exports.GetContextStoreResponseBodyDataset = GetContextStoreResponseBodyDataset;
134
+ class GetContextStoreResponseBody extends $dara.Model {
135
+ static names() {
136
+ return {
137
+ config: 'config',
138
+ contextStoreName: 'contextStoreName',
139
+ contextType: 'contextType',
140
+ createTime: 'createTime',
141
+ dataset: 'dataset',
142
+ description: 'description',
143
+ regionId: 'regionId',
144
+ requestId: 'requestId',
145
+ status: 'status',
146
+ updateTime: 'updateTime',
147
+ workspace: 'workspace',
148
+ };
149
+ }
150
+ static types() {
151
+ return {
152
+ config: GetContextStoreResponseBodyConfig,
153
+ contextStoreName: 'string',
154
+ contextType: 'string',
155
+ createTime: 'string',
156
+ dataset: GetContextStoreResponseBodyDataset,
157
+ description: 'string',
158
+ regionId: 'string',
159
+ requestId: 'string',
160
+ status: 'string',
161
+ updateTime: 'string',
162
+ workspace: 'string',
163
+ };
164
+ }
165
+ validate() {
166
+ if (this.config && typeof this.config.validate === 'function') {
167
+ this.config.validate();
168
+ }
169
+ if (this.dataset && typeof this.dataset.validate === 'function') {
170
+ this.dataset.validate();
171
+ }
172
+ super.validate();
173
+ }
174
+ constructor(map) {
175
+ super(map);
176
+ }
177
+ }
178
+ exports.GetContextStoreResponseBody = GetContextStoreResponseBody;
179
+ //# sourceMappingURL=GetContextStoreResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetContextStoreResponseBody.js","sourceRoot":"","sources":["../../src/models/GetContextStoreResponseBody.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,23 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class ListContextStoreAPIKeysRequest extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * 100
6
+ */
7
+ maxResults?: number;
8
+ /**
9
+ * @example
10
+ * 615dfe7fd00f699ea94d5e63ba564aaf22450858c58f1387cc78f883b2254ab47232ce40fa95d9cb
11
+ */
12
+ nextToken?: string;
13
+ static names(): {
14
+ [key: string]: string;
15
+ };
16
+ static types(): {
17
+ [key: string]: any;
18
+ };
19
+ validate(): void;
20
+ constructor(map?: {
21
+ [key: string]: any;
22
+ });
23
+ }
@@ -0,0 +1,60 @@
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.ListContextStoreAPIKeysRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class ListContextStoreAPIKeysRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ maxResults: 'maxResults',
43
+ nextToken: 'nextToken',
44
+ };
45
+ }
46
+ static types() {
47
+ return {
48
+ maxResults: 'number',
49
+ nextToken: 'string',
50
+ };
51
+ }
52
+ validate() {
53
+ super.validate();
54
+ }
55
+ constructor(map) {
56
+ super(map);
57
+ }
58
+ }
59
+ exports.ListContextStoreAPIKeysRequest = ListContextStoreAPIKeysRequest;
60
+ //# sourceMappingURL=ListContextStoreApikeysRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListContextStoreApikeysRequest.js","sourceRoot":"","sources":["../../src/models/ListContextStoreApikeysRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAW7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,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;AAhCD,wEAgCC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { ListContextStoreAPIKeysResponseBody } from "./ListContextStoreApikeysResponseBody";
3
+ export declare class ListContextStoreAPIKeysResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: ListContextStoreAPIKeysResponseBody;
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.ListContextStoreAPIKeysResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const ListContextStoreApikeysResponseBody_1 = require("./ListContextStoreApikeysResponseBody");
40
+ class ListContextStoreAPIKeysResponse 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: ListContextStoreApikeysResponseBody_1.ListContextStoreAPIKeysResponseBody,
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.ListContextStoreAPIKeysResponse = ListContextStoreAPIKeysResponse;
69
+ //# sourceMappingURL=ListContextStoreApikeysResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListContextStoreApikeysResponse.js","sourceRoot":"","sources":["../../src/models/ListContextStoreApikeysResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+FAA4F;AAG5F,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAI9D,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,yEAAmC;SAC1C,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,0EAiCC"}
@@ -0,0 +1,74 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class ListContextStoreAPIKeysResponseBodyResults extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * sk-3ac8d45d741e4f31b81aa6ee984ce9fd
6
+ */
7
+ apiKey?: string;
8
+ /**
9
+ * @example
10
+ * test-context-Store
11
+ */
12
+ contextStoreName?: string;
13
+ /**
14
+ * @remarks
15
+ * Use the UTC time format: yyyy-MM-ddTHH:mm:ssZ
16
+ *
17
+ * @example
18
+ * 1778205145
19
+ */
20
+ createTime?: string;
21
+ /**
22
+ * @example
23
+ * Production Service Key
24
+ */
25
+ name?: string;
26
+ /**
27
+ * @example
28
+ * test-workspace
29
+ */
30
+ workspace?: string;
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 ListContextStoreAPIKeysResponseBody extends $dara.Model {
43
+ /**
44
+ * @example
45
+ * 100
46
+ */
47
+ maxResults?: number;
48
+ /**
49
+ * @example
50
+ * xCs4wJD41qEejNkappMSJ1OL2Ky2GeKLqmBLJrC61WrgUOj9F-31jHbo5Kgqzifv
51
+ */
52
+ nextToken?: string;
53
+ /**
54
+ * @example
55
+ * 8FDE2569-626B-5176-9844-28877A*****
56
+ */
57
+ requestId?: string;
58
+ results?: ListContextStoreAPIKeysResponseBodyResults[];
59
+ /**
60
+ * @example
61
+ * 454
62
+ */
63
+ total?: number;
64
+ static names(): {
65
+ [key: string]: string;
66
+ };
67
+ static types(): {
68
+ [key: string]: any;
69
+ };
70
+ validate(): void;
71
+ constructor(map?: {
72
+ [key: string]: any;
73
+ });
74
+ }
@@ -0,0 +1,96 @@
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.ListContextStoreAPIKeysResponseBody = exports.ListContextStoreAPIKeysResponseBodyResults = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class ListContextStoreAPIKeysResponseBodyResults extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ apiKey: 'apiKey',
43
+ contextStoreName: 'contextStoreName',
44
+ createTime: 'createTime',
45
+ name: 'name',
46
+ workspace: 'workspace',
47
+ };
48
+ }
49
+ static types() {
50
+ return {
51
+ apiKey: 'string',
52
+ contextStoreName: 'string',
53
+ createTime: 'string',
54
+ name: 'string',
55
+ workspace: 'string',
56
+ };
57
+ }
58
+ validate() {
59
+ super.validate();
60
+ }
61
+ constructor(map) {
62
+ super(map);
63
+ }
64
+ }
65
+ exports.ListContextStoreAPIKeysResponseBodyResults = ListContextStoreAPIKeysResponseBodyResults;
66
+ class ListContextStoreAPIKeysResponseBody extends $dara.Model {
67
+ static names() {
68
+ return {
69
+ maxResults: 'maxResults',
70
+ nextToken: 'nextToken',
71
+ requestId: 'requestId',
72
+ results: 'results',
73
+ total: 'total',
74
+ };
75
+ }
76
+ static types() {
77
+ return {
78
+ maxResults: 'number',
79
+ nextToken: 'string',
80
+ requestId: 'string',
81
+ results: { 'type': 'array', 'itemType': ListContextStoreAPIKeysResponseBodyResults },
82
+ total: 'number',
83
+ };
84
+ }
85
+ validate() {
86
+ if (Array.isArray(this.results)) {
87
+ $dara.Model.validateArray(this.results);
88
+ }
89
+ super.validate();
90
+ }
91
+ constructor(map) {
92
+ super(map);
93
+ }
94
+ }
95
+ exports.ListContextStoreAPIKeysResponseBody = ListContextStoreAPIKeysResponseBody;
96
+ //# sourceMappingURL=ListContextStoreApikeysResponseBody.js.map