@volcengine/pulumi 0.0.32 → 0.0.33

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 (482) hide show
  1. package/cen/bandwidthPackage.d.ts +15 -3
  2. package/cen/bandwidthPackage.js +2 -0
  3. package/cen/bandwidthPackage.js.map +1 -1
  4. package/cen/getGrantInstances.d.ts +106 -0
  5. package/cen/getGrantInstances.js +53 -0
  6. package/cen/getGrantInstances.js.map +1 -0
  7. package/cen/getInterRegionBandwidths.d.ts +12 -0
  8. package/cen/getInterRegionBandwidths.js +1 -0
  9. package/cen/getInterRegionBandwidths.js.map +1 -1
  10. package/cen/grantInstances.d.ts +108 -0
  11. package/cen/grantInstances.js +56 -0
  12. package/cen/grantInstances.js.map +1 -0
  13. package/cen/index.d.ts +6 -0
  14. package/cen/index.js +7 -1
  15. package/cen/index.js.map +1 -1
  16. package/cen/interRegionBandwidths.d.ts +12 -0
  17. package/cen/interRegionBandwidths.js +1 -0
  18. package/cen/interRegionBandwidths.js.map +1 -1
  19. package/cen/serviceRouteEntry.d.ts +2 -2
  20. package/cen/serviceRouteEntry.js +2 -2
  21. package/cr/getNamespaces.d.ts +9 -0
  22. package/cr/getNamespaces.js +1 -0
  23. package/cr/getNamespaces.js.map +1 -1
  24. package/cr/getRegistries.d.ts +9 -0
  25. package/cr/getRegistries.js +1 -0
  26. package/cr/getRegistries.js.map +1 -1
  27. package/cr/namespace.d.ts +12 -0
  28. package/cr/namespace.js +2 -0
  29. package/cr/namespace.js.map +1 -1
  30. package/cr/namespaces.d.ts +9 -0
  31. package/cr/namespaces.js +1 -0
  32. package/cr/namespaces.js.map +1 -1
  33. package/cr/registries.d.ts +9 -0
  34. package/cr/registries.js +1 -0
  35. package/cr/registries.js.map +1 -1
  36. package/cr/registry.d.ts +35 -3
  37. package/cr/registry.js +6 -2
  38. package/cr/registry.js.map +1 -1
  39. package/ebs/getMaxExtraPerformances.d.ts +22 -0
  40. package/ebs/getMaxExtraPerformances.js +22 -0
  41. package/ebs/getMaxExtraPerformances.js.map +1 -1
  42. package/ebs/maxExtraPerformances.d.ts +22 -0
  43. package/ebs/maxExtraPerformances.js +22 -0
  44. package/ebs/maxExtraPerformances.js.map +1 -1
  45. package/escloud_v2/escloudNodeAvailableSpecs.d.ts +73 -0
  46. package/escloud_v2/escloudNodeAvailableSpecs.js +46 -0
  47. package/escloud_v2/escloudNodeAvailableSpecs.js.map +1 -0
  48. package/escloud_v2/escloudZonesV2.d.ts +64 -0
  49. package/escloud_v2/escloudZonesV2.js +45 -0
  50. package/escloud_v2/escloudZonesV2.js.map +1 -0
  51. package/escloud_v2/getEscloudNodeAvailableSpecs.d.ts +71 -0
  52. package/escloud_v2/getEscloudNodeAvailableSpecs.js +43 -0
  53. package/escloud_v2/getEscloudNodeAvailableSpecs.js.map +1 -0
  54. package/escloud_v2/getEscloudZonesV2.d.ts +62 -0
  55. package/escloud_v2/getEscloudZonesV2.js +42 -0
  56. package/escloud_v2/getEscloudZonesV2.js.map +1 -0
  57. package/escloud_v2/index.d.ts +12 -0
  58. package/escloud_v2/index.js +13 -1
  59. package/escloud_v2/index.js.map +1 -1
  60. package/index.d.ts +4 -1
  61. package/index.js +8 -1
  62. package/index.js.map +1 -1
  63. package/kafka/allowList.d.ts +98 -0
  64. package/kafka/allowList.js +85 -0
  65. package/kafka/allowList.js.map +1 -0
  66. package/kafka/allowListAssociate.d.ts +90 -0
  67. package/kafka/allowListAssociate.js +87 -0
  68. package/kafka/allowListAssociate.js.map +1 -0
  69. package/kafka/allowLists.d.ts +91 -0
  70. package/kafka/allowLists.js +52 -0
  71. package/kafka/allowLists.js.map +1 -0
  72. package/kafka/getAllowLists.d.ts +89 -0
  73. package/kafka/getAllowLists.js +49 -0
  74. package/kafka/getAllowLists.js.map +1 -0
  75. package/kafka/index.d.ts +12 -0
  76. package/kafka/index.js +17 -1
  77. package/kafka/index.js.map +1 -1
  78. package/kms/getKeyrings.d.ts +154 -0
  79. package/kms/getKeyrings.js +69 -0
  80. package/kms/getKeyrings.js.map +1 -0
  81. package/kms/getKeys.d.ts +263 -0
  82. package/kms/getKeys.js +106 -0
  83. package/kms/getKeys.js.map +1 -0
  84. package/kms/getSecrets.d.ts +202 -0
  85. package/kms/getSecrets.js +73 -0
  86. package/kms/getSecrets.js.map +1 -0
  87. package/kms/index.d.ts +36 -0
  88. package/kms/index.js +65 -0
  89. package/kms/index.js.map +1 -0
  90. package/kms/key.d.ts +282 -0
  91. package/kms/key.js +127 -0
  92. package/kms/key.js.map +1 -0
  93. package/kms/keyArchive.d.ts +119 -0
  94. package/kms/keyArchive.js +94 -0
  95. package/kms/keyArchive.js.map +1 -0
  96. package/kms/keyEnable.d.ts +105 -0
  97. package/kms/keyEnable.js +80 -0
  98. package/kms/keyEnable.js.map +1 -0
  99. package/kms/keyRotation.d.ts +105 -0
  100. package/kms/keyRotation.js +80 -0
  101. package/kms/keyRotation.js.map +1 -0
  102. package/kms/keyring.d.ts +139 -0
  103. package/kms/keyring.js +89 -0
  104. package/kms/keyring.js.map +1 -0
  105. package/kms/keyrings.d.ts +156 -0
  106. package/kms/keyrings.js +72 -0
  107. package/kms/keyrings.js.map +1 -0
  108. package/kms/keys.d.ts +265 -0
  109. package/kms/keys.js +109 -0
  110. package/kms/keys.js.map +1 -0
  111. package/kms/secret.d.ts +264 -0
  112. package/kms/secret.js +122 -0
  113. package/kms/secret.js.map +1 -0
  114. package/kms/secrets.d.ts +204 -0
  115. package/kms/secrets.js +76 -0
  116. package/kms/secrets.js.map +1 -0
  117. package/mongodb/getInstanceParameterLogs.d.ts +1 -1
  118. package/mongodb/instanceParameter.d.ts +1 -1
  119. package/mongodb/instanceParameter.js +1 -1
  120. package/mongodb/instanceParameterLogs.d.ts +1 -1
  121. package/nas/autoSnapshotPolicies.d.ts +115 -0
  122. package/nas/autoSnapshotPolicies.js +66 -0
  123. package/nas/autoSnapshotPolicies.js.map +1 -0
  124. package/nas/autoSnapshotPolicy.d.ts +132 -0
  125. package/nas/autoSnapshotPolicy.js +94 -0
  126. package/nas/autoSnapshotPolicy.js.map +1 -0
  127. package/nas/autoSnapshotPolicyApply.d.ts +101 -0
  128. package/nas/autoSnapshotPolicyApply.js +98 -0
  129. package/nas/autoSnapshotPolicyApply.js.map +1 -0
  130. package/nas/getAutoSnapshotPolicies.d.ts +113 -0
  131. package/nas/getAutoSnapshotPolicies.js +63 -0
  132. package/nas/getAutoSnapshotPolicies.js.map +1 -0
  133. package/nas/index.d.ts +12 -0
  134. package/nas/index.js +17 -1
  135. package/nas/index.js.map +1 -1
  136. package/package.json +1 -1
  137. package/private_zone/getPrivateZones.d.ts +31 -0
  138. package/private_zone/getPrivateZones.js +3 -0
  139. package/private_zone/getPrivateZones.js.map +1 -1
  140. package/private_zone/getRecords.d.ts +19 -4
  141. package/private_zone/getRecords.js +1 -0
  142. package/private_zone/getRecords.js.map +1 -1
  143. package/private_zone/getResolverEndpoints.d.ts +22 -0
  144. package/private_zone/getResolverEndpoints.js +2 -0
  145. package/private_zone/getResolverEndpoints.js.map +1 -1
  146. package/private_zone/getResolverRules.d.ts +22 -0
  147. package/private_zone/getResolverRules.js +2 -0
  148. package/private_zone/getResolverRules.js.map +1 -1
  149. package/private_zone/privateZone.d.ts +44 -0
  150. package/private_zone/privateZone.js +11 -0
  151. package/private_zone/privateZone.js.map +1 -1
  152. package/private_zone/privateZones.d.ts +31 -0
  153. package/private_zone/privateZones.js +3 -0
  154. package/private_zone/privateZones.js.map +1 -1
  155. package/private_zone/record.d.ts +24 -0
  156. package/private_zone/record.js +4 -0
  157. package/private_zone/record.js.map +1 -1
  158. package/private_zone/records.d.ts +19 -4
  159. package/private_zone/records.js +1 -0
  160. package/private_zone/records.js.map +1 -1
  161. package/private_zone/resolverEndpoint.d.ts +45 -2
  162. package/private_zone/resolverEndpoint.js +11 -4
  163. package/private_zone/resolverEndpoint.js.map +1 -1
  164. package/private_zone/resolverEndpoints.d.ts +22 -0
  165. package/private_zone/resolverEndpoints.js +2 -0
  166. package/private_zone/resolverEndpoints.js.map +1 -1
  167. package/private_zone/resolverRule.d.ts +62 -3
  168. package/private_zone/resolverRule.js +13 -0
  169. package/private_zone/resolverRule.js.map +1 -1
  170. package/private_zone/resolverRules.d.ts +22 -0
  171. package/private_zone/resolverRules.js +2 -0
  172. package/private_zone/resolverRules.js.map +1 -1
  173. package/private_zone/userVpcAuthorization.d.ts +24 -0
  174. package/private_zone/userVpcAuthorization.js +4 -0
  175. package/private_zone/userVpcAuthorization.js.map +1 -1
  176. package/rabbitmq/getRegions.d.ts +62 -0
  177. package/rabbitmq/getRegions.js +42 -0
  178. package/rabbitmq/getRegions.js.map +1 -0
  179. package/rabbitmq/getZones.d.ts +62 -0
  180. package/rabbitmq/getZones.js +42 -0
  181. package/rabbitmq/getZones.js.map +1 -0
  182. package/rabbitmq/index.d.ts +12 -0
  183. package/rabbitmq/index.js +13 -1
  184. package/rabbitmq/index.js.map +1 -1
  185. package/rabbitmq/regions.d.ts +64 -0
  186. package/rabbitmq/regions.js +45 -0
  187. package/rabbitmq/regions.js.map +1 -0
  188. package/rabbitmq/zones.d.ts +64 -0
  189. package/rabbitmq/zones.js +45 -0
  190. package/rabbitmq/zones.js.map +1 -0
  191. package/rds_mysql/account.d.ts +53 -3
  192. package/rds_mysql/account.js +20 -0
  193. package/rds_mysql/account.js.map +1 -1
  194. package/rds_mysql/accountTableColumnInfos.d.ts +139 -0
  195. package/rds_mysql/accountTableColumnInfos.js +57 -0
  196. package/rds_mysql/accountTableColumnInfos.js.map +1 -0
  197. package/rds_mysql/backupPolicy.d.ts +30 -1
  198. package/rds_mysql/backupPolicy.js +12 -1
  199. package/rds_mysql/backupPolicy.js.map +1 -1
  200. package/rds_mysql/backups.d.ts +2 -16
  201. package/rds_mysql/backups.js +2 -16
  202. package/rds_mysql/backups.js.map +1 -1
  203. package/rds_mysql/database.d.ts +13 -0
  204. package/rds_mysql/database.js +3 -0
  205. package/rds_mysql/database.js.map +1 -1
  206. package/rds_mysql/endpoint.d.ts +32 -34
  207. package/rds_mysql/endpoint.js +10 -19
  208. package/rds_mysql/endpoint.js.map +1 -1
  209. package/rds_mysql/getAccountTableColumnInfos.d.ts +137 -0
  210. package/rds_mysql/getAccountTableColumnInfos.js +54 -0
  211. package/rds_mysql/getAccountTableColumnInfos.js.map +1 -0
  212. package/rds_mysql/getBackups.d.ts +2 -16
  213. package/rds_mysql/getBackups.js +2 -16
  214. package/rds_mysql/getBackups.js.map +1 -1
  215. package/rds_mysql/getInstances.d.ts +75 -0
  216. package/rds_mysql/getInstances.js +7 -0
  217. package/rds_mysql/getInstances.js.map +1 -1
  218. package/rds_mysql/getPlannedEvents.d.ts +132 -0
  219. package/rds_mysql/getPlannedEvents.js +52 -0
  220. package/rds_mysql/getPlannedEvents.js.map +1 -0
  221. package/rds_mysql/getTasks.d.ts +175 -0
  222. package/rds_mysql/getTasks.js +60 -0
  223. package/rds_mysql/getTasks.js.map +1 -0
  224. package/rds_mysql/index.d.ts +18 -0
  225. package/rds_mysql/index.js +20 -2
  226. package/rds_mysql/index.js.map +1 -1
  227. package/rds_mysql/instance.d.ts +167 -12
  228. package/rds_mysql/instance.js +40 -3
  229. package/rds_mysql/instance.js.map +1 -1
  230. package/rds_mysql/instanceReadonlyNode.d.ts +8 -0
  231. package/rds_mysql/instanceReadonlyNode.js +2 -0
  232. package/rds_mysql/instanceReadonlyNode.js.map +1 -1
  233. package/rds_mysql/instances.d.ts +75 -0
  234. package/rds_mysql/instances.js +7 -0
  235. package/rds_mysql/instances.js.map +1 -1
  236. package/rds_mysql/plannedEvents.d.ts +134 -0
  237. package/rds_mysql/plannedEvents.js +55 -0
  238. package/rds_mysql/plannedEvents.js.map +1 -0
  239. package/rds_mysql/tasks.d.ts +177 -0
  240. package/rds_mysql/tasks.js +63 -0
  241. package/rds_mysql/tasks.js.map +1 -0
  242. package/redis/allowList.d.ts +24 -0
  243. package/redis/allowList.js +6 -0
  244. package/redis/allowList.js.map +1 -1
  245. package/redis/allowLists.d.ts +39 -0
  246. package/redis/allowLists.js +4 -0
  247. package/redis/allowLists.js.map +1 -1
  248. package/redis/backup.d.ts +46 -7
  249. package/redis/backup.js +14 -3
  250. package/redis/backup.js.map +1 -1
  251. package/redis/backupRestore.d.ts +14 -2
  252. package/redis/backupRestore.js +2 -3
  253. package/redis/backupRestore.js.map +1 -1
  254. package/redis/backups.d.ts +47 -5
  255. package/redis/backups.js +5 -0
  256. package/redis/backups.js.map +1 -1
  257. package/redis/bigKeys.d.ts +181 -0
  258. package/redis/bigKeys.js +110 -0
  259. package/redis/bigKeys.js.map +1 -0
  260. package/redis/getAllowLists.d.ts +39 -0
  261. package/redis/getAllowLists.js +4 -0
  262. package/redis/getAllowLists.js.map +1 -1
  263. package/redis/getBackups.d.ts +47 -5
  264. package/redis/getBackups.js +5 -0
  265. package/redis/getBackups.js.map +1 -1
  266. package/redis/getBigKeys.d.ts +179 -0
  267. package/redis/getBigKeys.js +107 -0
  268. package/redis/getBigKeys.js.map +1 -0
  269. package/redis/getInstanceSpecs.d.ts +76 -0
  270. package/redis/getInstanceSpecs.js +29 -0
  271. package/redis/getInstanceSpecs.js.map +1 -0
  272. package/redis/getInstances.d.ts +3 -0
  273. package/redis/getInstances.js.map +1 -1
  274. package/redis/getParameterGroups.d.ts +79 -0
  275. package/redis/getParameterGroups.js +29 -0
  276. package/redis/getParameterGroups.js.map +1 -0
  277. package/redis/getPlannedEvents.d.ts +161 -0
  278. package/redis/getPlannedEvents.js +106 -0
  279. package/redis/getPlannedEvents.js.map +1 -0
  280. package/redis/index.d.ts +27 -0
  281. package/redis/index.js +31 -1
  282. package/redis/index.js.map +1 -1
  283. package/redis/instance.d.ts +85 -1
  284. package/redis/instance.js +14 -0
  285. package/redis/instance.js.map +1 -1
  286. package/redis/instanceSpecs.d.ts +78 -0
  287. package/redis/instanceSpecs.js +32 -0
  288. package/redis/instanceSpecs.js.map +1 -0
  289. package/redis/instances.d.ts +3 -0
  290. package/redis/instances.js.map +1 -1
  291. package/redis/parameterGroup.d.ts +118 -0
  292. package/redis/parameterGroup.js +93 -0
  293. package/redis/parameterGroup.js.map +1 -0
  294. package/redis/parameterGroups.d.ts +81 -0
  295. package/redis/parameterGroups.js +32 -0
  296. package/redis/parameterGroups.js.map +1 -0
  297. package/redis/plannedEvents.d.ts +163 -0
  298. package/redis/plannedEvents.js +109 -0
  299. package/redis/plannedEvents.js.map +1 -0
  300. package/tls/consumerGroup.d.ts +121 -0
  301. package/tls/consumerGroup.js +97 -0
  302. package/tls/consumerGroup.js.map +1 -0
  303. package/tls/consumerGroups.d.ts +139 -0
  304. package/tls/consumerGroups.js +52 -0
  305. package/tls/consumerGroups.js.map +1 -0
  306. package/tls/etlTask.d.ts +196 -0
  307. package/tls/etlTask.js +123 -0
  308. package/tls/etlTask.js.map +1 -0
  309. package/tls/etlTasks.d.ts +160 -0
  310. package/tls/etlTasks.js +54 -0
  311. package/tls/etlTasks.js.map +1 -0
  312. package/tls/getConsumerGroups.d.ts +137 -0
  313. package/tls/getConsumerGroups.js +49 -0
  314. package/tls/getConsumerGroups.js.map +1 -0
  315. package/tls/getEtlTasks.d.ts +158 -0
  316. package/tls/getEtlTasks.js +51 -0
  317. package/tls/getEtlTasks.js.map +1 -0
  318. package/tls/getImportTasks.d.ts +173 -0
  319. package/tls/getImportTasks.js +52 -0
  320. package/tls/getImportTasks.js.map +1 -0
  321. package/tls/getScheduleSqlTasks.d.ts +155 -0
  322. package/tls/getScheduleSqlTasks.js +51 -0
  323. package/tls/getScheduleSqlTasks.js.map +1 -0
  324. package/tls/getShippers.d.ts +164 -0
  325. package/tls/getShippers.js +51 -0
  326. package/tls/getShippers.js.map +1 -0
  327. package/tls/importTask.d.ts +175 -0
  328. package/tls/importTask.js +110 -0
  329. package/tls/importTask.js.map +1 -0
  330. package/tls/importTasks.d.ts +175 -0
  331. package/tls/importTasks.js +55 -0
  332. package/tls/importTasks.js.map +1 -0
  333. package/tls/index.d.ts +45 -0
  334. package/tls/index.js +57 -2
  335. package/tls/index.js.map +1 -1
  336. package/tls/scheduleSqlTask.d.ts +219 -0
  337. package/tls/scheduleSqlTask.js +135 -0
  338. package/tls/scheduleSqlTask.js.map +1 -0
  339. package/tls/scheduleSqlTasks.d.ts +157 -0
  340. package/tls/scheduleSqlTasks.js +54 -0
  341. package/tls/scheduleSqlTasks.js.map +1 -0
  342. package/tls/shipper.d.ts +191 -0
  343. package/tls/shipper.js +119 -0
  344. package/tls/shipper.js.map +1 -0
  345. package/tls/shippers.d.ts +166 -0
  346. package/tls/shippers.js +54 -0
  347. package/tls/shippers.js.map +1 -0
  348. package/types/input.d.ts +1107 -31
  349. package/types/output.d.ts +8576 -1522
  350. package/vefaas/function.d.ts +346 -0
  351. package/vefaas/function.js +126 -0
  352. package/vefaas/function.js.map +1 -0
  353. package/vefaas/functions.d.ts +73 -0
  354. package/vefaas/functions.js +46 -0
  355. package/vefaas/functions.js.map +1 -0
  356. package/vefaas/getFunctions.d.ts +71 -0
  357. package/vefaas/getFunctions.js +43 -0
  358. package/vefaas/getFunctions.js.map +1 -0
  359. package/vefaas/getKafkaTriggers.d.ts +87 -0
  360. package/vefaas/getKafkaTriggers.js +47 -0
  361. package/vefaas/getKafkaTriggers.js.map +1 -0
  362. package/vefaas/getReleases.d.ts +106 -0
  363. package/vefaas/getReleases.js +49 -0
  364. package/vefaas/getReleases.js.map +1 -0
  365. package/vefaas/getTimers.d.ts +87 -0
  366. package/vefaas/getTimers.js +47 -0
  367. package/vefaas/getTimers.js.map +1 -0
  368. package/vefaas/index.d.ts +36 -0
  369. package/vefaas/index.js +61 -0
  370. package/vefaas/index.js.map +1 -0
  371. package/vefaas/kafkaTrigger.d.ts +232 -0
  372. package/vefaas/kafkaTrigger.js +119 -0
  373. package/vefaas/kafkaTrigger.js.map +1 -0
  374. package/vefaas/kafkaTriggers.d.ts +89 -0
  375. package/vefaas/kafkaTriggers.js +50 -0
  376. package/vefaas/kafkaTriggers.js.map +1 -0
  377. package/vefaas/release.d.ts +211 -0
  378. package/vefaas/release.js +108 -0
  379. package/vefaas/release.js.map +1 -0
  380. package/vefaas/releases.d.ts +108 -0
  381. package/vefaas/releases.js +52 -0
  382. package/vefaas/releases.js.map +1 -0
  383. package/vefaas/timer.d.ts +170 -0
  384. package/vefaas/timer.js +95 -0
  385. package/vefaas/timer.js.map +1 -0
  386. package/vefaas/timers.d.ts +89 -0
  387. package/vefaas/timers.js +50 -0
  388. package/vefaas/timers.js.map +1 -0
  389. package/vmp/alertingRule.d.ts +300 -0
  390. package/vmp/alertingRule.js +220 -0
  391. package/vmp/alertingRule.js.map +1 -0
  392. package/vmp/alertingRules.d.ts +386 -0
  393. package/vmp/alertingRules.js +291 -0
  394. package/vmp/alertingRules.js.map +1 -0
  395. package/vmp/alerts.d.ts +119 -0
  396. package/vmp/alerts.js +54 -0
  397. package/vmp/alerts.js.map +1 -0
  398. package/vmp/contact.d.ts +181 -0
  399. package/vmp/contact.js +102 -0
  400. package/vmp/contact.js.map +1 -0
  401. package/vmp/contactGroup.d.ts +124 -0
  402. package/vmp/contactGroup.js +109 -0
  403. package/vmp/contactGroup.js.map +1 -0
  404. package/vmp/contactGroups.d.ts +167 -0
  405. package/vmp/contactGroups.js +129 -0
  406. package/vmp/contactGroups.js.map +1 -0
  407. package/vmp/contacts.d.ts +137 -0
  408. package/vmp/contacts.js +88 -0
  409. package/vmp/contacts.js.map +1 -0
  410. package/vmp/getAlertingRules.d.ts +384 -0
  411. package/vmp/getAlertingRules.js +288 -0
  412. package/vmp/getAlertingRules.js.map +1 -0
  413. package/vmp/getAlerts.d.ts +117 -0
  414. package/vmp/getAlerts.js +51 -0
  415. package/vmp/getAlerts.js.map +1 -0
  416. package/vmp/getContactGroups.d.ts +165 -0
  417. package/vmp/getContactGroups.js +126 -0
  418. package/vmp/getContactGroups.js.map +1 -0
  419. package/vmp/getContacts.d.ts +135 -0
  420. package/vmp/getContacts.js +85 -0
  421. package/vmp/getContacts.js.map +1 -0
  422. package/vmp/getInstanceTypes.d.ts +75 -0
  423. package/vmp/getInstanceTypes.js +47 -0
  424. package/vmp/getInstanceTypes.js.map +1 -0
  425. package/vmp/getNotifyGroupPolicies.d.ts +141 -0
  426. package/vmp/getNotifyGroupPolicies.js +102 -0
  427. package/vmp/getNotifyGroupPolicies.js.map +1 -0
  428. package/vmp/getNotifyPolicies.d.ts +221 -0
  429. package/vmp/getNotifyPolicies.js +160 -0
  430. package/vmp/getNotifyPolicies.js.map +1 -0
  431. package/vmp/getNotifyTemplates.d.ts +134 -0
  432. package/vmp/getNotifyTemplates.js +76 -0
  433. package/vmp/getNotifyTemplates.js.map +1 -0
  434. package/vmp/getRuleFiles.d.ts +152 -0
  435. package/vmp/getRuleFiles.js +93 -0
  436. package/vmp/getRuleFiles.js.map +1 -0
  437. package/vmp/getRules.d.ts +131 -0
  438. package/vmp/getRules.js +53 -0
  439. package/vmp/getRules.js.map +1 -0
  440. package/vmp/getWorkspaces.d.ts +146 -0
  441. package/vmp/getWorkspaces.js +68 -0
  442. package/vmp/getWorkspaces.js.map +1 -0
  443. package/vmp/index.d.ts +90 -0
  444. package/vmp/index.js +124 -0
  445. package/vmp/index.js.map +1 -0
  446. package/vmp/instanceTypes.d.ts +77 -0
  447. package/vmp/instanceTypes.js +50 -0
  448. package/vmp/instanceTypes.js.map +1 -0
  449. package/vmp/notifyGroupPolicies.d.ts +143 -0
  450. package/vmp/notifyGroupPolicies.js +105 -0
  451. package/vmp/notifyGroupPolicies.js.map +1 -0
  452. package/vmp/notifyGroupPolicy.d.ts +118 -0
  453. package/vmp/notifyGroupPolicy.js +100 -0
  454. package/vmp/notifyGroupPolicy.js.map +1 -0
  455. package/vmp/notifyPolicies.d.ts +223 -0
  456. package/vmp/notifyPolicies.js +163 -0
  457. package/vmp/notifyPolicies.js.map +1 -0
  458. package/vmp/notifyPolicy.d.ts +158 -0
  459. package/vmp/notifyPolicy.js +130 -0
  460. package/vmp/notifyPolicy.js.map +1 -0
  461. package/vmp/notifyTemplate.d.ts +144 -0
  462. package/vmp/notifyTemplate.js +100 -0
  463. package/vmp/notifyTemplate.js.map +1 -0
  464. package/vmp/notifyTemplates.d.ts +136 -0
  465. package/vmp/notifyTemplates.js +79 -0
  466. package/vmp/notifyTemplates.js.map +1 -0
  467. package/vmp/ruleFile.d.ts +163 -0
  468. package/vmp/ruleFile.js +110 -0
  469. package/vmp/ruleFile.js.map +1 -0
  470. package/vmp/ruleFiles.d.ts +154 -0
  471. package/vmp/ruleFiles.js +96 -0
  472. package/vmp/ruleFiles.js.map +1 -0
  473. package/vmp/rules.d.ts +133 -0
  474. package/vmp/rules.js +56 -0
  475. package/vmp/rules.js.map +1 -0
  476. package/vmp/workspace.d.ts +212 -0
  477. package/vmp/workspace.js +110 -0
  478. package/vmp/workspace.js.map +1 -0
  479. package/vmp/workspaces.d.ts +148 -0
  480. package/vmp/workspaces.js +71 -0
  481. package/vmp/workspaces.js.map +1 -0
  482. package/vpc/routeEntry.d.ts +3 -3
@@ -0,0 +1,76 @@
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 redis instance specs
5
+ */
6
+ export declare function getInstanceSpecs(args?: GetInstanceSpecsArgs, opts?: pulumi.InvokeOptions): Promise<GetInstanceSpecsResult>;
7
+ /**
8
+ * A collection of arguments for invoking getInstanceSpecs.
9
+ */
10
+ export interface GetInstanceSpecsArgs {
11
+ /**
12
+ * The architecture type of the Redis instance.
13
+ */
14
+ archType?: string;
15
+ /**
16
+ * The type of Redis instance.
17
+ */
18
+ instanceClass?: string;
19
+ /**
20
+ * A Name Regex of Resource.
21
+ */
22
+ nameRegex?: string;
23
+ /**
24
+ * File name where to save data source results.
25
+ */
26
+ outputFile?: string;
27
+ }
28
+ /**
29
+ * A collection of values returned by getInstanceSpecs.
30
+ */
31
+ export interface GetInstanceSpecsResult {
32
+ /**
33
+ * The architecture type of the Redis instance.
34
+ */
35
+ readonly archType?: string;
36
+ /**
37
+ * The provider-assigned unique ID for this managed resource.
38
+ */
39
+ readonly id: string;
40
+ readonly instanceClass?: string;
41
+ /**
42
+ * The List of Redis instance specifications.
43
+ */
44
+ readonly instanceSpecs: outputs.redis.GetInstanceSpecsInstanceSpec[];
45
+ readonly nameRegex?: string;
46
+ readonly outputFile?: string;
47
+ /**
48
+ * The total count of query.
49
+ */
50
+ readonly totalCount: number;
51
+ }
52
+ /**
53
+ * Use this data source to query detailed information of redis instance specs
54
+ */
55
+ export declare function getInstanceSpecsOutput(args?: GetInstanceSpecsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetInstanceSpecsResult>;
56
+ /**
57
+ * A collection of arguments for invoking getInstanceSpecs.
58
+ */
59
+ export interface GetInstanceSpecsOutputArgs {
60
+ /**
61
+ * The architecture type of the Redis instance.
62
+ */
63
+ archType?: pulumi.Input<string>;
64
+ /**
65
+ * The type of Redis instance.
66
+ */
67
+ instanceClass?: pulumi.Input<string>;
68
+ /**
69
+ * A Name Regex of Resource.
70
+ */
71
+ nameRegex?: pulumi.Input<string>;
72
+ /**
73
+ * File name where to save data source results.
74
+ */
75
+ outputFile?: pulumi.Input<string>;
76
+ }
@@ -0,0 +1,29 @@
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.getInstanceSpecsOutput = exports.getInstanceSpecs = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of redis instance specs
10
+ */
11
+ function getInstanceSpecs(args, opts) {
12
+ args = args || {};
13
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
14
+ return pulumi.runtime.invoke("volcengine:redis/getInstanceSpecs:getInstanceSpecs", {
15
+ "archType": args.archType,
16
+ "instanceClass": args.instanceClass,
17
+ "nameRegex": args.nameRegex,
18
+ "outputFile": args.outputFile,
19
+ }, opts);
20
+ }
21
+ exports.getInstanceSpecs = getInstanceSpecs;
22
+ /**
23
+ * Use this data source to query detailed information of redis instance specs
24
+ */
25
+ function getInstanceSpecsOutput(args, opts) {
26
+ return pulumi.output(args).apply((a) => getInstanceSpecs(a, opts));
27
+ }
28
+ exports.getInstanceSpecsOutput = getInstanceSpecsOutput;
29
+ //# sourceMappingURL=getInstanceSpecs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getInstanceSpecs.js","sourceRoot":"","sources":["../../redis/getInstanceSpecs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4CAUC;AAgDD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
@@ -150,6 +150,9 @@ export interface GetInstancesResult {
150
150
  * The vpc ID of the redis instance.
151
151
  */
152
152
  readonly vpcId?: string;
153
+ /**
154
+ * The availability zone where the node is located.
155
+ */
153
156
  readonly zoneId?: string;
154
157
  }
155
158
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getInstances.js","sourceRoot":"","sources":["../../redis/getInstances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAlBD,oCAkBC;AAgHD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
1
+ {"version":3,"file":"getInstances.js","sourceRoot":"","sources":["../../redis/getInstances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAlBD,oCAkBC;AAmHD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
@@ -0,0 +1,79 @@
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 redis parameter groups
5
+ */
6
+ export declare function getParameterGroups(args?: GetParameterGroupsArgs, opts?: pulumi.InvokeOptions): Promise<GetParameterGroupsResult>;
7
+ /**
8
+ * A collection of arguments for invoking getParameterGroups.
9
+ */
10
+ export interface GetParameterGroupsArgs {
11
+ /**
12
+ * The Redis database version applicable to the parameter template.
13
+ */
14
+ engineVersion?: string;
15
+ /**
16
+ * A Name Regex of Resource.
17
+ */
18
+ nameRegex?: string;
19
+ /**
20
+ * File name where to save data source results.
21
+ */
22
+ outputFile?: string;
23
+ /**
24
+ * The source of creating the parameter template.
25
+ */
26
+ source?: string;
27
+ }
28
+ /**
29
+ * A collection of values returned by getParameterGroups.
30
+ */
31
+ export interface GetParameterGroupsResult {
32
+ /**
33
+ * The database version applicable to the parameter template.
34
+ */
35
+ readonly engineVersion?: string;
36
+ /**
37
+ * The provider-assigned unique ID for this managed resource.
38
+ */
39
+ readonly id: string;
40
+ readonly nameRegex?: string;
41
+ readonly outputFile?: string;
42
+ /**
43
+ * The details of the parameter template.
44
+ */
45
+ readonly parameterGroups: outputs.redis.GetParameterGroupsParameterGroup[];
46
+ /**
47
+ * The source of creating the parameter template.
48
+ */
49
+ readonly source?: string;
50
+ /**
51
+ * The total count of query.
52
+ */
53
+ readonly totalCount: number;
54
+ }
55
+ /**
56
+ * Use this data source to query detailed information of redis parameter groups
57
+ */
58
+ export declare function getParameterGroupsOutput(args?: GetParameterGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetParameterGroupsResult>;
59
+ /**
60
+ * A collection of arguments for invoking getParameterGroups.
61
+ */
62
+ export interface GetParameterGroupsOutputArgs {
63
+ /**
64
+ * The Redis database version applicable to the parameter template.
65
+ */
66
+ engineVersion?: pulumi.Input<string>;
67
+ /**
68
+ * A Name Regex of Resource.
69
+ */
70
+ nameRegex?: pulumi.Input<string>;
71
+ /**
72
+ * File name where to save data source results.
73
+ */
74
+ outputFile?: pulumi.Input<string>;
75
+ /**
76
+ * The source of creating the parameter template.
77
+ */
78
+ source?: pulumi.Input<string>;
79
+ }
@@ -0,0 +1,29 @@
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.getParameterGroupsOutput = exports.getParameterGroups = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of redis parameter groups
10
+ */
11
+ function getParameterGroups(args, opts) {
12
+ args = args || {};
13
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
14
+ return pulumi.runtime.invoke("volcengine:redis/getParameterGroups:getParameterGroups", {
15
+ "engineVersion": args.engineVersion,
16
+ "nameRegex": args.nameRegex,
17
+ "outputFile": args.outputFile,
18
+ "source": args.source,
19
+ }, opts);
20
+ }
21
+ exports.getParameterGroups = getParameterGroups;
22
+ /**
23
+ * Use this data source to query detailed information of redis parameter groups
24
+ */
25
+ function getParameterGroupsOutput(args, opts) {
26
+ return pulumi.output(args).apply((a) => getParameterGroups(a, opts));
27
+ }
28
+ exports.getParameterGroupsOutput = getParameterGroupsOutput;
29
+ //# sourceMappingURL=getParameterGroups.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getParameterGroups.js","sourceRoot":"","sources":["../../redis/getParameterGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gDAUC;AAmDD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
@@ -0,0 +1,161 @@
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 redis planned events
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcengine from "@pulumi/volcengine";
10
+ * import * as volcengine from "@volcengine/pulumi";
11
+ *
12
+ * const fooZones = volcengine.ecs.getZones({});
13
+ * const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
14
+ * vpcName: "acc-test-vpc",
15
+ * cidrBlock: "172.16.0.0/16",
16
+ * });
17
+ * const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
18
+ * subnetName: "acc-test-subnet",
19
+ * cidrBlock: "172.16.0.0/24",
20
+ * zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
21
+ * vpcId: fooVpc.id,
22
+ * });
23
+ * const fooInstance = new volcengine.redis.Instance("fooInstance", {
24
+ * zoneIds: [fooZones.then(fooZones => fooZones.zones?.[0]?.id)],
25
+ * instanceName: "acc-test-tf-redis",
26
+ * shardedCluster: 1,
27
+ * password: "1qaz!QAZ12",
28
+ * nodeNumber: 2,
29
+ * shardCapacity: 1024,
30
+ * shardNumber: 2,
31
+ * engineVersion: "5.0",
32
+ * subnetId: fooSubnet.id,
33
+ * deletionProtection: "disabled",
34
+ * vpcAuthMode: "close",
35
+ * chargeType: "PostPaid",
36
+ * port: 6381,
37
+ * projectName: "default",
38
+ * });
39
+ * const fooPlannedEvents = volcengine.redis.getPlannedEventsOutput({
40
+ * instanceId: fooInstance.id,
41
+ * });
42
+ * ```
43
+ */
44
+ export declare function getPlannedEvents(args?: GetPlannedEventsArgs, opts?: pulumi.InvokeOptions): Promise<GetPlannedEventsResult>;
45
+ /**
46
+ * A collection of arguments for invoking getPlannedEvents.
47
+ */
48
+ export interface GetPlannedEventsArgs {
49
+ /**
50
+ * The ID of instance.
51
+ */
52
+ instanceId?: string;
53
+ /**
54
+ * The latest execution time of the planned events that need to be queried. The format is yyyy-MM-ddTHH:mm:ssZ (UTC).
55
+ */
56
+ maxStartTime?: string;
57
+ /**
58
+ * The earliest execution time of the planned event that needs to be queried. The format is yyyy-MM-ddTHH:mm:ssZ (UTC).
59
+ */
60
+ minStartTime?: string;
61
+ /**
62
+ * A Name Regex of Resource.
63
+ */
64
+ nameRegex?: string;
65
+ /**
66
+ * File name where to save data source results.
67
+ */
68
+ outputFile?: string;
69
+ }
70
+ /**
71
+ * A collection of values returned by getPlannedEvents.
72
+ */
73
+ export interface GetPlannedEventsResult {
74
+ /**
75
+ * The provider-assigned unique ID for this managed resource.
76
+ */
77
+ readonly id: string;
78
+ /**
79
+ * The ID of instance.
80
+ */
81
+ readonly instanceId?: string;
82
+ readonly maxStartTime?: string;
83
+ readonly minStartTime?: string;
84
+ readonly nameRegex?: string;
85
+ readonly outputFile?: string;
86
+ /**
87
+ * The List of planned event information.
88
+ */
89
+ readonly plannedEvents: outputs.redis.GetPlannedEventsPlannedEvent[];
90
+ /**
91
+ * The total count of query.
92
+ */
93
+ readonly totalCount: number;
94
+ }
95
+ /**
96
+ * Use this data source to query detailed information of redis planned events
97
+ * ## Example Usage
98
+ *
99
+ * ```typescript
100
+ * import * as pulumi from "@pulumi/pulumi";
101
+ * import * as volcengine from "@pulumi/volcengine";
102
+ * import * as volcengine from "@volcengine/pulumi";
103
+ *
104
+ * const fooZones = volcengine.ecs.getZones({});
105
+ * const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
106
+ * vpcName: "acc-test-vpc",
107
+ * cidrBlock: "172.16.0.0/16",
108
+ * });
109
+ * const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
110
+ * subnetName: "acc-test-subnet",
111
+ * cidrBlock: "172.16.0.0/24",
112
+ * zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
113
+ * vpcId: fooVpc.id,
114
+ * });
115
+ * const fooInstance = new volcengine.redis.Instance("fooInstance", {
116
+ * zoneIds: [fooZones.then(fooZones => fooZones.zones?.[0]?.id)],
117
+ * instanceName: "acc-test-tf-redis",
118
+ * shardedCluster: 1,
119
+ * password: "1qaz!QAZ12",
120
+ * nodeNumber: 2,
121
+ * shardCapacity: 1024,
122
+ * shardNumber: 2,
123
+ * engineVersion: "5.0",
124
+ * subnetId: fooSubnet.id,
125
+ * deletionProtection: "disabled",
126
+ * vpcAuthMode: "close",
127
+ * chargeType: "PostPaid",
128
+ * port: 6381,
129
+ * projectName: "default",
130
+ * });
131
+ * const fooPlannedEvents = volcengine.redis.getPlannedEventsOutput({
132
+ * instanceId: fooInstance.id,
133
+ * });
134
+ * ```
135
+ */
136
+ export declare function getPlannedEventsOutput(args?: GetPlannedEventsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPlannedEventsResult>;
137
+ /**
138
+ * A collection of arguments for invoking getPlannedEvents.
139
+ */
140
+ export interface GetPlannedEventsOutputArgs {
141
+ /**
142
+ * The ID of instance.
143
+ */
144
+ instanceId?: pulumi.Input<string>;
145
+ /**
146
+ * The latest execution time of the planned events that need to be queried. The format is yyyy-MM-ddTHH:mm:ssZ (UTC).
147
+ */
148
+ maxStartTime?: pulumi.Input<string>;
149
+ /**
150
+ * The earliest execution time of the planned event that needs to be queried. The format is yyyy-MM-ddTHH:mm:ssZ (UTC).
151
+ */
152
+ minStartTime?: pulumi.Input<string>;
153
+ /**
154
+ * A Name Regex of Resource.
155
+ */
156
+ nameRegex?: pulumi.Input<string>;
157
+ /**
158
+ * File name where to save data source results.
159
+ */
160
+ outputFile?: pulumi.Input<string>;
161
+ }
@@ -0,0 +1,106 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getPlannedEventsOutput = exports.getPlannedEvents = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of redis planned events
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ * import * as volcengine from "@volcengine/pulumi";
16
+ *
17
+ * const fooZones = volcengine.ecs.getZones({});
18
+ * const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
19
+ * vpcName: "acc-test-vpc",
20
+ * cidrBlock: "172.16.0.0/16",
21
+ * });
22
+ * const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
23
+ * subnetName: "acc-test-subnet",
24
+ * cidrBlock: "172.16.0.0/24",
25
+ * zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
26
+ * vpcId: fooVpc.id,
27
+ * });
28
+ * const fooInstance = new volcengine.redis.Instance("fooInstance", {
29
+ * zoneIds: [fooZones.then(fooZones => fooZones.zones?.[0]?.id)],
30
+ * instanceName: "acc-test-tf-redis",
31
+ * shardedCluster: 1,
32
+ * password: "1qaz!QAZ12",
33
+ * nodeNumber: 2,
34
+ * shardCapacity: 1024,
35
+ * shardNumber: 2,
36
+ * engineVersion: "5.0",
37
+ * subnetId: fooSubnet.id,
38
+ * deletionProtection: "disabled",
39
+ * vpcAuthMode: "close",
40
+ * chargeType: "PostPaid",
41
+ * port: 6381,
42
+ * projectName: "default",
43
+ * });
44
+ * const fooPlannedEvents = volcengine.redis.getPlannedEventsOutput({
45
+ * instanceId: fooInstance.id,
46
+ * });
47
+ * ```
48
+ */
49
+ function getPlannedEvents(args, opts) {
50
+ args = args || {};
51
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
52
+ return pulumi.runtime.invoke("volcengine:redis/getPlannedEvents:getPlannedEvents", {
53
+ "instanceId": args.instanceId,
54
+ "maxStartTime": args.maxStartTime,
55
+ "minStartTime": args.minStartTime,
56
+ "nameRegex": args.nameRegex,
57
+ "outputFile": args.outputFile,
58
+ }, opts);
59
+ }
60
+ exports.getPlannedEvents = getPlannedEvents;
61
+ /**
62
+ * Use this data source to query detailed information of redis planned events
63
+ * ## Example Usage
64
+ *
65
+ * ```typescript
66
+ * import * as pulumi from "@pulumi/pulumi";
67
+ * import * as volcengine from "@pulumi/volcengine";
68
+ * import * as volcengine from "@volcengine/pulumi";
69
+ *
70
+ * const fooZones = volcengine.ecs.getZones({});
71
+ * const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
72
+ * vpcName: "acc-test-vpc",
73
+ * cidrBlock: "172.16.0.0/16",
74
+ * });
75
+ * const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
76
+ * subnetName: "acc-test-subnet",
77
+ * cidrBlock: "172.16.0.0/24",
78
+ * zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
79
+ * vpcId: fooVpc.id,
80
+ * });
81
+ * const fooInstance = new volcengine.redis.Instance("fooInstance", {
82
+ * zoneIds: [fooZones.then(fooZones => fooZones.zones?.[0]?.id)],
83
+ * instanceName: "acc-test-tf-redis",
84
+ * shardedCluster: 1,
85
+ * password: "1qaz!QAZ12",
86
+ * nodeNumber: 2,
87
+ * shardCapacity: 1024,
88
+ * shardNumber: 2,
89
+ * engineVersion: "5.0",
90
+ * subnetId: fooSubnet.id,
91
+ * deletionProtection: "disabled",
92
+ * vpcAuthMode: "close",
93
+ * chargeType: "PostPaid",
94
+ * port: 6381,
95
+ * projectName: "default",
96
+ * });
97
+ * const fooPlannedEvents = volcengine.redis.getPlannedEventsOutput({
98
+ * instanceId: fooInstance.id,
99
+ * });
100
+ * ```
101
+ */
102
+ function getPlannedEventsOutput(args, opts) {
103
+ return pulumi.output(args).apply((a) => getPlannedEvents(a, opts));
104
+ }
105
+ exports.getPlannedEventsOutput = getPlannedEventsOutput;
106
+ //# sourceMappingURL=getPlannedEvents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPlannedEvents.js","sourceRoot":"","sources":["../../redis/getPlannedEvents.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC;AAqDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
package/redis/index.d.ts CHANGED
@@ -22,6 +22,9 @@ export declare const BackupRestore: typeof import("./backupRestore").BackupResto
22
22
  export { BackupsArgs, BackupsResult, BackupsOutputArgs } from "./backups";
23
23
  export declare const backups: typeof import("./backups").backups;
24
24
  export declare const backupsOutput: typeof import("./backups").backupsOutput;
25
+ export { BigKeysArgs, BigKeysResult, BigKeysOutputArgs } from "./bigKeys";
26
+ export declare const bigKeys: typeof import("./bigKeys").bigKeys;
27
+ export declare const bigKeysOutput: typeof import("./bigKeys").bigKeysOutput;
25
28
  export { ContinuousBackupArgs, ContinuousBackupState } from "./continuousBackup";
26
29
  export type ContinuousBackup = import("./continuousBackup").ContinuousBackup;
27
30
  export declare const ContinuousBackup: typeof import("./continuousBackup").ContinuousBackup;
@@ -37,12 +40,24 @@ export declare const getAllowListsOutput: typeof import("./getAllowLists").getAl
37
40
  export { GetBackupsArgs, GetBackupsResult, GetBackupsOutputArgs } from "./getBackups";
38
41
  export declare const getBackups: typeof import("./getBackups").getBackups;
39
42
  export declare const getBackupsOutput: typeof import("./getBackups").getBackupsOutput;
43
+ export { GetBigKeysArgs, GetBigKeysResult, GetBigKeysOutputArgs } from "./getBigKeys";
44
+ export declare const getBigKeys: typeof import("./getBigKeys").getBigKeys;
45
+ export declare const getBigKeysOutput: typeof import("./getBigKeys").getBigKeysOutput;
46
+ export { GetInstanceSpecsArgs, GetInstanceSpecsResult, GetInstanceSpecsOutputArgs } from "./getInstanceSpecs";
47
+ export declare const getInstanceSpecs: typeof import("./getInstanceSpecs").getInstanceSpecs;
48
+ export declare const getInstanceSpecsOutput: typeof import("./getInstanceSpecs").getInstanceSpecsOutput;
40
49
  export { GetInstancesArgs, GetInstancesResult, GetInstancesOutputArgs } from "./getInstances";
41
50
  export declare const getInstances: typeof import("./getInstances").getInstances;
42
51
  export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput;
52
+ export { GetParameterGroupsArgs, GetParameterGroupsResult, GetParameterGroupsOutputArgs } from "./getParameterGroups";
53
+ export declare const getParameterGroups: typeof import("./getParameterGroups").getParameterGroups;
54
+ export declare const getParameterGroupsOutput: typeof import("./getParameterGroups").getParameterGroupsOutput;
43
55
  export { GetPitrTimeWindowsArgs, GetPitrTimeWindowsResult, GetPitrTimeWindowsOutputArgs } from "./getPitrTimeWindows";
44
56
  export declare const getPitrTimeWindows: typeof import("./getPitrTimeWindows").getPitrTimeWindows;
45
57
  export declare const getPitrTimeWindowsOutput: typeof import("./getPitrTimeWindows").getPitrTimeWindowsOutput;
58
+ export { GetPlannedEventsArgs, GetPlannedEventsResult, GetPlannedEventsOutputArgs } from "./getPlannedEvents";
59
+ export declare const getPlannedEvents: typeof import("./getPlannedEvents").getPlannedEvents;
60
+ export declare const getPlannedEventsOutput: typeof import("./getPlannedEvents").getPlannedEventsOutput;
46
61
  export { GetRegionsArgs, GetRegionsResult, GetRegionsOutputArgs } from "./getRegions";
47
62
  export declare const getRegions: typeof import("./getRegions").getRegions;
48
63
  export declare const getRegionsOutput: typeof import("./getRegions").getRegionsOutput;
@@ -52,12 +67,24 @@ export declare const getZonesOutput: typeof import("./getZones").getZonesOutput;
52
67
  export { InstanceArgs, InstanceState } from "./instance";
53
68
  export type Instance = import("./instance").Instance;
54
69
  export declare const Instance: typeof import("./instance").Instance;
70
+ export { InstanceSpecsArgs, InstanceSpecsResult, InstanceSpecsOutputArgs } from "./instanceSpecs";
71
+ export declare const instanceSpecs: typeof import("./instanceSpecs").instanceSpecs;
72
+ export declare const instanceSpecsOutput: typeof import("./instanceSpecs").instanceSpecsOutput;
55
73
  export { InstancesArgs, InstancesResult, InstancesOutputArgs } from "./instances";
56
74
  export declare const instances: typeof import("./instances").instances;
57
75
  export declare const instancesOutput: typeof import("./instances").instancesOutput;
76
+ export { ParameterGroupArgs, ParameterGroupState } from "./parameterGroup";
77
+ export type ParameterGroup = import("./parameterGroup").ParameterGroup;
78
+ export declare const ParameterGroup: typeof import("./parameterGroup").ParameterGroup;
79
+ export { ParameterGroupsArgs, ParameterGroupsResult, ParameterGroupsOutputArgs } from "./parameterGroups";
80
+ export declare const parameterGroups: typeof import("./parameterGroups").parameterGroups;
81
+ export declare const parameterGroupsOutput: typeof import("./parameterGroups").parameterGroupsOutput;
58
82
  export { PitrTimeWindowsArgs, PitrTimeWindowsResult, PitrTimeWindowsOutputArgs } from "./pitrTimeWindows";
59
83
  export declare const pitrTimeWindows: typeof import("./pitrTimeWindows").pitrTimeWindows;
60
84
  export declare const pitrTimeWindowsOutput: typeof import("./pitrTimeWindows").pitrTimeWindowsOutput;
85
+ export { PlannedEventsArgs, PlannedEventsResult, PlannedEventsOutputArgs } from "./plannedEvents";
86
+ export declare const plannedEvents: typeof import("./plannedEvents").plannedEvents;
87
+ export declare const plannedEventsOutput: typeof import("./plannedEvents").plannedEventsOutput;
61
88
  export { RegionsArgs, RegionsResult, RegionsOutputArgs } from "./regions";
62
89
  export declare const regions: typeof import("./regions").regions;
63
90
  export declare const regionsOutput: typeof import("./regions").regionsOutput;
package/redis/index.js CHANGED
@@ -2,7 +2,8 @@
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.zonesOutput = exports.zones = exports.State = exports.regionsOutput = exports.regions = exports.pitrTimeWindowsOutput = exports.pitrTimeWindows = exports.instancesOutput = exports.instances = exports.Instance = exports.getZonesOutput = exports.getZones = exports.getRegionsOutput = exports.getRegions = exports.getPitrTimeWindowsOutput = exports.getPitrTimeWindows = exports.getInstancesOutput = exports.getInstances = exports.getBackupsOutput = exports.getBackups = exports.getAllowListsOutput = exports.getAllowLists = exports.getAccountsOutput = exports.getAccounts = exports.Endpoint = exports.ContinuousBackup = exports.backupsOutput = exports.backups = exports.BackupRestore = exports.Backup = exports.allowListsOutput = exports.allowLists = exports.AllowListAssociate = exports.AllowList = exports.accountsOutput = exports.accounts = exports.Account = void 0;
5
+ exports.regions = exports.plannedEventsOutput = exports.plannedEvents = exports.pitrTimeWindowsOutput = exports.pitrTimeWindows = exports.parameterGroupsOutput = exports.parameterGroups = exports.ParameterGroup = exports.instancesOutput = exports.instances = exports.instanceSpecsOutput = exports.instanceSpecs = exports.Instance = exports.getZonesOutput = exports.getZones = exports.getRegionsOutput = exports.getRegions = exports.getPlannedEventsOutput = exports.getPlannedEvents = exports.getPitrTimeWindowsOutput = exports.getPitrTimeWindows = exports.getParameterGroupsOutput = exports.getParameterGroups = exports.getInstancesOutput = exports.getInstances = exports.getInstanceSpecsOutput = exports.getInstanceSpecs = exports.getBigKeysOutput = exports.getBigKeys = exports.getBackupsOutput = exports.getBackups = exports.getAllowListsOutput = exports.getAllowLists = exports.getAccountsOutput = exports.getAccounts = exports.Endpoint = exports.ContinuousBackup = exports.bigKeysOutput = exports.bigKeys = exports.backupsOutput = exports.backups = exports.BackupRestore = exports.Backup = exports.allowListsOutput = exports.allowLists = exports.AllowListAssociate = exports.AllowList = exports.accountsOutput = exports.accounts = exports.Account = void 0;
6
+ exports.zonesOutput = exports.zones = exports.State = exports.regionsOutput = void 0;
6
7
  const pulumi = require("@pulumi/pulumi");
7
8
  const utilities = require("../utilities");
8
9
  exports.Account = null;
@@ -24,6 +25,9 @@ utilities.lazyLoad(exports, ["BackupRestore"], () => require("./backupRestore"))
24
25
  exports.backups = null;
25
26
  exports.backupsOutput = null;
26
27
  utilities.lazyLoad(exports, ["backups", "backupsOutput"], () => require("./backups"));
28
+ exports.bigKeys = null;
29
+ exports.bigKeysOutput = null;
30
+ utilities.lazyLoad(exports, ["bigKeys", "bigKeysOutput"], () => require("./bigKeys"));
27
31
  exports.ContinuousBackup = null;
28
32
  utilities.lazyLoad(exports, ["ContinuousBackup"], () => require("./continuousBackup"));
29
33
  exports.Endpoint = null;
@@ -37,12 +41,24 @@ utilities.lazyLoad(exports, ["getAllowLists", "getAllowListsOutput"], () => requ
37
41
  exports.getBackups = null;
38
42
  exports.getBackupsOutput = null;
39
43
  utilities.lazyLoad(exports, ["getBackups", "getBackupsOutput"], () => require("./getBackups"));
44
+ exports.getBigKeys = null;
45
+ exports.getBigKeysOutput = null;
46
+ utilities.lazyLoad(exports, ["getBigKeys", "getBigKeysOutput"], () => require("./getBigKeys"));
47
+ exports.getInstanceSpecs = null;
48
+ exports.getInstanceSpecsOutput = null;
49
+ utilities.lazyLoad(exports, ["getInstanceSpecs", "getInstanceSpecsOutput"], () => require("./getInstanceSpecs"));
40
50
  exports.getInstances = null;
41
51
  exports.getInstancesOutput = null;
42
52
  utilities.lazyLoad(exports, ["getInstances", "getInstancesOutput"], () => require("./getInstances"));
53
+ exports.getParameterGroups = null;
54
+ exports.getParameterGroupsOutput = null;
55
+ utilities.lazyLoad(exports, ["getParameterGroups", "getParameterGroupsOutput"], () => require("./getParameterGroups"));
43
56
  exports.getPitrTimeWindows = null;
44
57
  exports.getPitrTimeWindowsOutput = null;
45
58
  utilities.lazyLoad(exports, ["getPitrTimeWindows", "getPitrTimeWindowsOutput"], () => require("./getPitrTimeWindows"));
59
+ exports.getPlannedEvents = null;
60
+ exports.getPlannedEventsOutput = null;
61
+ utilities.lazyLoad(exports, ["getPlannedEvents", "getPlannedEventsOutput"], () => require("./getPlannedEvents"));
46
62
  exports.getRegions = null;
47
63
  exports.getRegionsOutput = null;
48
64
  utilities.lazyLoad(exports, ["getRegions", "getRegionsOutput"], () => require("./getRegions"));
@@ -51,12 +67,23 @@ exports.getZonesOutput = null;
51
67
  utilities.lazyLoad(exports, ["getZones", "getZonesOutput"], () => require("./getZones"));
52
68
  exports.Instance = null;
53
69
  utilities.lazyLoad(exports, ["Instance"], () => require("./instance"));
70
+ exports.instanceSpecs = null;
71
+ exports.instanceSpecsOutput = null;
72
+ utilities.lazyLoad(exports, ["instanceSpecs", "instanceSpecsOutput"], () => require("./instanceSpecs"));
54
73
  exports.instances = null;
55
74
  exports.instancesOutput = null;
56
75
  utilities.lazyLoad(exports, ["instances", "instancesOutput"], () => require("./instances"));
76
+ exports.ParameterGroup = null;
77
+ utilities.lazyLoad(exports, ["ParameterGroup"], () => require("./parameterGroup"));
78
+ exports.parameterGroups = null;
79
+ exports.parameterGroupsOutput = null;
80
+ utilities.lazyLoad(exports, ["parameterGroups", "parameterGroupsOutput"], () => require("./parameterGroups"));
57
81
  exports.pitrTimeWindows = null;
58
82
  exports.pitrTimeWindowsOutput = null;
59
83
  utilities.lazyLoad(exports, ["pitrTimeWindows", "pitrTimeWindowsOutput"], () => require("./pitrTimeWindows"));
84
+ exports.plannedEvents = null;
85
+ exports.plannedEventsOutput = null;
86
+ utilities.lazyLoad(exports, ["plannedEvents", "plannedEventsOutput"], () => require("./plannedEvents"));
60
87
  exports.regions = null;
61
88
  exports.regionsOutput = null;
62
89
  utilities.lazyLoad(exports, ["regions", "regionsOutput"], () => require("./regions"));
@@ -85,6 +112,8 @@ const _module = {
85
112
  return new exports.Endpoint(name, undefined, { urn });
86
113
  case "volcengine:redis/instance:Instance":
87
114
  return new exports.Instance(name, undefined, { urn });
115
+ case "volcengine:redis/parameterGroup:ParameterGroup":
116
+ return new exports.ParameterGroup(name, undefined, { urn });
88
117
  case "volcengine:redis/state:State":
89
118
  return new exports.State(name, undefined, { urn });
90
119
  default:
@@ -100,5 +129,6 @@ pulumi.runtime.registerResourceModule("volcengine", "redis/backupRestore", _modu
100
129
  pulumi.runtime.registerResourceModule("volcengine", "redis/continuousBackup", _module);
101
130
  pulumi.runtime.registerResourceModule("volcengine", "redis/endpoint", _module);
102
131
  pulumi.runtime.registerResourceModule("volcengine", "redis/instance", _module);
132
+ pulumi.runtime.registerResourceModule("volcengine", "redis/parameterGroup", _module);
103
133
  pulumi.runtime.registerResourceModule("volcengine", "redis/state", _module);
104
134
  //# sourceMappingURL=index.js.map