@volcengine/pulumi-volcenginecc 0.0.43 → 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 (287) hide show
  1. package/alb/acl.d.ts +20 -20
  2. package/alb/acl.js +1 -1
  3. package/alb/certificate.d.ts +19 -3
  4. package/alb/certificate.js +3 -4
  5. package/alb/certificate.js.map +1 -1
  6. package/alb/getAcl.d.ts +11 -11
  7. package/alb/getCertificate.d.ts +5 -1
  8. package/alb/getCertificate.js.map +1 -1
  9. package/alb/getListener.d.ts +20 -20
  10. package/alb/getServerGroup.d.ts +9 -9
  11. package/alb/listener.d.ts +52 -52
  12. package/alb/listener.js +1 -1
  13. package/alb/serverGroup.d.ts +24 -24
  14. package/alb/serverGroup.js +1 -1
  15. package/cbr/backupPolicy.d.ts +2 -2
  16. package/cbr/backupPolicy.js +2 -2
  17. package/cloudidentity/userProvisioning.d.ts +2 -2
  18. package/cloudidentity/userProvisioning.js +2 -2
  19. package/cloudmonitor/eventRule.d.ts +226 -0
  20. package/cloudmonitor/eventRule.js +126 -0
  21. package/cloudmonitor/eventRule.js.map +1 -0
  22. package/cloudmonitor/getEventRule.d.ts +65 -0
  23. package/cloudmonitor/getEventRule.js +28 -0
  24. package/cloudmonitor/getEventRule.js.map +1 -0
  25. package/cloudmonitor/getEventRules.d.ts +22 -0
  26. package/cloudmonitor/getEventRules.js +24 -0
  27. package/cloudmonitor/getEventRules.js.map +1 -0
  28. package/cloudmonitor/getRule.d.ts +11 -11
  29. package/cloudmonitor/index.d.ts +9 -0
  30. package/cloudmonitor/index.js +12 -1
  31. package/cloudmonitor/index.js.map +1 -1
  32. package/cloudmonitor/rule.d.ts +33 -33
  33. package/cr/getRegistry.d.ts +11 -11
  34. package/cr/getVpcEndpoint.d.ts +45 -0
  35. package/cr/getVpcEndpoint.js +28 -0
  36. package/cr/getVpcEndpoint.js.map +1 -0
  37. package/cr/getVpcEndpoints.d.ts +22 -0
  38. package/cr/getVpcEndpoints.js +24 -0
  39. package/cr/getVpcEndpoints.js.map +1 -0
  40. package/cr/index.d.ts +9 -0
  41. package/cr/index.js +12 -1
  42. package/cr/index.js.map +1 -1
  43. package/cr/registry.d.ts +28 -28
  44. package/cr/registry.js +1 -1
  45. package/cr/vpcEndpoint.d.ts +62 -0
  46. package/cr/vpcEndpoint.js +66 -0
  47. package/cr/vpcEndpoint.js.map +1 -0
  48. package/directconnect/connection.d.ts +332 -0
  49. package/directconnect/connection.js +163 -0
  50. package/directconnect/connection.js.map +1 -0
  51. package/directconnect/getConnection.d.ts +145 -0
  52. package/directconnect/getConnection.js +28 -0
  53. package/directconnect/getConnection.js.map +1 -0
  54. package/directconnect/getConnections.d.ts +22 -0
  55. package/directconnect/getConnections.js +24 -0
  56. package/directconnect/getConnections.js.map +1 -0
  57. package/directconnect/index.d.ts +9 -0
  58. package/directconnect/index.js +12 -1
  59. package/directconnect/index.js.map +1 -1
  60. package/dns/backupSchedule.d.ts +89 -0
  61. package/dns/backupSchedule.js +80 -0
  62. package/dns/backupSchedule.js.map +1 -0
  63. package/dns/getBackupSchedule.d.ts +48 -0
  64. package/dns/getBackupSchedule.js +28 -0
  65. package/dns/getBackupSchedule.js.map +1 -0
  66. package/dns/getBackupSchedules.d.ts +22 -0
  67. package/dns/getBackupSchedules.js +24 -0
  68. package/dns/getBackupSchedules.js.map +1 -0
  69. package/dns/index.d.ts +9 -0
  70. package/dns/index.js +12 -1
  71. package/dns/index.js.map +1 -1
  72. package/fwcenter/addressBook.d.ts +210 -0
  73. package/fwcenter/addressBook.js +115 -0
  74. package/fwcenter/addressBook.js.map +1 -0
  75. package/fwcenter/controlPolicy.d.ts +437 -0
  76. package/fwcenter/controlPolicy.js +183 -0
  77. package/fwcenter/controlPolicy.js.map +1 -0
  78. package/fwcenter/getAddressBook.d.ts +93 -0
  79. package/fwcenter/getAddressBook.js +28 -0
  80. package/fwcenter/getAddressBook.js.map +1 -0
  81. package/fwcenter/getAddressBooks.d.ts +22 -0
  82. package/fwcenter/getAddressBooks.js +24 -0
  83. package/fwcenter/getAddressBooks.js.map +1 -0
  84. package/fwcenter/getControlPolicies.d.ts +22 -0
  85. package/fwcenter/getControlPolicies.js +24 -0
  86. package/fwcenter/getControlPolicies.js.map +1 -0
  87. package/fwcenter/getControlPolicy.d.ts +185 -0
  88. package/fwcenter/getControlPolicy.js +28 -0
  89. package/fwcenter/getControlPolicy.js.map +1 -0
  90. package/fwcenter/getVpcFireWallAclRule.d.ts +189 -0
  91. package/fwcenter/getVpcFireWallAclRule.js +28 -0
  92. package/fwcenter/getVpcFireWallAclRule.js.map +1 -0
  93. package/fwcenter/getVpcFireWallAclRules.d.ts +22 -0
  94. package/fwcenter/getVpcFireWallAclRules.js +24 -0
  95. package/fwcenter/getVpcFireWallAclRules.js.map +1 -0
  96. package/fwcenter/index.d.ts +27 -0
  97. package/fwcenter/index.js +34 -1
  98. package/fwcenter/index.js.map +1 -1
  99. package/fwcenter/vpcFireWallAclRule.d.ts +446 -0
  100. package/fwcenter/vpcFireWallAclRule.js +186 -0
  101. package/fwcenter/vpcFireWallAclRule.js.map +1 -0
  102. package/gtm/getGtm.d.ts +9 -0
  103. package/gtm/getGtm.js.map +1 -1
  104. package/gtm/getPolicies.d.ts +22 -0
  105. package/gtm/getPolicies.js +24 -0
  106. package/gtm/getPolicies.js.map +1 -0
  107. package/gtm/getPolicy.d.ts +65 -0
  108. package/gtm/getPolicy.js +28 -0
  109. package/gtm/getPolicy.js.map +1 -0
  110. package/gtm/gtm.d.ts +18 -0
  111. package/gtm/gtm.js +4 -0
  112. package/gtm/gtm.js.map +1 -1
  113. package/gtm/index.d.ts +9 -0
  114. package/gtm/index.js +12 -1
  115. package/gtm/index.js.map +1 -1
  116. package/gtm/policy.d.ts +114 -0
  117. package/gtm/policy.js +76 -0
  118. package/gtm/policy.js.map +1 -0
  119. package/index.d.ts +2 -1
  120. package/index.js +4 -2
  121. package/index.js.map +1 -1
  122. package/kafka/allowList.d.ts +0 -22
  123. package/kafka/allowList.js +0 -22
  124. package/kafka/allowList.js.map +1 -1
  125. package/kafka/getGroup.d.ts +65 -0
  126. package/kafka/getGroup.js +28 -0
  127. package/kafka/getGroup.js.map +1 -0
  128. package/kafka/getGroups.d.ts +22 -0
  129. package/kafka/getGroups.js +24 -0
  130. package/kafka/getGroups.js.map +1 -0
  131. package/kafka/group.d.ts +127 -0
  132. package/kafka/group.js +93 -0
  133. package/kafka/group.js.map +1 -0
  134. package/kafka/index.d.ts +9 -0
  135. package/kafka/index.js +12 -1
  136. package/kafka/index.js.map +1 -1
  137. package/organization/getServiceControlPolicyEnabler.d.ts +48 -0
  138. package/organization/getServiceControlPolicyEnabler.js +28 -0
  139. package/organization/getServiceControlPolicyEnabler.js.map +1 -0
  140. package/organization/getServiceControlPolicyEnablers.d.ts +22 -0
  141. package/organization/getServiceControlPolicyEnablers.js +24 -0
  142. package/organization/getServiceControlPolicyEnablers.js.map +1 -0
  143. package/organization/index.d.ts +9 -0
  144. package/organization/index.js +12 -1
  145. package/organization/index.js.map +1 -1
  146. package/organization/serviceControlPolicyEnabler.d.ts +78 -0
  147. package/organization/serviceControlPolicyEnabler.js +71 -0
  148. package/organization/serviceControlPolicyEnabler.js.map +1 -0
  149. package/package.json +1 -1
  150. package/rabbitmq/allowList.d.ts +0 -17
  151. package/rabbitmq/allowList.js +0 -17
  152. package/rabbitmq/allowList.js.map +1 -1
  153. package/rdsmysql/allowList.d.ts +1 -0
  154. package/rdsmysql/allowList.js +1 -1
  155. package/rdsmysql/allowList.js.map +1 -1
  156. package/rdsmysql/getInstance.d.ts +16 -0
  157. package/rdsmysql/getInstance.js.map +1 -1
  158. package/rdsmysql/instance.d.ts +48 -0
  159. package/rdsmysql/instance.js +8 -0
  160. package/rdsmysql/instance.js.map +1 -1
  161. package/redis/getInstance.d.ts +4 -0
  162. package/redis/getInstance.js.map +1 -1
  163. package/redis/instance.d.ts +3 -0
  164. package/redis/instance.js +3 -0
  165. package/redis/instance.js.map +1 -1
  166. package/redis/parameterGroup.d.ts +2 -2
  167. package/redis/parameterGroup.js +2 -2
  168. package/rocketmq/accessKey.d.ts +126 -0
  169. package/rocketmq/accessKey.js +80 -0
  170. package/rocketmq/accessKey.js.map +1 -0
  171. package/rocketmq/getAccessKey.d.ts +73 -0
  172. package/rocketmq/getAccessKey.js +28 -0
  173. package/rocketmq/getAccessKey.js.map +1 -0
  174. package/rocketmq/getAccessKeys.d.ts +22 -0
  175. package/rocketmq/getAccessKeys.js +24 -0
  176. package/rocketmq/getAccessKeys.js.map +1 -0
  177. package/rocketmq/index.d.ts +9 -0
  178. package/rocketmq/index.js +12 -1
  179. package/rocketmq/index.js.map +1 -1
  180. package/tls/alarmWebhookIntegrationType.d.ts +159 -0
  181. package/tls/alarmWebhookIntegrationType.js +108 -0
  182. package/tls/alarmWebhookIntegrationType.js.map +1 -0
  183. package/tls/etl.d.ts +222 -0
  184. package/tls/etl.js +113 -0
  185. package/tls/etl.js.map +1 -0
  186. package/tls/getAlarmWebhookIntegrationType.d.ts +73 -0
  187. package/tls/getAlarmWebhookIntegrationType.js +28 -0
  188. package/tls/getAlarmWebhookIntegrationType.js.map +1 -0
  189. package/tls/getAlarmWebhookIntegrationTypes.d.ts +22 -0
  190. package/tls/getAlarmWebhookIntegrationTypes.js +24 -0
  191. package/tls/getAlarmWebhookIntegrationTypes.js.map +1 -0
  192. package/tls/getEtl.d.ts +109 -0
  193. package/tls/getEtl.js +28 -0
  194. package/tls/getEtl.js.map +1 -0
  195. package/tls/getEtls.d.ts +22 -0
  196. package/tls/getEtls.js +24 -0
  197. package/tls/getEtls.js.map +1 -0
  198. package/tls/getHost.d.ts +52 -0
  199. package/tls/getHost.js +28 -0
  200. package/tls/getHost.js.map +1 -0
  201. package/tls/getHostGroup.d.ts +113 -0
  202. package/tls/getHostGroup.js +28 -0
  203. package/tls/getHostGroup.js.map +1 -0
  204. package/tls/getHostGroups.d.ts +22 -0
  205. package/tls/getHostGroups.js +24 -0
  206. package/tls/getHostGroups.js.map +1 -0
  207. package/tls/getHosts.d.ts +22 -0
  208. package/tls/getHosts.js +24 -0
  209. package/tls/getHosts.js.map +1 -0
  210. package/tls/host.d.ts +97 -0
  211. package/tls/host.js +82 -0
  212. package/tls/host.js.map +1 -0
  213. package/tls/hostGroup.d.ts +254 -0
  214. package/tls/hostGroup.js +121 -0
  215. package/tls/hostGroup.js.map +1 -0
  216. package/tls/index.d.ts +36 -0
  217. package/tls/index.js +46 -1
  218. package/tls/index.js.map +1 -1
  219. package/tos/bucket.d.ts +12 -0
  220. package/tos/bucket.js +2 -0
  221. package/tos/bucket.js.map +1 -1
  222. package/tos/bucketMirrorBack.d.ts +62 -0
  223. package/tos/bucketMirrorBack.js +63 -0
  224. package/tos/bucketMirrorBack.js.map +1 -0
  225. package/tos/bucketRename.d.ts +74 -0
  226. package/tos/bucketRename.js +72 -0
  227. package/tos/bucketRename.js.map +1 -0
  228. package/tos/bucketWebsite.d.ts +98 -0
  229. package/tos/bucketWebsite.js +69 -0
  230. package/tos/bucketWebsite.js.map +1 -0
  231. package/tos/getBucket.d.ts +4 -0
  232. package/tos/getBucket.js.map +1 -1
  233. package/tos/getBucketMirrorBack.d.ts +45 -0
  234. package/tos/getBucketMirrorBack.js +28 -0
  235. package/tos/getBucketMirrorBack.js.map +1 -0
  236. package/tos/getBucketMirrorBacks.d.ts +22 -0
  237. package/tos/getBucketMirrorBacks.js +24 -0
  238. package/tos/getBucketMirrorBacks.js.map +1 -0
  239. package/tos/getBucketRename.d.ts +44 -0
  240. package/tos/getBucketRename.js +28 -0
  241. package/tos/getBucketRename.js.map +1 -0
  242. package/tos/getBucketRenames.d.ts +22 -0
  243. package/tos/getBucketRenames.js +24 -0
  244. package/tos/getBucketRenames.js.map +1 -0
  245. package/tos/getBucketWebsite.d.ts +57 -0
  246. package/tos/getBucketWebsite.js +28 -0
  247. package/tos/getBucketWebsite.js.map +1 -0
  248. package/tos/getBucketWebsites.d.ts +22 -0
  249. package/tos/getBucketWebsites.js +24 -0
  250. package/tos/getBucketWebsites.js.map +1 -0
  251. package/tos/index.d.ts +27 -0
  252. package/tos/index.js +34 -1
  253. package/tos/index.js.map +1 -1
  254. package/types/input.d.ts +1493 -114
  255. package/types/output.d.ts +4728 -1830
  256. package/veenedge/getVpc.d.ts +101 -0
  257. package/veenedge/getVpc.js +28 -0
  258. package/veenedge/getVpc.js.map +1 -0
  259. package/veenedge/getVpcs.d.ts +22 -0
  260. package/veenedge/getVpcs.js +24 -0
  261. package/veenedge/getVpcs.js.map +1 -0
  262. package/veenedge/index.d.ts +9 -0
  263. package/veenedge/index.js +28 -0
  264. package/veenedge/index.js.map +1 -0
  265. package/veenedge/vpc.d.ts +216 -0
  266. package/veenedge/vpc.js +131 -0
  267. package/veenedge/vpc.js.map +1 -0
  268. package/vke/node.d.ts +1 -1
  269. package/vke/node.js +0 -3
  270. package/vke/node.js.map +1 -1
  271. package/vmp/ruleFile.d.ts +2 -2
  272. package/vmp/ruleFile.js +2 -2
  273. package/vpc/vpc.d.ts +4 -0
  274. package/vpc/vpc.js +1 -1
  275. package/vpc/vpc.js.map +1 -1
  276. package/waf/getHostGroup.d.ts +69 -0
  277. package/waf/getHostGroup.js +28 -0
  278. package/waf/getHostGroup.js.map +1 -0
  279. package/waf/getHostGroups.d.ts +22 -0
  280. package/waf/getHostGroups.js +24 -0
  281. package/waf/getHostGroups.js.map +1 -0
  282. package/waf/hostGroup.d.ts +135 -0
  283. package/waf/hostGroup.js +92 -0
  284. package/waf/hostGroup.js.map +1 -0
  285. package/waf/index.d.ts +9 -0
  286. package/waf/index.js +12 -1
  287. package/waf/index.js.map +1 -1
package/tls/getEtls.js ADDED
@@ -0,0 +1,24 @@
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.getEtlsOutput = exports.getEtls = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::TLS::Etl
10
+ */
11
+ function getEtls(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tls/getEtls:getEtls", {}, opts);
14
+ }
15
+ exports.getEtls = getEtls;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::TLS::Etl
18
+ */
19
+ function getEtlsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:tls/getEtls:getEtls", {}, opts);
22
+ }
23
+ exports.getEtlsOutput = getEtlsOutput;
24
+ //# sourceMappingURL=getEtls.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getEtls.js","sourceRoot":"","sources":["../../tls/getEtls.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAA2B;IAC/C,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE,EAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0BAIC;AAeD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAiC;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE,EACtE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC"}
@@ -0,0 +1,52 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Data Source schema for Volcengine::TLS::Host
4
+ */
5
+ export declare function getHost(args: GetHostArgs, opts?: pulumi.InvokeOptions): Promise<GetHostResult>;
6
+ /**
7
+ * A collection of arguments for invoking getHost.
8
+ */
9
+ export interface GetHostArgs {
10
+ /**
11
+ * Uniquely identifies the resource.
12
+ */
13
+ id: string;
14
+ }
15
+ /**
16
+ * A collection of values returned by getHost.
17
+ */
18
+ export interface GetHostResult {
19
+ /**
20
+ * Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
21
+ */
22
+ readonly heartbeatStatus: number;
23
+ /**
24
+ * Machine group ID to which the host belongs
25
+ */
26
+ readonly hostGroupId: string;
27
+ /**
28
+ * Uniquely identifies the resource.
29
+ */
30
+ readonly id: string;
31
+ /**
32
+ * Host IP address
33
+ */
34
+ readonly ip: string;
35
+ /**
36
+ * Log collector version
37
+ */
38
+ readonly logCollectorVersion: string;
39
+ }
40
+ /**
41
+ * Data Source schema for Volcengine::TLS::Host
42
+ */
43
+ export declare function getHostOutput(args: GetHostOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHostResult>;
44
+ /**
45
+ * A collection of arguments for invoking getHost.
46
+ */
47
+ export interface GetHostOutputArgs {
48
+ /**
49
+ * Uniquely identifies the resource.
50
+ */
51
+ id: pulumi.Input<string>;
52
+ }
package/tls/getHost.js ADDED
@@ -0,0 +1,28 @@
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.getHostOutput = exports.getHost = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::TLS::Host
10
+ */
11
+ function getHost(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tls/getHost:getHost", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getHost = getHost;
18
+ /**
19
+ * Data Source schema for Volcengine::TLS::Host
20
+ */
21
+ function getHostOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:tls/getHost:getHost", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getHostOutput = getHostOutput;
28
+ //# sourceMappingURL=getHost.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getHost.js","sourceRoot":"","sources":["../../tls/getHost.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAqCD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
@@ -0,0 +1,113 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::TLS::HostGroup
5
+ */
6
+ export declare function getHostGroup(args: GetHostGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetHostGroupResult>;
7
+ /**
8
+ * A collection of arguments for invoking getHostGroup.
9
+ */
10
+ export interface GetHostGroupArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getHostGroup.
18
+ */
19
+ export interface GetHostGroupResult {
20
+ /**
21
+ * Number of abnormal machines.
22
+ */
23
+ readonly abnormalHeartbeatStatusNumber: number;
24
+ /**
25
+ * Latest agent version.
26
+ */
27
+ readonly agentLatestVersion: string;
28
+ /**
29
+ * Whether LogCollector installed on machine group servers enables automatic upgrade. true: Log Service will check for upgrade conditions during the specified time period each day. If conditions are met, LogCollector upgrades automatically without manual intervention. false: (default) LogCollector does not upgrade automatically. Only LogCollector V1.0.8 and later versions support automatic upgrade.
30
+ */
31
+ readonly autoUpdate: boolean;
32
+ /**
33
+ * Creation time.
34
+ */
35
+ readonly createTime: string;
36
+ /**
37
+ * Clean all machines with abnormal heartbeat in the machine group with one click. Machines without heartbeat records cannot be deleted currently
38
+ */
39
+ readonly deleteAbnormalHosts: boolean;
40
+ /**
41
+ * Number of machines.
42
+ */
43
+ readonly hostCount: number;
44
+ /**
45
+ * Host group ID
46
+ */
47
+ readonly hostGroupId: string;
48
+ /**
49
+ * Host group name
50
+ */
51
+ readonly hostGroupName: string;
52
+ /**
53
+ * Type of machine group. Includes: IP: machine IP. Set the machine IP list using the HostIpList parameter. Label: machine identifier. Set the machine identifier using the HostIdentifier parameter.
54
+ */
55
+ readonly hostGroupType: string;
56
+ /**
57
+ * Machine identifier. Required when HostGroupType is Label.
58
+ */
59
+ readonly hostIdentifier: string;
60
+ /**
61
+ * List of IP addresses for the host group. Required when HostGroupType is IP.
62
+ */
63
+ readonly hostIpLists: string[];
64
+ /**
65
+ * IAM project name. If this parameter is not specified, Log Service adds the machine group to the IAM project named default.
66
+ */
67
+ readonly iamProjectName: string;
68
+ /**
69
+ * Uniquely identifies the resource.
70
+ */
71
+ readonly id: string;
72
+ /**
73
+ * Modification time.
74
+ */
75
+ readonly modifyTime: string;
76
+ /**
77
+ * Number of healthy machines.
78
+ */
79
+ readonly normalHeartbeatStatusNumber: number;
80
+ /**
81
+ * Number of rules
82
+ */
83
+ readonly ruleCount: number;
84
+ /**
85
+ * Collection configuration information list.
86
+ */
87
+ readonly rules: outputs.tls.GetHostGroupRule[];
88
+ /**
89
+ * Enable Logcollector service log feature. true: enabled. false: (default) disabled.
90
+ */
91
+ readonly serviceLogging: boolean;
92
+ /**
93
+ * Auto upgrade end time in HH:MM format. Required only when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak business hours. LogCollector may restart during the auto upgrade, but logs will not be lost.
94
+ */
95
+ readonly updateEndTime: string;
96
+ /**
97
+ * Automatic upgrade start time, in HH:MM format. Only required when AutoUpdate is set to true. It is recommended to schedule automatic upgrades during off-peak hours. LogCollector may restart during the upgrade, but logs will not be lost.
98
+ */
99
+ readonly updateStartTime: string;
100
+ }
101
+ /**
102
+ * Data Source schema for Volcengine::TLS::HostGroup
103
+ */
104
+ export declare function getHostGroupOutput(args: GetHostGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHostGroupResult>;
105
+ /**
106
+ * A collection of arguments for invoking getHostGroup.
107
+ */
108
+ export interface GetHostGroupOutputArgs {
109
+ /**
110
+ * Uniquely identifies the resource.
111
+ */
112
+ id: pulumi.Input<string>;
113
+ }
@@ -0,0 +1,28 @@
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.getHostGroupOutput = exports.getHostGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::TLS::HostGroup
10
+ */
11
+ function getHostGroup(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tls/getHostGroup:getHostGroup", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getHostGroup = getHostGroup;
18
+ /**
19
+ * Data Source schema for Volcengine::TLS::HostGroup
20
+ */
21
+ function getHostGroupOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:tls/getHostGroup:getHostGroup", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getHostGroupOutput = getHostGroupOutput;
28
+ //# sourceMappingURL=getHostGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getHostGroup.js","sourceRoot":"","sources":["../../tls/getHostGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,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,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AAiGD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::TLS::HostGroup
4
+ */
5
+ export declare function getHostGroups(opts?: pulumi.InvokeOptions): Promise<GetHostGroupsResult>;
6
+ /**
7
+ * A collection of values returned by getHostGroups.
8
+ */
9
+ export interface GetHostGroupsResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::TLS::HostGroup
21
+ */
22
+ export declare function getHostGroupsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHostGroupsResult>;
@@ -0,0 +1,24 @@
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.getHostGroupsOutput = exports.getHostGroups = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::TLS::HostGroup
10
+ */
11
+ function getHostGroups(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tls/getHostGroups:getHostGroups", {}, opts);
14
+ }
15
+ exports.getHostGroups = getHostGroups;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::TLS::HostGroup
18
+ */
19
+ function getHostGroupsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:tls/getHostGroups:getHostGroups", {}, opts);
22
+ }
23
+ exports.getHostGroupsOutput = getHostGroupsOutput;
24
+ //# sourceMappingURL=getHostGroups.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getHostGroups.js","sourceRoot":"","sources":["../../tls/getHostGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAA2B;IACrD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE,EAC5E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC;AAeD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAAiC;IACjE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE,EAClF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kDAIC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::TLS::Host
4
+ */
5
+ export declare function getHosts(opts?: pulumi.InvokeOptions): Promise<GetHostsResult>;
6
+ /**
7
+ * A collection of values returned by getHosts.
8
+ */
9
+ export interface GetHostsResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::TLS::Host
21
+ */
22
+ export declare function getHostsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHostsResult>;
@@ -0,0 +1,24 @@
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.getHostsOutput = exports.getHosts = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::TLS::Host
10
+ */
11
+ function getHosts(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tls/getHosts:getHosts", {}, opts);
14
+ }
15
+ exports.getHosts = getHosts;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::TLS::Host
18
+ */
19
+ function getHostsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:tls/getHosts:getHosts", {}, opts);
22
+ }
23
+ exports.getHostsOutput = getHostsOutput;
24
+ //# sourceMappingURL=getHosts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getHosts.js","sourceRoot":"","sources":["../../tls/getHosts.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAChD,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,EAClE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4BAIC;AAeD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAiC;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE,EACxE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC"}
package/tls/host.d.ts ADDED
@@ -0,0 +1,97 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Host in the log service, used to manage server nodes for log collection
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
10
+ *
11
+ * const tLSHostDemo = new volcenginecc.tls.Host("TLSHostDemo", {
12
+ * hostGroupId: "cef95463-1bc0-410f-9c4b-3114xxxxxx",
13
+ * ip: "192.168.1.3",
14
+ * });
15
+ * ```
16
+ *
17
+ * ## Import
18
+ *
19
+ * ```sh
20
+ * $ pulumi import volcenginecc:tls/host:Host example "host_group_id|ip"
21
+ * ```
22
+ */
23
+ export declare class Host extends pulumi.CustomResource {
24
+ /**
25
+ * Get an existing Host resource's state with the given name, ID, and optional extra
26
+ * properties used to qualify the lookup.
27
+ *
28
+ * @param name The _unique_ name of the resulting resource.
29
+ * @param id The _unique_ provider ID of the resource to lookup.
30
+ * @param state Any extra arguments used during the lookup.
31
+ * @param opts Optional settings to control the behavior of the CustomResource.
32
+ */
33
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: HostState, opts?: pulumi.CustomResourceOptions): Host;
34
+ /**
35
+ * Returns true if the given object is an instance of Host. This is designed to work even
36
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
37
+ */
38
+ static isInstance(obj: any): obj is Host;
39
+ /**
40
+ * Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
41
+ */
42
+ readonly heartbeatStatus: pulumi.Output<number>;
43
+ /**
44
+ * Machine group ID to which the host belongs
45
+ */
46
+ readonly hostGroupId: pulumi.Output<string>;
47
+ /**
48
+ * Host IP address
49
+ */
50
+ readonly ip: pulumi.Output<string>;
51
+ /**
52
+ * Log collector version
53
+ */
54
+ readonly logCollectorVersion: pulumi.Output<string>;
55
+ /**
56
+ * Create a Host resource with the given unique name, arguments, and options.
57
+ *
58
+ * @param name The _unique_ name of the resource.
59
+ * @param args The arguments to use to populate this resource's properties.
60
+ * @param opts A bag of options that control this resource's behavior.
61
+ */
62
+ constructor(name: string, args: HostArgs, opts?: pulumi.CustomResourceOptions);
63
+ }
64
+ /**
65
+ * Input properties used for looking up and filtering Host resources.
66
+ */
67
+ export interface HostState {
68
+ /**
69
+ * Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
70
+ */
71
+ heartbeatStatus?: pulumi.Input<number>;
72
+ /**
73
+ * Machine group ID to which the host belongs
74
+ */
75
+ hostGroupId?: pulumi.Input<string>;
76
+ /**
77
+ * Host IP address
78
+ */
79
+ ip?: pulumi.Input<string>;
80
+ /**
81
+ * Log collector version
82
+ */
83
+ logCollectorVersion?: pulumi.Input<string>;
84
+ }
85
+ /**
86
+ * The set of arguments for constructing a Host resource.
87
+ */
88
+ export interface HostArgs {
89
+ /**
90
+ * Machine group ID to which the host belongs
91
+ */
92
+ hostGroupId: pulumi.Input<string>;
93
+ /**
94
+ * Host IP address
95
+ */
96
+ ip: pulumi.Input<string>;
97
+ }
package/tls/host.js ADDED
@@ -0,0 +1,82 @@
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.Host = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Host in the log service, used to manage server nodes for log collection
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
16
+ *
17
+ * const tLSHostDemo = new volcenginecc.tls.Host("TLSHostDemo", {
18
+ * hostGroupId: "cef95463-1bc0-410f-9c4b-3114xxxxxx",
19
+ * ip: "192.168.1.3",
20
+ * });
21
+ * ```
22
+ *
23
+ * ## Import
24
+ *
25
+ * ```sh
26
+ * $ pulumi import volcenginecc:tls/host:Host example "host_group_id|ip"
27
+ * ```
28
+ */
29
+ class Host extends pulumi.CustomResource {
30
+ /**
31
+ * Get an existing Host resource's state with the given name, ID, and optional extra
32
+ * properties used to qualify the lookup.
33
+ *
34
+ * @param name The _unique_ name of the resulting resource.
35
+ * @param id The _unique_ provider ID of the resource to lookup.
36
+ * @param state Any extra arguments used during the lookup.
37
+ * @param opts Optional settings to control the behavior of the CustomResource.
38
+ */
39
+ static get(name, id, state, opts) {
40
+ return new Host(name, state, Object.assign(Object.assign({}, opts), { id: id }));
41
+ }
42
+ /**
43
+ * Returns true if the given object is an instance of Host. This is designed to work even
44
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
45
+ */
46
+ static isInstance(obj) {
47
+ if (obj === undefined || obj === null) {
48
+ return false;
49
+ }
50
+ return obj['__pulumiType'] === Host.__pulumiType;
51
+ }
52
+ constructor(name, argsOrState, opts) {
53
+ let resourceInputs = {};
54
+ opts = opts || {};
55
+ if (opts.id) {
56
+ const state = argsOrState;
57
+ resourceInputs["heartbeatStatus"] = state ? state.heartbeatStatus : undefined;
58
+ resourceInputs["hostGroupId"] = state ? state.hostGroupId : undefined;
59
+ resourceInputs["ip"] = state ? state.ip : undefined;
60
+ resourceInputs["logCollectorVersion"] = state ? state.logCollectorVersion : undefined;
61
+ }
62
+ else {
63
+ const args = argsOrState;
64
+ if ((!args || args.hostGroupId === undefined) && !opts.urn) {
65
+ throw new Error("Missing required property 'hostGroupId'");
66
+ }
67
+ if ((!args || args.ip === undefined) && !opts.urn) {
68
+ throw new Error("Missing required property 'ip'");
69
+ }
70
+ resourceInputs["hostGroupId"] = args ? args.hostGroupId : undefined;
71
+ resourceInputs["ip"] = args ? args.ip : undefined;
72
+ resourceInputs["heartbeatStatus"] = undefined /*out*/;
73
+ resourceInputs["logCollectorVersion"] = undefined /*out*/;
74
+ }
75
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
76
+ super(Host.__pulumiType, name, resourceInputs, opts);
77
+ }
78
+ }
79
+ exports.Host = Host;
80
+ /** @internal */
81
+ Host.__pulumiType = 'volcenginecc:tls/host:Host';
82
+ //# sourceMappingURL=host.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"host.js","sourceRoot":"","sources":["../../tls/host.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;QAC7F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;SACzF;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,EAAE,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/C,MAAM,IAAI,KAAK,CAAC,gCAAgC,CAAC,CAAC;aACrD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;;AA7EL,oBA8EC;AAhEG,gBAAgB;AACO,iBAAY,GAAG,4BAA4B,CAAC"}