@volcengine/pulumi 0.0.31 → 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 (519) 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/dns/backup.d.ts +10 -1
  40. package/dns/backup.js +10 -1
  41. package/dns/backup.js.map +1 -1
  42. package/dns/zone.d.ts +1 -1
  43. package/dns/zone.js +1 -1
  44. package/ebs/getMaxExtraPerformances.d.ts +104 -0
  45. package/ebs/getMaxExtraPerformances.js +52 -0
  46. package/ebs/getMaxExtraPerformances.js.map +1 -0
  47. package/ebs/index.d.ts +6 -0
  48. package/ebs/index.js +7 -1
  49. package/ebs/index.js.map +1 -1
  50. package/ebs/maxExtraPerformances.d.ts +106 -0
  51. package/ebs/maxExtraPerformances.js +55 -0
  52. package/ebs/maxExtraPerformances.js.map +1 -0
  53. package/ebs/volume.d.ts +22 -14
  54. package/ebs/volume.js +7 -2
  55. package/ebs/volume.js.map +1 -1
  56. package/escloud_v2/escloudInstanceV2.d.ts +19 -3
  57. package/escloud_v2/escloudInstanceV2.js +19 -3
  58. package/escloud_v2/escloudInstanceV2.js.map +1 -1
  59. package/escloud_v2/escloudNodeAvailableSpecs.d.ts +73 -0
  60. package/escloud_v2/escloudNodeAvailableSpecs.js +46 -0
  61. package/escloud_v2/escloudNodeAvailableSpecs.js.map +1 -0
  62. package/escloud_v2/escloudZonesV2.d.ts +64 -0
  63. package/escloud_v2/escloudZonesV2.js +45 -0
  64. package/escloud_v2/escloudZonesV2.js.map +1 -0
  65. package/escloud_v2/getEscloudNodeAvailableSpecs.d.ts +71 -0
  66. package/escloud_v2/getEscloudNodeAvailableSpecs.js +43 -0
  67. package/escloud_v2/getEscloudNodeAvailableSpecs.js.map +1 -0
  68. package/escloud_v2/getEscloudZonesV2.d.ts +62 -0
  69. package/escloud_v2/getEscloudZonesV2.js +42 -0
  70. package/escloud_v2/getEscloudZonesV2.js.map +1 -0
  71. package/escloud_v2/index.d.ts +12 -0
  72. package/escloud_v2/index.js +13 -1
  73. package/escloud_v2/index.js.map +1 -1
  74. package/index.d.ts +4 -1
  75. package/index.js +8 -1
  76. package/index.js.map +1 -1
  77. package/kafka/allowList.d.ts +98 -0
  78. package/kafka/allowList.js +85 -0
  79. package/kafka/allowList.js.map +1 -0
  80. package/kafka/allowListAssociate.d.ts +90 -0
  81. package/kafka/allowListAssociate.js +87 -0
  82. package/kafka/allowListAssociate.js.map +1 -0
  83. package/kafka/allowLists.d.ts +91 -0
  84. package/kafka/allowLists.js +52 -0
  85. package/kafka/allowLists.js.map +1 -0
  86. package/kafka/getAllowLists.d.ts +89 -0
  87. package/kafka/getAllowLists.js +49 -0
  88. package/kafka/getAllowLists.js.map +1 -0
  89. package/kafka/index.d.ts +12 -0
  90. package/kafka/index.js +17 -1
  91. package/kafka/index.js.map +1 -1
  92. package/kafka/instance.d.ts +37 -0
  93. package/kafka/instance.js +37 -0
  94. package/kafka/instance.js.map +1 -1
  95. package/kms/getKeyrings.d.ts +154 -0
  96. package/kms/getKeyrings.js +69 -0
  97. package/kms/getKeyrings.js.map +1 -0
  98. package/kms/getKeys.d.ts +263 -0
  99. package/kms/getKeys.js +106 -0
  100. package/kms/getKeys.js.map +1 -0
  101. package/kms/getSecrets.d.ts +202 -0
  102. package/kms/getSecrets.js +73 -0
  103. package/kms/getSecrets.js.map +1 -0
  104. package/kms/index.d.ts +36 -0
  105. package/kms/index.js +65 -0
  106. package/kms/index.js.map +1 -0
  107. package/kms/key.d.ts +282 -0
  108. package/kms/key.js +127 -0
  109. package/kms/key.js.map +1 -0
  110. package/kms/keyArchive.d.ts +119 -0
  111. package/kms/keyArchive.js +94 -0
  112. package/kms/keyArchive.js.map +1 -0
  113. package/kms/keyEnable.d.ts +105 -0
  114. package/kms/keyEnable.js +80 -0
  115. package/kms/keyEnable.js.map +1 -0
  116. package/kms/keyRotation.d.ts +105 -0
  117. package/kms/keyRotation.js +80 -0
  118. package/kms/keyRotation.js.map +1 -0
  119. package/kms/keyring.d.ts +139 -0
  120. package/kms/keyring.js +89 -0
  121. package/kms/keyring.js.map +1 -0
  122. package/kms/keyrings.d.ts +156 -0
  123. package/kms/keyrings.js +72 -0
  124. package/kms/keyrings.js.map +1 -0
  125. package/kms/keys.d.ts +265 -0
  126. package/kms/keys.js +109 -0
  127. package/kms/keys.js.map +1 -0
  128. package/kms/secret.d.ts +264 -0
  129. package/kms/secret.js +122 -0
  130. package/kms/secret.js.map +1 -0
  131. package/kms/secrets.d.ts +204 -0
  132. package/kms/secrets.js +76 -0
  133. package/kms/secrets.js.map +1 -0
  134. package/mongodb/getInstanceParameterLogs.d.ts +1 -1
  135. package/mongodb/instance.d.ts +66 -11
  136. package/mongodb/instance.js +40 -11
  137. package/mongodb/instance.js.map +1 -1
  138. package/mongodb/instanceParameter.d.ts +1 -1
  139. package/mongodb/instanceParameter.js +1 -1
  140. package/mongodb/instanceParameterLogs.d.ts +1 -1
  141. package/nas/autoSnapshotPolicies.d.ts +115 -0
  142. package/nas/autoSnapshotPolicies.js +66 -0
  143. package/nas/autoSnapshotPolicies.js.map +1 -0
  144. package/nas/autoSnapshotPolicy.d.ts +132 -0
  145. package/nas/autoSnapshotPolicy.js +94 -0
  146. package/nas/autoSnapshotPolicy.js.map +1 -0
  147. package/nas/autoSnapshotPolicyApply.d.ts +101 -0
  148. package/nas/autoSnapshotPolicyApply.js +98 -0
  149. package/nas/autoSnapshotPolicyApply.js.map +1 -0
  150. package/nas/getAutoSnapshotPolicies.d.ts +113 -0
  151. package/nas/getAutoSnapshotPolicies.js +63 -0
  152. package/nas/getAutoSnapshotPolicies.js.map +1 -0
  153. package/nas/index.d.ts +12 -0
  154. package/nas/index.js +17 -1
  155. package/nas/index.js.map +1 -1
  156. package/package.json +1 -1
  157. package/private_zone/getPrivateZones.d.ts +31 -0
  158. package/private_zone/getPrivateZones.js +3 -0
  159. package/private_zone/getPrivateZones.js.map +1 -1
  160. package/private_zone/getRecords.d.ts +19 -4
  161. package/private_zone/getRecords.js +1 -0
  162. package/private_zone/getRecords.js.map +1 -1
  163. package/private_zone/getResolverEndpoints.d.ts +22 -0
  164. package/private_zone/getResolverEndpoints.js +2 -0
  165. package/private_zone/getResolverEndpoints.js.map +1 -1
  166. package/private_zone/getResolverRules.d.ts +22 -0
  167. package/private_zone/getResolverRules.js +2 -0
  168. package/private_zone/getResolverRules.js.map +1 -1
  169. package/private_zone/privateZone.d.ts +44 -0
  170. package/private_zone/privateZone.js +11 -0
  171. package/private_zone/privateZone.js.map +1 -1
  172. package/private_zone/privateZones.d.ts +31 -0
  173. package/private_zone/privateZones.js +3 -0
  174. package/private_zone/privateZones.js.map +1 -1
  175. package/private_zone/record.d.ts +24 -0
  176. package/private_zone/record.js +4 -0
  177. package/private_zone/record.js.map +1 -1
  178. package/private_zone/records.d.ts +19 -4
  179. package/private_zone/records.js +1 -0
  180. package/private_zone/records.js.map +1 -1
  181. package/private_zone/resolverEndpoint.d.ts +45 -2
  182. package/private_zone/resolverEndpoint.js +11 -4
  183. package/private_zone/resolverEndpoint.js.map +1 -1
  184. package/private_zone/resolverEndpoints.d.ts +22 -0
  185. package/private_zone/resolverEndpoints.js +2 -0
  186. package/private_zone/resolverEndpoints.js.map +1 -1
  187. package/private_zone/resolverRule.d.ts +62 -3
  188. package/private_zone/resolverRule.js +13 -0
  189. package/private_zone/resolverRule.js.map +1 -1
  190. package/private_zone/resolverRules.d.ts +22 -0
  191. package/private_zone/resolverRules.js +2 -0
  192. package/private_zone/resolverRules.js.map +1 -1
  193. package/private_zone/userVpcAuthorization.d.ts +24 -0
  194. package/private_zone/userVpcAuthorization.js +4 -0
  195. package/private_zone/userVpcAuthorization.js.map +1 -1
  196. package/rabbitmq/getRegions.d.ts +62 -0
  197. package/rabbitmq/getRegions.js +42 -0
  198. package/rabbitmq/getRegions.js.map +1 -0
  199. package/rabbitmq/getZones.d.ts +62 -0
  200. package/rabbitmq/getZones.js +42 -0
  201. package/rabbitmq/getZones.js.map +1 -0
  202. package/rabbitmq/index.d.ts +12 -0
  203. package/rabbitmq/index.js +13 -1
  204. package/rabbitmq/index.js.map +1 -1
  205. package/rabbitmq/regions.d.ts +64 -0
  206. package/rabbitmq/regions.js +45 -0
  207. package/rabbitmq/regions.js.map +1 -0
  208. package/rabbitmq/zones.d.ts +64 -0
  209. package/rabbitmq/zones.js +45 -0
  210. package/rabbitmq/zones.js.map +1 -0
  211. package/rds_mysql/account.d.ts +53 -3
  212. package/rds_mysql/account.js +20 -0
  213. package/rds_mysql/account.js.map +1 -1
  214. package/rds_mysql/accountTableColumnInfos.d.ts +139 -0
  215. package/rds_mysql/accountTableColumnInfos.js +57 -0
  216. package/rds_mysql/accountTableColumnInfos.js.map +1 -0
  217. package/rds_mysql/backupPolicy.d.ts +30 -1
  218. package/rds_mysql/backupPolicy.js +12 -1
  219. package/rds_mysql/backupPolicy.js.map +1 -1
  220. package/rds_mysql/backups.d.ts +2 -16
  221. package/rds_mysql/backups.js +2 -16
  222. package/rds_mysql/backups.js.map +1 -1
  223. package/rds_mysql/database.d.ts +13 -0
  224. package/rds_mysql/database.js +3 -0
  225. package/rds_mysql/database.js.map +1 -1
  226. package/rds_mysql/endpoint.d.ts +32 -34
  227. package/rds_mysql/endpoint.js +10 -19
  228. package/rds_mysql/endpoint.js.map +1 -1
  229. package/rds_mysql/getAccountTableColumnInfos.d.ts +137 -0
  230. package/rds_mysql/getAccountTableColumnInfos.js +54 -0
  231. package/rds_mysql/getAccountTableColumnInfos.js.map +1 -0
  232. package/rds_mysql/getBackups.d.ts +2 -16
  233. package/rds_mysql/getBackups.js +2 -16
  234. package/rds_mysql/getBackups.js.map +1 -1
  235. package/rds_mysql/getInstances.d.ts +75 -0
  236. package/rds_mysql/getInstances.js +7 -0
  237. package/rds_mysql/getInstances.js.map +1 -1
  238. package/rds_mysql/getPlannedEvents.d.ts +132 -0
  239. package/rds_mysql/getPlannedEvents.js +52 -0
  240. package/rds_mysql/getPlannedEvents.js.map +1 -0
  241. package/rds_mysql/getTasks.d.ts +175 -0
  242. package/rds_mysql/getTasks.js +60 -0
  243. package/rds_mysql/getTasks.js.map +1 -0
  244. package/rds_mysql/index.d.ts +18 -0
  245. package/rds_mysql/index.js +20 -2
  246. package/rds_mysql/index.js.map +1 -1
  247. package/rds_mysql/instance.d.ts +209 -20
  248. package/rds_mysql/instance.js +82 -11
  249. package/rds_mysql/instance.js.map +1 -1
  250. package/rds_mysql/instanceReadonlyNode.d.ts +8 -0
  251. package/rds_mysql/instanceReadonlyNode.js +2 -0
  252. package/rds_mysql/instanceReadonlyNode.js.map +1 -1
  253. package/rds_mysql/instances.d.ts +75 -0
  254. package/rds_mysql/instances.js +7 -0
  255. package/rds_mysql/instances.js.map +1 -1
  256. package/rds_mysql/plannedEvents.d.ts +134 -0
  257. package/rds_mysql/plannedEvents.js +55 -0
  258. package/rds_mysql/plannedEvents.js.map +1 -0
  259. package/rds_mysql/tasks.d.ts +177 -0
  260. package/rds_mysql/tasks.js +63 -0
  261. package/rds_mysql/tasks.js.map +1 -0
  262. package/rds_postgresql/instance.d.ts +54 -3
  263. package/rds_postgresql/instance.js +54 -3
  264. package/rds_postgresql/instance.js.map +1 -1
  265. package/redis/allowList.d.ts +24 -0
  266. package/redis/allowList.js +6 -0
  267. package/redis/allowList.js.map +1 -1
  268. package/redis/allowLists.d.ts +39 -0
  269. package/redis/allowLists.js +4 -0
  270. package/redis/allowLists.js.map +1 -1
  271. package/redis/backup.d.ts +46 -7
  272. package/redis/backup.js +14 -3
  273. package/redis/backup.js.map +1 -1
  274. package/redis/backupRestore.d.ts +14 -2
  275. package/redis/backupRestore.js +2 -3
  276. package/redis/backupRestore.js.map +1 -1
  277. package/redis/backups.d.ts +47 -5
  278. package/redis/backups.js +5 -0
  279. package/redis/backups.js.map +1 -1
  280. package/redis/bigKeys.d.ts +181 -0
  281. package/redis/bigKeys.js +110 -0
  282. package/redis/bigKeys.js.map +1 -0
  283. package/redis/getAllowLists.d.ts +39 -0
  284. package/redis/getAllowLists.js +4 -0
  285. package/redis/getAllowLists.js.map +1 -1
  286. package/redis/getBackups.d.ts +47 -5
  287. package/redis/getBackups.js +5 -0
  288. package/redis/getBackups.js.map +1 -1
  289. package/redis/getBigKeys.d.ts +179 -0
  290. package/redis/getBigKeys.js +107 -0
  291. package/redis/getBigKeys.js.map +1 -0
  292. package/redis/getInstanceSpecs.d.ts +76 -0
  293. package/redis/getInstanceSpecs.js +29 -0
  294. package/redis/getInstanceSpecs.js.map +1 -0
  295. package/redis/getInstances.d.ts +3 -0
  296. package/redis/getInstances.js.map +1 -1
  297. package/redis/getParameterGroups.d.ts +79 -0
  298. package/redis/getParameterGroups.js +29 -0
  299. package/redis/getParameterGroups.js.map +1 -0
  300. package/redis/getPlannedEvents.d.ts +161 -0
  301. package/redis/getPlannedEvents.js +106 -0
  302. package/redis/getPlannedEvents.js.map +1 -0
  303. package/redis/index.d.ts +27 -0
  304. package/redis/index.js +31 -1
  305. package/redis/index.js.map +1 -1
  306. package/redis/instance.d.ts +93 -2
  307. package/redis/instance.js +22 -1
  308. package/redis/instance.js.map +1 -1
  309. package/redis/instanceSpecs.d.ts +78 -0
  310. package/redis/instanceSpecs.js +32 -0
  311. package/redis/instanceSpecs.js.map +1 -0
  312. package/redis/instances.d.ts +3 -0
  313. package/redis/instances.js.map +1 -1
  314. package/redis/parameterGroup.d.ts +118 -0
  315. package/redis/parameterGroup.js +93 -0
  316. package/redis/parameterGroup.js.map +1 -0
  317. package/redis/parameterGroups.d.ts +81 -0
  318. package/redis/parameterGroups.js +32 -0
  319. package/redis/parameterGroups.js.map +1 -0
  320. package/redis/plannedEvents.d.ts +163 -0
  321. package/redis/plannedEvents.js +109 -0
  322. package/redis/plannedEvents.js.map +1 -0
  323. package/tls/consumerGroup.d.ts +121 -0
  324. package/tls/consumerGroup.js +97 -0
  325. package/tls/consumerGroup.js.map +1 -0
  326. package/tls/consumerGroups.d.ts +139 -0
  327. package/tls/consumerGroups.js +52 -0
  328. package/tls/consumerGroups.js.map +1 -0
  329. package/tls/etlTask.d.ts +196 -0
  330. package/tls/etlTask.js +123 -0
  331. package/tls/etlTask.js.map +1 -0
  332. package/tls/etlTasks.d.ts +160 -0
  333. package/tls/etlTasks.js +54 -0
  334. package/tls/etlTasks.js.map +1 -0
  335. package/tls/getConsumerGroups.d.ts +137 -0
  336. package/tls/getConsumerGroups.js +49 -0
  337. package/tls/getConsumerGroups.js.map +1 -0
  338. package/tls/getEtlTasks.d.ts +158 -0
  339. package/tls/getEtlTasks.js +51 -0
  340. package/tls/getEtlTasks.js.map +1 -0
  341. package/tls/getImportTasks.d.ts +173 -0
  342. package/tls/getImportTasks.js +52 -0
  343. package/tls/getImportTasks.js.map +1 -0
  344. package/tls/getScheduleSqlTasks.d.ts +155 -0
  345. package/tls/getScheduleSqlTasks.js +51 -0
  346. package/tls/getScheduleSqlTasks.js.map +1 -0
  347. package/tls/getShippers.d.ts +164 -0
  348. package/tls/getShippers.js +51 -0
  349. package/tls/getShippers.js.map +1 -0
  350. package/tls/importTask.d.ts +175 -0
  351. package/tls/importTask.js +110 -0
  352. package/tls/importTask.js.map +1 -0
  353. package/tls/importTasks.d.ts +175 -0
  354. package/tls/importTasks.js +55 -0
  355. package/tls/importTasks.js.map +1 -0
  356. package/tls/index.d.ts +45 -0
  357. package/tls/index.js +57 -2
  358. package/tls/index.js.map +1 -1
  359. package/tls/scheduleSqlTask.d.ts +219 -0
  360. package/tls/scheduleSqlTask.js +135 -0
  361. package/tls/scheduleSqlTask.js.map +1 -0
  362. package/tls/scheduleSqlTasks.d.ts +157 -0
  363. package/tls/scheduleSqlTasks.js +54 -0
  364. package/tls/scheduleSqlTasks.js.map +1 -0
  365. package/tls/shipper.d.ts +191 -0
  366. package/tls/shipper.js +119 -0
  367. package/tls/shipper.js.map +1 -0
  368. package/tls/shippers.d.ts +166 -0
  369. package/tls/shippers.js +54 -0
  370. package/tls/shippers.js.map +1 -0
  371. package/types/input.d.ts +1107 -31
  372. package/types/output.d.ts +9274 -2000
  373. package/vefaas/function.d.ts +346 -0
  374. package/vefaas/function.js +126 -0
  375. package/vefaas/function.js.map +1 -0
  376. package/vefaas/functions.d.ts +73 -0
  377. package/vefaas/functions.js +46 -0
  378. package/vefaas/functions.js.map +1 -0
  379. package/vefaas/getFunctions.d.ts +71 -0
  380. package/vefaas/getFunctions.js +43 -0
  381. package/vefaas/getFunctions.js.map +1 -0
  382. package/vefaas/getKafkaTriggers.d.ts +87 -0
  383. package/vefaas/getKafkaTriggers.js +47 -0
  384. package/vefaas/getKafkaTriggers.js.map +1 -0
  385. package/vefaas/getReleases.d.ts +106 -0
  386. package/vefaas/getReleases.js +49 -0
  387. package/vefaas/getReleases.js.map +1 -0
  388. package/vefaas/getTimers.d.ts +87 -0
  389. package/vefaas/getTimers.js +47 -0
  390. package/vefaas/getTimers.js.map +1 -0
  391. package/vefaas/index.d.ts +36 -0
  392. package/vefaas/index.js +61 -0
  393. package/vefaas/index.js.map +1 -0
  394. package/vefaas/kafkaTrigger.d.ts +232 -0
  395. package/vefaas/kafkaTrigger.js +119 -0
  396. package/vefaas/kafkaTrigger.js.map +1 -0
  397. package/vefaas/kafkaTriggers.d.ts +89 -0
  398. package/vefaas/kafkaTriggers.js +50 -0
  399. package/vefaas/kafkaTriggers.js.map +1 -0
  400. package/vefaas/release.d.ts +211 -0
  401. package/vefaas/release.js +108 -0
  402. package/vefaas/release.js.map +1 -0
  403. package/vefaas/releases.d.ts +108 -0
  404. package/vefaas/releases.js +52 -0
  405. package/vefaas/releases.js.map +1 -0
  406. package/vefaas/timer.d.ts +170 -0
  407. package/vefaas/timer.js +95 -0
  408. package/vefaas/timer.js.map +1 -0
  409. package/vefaas/timers.d.ts +89 -0
  410. package/vefaas/timers.js +50 -0
  411. package/vefaas/timers.js.map +1 -0
  412. package/vke/getPermissions.d.ts +137 -0
  413. package/vke/getPermissions.js +55 -0
  414. package/vke/getPermissions.js.map +1 -0
  415. package/vke/index.d.ts +9 -0
  416. package/vke/index.js +12 -1
  417. package/vke/index.js.map +1 -1
  418. package/vke/permission.d.ts +269 -0
  419. package/vke/permission.js +165 -0
  420. package/vke/permission.js.map +1 -0
  421. package/vke/permissions.d.ts +139 -0
  422. package/vke/permissions.js +58 -0
  423. package/vke/permissions.js.map +1 -0
  424. package/vmp/alertingRule.d.ts +300 -0
  425. package/vmp/alertingRule.js +220 -0
  426. package/vmp/alertingRule.js.map +1 -0
  427. package/vmp/alertingRules.d.ts +386 -0
  428. package/vmp/alertingRules.js +291 -0
  429. package/vmp/alertingRules.js.map +1 -0
  430. package/vmp/alerts.d.ts +119 -0
  431. package/vmp/alerts.js +54 -0
  432. package/vmp/alerts.js.map +1 -0
  433. package/vmp/contact.d.ts +181 -0
  434. package/vmp/contact.js +102 -0
  435. package/vmp/contact.js.map +1 -0
  436. package/vmp/contactGroup.d.ts +124 -0
  437. package/vmp/contactGroup.js +109 -0
  438. package/vmp/contactGroup.js.map +1 -0
  439. package/vmp/contactGroups.d.ts +167 -0
  440. package/vmp/contactGroups.js +129 -0
  441. package/vmp/contactGroups.js.map +1 -0
  442. package/vmp/contacts.d.ts +137 -0
  443. package/vmp/contacts.js +88 -0
  444. package/vmp/contacts.js.map +1 -0
  445. package/vmp/getAlertingRules.d.ts +384 -0
  446. package/vmp/getAlertingRules.js +288 -0
  447. package/vmp/getAlertingRules.js.map +1 -0
  448. package/vmp/getAlerts.d.ts +117 -0
  449. package/vmp/getAlerts.js +51 -0
  450. package/vmp/getAlerts.js.map +1 -0
  451. package/vmp/getContactGroups.d.ts +165 -0
  452. package/vmp/getContactGroups.js +126 -0
  453. package/vmp/getContactGroups.js.map +1 -0
  454. package/vmp/getContacts.d.ts +135 -0
  455. package/vmp/getContacts.js +85 -0
  456. package/vmp/getContacts.js.map +1 -0
  457. package/vmp/getInstanceTypes.d.ts +75 -0
  458. package/vmp/getInstanceTypes.js +47 -0
  459. package/vmp/getInstanceTypes.js.map +1 -0
  460. package/vmp/getNotifyGroupPolicies.d.ts +141 -0
  461. package/vmp/getNotifyGroupPolicies.js +102 -0
  462. package/vmp/getNotifyGroupPolicies.js.map +1 -0
  463. package/vmp/getNotifyPolicies.d.ts +221 -0
  464. package/vmp/getNotifyPolicies.js +160 -0
  465. package/vmp/getNotifyPolicies.js.map +1 -0
  466. package/vmp/getNotifyTemplates.d.ts +134 -0
  467. package/vmp/getNotifyTemplates.js +76 -0
  468. package/vmp/getNotifyTemplates.js.map +1 -0
  469. package/vmp/getRuleFiles.d.ts +152 -0
  470. package/vmp/getRuleFiles.js +93 -0
  471. package/vmp/getRuleFiles.js.map +1 -0
  472. package/vmp/getRules.d.ts +131 -0
  473. package/vmp/getRules.js +53 -0
  474. package/vmp/getRules.js.map +1 -0
  475. package/vmp/getWorkspaces.d.ts +146 -0
  476. package/vmp/getWorkspaces.js +68 -0
  477. package/vmp/getWorkspaces.js.map +1 -0
  478. package/vmp/index.d.ts +90 -0
  479. package/vmp/index.js +124 -0
  480. package/vmp/index.js.map +1 -0
  481. package/vmp/instanceTypes.d.ts +77 -0
  482. package/vmp/instanceTypes.js +50 -0
  483. package/vmp/instanceTypes.js.map +1 -0
  484. package/vmp/notifyGroupPolicies.d.ts +143 -0
  485. package/vmp/notifyGroupPolicies.js +105 -0
  486. package/vmp/notifyGroupPolicies.js.map +1 -0
  487. package/vmp/notifyGroupPolicy.d.ts +118 -0
  488. package/vmp/notifyGroupPolicy.js +100 -0
  489. package/vmp/notifyGroupPolicy.js.map +1 -0
  490. package/vmp/notifyPolicies.d.ts +223 -0
  491. package/vmp/notifyPolicies.js +163 -0
  492. package/vmp/notifyPolicies.js.map +1 -0
  493. package/vmp/notifyPolicy.d.ts +158 -0
  494. package/vmp/notifyPolicy.js +130 -0
  495. package/vmp/notifyPolicy.js.map +1 -0
  496. package/vmp/notifyTemplate.d.ts +144 -0
  497. package/vmp/notifyTemplate.js +100 -0
  498. package/vmp/notifyTemplate.js.map +1 -0
  499. package/vmp/notifyTemplates.d.ts +136 -0
  500. package/vmp/notifyTemplates.js +79 -0
  501. package/vmp/notifyTemplates.js.map +1 -0
  502. package/vmp/ruleFile.d.ts +163 -0
  503. package/vmp/ruleFile.js +110 -0
  504. package/vmp/ruleFile.js.map +1 -0
  505. package/vmp/ruleFiles.d.ts +154 -0
  506. package/vmp/ruleFiles.js +96 -0
  507. package/vmp/ruleFiles.js.map +1 -0
  508. package/vmp/rules.d.ts +133 -0
  509. package/vmp/rules.js +56 -0
  510. package/vmp/rules.js.map +1 -0
  511. package/vmp/workspace.d.ts +212 -0
  512. package/vmp/workspace.js +110 -0
  513. package/vmp/workspace.js.map +1 -0
  514. package/vmp/workspaces.d.ts +148 -0
  515. package/vmp/workspaces.js +71 -0
  516. package/vmp/workspaces.js.map +1 -0
  517. package/vpc/routeEntry.d.ts +30 -9
  518. package/vpc/routeEntry.js +27 -6
  519. package/vpc/routeEntry.js.map +1 -1
@@ -82,14 +82,42 @@ export interface GetInstancesArgs {
82
82
  * The status of the RDS instance.
83
83
  */
84
84
  instanceStatus?: string;
85
+ /**
86
+ * Instance type. The value is DoubleNode.
87
+ */
88
+ instanceType?: string;
89
+ /**
90
+ * The kernel version of the instance.
91
+ */
92
+ kernelVersions?: string[];
85
93
  /**
86
94
  * A Name Regex of RDS instance.
87
95
  */
88
96
  nameRegex?: string;
97
+ /**
98
+ * Primary node specification. For detailed information about the node specifications, please refer to Product Specifications.
99
+ */
100
+ nodeSpec?: string;
89
101
  /**
90
102
  * File name where to save data source results.
91
103
  */
92
104
  outputFile?: string;
105
+ /**
106
+ * The IP address of the instance's default terminal, used to query the instance by IP address.
107
+ */
108
+ privateNetworkIpAddress?: string;
109
+ /**
110
+ * The ID of the private network. Instances using the specified private network can be filtered by this field.
111
+ */
112
+ privateNetworkVpcId?: string;
113
+ /**
114
+ * The project name of the RDS instance.
115
+ */
116
+ projectName?: string;
117
+ /**
118
+ * Instance storage type. The value is LocalSSD, indicating a local SSD disk.
119
+ */
120
+ storageType?: string;
93
121
  /**
94
122
  * Tags.
95
123
  */
@@ -131,12 +159,31 @@ export interface GetInstancesResult {
131
159
  * The status of the RDS instance.
132
160
  */
133
161
  readonly instanceStatus?: string;
162
+ readonly instanceType?: string;
163
+ /**
164
+ * The current kernel version of the RDS instance.
165
+ */
166
+ readonly kernelVersions?: string[];
134
167
  readonly nameRegex?: string;
168
+ /**
169
+ * General instance type, different from Custom instance type.
170
+ */
171
+ readonly nodeSpec?: string;
135
172
  readonly outputFile?: string;
173
+ readonly privateNetworkIpAddress?: string;
174
+ readonly privateNetworkVpcId?: string;
175
+ /**
176
+ * The project name of the RDS instance.
177
+ */
178
+ readonly projectName?: string;
136
179
  /**
137
180
  * The collection of RDS instance query.
138
181
  */
139
182
  readonly rdsMysqlInstances: outputs.rds_mysql.GetInstancesRdsMysqlInstance[];
183
+ /**
184
+ * Instance storage type.
185
+ */
186
+ readonly storageType?: string;
140
187
  /**
141
188
  * Tags.
142
189
  */
@@ -231,14 +278,42 @@ export interface GetInstancesOutputArgs {
231
278
  * The status of the RDS instance.
232
279
  */
233
280
  instanceStatus?: pulumi.Input<string>;
281
+ /**
282
+ * Instance type. The value is DoubleNode.
283
+ */
284
+ instanceType?: pulumi.Input<string>;
285
+ /**
286
+ * The kernel version of the instance.
287
+ */
288
+ kernelVersions?: pulumi.Input<pulumi.Input<string>[]>;
234
289
  /**
235
290
  * A Name Regex of RDS instance.
236
291
  */
237
292
  nameRegex?: pulumi.Input<string>;
293
+ /**
294
+ * Primary node specification. For detailed information about the node specifications, please refer to Product Specifications.
295
+ */
296
+ nodeSpec?: pulumi.Input<string>;
238
297
  /**
239
298
  * File name where to save data source results.
240
299
  */
241
300
  outputFile?: pulumi.Input<string>;
301
+ /**
302
+ * The IP address of the instance's default terminal, used to query the instance by IP address.
303
+ */
304
+ privateNetworkIpAddress?: pulumi.Input<string>;
305
+ /**
306
+ * The ID of the private network. Instances using the specified private network can be filtered by this field.
307
+ */
308
+ privateNetworkVpcId?: pulumi.Input<string>;
309
+ /**
310
+ * The project name of the RDS instance.
311
+ */
312
+ projectName?: pulumi.Input<string>;
313
+ /**
314
+ * Instance storage type. The value is LocalSSD, indicating a local SSD disk.
315
+ */
316
+ storageType?: pulumi.Input<string>;
242
317
  /**
243
318
  * Tags.
244
319
  */
@@ -64,8 +64,15 @@ function getInstances(args, opts) {
64
64
  "instanceId": args.instanceId,
65
65
  "instanceName": args.instanceName,
66
66
  "instanceStatus": args.instanceStatus,
67
+ "instanceType": args.instanceType,
68
+ "kernelVersions": args.kernelVersions,
67
69
  "nameRegex": args.nameRegex,
70
+ "nodeSpec": args.nodeSpec,
68
71
  "outputFile": args.outputFile,
72
+ "privateNetworkIpAddress": args.privateNetworkIpAddress,
73
+ "privateNetworkVpcId": args.privateNetworkVpcId,
74
+ "projectName": args.projectName,
75
+ "storageType": args.storageType,
69
76
  "tags": args.tags,
70
77
  "zoneId": args.zoneId,
71
78
  }, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"getInstances.js","sourceRoot":"","sources":["../../rds_mysql/getInstances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;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,gDAAgD,EAAE;QAC3E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,oCAiBC;AAuGD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;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":["../../rds_mysql/getInstances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;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,gDAAgD,EAAE;QAC3E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAxBD,oCAwBC;AAsJD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;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,132 @@
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 rds mysql planned events
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcengine from "@pulumi/volcengine";
10
+ *
11
+ * const foo = volcengine.rds_mysql.getPlannedEvents({
12
+ * instanceId: "mysql-b51d37110dd1",
13
+ * });
14
+ * ```
15
+ */
16
+ export declare function getPlannedEvents(args?: GetPlannedEventsArgs, opts?: pulumi.InvokeOptions): Promise<GetPlannedEventsResult>;
17
+ /**
18
+ * A collection of arguments for invoking getPlannedEvents.
19
+ */
20
+ export interface GetPlannedEventsArgs {
21
+ /**
22
+ * The start time of the planned event.
23
+ */
24
+ beginTime?: string;
25
+ /**
26
+ * The end time of the planned event.
27
+ */
28
+ endTime?: string;
29
+ /**
30
+ * The id of the planned event.
31
+ */
32
+ eventId?: string;
33
+ /**
34
+ * The type of the planned event.
35
+ */
36
+ eventTypes?: string[];
37
+ /**
38
+ * The id of the instance.
39
+ */
40
+ instanceId?: string;
41
+ /**
42
+ * File name where to save data source results.
43
+ */
44
+ outputFile?: string;
45
+ /**
46
+ * The status of the planned event.
47
+ */
48
+ statuses?: string[];
49
+ }
50
+ /**
51
+ * A collection of values returned by getPlannedEvents.
52
+ */
53
+ export interface GetPlannedEventsResult {
54
+ readonly beginTime?: string;
55
+ readonly endTime?: string;
56
+ /**
57
+ * The id of the planned event.
58
+ */
59
+ readonly eventId?: string;
60
+ /**
61
+ * The type of the planned event.
62
+ */
63
+ readonly eventTypes?: string[];
64
+ /**
65
+ * The provider-assigned unique ID for this managed resource.
66
+ */
67
+ readonly id: string;
68
+ /**
69
+ * The id of the instance.
70
+ */
71
+ readonly instanceId?: string;
72
+ readonly outputFile?: string;
73
+ /**
74
+ * The collection of query.
75
+ */
76
+ readonly plannedEvents: outputs.rds_mysql.GetPlannedEventsPlannedEvent[];
77
+ /**
78
+ * Event status.
79
+ */
80
+ readonly statuses?: string[];
81
+ /**
82
+ * The total count of query.
83
+ */
84
+ readonly totalCount: number;
85
+ }
86
+ /**
87
+ * Use this data source to query detailed information of rds mysql planned events
88
+ * ## Example Usage
89
+ *
90
+ * ```typescript
91
+ * import * as pulumi from "@pulumi/pulumi";
92
+ * import * as volcengine from "@pulumi/volcengine";
93
+ *
94
+ * const foo = volcengine.rds_mysql.getPlannedEvents({
95
+ * instanceId: "mysql-b51d37110dd1",
96
+ * });
97
+ * ```
98
+ */
99
+ export declare function getPlannedEventsOutput(args?: GetPlannedEventsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPlannedEventsResult>;
100
+ /**
101
+ * A collection of arguments for invoking getPlannedEvents.
102
+ */
103
+ export interface GetPlannedEventsOutputArgs {
104
+ /**
105
+ * The start time of the planned event.
106
+ */
107
+ beginTime?: pulumi.Input<string>;
108
+ /**
109
+ * The end time of the planned event.
110
+ */
111
+ endTime?: pulumi.Input<string>;
112
+ /**
113
+ * The id of the planned event.
114
+ */
115
+ eventId?: pulumi.Input<string>;
116
+ /**
117
+ * The type of the planned event.
118
+ */
119
+ eventTypes?: pulumi.Input<pulumi.Input<string>[]>;
120
+ /**
121
+ * The id of the instance.
122
+ */
123
+ instanceId?: pulumi.Input<string>;
124
+ /**
125
+ * File name where to save data source results.
126
+ */
127
+ outputFile?: pulumi.Input<string>;
128
+ /**
129
+ * The status of the planned event.
130
+ */
131
+ statuses?: pulumi.Input<pulumi.Input<string>[]>;
132
+ }
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.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 rds mysql planned events
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ *
16
+ * const foo = volcengine.rds_mysql.getPlannedEvents({
17
+ * instanceId: "mysql-b51d37110dd1",
18
+ * });
19
+ * ```
20
+ */
21
+ function getPlannedEvents(args, opts) {
22
+ args = args || {};
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("volcengine:rds_mysql/getPlannedEvents:getPlannedEvents", {
25
+ "beginTime": args.beginTime,
26
+ "endTime": args.endTime,
27
+ "eventId": args.eventId,
28
+ "eventTypes": args.eventTypes,
29
+ "instanceId": args.instanceId,
30
+ "outputFile": args.outputFile,
31
+ "statuses": args.statuses,
32
+ }, opts);
33
+ }
34
+ exports.getPlannedEvents = getPlannedEvents;
35
+ /**
36
+ * Use this data source to query detailed information of rds mysql planned events
37
+ * ## Example Usage
38
+ *
39
+ * ```typescript
40
+ * import * as pulumi from "@pulumi/pulumi";
41
+ * import * as volcengine from "@pulumi/volcengine";
42
+ *
43
+ * const foo = volcengine.rds_mysql.getPlannedEvents({
44
+ * instanceId: "mysql-b51d37110dd1",
45
+ * });
46
+ * ```
47
+ */
48
+ function getPlannedEventsOutput(args, opts) {
49
+ return pulumi.output(args).apply((a) => getPlannedEvents(a, opts));
50
+ }
51
+ exports.getPlannedEventsOutput = getPlannedEventsOutput;
52
+ //# sourceMappingURL=getPlannedEvents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPlannedEvents.js","sourceRoot":"","sources":["../../rds_mysql/getPlannedEvents.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;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,wDAAwD,EAAE;QACnF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,4CAaC;AAwED;;;;;;;;;;;;GAYG;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"}
@@ -0,0 +1,175 @@
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 rds mysql tasks
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as volcengine from "@pulumi/volcengine";
10
+ *
11
+ * const foo = volcengine.rds_mysql.getTasks({
12
+ * creationEndTime: "2025-06-23T00:00:00Z",
13
+ * creationStartTime: "2025-06-21T00:00:00Z",
14
+ * instanceId: "mysql-b51d37110dd1",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getTasks(args?: GetTasksArgs, opts?: pulumi.InvokeOptions): Promise<GetTasksResult>;
19
+ /**
20
+ * A collection of arguments for invoking getTasks.
21
+ */
22
+ export interface GetTasksArgs {
23
+ /**
24
+ * The end time of the task. The time format is yyyy-MM-ddTHH:mm:ssZ (UTC time). Instructions: For the two groups of parameters, task time (CreationStartTime and CreationEndTime) and TaskId, one of them must be selected. The maximum time interval between the task start time (CreationStartTime) and the task end time (CreationEndTime) shall not exceed 7 days.
25
+ */
26
+ creationEndTime?: string;
27
+ /**
28
+ * The start time of the task. The time format is yyyy-MM-ddTHH:mm:ssZ (UTC time). Instructions: For the two groups of parameters, task time (CreationStartTime and CreationEndTime) and TaskId, one of them must be selected. The maximum time interval between the task start time (CreationStartTime) and the task end time (CreationEndTime) cannot exceed 7 days.
29
+ */
30
+ creationStartTime?: string;
31
+ /**
32
+ * Instance ID.
33
+ */
34
+ instanceId?: string;
35
+ /**
36
+ * File name where to save data source results.
37
+ */
38
+ outputFile?: string;
39
+ /**
40
+ * The project name.
41
+ */
42
+ projectName?: string;
43
+ /**
44
+ * Task name.
45
+ */
46
+ taskAction?: string;
47
+ /**
48
+ * Task Category. The values are as shown in the following list, and multiple values can be selected: BackupRecoveryManagement: Backup and Recovery Management. DatabaseAdminManagement: Database Administration Management. DatabaseProxy: Database Proxy. HighAvailability: High Availability. InstanceAttribute: Instance Attribute. InstanceManagement: Instance Management. NetworkManagement: Network Management. SecurityManagement: Security Management. SystemMaintainManagement: System Operation and Maintenance Management. VersionUpgrade: Version Upgrade.
49
+ */
50
+ taskCategories?: string[];
51
+ /**
52
+ * Task ID. Description: For the two groups of parameters, TaskId and task time (CreationStartTime and CreationEndTime), one of them must be selected.
53
+ */
54
+ taskId?: string;
55
+ /**
56
+ * Task source. Values: User: Tenant. System: System. SystemUser: Internal operation and maintenance. UserMaintain: Maintenance operations initiated by system/operation and maintenance administrators and visible to tenants.
57
+ */
58
+ taskSource?: string;
59
+ /**
60
+ * Task status. The values are as shown in the following list, and multiple values can be selected: WaitSwitch: Waiting for switching. WaitStart: Waiting for execution. Canceled: Canceled. Stopped: Terminated. Running_BeforeSwitch: Running (before switching). Timeout: Execution Timeout. Success: Execution Success. Failed: Execution Failed. Running: In Execution. Stopping: In Termination.
61
+ */
62
+ taskStatuses?: string[];
63
+ /**
64
+ * Task type. Values: Web: Console request. OpenAPI: OpenAPI request. AssumeRole: Role - playing request. Other: Other requests.
65
+ */
66
+ taskType?: string;
67
+ }
68
+ /**
69
+ * A collection of values returned by getTasks.
70
+ */
71
+ export interface GetTasksResult {
72
+ readonly creationEndTime?: string;
73
+ readonly creationStartTime?: string;
74
+ /**
75
+ * The collection of query.
76
+ */
77
+ readonly datas: outputs.rds_mysql.GetTasksData[];
78
+ /**
79
+ * The provider-assigned unique ID for this managed resource.
80
+ */
81
+ readonly id: string;
82
+ /**
83
+ * Instance ID.
84
+ */
85
+ readonly instanceId?: string;
86
+ readonly outputFile?: string;
87
+ readonly projectName?: string;
88
+ /**
89
+ * Task name.
90
+ */
91
+ readonly taskAction?: string;
92
+ /**
93
+ * Task category.
94
+ */
95
+ readonly taskCategories?: string[];
96
+ /**
97
+ * Task ID.
98
+ */
99
+ readonly taskId?: string;
100
+ readonly taskSource?: string;
101
+ /**
102
+ * Task status. The values are as shown in the following list, and multiple values can be selected: WaitSwitch: Waiting for switching. WaitStart: Waiting for execution. Canceled: Canceled. Stopped: Terminated. Running_BeforeSwitch: Running (before switching). Timeout: Execution Timeout. Success: Execution Success. Failed: Execution Failed. Running: In Execution. Stopping: In Termination.
103
+ */
104
+ readonly taskStatuses?: string[];
105
+ readonly taskType?: string;
106
+ /**
107
+ * The total count of query.
108
+ */
109
+ readonly totalCount: number;
110
+ }
111
+ /**
112
+ * Use this data source to query detailed information of rds mysql tasks
113
+ * ## Example Usage
114
+ *
115
+ * ```typescript
116
+ * import * as pulumi from "@pulumi/pulumi";
117
+ * import * as volcengine from "@pulumi/volcengine";
118
+ *
119
+ * const foo = volcengine.rds_mysql.getTasks({
120
+ * creationEndTime: "2025-06-23T00:00:00Z",
121
+ * creationStartTime: "2025-06-21T00:00:00Z",
122
+ * instanceId: "mysql-b51d37110dd1",
123
+ * });
124
+ * ```
125
+ */
126
+ export declare function getTasksOutput(args?: GetTasksOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTasksResult>;
127
+ /**
128
+ * A collection of arguments for invoking getTasks.
129
+ */
130
+ export interface GetTasksOutputArgs {
131
+ /**
132
+ * The end time of the task. The time format is yyyy-MM-ddTHH:mm:ssZ (UTC time). Instructions: For the two groups of parameters, task time (CreationStartTime and CreationEndTime) and TaskId, one of them must be selected. The maximum time interval between the task start time (CreationStartTime) and the task end time (CreationEndTime) shall not exceed 7 days.
133
+ */
134
+ creationEndTime?: pulumi.Input<string>;
135
+ /**
136
+ * The start time of the task. The time format is yyyy-MM-ddTHH:mm:ssZ (UTC time). Instructions: For the two groups of parameters, task time (CreationStartTime and CreationEndTime) and TaskId, one of them must be selected. The maximum time interval between the task start time (CreationStartTime) and the task end time (CreationEndTime) cannot exceed 7 days.
137
+ */
138
+ creationStartTime?: pulumi.Input<string>;
139
+ /**
140
+ * Instance ID.
141
+ */
142
+ instanceId?: pulumi.Input<string>;
143
+ /**
144
+ * File name where to save data source results.
145
+ */
146
+ outputFile?: pulumi.Input<string>;
147
+ /**
148
+ * The project name.
149
+ */
150
+ projectName?: pulumi.Input<string>;
151
+ /**
152
+ * Task name.
153
+ */
154
+ taskAction?: pulumi.Input<string>;
155
+ /**
156
+ * Task Category. The values are as shown in the following list, and multiple values can be selected: BackupRecoveryManagement: Backup and Recovery Management. DatabaseAdminManagement: Database Administration Management. DatabaseProxy: Database Proxy. HighAvailability: High Availability. InstanceAttribute: Instance Attribute. InstanceManagement: Instance Management. NetworkManagement: Network Management. SecurityManagement: Security Management. SystemMaintainManagement: System Operation and Maintenance Management. VersionUpgrade: Version Upgrade.
157
+ */
158
+ taskCategories?: pulumi.Input<pulumi.Input<string>[]>;
159
+ /**
160
+ * Task ID. Description: For the two groups of parameters, TaskId and task time (CreationStartTime and CreationEndTime), one of them must be selected.
161
+ */
162
+ taskId?: pulumi.Input<string>;
163
+ /**
164
+ * Task source. Values: User: Tenant. System: System. SystemUser: Internal operation and maintenance. UserMaintain: Maintenance operations initiated by system/operation and maintenance administrators and visible to tenants.
165
+ */
166
+ taskSource?: pulumi.Input<string>;
167
+ /**
168
+ * Task status. The values are as shown in the following list, and multiple values can be selected: WaitSwitch: Waiting for switching. WaitStart: Waiting for execution. Canceled: Canceled. Stopped: Terminated. Running_BeforeSwitch: Running (before switching). Timeout: Execution Timeout. Success: Execution Success. Failed: Execution Failed. Running: In Execution. Stopping: In Termination.
169
+ */
170
+ taskStatuses?: pulumi.Input<pulumi.Input<string>[]>;
171
+ /**
172
+ * Task type. Values: Web: Console request. OpenAPI: OpenAPI request. AssumeRole: Role - playing request. Other: Other requests.
173
+ */
174
+ taskType?: pulumi.Input<string>;
175
+ }
@@ -0,0 +1,60 @@
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.getTasksOutput = exports.getTasks = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of rds mysql tasks
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@pulumi/volcengine";
15
+ *
16
+ * const foo = volcengine.rds_mysql.getTasks({
17
+ * creationEndTime: "2025-06-23T00:00:00Z",
18
+ * creationStartTime: "2025-06-21T00:00:00Z",
19
+ * instanceId: "mysql-b51d37110dd1",
20
+ * });
21
+ * ```
22
+ */
23
+ function getTasks(args, opts) {
24
+ args = args || {};
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("volcengine:rds_mysql/getTasks:getTasks", {
27
+ "creationEndTime": args.creationEndTime,
28
+ "creationStartTime": args.creationStartTime,
29
+ "instanceId": args.instanceId,
30
+ "outputFile": args.outputFile,
31
+ "projectName": args.projectName,
32
+ "taskAction": args.taskAction,
33
+ "taskCategories": args.taskCategories,
34
+ "taskId": args.taskId,
35
+ "taskSource": args.taskSource,
36
+ "taskStatuses": args.taskStatuses,
37
+ "taskType": args.taskType,
38
+ }, opts);
39
+ }
40
+ exports.getTasks = getTasks;
41
+ /**
42
+ * Use this data source to query detailed information of rds mysql tasks
43
+ * ## Example Usage
44
+ *
45
+ * ```typescript
46
+ * import * as pulumi from "@pulumi/pulumi";
47
+ * import * as volcengine from "@pulumi/volcengine";
48
+ *
49
+ * const foo = volcengine.rds_mysql.getTasks({
50
+ * creationEndTime: "2025-06-23T00:00:00Z",
51
+ * creationStartTime: "2025-06-21T00:00:00Z",
52
+ * instanceId: "mysql-b51d37110dd1",
53
+ * });
54
+ * ```
55
+ */
56
+ function getTasksOutput(args, opts) {
57
+ return pulumi.output(args).apply((a) => getTasks(a, opts));
58
+ }
59
+ exports.getTasksOutput = getTasksOutput;
60
+ //# sourceMappingURL=getTasks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTasks.js","sourceRoot":"","sources":["../../rds_mysql/getTasks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,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,wCAAwC,EAAE;QACnE,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,4BAiBC;AA+FD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
@@ -1,6 +1,9 @@
1
1
  export { AccountArgs, AccountState } from "./account";
2
2
  export type Account = import("./account").Account;
3
3
  export declare const Account: typeof import("./account").Account;
4
+ export { AccountTableColumnInfosArgs, AccountTableColumnInfosResult, AccountTableColumnInfosOutputArgs } from "./accountTableColumnInfos";
5
+ export declare const accountTableColumnInfos: typeof import("./accountTableColumnInfos").accountTableColumnInfos;
6
+ export declare const accountTableColumnInfosOutput: typeof import("./accountTableColumnInfos").accountTableColumnInfosOutput;
4
7
  export { AccountsArgs, AccountsResult, AccountsOutputArgs } from "./accounts";
5
8
  export declare const accounts: typeof import("./accounts").accounts;
6
9
  export declare const accountsOutput: typeof import("./accounts").accountsOutput;
@@ -37,6 +40,9 @@ export declare const EndpointPublicAddress: typeof import("./endpointPublicAddre
37
40
  export { EndpointsArgs, EndpointsResult, EndpointsOutputArgs } from "./endpoints";
38
41
  export declare const endpoints: typeof import("./endpoints").endpoints;
39
42
  export declare const endpointsOutput: typeof import("./endpoints").endpointsOutput;
43
+ export { GetAccountTableColumnInfosArgs, GetAccountTableColumnInfosResult, GetAccountTableColumnInfosOutputArgs } from "./getAccountTableColumnInfos";
44
+ export declare const getAccountTableColumnInfos: typeof import("./getAccountTableColumnInfos").getAccountTableColumnInfos;
45
+ export declare const getAccountTableColumnInfosOutput: typeof import("./getAccountTableColumnInfos").getAccountTableColumnInfosOutput;
40
46
  export { GetAccountsArgs, GetAccountsResult, GetAccountsOutputArgs } from "./getAccounts";
41
47
  export declare const getAccounts: typeof import("./getAccounts").getAccounts;
42
48
  export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput;
@@ -61,9 +67,15 @@ export declare const getInstancesOutput: typeof import("./getInstances").getInst
61
67
  export { GetParameterTemplatesArgs, GetParameterTemplatesResult, GetParameterTemplatesOutputArgs } from "./getParameterTemplates";
62
68
  export declare const getParameterTemplates: typeof import("./getParameterTemplates").getParameterTemplates;
63
69
  export declare const getParameterTemplatesOutput: typeof import("./getParameterTemplates").getParameterTemplatesOutput;
70
+ export { GetPlannedEventsArgs, GetPlannedEventsResult, GetPlannedEventsOutputArgs } from "./getPlannedEvents";
71
+ export declare const getPlannedEvents: typeof import("./getPlannedEvents").getPlannedEvents;
72
+ export declare const getPlannedEventsOutput: typeof import("./getPlannedEvents").getPlannedEventsOutput;
64
73
  export { GetRegionsArgs, GetRegionsResult, GetRegionsOutputArgs } from "./getRegions";
65
74
  export declare const getRegions: typeof import("./getRegions").getRegions;
66
75
  export declare const getRegionsOutput: typeof import("./getRegions").getRegionsOutput;
76
+ export { GetTasksArgs, GetTasksResult, GetTasksOutputArgs } from "./getTasks";
77
+ export declare const getTasks: typeof import("./getTasks").getTasks;
78
+ export declare const getTasksOutput: typeof import("./getTasks").getTasksOutput;
67
79
  export { GetZonesArgs, GetZonesResult, GetZonesOutputArgs } from "./getZones";
68
80
  export declare const getZones: typeof import("./getZones").getZones;
69
81
  export declare const getZonesOutput: typeof import("./getZones").getZonesOutput;
@@ -85,9 +97,15 @@ export declare const ParameterTemplate: typeof import("./parameterTemplate").Par
85
97
  export { ParameterTemplatesArgs, ParameterTemplatesResult, ParameterTemplatesOutputArgs } from "./parameterTemplates";
86
98
  export declare const parameterTemplates: typeof import("./parameterTemplates").parameterTemplates;
87
99
  export declare const parameterTemplatesOutput: typeof import("./parameterTemplates").parameterTemplatesOutput;
100
+ export { PlannedEventsArgs, PlannedEventsResult, PlannedEventsOutputArgs } from "./plannedEvents";
101
+ export declare const plannedEvents: typeof import("./plannedEvents").plannedEvents;
102
+ export declare const plannedEventsOutput: typeof import("./plannedEvents").plannedEventsOutput;
88
103
  export { RegionsArgs, RegionsResult, RegionsOutputArgs } from "./regions";
89
104
  export declare const regions: typeof import("./regions").regions;
90
105
  export declare const regionsOutput: typeof import("./regions").regionsOutput;
106
+ export { TasksArgs, TasksResult, TasksOutputArgs } from "./tasks";
107
+ export declare const tasks: typeof import("./tasks").tasks;
108
+ export declare const tasksOutput: typeof import("./tasks").tasksOutput;
91
109
  export { ZonesArgs, ZonesResult, ZonesOutputArgs } from "./zones";
92
110
  export declare const zones: typeof import("./zones").zones;
93
111
  export declare const zonesOutput: typeof import("./zones").zonesOutput;