@volcengine/pulumi 0.0.32 → 0.0.34

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 (722) hide show
  1. package/apig/apigCustomDomain.d.ts +244 -0
  2. package/apig/apigCustomDomain.js +167 -0
  3. package/apig/apigCustomDomain.js.map +1 -0
  4. package/apig/apigGateway.d.ts +262 -0
  5. package/apig/apigGateway.js +150 -0
  6. package/apig/apigGateway.js.map +1 -0
  7. package/apig/apigGatewayService.d.ts +206 -0
  8. package/apig/apigGatewayService.js +159 -0
  9. package/apig/apigGatewayService.js.map +1 -0
  10. package/apig/apigRoute.d.ts +397 -0
  11. package/apig/apigRoute.js +299 -0
  12. package/apig/apigRoute.js.map +1 -0
  13. package/apig/apigUpstream.d.ts +375 -0
  14. package/apig/apigUpstream.js +278 -0
  15. package/apig/apigUpstream.js.map +1 -0
  16. package/apig/apigUpstreamSource.d.ts +214 -0
  17. package/apig/apigUpstreamSource.js +182 -0
  18. package/apig/apigUpstreamSource.js.map +1 -0
  19. package/apig/apigUpstreamVersion.d.ts +211 -0
  20. package/apig/apigUpstreamVersion.js +206 -0
  21. package/apig/apigUpstreamVersion.js.map +1 -0
  22. package/apig/customDomains.d.ts +112 -0
  23. package/apig/customDomains.js +55 -0
  24. package/apig/customDomains.js.map +1 -0
  25. package/apig/gatewayServices.d.ts +104 -0
  26. package/apig/gatewayServices.js +52 -0
  27. package/apig/gatewayServices.js.map +1 -0
  28. package/apig/gateways.d.ts +162 -0
  29. package/apig/gateways.js +63 -0
  30. package/apig/gateways.js.map +1 -0
  31. package/apig/getCustomDomains.d.ts +110 -0
  32. package/apig/getCustomDomains.js +52 -0
  33. package/apig/getCustomDomains.js.map +1 -0
  34. package/apig/getGatewayServices.d.ts +102 -0
  35. package/apig/getGatewayServices.js +49 -0
  36. package/apig/getGatewayServices.js.map +1 -0
  37. package/apig/getGateways.d.ts +160 -0
  38. package/apig/getGateways.js +60 -0
  39. package/apig/getGateways.js.map +1 -0
  40. package/apig/getRoutes.d.ts +153 -0
  41. package/apig/getRoutes.js +54 -0
  42. package/apig/getRoutes.js.map +1 -0
  43. package/apig/getUpstreamSources.d.ts +123 -0
  44. package/apig/getUpstreamSources.js +51 -0
  45. package/apig/getUpstreamSources.js.map +1 -0
  46. package/apig/getUpstreamVersions.d.ts +84 -0
  47. package/apig/getUpstreamVersions.js +47 -0
  48. package/apig/getUpstreamVersions.js.map +1 -0
  49. package/apig/getUpstreams.d.ts +140 -0
  50. package/apig/getUpstreams.js +60 -0
  51. package/apig/getUpstreams.js.map +1 -0
  52. package/apig/index.d.ts +63 -0
  53. package/apig/index.js +94 -0
  54. package/apig/index.js.map +1 -0
  55. package/apig/routes.d.ts +155 -0
  56. package/apig/routes.js +57 -0
  57. package/apig/routes.js.map +1 -0
  58. package/apig/upstreamSources.d.ts +125 -0
  59. package/apig/upstreamSources.js +54 -0
  60. package/apig/upstreamSources.js.map +1 -0
  61. package/apig/upstreamVersions.d.ts +86 -0
  62. package/apig/upstreamVersions.js +50 -0
  63. package/apig/upstreamVersions.js.map +1 -0
  64. package/apig/upstreams.d.ts +142 -0
  65. package/apig/upstreams.js +63 -0
  66. package/apig/upstreams.js.map +1 -0
  67. package/cen/bandwidthPackage.d.ts +15 -3
  68. package/cen/bandwidthPackage.js +2 -0
  69. package/cen/bandwidthPackage.js.map +1 -1
  70. package/cen/getGrantInstances.d.ts +106 -0
  71. package/cen/getGrantInstances.js +53 -0
  72. package/cen/getGrantInstances.js.map +1 -0
  73. package/cen/getInterRegionBandwidths.d.ts +12 -0
  74. package/cen/getInterRegionBandwidths.js +1 -0
  75. package/cen/getInterRegionBandwidths.js.map +1 -1
  76. package/cen/grantInstances.d.ts +108 -0
  77. package/cen/grantInstances.js +56 -0
  78. package/cen/grantInstances.js.map +1 -0
  79. package/cen/index.d.ts +6 -0
  80. package/cen/index.js +7 -1
  81. package/cen/index.js.map +1 -1
  82. package/cen/interRegionBandwidth.d.ts +12 -0
  83. package/cen/interRegionBandwidth.js +2 -0
  84. package/cen/interRegionBandwidth.js.map +1 -1
  85. package/cen/interRegionBandwidths.d.ts +12 -0
  86. package/cen/interRegionBandwidths.js +1 -0
  87. package/cen/interRegionBandwidths.js.map +1 -1
  88. package/cen/serviceRouteEntry.d.ts +2 -2
  89. package/cen/serviceRouteEntry.js +2 -2
  90. package/cr/getNamespaces.d.ts +9 -0
  91. package/cr/getNamespaces.js +1 -0
  92. package/cr/getNamespaces.js.map +1 -1
  93. package/cr/getRegistries.d.ts +9 -0
  94. package/cr/getRegistries.js +1 -0
  95. package/cr/getRegistries.js.map +1 -1
  96. package/cr/namespace.d.ts +12 -0
  97. package/cr/namespace.js +2 -0
  98. package/cr/namespace.js.map +1 -1
  99. package/cr/namespaces.d.ts +9 -0
  100. package/cr/namespaces.js +1 -0
  101. package/cr/namespaces.js.map +1 -1
  102. package/cr/registries.d.ts +9 -0
  103. package/cr/registries.js +1 -0
  104. package/cr/registries.js.map +1 -1
  105. package/cr/registry.d.ts +35 -3
  106. package/cr/registry.js +6 -2
  107. package/cr/registry.js.map +1 -1
  108. package/ebs/getMaxExtraPerformances.d.ts +22 -0
  109. package/ebs/getMaxExtraPerformances.js +22 -0
  110. package/ebs/getMaxExtraPerformances.js.map +1 -1
  111. package/ebs/maxExtraPerformances.d.ts +22 -0
  112. package/ebs/maxExtraPerformances.js +22 -0
  113. package/ebs/maxExtraPerformances.js.map +1 -1
  114. package/escloud_v2/escloudNodeAvailableSpecs.d.ts +73 -0
  115. package/escloud_v2/escloudNodeAvailableSpecs.js +46 -0
  116. package/escloud_v2/escloudNodeAvailableSpecs.js.map +1 -0
  117. package/escloud_v2/escloudZonesV2.d.ts +64 -0
  118. package/escloud_v2/escloudZonesV2.js +45 -0
  119. package/escloud_v2/escloudZonesV2.js.map +1 -0
  120. package/escloud_v2/getEscloudNodeAvailableSpecs.d.ts +71 -0
  121. package/escloud_v2/getEscloudNodeAvailableSpecs.js +43 -0
  122. package/escloud_v2/getEscloudNodeAvailableSpecs.js.map +1 -0
  123. package/escloud_v2/getEscloudZonesV2.d.ts +62 -0
  124. package/escloud_v2/getEscloudZonesV2.js +42 -0
  125. package/escloud_v2/getEscloudZonesV2.js.map +1 -0
  126. package/escloud_v2/index.d.ts +12 -0
  127. package/escloud_v2/index.js +13 -1
  128. package/escloud_v2/index.js.map +1 -1
  129. package/index.d.ts +6 -1
  130. package/index.js +12 -1
  131. package/index.js.map +1 -1
  132. package/kafka/allowList.d.ts +98 -0
  133. package/kafka/allowList.js +85 -0
  134. package/kafka/allowList.js.map +1 -0
  135. package/kafka/allowListAssociate.d.ts +90 -0
  136. package/kafka/allowListAssociate.js +87 -0
  137. package/kafka/allowListAssociate.js.map +1 -0
  138. package/kafka/allowLists.d.ts +91 -0
  139. package/kafka/allowLists.js +52 -0
  140. package/kafka/allowLists.js.map +1 -0
  141. package/kafka/getAllowLists.d.ts +89 -0
  142. package/kafka/getAllowLists.js +49 -0
  143. package/kafka/getAllowLists.js.map +1 -0
  144. package/kafka/index.d.ts +12 -0
  145. package/kafka/index.js +17 -1
  146. package/kafka/index.js.map +1 -1
  147. package/kms/getKeyrings.d.ts +154 -0
  148. package/kms/getKeyrings.js +69 -0
  149. package/kms/getKeyrings.js.map +1 -0
  150. package/kms/getKeys.d.ts +263 -0
  151. package/kms/getKeys.js +106 -0
  152. package/kms/getKeys.js.map +1 -0
  153. package/kms/getSecrets.d.ts +202 -0
  154. package/kms/getSecrets.js +73 -0
  155. package/kms/getSecrets.js.map +1 -0
  156. package/kms/index.d.ts +36 -0
  157. package/kms/index.js +65 -0
  158. package/kms/index.js.map +1 -0
  159. package/kms/key.d.ts +282 -0
  160. package/kms/key.js +127 -0
  161. package/kms/key.js.map +1 -0
  162. package/kms/keyArchive.d.ts +119 -0
  163. package/kms/keyArchive.js +94 -0
  164. package/kms/keyArchive.js.map +1 -0
  165. package/kms/keyEnable.d.ts +105 -0
  166. package/kms/keyEnable.js +80 -0
  167. package/kms/keyEnable.js.map +1 -0
  168. package/kms/keyRotation.d.ts +105 -0
  169. package/kms/keyRotation.js +80 -0
  170. package/kms/keyRotation.js.map +1 -0
  171. package/kms/keyring.d.ts +139 -0
  172. package/kms/keyring.js +89 -0
  173. package/kms/keyring.js.map +1 -0
  174. package/kms/keyrings.d.ts +156 -0
  175. package/kms/keyrings.js +72 -0
  176. package/kms/keyrings.js.map +1 -0
  177. package/kms/keys.d.ts +265 -0
  178. package/kms/keys.js +109 -0
  179. package/kms/keys.js.map +1 -0
  180. package/kms/secret.d.ts +264 -0
  181. package/kms/secret.js +122 -0
  182. package/kms/secret.js.map +1 -0
  183. package/kms/secrets.d.ts +204 -0
  184. package/kms/secrets.js +76 -0
  185. package/kms/secrets.js.map +1 -0
  186. package/mongodb/getInstanceParameterLogs.d.ts +1 -1
  187. package/mongodb/instanceParameter.d.ts +1 -1
  188. package/mongodb/instanceParameter.js +1 -1
  189. package/mongodb/instanceParameterLogs.d.ts +1 -1
  190. package/nas/autoSnapshotPolicies.d.ts +115 -0
  191. package/nas/autoSnapshotPolicies.js +66 -0
  192. package/nas/autoSnapshotPolicies.js.map +1 -0
  193. package/nas/autoSnapshotPolicy.d.ts +132 -0
  194. package/nas/autoSnapshotPolicy.js +94 -0
  195. package/nas/autoSnapshotPolicy.js.map +1 -0
  196. package/nas/autoSnapshotPolicyApply.d.ts +101 -0
  197. package/nas/autoSnapshotPolicyApply.js +98 -0
  198. package/nas/autoSnapshotPolicyApply.js.map +1 -0
  199. package/nas/getAutoSnapshotPolicies.d.ts +113 -0
  200. package/nas/getAutoSnapshotPolicies.js +63 -0
  201. package/nas/getAutoSnapshotPolicies.js.map +1 -0
  202. package/nas/index.d.ts +12 -0
  203. package/nas/index.js +17 -1
  204. package/nas/index.js.map +1 -1
  205. package/package.json +1 -1
  206. package/private_zone/getPrivateZones.d.ts +31 -0
  207. package/private_zone/getPrivateZones.js +3 -0
  208. package/private_zone/getPrivateZones.js.map +1 -1
  209. package/private_zone/getRecords.d.ts +19 -4
  210. package/private_zone/getRecords.js +1 -0
  211. package/private_zone/getRecords.js.map +1 -1
  212. package/private_zone/getResolverEndpoints.d.ts +22 -0
  213. package/private_zone/getResolverEndpoints.js +2 -0
  214. package/private_zone/getResolverEndpoints.js.map +1 -1
  215. package/private_zone/getResolverRules.d.ts +22 -0
  216. package/private_zone/getResolverRules.js +2 -0
  217. package/private_zone/getResolverRules.js.map +1 -1
  218. package/private_zone/privateZone.d.ts +44 -0
  219. package/private_zone/privateZone.js +11 -0
  220. package/private_zone/privateZone.js.map +1 -1
  221. package/private_zone/privateZones.d.ts +31 -0
  222. package/private_zone/privateZones.js +3 -0
  223. package/private_zone/privateZones.js.map +1 -1
  224. package/private_zone/record.d.ts +24 -0
  225. package/private_zone/record.js +4 -0
  226. package/private_zone/record.js.map +1 -1
  227. package/private_zone/records.d.ts +19 -4
  228. package/private_zone/records.js +1 -0
  229. package/private_zone/records.js.map +1 -1
  230. package/private_zone/resolverEndpoint.d.ts +45 -2
  231. package/private_zone/resolverEndpoint.js +11 -4
  232. package/private_zone/resolverEndpoint.js.map +1 -1
  233. package/private_zone/resolverEndpoints.d.ts +22 -0
  234. package/private_zone/resolverEndpoints.js +2 -0
  235. package/private_zone/resolverEndpoints.js.map +1 -1
  236. package/private_zone/resolverRule.d.ts +62 -3
  237. package/private_zone/resolverRule.js +13 -0
  238. package/private_zone/resolverRule.js.map +1 -1
  239. package/private_zone/resolverRules.d.ts +22 -0
  240. package/private_zone/resolverRules.js +2 -0
  241. package/private_zone/resolverRules.js.map +1 -1
  242. package/private_zone/userVpcAuthorization.d.ts +24 -0
  243. package/private_zone/userVpcAuthorization.js +4 -0
  244. package/private_zone/userVpcAuthorization.js.map +1 -1
  245. package/rabbitmq/getRegions.d.ts +62 -0
  246. package/rabbitmq/getRegions.js +42 -0
  247. package/rabbitmq/getRegions.js.map +1 -0
  248. package/rabbitmq/getZones.d.ts +62 -0
  249. package/rabbitmq/getZones.js +42 -0
  250. package/rabbitmq/getZones.js.map +1 -0
  251. package/rabbitmq/index.d.ts +12 -0
  252. package/rabbitmq/index.js +13 -1
  253. package/rabbitmq/index.js.map +1 -1
  254. package/rabbitmq/regions.d.ts +64 -0
  255. package/rabbitmq/regions.js +45 -0
  256. package/rabbitmq/regions.js.map +1 -0
  257. package/rabbitmq/zones.d.ts +64 -0
  258. package/rabbitmq/zones.js +45 -0
  259. package/rabbitmq/zones.js.map +1 -0
  260. package/rds_mysql/account.d.ts +53 -3
  261. package/rds_mysql/account.js +20 -0
  262. package/rds_mysql/account.js.map +1 -1
  263. package/rds_mysql/accountTableColumnInfos.d.ts +139 -0
  264. package/rds_mysql/accountTableColumnInfos.js +57 -0
  265. package/rds_mysql/accountTableColumnInfos.js.map +1 -0
  266. package/rds_mysql/backupPolicy.d.ts +30 -1
  267. package/rds_mysql/backupPolicy.js +12 -1
  268. package/rds_mysql/backupPolicy.js.map +1 -1
  269. package/rds_mysql/backups.d.ts +2 -16
  270. package/rds_mysql/backups.js +2 -16
  271. package/rds_mysql/backups.js.map +1 -1
  272. package/rds_mysql/database.d.ts +13 -0
  273. package/rds_mysql/database.js +3 -0
  274. package/rds_mysql/database.js.map +1 -1
  275. package/rds_mysql/endpoint.d.ts +32 -34
  276. package/rds_mysql/endpoint.js +10 -19
  277. package/rds_mysql/endpoint.js.map +1 -1
  278. package/rds_mysql/getAccountTableColumnInfos.d.ts +137 -0
  279. package/rds_mysql/getAccountTableColumnInfos.js +54 -0
  280. package/rds_mysql/getAccountTableColumnInfos.js.map +1 -0
  281. package/rds_mysql/getBackups.d.ts +2 -16
  282. package/rds_mysql/getBackups.js +2 -16
  283. package/rds_mysql/getBackups.js.map +1 -1
  284. package/rds_mysql/getInstances.d.ts +75 -0
  285. package/rds_mysql/getInstances.js +7 -0
  286. package/rds_mysql/getInstances.js.map +1 -1
  287. package/rds_mysql/getPlannedEvents.d.ts +132 -0
  288. package/rds_mysql/getPlannedEvents.js +52 -0
  289. package/rds_mysql/getPlannedEvents.js.map +1 -0
  290. package/rds_mysql/getTasks.d.ts +175 -0
  291. package/rds_mysql/getTasks.js +60 -0
  292. package/rds_mysql/getTasks.js.map +1 -0
  293. package/rds_mysql/index.d.ts +18 -0
  294. package/rds_mysql/index.js +20 -2
  295. package/rds_mysql/index.js.map +1 -1
  296. package/rds_mysql/instance.d.ts +167 -12
  297. package/rds_mysql/instance.js +40 -3
  298. package/rds_mysql/instance.js.map +1 -1
  299. package/rds_mysql/instanceReadonlyNode.d.ts +8 -0
  300. package/rds_mysql/instanceReadonlyNode.js +2 -0
  301. package/rds_mysql/instanceReadonlyNode.js.map +1 -1
  302. package/rds_mysql/instances.d.ts +75 -0
  303. package/rds_mysql/instances.js +7 -0
  304. package/rds_mysql/instances.js.map +1 -1
  305. package/rds_mysql/plannedEvents.d.ts +134 -0
  306. package/rds_mysql/plannedEvents.js +55 -0
  307. package/rds_mysql/plannedEvents.js.map +1 -0
  308. package/rds_mysql/tasks.d.ts +177 -0
  309. package/rds_mysql/tasks.js +63 -0
  310. package/rds_mysql/tasks.js.map +1 -0
  311. package/redis/allowList.d.ts +24 -0
  312. package/redis/allowList.js +6 -0
  313. package/redis/allowList.js.map +1 -1
  314. package/redis/allowLists.d.ts +39 -0
  315. package/redis/allowLists.js +4 -0
  316. package/redis/allowLists.js.map +1 -1
  317. package/redis/backup.d.ts +46 -7
  318. package/redis/backup.js +14 -3
  319. package/redis/backup.js.map +1 -1
  320. package/redis/backupRestore.d.ts +14 -2
  321. package/redis/backupRestore.js +2 -3
  322. package/redis/backupRestore.js.map +1 -1
  323. package/redis/backups.d.ts +47 -5
  324. package/redis/backups.js +5 -0
  325. package/redis/backups.js.map +1 -1
  326. package/redis/bigKeys.d.ts +181 -0
  327. package/redis/bigKeys.js +110 -0
  328. package/redis/bigKeys.js.map +1 -0
  329. package/redis/getAllowLists.d.ts +39 -0
  330. package/redis/getAllowLists.js +4 -0
  331. package/redis/getAllowLists.js.map +1 -1
  332. package/redis/getBackups.d.ts +47 -5
  333. package/redis/getBackups.js +5 -0
  334. package/redis/getBackups.js.map +1 -1
  335. package/redis/getBigKeys.d.ts +179 -0
  336. package/redis/getBigKeys.js +107 -0
  337. package/redis/getBigKeys.js.map +1 -0
  338. package/redis/getInstanceSpecs.d.ts +76 -0
  339. package/redis/getInstanceSpecs.js +29 -0
  340. package/redis/getInstanceSpecs.js.map +1 -0
  341. package/redis/getInstances.d.ts +3 -0
  342. package/redis/getInstances.js.map +1 -1
  343. package/redis/getParameterGroups.d.ts +79 -0
  344. package/redis/getParameterGroups.js +29 -0
  345. package/redis/getParameterGroups.js.map +1 -0
  346. package/redis/getPlannedEvents.d.ts +161 -0
  347. package/redis/getPlannedEvents.js +106 -0
  348. package/redis/getPlannedEvents.js.map +1 -0
  349. package/redis/index.d.ts +27 -0
  350. package/redis/index.js +31 -1
  351. package/redis/index.js.map +1 -1
  352. package/redis/instance.d.ts +85 -1
  353. package/redis/instance.js +14 -0
  354. package/redis/instance.js.map +1 -1
  355. package/redis/instanceSpecs.d.ts +78 -0
  356. package/redis/instanceSpecs.js +32 -0
  357. package/redis/instanceSpecs.js.map +1 -0
  358. package/redis/instances.d.ts +3 -0
  359. package/redis/instances.js.map +1 -1
  360. package/redis/parameterGroup.d.ts +118 -0
  361. package/redis/parameterGroup.js +93 -0
  362. package/redis/parameterGroup.js.map +1 -0
  363. package/redis/parameterGroups.d.ts +81 -0
  364. package/redis/parameterGroups.js +32 -0
  365. package/redis/parameterGroups.js.map +1 -0
  366. package/redis/plannedEvents.d.ts +163 -0
  367. package/redis/plannedEvents.js +109 -0
  368. package/redis/plannedEvents.js.map +1 -0
  369. package/tls/consumerGroup.d.ts +121 -0
  370. package/tls/consumerGroup.js +97 -0
  371. package/tls/consumerGroup.js.map +1 -0
  372. package/tls/consumerGroups.d.ts +139 -0
  373. package/tls/consumerGroups.js +52 -0
  374. package/tls/consumerGroups.js.map +1 -0
  375. package/tls/etlTask.d.ts +196 -0
  376. package/tls/etlTask.js +123 -0
  377. package/tls/etlTask.js.map +1 -0
  378. package/tls/etlTasks.d.ts +160 -0
  379. package/tls/etlTasks.js +54 -0
  380. package/tls/etlTasks.js.map +1 -0
  381. package/tls/getConsumerGroups.d.ts +137 -0
  382. package/tls/getConsumerGroups.js +49 -0
  383. package/tls/getConsumerGroups.js.map +1 -0
  384. package/tls/getEtlTasks.d.ts +158 -0
  385. package/tls/getEtlTasks.js +51 -0
  386. package/tls/getEtlTasks.js.map +1 -0
  387. package/tls/getImportTasks.d.ts +173 -0
  388. package/tls/getImportTasks.js +52 -0
  389. package/tls/getImportTasks.js.map +1 -0
  390. package/tls/getScheduleSqlTasks.d.ts +155 -0
  391. package/tls/getScheduleSqlTasks.js +51 -0
  392. package/tls/getScheduleSqlTasks.js.map +1 -0
  393. package/tls/getShippers.d.ts +164 -0
  394. package/tls/getShippers.js +51 -0
  395. package/tls/getShippers.js.map +1 -0
  396. package/tls/importTask.d.ts +175 -0
  397. package/tls/importTask.js +110 -0
  398. package/tls/importTask.js.map +1 -0
  399. package/tls/importTasks.d.ts +175 -0
  400. package/tls/importTasks.js +55 -0
  401. package/tls/importTasks.js.map +1 -0
  402. package/tls/index.d.ts +45 -0
  403. package/tls/index.js +57 -2
  404. package/tls/index.js.map +1 -1
  405. package/tls/scheduleSqlTask.d.ts +219 -0
  406. package/tls/scheduleSqlTask.js +135 -0
  407. package/tls/scheduleSqlTask.js.map +1 -0
  408. package/tls/scheduleSqlTasks.d.ts +157 -0
  409. package/tls/scheduleSqlTasks.js +54 -0
  410. package/tls/scheduleSqlTasks.js.map +1 -0
  411. package/tls/shipper.d.ts +191 -0
  412. package/tls/shipper.js +119 -0
  413. package/tls/shipper.js.map +1 -0
  414. package/tls/shippers.d.ts +166 -0
  415. package/tls/shippers.js +54 -0
  416. package/tls/shippers.js.map +1 -0
  417. package/types/input.d.ts +6348 -3370
  418. package/types/output.d.ts +38406 -23946
  419. package/vefaas/function.d.ts +346 -0
  420. package/vefaas/function.js +126 -0
  421. package/vefaas/function.js.map +1 -0
  422. package/vefaas/functions.d.ts +73 -0
  423. package/vefaas/functions.js +46 -0
  424. package/vefaas/functions.js.map +1 -0
  425. package/vefaas/getFunctions.d.ts +71 -0
  426. package/vefaas/getFunctions.js +43 -0
  427. package/vefaas/getFunctions.js.map +1 -0
  428. package/vefaas/getKafkaTriggers.d.ts +87 -0
  429. package/vefaas/getKafkaTriggers.js +47 -0
  430. package/vefaas/getKafkaTriggers.js.map +1 -0
  431. package/vefaas/getReleases.d.ts +106 -0
  432. package/vefaas/getReleases.js +49 -0
  433. package/vefaas/getReleases.js.map +1 -0
  434. package/vefaas/getTimers.d.ts +87 -0
  435. package/vefaas/getTimers.js +47 -0
  436. package/vefaas/getTimers.js.map +1 -0
  437. package/vefaas/index.d.ts +36 -0
  438. package/vefaas/index.js +61 -0
  439. package/vefaas/index.js.map +1 -0
  440. package/vefaas/kafkaTrigger.d.ts +232 -0
  441. package/vefaas/kafkaTrigger.js +119 -0
  442. package/vefaas/kafkaTrigger.js.map +1 -0
  443. package/vefaas/kafkaTriggers.d.ts +89 -0
  444. package/vefaas/kafkaTriggers.js +50 -0
  445. package/vefaas/kafkaTriggers.js.map +1 -0
  446. package/vefaas/release.d.ts +211 -0
  447. package/vefaas/release.js +108 -0
  448. package/vefaas/release.js.map +1 -0
  449. package/vefaas/releases.d.ts +108 -0
  450. package/vefaas/releases.js +52 -0
  451. package/vefaas/releases.js.map +1 -0
  452. package/vefaas/timer.d.ts +170 -0
  453. package/vefaas/timer.js +95 -0
  454. package/vefaas/timer.js.map +1 -0
  455. package/vefaas/timers.d.ts +89 -0
  456. package/vefaas/timers.js +50 -0
  457. package/vefaas/timers.js.map +1 -0
  458. package/vmp/alertingRule.d.ts +300 -0
  459. package/vmp/alertingRule.js +220 -0
  460. package/vmp/alertingRule.js.map +1 -0
  461. package/vmp/alertingRules.d.ts +386 -0
  462. package/vmp/alertingRules.js +291 -0
  463. package/vmp/alertingRules.js.map +1 -0
  464. package/vmp/alerts.d.ts +119 -0
  465. package/vmp/alerts.js +54 -0
  466. package/vmp/alerts.js.map +1 -0
  467. package/vmp/contact.d.ts +181 -0
  468. package/vmp/contact.js +102 -0
  469. package/vmp/contact.js.map +1 -0
  470. package/vmp/contactGroup.d.ts +124 -0
  471. package/vmp/contactGroup.js +109 -0
  472. package/vmp/contactGroup.js.map +1 -0
  473. package/vmp/contactGroups.d.ts +167 -0
  474. package/vmp/contactGroups.js +129 -0
  475. package/vmp/contactGroups.js.map +1 -0
  476. package/vmp/contacts.d.ts +137 -0
  477. package/vmp/contacts.js +88 -0
  478. package/vmp/contacts.js.map +1 -0
  479. package/vmp/getAlertingRules.d.ts +384 -0
  480. package/vmp/getAlertingRules.js +288 -0
  481. package/vmp/getAlertingRules.js.map +1 -0
  482. package/vmp/getAlerts.d.ts +117 -0
  483. package/vmp/getAlerts.js +51 -0
  484. package/vmp/getAlerts.js.map +1 -0
  485. package/vmp/getContactGroups.d.ts +165 -0
  486. package/vmp/getContactGroups.js +126 -0
  487. package/vmp/getContactGroups.js.map +1 -0
  488. package/vmp/getContacts.d.ts +135 -0
  489. package/vmp/getContacts.js +85 -0
  490. package/vmp/getContacts.js.map +1 -0
  491. package/vmp/getInstanceTypes.d.ts +75 -0
  492. package/vmp/getInstanceTypes.js +47 -0
  493. package/vmp/getInstanceTypes.js.map +1 -0
  494. package/vmp/getNotifyGroupPolicies.d.ts +141 -0
  495. package/vmp/getNotifyGroupPolicies.js +102 -0
  496. package/vmp/getNotifyGroupPolicies.js.map +1 -0
  497. package/vmp/getNotifyPolicies.d.ts +221 -0
  498. package/vmp/getNotifyPolicies.js +160 -0
  499. package/vmp/getNotifyPolicies.js.map +1 -0
  500. package/vmp/getNotifyTemplates.d.ts +134 -0
  501. package/vmp/getNotifyTemplates.js +76 -0
  502. package/vmp/getNotifyTemplates.js.map +1 -0
  503. package/vmp/getRuleFiles.d.ts +152 -0
  504. package/vmp/getRuleFiles.js +93 -0
  505. package/vmp/getRuleFiles.js.map +1 -0
  506. package/vmp/getRules.d.ts +131 -0
  507. package/vmp/getRules.js +53 -0
  508. package/vmp/getRules.js.map +1 -0
  509. package/vmp/getWorkspaces.d.ts +146 -0
  510. package/vmp/getWorkspaces.js +68 -0
  511. package/vmp/getWorkspaces.js.map +1 -0
  512. package/vmp/index.d.ts +90 -0
  513. package/vmp/index.js +124 -0
  514. package/vmp/index.js.map +1 -0
  515. package/vmp/instanceTypes.d.ts +77 -0
  516. package/vmp/instanceTypes.js +50 -0
  517. package/vmp/instanceTypes.js.map +1 -0
  518. package/vmp/notifyGroupPolicies.d.ts +143 -0
  519. package/vmp/notifyGroupPolicies.js +105 -0
  520. package/vmp/notifyGroupPolicies.js.map +1 -0
  521. package/vmp/notifyGroupPolicy.d.ts +118 -0
  522. package/vmp/notifyGroupPolicy.js +100 -0
  523. package/vmp/notifyGroupPolicy.js.map +1 -0
  524. package/vmp/notifyPolicies.d.ts +223 -0
  525. package/vmp/notifyPolicies.js +163 -0
  526. package/vmp/notifyPolicies.js.map +1 -0
  527. package/vmp/notifyPolicy.d.ts +158 -0
  528. package/vmp/notifyPolicy.js +130 -0
  529. package/vmp/notifyPolicy.js.map +1 -0
  530. package/vmp/notifyTemplate.d.ts +144 -0
  531. package/vmp/notifyTemplate.js +100 -0
  532. package/vmp/notifyTemplate.js.map +1 -0
  533. package/vmp/notifyTemplates.d.ts +136 -0
  534. package/vmp/notifyTemplates.js +79 -0
  535. package/vmp/notifyTemplates.js.map +1 -0
  536. package/vmp/ruleFile.d.ts +163 -0
  537. package/vmp/ruleFile.js +110 -0
  538. package/vmp/ruleFile.js.map +1 -0
  539. package/vmp/ruleFiles.d.ts +154 -0
  540. package/vmp/ruleFiles.js +96 -0
  541. package/vmp/ruleFiles.js.map +1 -0
  542. package/vmp/rules.d.ts +133 -0
  543. package/vmp/rules.js +56 -0
  544. package/vmp/rules.js.map +1 -0
  545. package/vmp/workspace.d.ts +212 -0
  546. package/vmp/workspace.js +110 -0
  547. package/vmp/workspace.js.map +1 -0
  548. package/vmp/workspaces.d.ts +148 -0
  549. package/vmp/workspaces.js +71 -0
  550. package/vmp/workspaces.js.map +1 -0
  551. package/vpc/cidrBlockAssociate.d.ts +83 -0
  552. package/vpc/cidrBlockAssociate.js +80 -0
  553. package/vpc/cidrBlockAssociate.js.map +1 -0
  554. package/vpc/flowLog.d.ts +266 -0
  555. package/vpc/flowLog.js +148 -0
  556. package/vpc/flowLog.js.map +1 -0
  557. package/vpc/flowLogActive.d.ts +103 -0
  558. package/vpc/flowLogActive.js +101 -0
  559. package/vpc/flowLogActive.js.map +1 -0
  560. package/vpc/flowLogs.d.ts +231 -0
  561. package/vpc/flowLogs.js +63 -0
  562. package/vpc/flowLogs.js.map +1 -0
  563. package/vpc/getFlowLogs.d.ts +229 -0
  564. package/vpc/getFlowLogs.js +60 -0
  565. package/vpc/getFlowLogs.js.map +1 -0
  566. package/vpc/getSubnets.d.ts +9 -0
  567. package/vpc/getSubnets.js +1 -0
  568. package/vpc/getSubnets.js.map +1 -1
  569. package/vpc/getTrafficMirrorFilterRules.d.ts +103 -0
  570. package/vpc/getTrafficMirrorFilterRules.js +50 -0
  571. package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
  572. package/vpc/getTrafficMirrorFilters.d.ts +118 -0
  573. package/vpc/getTrafficMirrorFilters.js +51 -0
  574. package/vpc/getTrafficMirrorFilters.js.map +1 -0
  575. package/vpc/getTrafficMirrorSessions.d.ts +187 -0
  576. package/vpc/getTrafficMirrorSessions.js +57 -0
  577. package/vpc/getTrafficMirrorSessions.js.map +1 -0
  578. package/vpc/getTrafficMirrorTargets.d.ts +121 -0
  579. package/vpc/getTrafficMirrorTargets.js +51 -0
  580. package/vpc/getTrafficMirrorTargets.js.map +1 -0
  581. package/vpc/getVpcs.d.ts +9 -0
  582. package/vpc/getVpcs.js +1 -0
  583. package/vpc/getVpcs.js.map +1 -1
  584. package/vpc/index.d.ts +51 -0
  585. package/vpc/index.js +67 -2
  586. package/vpc/index.js.map +1 -1
  587. package/vpc/routeEntry.d.ts +3 -3
  588. package/vpc/subnets.d.ts +9 -0
  589. package/vpc/subnets.js +1 -0
  590. package/vpc/subnets.js.map +1 -1
  591. package/vpc/trafficMirrorFilter.d.ts +137 -0
  592. package/vpc/trafficMirrorFilter.js +88 -0
  593. package/vpc/trafficMirrorFilter.js.map +1 -0
  594. package/vpc/trafficMirrorFilterRule.d.ts +245 -0
  595. package/vpc/trafficMirrorFilterRule.js +144 -0
  596. package/vpc/trafficMirrorFilterRule.js.map +1 -0
  597. package/vpc/trafficMirrorFilterRules.d.ts +105 -0
  598. package/vpc/trafficMirrorFilterRules.js +53 -0
  599. package/vpc/trafficMirrorFilterRules.js.map +1 -0
  600. package/vpc/trafficMirrorFilters.d.ts +120 -0
  601. package/vpc/trafficMirrorFilters.js +54 -0
  602. package/vpc/trafficMirrorFilters.js.map +1 -0
  603. package/vpc/trafficMirrorSession.d.ts +330 -0
  604. package/vpc/trafficMirrorSession.js +221 -0
  605. package/vpc/trafficMirrorSession.js.map +1 -0
  606. package/vpc/trafficMirrorSessions.d.ts +189 -0
  607. package/vpc/trafficMirrorSessions.js +60 -0
  608. package/vpc/trafficMirrorSessions.js.map +1 -0
  609. package/vpc/trafficMirrorTarget.d.ts +222 -0
  610. package/vpc/trafficMirrorTarget.js +159 -0
  611. package/vpc/trafficMirrorTarget.js.map +1 -0
  612. package/vpc/trafficMirrorTargets.d.ts +123 -0
  613. package/vpc/trafficMirrorTargets.js +54 -0
  614. package/vpc/trafficMirrorTargets.js.map +1 -0
  615. package/vpc/vpc.d.ts +8 -0
  616. package/vpc/vpc.js +2 -0
  617. package/vpc/vpc.js.map +1 -1
  618. package/vpc/vpcs.d.ts +9 -0
  619. package/vpc/vpcs.js +1 -0
  620. package/vpc/vpcs.js.map +1 -1
  621. package/waf/aclRule.d.ts +326 -0
  622. package/waf/aclRule.js +150 -0
  623. package/waf/aclRule.js.map +1 -0
  624. package/waf/aclRules.d.ts +170 -0
  625. package/waf/aclRules.js +69 -0
  626. package/waf/aclRules.js.map +1 -0
  627. package/waf/botAnalyseProtectRule.d.ts +320 -0
  628. package/waf/botAnalyseProtectRule.js +171 -0
  629. package/waf/botAnalyseProtectRule.js.map +1 -0
  630. package/waf/botAnalyseProtectRules.d.ts +145 -0
  631. package/waf/botAnalyseProtectRules.js +57 -0
  632. package/waf/botAnalyseProtectRules.js.map +1 -0
  633. package/waf/ccRule.d.ts +337 -0
  634. package/waf/ccRule.js +182 -0
  635. package/waf/ccRule.js.map +1 -0
  636. package/waf/ccRules.d.ts +149 -0
  637. package/waf/ccRules.js +61 -0
  638. package/waf/ccRules.js.map +1 -0
  639. package/waf/customBot.d.ts +191 -0
  640. package/waf/customBot.js +127 -0
  641. package/waf/customBot.js.map +1 -0
  642. package/waf/customBots.d.ts +86 -0
  643. package/waf/customBots.js +51 -0
  644. package/waf/customBots.js.map +1 -0
  645. package/waf/customPage.d.ts +310 -0
  646. package/waf/customPage.js +160 -0
  647. package/waf/customPage.js.map +1 -0
  648. package/waf/customPages.d.ts +110 -0
  649. package/waf/customPages.js +52 -0
  650. package/waf/customPages.js.map +1 -0
  651. package/waf/domains.d.ts +94 -0
  652. package/waf/domains.js +48 -0
  653. package/waf/domains.js.map +1 -0
  654. package/waf/getAclRules.d.ts +168 -0
  655. package/waf/getAclRules.js +66 -0
  656. package/waf/getAclRules.js.map +1 -0
  657. package/waf/getBotAnalyseProtectRules.d.ts +143 -0
  658. package/waf/getBotAnalyseProtectRules.js +54 -0
  659. package/waf/getBotAnalyseProtectRules.js.map +1 -0
  660. package/waf/getCcRules.d.ts +147 -0
  661. package/waf/getCcRules.js +58 -0
  662. package/waf/getCcRules.js.map +1 -0
  663. package/waf/getCustomBots.d.ts +84 -0
  664. package/waf/getCustomBots.js +48 -0
  665. package/waf/getCustomBots.js.map +1 -0
  666. package/waf/getCustomPages.d.ts +108 -0
  667. package/waf/getCustomPages.js +49 -0
  668. package/waf/getCustomPages.js.map +1 -0
  669. package/waf/getDomains.d.ts +92 -0
  670. package/waf/getDomains.js +45 -0
  671. package/waf/getDomains.js.map +1 -0
  672. package/waf/getHostGroups.d.ts +146 -0
  673. package/waf/getHostGroups.js +55 -0
  674. package/waf/getHostGroups.js.map +1 -0
  675. package/waf/getIpGroups.d.ts +105 -0
  676. package/waf/getIpGroups.js +49 -0
  677. package/waf/getIpGroups.js.map +1 -0
  678. package/waf/getProhibitions.d.ts +127 -0
  679. package/waf/getProhibitions.js +55 -0
  680. package/waf/getProhibitions.js.map +1 -0
  681. package/waf/getServiceCertificates.d.ts +71 -0
  682. package/waf/getServiceCertificates.js +43 -0
  683. package/waf/getServiceCertificates.js.map +1 -0
  684. package/waf/getSystemBots.d.ts +84 -0
  685. package/waf/getSystemBots.js +47 -0
  686. package/waf/getSystemBots.js.map +1 -0
  687. package/waf/hostGroup.d.ts +152 -0
  688. package/waf/hostGroup.js +90 -0
  689. package/waf/hostGroup.js.map +1 -0
  690. package/waf/hostGroups.d.ts +148 -0
  691. package/waf/hostGroups.js +58 -0
  692. package/waf/hostGroups.js.map +1 -0
  693. package/waf/index.d.ts +99 -0
  694. package/waf/index.js +139 -0
  695. package/waf/index.js.map +1 -0
  696. package/waf/instanceCtl.d.ts +95 -0
  697. package/waf/instanceCtl.js +76 -0
  698. package/waf/instanceCtl.js.map +1 -0
  699. package/waf/ipGroup.d.ts +132 -0
  700. package/waf/ipGroup.js +93 -0
  701. package/waf/ipGroup.js.map +1 -0
  702. package/waf/ipGroups.d.ts +107 -0
  703. package/waf/ipGroups.js +52 -0
  704. package/waf/ipGroups.js.map +1 -0
  705. package/waf/prohibitions.d.ts +129 -0
  706. package/waf/prohibitions.js +58 -0
  707. package/waf/prohibitions.js.map +1 -0
  708. package/waf/serviceCertificates.d.ts +73 -0
  709. package/waf/serviceCertificates.js +46 -0
  710. package/waf/serviceCertificates.js.map +1 -0
  711. package/waf/systemBot.d.ts +137 -0
  712. package/waf/systemBot.js +92 -0
  713. package/waf/systemBot.js.map +1 -0
  714. package/waf/systemBots.d.ts +86 -0
  715. package/waf/systemBots.js +50 -0
  716. package/waf/systemBots.js.map +1 -0
  717. package/waf/vulnerability.d.ts +116 -0
  718. package/waf/vulnerability.js +72 -0
  719. package/waf/vulnerability.js.map +1 -0
  720. package/waf/wafDomain.d.ts +877 -0
  721. package/waf/wafDomain.js +252 -0
  722. package/waf/wafDomain.js.map +1 -0
@@ -0,0 +1,108 @@
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 waf custom pages
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.waf.getCustomPages({
12
+ * host: "www.tf-test.com",
13
+ * });
14
+ * ```
15
+ */
16
+ export declare function getCustomPages(args: GetCustomPagesArgs, opts?: pulumi.InvokeOptions): Promise<GetCustomPagesResult>;
17
+ /**
18
+ * A collection of arguments for invoking getCustomPages.
19
+ */
20
+ export interface GetCustomPagesArgs {
21
+ /**
22
+ * The domain names that need to be viewed.
23
+ */
24
+ host: string;
25
+ /**
26
+ * A Name Regex of Resource.
27
+ */
28
+ nameRegex?: string;
29
+ /**
30
+ * File name where to save data source results.
31
+ */
32
+ outputFile?: string;
33
+ /**
34
+ * The name of the project to which your domain names belong.
35
+ */
36
+ projectName?: string;
37
+ /**
38
+ * Unique identification of the rules.
39
+ */
40
+ ruleTag?: string;
41
+ }
42
+ /**
43
+ * A collection of values returned by getCustomPages.
44
+ */
45
+ export interface GetCustomPagesResult {
46
+ /**
47
+ * Details of the rules.
48
+ */
49
+ readonly datas: outputs.waf.GetCustomPagesData[];
50
+ /**
51
+ * Domain name to be protected.
52
+ */
53
+ readonly host: string;
54
+ /**
55
+ * The provider-assigned unique ID for this managed resource.
56
+ */
57
+ readonly id: string;
58
+ readonly nameRegex?: string;
59
+ readonly outputFile?: string;
60
+ readonly projectName?: string;
61
+ /**
62
+ * Unique identification of the rules.
63
+ */
64
+ readonly ruleTag?: string;
65
+ /**
66
+ * The total count of query.
67
+ */
68
+ readonly totalCount: number;
69
+ }
70
+ /**
71
+ * Use this data source to query detailed information of waf custom pages
72
+ * ## Example Usage
73
+ *
74
+ * ```typescript
75
+ * import * as pulumi from "@pulumi/pulumi";
76
+ * import * as volcengine from "@pulumi/volcengine";
77
+ *
78
+ * const foo = volcengine.waf.getCustomPages({
79
+ * host: "www.tf-test.com",
80
+ * });
81
+ * ```
82
+ */
83
+ export declare function getCustomPagesOutput(args: GetCustomPagesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCustomPagesResult>;
84
+ /**
85
+ * A collection of arguments for invoking getCustomPages.
86
+ */
87
+ export interface GetCustomPagesOutputArgs {
88
+ /**
89
+ * The domain names that need to be viewed.
90
+ */
91
+ host: pulumi.Input<string>;
92
+ /**
93
+ * A Name Regex of Resource.
94
+ */
95
+ nameRegex?: pulumi.Input<string>;
96
+ /**
97
+ * File name where to save data source results.
98
+ */
99
+ outputFile?: pulumi.Input<string>;
100
+ /**
101
+ * The name of the project to which your domain names belong.
102
+ */
103
+ projectName?: pulumi.Input<string>;
104
+ /**
105
+ * Unique identification of the rules.
106
+ */
107
+ ruleTag?: pulumi.Input<string>;
108
+ }
@@ -0,0 +1,49 @@
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.getCustomPagesOutput = exports.getCustomPages = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of waf custom pages
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.waf.getCustomPages({
17
+ * host: "www.tf-test.com",
18
+ * });
19
+ * ```
20
+ */
21
+ function getCustomPages(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invoke("volcengine:waf/getCustomPages:getCustomPages", {
24
+ "host": args.host,
25
+ "nameRegex": args.nameRegex,
26
+ "outputFile": args.outputFile,
27
+ "projectName": args.projectName,
28
+ "ruleTag": args.ruleTag,
29
+ }, opts);
30
+ }
31
+ exports.getCustomPages = getCustomPages;
32
+ /**
33
+ * Use this data source to query detailed information of waf custom pages
34
+ * ## Example Usage
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as volcengine from "@pulumi/volcengine";
39
+ *
40
+ * const foo = volcengine.waf.getCustomPages({
41
+ * host: "www.tf-test.com",
42
+ * });
43
+ * ```
44
+ */
45
+ function getCustomPagesOutput(args, opts) {
46
+ return pulumi.output(args).apply((a) => getCustomPages(a, opts));
47
+ }
48
+ exports.getCustomPagesOutput = getCustomPagesOutput;
49
+ //# sourceMappingURL=getCustomPages.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCustomPages.js","sourceRoot":"","sources":["../../waf/getCustomPages.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wCAUC;AAwDD;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
@@ -0,0 +1,92 @@
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 waf domains
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.waf.getDomains({});
12
+ * ```
13
+ */
14
+ export declare function getDomains(args?: GetDomainsArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsResult>;
15
+ /**
16
+ * A collection of arguments for invoking getDomains.
17
+ */
18
+ export interface GetDomainsArgs {
19
+ /**
20
+ * Matching mode.
21
+ */
22
+ accurateQuery?: number;
23
+ /**
24
+ * The domain name of the protected website that needs to be queried.
25
+ */
26
+ domain?: string;
27
+ /**
28
+ * A Name Regex of Resource.
29
+ */
30
+ nameRegex?: string;
31
+ /**
32
+ * File name where to save data source results.
33
+ */
34
+ outputFile?: string;
35
+ }
36
+ /**
37
+ * A collection of values returned by getDomains.
38
+ */
39
+ export interface GetDomainsResult {
40
+ readonly accurateQuery?: number;
41
+ /**
42
+ * The collection of query.
43
+ */
44
+ readonly datas: outputs.waf.GetDomainsData[];
45
+ /**
46
+ * domain names that need to be protected by WAF.
47
+ */
48
+ readonly domain?: string;
49
+ /**
50
+ * The provider-assigned unique ID for this managed resource.
51
+ */
52
+ readonly id: string;
53
+ readonly nameRegex?: string;
54
+ readonly outputFile?: string;
55
+ /**
56
+ * The total count of query.
57
+ */
58
+ readonly totalCount: number;
59
+ }
60
+ /**
61
+ * Use this data source to query detailed information of waf domains
62
+ * ## Example Usage
63
+ *
64
+ * ```typescript
65
+ * import * as pulumi from "@pulumi/pulumi";
66
+ * import * as volcengine from "@pulumi/volcengine";
67
+ *
68
+ * const foo = volcengine.waf.getDomains({});
69
+ * ```
70
+ */
71
+ export declare function getDomainsOutput(args?: GetDomainsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsResult>;
72
+ /**
73
+ * A collection of arguments for invoking getDomains.
74
+ */
75
+ export interface GetDomainsOutputArgs {
76
+ /**
77
+ * Matching mode.
78
+ */
79
+ accurateQuery?: pulumi.Input<number>;
80
+ /**
81
+ * The domain name of the protected website that needs to be queried.
82
+ */
83
+ domain?: pulumi.Input<string>;
84
+ /**
85
+ * A Name Regex of Resource.
86
+ */
87
+ nameRegex?: pulumi.Input<string>;
88
+ /**
89
+ * File name where to save data source results.
90
+ */
91
+ outputFile?: pulumi.Input<string>;
92
+ }
@@ -0,0 +1,45 @@
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.getDomainsOutput = exports.getDomains = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of waf domains
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.waf.getDomains({});
17
+ * ```
18
+ */
19
+ function getDomains(args, opts) {
20
+ args = args || {};
21
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
22
+ return pulumi.runtime.invoke("volcengine:waf/getDomains:getDomains", {
23
+ "accurateQuery": args.accurateQuery,
24
+ "domain": args.domain,
25
+ "nameRegex": args.nameRegex,
26
+ "outputFile": args.outputFile,
27
+ }, opts);
28
+ }
29
+ exports.getDomains = getDomains;
30
+ /**
31
+ * Use this data source to query detailed information of waf domains
32
+ * ## Example Usage
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as volcengine from "@pulumi/volcengine";
37
+ *
38
+ * const foo = volcengine.waf.getDomains({});
39
+ * ```
40
+ */
41
+ function getDomainsOutput(args, opts) {
42
+ return pulumi.output(args).apply((a) => getDomains(a, opts));
43
+ }
44
+ exports.getDomainsOutput = getDomainsOutput;
45
+ //# sourceMappingURL=getDomains.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDomains.js","sourceRoot":"","sources":["../../waf/getDomains.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,sCAAsC,EAAE;QACjE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;AAgDD;;;;;;;;;;GAUG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
@@ -0,0 +1,146 @@
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 waf host groups
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.waf.getHostGroups({
12
+ * hostFix: "www.tf-test.com",
13
+ * timeOrderBy: "DESC",
14
+ * });
15
+ * ```
16
+ */
17
+ export declare function getHostGroups(args: GetHostGroupsArgs, opts?: pulumi.InvokeOptions): Promise<GetHostGroupsResult>;
18
+ /**
19
+ * A collection of arguments for invoking getHostGroups.
20
+ */
21
+ export interface GetHostGroupsArgs {
22
+ /**
23
+ * The domain name information queried.
24
+ */
25
+ hostFix?: string;
26
+ /**
27
+ * The ID of the domain name group.
28
+ */
29
+ hostGroupId?: number;
30
+ /**
31
+ * A list of IDs.
32
+ */
33
+ ids?: string[];
34
+ /**
35
+ * Whether to return all domain name groups and their name information, it returns by default.
36
+ */
37
+ listAll?: boolean;
38
+ /**
39
+ * The name of the domain name group being queried.
40
+ */
41
+ nameFix?: string;
42
+ /**
43
+ * A Name Regex of Resource.
44
+ */
45
+ nameRegex?: string;
46
+ /**
47
+ * File name where to save data source results.
48
+ */
49
+ outputFile?: string;
50
+ /**
51
+ * The rule ID associated with domain name groups.
52
+ */
53
+ ruleTag?: string;
54
+ /**
55
+ * The list of rule ids associated with the domain name group shows the timing sequence.
56
+ */
57
+ timeOrderBy: string;
58
+ }
59
+ /**
60
+ * A collection of values returned by getHostGroups.
61
+ */
62
+ export interface GetHostGroupsResult {
63
+ readonly hostFix?: string;
64
+ /**
65
+ * The ID of the domain name group.
66
+ */
67
+ readonly hostGroupId?: number;
68
+ /**
69
+ * Details of the domain name group list.
70
+ */
71
+ readonly hostGroupLists: outputs.waf.GetHostGroupsHostGroupList[];
72
+ /**
73
+ * The provider-assigned unique ID for this managed resource.
74
+ */
75
+ readonly id: string;
76
+ readonly ids?: string[];
77
+ readonly listAll?: boolean;
78
+ readonly nameFix?: string;
79
+ readonly nameRegex?: string;
80
+ readonly outputFile?: string;
81
+ /**
82
+ * The ID of the rule.
83
+ */
84
+ readonly ruleTag?: string;
85
+ readonly timeOrderBy: string;
86
+ /**
87
+ * The total count of query.
88
+ */
89
+ readonly totalCount: number;
90
+ }
91
+ /**
92
+ * Use this data source to query detailed information of waf host groups
93
+ * ## Example Usage
94
+ *
95
+ * ```typescript
96
+ * import * as pulumi from "@pulumi/pulumi";
97
+ * import * as volcengine from "@pulumi/volcengine";
98
+ *
99
+ * const foo = volcengine.waf.getHostGroups({
100
+ * hostFix: "www.tf-test.com",
101
+ * timeOrderBy: "DESC",
102
+ * });
103
+ * ```
104
+ */
105
+ export declare function getHostGroupsOutput(args: GetHostGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetHostGroupsResult>;
106
+ /**
107
+ * A collection of arguments for invoking getHostGroups.
108
+ */
109
+ export interface GetHostGroupsOutputArgs {
110
+ /**
111
+ * The domain name information queried.
112
+ */
113
+ hostFix?: pulumi.Input<string>;
114
+ /**
115
+ * The ID of the domain name group.
116
+ */
117
+ hostGroupId?: pulumi.Input<number>;
118
+ /**
119
+ * A list of IDs.
120
+ */
121
+ ids?: pulumi.Input<pulumi.Input<string>[]>;
122
+ /**
123
+ * Whether to return all domain name groups and their name information, it returns by default.
124
+ */
125
+ listAll?: pulumi.Input<boolean>;
126
+ /**
127
+ * The name of the domain name group being queried.
128
+ */
129
+ nameFix?: pulumi.Input<string>;
130
+ /**
131
+ * A Name Regex of Resource.
132
+ */
133
+ nameRegex?: pulumi.Input<string>;
134
+ /**
135
+ * File name where to save data source results.
136
+ */
137
+ outputFile?: pulumi.Input<string>;
138
+ /**
139
+ * The rule ID associated with domain name groups.
140
+ */
141
+ ruleTag?: pulumi.Input<string>;
142
+ /**
143
+ * The list of rule ids associated with the domain name group shows the timing sequence.
144
+ */
145
+ timeOrderBy: pulumi.Input<string>;
146
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getHostGroupsOutput = exports.getHostGroups = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of waf host groups
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.waf.getHostGroups({
17
+ * hostFix: "www.tf-test.com",
18
+ * timeOrderBy: "DESC",
19
+ * });
20
+ * ```
21
+ */
22
+ function getHostGroups(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("volcengine:waf/getHostGroups:getHostGroups", {
25
+ "hostFix": args.hostFix,
26
+ "hostGroupId": args.hostGroupId,
27
+ "ids": args.ids,
28
+ "listAll": args.listAll,
29
+ "nameFix": args.nameFix,
30
+ "nameRegex": args.nameRegex,
31
+ "outputFile": args.outputFile,
32
+ "ruleTag": args.ruleTag,
33
+ "timeOrderBy": args.timeOrderBy,
34
+ }, opts);
35
+ }
36
+ exports.getHostGroups = getHostGroups;
37
+ /**
38
+ * Use this data source to query detailed information of waf host groups
39
+ * ## Example Usage
40
+ *
41
+ * ```typescript
42
+ * import * as pulumi from "@pulumi/pulumi";
43
+ * import * as volcengine from "@pulumi/volcengine";
44
+ *
45
+ * const foo = volcengine.waf.getHostGroups({
46
+ * hostFix: "www.tf-test.com",
47
+ * timeOrderBy: "DESC",
48
+ * });
49
+ * ```
50
+ */
51
+ function getHostGroupsOutput(args, opts) {
52
+ return pulumi.output(args).apply((a) => getHostGroups(a, opts));
53
+ }
54
+ exports.getHostGroupsOutput = getHostGroupsOutput;
55
+ //# sourceMappingURL=getHostGroups.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getHostGroups.js","sourceRoot":"","sources":["../../waf/getHostGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,sCAcC;AA4ED;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
@@ -0,0 +1,105 @@
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 waf ip groups
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.waf.getIpGroups({
12
+ * timeOrderBy: "DESC",
13
+ * });
14
+ * ```
15
+ */
16
+ export declare function getIpGroups(args: GetIpGroupsArgs, opts?: pulumi.InvokeOptions): Promise<GetIpGroupsResult>;
17
+ /**
18
+ * A collection of arguments for invoking getIpGroups.
19
+ */
20
+ export interface GetIpGroupsArgs {
21
+ /**
22
+ * The address or address segment of the query.
23
+ */
24
+ ip?: string;
25
+ /**
26
+ * A Name Regex of Resource.
27
+ */
28
+ nameRegex?: string;
29
+ /**
30
+ * File name where to save data source results.
31
+ */
32
+ outputFile?: string;
33
+ /**
34
+ * Query the association rule ID.
35
+ */
36
+ ruleTag?: string;
37
+ /**
38
+ * The arrangement order of the address group.
39
+ */
40
+ timeOrderBy: string;
41
+ }
42
+ /**
43
+ * A collection of values returned by getIpGroups.
44
+ */
45
+ export interface GetIpGroupsResult {
46
+ /**
47
+ * The provider-assigned unique ID for this managed resource.
48
+ */
49
+ readonly id: string;
50
+ readonly ip?: string;
51
+ /**
52
+ * Address group list information.
53
+ */
54
+ readonly ipGroupLists: outputs.waf.GetIpGroupsIpGroupList[];
55
+ readonly nameRegex?: string;
56
+ readonly outputFile?: string;
57
+ /**
58
+ * The ID of the rule.
59
+ */
60
+ readonly ruleTag?: string;
61
+ readonly timeOrderBy: string;
62
+ /**
63
+ * The total count of query.
64
+ */
65
+ readonly totalCount: number;
66
+ }
67
+ /**
68
+ * Use this data source to query detailed information of waf ip groups
69
+ * ## Example Usage
70
+ *
71
+ * ```typescript
72
+ * import * as pulumi from "@pulumi/pulumi";
73
+ * import * as volcengine from "@pulumi/volcengine";
74
+ *
75
+ * const foo = volcengine.waf.getIpGroups({
76
+ * timeOrderBy: "DESC",
77
+ * });
78
+ * ```
79
+ */
80
+ export declare function getIpGroupsOutput(args: GetIpGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetIpGroupsResult>;
81
+ /**
82
+ * A collection of arguments for invoking getIpGroups.
83
+ */
84
+ export interface GetIpGroupsOutputArgs {
85
+ /**
86
+ * The address or address segment of the query.
87
+ */
88
+ ip?: pulumi.Input<string>;
89
+ /**
90
+ * A Name Regex of Resource.
91
+ */
92
+ nameRegex?: pulumi.Input<string>;
93
+ /**
94
+ * File name where to save data source results.
95
+ */
96
+ outputFile?: pulumi.Input<string>;
97
+ /**
98
+ * Query the association rule ID.
99
+ */
100
+ ruleTag?: pulumi.Input<string>;
101
+ /**
102
+ * The arrangement order of the address group.
103
+ */
104
+ timeOrderBy: pulumi.Input<string>;
105
+ }
@@ -0,0 +1,49 @@
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.getIpGroupsOutput = exports.getIpGroups = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to query detailed information of waf ip groups
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.waf.getIpGroups({
17
+ * timeOrderBy: "DESC",
18
+ * });
19
+ * ```
20
+ */
21
+ function getIpGroups(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invoke("volcengine:waf/getIpGroups:getIpGroups", {
24
+ "ip": args.ip,
25
+ "nameRegex": args.nameRegex,
26
+ "outputFile": args.outputFile,
27
+ "ruleTag": args.ruleTag,
28
+ "timeOrderBy": args.timeOrderBy,
29
+ }, opts);
30
+ }
31
+ exports.getIpGroups = getIpGroups;
32
+ /**
33
+ * Use this data source to query detailed information of waf ip groups
34
+ * ## Example Usage
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as volcengine from "@pulumi/volcengine";
39
+ *
40
+ * const foo = volcengine.waf.getIpGroups({
41
+ * timeOrderBy: "DESC",
42
+ * });
43
+ * ```
44
+ */
45
+ function getIpGroupsOutput(args, opts) {
46
+ return pulumi.output(args).apply((a) => getIpGroups(a, opts));
47
+ }
48
+ exports.getIpGroupsOutput = getIpGroupsOutput;
49
+ //# sourceMappingURL=getIpGroups.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getIpGroups.js","sourceRoot":"","sources":["../../waf/getIpGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kCAUC;AAqDD;;;;;;;;;;;;GAYG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}