@volcengine/pulumi 0.0.44 → 0.0.45

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 (267) hide show
  1. package/iam/accessKey.d.ts +25 -56
  2. package/iam/accessKey.js +9 -20
  3. package/iam/accessKey.js.map +1 -1
  4. package/iam/accessKeyLastUseds.d.ts +86 -0
  5. package/iam/accessKeyLastUseds.js +50 -0
  6. package/iam/accessKeyLastUseds.js.map +1 -0
  7. package/iam/accessKeys.d.ts +4 -13
  8. package/iam/accessKeys.js +2 -3
  9. package/iam/accessKeys.js.map +1 -1
  10. package/iam/accountSummaries.d.ts +64 -0
  11. package/iam/accountSummaries.js +45 -0
  12. package/iam/accountSummaries.js.map +1 -0
  13. package/iam/allowedIpAddress.d.ts +89 -0
  14. package/iam/allowedIpAddress.js +84 -0
  15. package/iam/allowedIpAddress.js.map +1 -0
  16. package/iam/allowedIpAddresses.d.ts +60 -0
  17. package/iam/allowedIpAddresses.js +45 -0
  18. package/iam/allowedIpAddresses.js.map +1 -0
  19. package/iam/callerIdentities.d.ts +64 -0
  20. package/iam/callerIdentities.js +45 -0
  21. package/iam/callerIdentities.js.map +1 -0
  22. package/iam/entitiesPolicies.d.ts +105 -0
  23. package/iam/entitiesPolicies.js +53 -0
  24. package/iam/entitiesPolicies.js.map +1 -0
  25. package/iam/getAccessKeyLastUseds.d.ts +84 -0
  26. package/iam/getAccessKeyLastUseds.js +47 -0
  27. package/iam/getAccessKeyLastUseds.js.map +1 -0
  28. package/iam/getAccessKeys.d.ts +4 -13
  29. package/iam/getAccessKeys.js +2 -3
  30. package/iam/getAccessKeys.js.map +1 -1
  31. package/iam/getAccountSummaries.d.ts +62 -0
  32. package/iam/getAccountSummaries.js +42 -0
  33. package/iam/getAccountSummaries.js.map +1 -0
  34. package/iam/getAllowedIpAddresses.d.ts +58 -0
  35. package/iam/getAllowedIpAddresses.js +42 -0
  36. package/iam/getAllowedIpAddresses.js.map +1 -0
  37. package/iam/getCallerIdentities.d.ts +62 -0
  38. package/iam/getCallerIdentities.js +42 -0
  39. package/iam/getCallerIdentities.js.map +1 -0
  40. package/iam/getEntitiesPolicies.d.ts +103 -0
  41. package/iam/getEntitiesPolicies.js +50 -0
  42. package/iam/getEntitiesPolicies.js.map +1 -0
  43. package/iam/getGroupUsers.d.ts +84 -0
  44. package/iam/getGroupUsers.js +47 -0
  45. package/iam/getGroupUsers.js.map +1 -0
  46. package/iam/getIdentityProviders.d.ts +62 -0
  47. package/iam/getIdentityProviders.js +42 -0
  48. package/iam/getIdentityProviders.js.map +1 -0
  49. package/iam/getLoginProfiles.d.ts +65 -0
  50. package/iam/getLoginProfiles.js +45 -0
  51. package/iam/getLoginProfiles.js.map +1 -0
  52. package/iam/getOauthProviders.d.ts +78 -0
  53. package/iam/getOauthProviders.js +46 -0
  54. package/iam/getOauthProviders.js.map +1 -0
  55. package/iam/getOidcProviders.d.ts +2 -2
  56. package/iam/getOidcProviders.js +2 -2
  57. package/iam/getPolicies.d.ts +9 -63
  58. package/iam/getPolicies.js +5 -21
  59. package/iam/getPolicies.js.map +1 -1
  60. package/iam/getRolePolicyAttachments.d.ts +62 -0
  61. package/iam/getRolePolicyAttachments.js +45 -0
  62. package/iam/getRolePolicyAttachments.js.map +1 -0
  63. package/iam/getRoles.d.ts +6 -48
  64. package/iam/getRoles.js +4 -35
  65. package/iam/getRoles.js.map +1 -1
  66. package/iam/getSamlProviders.d.ts +2 -2
  67. package/iam/getSamlProviders.js +2 -2
  68. package/iam/getSecurityConfigs.d.ts +74 -0
  69. package/iam/getSecurityConfigs.js +46 -0
  70. package/iam/getSecurityConfigs.js.map +1 -0
  71. package/iam/getTags.d.ts +91 -0
  72. package/iam/getTags.js +47 -0
  73. package/iam/getTags.js.map +1 -0
  74. package/iam/getUserGroupAttachments.d.ts +75 -0
  75. package/iam/getUserGroupAttachments.js +46 -0
  76. package/iam/getUserGroupAttachments.js.map +1 -0
  77. package/iam/getUserGroupPolicyAttachments.d.ts +4 -36
  78. package/iam/getUserGroupPolicyAttachments.js +4 -36
  79. package/iam/getUserGroupPolicyAttachments.js.map +1 -1
  80. package/iam/getUserGroups.d.ts +6 -18
  81. package/iam/getUserGroups.js +4 -16
  82. package/iam/getUserGroups.js.map +1 -1
  83. package/iam/getUserPolicyAttachments.d.ts +62 -0
  84. package/iam/getUserPolicyAttachments.js +45 -0
  85. package/iam/getUserPolicyAttachments.js.map +1 -0
  86. package/iam/getUsers.d.ts +9 -30
  87. package/iam/getUsers.js +5 -18
  88. package/iam/getUsers.js.map +1 -1
  89. package/iam/groupUsers.d.ts +86 -0
  90. package/iam/groupUsers.js +50 -0
  91. package/iam/groupUsers.js.map +1 -0
  92. package/iam/identityProviders.d.ts +64 -0
  93. package/iam/identityProviders.js +45 -0
  94. package/iam/identityProviders.js.map +1 -0
  95. package/iam/index.d.ts +105 -0
  96. package/iam/index.js +122 -1
  97. package/iam/index.js.map +1 -1
  98. package/iam/loginProfile.d.ts +135 -11
  99. package/iam/loginProfile.js +35 -9
  100. package/iam/loginProfile.js.map +1 -1
  101. package/iam/loginProfiles.d.ts +67 -0
  102. package/iam/loginProfiles.js +48 -0
  103. package/iam/loginProfiles.js.map +1 -0
  104. package/iam/oauthProvider.d.ts +257 -0
  105. package/iam/oauthProvider.js +146 -0
  106. package/iam/oauthProvider.js.map +1 -0
  107. package/iam/oauthProviders.d.ts +80 -0
  108. package/iam/oauthProviders.js +49 -0
  109. package/iam/oauthProviders.js.map +1 -0
  110. package/iam/oidcProvider.d.ts +5 -11
  111. package/iam/oidcProvider.js +5 -11
  112. package/iam/oidcProvider.js.map +1 -1
  113. package/iam/oidcProviderClient.d.ts +78 -0
  114. package/iam/oidcProviderClient.js +75 -0
  115. package/iam/oidcProviderClient.js.map +1 -0
  116. package/iam/oidcProviderThumbprint.d.ts +78 -0
  117. package/iam/oidcProviderThumbprint.js +75 -0
  118. package/iam/oidcProviderThumbprint.js.map +1 -0
  119. package/iam/oidcProviders.d.ts +2 -2
  120. package/iam/oidcProviders.js +2 -2
  121. package/iam/policies.d.ts +9 -63
  122. package/iam/policies.js +5 -21
  123. package/iam/policies.js.map +1 -1
  124. package/iam/policy.d.ts +26 -2
  125. package/iam/policy.js +8 -2
  126. package/iam/policy.js.map +1 -1
  127. package/iam/policyProject.d.ts +121 -0
  128. package/iam/policyProject.js +97 -0
  129. package/iam/policyProject.js.map +1 -0
  130. package/iam/role.d.ts +41 -7
  131. package/iam/role.js +13 -9
  132. package/iam/role.js.map +1 -1
  133. package/iam/rolePolicyAttachment.d.ts +3 -15
  134. package/iam/rolePolicyAttachment.js +3 -15
  135. package/iam/rolePolicyAttachment.js.map +1 -1
  136. package/iam/rolePolicyAttachments.d.ts +64 -0
  137. package/iam/rolePolicyAttachments.js +48 -0
  138. package/iam/rolePolicyAttachments.js.map +1 -0
  139. package/iam/roles.d.ts +6 -48
  140. package/iam/roles.js +4 -35
  141. package/iam/roles.js.map +1 -1
  142. package/iam/samlProviders.d.ts +2 -2
  143. package/iam/samlProviders.js +2 -2
  144. package/iam/securityConfig.d.ts +107 -0
  145. package/iam/securityConfig.js +82 -0
  146. package/iam/securityConfig.js.map +1 -0
  147. package/iam/securityConfigs.d.ts +76 -0
  148. package/iam/securityConfigs.js +49 -0
  149. package/iam/securityConfigs.js.map +1 -0
  150. package/iam/serviceLinkedRole.d.ts +22 -2
  151. package/iam/serviceLinkedRole.js +10 -2
  152. package/iam/serviceLinkedRole.js.map +1 -1
  153. package/iam/tag.d.ts +106 -0
  154. package/iam/tag.js +91 -0
  155. package/iam/tag.js.map +1 -0
  156. package/iam/tags.d.ts +93 -0
  157. package/iam/tags.js +50 -0
  158. package/iam/tags.js.map +1 -0
  159. package/iam/user.d.ts +24 -4
  160. package/iam/user.js +9 -1
  161. package/iam/user.js.map +1 -1
  162. package/iam/userGroup.d.ts +3 -3
  163. package/iam/userGroup.js +3 -3
  164. package/iam/userGroupAttachment.d.ts +3 -13
  165. package/iam/userGroupAttachment.js +3 -13
  166. package/iam/userGroupAttachment.js.map +1 -1
  167. package/iam/userGroupAttachments.d.ts +77 -0
  168. package/iam/userGroupAttachments.js +49 -0
  169. package/iam/userGroupAttachments.js.map +1 -0
  170. package/iam/userGroupPolicyAttachment.d.ts +3 -13
  171. package/iam/userGroupPolicyAttachment.js +3 -13
  172. package/iam/userGroupPolicyAttachment.js.map +1 -1
  173. package/iam/userGroupPolicyAttachments.d.ts +4 -36
  174. package/iam/userGroupPolicyAttachments.js +4 -36
  175. package/iam/userGroupPolicyAttachments.js.map +1 -1
  176. package/iam/userGroups.d.ts +6 -18
  177. package/iam/userGroups.js +4 -16
  178. package/iam/userGroups.js.map +1 -1
  179. package/iam/userPolicyAttachment.d.ts +3 -12
  180. package/iam/userPolicyAttachment.js +3 -12
  181. package/iam/userPolicyAttachment.js.map +1 -1
  182. package/iam/userPolicyAttachments.d.ts +64 -0
  183. package/iam/userPolicyAttachments.js +48 -0
  184. package/iam/userPolicyAttachments.js.map +1 -0
  185. package/iam/users.d.ts +9 -30
  186. package/iam/users.js +5 -18
  187. package/iam/users.js.map +1 -1
  188. package/package.json +1 -1
  189. package/tls/checkPoints.d.ts +109 -0
  190. package/tls/checkPoints.js +58 -0
  191. package/tls/checkPoints.js.map +1 -0
  192. package/tls/describeTraces.d.ts +4 -4
  193. package/tls/describeTraces.js +4 -4
  194. package/tls/downloadTask.d.ts +13 -9
  195. package/tls/downloadTask.js +13 -9
  196. package/tls/downloadTask.js.map +1 -1
  197. package/tls/downloadTasks.d.ts +4 -6
  198. package/tls/downloadTasks.js +4 -6
  199. package/tls/downloadTasks.js.map +1 -1
  200. package/tls/downloadUrls.d.ts +2 -2
  201. package/tls/downloadUrls.js +2 -2
  202. package/tls/etlTask.d.ts +1 -1
  203. package/tls/etlTask.js +1 -1
  204. package/tls/getCheckPoints.d.ts +107 -0
  205. package/tls/getCheckPoints.js +55 -0
  206. package/tls/getCheckPoints.js.map +1 -0
  207. package/tls/getDescribeTraces.d.ts +4 -4
  208. package/tls/getDescribeTraces.js +4 -4
  209. package/tls/getDownloadTasks.d.ts +4 -6
  210. package/tls/getDownloadTasks.js +4 -6
  211. package/tls/getDownloadTasks.js.map +1 -1
  212. package/tls/getDownloadUrls.d.ts +2 -2
  213. package/tls/getDownloadUrls.js +2 -2
  214. package/tls/getHostGroupRules.d.ts +2 -2
  215. package/tls/getHostGroupRules.js +2 -2
  216. package/tls/getIndexes.d.ts +14 -11
  217. package/tls/getIndexes.js +3 -3
  218. package/tls/getIndexes.js.map +1 -1
  219. package/tls/getLogCursors.d.ts +102 -0
  220. package/tls/getLogCursors.js +52 -0
  221. package/tls/getLogCursors.js.map +1 -0
  222. package/tls/getRuleBoundHostGroups.d.ts +2 -2
  223. package/tls/getRuleBoundHostGroups.js +2 -2
  224. package/tls/getRules.d.ts +8 -8
  225. package/tls/getRules.js +8 -8
  226. package/tls/getSearchTraces.d.ts +10 -4
  227. package/tls/getSearchTraces.js +10 -4
  228. package/tls/getSearchTraces.js.map +1 -1
  229. package/tls/getTags.d.ts +2 -2
  230. package/tls/getTags.js +2 -2
  231. package/tls/hostGroup.d.ts +2 -2
  232. package/tls/hostGroup.js +2 -2
  233. package/tls/hostGroupRules.d.ts +2 -2
  234. package/tls/hostGroupRules.js +2 -2
  235. package/tls/index.d.ts +12 -0
  236. package/tls/index.js +16 -3
  237. package/tls/index.js.map +1 -1
  238. package/tls/index_.d.ts +11 -7
  239. package/tls/index_.js +11 -7
  240. package/tls/index_.js.map +1 -1
  241. package/tls/indexes.d.ts +14 -11
  242. package/tls/indexes.js +3 -3
  243. package/tls/indexes.js.map +1 -1
  244. package/tls/logCursors.d.ts +104 -0
  245. package/tls/logCursors.js +55 -0
  246. package/tls/logCursors.js.map +1 -0
  247. package/tls/project.d.ts +1 -1
  248. package/tls/project.js +1 -1
  249. package/tls/rule.d.ts +10 -10
  250. package/tls/rule.js +10 -10
  251. package/tls/ruleBoundHostGroups.d.ts +2 -2
  252. package/tls/ruleBoundHostGroups.js +2 -2
  253. package/tls/rules.d.ts +8 -8
  254. package/tls/rules.js +8 -8
  255. package/tls/searchTraces.d.ts +10 -4
  256. package/tls/searchTraces.js +10 -4
  257. package/tls/searchTraces.js.map +1 -1
  258. package/tls/shard.d.ts +2 -2
  259. package/tls/shard.js +2 -2
  260. package/tls/shipper.d.ts +1 -1
  261. package/tls/shipper.js +1 -1
  262. package/tls/tags.d.ts +2 -2
  263. package/tls/tags.js +2 -2
  264. package/tls/traceInstance.d.ts +1 -1
  265. package/tls/traceInstance.js +1 -1
  266. package/types/input.d.ts +79 -1
  267. package/types/output.d.ts +1744 -230
@@ -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.getIndexes({
12
- * ids: ["9b756385-1dfb-4306-a094-0c88e04b34a5"],
12
+ * topicId: "c36ed436-84f1-467a-b00e-ba504db753ca",
13
13
  * });
14
14
  * ```
15
15
  */
@@ -18,14 +18,14 @@ export declare function getIndexes(args: GetIndexesArgs, opts?: pulumi.InvokeOpt
18
18
  * A collection of arguments for invoking getIndexes.
19
19
  */
20
20
  export interface GetIndexesArgs {
21
- /**
22
- * The list of topic id of tls index.
23
- */
24
- ids: string[];
25
21
  /**
26
22
  * File name where to save data source results.
27
23
  */
28
24
  outputFile?: string;
25
+ /**
26
+ * The topic id of tls index.
27
+ */
28
+ topicId: string;
29
29
  }
30
30
  /**
31
31
  * A collection of values returned by getIndexes.
@@ -35,12 +35,15 @@ export interface GetIndexesResult {
35
35
  * The provider-assigned unique ID for this managed resource.
36
36
  */
37
37
  readonly id: string;
38
- readonly ids: string[];
39
38
  readonly outputFile?: string;
40
39
  /**
41
40
  * The collection of tls index query.
42
41
  */
43
42
  readonly tlsIndexes: outputs.tls.GetIndexesTlsIndex[];
43
+ /**
44
+ * The topic id of the tls index.
45
+ */
46
+ readonly topicId: string;
44
47
  /**
45
48
  * The total count of tls index query.
46
49
  */
@@ -55,7 +58,7 @@ export interface GetIndexesResult {
55
58
  * import * as volcengine from "@pulumi/volcengine";
56
59
  *
57
60
  * const default = volcengine.tls.getIndexes({
58
- * ids: ["9b756385-1dfb-4306-a094-0c88e04b34a5"],
61
+ * topicId: "c36ed436-84f1-467a-b00e-ba504db753ca",
59
62
  * });
60
63
  * ```
61
64
  */
@@ -64,12 +67,12 @@ export declare function getIndexesOutput(args: GetIndexesOutputArgs, opts?: pulu
64
67
  * A collection of arguments for invoking getIndexes.
65
68
  */
66
69
  export interface GetIndexesOutputArgs {
67
- /**
68
- * The list of topic id of tls index.
69
- */
70
- ids: pulumi.Input<pulumi.Input<string>[]>;
71
70
  /**
72
71
  * File name where to save data source results.
73
72
  */
74
73
  outputFile?: pulumi.Input<string>;
74
+ /**
75
+ * The topic id of tls index.
76
+ */
77
+ topicId: pulumi.Input<string>;
75
78
  }
package/tls/getIndexes.js CHANGED
@@ -14,15 +14,15 @@ const utilities = require("../utilities");
14
14
  * import * as volcengine from "@pulumi/volcengine";
15
15
  *
16
16
  * const default = volcengine.tls.getIndexes({
17
- * ids: ["9b756385-1dfb-4306-a094-0c88e04b34a5"],
17
+ * topicId: "c36ed436-84f1-467a-b00e-ba504db753ca",
18
18
  * });
19
19
  * ```
20
20
  */
21
21
  function getIndexes(args, opts) {
22
22
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
23
  return pulumi.runtime.invoke("volcengine:tls/getIndexes:getIndexes", {
24
- "ids": args.ids,
25
24
  "outputFile": args.outputFile,
25
+ "topicId": args.topicId,
26
26
  }, opts);
27
27
  }
28
28
  exports.getIndexes = getIndexes;
@@ -35,7 +35,7 @@ exports.getIndexes = getIndexes;
35
35
  * import * as volcengine from "@pulumi/volcengine";
36
36
  *
37
37
  * const default = volcengine.tls.getIndexes({
38
- * ids: ["9b756385-1dfb-4306-a094-0c88e04b34a5"],
38
+ * topicId: "c36ed436-84f1-467a-b00e-ba504db753ca",
39
39
  * });
40
40
  * ```
41
41
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getIndexes.js","sourceRoot":"","sources":["../../tls/getIndexes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,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,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAmCD;;;;;;;;;;;;GAYG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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":"getIndexes.js","sourceRoot":"","sources":["../../tls/getIndexes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,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,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAsCD;;;;;;;;;;;;GAYG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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"}
@@ -0,0 +1,102 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Use this data source to query detailed information of tls log cursors
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcengine from "@pulumi/volcengine";
10
+ *
11
+ * const default = volcengine.tls.getLogCursors({
12
+ * from: "begin",
13
+ * shardId: 0,
14
+ * topicId: "e101b8c8-77e7-4ae3-91c1-2532ee480e7d",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getLogCursors(args: GetLogCursorsArgs, opts?: pulumi.InvokeOptions): Promise<GetLogCursorsResult>;
19
+ /**
20
+ * A collection of arguments for invoking getLogCursors.
21
+ */
22
+ export interface GetLogCursorsArgs {
23
+ /**
24
+ * The time point of the cursor. The value is a Unix timestamp in seconds, or "begin" or "end".
25
+ */
26
+ from: string;
27
+ /**
28
+ * File name where to save data source results.
29
+ */
30
+ outputFile?: string;
31
+ /**
32
+ * The ID of the shard.
33
+ */
34
+ shardId: number;
35
+ /**
36
+ * The ID of the topic.
37
+ */
38
+ topicId: string;
39
+ }
40
+ /**
41
+ * A collection of values returned by getLogCursors.
42
+ */
43
+ export interface GetLogCursorsResult {
44
+ /**
45
+ * The time point of the cursor.
46
+ */
47
+ readonly from: string;
48
+ /**
49
+ * The provider-assigned unique ID for this managed resource.
50
+ */
51
+ readonly id: string;
52
+ /**
53
+ * The list of log cursors.
54
+ */
55
+ readonly logCursors: outputs.tls.GetLogCursorsLogCursor[];
56
+ readonly outputFile?: string;
57
+ /**
58
+ * The ID of the shard.
59
+ */
60
+ readonly shardId: number;
61
+ /**
62
+ * The ID of the topic.
63
+ */
64
+ readonly topicId: string;
65
+ }
66
+ /**
67
+ * Use this data source to query detailed information of tls log cursors
68
+ * ## Example Usage
69
+ *
70
+ * ```typescript
71
+ * import * as pulumi from "@pulumi/pulumi";
72
+ * import * as volcengine from "@pulumi/volcengine";
73
+ *
74
+ * const default = volcengine.tls.getLogCursors({
75
+ * from: "begin",
76
+ * shardId: 0,
77
+ * topicId: "e101b8c8-77e7-4ae3-91c1-2532ee480e7d",
78
+ * });
79
+ * ```
80
+ */
81
+ export declare function getLogCursorsOutput(args: GetLogCursorsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLogCursorsResult>;
82
+ /**
83
+ * A collection of arguments for invoking getLogCursors.
84
+ */
85
+ export interface GetLogCursorsOutputArgs {
86
+ /**
87
+ * The time point of the cursor. The value is a Unix timestamp in seconds, or "begin" or "end".
88
+ */
89
+ from: pulumi.Input<string>;
90
+ /**
91
+ * File name where to save data source results.
92
+ */
93
+ outputFile?: pulumi.Input<string>;
94
+ /**
95
+ * The ID of the shard.
96
+ */
97
+ shardId: pulumi.Input<number>;
98
+ /**
99
+ * The ID of the topic.
100
+ */
101
+ topicId: pulumi.Input<string>;
102
+ }
@@ -0,0 +1,52 @@
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.getLogCursorsOutput = exports.getLogCursors = 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 log cursors
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ *
16
+ * const default = volcengine.tls.getLogCursors({
17
+ * from: "begin",
18
+ * shardId: 0,
19
+ * topicId: "e101b8c8-77e7-4ae3-91c1-2532ee480e7d",
20
+ * });
21
+ * ```
22
+ */
23
+ function getLogCursors(args, opts) {
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
+ return pulumi.runtime.invoke("volcengine:tls/getLogCursors:getLogCursors", {
26
+ "from": args.from,
27
+ "outputFile": args.outputFile,
28
+ "shardId": args.shardId,
29
+ "topicId": args.topicId,
30
+ }, opts);
31
+ }
32
+ exports.getLogCursors = getLogCursors;
33
+ /**
34
+ * Use this data source to query detailed information of tls log cursors
35
+ * ## Example Usage
36
+ *
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as volcengine from "@pulumi/volcengine";
40
+ *
41
+ * const default = volcengine.tls.getLogCursors({
42
+ * from: "begin",
43
+ * shardId: 0,
44
+ * topicId: "e101b8c8-77e7-4ae3-91c1-2532ee480e7d",
45
+ * });
46
+ * ```
47
+ */
48
+ function getLogCursorsOutput(args, opts) {
49
+ return pulumi.output(args).apply((a) => getLogCursors(a, opts));
50
+ }
51
+ exports.getLogCursorsOutput = getLogCursorsOutput;
52
+ //# sourceMappingURL=getLogCursors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getLogCursors.js","sourceRoot":"","sources":["../../tls/getLogCursors.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sCASC;AAkDD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
@@ -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.getRuleBoundHostGroups({
12
- * ruleId: "048dc010-6bb1-4189-858a-281d654d6686",
12
+ * ruleId: "83ac687a-0e2b-4788-b626-3dce18498740",
13
13
  * });
14
14
  * ```
15
15
  */
@@ -55,7 +55,7 @@ export interface GetRuleBoundHostGroupsResult {
55
55
  * import * as volcengine from "@pulumi/volcengine";
56
56
  *
57
57
  * const default = volcengine.tls.getRuleBoundHostGroups({
58
- * ruleId: "048dc010-6bb1-4189-858a-281d654d6686",
58
+ * ruleId: "83ac687a-0e2b-4788-b626-3dce18498740",
59
59
  * });
60
60
  * ```
61
61
  */
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
14
14
  * import * as volcengine from "@pulumi/volcengine";
15
15
  *
16
16
  * const default = volcengine.tls.getRuleBoundHostGroups({
17
- * ruleId: "048dc010-6bb1-4189-858a-281d654d6686",
17
+ * ruleId: "83ac687a-0e2b-4788-b626-3dce18498740",
18
18
  * });
19
19
  * ```
20
20
  */
@@ -35,7 +35,7 @@ exports.getRuleBoundHostGroups = getRuleBoundHostGroups;
35
35
  * import * as volcengine from "@pulumi/volcengine";
36
36
  *
37
37
  * const default = volcengine.tls.getRuleBoundHostGroups({
38
- * ruleId: "048dc010-6bb1-4189-858a-281d654d6686",
38
+ * ruleId: "83ac687a-0e2b-4788-b626-3dce18498740",
39
39
  * });
40
40
  * ```
41
41
  */
package/tls/getRules.d.ts CHANGED
@@ -9,11 +9,11 @@ import * as outputs from "../types/output";
9
9
  * import * as volcengine from "@pulumi/volcengine";
10
10
  *
11
11
  * const default = volcengine.tls.getRules({
12
- * logType: "minimalist_log",
12
+ * logType: "delimiter_log",
13
13
  * pause: 0,
14
- * projectId: "39ed1cf8-dbf3-41c3-939d-999bab54313d",
15
- * ruleId: "048dc010-6bb1-4189-858a-281d654d6686",
16
- * topicId: "b600dc34-503f-42fc-8e32-953af55463d1",
14
+ * projectId: "47788404-8f1e-49fd-9472-aced5f4bf73f",
15
+ * ruleId: "33b2607f-e213-42fb-a965-33a0f567ae23",
16
+ * topicId: "0a610439-d73f-4680-b365-24eefe98b4fc",
17
17
  * });
18
18
  * ```
19
19
  */
@@ -114,11 +114,11 @@ export interface GetRulesResult {
114
114
  * import * as volcengine from "@pulumi/volcengine";
115
115
  *
116
116
  * const default = volcengine.tls.getRules({
117
- * logType: "minimalist_log",
117
+ * logType: "delimiter_log",
118
118
  * pause: 0,
119
- * projectId: "39ed1cf8-dbf3-41c3-939d-999bab54313d",
120
- * ruleId: "048dc010-6bb1-4189-858a-281d654d6686",
121
- * topicId: "b600dc34-503f-42fc-8e32-953af55463d1",
119
+ * projectId: "47788404-8f1e-49fd-9472-aced5f4bf73f",
120
+ * ruleId: "33b2607f-e213-42fb-a965-33a0f567ae23",
121
+ * topicId: "0a610439-d73f-4680-b365-24eefe98b4fc",
122
122
  * });
123
123
  * ```
124
124
  */
package/tls/getRules.js CHANGED
@@ -14,11 +14,11 @@ const utilities = require("../utilities");
14
14
  * import * as volcengine from "@pulumi/volcengine";
15
15
  *
16
16
  * const default = volcengine.tls.getRules({
17
- * logType: "minimalist_log",
17
+ * logType: "delimiter_log",
18
18
  * pause: 0,
19
- * projectId: "39ed1cf8-dbf3-41c3-939d-999bab54313d",
20
- * ruleId: "048dc010-6bb1-4189-858a-281d654d6686",
21
- * topicId: "b600dc34-503f-42fc-8e32-953af55463d1",
19
+ * projectId: "47788404-8f1e-49fd-9472-aced5f4bf73f",
20
+ * ruleId: "33b2607f-e213-42fb-a965-33a0f567ae23",
21
+ * topicId: "0a610439-d73f-4680-b365-24eefe98b4fc",
22
22
  * });
23
23
  * ```
24
24
  */
@@ -48,11 +48,11 @@ exports.getRules = getRules;
48
48
  * import * as volcengine from "@pulumi/volcengine";
49
49
  *
50
50
  * const default = volcengine.tls.getRules({
51
- * logType: "minimalist_log",
51
+ * logType: "delimiter_log",
52
52
  * pause: 0,
53
- * projectId: "39ed1cf8-dbf3-41c3-939d-999bab54313d",
54
- * ruleId: "048dc010-6bb1-4189-858a-281d654d6686",
55
- * topicId: "b600dc34-503f-42fc-8e32-953af55463d1",
53
+ * projectId: "47788404-8f1e-49fd-9472-aced5f4bf73f",
54
+ * ruleId: "33b2607f-e213-42fb-a965-33a0f567ae23",
55
+ * topicId: "0a610439-d73f-4680-b365-24eefe98b4fc",
56
56
  * });
57
57
  * ```
58
58
  */
@@ -9,8 +9,11 @@ import * as outputs from "../types/output";
9
9
  * import * as pulumi from "@pulumi/pulumi";
10
10
  * import * as volcengine from "@pulumi/volcengine";
11
11
  *
12
- * const example = volcengine.tls.getSearchTraces({
13
- * traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
12
+ * const default = volcengine.tls.getSearchTraces({
13
+ * query: {
14
+ * limit: 10,
15
+ * },
16
+ * traceInstanceId: "ac368174-2353-4e5d-859d-84c8bd255590",
14
17
  * });
15
18
  * ```
16
19
  */
@@ -60,8 +63,11 @@ export interface GetSearchTracesResult {
60
63
  * import * as pulumi from "@pulumi/pulumi";
61
64
  * import * as volcengine from "@pulumi/volcengine";
62
65
  *
63
- * const example = volcengine.tls.getSearchTraces({
64
- * traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
66
+ * const default = volcengine.tls.getSearchTraces({
67
+ * query: {
68
+ * limit: 10,
69
+ * },
70
+ * traceInstanceId: "ac368174-2353-4e5d-859d-84c8bd255590",
65
71
  * });
66
72
  * ```
67
73
  */
@@ -13,8 +13,11 @@ const utilities = require("../utilities");
13
13
  * import * as pulumi from "@pulumi/pulumi";
14
14
  * import * as volcengine from "@pulumi/volcengine";
15
15
  *
16
- * const example = volcengine.tls.getSearchTraces({
17
- * traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
16
+ * const default = volcengine.tls.getSearchTraces({
17
+ * query: {
18
+ * limit: 10,
19
+ * },
20
+ * traceInstanceId: "ac368174-2353-4e5d-859d-84c8bd255590",
18
21
  * });
19
22
  * ```
20
23
  */
@@ -35,8 +38,11 @@ exports.getSearchTraces = getSearchTraces;
35
38
  * import * as pulumi from "@pulumi/pulumi";
36
39
  * import * as volcengine from "@pulumi/volcengine";
37
40
  *
38
- * const example = volcengine.tls.getSearchTraces({
39
- * traceInstanceId: "b28b19bd-a539-453a-8919-fda3ef6a22fe",
41
+ * const default = volcengine.tls.getSearchTraces({
42
+ * query: {
43
+ * limit: 10,
44
+ * },
45
+ * traceInstanceId: "ac368174-2353-4e5d-859d-84c8bd255590",
40
46
  * });
41
47
  * ```
42
48
  */
@@ -1 +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"}
1
+ {"version":3,"file":"getSearchTraces.js","sourceRoot":"","sources":["../../tls/getSearchTraces.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;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;;;;;;;;;;;;;;;GAeG;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"}
package/tls/getTags.d.ts CHANGED
@@ -11,7 +11,7 @@ import * as outputs from "../types/output";
11
11
  *
12
12
  * const basic = volcengine.tls.getTags({
13
13
  * maxResults: 10,
14
- * resourceIds: ["6e6ea17f-ee1d-494f-83f7-c3ecc5c351ea"],
14
+ * resourceIds: ["b01a99c0-cf7b-482f-b317-6563865111c6"],
15
15
  * resourceType: "project",
16
16
  * });
17
17
  * ```
@@ -78,7 +78,7 @@ export interface GetTagsResult {
78
78
  *
79
79
  * const basic = volcengine.tls.getTags({
80
80
  * maxResults: 10,
81
- * resourceIds: ["6e6ea17f-ee1d-494f-83f7-c3ecc5c351ea"],
81
+ * resourceIds: ["b01a99c0-cf7b-482f-b317-6563865111c6"],
82
82
  * resourceType: "project",
83
83
  * });
84
84
  * ```
package/tls/getTags.js CHANGED
@@ -15,7 +15,7 @@ const utilities = require("../utilities");
15
15
  *
16
16
  * const basic = volcengine.tls.getTags({
17
17
  * maxResults: 10,
18
- * resourceIds: ["6e6ea17f-ee1d-494f-83f7-c3ecc5c351ea"],
18
+ * resourceIds: ["b01a99c0-cf7b-482f-b317-6563865111c6"],
19
19
  * resourceType: "project",
20
20
  * });
21
21
  * ```
@@ -42,7 +42,7 @@ exports.getTags = getTags;
42
42
  *
43
43
  * const basic = volcengine.tls.getTags({
44
44
  * maxResults: 10,
45
- * resourceIds: ["6e6ea17f-ee1d-494f-83f7-c3ecc5c351ea"],
45
+ * resourceIds: ["b01a99c0-cf7b-482f-b317-6563865111c6"],
46
46
  * resourceType: "project",
47
47
  * });
48
48
  * ```
@@ -9,7 +9,7 @@ import * as pulumi from "@pulumi/pulumi";
9
9
  *
10
10
  * const foo = new volcengine.tls.HostGroup("foo", {
11
11
  * autoUpdate: true,
12
- * hostGroupName: "tfgroup-test-1",
12
+ * hostGroupName: "tfgroup-test-x",
13
13
  * hostGroupType: "Label",
14
14
  * hostIdentifier: "hostlable",
15
15
  * iamProjectName: "default",
@@ -19,7 +19,7 @@ import * as pulumi from "@pulumi/pulumi";
19
19
  * });
20
20
  * const fooIp = new volcengine.tls.HostGroup("fooIp", {
21
21
  * autoUpdate: true,
22
- * hostGroupName: "tfgroup-ip-1",
22
+ * hostGroupName: "tfgroup-ip-x",
23
23
  * hostGroupType: "IP",
24
24
  * hostIpLists: [
25
25
  * "192.168.0.1",
package/tls/hostGroup.js CHANGED
@@ -15,7 +15,7 @@ const utilities = require("../utilities");
15
15
  *
16
16
  * const foo = new volcengine.tls.HostGroup("foo", {
17
17
  * autoUpdate: true,
18
- * hostGroupName: "tfgroup-test-1",
18
+ * hostGroupName: "tfgroup-test-x",
19
19
  * hostGroupType: "Label",
20
20
  * hostIdentifier: "hostlable",
21
21
  * iamProjectName: "default",
@@ -25,7 +25,7 @@ const utilities = require("../utilities");
25
25
  * });
26
26
  * const fooIp = new volcengine.tls.HostGroup("fooIp", {
27
27
  * autoUpdate: true,
28
- * hostGroupName: "tfgroup-ip-1",
28
+ * hostGroupName: "tfgroup-ip-x",
29
29
  * hostGroupType: "IP",
30
30
  * hostIpLists: [
31
31
  * "192.168.0.1",
@@ -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.getHostGroupRules({
12
- * hostGroupId: "59989043-5422-4440-a981-63d241563fc0",
12
+ * hostGroupId: "4af86d32-cb9c-4eac-adb1-75f2567789be",
13
13
  * });
14
14
  * ```
15
15
  */
@@ -56,7 +56,7 @@ export interface HostGroupRulesResult {
56
56
  * import * as volcengine from "@pulumi/volcengine";
57
57
  *
58
58
  * const default = volcengine.tls.getHostGroupRules({
59
- * hostGroupId: "59989043-5422-4440-a981-63d241563fc0",
59
+ * hostGroupId: "4af86d32-cb9c-4eac-adb1-75f2567789be",
60
60
  * });
61
61
  * ```
62
62
  */
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
14
14
  * import * as volcengine from "@pulumi/volcengine";
15
15
  *
16
16
  * const default = volcengine.tls.getHostGroupRules({
17
- * hostGroupId: "59989043-5422-4440-a981-63d241563fc0",
17
+ * hostGroupId: "4af86d32-cb9c-4eac-adb1-75f2567789be",
18
18
  * });
19
19
  * ```
20
20
  */
@@ -37,7 +37,7 @@ exports.hostGroupRules = hostGroupRules;
37
37
  * import * as volcengine from "@pulumi/volcengine";
38
38
  *
39
39
  * const default = volcengine.tls.getHostGroupRules({
40
- * hostGroupId: "59989043-5422-4440-a981-63d241563fc0",
40
+ * hostGroupId: "4af86d32-cb9c-4eac-adb1-75f2567789be",
41
41
  * });
42
42
  * ```
43
43
  */
package/tls/index.d.ts CHANGED
@@ -28,6 +28,9 @@ export declare const alarmWebhookIntegrationsOutput: typeof import("./alarmWebho
28
28
  export { AlarmsArgs, AlarmsResult, AlarmsOutputArgs } from "./alarms";
29
29
  export declare const alarms: typeof import("./alarms").alarms;
30
30
  export declare const alarmsOutput: typeof import("./alarms").alarmsOutput;
31
+ export { CheckPointsArgs, CheckPointsResult, CheckPointsOutputArgs } from "./checkPoints";
32
+ export declare const checkPoints: typeof import("./checkPoints").checkPoints;
33
+ export declare const checkPointsOutput: typeof import("./checkPoints").checkPointsOutput;
31
34
  export { ConsumerGroupArgs, ConsumerGroupState } from "./consumerGroup";
32
35
  export type ConsumerGroup = import("./consumerGroup").ConsumerGroup;
33
36
  export declare const ConsumerGroup: typeof import("./consumerGroup").ConsumerGroup;
@@ -67,6 +70,9 @@ export declare const getAlarmWebhookIntegrationsOutput: typeof import("./getAlar
67
70
  export { GetAlarmsArgs, GetAlarmsResult, GetAlarmsOutputArgs } from "./getAlarms";
68
71
  export declare const getAlarms: typeof import("./getAlarms").getAlarms;
69
72
  export declare const getAlarmsOutput: typeof import("./getAlarms").getAlarmsOutput;
73
+ export { GetCheckPointsArgs, GetCheckPointsResult, GetCheckPointsOutputArgs } from "./getCheckPoints";
74
+ export declare const getCheckPoints: typeof import("./getCheckPoints").getCheckPoints;
75
+ export declare const getCheckPointsOutput: typeof import("./getCheckPoints").getCheckPointsOutput;
70
76
  export { GetConsumerGroupsArgs, GetConsumerGroupsResult, GetConsumerGroupsOutputArgs } from "./getConsumerGroups";
71
77
  export declare const getConsumerGroups: typeof import("./getConsumerGroups").getConsumerGroups;
72
78
  export declare const getConsumerGroupsOutput: typeof import("./getConsumerGroups").getConsumerGroupsOutput;
@@ -103,6 +109,9 @@ export declare const getKafkaConsumersOutput: typeof import("./getKafkaConsumers
103
109
  export { GetLogContextsArgs, GetLogContextsResult, GetLogContextsOutputArgs } from "./getLogContexts";
104
110
  export declare const getLogContexts: typeof import("./getLogContexts").getLogContexts;
105
111
  export declare const getLogContextsOutput: typeof import("./getLogContexts").getLogContextsOutput;
112
+ export { GetLogCursorsArgs, GetLogCursorsResult, GetLogCursorsOutputArgs } from "./getLogCursors";
113
+ export declare const getLogCursors: typeof import("./getLogCursors").getLogCursors;
114
+ export declare const getLogCursorsOutput: typeof import("./getLogCursors").getLogCursorsOutput;
106
115
  export { GetLogHistogramsArgs, GetLogHistogramsResult, GetLogHistogramsOutputArgs } from "./getLogHistograms";
107
116
  export declare const getLogHistograms: typeof import("./getLogHistograms").getLogHistograms;
108
117
  export declare const getLogHistogramsOutput: typeof import("./getLogHistograms").getLogHistogramsOutput;
@@ -181,6 +190,9 @@ export declare const kafkaConsumersOutput: typeof import("./kafkaConsumers").kaf
181
190
  export { LogContextsArgs, LogContextsResult, LogContextsOutputArgs } from "./logContexts";
182
191
  export declare const logContexts: typeof import("./logContexts").logContexts;
183
192
  export declare const logContextsOutput: typeof import("./logContexts").logContextsOutput;
193
+ export { LogCursorsArgs, LogCursorsResult, LogCursorsOutputArgs } from "./logCursors";
194
+ export declare const logCursors: typeof import("./logCursors").logCursors;
195
+ export declare const logCursorsOutput: typeof import("./logCursors").logCursorsOutput;
184
196
  export { LogHistogramsArgs, LogHistogramsResult, LogHistogramsOutputArgs } from "./logHistograms";
185
197
  export declare const logHistograms: typeof import("./logHistograms").logHistograms;
186
198
  export declare const logHistogramsOutput: typeof import("./logHistograms").logHistogramsOutput;
package/tls/index.js CHANGED
@@ -2,9 +2,10 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.getHostGroupRulesOutput = exports.getHostGroupRules = exports.getEtlTasksOutput = exports.getEtlTasks = exports.getDownloadUrlsOutput = exports.getDownloadUrls = exports.getDownloadTasksOutput = exports.getDownloadTasks = exports.getDescribeTracesOutput = exports.getDescribeTraces = exports.getConsumerGroupsOutput = exports.getConsumerGroups = exports.getAlarmsOutput = exports.getAlarms = exports.getAlarmWebhookIntegrationsOutput = exports.getAlarmWebhookIntegrations = exports.getAlarmNotifyGroupsOutput = exports.getAlarmNotifyGroups = exports.getAlarmContentTemplatesOutput = exports.getAlarmContentTemplates = exports.getAccountsOutput = exports.getAccounts = exports.etlTasksOutput = exports.etlTasks = exports.EtlTask = exports.downloadUrlsOutput = exports.downloadUrls = exports.downloadTasksOutput = exports.downloadTasks = exports.DownloadTask = exports.describeTracesOutput = exports.describeTraces = exports.consumerGroupsOutput = exports.consumerGroups = exports.ConsumerGroup = exports.alarmsOutput = exports.alarms = exports.alarmWebhookIntegrationsOutput = exports.alarmWebhookIntegrations = exports.AlarmWebhookIntegration = exports.alarmNotifyGroupsOutput = exports.alarmNotifyGroups = exports.AlarmNotifyGroup = exports.alarmContentTemplatesOutput = exports.alarmContentTemplates = exports.AlarmContentTemplate = exports.Alarm = exports.accountsOutput = exports.accounts = exports.Account = void 0;
6
- exports.importTasks = exports.ImportTask = exports.hostsOutput = exports.hosts = exports.hostGroupsOutput = exports.hostGroups = exports.hostGroupRulesOutput = exports.hostGroupRules = exports.HostGroup = exports.Host = exports.getTraceInstancesOutput = exports.getTraceInstances = exports.getTopicsOutput = exports.getTopics = exports.getTagsOutput = exports.getTags = exports.getTagResourcesOutput = exports.getTagResources = exports.getShippersOutput = exports.getShippers = exports.getShardsOutput = exports.getShards = exports.getSearchTracesOutput = exports.getSearchTraces = exports.getScheduleSqlTasksOutput = exports.getScheduleSqlTasks = exports.getRulesOutput = exports.getRules = exports.getRuleBoundHostGroupsOutput = exports.getRuleBoundHostGroups = exports.getRuleAppliersOutput = exports.getRuleAppliers = exports.getProjectsOutput = exports.getProjects = exports.getLogSearchesOutput = exports.getLogSearches = exports.getLogHistogramsOutput = exports.getLogHistograms = exports.getLogContextsOutput = exports.getLogContexts = exports.getKafkaConsumersOutput = exports.getKafkaConsumers = exports.getIndexesOutput = exports.getIndexes = exports.getImportTasksOutput = exports.getImportTasks = exports.getHostsOutput = exports.getHosts = exports.getHostGroupsOutput = exports.getHostGroups = void 0;
7
- exports.traceInstancesOutput = exports.traceInstances = exports.TraceInstance = exports.topicsOutput = exports.topics = exports.Topic = exports.tagsOutput = exports.tags = exports.tagResourcesOutput = exports.tagResources = exports.TagResource = exports.Tag = exports.shippersOutput = exports.shippers = exports.Shipper = exports.shardsOutput = exports.shards = exports.Shard = exports.searchTracesOutput = exports.searchTraces = exports.scheduleSqlTasksOutput = exports.scheduleSqlTasks = exports.ScheduleSqlTask = exports.rulesOutput = exports.rules = exports.ruleBoundHostGroupsOutput = exports.ruleBoundHostGroups = exports.RuleBoundHostGroup = exports.ruleAppliersOutput = exports.ruleAppliers = exports.RuleApplier = exports.Rule = exports.projectsOutput = exports.projects = exports.Project = exports.logSearchesOutput = exports.logSearches = exports.logHistogramsOutput = exports.logHistograms = exports.logContextsOutput = exports.logContexts = exports.kafkaConsumersOutput = exports.kafkaConsumers = exports.KafkaConsumer = exports.indexesOutput = exports.indexes = exports.Index = exports.importTasksOutput = void 0;
5
+ exports.getDownloadUrlsOutput = exports.getDownloadUrls = exports.getDownloadTasksOutput = exports.getDownloadTasks = exports.getDescribeTracesOutput = exports.getDescribeTraces = exports.getConsumerGroupsOutput = exports.getConsumerGroups = exports.getCheckPointsOutput = exports.getCheckPoints = exports.getAlarmsOutput = exports.getAlarms = exports.getAlarmWebhookIntegrationsOutput = exports.getAlarmWebhookIntegrations = exports.getAlarmNotifyGroupsOutput = exports.getAlarmNotifyGroups = exports.getAlarmContentTemplatesOutput = exports.getAlarmContentTemplates = exports.getAccountsOutput = exports.getAccounts = exports.etlTasksOutput = exports.etlTasks = exports.EtlTask = exports.downloadUrlsOutput = exports.downloadUrls = exports.downloadTasksOutput = exports.downloadTasks = exports.DownloadTask = exports.describeTracesOutput = exports.describeTraces = exports.consumerGroupsOutput = exports.consumerGroups = exports.ConsumerGroup = exports.checkPointsOutput = exports.checkPoints = exports.alarmsOutput = exports.alarms = exports.alarmWebhookIntegrationsOutput = exports.alarmWebhookIntegrations = exports.AlarmWebhookIntegration = exports.alarmNotifyGroupsOutput = exports.alarmNotifyGroups = exports.AlarmNotifyGroup = exports.alarmContentTemplatesOutput = exports.alarmContentTemplates = exports.AlarmContentTemplate = exports.Alarm = exports.accountsOutput = exports.accounts = exports.Account = void 0;
6
+ exports.hostGroupRulesOutput = exports.hostGroupRules = exports.HostGroup = exports.Host = exports.getTraceInstancesOutput = exports.getTraceInstances = exports.getTopicsOutput = exports.getTopics = exports.getTagsOutput = exports.getTags = exports.getTagResourcesOutput = exports.getTagResources = exports.getShippersOutput = exports.getShippers = exports.getShardsOutput = exports.getShards = exports.getSearchTracesOutput = exports.getSearchTraces = exports.getScheduleSqlTasksOutput = exports.getScheduleSqlTasks = exports.getRulesOutput = exports.getRules = exports.getRuleBoundHostGroupsOutput = exports.getRuleBoundHostGroups = exports.getRuleAppliersOutput = exports.getRuleAppliers = exports.getProjectsOutput = exports.getProjects = exports.getLogSearchesOutput = exports.getLogSearches = exports.getLogHistogramsOutput = exports.getLogHistograms = exports.getLogCursorsOutput = exports.getLogCursors = exports.getLogContextsOutput = exports.getLogContexts = exports.getKafkaConsumersOutput = exports.getKafkaConsumers = exports.getIndexesOutput = exports.getIndexes = exports.getImportTasksOutput = exports.getImportTasks = exports.getHostsOutput = exports.getHosts = exports.getHostGroupsOutput = exports.getHostGroups = exports.getHostGroupRulesOutput = exports.getHostGroupRules = exports.getEtlTasksOutput = exports.getEtlTasks = void 0;
7
+ exports.tagsOutput = exports.tags = exports.tagResourcesOutput = exports.tagResources = exports.TagResource = exports.Tag = exports.shippersOutput = exports.shippers = exports.Shipper = exports.shardsOutput = exports.shards = exports.Shard = exports.searchTracesOutput = exports.searchTraces = exports.scheduleSqlTasksOutput = exports.scheduleSqlTasks = exports.ScheduleSqlTask = exports.rulesOutput = exports.rules = exports.ruleBoundHostGroupsOutput = exports.ruleBoundHostGroups = exports.RuleBoundHostGroup = exports.ruleAppliersOutput = exports.ruleAppliers = exports.RuleApplier = exports.Rule = exports.projectsOutput = exports.projects = exports.Project = exports.logSearchesOutput = exports.logSearches = exports.logHistogramsOutput = exports.logHistograms = exports.logCursorsOutput = exports.logCursors = exports.logContextsOutput = exports.logContexts = exports.kafkaConsumersOutput = exports.kafkaConsumers = exports.KafkaConsumer = exports.indexesOutput = exports.indexes = exports.Index = exports.importTasksOutput = exports.importTasks = exports.ImportTask = exports.hostsOutput = exports.hosts = exports.hostGroupsOutput = exports.hostGroups = void 0;
8
+ exports.traceInstancesOutput = exports.traceInstances = exports.TraceInstance = exports.topicsOutput = exports.topics = exports.Topic = void 0;
8
9
  const pulumi = require("@pulumi/pulumi");
9
10
  const utilities = require("../utilities");
10
11
  exports.Account = null;
@@ -32,6 +33,9 @@ utilities.lazyLoad(exports, ["alarmWebhookIntegrations", "alarmWebhookIntegratio
32
33
  exports.alarms = null;
33
34
  exports.alarmsOutput = null;
34
35
  utilities.lazyLoad(exports, ["alarms", "alarmsOutput"], () => require("./alarms"));
36
+ exports.checkPoints = null;
37
+ exports.checkPointsOutput = null;
38
+ utilities.lazyLoad(exports, ["checkPoints", "checkPointsOutput"], () => require("./checkPoints"));
35
39
  exports.ConsumerGroup = null;
36
40
  utilities.lazyLoad(exports, ["ConsumerGroup"], () => require("./consumerGroup"));
37
41
  exports.consumerGroups = null;
@@ -68,6 +72,9 @@ utilities.lazyLoad(exports, ["getAlarmWebhookIntegrations", "getAlarmWebhookInte
68
72
  exports.getAlarms = null;
69
73
  exports.getAlarmsOutput = null;
70
74
  utilities.lazyLoad(exports, ["getAlarms", "getAlarmsOutput"], () => require("./getAlarms"));
75
+ exports.getCheckPoints = null;
76
+ exports.getCheckPointsOutput = null;
77
+ utilities.lazyLoad(exports, ["getCheckPoints", "getCheckPointsOutput"], () => require("./getCheckPoints"));
71
78
  exports.getConsumerGroups = null;
72
79
  exports.getConsumerGroupsOutput = null;
73
80
  utilities.lazyLoad(exports, ["getConsumerGroups", "getConsumerGroupsOutput"], () => require("./getConsumerGroups"));
@@ -104,6 +111,9 @@ utilities.lazyLoad(exports, ["getKafkaConsumers", "getKafkaConsumersOutput"], ()
104
111
  exports.getLogContexts = null;
105
112
  exports.getLogContextsOutput = null;
106
113
  utilities.lazyLoad(exports, ["getLogContexts", "getLogContextsOutput"], () => require("./getLogContexts"));
114
+ exports.getLogCursors = null;
115
+ exports.getLogCursorsOutput = null;
116
+ utilities.lazyLoad(exports, ["getLogCursors", "getLogCursorsOutput"], () => require("./getLogCursors"));
107
117
  exports.getLogHistograms = null;
108
118
  exports.getLogHistogramsOutput = null;
109
119
  utilities.lazyLoad(exports, ["getLogHistograms", "getLogHistogramsOutput"], () => require("./getLogHistograms"));
@@ -177,6 +187,9 @@ utilities.lazyLoad(exports, ["kafkaConsumers", "kafkaConsumersOutput"], () => re
177
187
  exports.logContexts = null;
178
188
  exports.logContextsOutput = null;
179
189
  utilities.lazyLoad(exports, ["logContexts", "logContextsOutput"], () => require("./logContexts"));
190
+ exports.logCursors = null;
191
+ exports.logCursorsOutput = null;
192
+ utilities.lazyLoad(exports, ["logCursors", "logCursorsOutput"], () => require("./logCursors"));
180
193
  exports.logHistograms = null;
181
194
  exports.logHistogramsOutput = null;
182
195
  utilities.lazyLoad(exports, ["logHistograms", "logHistogramsOutput"], () => require("./logHistograms"));