@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
@@ -8,10 +8,7 @@ import * as outputs from "../types/output";
8
8
  * import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as volcengine from "@pulumi/volcengine";
10
10
  *
11
- * const default = volcengine.tls.getHostGroups({
12
- * hostGroupId: "fbea6619-7b0c-40f3-ac7e-45c63e3f676e",
13
- * hostGroupName: "cn",
14
- * });
11
+ * const default = volcengine.tls.getHostGroups({});
15
12
  * ```
16
13
  */
17
14
  /** @deprecated volcengine.tls.HostGroups has been deprecated in favor of volcengine.tls.getHostGroups */
@@ -24,6 +21,10 @@ export interface HostGroupsArgs {
24
21
  * Whether enable auto update.
25
22
  */
26
23
  autoUpdate?: boolean;
24
+ /**
25
+ * Whether to hide host groups in exclusive resources.
26
+ */
27
+ hidden?: boolean;
27
28
  /**
28
29
  * The id of host group.
29
30
  */
@@ -57,6 +58,7 @@ export interface HostGroupsResult {
57
58
  * Whether enable auto update.
58
59
  */
59
60
  readonly autoUpdate?: boolean;
61
+ readonly hidden?: boolean;
60
62
  /**
61
63
  * The id of host group.
62
64
  */
@@ -99,10 +101,7 @@ export interface HostGroupsResult {
99
101
  * import * as pulumi from "@pulumi/pulumi";
100
102
  * import * as volcengine from "@pulumi/volcengine";
101
103
  *
102
- * const default = volcengine.tls.getHostGroups({
103
- * hostGroupId: "fbea6619-7b0c-40f3-ac7e-45c63e3f676e",
104
- * hostGroupName: "cn",
105
- * });
104
+ * const default = volcengine.tls.getHostGroups({});
106
105
  * ```
107
106
  */
108
107
  /** @deprecated volcengine.tls.HostGroups has been deprecated in favor of volcengine.tls.getHostGroups */
@@ -115,6 +114,10 @@ export interface HostGroupsOutputArgs {
115
114
  * Whether enable auto update.
116
115
  */
117
116
  autoUpdate?: pulumi.Input<boolean>;
117
+ /**
118
+ * Whether to hide host groups in exclusive resources.
119
+ */
120
+ hidden?: pulumi.Input<boolean>;
118
121
  /**
119
122
  * The id of host group.
120
123
  */
package/tls/hostGroups.js CHANGED
@@ -13,10 +13,7 @@ const utilities = require("../utilities");
13
13
  * import * as pulumi from "@pulumi/pulumi";
14
14
  * import * as volcengine from "@pulumi/volcengine";
15
15
  *
16
- * const default = volcengine.tls.getHostGroups({
17
- * hostGroupId: "fbea6619-7b0c-40f3-ac7e-45c63e3f676e",
18
- * hostGroupName: "cn",
19
- * });
16
+ * const default = volcengine.tls.getHostGroups({});
20
17
  * ```
21
18
  */
22
19
  /** @deprecated volcengine.tls.HostGroups has been deprecated in favor of volcengine.tls.getHostGroups */
@@ -26,6 +23,7 @@ function hostGroups(args, opts) {
26
23
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
24
  return pulumi.runtime.invoke("volcengine:tls/hostGroups:HostGroups", {
28
25
  "autoUpdate": args.autoUpdate,
26
+ "hidden": args.hidden,
29
27
  "hostGroupId": args.hostGroupId,
30
28
  "hostGroupName": args.hostGroupName,
31
29
  "hostIdentifier": args.hostIdentifier,
@@ -43,10 +41,7 @@ exports.hostGroups = hostGroups;
43
41
  * import * as pulumi from "@pulumi/pulumi";
44
42
  * import * as volcengine from "@pulumi/volcengine";
45
43
  *
46
- * const default = volcengine.tls.getHostGroups({
47
- * hostGroupId: "fbea6619-7b0c-40f3-ac7e-45c63e3f676e",
48
- * hostGroupName: "cn",
49
- * });
44
+ * const default = volcengine.tls.getHostGroups({});
50
45
  * ```
51
46
  */
52
47
  /** @deprecated volcengine.tls.HostGroups has been deprecated in favor of volcengine.tls.getHostGroups */
@@ -1 +1 @@
1
- {"version":3,"file":"hostGroups.js","sourceRoot":"","sources":["../../tls/hostGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,yGAAyG;AACzG,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kHAAkH,CAAC,CAAA;IACnI,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,gCAcC;AA8ED;;;;;;;;;;;;;GAaG;AACH,yGAAyG;AACzG,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
1
+ {"version":3,"file":"hostGroups.js","sourceRoot":"","sources":["../../tls/hostGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,yGAAyG;AACzG,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kHAAkH,CAAC,CAAA;IACnI,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,gCAeC;AAmFD;;;;;;;;;;GAUG;AACH,yGAAyG;AACzG,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
package/tls/hosts.d.ts CHANGED
@@ -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.getHosts({
12
- * hostGroupId: "527102e2-1e4f-45f4-a990-751152125da7",
12
+ * hostGroupId: "2123af96-d057-4234-8f34-6fae9c9da6d0",
13
13
  * });
14
14
  * ```
15
15
  */
@@ -75,7 +75,7 @@ export interface HostsResult {
75
75
  * import * as volcengine from "@pulumi/volcengine";
76
76
  *
77
77
  * const default = volcengine.tls.getHosts({
78
- * hostGroupId: "527102e2-1e4f-45f4-a990-751152125da7",
78
+ * hostGroupId: "2123af96-d057-4234-8f34-6fae9c9da6d0",
79
79
  * });
80
80
  * ```
81
81
  */
package/tls/hosts.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.getHosts({
17
- * hostGroupId: "527102e2-1e4f-45f4-a990-751152125da7",
17
+ * hostGroupId: "2123af96-d057-4234-8f34-6fae9c9da6d0",
18
18
  * });
19
19
  * ```
20
20
  */
@@ -39,7 +39,7 @@ exports.hosts = hosts;
39
39
  * import * as volcengine from "@pulumi/volcengine";
40
40
  *
41
41
  * const default = volcengine.tls.getHosts({
42
- * hostGroupId: "527102e2-1e4f-45f4-a990-751152125da7",
42
+ * hostGroupId: "2123af96-d057-4234-8f34-6fae9c9da6d0",
43
43
  * });
44
44
  * ```
45
45
  */
package/tls/index.d.ts CHANGED
@@ -1,12 +1,30 @@
1
+ export { AccountArgs, AccountState } from "./account";
2
+ export type Account = import("./account").Account;
3
+ export declare const Account: typeof import("./account").Account;
4
+ export { AccountsArgs, AccountsResult, AccountsOutputArgs } from "./accounts";
5
+ export declare const accounts: typeof import("./accounts").accounts;
6
+ export declare const accountsOutput: typeof import("./accounts").accountsOutput;
1
7
  export { AlarmArgs, AlarmState } from "./alarm";
2
8
  export type Alarm = import("./alarm").Alarm;
3
9
  export declare const Alarm: typeof import("./alarm").Alarm;
10
+ export { AlarmContentTemplateArgs, AlarmContentTemplateState } from "./alarmContentTemplate";
11
+ export type AlarmContentTemplate = import("./alarmContentTemplate").AlarmContentTemplate;
12
+ export declare const AlarmContentTemplate: typeof import("./alarmContentTemplate").AlarmContentTemplate;
13
+ export { AlarmContentTemplatesArgs, AlarmContentTemplatesResult, AlarmContentTemplatesOutputArgs } from "./alarmContentTemplates";
14
+ export declare const alarmContentTemplates: typeof import("./alarmContentTemplates").alarmContentTemplates;
15
+ export declare const alarmContentTemplatesOutput: typeof import("./alarmContentTemplates").alarmContentTemplatesOutput;
4
16
  export { AlarmNotifyGroupArgs, AlarmNotifyGroupState } from "./alarmNotifyGroup";
5
17
  export type AlarmNotifyGroup = import("./alarmNotifyGroup").AlarmNotifyGroup;
6
18
  export declare const AlarmNotifyGroup: typeof import("./alarmNotifyGroup").AlarmNotifyGroup;
7
19
  export { AlarmNotifyGroupsArgs, AlarmNotifyGroupsResult, AlarmNotifyGroupsOutputArgs } from "./alarmNotifyGroups";
8
20
  export declare const alarmNotifyGroups: typeof import("./alarmNotifyGroups").alarmNotifyGroups;
9
21
  export declare const alarmNotifyGroupsOutput: typeof import("./alarmNotifyGroups").alarmNotifyGroupsOutput;
22
+ export { AlarmWebhookIntegrationArgs, AlarmWebhookIntegrationState } from "./alarmWebhookIntegration";
23
+ export type AlarmWebhookIntegration = import("./alarmWebhookIntegration").AlarmWebhookIntegration;
24
+ export declare const AlarmWebhookIntegration: typeof import("./alarmWebhookIntegration").AlarmWebhookIntegration;
25
+ export { AlarmWebhookIntegrationsArgs, AlarmWebhookIntegrationsResult, AlarmWebhookIntegrationsOutputArgs } from "./alarmWebhookIntegrations";
26
+ export declare const alarmWebhookIntegrations: typeof import("./alarmWebhookIntegrations").alarmWebhookIntegrations;
27
+ export declare const alarmWebhookIntegrationsOutput: typeof import("./alarmWebhookIntegrations").alarmWebhookIntegrationsOutput;
10
28
  export { AlarmsArgs, AlarmsResult, AlarmsOutputArgs } from "./alarms";
11
29
  export declare const alarms: typeof import("./alarms").alarms;
12
30
  export declare const alarmsOutput: typeof import("./alarms").alarmsOutput;
@@ -16,24 +34,57 @@ export declare const ConsumerGroup: typeof import("./consumerGroup").ConsumerGro
16
34
  export { ConsumerGroupsArgs, ConsumerGroupsResult, ConsumerGroupsOutputArgs } from "./consumerGroups";
17
35
  export declare const consumerGroups: typeof import("./consumerGroups").consumerGroups;
18
36
  export declare const consumerGroupsOutput: typeof import("./consumerGroups").consumerGroupsOutput;
37
+ export { DescribeTracesArgs, DescribeTracesResult, DescribeTracesOutputArgs } from "./describeTraces";
38
+ export declare const describeTraces: typeof import("./describeTraces").describeTraces;
39
+ export declare const describeTracesOutput: typeof import("./describeTraces").describeTracesOutput;
40
+ export { DownloadTaskArgs, DownloadTaskState } from "./downloadTask";
41
+ export type DownloadTask = import("./downloadTask").DownloadTask;
42
+ export declare const DownloadTask: typeof import("./downloadTask").DownloadTask;
43
+ export { DownloadTasksArgs, DownloadTasksResult, DownloadTasksOutputArgs } from "./downloadTasks";
44
+ export declare const downloadTasks: typeof import("./downloadTasks").downloadTasks;
45
+ export declare const downloadTasksOutput: typeof import("./downloadTasks").downloadTasksOutput;
46
+ export { DownloadUrlsArgs, DownloadUrlsResult, DownloadUrlsOutputArgs } from "./downloadUrls";
47
+ export declare const downloadUrls: typeof import("./downloadUrls").downloadUrls;
48
+ export declare const downloadUrlsOutput: typeof import("./downloadUrls").downloadUrlsOutput;
19
49
  export { EtlTaskArgs, EtlTaskState } from "./etlTask";
20
50
  export type EtlTask = import("./etlTask").EtlTask;
21
51
  export declare const EtlTask: typeof import("./etlTask").EtlTask;
22
52
  export { EtlTasksArgs, EtlTasksResult, EtlTasksOutputArgs } from "./etlTasks";
23
53
  export declare const etlTasks: typeof import("./etlTasks").etlTasks;
24
54
  export declare const etlTasksOutput: typeof import("./etlTasks").etlTasksOutput;
55
+ export { GetAccountsArgs, GetAccountsResult, GetAccountsOutputArgs } from "./getAccounts";
56
+ export declare const getAccounts: typeof import("./getAccounts").getAccounts;
57
+ export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput;
58
+ export { GetAlarmContentTemplatesArgs, GetAlarmContentTemplatesResult, GetAlarmContentTemplatesOutputArgs } from "./getAlarmContentTemplates";
59
+ export declare const getAlarmContentTemplates: typeof import("./getAlarmContentTemplates").getAlarmContentTemplates;
60
+ export declare const getAlarmContentTemplatesOutput: typeof import("./getAlarmContentTemplates").getAlarmContentTemplatesOutput;
25
61
  export { GetAlarmNotifyGroupsArgs, GetAlarmNotifyGroupsResult, GetAlarmNotifyGroupsOutputArgs } from "./getAlarmNotifyGroups";
26
62
  export declare const getAlarmNotifyGroups: typeof import("./getAlarmNotifyGroups").getAlarmNotifyGroups;
27
63
  export declare const getAlarmNotifyGroupsOutput: typeof import("./getAlarmNotifyGroups").getAlarmNotifyGroupsOutput;
64
+ export { GetAlarmWebhookIntegrationsArgs, GetAlarmWebhookIntegrationsResult, GetAlarmWebhookIntegrationsOutputArgs } from "./getAlarmWebhookIntegrations";
65
+ export declare const getAlarmWebhookIntegrations: typeof import("./getAlarmWebhookIntegrations").getAlarmWebhookIntegrations;
66
+ export declare const getAlarmWebhookIntegrationsOutput: typeof import("./getAlarmWebhookIntegrations").getAlarmWebhookIntegrationsOutput;
28
67
  export { GetAlarmsArgs, GetAlarmsResult, GetAlarmsOutputArgs } from "./getAlarms";
29
68
  export declare const getAlarms: typeof import("./getAlarms").getAlarms;
30
69
  export declare const getAlarmsOutput: typeof import("./getAlarms").getAlarmsOutput;
31
70
  export { GetConsumerGroupsArgs, GetConsumerGroupsResult, GetConsumerGroupsOutputArgs } from "./getConsumerGroups";
32
71
  export declare const getConsumerGroups: typeof import("./getConsumerGroups").getConsumerGroups;
33
72
  export declare const getConsumerGroupsOutput: typeof import("./getConsumerGroups").getConsumerGroupsOutput;
73
+ export { GetDescribeTracesArgs, GetDescribeTracesResult, GetDescribeTracesOutputArgs } from "./getDescribeTraces";
74
+ export declare const getDescribeTraces: typeof import("./getDescribeTraces").getDescribeTraces;
75
+ export declare const getDescribeTracesOutput: typeof import("./getDescribeTraces").getDescribeTracesOutput;
76
+ export { GetDownloadTasksArgs, GetDownloadTasksResult, GetDownloadTasksOutputArgs } from "./getDownloadTasks";
77
+ export declare const getDownloadTasks: typeof import("./getDownloadTasks").getDownloadTasks;
78
+ export declare const getDownloadTasksOutput: typeof import("./getDownloadTasks").getDownloadTasksOutput;
79
+ export { GetDownloadUrlsArgs, GetDownloadUrlsResult, GetDownloadUrlsOutputArgs } from "./getDownloadUrls";
80
+ export declare const getDownloadUrls: typeof import("./getDownloadUrls").getDownloadUrls;
81
+ export declare const getDownloadUrlsOutput: typeof import("./getDownloadUrls").getDownloadUrlsOutput;
34
82
  export { GetEtlTasksArgs, GetEtlTasksResult, GetEtlTasksOutputArgs } from "./getEtlTasks";
35
83
  export declare const getEtlTasks: typeof import("./getEtlTasks").getEtlTasks;
36
84
  export declare const getEtlTasksOutput: typeof import("./getEtlTasks").getEtlTasksOutput;
85
+ export { GetHostGroupRulesArgs, GetHostGroupRulesResult, GetHostGroupRulesOutputArgs } from "./getHostGroupRules";
86
+ export declare const getHostGroupRules: typeof import("./getHostGroupRules").getHostGroupRules;
87
+ export declare const getHostGroupRulesOutput: typeof import("./getHostGroupRules").getHostGroupRulesOutput;
37
88
  export { GetHostGroupsArgs, GetHostGroupsResult, GetHostGroupsOutputArgs } from "./getHostGroups";
38
89
  export declare const getHostGroups: typeof import("./getHostGroups").getHostGroups;
39
90
  export declare const getHostGroupsOutput: typeof import("./getHostGroups").getHostGroupsOutput;
@@ -49,33 +100,60 @@ export declare const getIndexesOutput: typeof import("./getIndexes").getIndexesO
49
100
  export { GetKafkaConsumersArgs, GetKafkaConsumersResult, GetKafkaConsumersOutputArgs } from "./getKafkaConsumers";
50
101
  export declare const getKafkaConsumers: typeof import("./getKafkaConsumers").getKafkaConsumers;
51
102
  export declare const getKafkaConsumersOutput: typeof import("./getKafkaConsumers").getKafkaConsumersOutput;
103
+ export { GetLogContextsArgs, GetLogContextsResult, GetLogContextsOutputArgs } from "./getLogContexts";
104
+ export declare const getLogContexts: typeof import("./getLogContexts").getLogContexts;
105
+ export declare const getLogContextsOutput: typeof import("./getLogContexts").getLogContextsOutput;
106
+ export { GetLogHistogramsArgs, GetLogHistogramsResult, GetLogHistogramsOutputArgs } from "./getLogHistograms";
107
+ export declare const getLogHistograms: typeof import("./getLogHistograms").getLogHistograms;
108
+ export declare const getLogHistogramsOutput: typeof import("./getLogHistograms").getLogHistogramsOutput;
109
+ export { GetLogSearchesArgs, GetLogSearchesResult, GetLogSearchesOutputArgs } from "./getLogSearches";
110
+ export declare const getLogSearches: typeof import("./getLogSearches").getLogSearches;
111
+ export declare const getLogSearchesOutput: typeof import("./getLogSearches").getLogSearchesOutput;
52
112
  export { GetProjectsArgs, GetProjectsResult, GetProjectsOutputArgs } from "./getProjects";
53
113
  export declare const getProjects: typeof import("./getProjects").getProjects;
54
114
  export declare const getProjectsOutput: typeof import("./getProjects").getProjectsOutput;
55
115
  export { GetRuleAppliersArgs, GetRuleAppliersResult, GetRuleAppliersOutputArgs } from "./getRuleAppliers";
56
116
  export declare const getRuleAppliers: typeof import("./getRuleAppliers").getRuleAppliers;
57
117
  export declare const getRuleAppliersOutput: typeof import("./getRuleAppliers").getRuleAppliersOutput;
118
+ export { GetRuleBoundHostGroupsArgs, GetRuleBoundHostGroupsResult, GetRuleBoundHostGroupsOutputArgs } from "./getRuleBoundHostGroups";
119
+ export declare const getRuleBoundHostGroups: typeof import("./getRuleBoundHostGroups").getRuleBoundHostGroups;
120
+ export declare const getRuleBoundHostGroupsOutput: typeof import("./getRuleBoundHostGroups").getRuleBoundHostGroupsOutput;
58
121
  export { GetRulesArgs, GetRulesResult, GetRulesOutputArgs } from "./getRules";
59
122
  export declare const getRules: typeof import("./getRules").getRules;
60
123
  export declare const getRulesOutput: typeof import("./getRules").getRulesOutput;
61
124
  export { GetScheduleSqlTasksArgs, GetScheduleSqlTasksResult, GetScheduleSqlTasksOutputArgs } from "./getScheduleSqlTasks";
62
125
  export declare const getScheduleSqlTasks: typeof import("./getScheduleSqlTasks").getScheduleSqlTasks;
63
126
  export declare const getScheduleSqlTasksOutput: typeof import("./getScheduleSqlTasks").getScheduleSqlTasksOutput;
127
+ export { GetSearchTracesArgs, GetSearchTracesResult, GetSearchTracesOutputArgs } from "./getSearchTraces";
128
+ export declare const getSearchTraces: typeof import("./getSearchTraces").getSearchTraces;
129
+ export declare const getSearchTracesOutput: typeof import("./getSearchTraces").getSearchTracesOutput;
64
130
  export { GetShardsArgs, GetShardsResult, GetShardsOutputArgs } from "./getShards";
65
131
  export declare const getShards: typeof import("./getShards").getShards;
66
132
  export declare const getShardsOutput: typeof import("./getShards").getShardsOutput;
67
133
  export { GetShippersArgs, GetShippersResult, GetShippersOutputArgs } from "./getShippers";
68
134
  export declare const getShippers: typeof import("./getShippers").getShippers;
69
135
  export declare const getShippersOutput: typeof import("./getShippers").getShippersOutput;
136
+ export { GetTagResourcesArgs, GetTagResourcesResult, GetTagResourcesOutputArgs } from "./getTagResources";
137
+ export declare const getTagResources: typeof import("./getTagResources").getTagResources;
138
+ export declare const getTagResourcesOutput: typeof import("./getTagResources").getTagResourcesOutput;
139
+ export { GetTagsArgs, GetTagsResult, GetTagsOutputArgs } from "./getTags";
140
+ export declare const getTags: typeof import("./getTags").getTags;
141
+ export declare const getTagsOutput: typeof import("./getTags").getTagsOutput;
70
142
  export { GetTopicsArgs, GetTopicsResult, GetTopicsOutputArgs } from "./getTopics";
71
143
  export declare const getTopics: typeof import("./getTopics").getTopics;
72
144
  export declare const getTopicsOutput: typeof import("./getTopics").getTopicsOutput;
145
+ export { GetTraceInstancesArgs, GetTraceInstancesResult, GetTraceInstancesOutputArgs } from "./getTraceInstances";
146
+ export declare const getTraceInstances: typeof import("./getTraceInstances").getTraceInstances;
147
+ export declare const getTraceInstancesOutput: typeof import("./getTraceInstances").getTraceInstancesOutput;
73
148
  export { HostArgs, HostState } from "./host";
74
149
  export type Host = import("./host").Host;
75
150
  export declare const Host: typeof import("./host").Host;
76
151
  export { HostGroupArgs, HostGroupState } from "./hostGroup";
77
152
  export type HostGroup = import("./hostGroup").HostGroup;
78
153
  export declare const HostGroup: typeof import("./hostGroup").HostGroup;
154
+ export { HostGroupRulesArgs, HostGroupRulesResult, HostGroupRulesOutputArgs } from "./hostGroupRules";
155
+ export declare const hostGroupRules: typeof import("./hostGroupRules").hostGroupRules;
156
+ export declare const hostGroupRulesOutput: typeof import("./hostGroupRules").hostGroupRulesOutput;
79
157
  export { HostGroupsArgs, HostGroupsResult, HostGroupsOutputArgs } from "./hostGroups";
80
158
  export declare const hostGroups: typeof import("./hostGroups").hostGroups;
81
159
  export declare const hostGroupsOutput: typeof import("./hostGroups").hostGroupsOutput;
@@ -100,6 +178,15 @@ export declare const KafkaConsumer: typeof import("./kafkaConsumer").KafkaConsum
100
178
  export { KafkaConsumersArgs, KafkaConsumersResult, KafkaConsumersOutputArgs } from "./kafkaConsumers";
101
179
  export declare const kafkaConsumers: typeof import("./kafkaConsumers").kafkaConsumers;
102
180
  export declare const kafkaConsumersOutput: typeof import("./kafkaConsumers").kafkaConsumersOutput;
181
+ export { LogContextsArgs, LogContextsResult, LogContextsOutputArgs } from "./logContexts";
182
+ export declare const logContexts: typeof import("./logContexts").logContexts;
183
+ export declare const logContextsOutput: typeof import("./logContexts").logContextsOutput;
184
+ export { LogHistogramsArgs, LogHistogramsResult, LogHistogramsOutputArgs } from "./logHistograms";
185
+ export declare const logHistograms: typeof import("./logHistograms").logHistograms;
186
+ export declare const logHistogramsOutput: typeof import("./logHistograms").logHistogramsOutput;
187
+ export { LogSearchesArgs, LogSearchesResult, LogSearchesOutputArgs } from "./logSearches";
188
+ export declare const logSearches: typeof import("./logSearches").logSearches;
189
+ export declare const logSearchesOutput: typeof import("./logSearches").logSearchesOutput;
103
190
  export { ProjectArgs, ProjectState } from "./project";
104
191
  export type Project = import("./project").Project;
105
192
  export declare const Project: typeof import("./project").Project;
@@ -115,6 +202,12 @@ export declare const RuleApplier: typeof import("./ruleApplier").RuleApplier;
115
202
  export { RuleAppliersArgs, RuleAppliersResult, RuleAppliersOutputArgs } from "./ruleAppliers";
116
203
  export declare const ruleAppliers: typeof import("./ruleAppliers").ruleAppliers;
117
204
  export declare const ruleAppliersOutput: typeof import("./ruleAppliers").ruleAppliersOutput;
205
+ export { RuleBoundHostGroupArgs, RuleBoundHostGroupState } from "./ruleBoundHostGroup";
206
+ export type RuleBoundHostGroup = import("./ruleBoundHostGroup").RuleBoundHostGroup;
207
+ export declare const RuleBoundHostGroup: typeof import("./ruleBoundHostGroup").RuleBoundHostGroup;
208
+ export { RuleBoundHostGroupsArgs, RuleBoundHostGroupsResult, RuleBoundHostGroupsOutputArgs } from "./ruleBoundHostGroups";
209
+ export declare const ruleBoundHostGroups: typeof import("./ruleBoundHostGroups").ruleBoundHostGroups;
210
+ export declare const ruleBoundHostGroupsOutput: typeof import("./ruleBoundHostGroups").ruleBoundHostGroupsOutput;
118
211
  export { RulesArgs, RulesResult, RulesOutputArgs } from "./rules";
119
212
  export declare const rules: typeof import("./rules").rules;
120
213
  export declare const rulesOutput: typeof import("./rules").rulesOutput;
@@ -124,6 +217,12 @@ export declare const ScheduleSqlTask: typeof import("./scheduleSqlTask").Schedul
124
217
  export { ScheduleSqlTasksArgs, ScheduleSqlTasksResult, ScheduleSqlTasksOutputArgs } from "./scheduleSqlTasks";
125
218
  export declare const scheduleSqlTasks: typeof import("./scheduleSqlTasks").scheduleSqlTasks;
126
219
  export declare const scheduleSqlTasksOutput: typeof import("./scheduleSqlTasks").scheduleSqlTasksOutput;
220
+ export { SearchTracesArgs, SearchTracesResult, SearchTracesOutputArgs } from "./searchTraces";
221
+ export declare const searchTraces: typeof import("./searchTraces").searchTraces;
222
+ export declare const searchTracesOutput: typeof import("./searchTraces").searchTracesOutput;
223
+ export { ShardArgs, ShardState } from "./shard";
224
+ export type Shard = import("./shard").Shard;
225
+ export declare const Shard: typeof import("./shard").Shard;
127
226
  export { ShardsArgs, ShardsResult, ShardsOutputArgs } from "./shards";
128
227
  export declare const shards: typeof import("./shards").shards;
129
228
  export declare const shardsOutput: typeof import("./shards").shardsOutput;
@@ -133,9 +232,27 @@ export declare const Shipper: typeof import("./shipper").Shipper;
133
232
  export { ShippersArgs, ShippersResult, ShippersOutputArgs } from "./shippers";
134
233
  export declare const shippers: typeof import("./shippers").shippers;
135
234
  export declare const shippersOutput: typeof import("./shippers").shippersOutput;
235
+ export { TagArgs, TagState } from "./tag";
236
+ export type Tag = import("./tag").Tag;
237
+ export declare const Tag: typeof import("./tag").Tag;
238
+ export { TagResourceArgs, TagResourceState } from "./tagResource";
239
+ export type TagResource = import("./tagResource").TagResource;
240
+ export declare const TagResource: typeof import("./tagResource").TagResource;
241
+ export { TagResourcesArgs, TagResourcesResult, TagResourcesOutputArgs } from "./tagResources";
242
+ export declare const tagResources: typeof import("./tagResources").tagResources;
243
+ export declare const tagResourcesOutput: typeof import("./tagResources").tagResourcesOutput;
244
+ export { TagsArgs, TagsResult, TagsOutputArgs } from "./tags";
245
+ export declare const tags: typeof import("./tags").tags;
246
+ export declare const tagsOutput: typeof import("./tags").tagsOutput;
136
247
  export { TopicArgs, TopicState } from "./topic";
137
248
  export type Topic = import("./topic").Topic;
138
249
  export declare const Topic: typeof import("./topic").Topic;
139
250
  export { TopicsArgs, TopicsResult, TopicsOutputArgs } from "./topics";
140
251
  export declare const topics: typeof import("./topics").topics;
141
252
  export declare const topicsOutput: typeof import("./topics").topicsOutput;
253
+ export { TraceInstanceArgs, TraceInstanceState } from "./traceInstance";
254
+ export type TraceInstance = import("./traceInstance").TraceInstance;
255
+ export declare const TraceInstance: typeof import("./traceInstance").TraceInstance;
256
+ export { TraceInstancesArgs, TraceInstancesResult, TraceInstancesOutputArgs } from "./traceInstances";
257
+ export declare const traceInstances: typeof import("./traceInstances").traceInstances;
258
+ export declare const traceInstancesOutput: typeof import("./traceInstances").traceInstancesOutput;