@volcengine/pulumi-volcenginecc 0.0.30 → 0.0.32

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 (260) hide show
  1. package/cen/bandwidthPackage.d.ts +320 -0
  2. package/cen/bandwidthPackage.js +134 -0
  3. package/cen/bandwidthPackage.js.map +1 -0
  4. package/cen/getBandwidthPackage.d.ts +137 -0
  5. package/cen/getBandwidthPackage.js +28 -0
  6. package/cen/getBandwidthPackage.js.map +1 -0
  7. package/cen/getBandwidthPackages.d.ts +22 -0
  8. package/cen/getBandwidthPackages.js +24 -0
  9. package/cen/getBandwidthPackages.js.map +1 -0
  10. package/cen/getInterRegionBandwidth.d.ts +72 -0
  11. package/cen/getInterRegionBandwidth.js +28 -0
  12. package/cen/getInterRegionBandwidth.js.map +1 -0
  13. package/cen/getInterRegionBandwidths.d.ts +22 -0
  14. package/cen/getInterRegionBandwidths.js +24 -0
  15. package/cen/getInterRegionBandwidths.js.map +1 -0
  16. package/cen/getRouteEntries.d.ts +22 -0
  17. package/cen/getRouteEntries.js +24 -0
  18. package/cen/getRouteEntries.js.map +1 -0
  19. package/cen/getRouteEntry.d.ts +72 -0
  20. package/cen/getRouteEntry.js +28 -0
  21. package/cen/getRouteEntry.js.map +1 -0
  22. package/cen/getServiceRouteEntries.d.ts +22 -0
  23. package/cen/getServiceRouteEntries.js +24 -0
  24. package/cen/getServiceRouteEntries.js.map +1 -0
  25. package/cen/getServiceRouteEntry.d.ts +73 -0
  26. package/cen/getServiceRouteEntry.js +28 -0
  27. package/cen/getServiceRouteEntry.js.map +1 -0
  28. package/cen/index.d.ts +36 -0
  29. package/cen/index.js +45 -1
  30. package/cen/index.js.map +1 -1
  31. package/cen/interRegionBandwidth.d.ts +152 -0
  32. package/cen/interRegionBandwidth.js +101 -0
  33. package/cen/interRegionBandwidth.js.map +1 -0
  34. package/cen/routeEntry.d.ts +152 -0
  35. package/cen/routeEntry.js +104 -0
  36. package/cen/routeEntry.js.map +1 -0
  37. package/cen/serviceRouteEntry.d.ts +138 -0
  38. package/cen/serviceRouteEntry.js +83 -0
  39. package/cen/serviceRouteEntry.js.map +1 -0
  40. package/clb/clb.d.ts +8 -0
  41. package/clb/clb.js +2 -0
  42. package/clb/clb.js.map +1 -1
  43. package/clb/getClb.d.ts +4 -0
  44. package/clb/getClb.js.map +1 -1
  45. package/clb/getListener.d.ts +4 -0
  46. package/clb/getListener.js.map +1 -1
  47. package/clb/listener.d.ts +3 -0
  48. package/clb/listener.js +2 -0
  49. package/clb/listener.js.map +1 -1
  50. package/iam/accesskey.d.ts +2 -2
  51. package/iam/accesskey.js +2 -2
  52. package/iam/accesskey.js.map +1 -1
  53. package/mongodb/getInstance.d.ts +1 -1
  54. package/mongodb/getSslState.d.ts +56 -0
  55. package/mongodb/getSslState.js +28 -0
  56. package/mongodb/getSslState.js.map +1 -0
  57. package/mongodb/getSslStates.d.ts +22 -0
  58. package/mongodb/getSslStates.js +24 -0
  59. package/mongodb/getSslStates.js.map +1 -0
  60. package/mongodb/index.d.ts +9 -0
  61. package/mongodb/index.js +12 -1
  62. package/mongodb/index.js.map +1 -1
  63. package/mongodb/instance.d.ts +3 -3
  64. package/mongodb/sslState.d.ts +105 -0
  65. package/mongodb/sslState.js +81 -0
  66. package/mongodb/sslState.js.map +1 -0
  67. package/package.json +1 -1
  68. package/privatelink/endpointService.d.ts +15 -3
  69. package/privatelink/endpointService.js +2 -0
  70. package/privatelink/endpointService.js.map +1 -1
  71. package/privatelink/getEndpointService.d.ts +5 -1
  72. package/privatelink/getEndpointService.js.map +1 -1
  73. package/privatelink/getVpcEndpoint.d.ts +137 -0
  74. package/privatelink/getVpcEndpoint.js +28 -0
  75. package/privatelink/getVpcEndpoint.js.map +1 -0
  76. package/privatelink/getVpcEndpointConnection.d.ts +89 -0
  77. package/privatelink/getVpcEndpointConnection.js +28 -0
  78. package/privatelink/getVpcEndpointConnection.js.map +1 -0
  79. package/privatelink/getVpcEndpointConnections.d.ts +22 -0
  80. package/privatelink/getVpcEndpointConnections.js +24 -0
  81. package/privatelink/getVpcEndpointConnections.js.map +1 -0
  82. package/privatelink/getVpcEndpoints.d.ts +22 -0
  83. package/privatelink/getVpcEndpoints.js +24 -0
  84. package/privatelink/getVpcEndpoints.js.map +1 -0
  85. package/privatelink/index.d.ts +18 -0
  86. package/privatelink/index.js +23 -1
  87. package/privatelink/index.js.map +1 -1
  88. package/privatelink/vpcEndpoint.d.ts +277 -0
  89. package/privatelink/vpcEndpoint.js +106 -0
  90. package/privatelink/vpcEndpoint.js.map +1 -0
  91. package/privatelink/vpcEndpointConnection.d.ts +156 -0
  92. package/privatelink/vpcEndpointConnection.js +88 -0
  93. package/privatelink/vpcEndpointConnection.js.map +1 -0
  94. package/rabbitmq/allowList.d.ts +151 -0
  95. package/rabbitmq/allowList.js +100 -0
  96. package/rabbitmq/allowList.js.map +1 -0
  97. package/rabbitmq/getAllowList.d.ts +73 -0
  98. package/rabbitmq/getAllowList.js +28 -0
  99. package/rabbitmq/getAllowList.js.map +1 -0
  100. package/rabbitmq/getAllowLists.d.ts +22 -0
  101. package/rabbitmq/getAllowLists.js +24 -0
  102. package/rabbitmq/getAllowLists.js.map +1 -0
  103. package/rabbitmq/index.d.ts +9 -0
  104. package/rabbitmq/index.js +12 -1
  105. package/rabbitmq/index.js.map +1 -1
  106. package/rdspostgresql/getInstance.d.ts +153 -0
  107. package/rdspostgresql/getInstance.js +28 -0
  108. package/rdspostgresql/getInstance.js.map +1 -0
  109. package/rdspostgresql/getInstances.d.ts +22 -0
  110. package/rdspostgresql/getInstances.js +24 -0
  111. package/rdspostgresql/getInstances.js.map +1 -0
  112. package/rdspostgresql/index.d.ts +9 -0
  113. package/rdspostgresql/index.js +12 -1
  114. package/rdspostgresql/index.js.map +1 -1
  115. package/rdspostgresql/instance.d.ts +303 -0
  116. package/rdspostgresql/instance.js +132 -0
  117. package/rdspostgresql/instance.js.map +1 -0
  118. package/redis/allowList.d.ts +148 -0
  119. package/redis/allowList.js +78 -0
  120. package/redis/allowList.js.map +1 -0
  121. package/redis/getAllowList.d.ts +81 -0
  122. package/redis/getAllowList.js +28 -0
  123. package/redis/getAllowList.js.map +1 -0
  124. package/redis/getAllowLists.d.ts +22 -0
  125. package/redis/getAllowLists.js +24 -0
  126. package/redis/getAllowLists.js.map +1 -0
  127. package/redis/index.d.ts +9 -0
  128. package/redis/index.js +12 -1
  129. package/redis/index.js.map +1 -1
  130. package/storageebs/getSnapshotGroup.d.ts +81 -0
  131. package/storageebs/getSnapshotGroup.js +28 -0
  132. package/storageebs/getSnapshotGroup.js.map +1 -0
  133. package/storageebs/getSnapshotGroups.d.ts +22 -0
  134. package/storageebs/getSnapshotGroups.js +24 -0
  135. package/storageebs/getSnapshotGroups.js.map +1 -0
  136. package/storageebs/index.d.ts +9 -0
  137. package/storageebs/index.js +12 -1
  138. package/storageebs/index.js.map +1 -1
  139. package/storageebs/snapshotGroup.d.ts +168 -0
  140. package/storageebs/snapshotGroup.js +105 -0
  141. package/storageebs/snapshotGroup.js.map +1 -0
  142. package/tls/alarmNotifyGroup.d.ts +113 -0
  143. package/tls/alarmNotifyGroup.js +75 -0
  144. package/tls/alarmNotifyGroup.js.map +1 -0
  145. package/tls/consumerGroup.d.ts +128 -0
  146. package/tls/consumerGroup.js +98 -0
  147. package/tls/consumerGroup.js.map +1 -0
  148. package/tls/getAlarmNotifyGroup.d.ts +69 -0
  149. package/tls/getAlarmNotifyGroup.js +28 -0
  150. package/tls/getAlarmNotifyGroup.js.map +1 -0
  151. package/tls/getAlarmNotifyGroups.d.ts +22 -0
  152. package/tls/getAlarmNotifyGroups.js +24 -0
  153. package/tls/getAlarmNotifyGroups.js.map +1 -0
  154. package/tls/getConsumerGroup.d.ts +60 -0
  155. package/tls/getConsumerGroup.js +28 -0
  156. package/tls/getConsumerGroup.js.map +1 -0
  157. package/tls/getConsumerGroups.d.ts +22 -0
  158. package/tls/getConsumerGroups.js +24 -0
  159. package/tls/getConsumerGroups.js.map +1 -0
  160. package/tls/getImportTask.d.ts +89 -0
  161. package/tls/getImportTask.js +28 -0
  162. package/tls/getImportTask.js.map +1 -0
  163. package/tls/getImportTasks.d.ts +22 -0
  164. package/tls/getImportTasks.js +24 -0
  165. package/tls/getImportTasks.js.map +1 -0
  166. package/tls/getRule.d.ts +109 -0
  167. package/tls/getRule.js +28 -0
  168. package/tls/getRule.js.map +1 -0
  169. package/tls/getRules.d.ts +22 -0
  170. package/tls/getRules.js +24 -0
  171. package/tls/getRules.js.map +1 -0
  172. package/tls/getShipper.d.ts +101 -0
  173. package/tls/getShipper.js +28 -0
  174. package/tls/getShipper.js.map +1 -0
  175. package/tls/getShippers.d.ts +22 -0
  176. package/tls/getShippers.js +24 -0
  177. package/tls/getShippers.js.map +1 -0
  178. package/tls/importTask.d.ts +183 -0
  179. package/tls/importTask.js +97 -0
  180. package/tls/importTask.js.map +1 -0
  181. package/tls/index.d.ts +45 -0
  182. package/tls/index.js +56 -1
  183. package/tls/index.js.map +1 -1
  184. package/tls/rule.d.ts +221 -0
  185. package/tls/rule.js +98 -0
  186. package/tls/rule.js.map +1 -0
  187. package/tls/shipper.d.ts +211 -0
  188. package/tls/shipper.js +97 -0
  189. package/tls/shipper.js.map +1 -0
  190. package/tos/bucketEncryption.d.ts +94 -0
  191. package/tos/bucketEncryption.js +78 -0
  192. package/tos/bucketEncryption.js.map +1 -0
  193. package/tos/bucketInventory.d.ts +155 -0
  194. package/tos/bucketInventory.js +95 -0
  195. package/tos/bucketInventory.js.map +1 -0
  196. package/tos/getBucketEncryption.d.ts +48 -0
  197. package/tos/getBucketEncryption.js +28 -0
  198. package/tos/getBucketEncryption.js.map +1 -0
  199. package/tos/getBucketEncryptions.d.ts +22 -0
  200. package/tos/getBucketEncryptions.js +24 -0
  201. package/tos/getBucketEncryptions.js.map +1 -0
  202. package/tos/getBucketInventories.d.ts +22 -0
  203. package/tos/getBucketInventories.js +24 -0
  204. package/tos/getBucketInventories.js.map +1 -0
  205. package/tos/getBucketInventory.d.ts +73 -0
  206. package/tos/getBucketInventory.js +28 -0
  207. package/tos/getBucketInventory.js.map +1 -0
  208. package/tos/index.d.ts +18 -0
  209. package/tos/index.js +23 -1
  210. package/tos/index.js.map +1 -1
  211. package/types/input.d.ts +1804 -186
  212. package/types/output.d.ts +3846 -591
  213. package/vedbm/endpoint.d.ts +247 -0
  214. package/vedbm/endpoint.js +93 -0
  215. package/vedbm/endpoint.js.map +1 -0
  216. package/vedbm/getEndpoint.d.ts +105 -0
  217. package/vedbm/getEndpoint.js +28 -0
  218. package/vedbm/getEndpoint.js.map +1 -0
  219. package/vedbm/getEndpoints.d.ts +22 -0
  220. package/vedbm/getEndpoints.js +24 -0
  221. package/vedbm/getEndpoints.js.map +1 -0
  222. package/vedbm/index.d.ts +9 -0
  223. package/vedbm/index.js +12 -1
  224. package/vedbm/index.js.map +1 -1
  225. package/vefaas/getRelease.d.ts +120 -0
  226. package/vefaas/getRelease.js +28 -0
  227. package/vefaas/getRelease.js.map +1 -0
  228. package/vefaas/getReleases.d.ts +22 -0
  229. package/vefaas/getReleases.js +24 -0
  230. package/vefaas/getReleases.js.map +1 -0
  231. package/vefaas/index.d.ts +9 -0
  232. package/vefaas/index.js +12 -1
  233. package/vefaas/index.js.map +1 -1
  234. package/vefaas/release.d.ts +253 -0
  235. package/vefaas/release.js +120 -0
  236. package/vefaas/release.js.map +1 -0
  237. package/vepfs/getMountService.d.ts +93 -0
  238. package/vepfs/getMountService.js +28 -0
  239. package/vepfs/getMountService.js.map +1 -0
  240. package/vepfs/getMountServices.d.ts +22 -0
  241. package/vepfs/getMountServices.js +24 -0
  242. package/vepfs/getMountServices.js.map +1 -0
  243. package/vepfs/index.d.ts +9 -0
  244. package/vepfs/index.js +12 -1
  245. package/vepfs/index.js.map +1 -1
  246. package/vepfs/mountService.d.ts +172 -0
  247. package/vepfs/mountService.js +99 -0
  248. package/vepfs/mountService.js.map +1 -0
  249. package/vke/getKubeconfig.d.ts +72 -0
  250. package/vke/getKubeconfig.js +28 -0
  251. package/vke/getKubeconfig.js.map +1 -0
  252. package/vke/getKubeconfigs.d.ts +22 -0
  253. package/vke/getKubeconfigs.js +24 -0
  254. package/vke/getKubeconfigs.js.map +1 -0
  255. package/vke/index.d.ts +9 -0
  256. package/vke/index.js +12 -1
  257. package/vke/index.js.map +1 -1
  258. package/vke/kubeconfig.d.ts +142 -0
  259. package/vke/kubeconfig.js +93 -0
  260. package/vke/kubeconfig.js.map +1 -0
@@ -0,0 +1,109 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::TLS::Rule
5
+ */
6
+ export declare function getRule(args: GetRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetRuleResult>;
7
+ /**
8
+ * A collection of arguments for invoking getRule.
9
+ */
10
+ export interface GetRuleArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getRule.
18
+ */
19
+ export interface GetRuleResult {
20
+ /**
21
+ * Container log collection rules.
22
+ */
23
+ readonly containerRule: outputs.tls.GetRuleContainerRule;
24
+ /**
25
+ * Time when the collection configuration was created.
26
+ */
27
+ readonly createTime: string;
28
+ /**
29
+ * Denylist entries for collection. You can create up to 10 denylist entries. When InputType=0 or InputType=2: If Type is Path, Value represents a directory. Supports exact match and wildcard pattern matching. Wildcards supported: *, ?. The ** wildcard is not supported. If Type is File, Value represents a file name. Supports exact match and wildcard pattern matching. Wildcards supported: **, *, ?. Only one ** wildcard can be configured at most. When InputType=1: Configuring a denylist is not allowed.
30
+ */
31
+ readonly excludePaths: outputs.tls.GetRuleExcludePath[];
32
+ /**
33
+ * Log extraction rules. Note: This parameter is required if LogType is set to any type other than minimalist*log or json*log.
34
+ */
35
+ readonly extractRule: outputs.tls.GetRuleExtractRule;
36
+ /**
37
+ * Machine group information list.
38
+ */
39
+ readonly hostGroupInfos: outputs.tls.GetRuleHostGroupInfo[];
40
+ /**
41
+ * Uniquely identifies the resource.
42
+ */
43
+ readonly id: string;
44
+ /**
45
+ * Collection type. 0: (Default) Host log file. 1: K8s container stdout. 2: K8s container internal log file.
46
+ */
47
+ readonly inputType: number;
48
+ /**
49
+ * Log sample. Maximum length is 3000 characters. Log sample content must match the collection mode. Single-line full-text mode and JSON mode do not require a log sample. Other modes require a log sample, and the content must match the collection mode.
50
+ */
51
+ readonly logSample: string;
52
+ /**
53
+ * Collection mode. minimalist*log: (Default) Single-line full-text mode. json*log: JSON mode. delimiter*log: Delimiter mode. multiline*log: Multi-line full-text mode. fullregex_log: Full regex mode.
54
+ */
55
+ readonly logType: string;
56
+ /**
57
+ * Collection configuration modification time.
58
+ */
59
+ readonly modifyTime: string;
60
+ /**
61
+ * Collection path list. You can create up to 10 collection paths. Collection paths must be specified as absolute paths; relative paths are not supported. When InputType=0 or InputType=2, collection paths support exact match and wildcard mode. Wildcards only support **, *, and ?, but you can configure at most one ** wildcard. When InputType=1, you do not need to configure the collection path list.
62
+ */
63
+ readonly paths: string[];
64
+ /**
65
+ * Collection configuration status. 0: Running. 1: Paused.
66
+ */
67
+ readonly pause: number;
68
+ /**
69
+ * ID of the project to which the collection configuration belongs.
70
+ */
71
+ readonly projectId: string;
72
+ /**
73
+ * Name of the project to which the collection configuration belongs
74
+ */
75
+ readonly projectName: string;
76
+ /**
77
+ * Collection configuration ID.
78
+ */
79
+ readonly ruleId: string;
80
+ /**
81
+ * Collection configuration name. Please refer to the resource naming rules. Must be unique within a log topic.
82
+ */
83
+ readonly ruleName: string;
84
+ /**
85
+ * Log topic ID to which the collection configuration belongs.
86
+ */
87
+ readonly topicId: string;
88
+ /**
89
+ * Name of the log topic to which the collection configuration belongs.
90
+ */
91
+ readonly topicName: string;
92
+ /**
93
+ * User-defined collection rules.
94
+ */
95
+ readonly userDefineRule: outputs.tls.GetRuleUserDefineRule;
96
+ }
97
+ /**
98
+ * Data Source schema for Volcengine::TLS::Rule
99
+ */
100
+ export declare function getRuleOutput(args: GetRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRuleResult>;
101
+ /**
102
+ * A collection of arguments for invoking getRule.
103
+ */
104
+ export interface GetRuleOutputArgs {
105
+ /**
106
+ * Uniquely identifies the resource.
107
+ */
108
+ id: pulumi.Input<string>;
109
+ }
package/tls/getRule.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.getRuleOutput = exports.getRule = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::TLS::Rule
10
+ */
11
+ function getRule(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tls/getRule:getRule", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getRule = getRule;
18
+ /**
19
+ * Data Source schema for Volcengine::TLS::Rule
20
+ */
21
+ function getRuleOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:tls/getRule:getRule", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getRuleOutput = getRuleOutput;
28
+ //# sourceMappingURL=getRule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRule.js","sourceRoot":"","sources":["../../tls/getRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,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;AA6FD;;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,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::TLS::Rule
4
+ */
5
+ export declare function getRules(opts?: pulumi.InvokeOptions): Promise<GetRulesResult>;
6
+ /**
7
+ * A collection of values returned by getRules.
8
+ */
9
+ export interface GetRulesResult {
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::Rule
21
+ */
22
+ export declare function getRulesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRulesResult>;
@@ -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.getRulesOutput = exports.getRules = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::TLS::Rule
10
+ */
11
+ function getRules(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tls/getRules:getRules", {}, opts);
14
+ }
15
+ exports.getRules = getRules;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::TLS::Rule
18
+ */
19
+ function getRulesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:tls/getRules:getRules", {}, opts);
22
+ }
23
+ exports.getRulesOutput = getRulesOutput;
24
+ //# sourceMappingURL=getRules.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRules.js","sourceRoot":"","sources":["../../tls/getRules.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"}
@@ -0,0 +1,101 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::TLS::Shipper
5
+ */
6
+ export declare function getShipper(args: GetShipperArgs, opts?: pulumi.InvokeOptions): Promise<GetShipperResult>;
7
+ /**
8
+ * A collection of arguments for invoking getShipper.
9
+ */
10
+ export interface GetShipperArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getShipper.
18
+ */
19
+ export interface GetShipperResult {
20
+ /**
21
+ * Log content delivery format configuration.
22
+ */
23
+ readonly contentInfo: outputs.tls.GetShipperContentInfo;
24
+ /**
25
+ * Creation time.
26
+ */
27
+ readonly createdTime: string;
28
+ /**
29
+ * Default built-in dashboard ID for delivery.
30
+ */
31
+ readonly dashboardId: string;
32
+ /**
33
+ * Uniquely identifies the resource.
34
+ */
35
+ readonly id: string;
36
+ /**
37
+ * Kafka delivery configuration.
38
+ */
39
+ readonly kafkaShipperInfo: outputs.tls.GetShipperKafkaShipperInfo;
40
+ /**
41
+ * Log project ID.
42
+ */
43
+ readonly projectId: string;
44
+ /**
45
+ * Log project name.
46
+ */
47
+ readonly projectName: string;
48
+ /**
49
+ * Delivery end time, in milliseconds. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
50
+ */
51
+ readonly shipperEndTime: number;
52
+ /**
53
+ * Delivery configuration ID.
54
+ */
55
+ readonly shipperId: string;
56
+ /**
57
+ * Delivery configuration name, unique within a log project.
58
+ */
59
+ readonly shipperName: string;
60
+ /**
61
+ * Delivery start time, in milliseconds. When delivering to Kafka, it is recommended to use the ShipperStartTime and ShipperEndTime fields to configure the delivery time range, and leave the StartTime and EndTime fields empty. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
62
+ */
63
+ readonly shipperStartTime: number;
64
+ /**
65
+ * Type of data source for delivery. Options: tos, kafka. Default is tos.
66
+ */
67
+ readonly shipperType: string;
68
+ /**
69
+ * Whether to enable delivery configuration. Default is true.
70
+ */
71
+ readonly status: boolean;
72
+ /**
73
+ * Log topic ID.
74
+ */
75
+ readonly topicId: string;
76
+ /**
77
+ * Log topic name.
78
+ */
79
+ readonly topicName: string;
80
+ /**
81
+ * Information related to delivery to TOS object storage.
82
+ */
83
+ readonly tosShipperInfo: outputs.tls.GetShipperTosShipperInfo;
84
+ /**
85
+ * Update time.
86
+ */
87
+ readonly updatedTime: string;
88
+ }
89
+ /**
90
+ * Data Source schema for Volcengine::TLS::Shipper
91
+ */
92
+ export declare function getShipperOutput(args: GetShipperOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetShipperResult>;
93
+ /**
94
+ * A collection of arguments for invoking getShipper.
95
+ */
96
+ export interface GetShipperOutputArgs {
97
+ /**
98
+ * Uniquely identifies the resource.
99
+ */
100
+ id: pulumi.Input<string>;
101
+ }
@@ -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.getShipperOutput = exports.getShipper = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::TLS::Shipper
10
+ */
11
+ function getShipper(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tls/getShipper:getShipper", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getShipper = getShipper;
18
+ /**
19
+ * Data Source schema for Volcengine::TLS::Shipper
20
+ */
21
+ function getShipperOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:tls/getShipper:getShipper", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getShipperOutput = getShipperOutput;
28
+ //# sourceMappingURL=getShipper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getShipper.js","sourceRoot":"","sources":["../../tls/getShipper.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAqFD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::TLS::Shipper
4
+ */
5
+ export declare function getShippers(opts?: pulumi.InvokeOptions): Promise<GetShippersResult>;
6
+ /**
7
+ * A collection of values returned by getShippers.
8
+ */
9
+ export interface GetShippersResult {
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::Shipper
21
+ */
22
+ export declare function getShippersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetShippersResult>;
@@ -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.getShippersOutput = exports.getShippers = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::TLS::Shipper
10
+ */
11
+ function getShippers(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tls/getShippers:getShippers", {}, opts);
14
+ }
15
+ exports.getShippers = getShippers;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::TLS::Shipper
18
+ */
19
+ function getShippersOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:tls/getShippers:getShippers", {}, opts);
22
+ }
23
+ exports.getShippersOutput = getShippersOutput;
24
+ //# sourceMappingURL=getShippers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getShippers.js","sourceRoot":"","sources":["../../tls/getShippers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAA2B;IACnD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE,EACxE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kCAIC;AAeD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAAiC;IAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE,EAC9E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC"}
@@ -0,0 +1,183 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Log Service supports data import, allowing you to structure data stored in sources such as TOS and Kafka and save it in Log Service
6
+ *
7
+ * ## Import
8
+ *
9
+ * ```sh
10
+ * $ pulumi import volcenginecc:tls/importTask:ImportTask example "task_id"
11
+ * ```
12
+ */
13
+ export declare class ImportTask extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing ImportTask resource's state with the given name, ID, and optional extra
16
+ * properties used to qualify the lookup.
17
+ *
18
+ * @param name The _unique_ name of the resulting resource.
19
+ * @param id The _unique_ provider ID of the resource to lookup.
20
+ * @param state Any extra arguments used during the lookup.
21
+ * @param opts Optional settings to control the behavior of the CustomResource.
22
+ */
23
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ImportTaskState, opts?: pulumi.CustomResourceOptions): ImportTask;
24
+ /**
25
+ * Returns true if the given object is an instance of ImportTask. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj: any): obj is ImportTask;
29
+ /**
30
+ * Creation time.
31
+ */
32
+ readonly createTime: pulumi.Output<string>;
33
+ /**
34
+ * Task description.
35
+ */
36
+ readonly description: pulumi.Output<string>;
37
+ /**
38
+ * Import data source information
39
+ */
40
+ readonly importSourceInfo: pulumi.Output<outputs.tls.ImportTaskImportSourceInfo>;
41
+ /**
42
+ * Log project ID for storing data.
43
+ */
44
+ readonly projectId: pulumi.Output<string>;
45
+ /**
46
+ * Log project name.
47
+ */
48
+ readonly projectName: pulumi.Output<string>;
49
+ /**
50
+ * Data source type. Options: tos, kafka.
51
+ */
52
+ readonly sourceType: pulumi.Output<string>;
53
+ /**
54
+ * Status of the data import task. 0: Importing. 1: Import completed. 2: Import error. 3: Stopping. 4: Stopped. 5: Restarting
55
+ */
56
+ readonly status: pulumi.Output<number>;
57
+ /**
58
+ * Output information for the data import task.
59
+ */
60
+ readonly targetInfo: pulumi.Output<outputs.tls.ImportTaskTargetInfo>;
61
+ /**
62
+ * Import task ID.
63
+ */
64
+ readonly taskId: pulumi.Output<string>;
65
+ /**
66
+ * Import task name
67
+ */
68
+ readonly taskName: pulumi.Output<string>;
69
+ /**
70
+ * Progress of the data import task.
71
+ */
72
+ readonly taskStatistics: pulumi.Output<outputs.tls.ImportTaskTaskStatistics>;
73
+ /**
74
+ * Log topic ID used to store data
75
+ */
76
+ readonly topicId: pulumi.Output<string>;
77
+ /**
78
+ * Log topic name.
79
+ */
80
+ readonly topicName: pulumi.Output<string>;
81
+ /**
82
+ * Create a ImportTask resource with the given unique name, arguments, and options.
83
+ *
84
+ * @param name The _unique_ name of the resource.
85
+ * @param args The arguments to use to populate this resource's properties.
86
+ * @param opts A bag of options that control this resource's behavior.
87
+ */
88
+ constructor(name: string, args: ImportTaskArgs, opts?: pulumi.CustomResourceOptions);
89
+ }
90
+ /**
91
+ * Input properties used for looking up and filtering ImportTask resources.
92
+ */
93
+ export interface ImportTaskState {
94
+ /**
95
+ * Creation time.
96
+ */
97
+ createTime?: pulumi.Input<string>;
98
+ /**
99
+ * Task description.
100
+ */
101
+ description?: pulumi.Input<string>;
102
+ /**
103
+ * Import data source information
104
+ */
105
+ importSourceInfo?: pulumi.Input<inputs.tls.ImportTaskImportSourceInfo>;
106
+ /**
107
+ * Log project ID for storing data.
108
+ */
109
+ projectId?: pulumi.Input<string>;
110
+ /**
111
+ * Log project name.
112
+ */
113
+ projectName?: pulumi.Input<string>;
114
+ /**
115
+ * Data source type. Options: tos, kafka.
116
+ */
117
+ sourceType?: pulumi.Input<string>;
118
+ /**
119
+ * Status of the data import task. 0: Importing. 1: Import completed. 2: Import error. 3: Stopping. 4: Stopped. 5: Restarting
120
+ */
121
+ status?: pulumi.Input<number>;
122
+ /**
123
+ * Output information for the data import task.
124
+ */
125
+ targetInfo?: pulumi.Input<inputs.tls.ImportTaskTargetInfo>;
126
+ /**
127
+ * Import task ID.
128
+ */
129
+ taskId?: pulumi.Input<string>;
130
+ /**
131
+ * Import task name
132
+ */
133
+ taskName?: pulumi.Input<string>;
134
+ /**
135
+ * Progress of the data import task.
136
+ */
137
+ taskStatistics?: pulumi.Input<inputs.tls.ImportTaskTaskStatistics>;
138
+ /**
139
+ * Log topic ID used to store data
140
+ */
141
+ topicId?: pulumi.Input<string>;
142
+ /**
143
+ * Log topic name.
144
+ */
145
+ topicName?: pulumi.Input<string>;
146
+ }
147
+ /**
148
+ * The set of arguments for constructing a ImportTask resource.
149
+ */
150
+ export interface ImportTaskArgs {
151
+ /**
152
+ * Task description.
153
+ */
154
+ description?: pulumi.Input<string>;
155
+ /**
156
+ * Import data source information
157
+ */
158
+ importSourceInfo: pulumi.Input<inputs.tls.ImportTaskImportSourceInfo>;
159
+ /**
160
+ * Log project ID for storing data.
161
+ */
162
+ projectId?: pulumi.Input<string>;
163
+ /**
164
+ * Data source type. Options: tos, kafka.
165
+ */
166
+ sourceType: pulumi.Input<string>;
167
+ /**
168
+ * Status of the data import task. 0: Importing. 1: Import completed. 2: Import error. 3: Stopping. 4: Stopped. 5: Restarting
169
+ */
170
+ status?: pulumi.Input<number>;
171
+ /**
172
+ * Output information for the data import task.
173
+ */
174
+ targetInfo: pulumi.Input<inputs.tls.ImportTaskTargetInfo>;
175
+ /**
176
+ * Import task name
177
+ */
178
+ taskName: pulumi.Input<string>;
179
+ /**
180
+ * Log topic ID used to store data
181
+ */
182
+ topicId: pulumi.Input<string>;
183
+ }
@@ -0,0 +1,97 @@
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.ImportTask = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Log Service supports data import, allowing you to structure data stored in sources such as TOS and Kafka and save it in Log Service
10
+ *
11
+ * ## Import
12
+ *
13
+ * ```sh
14
+ * $ pulumi import volcenginecc:tls/importTask:ImportTask example "task_id"
15
+ * ```
16
+ */
17
+ class ImportTask extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing ImportTask resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param state Any extra arguments used during the lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name, id, state, opts) {
28
+ return new ImportTask(name, state, Object.assign(Object.assign({}, opts), { id: id }));
29
+ }
30
+ /**
31
+ * Returns true if the given object is an instance of ImportTask. This is designed to work even
32
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
33
+ */
34
+ static isInstance(obj) {
35
+ if (obj === undefined || obj === null) {
36
+ return false;
37
+ }
38
+ return obj['__pulumiType'] === ImportTask.__pulumiType;
39
+ }
40
+ constructor(name, argsOrState, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (opts.id) {
44
+ const state = argsOrState;
45
+ resourceInputs["createTime"] = state ? state.createTime : undefined;
46
+ resourceInputs["description"] = state ? state.description : undefined;
47
+ resourceInputs["importSourceInfo"] = state ? state.importSourceInfo : undefined;
48
+ resourceInputs["projectId"] = state ? state.projectId : undefined;
49
+ resourceInputs["projectName"] = state ? state.projectName : undefined;
50
+ resourceInputs["sourceType"] = state ? state.sourceType : undefined;
51
+ resourceInputs["status"] = state ? state.status : undefined;
52
+ resourceInputs["targetInfo"] = state ? state.targetInfo : undefined;
53
+ resourceInputs["taskId"] = state ? state.taskId : undefined;
54
+ resourceInputs["taskName"] = state ? state.taskName : undefined;
55
+ resourceInputs["taskStatistics"] = state ? state.taskStatistics : undefined;
56
+ resourceInputs["topicId"] = state ? state.topicId : undefined;
57
+ resourceInputs["topicName"] = state ? state.topicName : undefined;
58
+ }
59
+ else {
60
+ const args = argsOrState;
61
+ if ((!args || args.importSourceInfo === undefined) && !opts.urn) {
62
+ throw new Error("Missing required property 'importSourceInfo'");
63
+ }
64
+ if ((!args || args.sourceType === undefined) && !opts.urn) {
65
+ throw new Error("Missing required property 'sourceType'");
66
+ }
67
+ if ((!args || args.targetInfo === undefined) && !opts.urn) {
68
+ throw new Error("Missing required property 'targetInfo'");
69
+ }
70
+ if ((!args || args.taskName === undefined) && !opts.urn) {
71
+ throw new Error("Missing required property 'taskName'");
72
+ }
73
+ if ((!args || args.topicId === undefined) && !opts.urn) {
74
+ throw new Error("Missing required property 'topicId'");
75
+ }
76
+ resourceInputs["description"] = args ? args.description : undefined;
77
+ resourceInputs["importSourceInfo"] = args ? args.importSourceInfo : undefined;
78
+ resourceInputs["projectId"] = args ? args.projectId : undefined;
79
+ resourceInputs["sourceType"] = args ? args.sourceType : undefined;
80
+ resourceInputs["status"] = args ? args.status : undefined;
81
+ resourceInputs["targetInfo"] = args ? args.targetInfo : undefined;
82
+ resourceInputs["taskName"] = args ? args.taskName : undefined;
83
+ resourceInputs["topicId"] = args ? args.topicId : undefined;
84
+ resourceInputs["createTime"] = undefined /*out*/;
85
+ resourceInputs["projectName"] = undefined /*out*/;
86
+ resourceInputs["taskId"] = undefined /*out*/;
87
+ resourceInputs["taskStatistics"] = undefined /*out*/;
88
+ resourceInputs["topicName"] = undefined /*out*/;
89
+ }
90
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
91
+ super(ImportTask.__pulumiType, name, resourceInputs, opts);
92
+ }
93
+ }
94
+ exports.ImportTask = ImportTask;
95
+ /** @internal */
96
+ ImportTask.__pulumiType = 'volcenginecc:tls/importTask:ImportTask';
97
+ //# sourceMappingURL=importTask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"importTask.js","sourceRoot":"","sources":["../../tls/importTask.ts"],"names":[],"mappings":"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"}