@volcengine/pulumi 0.0.44-alpha.1768546977 → 0.0.44

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 (314) hide show
  1. package/alb/accessLog.d.ts +19 -0
  2. package/alb/accessLog.js +19 -0
  3. package/alb/accessLog.js.map +1 -1
  4. package/alb/allCertificates.d.ts +102 -0
  5. package/alb/allCertificates.js +42 -0
  6. package/alb/allCertificates.js.map +1 -1
  7. package/alb/getAllCertificates.d.ts +102 -0
  8. package/alb/getAllCertificates.js +42 -0
  9. package/alb/getAllCertificates.js.map +1 -1
  10. package/alb/getListenerHealths.d.ts +66 -0
  11. package/alb/getListenerHealths.js +36 -0
  12. package/alb/getListenerHealths.js.map +1 -1
  13. package/alb/healthLog.d.ts +20 -0
  14. package/alb/healthLog.js +20 -0
  15. package/alb/healthLog.js.map +1 -1
  16. package/alb/listener.d.ts +3 -3
  17. package/alb/listenerDomainExtension.d.ts +41 -5
  18. package/alb/listenerDomainExtension.js +6 -3
  19. package/alb/listenerDomainExtension.js.map +1 -1
  20. package/alb/listenerHealths.d.ts +66 -0
  21. package/alb/listenerHealths.js +36 -0
  22. package/alb/listenerHealths.js.map +1 -1
  23. package/alb/replaceCertificate.d.ts +67 -24
  24. package/alb/replaceCertificate.js +46 -0
  25. package/alb/replaceCertificate.js.map +1 -1
  26. package/alb/tlsAccessLog.d.ts +20 -0
  27. package/alb/tlsAccessLog.js +20 -0
  28. package/alb/tlsAccessLog.js.map +1 -1
  29. package/clb/accessLog.d.ts +122 -0
  30. package/clb/accessLog.js +86 -0
  31. package/clb/accessLog.js.map +1 -0
  32. package/clb/acl.d.ts +16 -0
  33. package/clb/acl.js +6 -0
  34. package/clb/acl.js.map +1 -1
  35. package/clb/acls.d.ts +21 -0
  36. package/clb/acls.js +9 -0
  37. package/clb/acls.js.map +1 -1
  38. package/clb/clb.d.ts +78 -2
  39. package/clb/clb.js +13 -1
  40. package/clb/clb.js.map +1 -1
  41. package/clb/clbs.d.ts +79 -1
  42. package/clb/clbs.js +7 -0
  43. package/clb/clbs.js.map +1 -1
  44. package/clb/getAcls.d.ts +21 -0
  45. package/clb/getAcls.js +9 -0
  46. package/clb/getAcls.js.map +1 -1
  47. package/clb/getClbs.d.ts +79 -1
  48. package/clb/getClbs.js +7 -0
  49. package/clb/getClbs.js.map +1 -1
  50. package/clb/getHealthCheckLogProjects.d.ts +62 -0
  51. package/clb/getHealthCheckLogProjects.js +42 -0
  52. package/clb/getHealthCheckLogProjects.js.map +1 -0
  53. package/clb/getHealthCheckLogTopics.d.ts +75 -0
  54. package/clb/getHealthCheckLogTopics.js +46 -0
  55. package/clb/getHealthCheckLogTopics.js.map +1 -0
  56. package/clb/getListenerHealths.d.ts +84 -0
  57. package/clb/getListenerHealths.js +47 -0
  58. package/clb/getListenerHealths.js.map +1 -0
  59. package/clb/getListeners.d.ts +28 -0
  60. package/clb/getListeners.js +2 -0
  61. package/clb/getListeners.js.map +1 -1
  62. package/clb/getRules.d.ts +13 -0
  63. package/clb/getRules.js +1 -0
  64. package/clb/getRules.js.map +1 -1
  65. package/clb/getServerGroups.d.ts +28 -0
  66. package/clb/getServerGroups.js +2 -0
  67. package/clb/getServerGroups.js.map +1 -1
  68. package/clb/healthCheckLogProject.d.ts +63 -0
  69. package/clb/healthCheckLogProject.js +68 -0
  70. package/clb/healthCheckLogProject.js.map +1 -0
  71. package/clb/healthCheckLogProjects.d.ts +64 -0
  72. package/clb/healthCheckLogProjects.js +45 -0
  73. package/clb/healthCheckLogProjects.js.map +1 -0
  74. package/clb/healthCheckLogTopic.d.ts +86 -0
  75. package/clb/healthCheckLogTopic.js +83 -0
  76. package/clb/healthCheckLogTopic.js.map +1 -0
  77. package/clb/healthCheckLogTopics.d.ts +77 -0
  78. package/clb/healthCheckLogTopics.js +49 -0
  79. package/clb/healthCheckLogTopics.js.map +1 -0
  80. package/clb/index.d.ts +27 -0
  81. package/clb/index.js +35 -1
  82. package/clb/index.js.map +1 -1
  83. package/clb/listener.d.ts +254 -3
  84. package/clb/listener.js +71 -0
  85. package/clb/listener.js.map +1 -1
  86. package/clb/listenerHealths.d.ts +86 -0
  87. package/clb/listenerHealths.js +50 -0
  88. package/clb/listenerHealths.js.map +1 -0
  89. package/clb/listeners.d.ts +28 -0
  90. package/clb/listeners.js +2 -0
  91. package/clb/listeners.js.map +1 -1
  92. package/clb/rule.d.ts +59 -4
  93. package/clb/rule.js +23 -3
  94. package/clb/rule.js.map +1 -1
  95. package/clb/rules.d.ts +13 -0
  96. package/clb/rules.js +1 -0
  97. package/clb/rules.js.map +1 -1
  98. package/clb/serverGroup.d.ts +43 -0
  99. package/clb/serverGroup.js +11 -0
  100. package/clb/serverGroup.js.map +1 -1
  101. package/clb/serverGroupServer.d.ts +30 -6
  102. package/clb/serverGroupServer.js +24 -0
  103. package/clb/serverGroupServer.js.map +1 -1
  104. package/clb/serverGroups.d.ts +28 -0
  105. package/clb/serverGroups.js +2 -0
  106. package/clb/serverGroups.js.map +1 -1
  107. package/package.json +1 -1
  108. package/redis/getPitrTimeWindows.d.ts +0 -50
  109. package/redis/getPitrTimeWindows.js +0 -32
  110. package/redis/getPitrTimeWindows.js.map +1 -1
  111. package/redis/pitrTimeWindows.d.ts +0 -50
  112. package/redis/pitrTimeWindows.js +0 -32
  113. package/redis/pitrTimeWindows.js.map +1 -1
  114. package/tls/account.d.ts +71 -0
  115. package/tls/account.js +70 -0
  116. package/tls/account.js.map +1 -0
  117. package/tls/accounts.d.ts +64 -0
  118. package/tls/accounts.js +45 -0
  119. package/tls/accounts.js.map +1 -0
  120. package/tls/alarm.d.ts +74 -14
  121. package/tls/alarm.js +33 -13
  122. package/tls/alarm.js.map +1 -1
  123. package/tls/alarmContentTemplate.d.ts +219 -0
  124. package/tls/alarmContentTemplate.js +135 -0
  125. package/tls/alarmContentTemplate.js.map +1 -0
  126. package/tls/alarmContentTemplates.d.ts +115 -0
  127. package/tls/alarmContentTemplates.js +50 -0
  128. package/tls/alarmContentTemplates.js.map +1 -0
  129. package/tls/alarmNotifyGroup.d.ts +16 -27
  130. package/tls/alarmNotifyGroup.js +2 -29
  131. package/tls/alarmNotifyGroup.js.map +1 -1
  132. package/tls/alarmWebhookIntegration.d.ts +155 -0
  133. package/tls/alarmWebhookIntegration.js +103 -0
  134. package/tls/alarmWebhookIntegration.js.map +1 -0
  135. package/tls/alarmWebhookIntegrations.d.ts +100 -0
  136. package/tls/alarmWebhookIntegrations.js +48 -0
  137. package/tls/alarmWebhookIntegrations.js.map +1 -0
  138. package/tls/alarms.d.ts +7 -11
  139. package/tls/alarms.js +3 -6
  140. package/tls/alarms.js.map +1 -1
  141. package/tls/consumerGroup.d.ts +3 -3
  142. package/tls/consumerGroup.js +3 -3
  143. package/tls/consumerGroups.d.ts +38 -2
  144. package/tls/consumerGroups.js +38 -2
  145. package/tls/consumerGroups.js.map +1 -1
  146. package/tls/describeTraces.d.ts +91 -0
  147. package/tls/describeTraces.js +52 -0
  148. package/tls/describeTraces.js.map +1 -0
  149. package/tls/downloadTask.d.ts +239 -0
  150. package/tls/downloadTask.js +125 -0
  151. package/tls/downloadTask.js.map +1 -0
  152. package/tls/downloadTasks.d.ts +105 -0
  153. package/tls/downloadTasks.js +56 -0
  154. package/tls/downloadTasks.js.map +1 -0
  155. package/tls/downloadUrls.d.ts +95 -0
  156. package/tls/downloadUrls.js +80 -0
  157. package/tls/downloadUrls.js.map +1 -0
  158. package/tls/etlTask.d.ts +4 -4
  159. package/tls/etlTask.js +4 -4
  160. package/tls/getAccounts.d.ts +62 -0
  161. package/tls/getAccounts.js +42 -0
  162. package/tls/getAccounts.js.map +1 -0
  163. package/tls/getAlarmContentTemplates.d.ts +113 -0
  164. package/tls/getAlarmContentTemplates.js +47 -0
  165. package/tls/getAlarmContentTemplates.js.map +1 -0
  166. package/tls/getAlarmWebhookIntegrations.d.ts +98 -0
  167. package/tls/getAlarmWebhookIntegrations.js +45 -0
  168. package/tls/getAlarmWebhookIntegrations.js.map +1 -0
  169. package/tls/getAlarms.d.ts +7 -11
  170. package/tls/getAlarms.js +3 -6
  171. package/tls/getAlarms.js.map +1 -1
  172. package/tls/getConsumerGroups.d.ts +38 -2
  173. package/tls/getConsumerGroups.js +38 -2
  174. package/tls/getConsumerGroups.js.map +1 -1
  175. package/tls/getDescribeTraces.d.ts +89 -0
  176. package/tls/getDescribeTraces.js +49 -0
  177. package/tls/getDescribeTraces.js.map +1 -0
  178. package/tls/getDownloadTasks.d.ts +103 -0
  179. package/tls/getDownloadTasks.js +53 -0
  180. package/tls/getDownloadTasks.js.map +1 -0
  181. package/tls/getDownloadUrls.d.ts +93 -0
  182. package/tls/getDownloadUrls.js +77 -0
  183. package/tls/getDownloadUrls.js.map +1 -0
  184. package/tls/getHostGroupRules.d.ts +75 -0
  185. package/tls/getHostGroupRules.js +46 -0
  186. package/tls/getHostGroupRules.js.map +1 -0
  187. package/tls/getHostGroups.d.ts +11 -8
  188. package/tls/getHostGroups.js +3 -8
  189. package/tls/getHostGroups.js.map +1 -1
  190. package/tls/getHosts.d.ts +2 -2
  191. package/tls/getHosts.js +2 -2
  192. package/tls/getIndexes.d.ts +2 -2
  193. package/tls/getIndexes.js +2 -2
  194. package/tls/getLogContexts.d.ts +105 -0
  195. package/tls/getLogContexts.js +32 -0
  196. package/tls/getLogContexts.js.map +1 -0
  197. package/tls/getLogHistograms.d.ts +120 -0
  198. package/tls/getLogHistograms.js +57 -0
  199. package/tls/getLogHistograms.js.map +1 -0
  200. package/tls/getLogSearches.d.ts +164 -0
  201. package/tls/getLogSearches.js +62 -0
  202. package/tls/getLogSearches.js.map +1 -0
  203. package/tls/getRuleAppliers.d.ts +251 -17
  204. package/tls/getRuleAppliers.js +239 -5
  205. package/tls/getRuleAppliers.js.map +1 -1
  206. package/tls/getRuleBoundHostGroups.d.ts +75 -0
  207. package/tls/getRuleBoundHostGroups.js +46 -0
  208. package/tls/getRuleBoundHostGroups.js.map +1 -0
  209. package/tls/getRules.d.ts +54 -7
  210. package/tls/getRules.js +15 -2
  211. package/tls/getRules.js.map +1 -1
  212. package/tls/getSearchTraces.d.ts +85 -0
  213. package/tls/getSearchTraces.js +47 -0
  214. package/tls/getSearchTraces.js.map +1 -0
  215. package/tls/getShards.d.ts +2 -2
  216. package/tls/getShards.js +2 -2
  217. package/tls/getTagResources.d.ts +167 -0
  218. package/tls/getTagResources.js +106 -0
  219. package/tls/getTagResources.js.map +1 -0
  220. package/tls/getTags.d.ts +115 -0
  221. package/tls/getTags.js +54 -0
  222. package/tls/getTags.js.map +1 -0
  223. package/tls/getTopics.d.ts +4 -13
  224. package/tls/getTopics.js +4 -5
  225. package/tls/getTopics.js.map +1 -1
  226. package/tls/getTraceInstances.d.ts +154 -0
  227. package/tls/getTraceInstances.js +63 -0
  228. package/tls/getTraceInstances.js.map +1 -0
  229. package/tls/host.d.ts +23 -10
  230. package/tls/host.js +21 -11
  231. package/tls/host.js.map +1 -1
  232. package/tls/hostGroup.d.ts +20 -27
  233. package/tls/hostGroup.js +20 -9
  234. package/tls/hostGroup.js.map +1 -1
  235. package/tls/hostGroupRules.d.ts +77 -0
  236. package/tls/hostGroupRules.js +49 -0
  237. package/tls/hostGroupRules.js.map +1 -0
  238. package/tls/hostGroups.d.ts +11 -8
  239. package/tls/hostGroups.js +3 -8
  240. package/tls/hostGroups.js.map +1 -1
  241. package/tls/hosts.d.ts +2 -2
  242. package/tls/hosts.js +2 -2
  243. package/tls/index.d.ts +117 -0
  244. package/tls/index.js +138 -2
  245. package/tls/index.js.map +1 -1
  246. package/tls/index_.d.ts +55 -32
  247. package/tls/index_.js +35 -32
  248. package/tls/index_.js.map +1 -1
  249. package/tls/indexes.d.ts +2 -2
  250. package/tls/indexes.js +2 -2
  251. package/tls/logContexts.d.ts +107 -0
  252. package/tls/logContexts.js +35 -0
  253. package/tls/logContexts.js.map +1 -0
  254. package/tls/logHistograms.d.ts +122 -0
  255. package/tls/logHistograms.js +60 -0
  256. package/tls/logHistograms.js.map +1 -0
  257. package/tls/logSearches.d.ts +166 -0
  258. package/tls/logSearches.js +65 -0
  259. package/tls/logSearches.js.map +1 -0
  260. package/tls/project.d.ts +24 -29
  261. package/tls/project.js +17 -11
  262. package/tls/project.js.map +1 -1
  263. package/tls/rule.d.ts +79 -36
  264. package/tls/rule.js +79 -36
  265. package/tls/rule.js.map +1 -1
  266. package/tls/ruleAppliers.d.ts +251 -17
  267. package/tls/ruleAppliers.js +239 -5
  268. package/tls/ruleAppliers.js.map +1 -1
  269. package/tls/ruleBoundHostGroup.d.ts +82 -0
  270. package/tls/ruleBoundHostGroup.js +79 -0
  271. package/tls/ruleBoundHostGroup.js.map +1 -0
  272. package/tls/ruleBoundHostGroups.d.ts +77 -0
  273. package/tls/ruleBoundHostGroups.js +49 -0
  274. package/tls/ruleBoundHostGroups.js.map +1 -0
  275. package/tls/rules.d.ts +54 -7
  276. package/tls/rules.js +15 -2
  277. package/tls/rules.js.map +1 -1
  278. package/tls/searchTraces.d.ts +87 -0
  279. package/tls/searchTraces.js +50 -0
  280. package/tls/searchTraces.js.map +1 -0
  281. package/tls/shard.d.ts +101 -0
  282. package/tls/shard.js +83 -0
  283. package/tls/shard.js.map +1 -0
  284. package/tls/shards.d.ts +2 -2
  285. package/tls/shards.js +2 -2
  286. package/tls/shipper.d.ts +17 -6
  287. package/tls/shipper.js +7 -6
  288. package/tls/shipper.js.map +1 -1
  289. package/tls/tag.d.ts +112 -0
  290. package/tls/tag.js +100 -0
  291. package/tls/tag.js.map +1 -0
  292. package/tls/tagResource.d.ts +111 -0
  293. package/tls/tagResource.js +99 -0
  294. package/tls/tagResource.js.map +1 -0
  295. package/tls/tagResources.d.ts +169 -0
  296. package/tls/tagResources.js +109 -0
  297. package/tls/tagResources.js.map +1 -0
  298. package/tls/tags.d.ts +117 -0
  299. package/tls/tags.js +57 -0
  300. package/tls/tags.js.map +1 -0
  301. package/tls/topic.d.ts +84 -3
  302. package/tls/topic.js +24 -3
  303. package/tls/topic.js.map +1 -1
  304. package/tls/topics.d.ts +4 -13
  305. package/tls/topics.js +4 -5
  306. package/tls/topics.js.map +1 -1
  307. package/tls/traceInstance.d.ts +122 -0
  308. package/tls/traceInstance.js +97 -0
  309. package/tls/traceInstance.js.map +1 -0
  310. package/tls/traceInstances.d.ts +156 -0
  311. package/tls/traceInstances.js +66 -0
  312. package/tls/traceInstances.js.map +1 -0
  313. package/types/input.d.ts +1038 -28
  314. package/types/output.d.ts +4112 -516
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getSearchTracesOutput = exports.getSearchTraces = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of tls search traces
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ *
16
+ * const example = volcengine.tls.getSearchTraces({
17
+ * traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
18
+ * });
19
+ * ```
20
+ */
21
+ function getSearchTraces(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invoke("volcengine:tls/getSearchTraces:getSearchTraces", {
24
+ "outputFile": args.outputFile,
25
+ "query": args.query,
26
+ "traceInstanceId": args.traceInstanceId,
27
+ }, opts);
28
+ }
29
+ exports.getSearchTraces = getSearchTraces;
30
+ /**
31
+ * Use this data source to query detailed information of tls search traces
32
+ * ## Example Usage
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as volcengine from "@pulumi/volcengine";
37
+ *
38
+ * const example = volcengine.tls.getSearchTraces({
39
+ * traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
40
+ * });
41
+ * ```
42
+ */
43
+ function getSearchTracesOutput(args, opts) {
44
+ return pulumi.output(args).apply((a) => getSearchTraces(a, opts));
45
+ }
46
+ exports.getSearchTracesOutput = getSearchTracesOutput;
47
+ //# sourceMappingURL=getSearchTraces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSearchTraces.js","sourceRoot":"","sources":["../../tls/getSearchTraces.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0CAQC;AAwCD;;;;;;;;;;;;GAYG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
@@ -9,7 +9,7 @@ import * as outputs from "../types/output";
9
9
  * import * as volcengine from "@pulumi/volcengine";
10
10
  *
11
11
  * const default = volcengine.tls.getShards({
12
- * topicId: "edf051ed-3c46-49ba-9339-bea628fedc15",
12
+ * topicId: "b600dc34-503f-42fc-8e32-953af55463d1",
13
13
  * });
14
14
  * ```
15
15
  */
@@ -58,7 +58,7 @@ export interface GetShardsResult {
58
58
  * import * as volcengine from "@pulumi/volcengine";
59
59
  *
60
60
  * const default = volcengine.tls.getShards({
61
- * topicId: "edf051ed-3c46-49ba-9339-bea628fedc15",
61
+ * topicId: "b600dc34-503f-42fc-8e32-953af55463d1",
62
62
  * });
63
63
  * ```
64
64
  */
package/tls/getShards.js CHANGED
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
14
14
  * import * as volcengine from "@pulumi/volcengine";
15
15
  *
16
16
  * const default = volcengine.tls.getShards({
17
- * topicId: "edf051ed-3c46-49ba-9339-bea628fedc15",
17
+ * topicId: "b600dc34-503f-42fc-8e32-953af55463d1",
18
18
  * });
19
19
  * ```
20
20
  */
@@ -35,7 +35,7 @@ exports.getShards = getShards;
35
35
  * import * as volcengine from "@pulumi/volcengine";
36
36
  *
37
37
  * const default = volcengine.tls.getShards({
38
- * topicId: "edf051ed-3c46-49ba-9339-bea628fedc15",
38
+ * topicId: "b600dc34-503f-42fc-8e32-953af55463d1",
39
39
  * });
40
40
  * ```
41
41
  */
@@ -0,0 +1,167 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Use this data source to query detailed information of tls tag resources
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as volcengine from "@pulumi/volcengine";
11
+ *
12
+ * const basic = volcengine.tls.getTagResources({
13
+ * maxResults: 10,
14
+ * resourceIds: ["6e6ea17f-ee1d-494f-83f7-c3ecc5c351ea"],
15
+ * resourceType: "project",
16
+ * });
17
+ * const withFilters = volcengine.tls.getTagResources({
18
+ * maxResults: 50,
19
+ * resourceIds: [
20
+ * "project-123456",
21
+ * "project-789012",
22
+ * ],
23
+ * resourceType: "project",
24
+ * tagFilters: [
25
+ * {
26
+ * key: "environment",
27
+ * values: [
28
+ * "production",
29
+ * "development",
30
+ * ],
31
+ * },
32
+ * {
33
+ * key: "department",
34
+ * values: ["devops"],
35
+ * },
36
+ * ],
37
+ * });
38
+ * const firstPage = volcengine.tls.getTagResources({
39
+ * maxResults: 20,
40
+ * resourceIds: ["topic-123456"],
41
+ * resourceType: "topic",
42
+ * });
43
+ * ```
44
+ */
45
+ export declare function getTagResources(args: GetTagResourcesArgs, opts?: pulumi.InvokeOptions): Promise<GetTagResourcesResult>;
46
+ /**
47
+ * A collection of arguments for invoking getTagResources.
48
+ */
49
+ export interface GetTagResourcesArgs {
50
+ /**
51
+ * The number of results returned per page. Default value: 20. Maximum value: 100.
52
+ */
53
+ maxResults?: number;
54
+ /**
55
+ * The token to get the next page of results. If this parameter is left empty, it means to get the first page of results.
56
+ */
57
+ nextToken?: string;
58
+ /**
59
+ * File name where to save data source results.
60
+ */
61
+ outputFile?: string;
62
+ /**
63
+ * The IDs of the resources.
64
+ */
65
+ resourceIds: string[];
66
+ /**
67
+ * The type of the resource. Valid values: project, topic, shipper, host_group, host, consumer_group, rule, alarm, alarm_notify_group, etl_task, import_task, schedule_sql_task, download_task, trace_instance.
68
+ */
69
+ resourceType: string;
70
+ /**
71
+ * The tag filters.
72
+ */
73
+ tagFilters?: inputs.tls.GetTagResourcesTagFilter[];
74
+ }
75
+ /**
76
+ * A collection of values returned by getTagResources.
77
+ */
78
+ export interface GetTagResourcesResult {
79
+ /**
80
+ * The provider-assigned unique ID for this managed resource.
81
+ */
82
+ readonly id: string;
83
+ readonly maxResults?: number;
84
+ readonly nextToken?: string;
85
+ readonly outputFile?: string;
86
+ readonly resourceIds: string[];
87
+ /**
88
+ * The type of the resource.
89
+ */
90
+ readonly resourceType: string;
91
+ readonly tagFilters?: outputs.tls.GetTagResourcesTagFilter[];
92
+ /**
93
+ * The list of tags.
94
+ */
95
+ readonly tags: outputs.tls.GetTagResourcesTag[];
96
+ }
97
+ /**
98
+ * Use this data source to query detailed information of tls tag resources
99
+ * ## Example Usage
100
+ *
101
+ * ```typescript
102
+ * import * as pulumi from "@pulumi/pulumi";
103
+ * import * as volcengine from "@pulumi/volcengine";
104
+ *
105
+ * const basic = volcengine.tls.getTagResources({
106
+ * maxResults: 10,
107
+ * resourceIds: ["6e6ea17f-ee1d-494f-83f7-c3ecc5c351ea"],
108
+ * resourceType: "project",
109
+ * });
110
+ * const withFilters = volcengine.tls.getTagResources({
111
+ * maxResults: 50,
112
+ * resourceIds: [
113
+ * "project-123456",
114
+ * "project-789012",
115
+ * ],
116
+ * resourceType: "project",
117
+ * tagFilters: [
118
+ * {
119
+ * key: "environment",
120
+ * values: [
121
+ * "production",
122
+ * "development",
123
+ * ],
124
+ * },
125
+ * {
126
+ * key: "department",
127
+ * values: ["devops"],
128
+ * },
129
+ * ],
130
+ * });
131
+ * const firstPage = volcengine.tls.getTagResources({
132
+ * maxResults: 20,
133
+ * resourceIds: ["topic-123456"],
134
+ * resourceType: "topic",
135
+ * });
136
+ * ```
137
+ */
138
+ export declare function getTagResourcesOutput(args: GetTagResourcesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTagResourcesResult>;
139
+ /**
140
+ * A collection of arguments for invoking getTagResources.
141
+ */
142
+ export interface GetTagResourcesOutputArgs {
143
+ /**
144
+ * The number of results returned per page. Default value: 20. Maximum value: 100.
145
+ */
146
+ maxResults?: pulumi.Input<number>;
147
+ /**
148
+ * The token to get the next page of results. If this parameter is left empty, it means to get the first page of results.
149
+ */
150
+ nextToken?: pulumi.Input<string>;
151
+ /**
152
+ * File name where to save data source results.
153
+ */
154
+ outputFile?: pulumi.Input<string>;
155
+ /**
156
+ * The IDs of the resources.
157
+ */
158
+ resourceIds: pulumi.Input<pulumi.Input<string>[]>;
159
+ /**
160
+ * The type of the resource. Valid values: project, topic, shipper, host_group, host, consumer_group, rule, alarm, alarm_notify_group, etl_task, import_task, schedule_sql_task, download_task, trace_instance.
161
+ */
162
+ resourceType: pulumi.Input<string>;
163
+ /**
164
+ * The tag filters.
165
+ */
166
+ tagFilters?: pulumi.Input<pulumi.Input<inputs.tls.GetTagResourcesTagFilterArgs>[]>;
167
+ }
@@ -0,0 +1,106 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getTagResourcesOutput = exports.getTagResources = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of tls tag resources
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ *
16
+ * const basic = volcengine.tls.getTagResources({
17
+ * maxResults: 10,
18
+ * resourceIds: ["6e6ea17f-ee1d-494f-83f7-c3ecc5c351ea"],
19
+ * resourceType: "project",
20
+ * });
21
+ * const withFilters = volcengine.tls.getTagResources({
22
+ * maxResults: 50,
23
+ * resourceIds: [
24
+ * "project-123456",
25
+ * "project-789012",
26
+ * ],
27
+ * resourceType: "project",
28
+ * tagFilters: [
29
+ * {
30
+ * key: "environment",
31
+ * values: [
32
+ * "production",
33
+ * "development",
34
+ * ],
35
+ * },
36
+ * {
37
+ * key: "department",
38
+ * values: ["devops"],
39
+ * },
40
+ * ],
41
+ * });
42
+ * const firstPage = volcengine.tls.getTagResources({
43
+ * maxResults: 20,
44
+ * resourceIds: ["topic-123456"],
45
+ * resourceType: "topic",
46
+ * });
47
+ * ```
48
+ */
49
+ function getTagResources(args, opts) {
50
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
51
+ return pulumi.runtime.invoke("volcengine:tls/getTagResources:getTagResources", {
52
+ "maxResults": args.maxResults,
53
+ "nextToken": args.nextToken,
54
+ "outputFile": args.outputFile,
55
+ "resourceIds": args.resourceIds,
56
+ "resourceType": args.resourceType,
57
+ "tagFilters": args.tagFilters,
58
+ }, opts);
59
+ }
60
+ exports.getTagResources = getTagResources;
61
+ /**
62
+ * Use this data source to query detailed information of tls tag resources
63
+ * ## Example Usage
64
+ *
65
+ * ```typescript
66
+ * import * as pulumi from "@pulumi/pulumi";
67
+ * import * as volcengine from "@pulumi/volcengine";
68
+ *
69
+ * const basic = volcengine.tls.getTagResources({
70
+ * maxResults: 10,
71
+ * resourceIds: ["6e6ea17f-ee1d-494f-83f7-c3ecc5c351ea"],
72
+ * resourceType: "project",
73
+ * });
74
+ * const withFilters = volcengine.tls.getTagResources({
75
+ * maxResults: 50,
76
+ * resourceIds: [
77
+ * "project-123456",
78
+ * "project-789012",
79
+ * ],
80
+ * resourceType: "project",
81
+ * tagFilters: [
82
+ * {
83
+ * key: "environment",
84
+ * values: [
85
+ * "production",
86
+ * "development",
87
+ * ],
88
+ * },
89
+ * {
90
+ * key: "department",
91
+ * values: ["devops"],
92
+ * },
93
+ * ],
94
+ * });
95
+ * const firstPage = volcengine.tls.getTagResources({
96
+ * maxResults: 20,
97
+ * resourceIds: ["topic-123456"],
98
+ * resourceType: "topic",
99
+ * });
100
+ * ```
101
+ */
102
+ function getTagResourcesOutput(args, opts) {
103
+ return pulumi.output(args).apply((a) => getTagResources(a, opts));
104
+ }
105
+ exports.getTagResourcesOutput = getTagResourcesOutput;
106
+ //# sourceMappingURL=getTagResources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTagResources.js","sourceRoot":"","sources":["../../tls/getTagResources.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0CAWC;AAsDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
@@ -0,0 +1,115 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Use this data source to query detailed information of tls tags
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as volcengine from "@pulumi/volcengine";
11
+ *
12
+ * const basic = volcengine.tls.getTags({
13
+ * maxResults: 10,
14
+ * resourceIds: ["6e6ea17f-ee1d-494f-83f7-c3ecc5c351ea"],
15
+ * resourceType: "project",
16
+ * });
17
+ * ```
18
+ */
19
+ export declare function getTags(args: GetTagsArgs, opts?: pulumi.InvokeOptions): Promise<GetTagsResult>;
20
+ /**
21
+ * A collection of arguments for invoking getTags.
22
+ */
23
+ export interface GetTagsArgs {
24
+ /**
25
+ * The number of results returned per page. Default value: 20. Maximum value: 100.
26
+ */
27
+ maxResults?: number;
28
+ /**
29
+ * The token to get the next page of results. If this parameter is left empty, it means to get the first page of results.
30
+ */
31
+ nextToken?: string;
32
+ /**
33
+ * File name where to save data source results.
34
+ */
35
+ outputFile?: string;
36
+ /**
37
+ * The IDs of the resources.
38
+ */
39
+ resourceIds: string[];
40
+ /**
41
+ * The type of the resource. Valid values: project, topic, shipper, host_group, host, consumer_group, rule, alarm, alarm_notify_group, etl_task, import_task, schedule_sql_task, download_task, trace_instance.
42
+ */
43
+ resourceType: string;
44
+ /**
45
+ * The tag filters.
46
+ */
47
+ tagFilters?: inputs.tls.GetTagsTagFilter[];
48
+ }
49
+ /**
50
+ * A collection of values returned by getTags.
51
+ */
52
+ export interface GetTagsResult {
53
+ /**
54
+ * The provider-assigned unique ID for this managed resource.
55
+ */
56
+ readonly id: string;
57
+ readonly maxResults?: number;
58
+ readonly nextToken?: string;
59
+ readonly outputFile?: string;
60
+ readonly resourceIds: string[];
61
+ /**
62
+ * The type of the resource.
63
+ */
64
+ readonly resourceType: string;
65
+ readonly tagFilters?: outputs.tls.GetTagsTagFilter[];
66
+ /**
67
+ * The list of tags.
68
+ */
69
+ readonly tags: outputs.tls.GetTagsTag[];
70
+ }
71
+ /**
72
+ * Use this data source to query detailed information of tls tags
73
+ * ## Example Usage
74
+ *
75
+ * ```typescript
76
+ * import * as pulumi from "@pulumi/pulumi";
77
+ * import * as volcengine from "@pulumi/volcengine";
78
+ *
79
+ * const basic = volcengine.tls.getTags({
80
+ * maxResults: 10,
81
+ * resourceIds: ["6e6ea17f-ee1d-494f-83f7-c3ecc5c351ea"],
82
+ * resourceType: "project",
83
+ * });
84
+ * ```
85
+ */
86
+ export declare function getTagsOutput(args: GetTagsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTagsResult>;
87
+ /**
88
+ * A collection of arguments for invoking getTags.
89
+ */
90
+ export interface GetTagsOutputArgs {
91
+ /**
92
+ * The number of results returned per page. Default value: 20. Maximum value: 100.
93
+ */
94
+ maxResults?: pulumi.Input<number>;
95
+ /**
96
+ * The token to get the next page of results. If this parameter is left empty, it means to get the first page of results.
97
+ */
98
+ nextToken?: pulumi.Input<string>;
99
+ /**
100
+ * File name where to save data source results.
101
+ */
102
+ outputFile?: pulumi.Input<string>;
103
+ /**
104
+ * The IDs of the resources.
105
+ */
106
+ resourceIds: pulumi.Input<pulumi.Input<string>[]>;
107
+ /**
108
+ * The type of the resource. Valid values: project, topic, shipper, host_group, host, consumer_group, rule, alarm, alarm_notify_group, etl_task, import_task, schedule_sql_task, download_task, trace_instance.
109
+ */
110
+ resourceType: pulumi.Input<string>;
111
+ /**
112
+ * The tag filters.
113
+ */
114
+ tagFilters?: pulumi.Input<pulumi.Input<inputs.tls.GetTagsTagFilterArgs>[]>;
115
+ }
package/tls/getTags.js ADDED
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getTagsOutput = exports.getTags = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of tls tags
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ *
16
+ * const basic = volcengine.tls.getTags({
17
+ * maxResults: 10,
18
+ * resourceIds: ["6e6ea17f-ee1d-494f-83f7-c3ecc5c351ea"],
19
+ * resourceType: "project",
20
+ * });
21
+ * ```
22
+ */
23
+ function getTags(args, opts) {
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
+ return pulumi.runtime.invoke("volcengine:tls/getTags:getTags", {
26
+ "maxResults": args.maxResults,
27
+ "nextToken": args.nextToken,
28
+ "outputFile": args.outputFile,
29
+ "resourceIds": args.resourceIds,
30
+ "resourceType": args.resourceType,
31
+ "tagFilters": args.tagFilters,
32
+ }, opts);
33
+ }
34
+ exports.getTags = getTags;
35
+ /**
36
+ * Use this data source to query detailed information of tls tags
37
+ * ## Example Usage
38
+ *
39
+ * ```typescript
40
+ * import * as pulumi from "@pulumi/pulumi";
41
+ * import * as volcengine from "@pulumi/volcengine";
42
+ *
43
+ * const basic = volcengine.tls.getTags({
44
+ * maxResults: 10,
45
+ * resourceIds: ["6e6ea17f-ee1d-494f-83f7-c3ecc5c351ea"],
46
+ * resourceType: "project",
47
+ * });
48
+ * ```
49
+ */
50
+ function getTagsOutput(args, opts) {
51
+ return pulumi.output(args).apply((a) => getTags(a, opts));
52
+ }
53
+ exports.getTagsOutput = getTagsOutput;
54
+ //# sourceMappingURL=getTags.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTags.js","sourceRoot":"","sources":["../../tls/getTags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC;AAsDD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
@@ -10,8 +10,8 @@ import * as outputs from "../types/output";
10
10
  * import * as volcengine from "@pulumi/volcengine";
11
11
  *
12
12
  * const default = volcengine.tls.getTopics({
13
- * projectId: "e020c978-4f05-40e1-9167-0113d3ef****",
14
- * topicId: "edf051ed-3c46-49ba-9339-bea628fe****",
13
+ * projectId: "bdb87e4d-7dad-4b96-ac43-e1b09e9dc8ac",
14
+ * topicId: "9b756385-1dfb-4306-a094-0c88e04b34a5",
15
15
  * });
16
16
  * ```
17
17
  */
@@ -20,10 +20,6 @@ export declare function getTopics(args: GetTopicsArgs, opts?: pulumi.InvokeOptio
20
20
  * A collection of arguments for invoking getTopics.
21
21
  */
22
22
  export interface GetTopicsArgs {
23
- /**
24
- * Whether to match accurately when filtering based on TopicName.
25
- */
26
- isFullName?: boolean;
27
23
  /**
28
24
  * A Name Regex of tls topic.
29
25
  */
@@ -57,7 +53,6 @@ export interface GetTopicsResult {
57
53
  * The provider-assigned unique ID for this managed resource.
58
54
  */
59
55
  readonly id: string;
60
- readonly isFullName?: boolean;
61
56
  readonly nameRegex?: string;
62
57
  readonly outputFile?: string;
63
58
  /**
@@ -94,8 +89,8 @@ export interface GetTopicsResult {
94
89
  * import * as volcengine from "@pulumi/volcengine";
95
90
  *
96
91
  * const default = volcengine.tls.getTopics({
97
- * projectId: "e020c978-4f05-40e1-9167-0113d3ef****",
98
- * topicId: "edf051ed-3c46-49ba-9339-bea628fe****",
92
+ * projectId: "bdb87e4d-7dad-4b96-ac43-e1b09e9dc8ac",
93
+ * topicId: "9b756385-1dfb-4306-a094-0c88e04b34a5",
99
94
  * });
100
95
  * ```
101
96
  */
@@ -104,10 +99,6 @@ export declare function getTopicsOutput(args: GetTopicsOutputArgs, opts?: pulumi
104
99
  * A collection of arguments for invoking getTopics.
105
100
  */
106
101
  export interface GetTopicsOutputArgs {
107
- /**
108
- * Whether to match accurately when filtering based on TopicName.
109
- */
110
- isFullName?: pulumi.Input<boolean>;
111
102
  /**
112
103
  * A Name Regex of tls topic.
113
104
  */
package/tls/getTopics.js CHANGED
@@ -14,15 +14,14 @@ const utilities = require("../utilities");
14
14
  * import * as volcengine from "@pulumi/volcengine";
15
15
  *
16
16
  * const default = volcengine.tls.getTopics({
17
- * projectId: "e020c978-4f05-40e1-9167-0113d3ef****",
18
- * topicId: "edf051ed-3c46-49ba-9339-bea628fe****",
17
+ * projectId: "bdb87e4d-7dad-4b96-ac43-e1b09e9dc8ac",
18
+ * topicId: "9b756385-1dfb-4306-a094-0c88e04b34a5",
19
19
  * });
20
20
  * ```
21
21
  */
22
22
  function getTopics(args, opts) {
23
23
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
24
  return pulumi.runtime.invoke("volcengine:tls/getTopics:getTopics", {
25
- "isFullName": args.isFullName,
26
25
  "nameRegex": args.nameRegex,
27
26
  "outputFile": args.outputFile,
28
27
  "projectId": args.projectId,
@@ -41,8 +40,8 @@ exports.getTopics = getTopics;
41
40
  * import * as volcengine from "@pulumi/volcengine";
42
41
  *
43
42
  * const default = volcengine.tls.getTopics({
44
- * projectId: "e020c978-4f05-40e1-9167-0113d3ef****",
45
- * topicId: "edf051ed-3c46-49ba-9339-bea628fe****",
43
+ * projectId: "bdb87e4d-7dad-4b96-ac43-e1b09e9dc8ac",
44
+ * topicId: "9b756385-1dfb-4306-a094-0c88e04b34a5",
46
45
  * });
47
46
  * ```
48
47
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getTopics.js","sourceRoot":"","sources":["../../tls/getTopics.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IAEtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,8BAYC;AAwED;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
1
+ {"version":3,"file":"getTopics.js","sourceRoot":"","sources":["../../tls/getTopics.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IAEtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8BAWC;AAmED;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}