@volcengine/milvus 1.0.1

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 (239) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +235 -0
  4. package/dist/esm/api.d.ts +221 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +147 -0
  9. package/dist/esm/types/allow-group-list-for-describe-instance-detail-output.d.ts +30 -0
  10. package/dist/esm/types/allow-group-list-for-describe-instance-detail-output.d.ts.map +1 -0
  11. package/dist/esm/types/base-instance-for-describe-instance-detail-output.d.ts +85 -0
  12. package/dist/esm/types/base-instance-for-describe-instance-detail-output.d.ts.map +1 -0
  13. package/dist/esm/types/charge-config-for-create-instance-input.d.ts +40 -0
  14. package/dist/esm/types/charge-config-for-create-instance-input.d.ts.map +1 -0
  15. package/dist/esm/types/charge-config-for-create-instance-one-step-input.d.ts +40 -0
  16. package/dist/esm/types/charge-config-for-create-instance-one-step-input.d.ts.map +1 -0
  17. package/dist/esm/types/charge-config-for-describe-instance-detail-output.d.ts +40 -0
  18. package/dist/esm/types/charge-config-for-describe-instance-detail-output.d.ts.map +1 -0
  19. package/dist/esm/types/charge-config-for-describe-instances-output.d.ts +40 -0
  20. package/dist/esm/types/charge-config-for-describe-instances-output.d.ts.map +1 -0
  21. package/dist/esm/types/component-spec-list-for-create-instance-input.d.ts +50 -0
  22. package/dist/esm/types/component-spec-list-for-create-instance-input.d.ts.map +1 -0
  23. package/dist/esm/types/component-spec-list-for-create-instance-one-step-input.d.ts +50 -0
  24. package/dist/esm/types/component-spec-list-for-create-instance-one-step-input.d.ts.map +1 -0
  25. package/dist/esm/types/component-spec-list-for-scale-instance-input.d.ts +45 -0
  26. package/dist/esm/types/component-spec-list-for-scale-instance-input.d.ts.map +1 -0
  27. package/dist/esm/types/config-assign-list-for-modify-instance-config-input.d.ts +30 -0
  28. package/dist/esm/types/config-assign-list-for-modify-instance-config-input.d.ts.map +1 -0
  29. package/dist/esm/types/configuration-for-describe-instance-config-output.d.ts +65 -0
  30. package/dist/esm/types/configuration-for-describe-instance-config-output.d.ts.map +1 -0
  31. package/dist/esm/types/create-instance-one-step-request.d.ts +64 -0
  32. package/dist/esm/types/create-instance-one-step-request.d.ts.map +1 -0
  33. package/dist/esm/types/create-instance-one-step-response.d.ts +45 -0
  34. package/dist/esm/types/create-instance-one-step-response.d.ts.map +1 -0
  35. package/dist/esm/types/create-instance-request.d.ts +64 -0
  36. package/dist/esm/types/create-instance-request.d.ts.map +1 -0
  37. package/dist/esm/types/create-instance-response.d.ts +45 -0
  38. package/dist/esm/types/create-instance-response.d.ts.map +1 -0
  39. package/dist/esm/types/describe-config-modules-request.d.ts +25 -0
  40. package/dist/esm/types/describe-config-modules-request.d.ts.map +1 -0
  41. package/dist/esm/types/describe-config-modules-response.d.ts +25 -0
  42. package/dist/esm/types/describe-config-modules-response.d.ts.map +1 -0
  43. package/dist/esm/types/describe-instance-config-request.d.ts +25 -0
  44. package/dist/esm/types/describe-instance-config-request.d.ts.map +1 -0
  45. package/dist/esm/types/describe-instance-config-response.d.ts +26 -0
  46. package/dist/esm/types/describe-instance-config-response.d.ts.map +1 -0
  47. package/dist/esm/types/describe-instance-detail-request.d.ts +25 -0
  48. package/dist/esm/types/describe-instance-detail-request.d.ts.map +1 -0
  49. package/dist/esm/types/describe-instance-detail-response.d.ts +86 -0
  50. package/dist/esm/types/describe-instance-detail-response.d.ts.map +1 -0
  51. package/dist/esm/types/describe-instances-request.d.ts +51 -0
  52. package/dist/esm/types/describe-instances-request.d.ts.map +1 -0
  53. package/dist/esm/types/describe-instances-response.d.ts +46 -0
  54. package/dist/esm/types/describe-instances-response.d.ts.map +1 -0
  55. package/dist/esm/types/describe-node-info-request.d.ts +25 -0
  56. package/dist/esm/types/describe-node-info-request.d.ts.map +1 -0
  57. package/dist/esm/types/describe-node-info-response.d.ts +26 -0
  58. package/dist/esm/types/describe-node-info-response.d.ts.map +1 -0
  59. package/dist/esm/types/endpoint-list-for-describe-instance-detail-output.d.ts +61 -0
  60. package/dist/esm/types/endpoint-list-for-describe-instance-detail-output.d.ts.map +1 -0
  61. package/dist/esm/types/index.d.ts +75 -0
  62. package/dist/esm/types/index.d.ts.map +1 -0
  63. package/dist/esm/types/instance-configuration-for-create-instance-input.d.ts +46 -0
  64. package/dist/esm/types/instance-configuration-for-create-instance-input.d.ts.map +1 -0
  65. package/dist/esm/types/instance-configuration-for-create-instance-one-step-input.d.ts +46 -0
  66. package/dist/esm/types/instance-configuration-for-create-instance-one-step-input.d.ts.map +1 -0
  67. package/dist/esm/types/instance-info-for-describe-instances-output.d.ts +83 -0
  68. package/dist/esm/types/instance-info-for-describe-instances-output.d.ts.map +1 -0
  69. package/dist/esm/types/list-tags-for-resources-request.d.ts +46 -0
  70. package/dist/esm/types/list-tags-for-resources-request.d.ts.map +1 -0
  71. package/dist/esm/types/list-tags-for-resources-response.d.ts +31 -0
  72. package/dist/esm/types/list-tags-for-resources-response.d.ts.map +1 -0
  73. package/dist/esm/types/modify-delete-protect-request.d.ts +30 -0
  74. package/dist/esm/types/modify-delete-protect-request.d.ts.map +1 -0
  75. package/dist/esm/types/modify-delete-protect-response.d.ts +25 -0
  76. package/dist/esm/types/modify-delete-protect-response.d.ts.map +1 -0
  77. package/dist/esm/types/modify-instance-config-request.d.ts +31 -0
  78. package/dist/esm/types/modify-instance-config-request.d.ts.map +1 -0
  79. package/dist/esm/types/modify-instance-config-response.d.ts +25 -0
  80. package/dist/esm/types/modify-instance-config-response.d.ts.map +1 -0
  81. package/dist/esm/types/modify-instance-name-request.d.ts +30 -0
  82. package/dist/esm/types/modify-instance-name-request.d.ts.map +1 -0
  83. package/dist/esm/types/modify-instance-name-response.d.ts +25 -0
  84. package/dist/esm/types/modify-instance-name-response.d.ts.map +1 -0
  85. package/dist/esm/types/modify-post-paid-request.d.ts +40 -0
  86. package/dist/esm/types/modify-post-paid-request.d.ts.map +1 -0
  87. package/dist/esm/types/modify-post-paid-response.d.ts +50 -0
  88. package/dist/esm/types/modify-post-paid-response.d.ts.map +1 -0
  89. package/dist/esm/types/modify-pre-paid-request.d.ts +40 -0
  90. package/dist/esm/types/modify-pre-paid-request.d.ts.map +1 -0
  91. package/dist/esm/types/modify-pre-paid-response.d.ts +50 -0
  92. package/dist/esm/types/modify-pre-paid-response.d.ts.map +1 -0
  93. package/dist/esm/types/modify-resource-tags-request.d.ts +36 -0
  94. package/dist/esm/types/modify-resource-tags-request.d.ts.map +1 -0
  95. package/dist/esm/types/modify-resource-tags-response.d.ts +25 -0
  96. package/dist/esm/types/modify-resource-tags-response.d.ts.map +1 -0
  97. package/dist/esm/types/network-config-for-create-instance-input.d.ts +37 -0
  98. package/dist/esm/types/network-config-for-create-instance-input.d.ts.map +1 -0
  99. package/dist/esm/types/network-config-for-create-instance-one-step-input.d.ts +37 -0
  100. package/dist/esm/types/network-config-for-create-instance-one-step-input.d.ts.map +1 -0
  101. package/dist/esm/types/network-config-for-describe-instance-detail-output.d.ts +37 -0
  102. package/dist/esm/types/network-config-for-describe-instance-detail-output.d.ts.map +1 -0
  103. package/dist/esm/types/network-config-for-describe-instances-output.d.ts +37 -0
  104. package/dist/esm/types/network-config-for-describe-instances-output.d.ts.map +1 -0
  105. package/dist/esm/types/node-info-list-for-describe-node-info-output.d.ts +70 -0
  106. package/dist/esm/types/node-info-list-for-describe-node-info-output.d.ts.map +1 -0
  107. package/dist/esm/types/release-instance-request.d.ts +25 -0
  108. package/dist/esm/types/release-instance-request.d.ts.map +1 -0
  109. package/dist/esm/types/release-instance-response.d.ts +25 -0
  110. package/dist/esm/types/release-instance-response.d.ts.map +1 -0
  111. package/dist/esm/types/scale-instance-request.d.ts +41 -0
  112. package/dist/esm/types/scale-instance-request.d.ts.map +1 -0
  113. package/dist/esm/types/scale-instance-response.d.ts +35 -0
  114. package/dist/esm/types/scale-instance-response.d.ts.map +1 -0
  115. package/dist/esm/types/spec-config-for-describe-instance-detail-output.d.ts +45 -0
  116. package/dist/esm/types/spec-config-for-describe-instance-detail-output.d.ts.map +1 -0
  117. package/dist/esm/types/subnet-info-for-create-instance-input.d.ts +30 -0
  118. package/dist/esm/types/subnet-info-for-create-instance-input.d.ts.map +1 -0
  119. package/dist/esm/types/subnet-info-for-create-instance-one-step-input.d.ts +30 -0
  120. package/dist/esm/types/subnet-info-for-create-instance-one-step-input.d.ts.map +1 -0
  121. package/dist/esm/types/subnet-info-for-describe-instance-detail-output.d.ts +30 -0
  122. package/dist/esm/types/subnet-info-for-describe-instance-detail-output.d.ts.map +1 -0
  123. package/dist/esm/types/subnet-info-for-describe-instances-output.d.ts +30 -0
  124. package/dist/esm/types/subnet-info-for-describe-instances-output.d.ts.map +1 -0
  125. package/dist/esm/types/tag-filter-for-describe-instances-input.d.ts +30 -0
  126. package/dist/esm/types/tag-filter-for-describe-instances-input.d.ts.map +1 -0
  127. package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts +30 -0
  128. package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts.map +1 -0
  129. package/dist/esm/types/tag-for-create-instance-input.d.ts +30 -0
  130. package/dist/esm/types/tag-for-create-instance-input.d.ts.map +1 -0
  131. package/dist/esm/types/tag-for-create-instance-one-step-input.d.ts +30 -0
  132. package/dist/esm/types/tag-for-create-instance-one-step-input.d.ts.map +1 -0
  133. package/dist/esm/types/tag-for-describe-instance-detail-output.d.ts +30 -0
  134. package/dist/esm/types/tag-for-describe-instance-detail-output.d.ts.map +1 -0
  135. package/dist/esm/types/tag-for-describe-instances-output.d.ts +30 -0
  136. package/dist/esm/types/tag-for-describe-instances-output.d.ts.map +1 -0
  137. package/dist/esm/types/tag-for-modify-resource-tags-input.d.ts +30 -0
  138. package/dist/esm/types/tag-for-modify-resource-tags-input.d.ts.map +1 -0
  139. package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
  140. package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
  141. package/dist/esm/types/tag-resource-for-list-tags-for-resources-output.d.ts +40 -0
  142. package/dist/esm/types/tag-resource-for-list-tags-for-resources-output.d.ts.map +1 -0
  143. package/dist/esm/types/tag-resources-request.d.ts +36 -0
  144. package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
  145. package/dist/esm/types/tag-resources-response.d.ts +25 -0
  146. package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
  147. package/dist/esm/types/untag-resources-request.d.ts +35 -0
  148. package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
  149. package/dist/esm/types/untag-resources-response.d.ts +25 -0
  150. package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
  151. package/dist/esm/types/vpc-info-for-create-instance-input.d.ts +30 -0
  152. package/dist/esm/types/vpc-info-for-create-instance-input.d.ts.map +1 -0
  153. package/dist/esm/types/vpc-info-for-create-instance-one-step-input.d.ts +30 -0
  154. package/dist/esm/types/vpc-info-for-create-instance-one-step-input.d.ts.map +1 -0
  155. package/dist/esm/types/vpc-info-for-describe-instance-detail-output.d.ts +30 -0
  156. package/dist/esm/types/vpc-info-for-describe-instance-detail-output.d.ts.map +1 -0
  157. package/dist/esm/types/vpc-info-for-describe-instances-output.d.ts +30 -0
  158. package/dist/esm/types/vpc-info-for-describe-instances-output.d.ts.map +1 -0
  159. package/dist/tsconfig.tsbuildinfo +1 -0
  160. package/package.json +37 -0
  161. package/rslib.config.ts +26 -0
  162. package/src/api.ts +381 -0
  163. package/src/index.ts +14 -0
  164. package/src/types/allow-group-list-for-describe-instance-detail-output.ts +34 -0
  165. package/src/types/base-instance-for-describe-instance-detail-output.ts +100 -0
  166. package/src/types/charge-config-for-create-instance-input.ts +46 -0
  167. package/src/types/charge-config-for-create-instance-one-step-input.ts +46 -0
  168. package/src/types/charge-config-for-describe-instance-detail-output.ts +46 -0
  169. package/src/types/charge-config-for-describe-instances-output.ts +46 -0
  170. package/src/types/component-spec-list-for-create-instance-input.ts +58 -0
  171. package/src/types/component-spec-list-for-create-instance-one-step-input.ts +58 -0
  172. package/src/types/component-spec-list-for-scale-instance-input.ts +52 -0
  173. package/src/types/config-assign-list-for-modify-instance-config-input.ts +34 -0
  174. package/src/types/configuration-for-describe-instance-config-output.ts +76 -0
  175. package/src/types/create-instance-one-step-request.ts +74 -0
  176. package/src/types/create-instance-one-step-response.ts +52 -0
  177. package/src/types/create-instance-request.ts +74 -0
  178. package/src/types/create-instance-response.ts +52 -0
  179. package/src/types/describe-config-modules-request.ts +28 -0
  180. package/src/types/describe-config-modules-response.ts +28 -0
  181. package/src/types/describe-instance-config-request.ts +28 -0
  182. package/src/types/describe-instance-config-response.ts +29 -0
  183. package/src/types/describe-instance-detail-request.ts +28 -0
  184. package/src/types/describe-instance-detail-response.ts +100 -0
  185. package/src/types/describe-instances-request.ts +59 -0
  186. package/src/types/describe-instances-response.ts +53 -0
  187. package/src/types/describe-node-info-request.ts +28 -0
  188. package/src/types/describe-node-info-response.ts +29 -0
  189. package/src/types/endpoint-list-for-describe-instance-detail-output.ts +71 -0
  190. package/src/types/index.ts +74 -0
  191. package/src/types/instance-configuration-for-create-instance-input.ts +53 -0
  192. package/src/types/instance-configuration-for-create-instance-one-step-input.ts +53 -0
  193. package/src/types/instance-info-for-describe-instances-output.ts +97 -0
  194. package/src/types/list-tags-for-resources-request.ts +53 -0
  195. package/src/types/list-tags-for-resources-response.ts +35 -0
  196. package/src/types/modify-delete-protect-request.ts +34 -0
  197. package/src/types/modify-delete-protect-response.ts +28 -0
  198. package/src/types/modify-instance-config-request.ts +35 -0
  199. package/src/types/modify-instance-config-response.ts +28 -0
  200. package/src/types/modify-instance-name-request.ts +34 -0
  201. package/src/types/modify-instance-name-response.ts +28 -0
  202. package/src/types/modify-post-paid-request.ts +46 -0
  203. package/src/types/modify-post-paid-response.ts +58 -0
  204. package/src/types/modify-pre-paid-request.ts +46 -0
  205. package/src/types/modify-pre-paid-response.ts +58 -0
  206. package/src/types/modify-resource-tags-request.ts +41 -0
  207. package/src/types/modify-resource-tags-response.ts +28 -0
  208. package/src/types/network-config-for-create-instance-input.ts +42 -0
  209. package/src/types/network-config-for-create-instance-one-step-input.ts +42 -0
  210. package/src/types/network-config-for-describe-instance-detail-output.ts +42 -0
  211. package/src/types/network-config-for-describe-instances-output.ts +42 -0
  212. package/src/types/node-info-list-for-describe-node-info-output.ts +82 -0
  213. package/src/types/release-instance-request.ts +28 -0
  214. package/src/types/release-instance-response.ts +28 -0
  215. package/src/types/scale-instance-request.ts +47 -0
  216. package/src/types/scale-instance-response.ts +40 -0
  217. package/src/types/spec-config-for-describe-instance-detail-output.ts +52 -0
  218. package/src/types/subnet-info-for-create-instance-input.ts +34 -0
  219. package/src/types/subnet-info-for-create-instance-one-step-input.ts +34 -0
  220. package/src/types/subnet-info-for-describe-instance-detail-output.ts +34 -0
  221. package/src/types/subnet-info-for-describe-instances-output.ts +34 -0
  222. package/src/types/tag-filter-for-describe-instances-input.ts +34 -0
  223. package/src/types/tag-filter-for-list-tags-for-resources-input.ts +34 -0
  224. package/src/types/tag-for-create-instance-input.ts +34 -0
  225. package/src/types/tag-for-create-instance-one-step-input.ts +34 -0
  226. package/src/types/tag-for-describe-instance-detail-output.ts +34 -0
  227. package/src/types/tag-for-describe-instances-output.ts +34 -0
  228. package/src/types/tag-for-modify-resource-tags-input.ts +34 -0
  229. package/src/types/tag-for-tag-resources-input.ts +34 -0
  230. package/src/types/tag-resource-for-list-tags-for-resources-output.ts +46 -0
  231. package/src/types/tag-resources-request.ts +41 -0
  232. package/src/types/tag-resources-response.ts +28 -0
  233. package/src/types/untag-resources-request.ts +40 -0
  234. package/src/types/untag-resources-response.ts +28 -0
  235. package/src/types/vpc-info-for-create-instance-input.ts +34 -0
  236. package/src/types/vpc-info-for-create-instance-one-step-input.ts +34 -0
  237. package/src/types/vpc-info-for-describe-instance-detail-output.ts +34 -0
  238. package/src/types/vpc-info-for-describe-instances-output.ts +34 -0
  239. package/tsconfig.json +12 -0
@@ -0,0 +1,37 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { SubnetInfoForDescribeInstanceDetailOutput } from './subnet-info-for-describe-instance-detail-output';
13
+ import { VpcInfoForDescribeInstanceDetailOutput } from './vpc-info-for-describe-instance-detail-output';
14
+ /**
15
+ *
16
+ *
17
+ * @export
18
+ * @interface NetworkConfigForDescribeInstanceDetailOutput
19
+ */
20
+ export interface NetworkConfigForDescribeInstanceDetailOutput {
21
+ /**
22
+ * @type {boolean}
23
+ * @memberof NetworkConfigForDescribeInstanceDetailOutput
24
+ */
25
+ InnerEndpointEnabled?: boolean;
26
+ /**
27
+ * @type {SubnetInfoForDescribeInstanceDetailOutput}
28
+ * @memberof NetworkConfigForDescribeInstanceDetailOutput
29
+ */
30
+ SubnetInfo?: SubnetInfoForDescribeInstanceDetailOutput;
31
+ /**
32
+ * @type {VpcInfoForDescribeInstanceDetailOutput}
33
+ * @memberof NetworkConfigForDescribeInstanceDetailOutput
34
+ */
35
+ VpcInfo?: VpcInfoForDescribeInstanceDetailOutput;
36
+ }
37
+ //# sourceMappingURL=network-config-for-describe-instance-detail-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"network-config-for-describe-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/network-config-for-describe-instance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,yCAAyC,EAAE,MAAM,mDAAmD,CAAC;AAC9G,OAAO,EAAE,sCAAsC,EAAE,MAAM,gDAAgD,CAAC;AACvG;;;;;EAKE;AACH,MAAM,WAAW,4CAA4C;IAEzD;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACH,UAAU,CAAC,EAAE,yCAAyC,CAAC;IAEvD;;;OAGG;IACH,OAAO,CAAC,EAAE,sCAAsC,CAAC;CACpD"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { SubnetInfoForDescribeInstancesOutput } from './subnet-info-for-describe-instances-output';
13
+ import { VpcInfoForDescribeInstancesOutput } from './vpc-info-for-describe-instances-output';
14
+ /**
15
+ *
16
+ *
17
+ * @export
18
+ * @interface NetworkConfigForDescribeInstancesOutput
19
+ */
20
+ export interface NetworkConfigForDescribeInstancesOutput {
21
+ /**
22
+ * @type {boolean}
23
+ * @memberof NetworkConfigForDescribeInstancesOutput
24
+ */
25
+ InnerEndpointEnabled?: boolean;
26
+ /**
27
+ * @type {SubnetInfoForDescribeInstancesOutput}
28
+ * @memberof NetworkConfigForDescribeInstancesOutput
29
+ */
30
+ SubnetInfo?: SubnetInfoForDescribeInstancesOutput;
31
+ /**
32
+ * @type {VpcInfoForDescribeInstancesOutput}
33
+ * @memberof NetworkConfigForDescribeInstancesOutput
34
+ */
35
+ VpcInfo?: VpcInfoForDescribeInstancesOutput;
36
+ }
37
+ //# sourceMappingURL=network-config-for-describe-instances-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"network-config-for-describe-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/network-config-for-describe-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,oCAAoC,EAAE,MAAM,6CAA6C,CAAC;AACnG,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAC5F;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACH,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAElD;;;OAGG;IACH,OAAO,CAAC,EAAE,iCAAiC,CAAC;CAC/C"}
@@ -0,0 +1,70 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface NodeInfoListForDescribeNodeInfoOutput
17
+ */
18
+ export interface NodeInfoListForDescribeNodeInfoOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof NodeInfoListForDescribeNodeInfoOutput
22
+ */
23
+ CreateTime?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof NodeInfoListForDescribeNodeInfoOutput
27
+ */
28
+ DisplayName?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof NodeInfoListForDescribeNodeInfoOutput
32
+ */
33
+ NodeName?: string;
34
+ /**
35
+ * @type {string}
36
+ * @memberof NodeInfoListForDescribeNodeInfoOutput
37
+ */
38
+ NodeType?: string;
39
+ /**
40
+ * @type {string}
41
+ * @memberof NodeInfoListForDescribeNodeInfoOutput
42
+ */
43
+ Status?: string;
44
+ /**
45
+ * @type {string}
46
+ * @memberof NodeInfoListForDescribeNodeInfoOutput
47
+ */
48
+ TotalCpu?: string;
49
+ /**
50
+ * @type {string}
51
+ * @memberof NodeInfoListForDescribeNodeInfoOutput
52
+ */
53
+ TotalMemInBytes?: string;
54
+ /**
55
+ * @type {string}
56
+ * @memberof NodeInfoListForDescribeNodeInfoOutput
57
+ */
58
+ UpdateTime?: string;
59
+ /**
60
+ * @type {string}
61
+ * @memberof NodeInfoListForDescribeNodeInfoOutput
62
+ */
63
+ UsedCpu?: string;
64
+ /**
65
+ * @type {string}
66
+ * @memberof NodeInfoListForDescribeNodeInfoOutput
67
+ */
68
+ UsedMemInBytes?: string;
69
+ }
70
+ //# sourceMappingURL=node-info-list-for-describe-node-info-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-info-list-for-describe-node-info-output.d.ts","sourceRoot":"","sources":["../../../src/types/node-info-list-for-describe-node-info-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface ReleaseInstanceRequest
17
+ */
18
+ export interface ReleaseInstanceRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof ReleaseInstanceRequest
22
+ */
23
+ InstanceId: string;
24
+ }
25
+ //# sourceMappingURL=release-instance-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"release-instance-request.d.ts","sourceRoot":"","sources":["../../../src/types/release-instance-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;IAEnC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface ReleaseInstanceResponse
17
+ */
18
+ export interface ReleaseInstanceResponse {
19
+ /**
20
+ * @type {string}
21
+ * @memberof ReleaseInstanceResponse
22
+ */
23
+ Status?: string;
24
+ }
25
+ //# sourceMappingURL=release-instance-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"release-instance-response.d.ts","sourceRoot":"","sources":["../../../src/types/release-instance-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uBAAuB;IAEpC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { ComponentSpecListForScaleInstanceInput } from './component-spec-list-for-scale-instance-input';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface ScaleInstanceRequest
18
+ */
19
+ export interface ScaleInstanceRequest {
20
+ /**
21
+ * @type {Array<ComponentSpecListForScaleInstanceInput>}
22
+ * @memberof ScaleInstanceRequest
23
+ */
24
+ ComponentSpecList?: Array<ComponentSpecListForScaleInstanceInput>;
25
+ /**
26
+ * @type {boolean}
27
+ * @memberof ScaleInstanceRequest
28
+ */
29
+ HaEnabled: boolean;
30
+ /**
31
+ * @type {string}
32
+ * @memberof ScaleInstanceRequest
33
+ */
34
+ InstanceId: string;
35
+ /**
36
+ * @type {boolean}
37
+ * @memberof ScaleInstanceRequest
38
+ */
39
+ OneStep: boolean;
40
+ }
41
+ //# sourceMappingURL=scale-instance-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scale-instance-request.d.ts","sourceRoot":"","sources":["../../../src/types/scale-instance-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,gDAAgD,CAAC;AACvG;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;IAEjC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IAElE;;;OAGG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,EAAE,OAAO,CAAC;CACpB"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface ScaleInstanceResponse
17
+ */
18
+ export interface ScaleInstanceResponse {
19
+ /**
20
+ * @type {string}
21
+ * @memberof ScaleInstanceResponse
22
+ */
23
+ InstanceId?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof ScaleInstanceResponse
27
+ */
28
+ OrderNO?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof ScaleInstanceResponse
32
+ */
33
+ TradeConfigId?: string;
34
+ }
35
+ //# sourceMappingURL=scale-instance-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scale-instance-response.d.ts","sourceRoot":"","sources":["../../../src/types/scale-instance-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;IAElC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1,45 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface SpecConfigForDescribeInstanceDetailOutput
17
+ */
18
+ export interface SpecConfigForDescribeInstanceDetailOutput {
19
+ /**
20
+ * @type {number}
21
+ * @memberof SpecConfigForDescribeInstanceDetailOutput
22
+ */
23
+ CpuNum?: number;
24
+ /**
25
+ * @type {number}
26
+ * @memberof SpecConfigForDescribeInstanceDetailOutput
27
+ */
28
+ MemSize?: number;
29
+ /**
30
+ * @type {string}
31
+ * @memberof SpecConfigForDescribeInstanceDetailOutput
32
+ */
33
+ NodeCUType?: string;
34
+ /**
35
+ * @type {number}
36
+ * @memberof SpecConfigForDescribeInstanceDetailOutput
37
+ */
38
+ NodeNum?: number;
39
+ /**
40
+ * @type {string}
41
+ * @memberof SpecConfigForDescribeInstanceDetailOutput
42
+ */
43
+ NodeType?: string;
44
+ }
45
+ //# sourceMappingURL=spec-config-for-describe-instance-detail-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spec-config-for-describe-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/spec-config-for-describe-instance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface SubnetInfoForCreateInstanceInput
17
+ */
18
+ export interface SubnetInfoForCreateInstanceInput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof SubnetInfoForCreateInstanceInput
22
+ */
23
+ SubnetId?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof SubnetInfoForCreateInstanceInput
27
+ */
28
+ SubnetName?: string;
29
+ }
30
+ //# sourceMappingURL=subnet-info-for-create-instance-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subnet-info-for-create-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-create-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface SubnetInfoForCreateInstanceOneStepInput
17
+ */
18
+ export interface SubnetInfoForCreateInstanceOneStepInput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof SubnetInfoForCreateInstanceOneStepInput
22
+ */
23
+ SubnetId?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof SubnetInfoForCreateInstanceOneStepInput
27
+ */
28
+ SubnetName?: string;
29
+ }
30
+ //# sourceMappingURL=subnet-info-for-create-instance-one-step-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subnet-info-for-create-instance-one-step-input.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-create-instance-one-step-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface SubnetInfoForDescribeInstanceDetailOutput
17
+ */
18
+ export interface SubnetInfoForDescribeInstanceDetailOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof SubnetInfoForDescribeInstanceDetailOutput
22
+ */
23
+ SubnetId?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof SubnetInfoForDescribeInstanceDetailOutput
27
+ */
28
+ SubnetName?: string;
29
+ }
30
+ //# sourceMappingURL=subnet-info-for-describe-instance-detail-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subnet-info-for-describe-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-describe-instance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface SubnetInfoForDescribeInstancesOutput
17
+ */
18
+ export interface SubnetInfoForDescribeInstancesOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof SubnetInfoForDescribeInstancesOutput
22
+ */
23
+ SubnetId?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof SubnetInfoForDescribeInstancesOutput
27
+ */
28
+ SubnetName?: string;
29
+ }
30
+ //# sourceMappingURL=subnet-info-for-describe-instances-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subnet-info-for-describe-instances-output.d.ts","sourceRoot":"","sources":["../../../src/types/subnet-info-for-describe-instances-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface TagFilterForDescribeInstancesInput
17
+ */
18
+ export interface TagFilterForDescribeInstancesInput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof TagFilterForDescribeInstancesInput
22
+ */
23
+ Key?: string;
24
+ /**
25
+ * @type {Array<string>}
26
+ * @memberof TagFilterForDescribeInstancesInput
27
+ */
28
+ Values?: Array<string>;
29
+ }
30
+ //# sourceMappingURL=tag-filter-for-describe-instances-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag-filter-for-describe-instances-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-filter-for-describe-instances-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC1B"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface TagFilterForListTagsForResourcesInput
17
+ */
18
+ export interface TagFilterForListTagsForResourcesInput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof TagFilterForListTagsForResourcesInput
22
+ */
23
+ Key?: string;
24
+ /**
25
+ * @type {Array<string>}
26
+ * @memberof TagFilterForListTagsForResourcesInput
27
+ */
28
+ Values?: Array<string>;
29
+ }
30
+ //# sourceMappingURL=tag-filter-for-list-tags-for-resources-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag-filter-for-list-tags-for-resources-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-filter-for-list-tags-for-resources-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC1B"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface TagForCreateInstanceInput
17
+ */
18
+ export interface TagForCreateInstanceInput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof TagForCreateInstanceInput
22
+ */
23
+ Key?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof TagForCreateInstanceInput
27
+ */
28
+ Value?: string;
29
+ }
30
+ //# sourceMappingURL=tag-for-create-instance-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag-for-create-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-create-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface TagForCreateInstanceOneStepInput
17
+ */
18
+ export interface TagForCreateInstanceOneStepInput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof TagForCreateInstanceOneStepInput
22
+ */
23
+ Key?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof TagForCreateInstanceOneStepInput
27
+ */
28
+ Value?: string;
29
+ }
30
+ //# sourceMappingURL=tag-for-create-instance-one-step-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag-for-create-instance-one-step-input.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-create-instance-one-step-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * milvus
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface TagForDescribeInstanceDetailOutput
17
+ */
18
+ export interface TagForDescribeInstanceDetailOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof TagForDescribeInstanceDetailOutput
22
+ */
23
+ Key?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof TagForDescribeInstanceDetailOutput
27
+ */
28
+ Value?: string;
29
+ }
30
+ //# sourceMappingURL=tag-for-describe-instance-detail-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag-for-describe-instance-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/tag-for-describe-instance-detail-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}