@pulumi/oci 0.1.2-alpha.1658168274 → 0.2.0

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 (785) hide show
  1. package/adm/getKnowledgebase.d.ts +85 -0
  2. package/adm/getKnowledgebase.js +38 -0
  3. package/adm/getKnowledgebase.js.map +1 -0
  4. package/adm/getKnowledgebases.d.ts +94 -0
  5. package/adm/getKnowledgebases.js +47 -0
  6. package/adm/getKnowledgebases.js.map +1 -0
  7. package/adm/getVulnerabilityAudit.d.ts +119 -0
  8. package/adm/getVulnerabilityAudit.js +38 -0
  9. package/adm/getVulnerabilityAudit.js.map +1 -0
  10. package/adm/getVulnerabilityAuditApplicationDependencyVulnerabilities.d.ts +98 -0
  11. package/adm/getVulnerabilityAuditApplicationDependencyVulnerabilities.js +47 -0
  12. package/adm/getVulnerabilityAuditApplicationDependencyVulnerabilities.js.map +1 -0
  13. package/adm/getVulnerabilityAuditApplicationDependencyVulnerability.d.ts +95 -0
  14. package/adm/getVulnerabilityAuditApplicationDependencyVulnerability.js +46 -0
  15. package/adm/getVulnerabilityAuditApplicationDependencyVulnerability.js.map +1 -0
  16. package/adm/getVulnerabilityAudits.d.ts +120 -0
  17. package/adm/getVulnerabilityAudits.js +51 -0
  18. package/adm/getVulnerabilityAudits.js.map +1 -0
  19. package/adm/index.d.ts +8 -0
  20. package/adm/index.js +48 -0
  21. package/adm/index.js.map +1 -0
  22. package/adm/knowledgeBase.d.ts +163 -0
  23. package/adm/knowledgeBase.js +97 -0
  24. package/adm/knowledgeBase.js.map +1 -0
  25. package/adm/vulnerabilityAudit.d.ts +264 -0
  26. package/adm/vulnerabilityAudit.js +136 -0
  27. package/adm/vulnerabilityAudit.js.map +1 -0
  28. package/aivision/model.d.ts +3 -3
  29. package/aivision/model.js +3 -3
  30. package/analytics/analyticsInstance.d.ts +13 -24
  31. package/analytics/analyticsInstance.js +3 -4
  32. package/analytics/analyticsInstance.js.map +1 -1
  33. package/analytics/getAnalyticsInstance.d.ts +4 -12
  34. package/analytics/getAnalyticsInstance.js.map +1 -1
  35. package/apigateway/deployment.d.ts +11 -8
  36. package/apigateway/deployment.js +13 -7
  37. package/apigateway/deployment.js.map +1 -1
  38. package/apigateway/getSubscriber.d.ts +92 -0
  39. package/apigateway/getSubscriber.js +38 -0
  40. package/apigateway/getSubscriber.js.map +1 -0
  41. package/apigateway/getSubscribers.d.ts +84 -0
  42. package/apigateway/getSubscribers.js +43 -0
  43. package/apigateway/getSubscribers.js.map +1 -0
  44. package/apigateway/getUsagePlan.d.ts +88 -0
  45. package/apigateway/getUsagePlan.js +38 -0
  46. package/apigateway/getUsagePlan.js.map +1 -0
  47. package/apigateway/getUsagePlans.d.ts +84 -0
  48. package/apigateway/getUsagePlans.js +43 -0
  49. package/apigateway/getUsagePlans.js.map +1 -0
  50. package/apigateway/index.d.ts +6 -0
  51. package/apigateway/index.js +14 -0
  52. package/apigateway/index.js.map +1 -1
  53. package/apigateway/subscriber.d.ts +189 -0
  54. package/apigateway/subscriber.js +112 -0
  55. package/apigateway/subscriber.js.map +1 -0
  56. package/apigateway/usagePlan.d.ts +189 -0
  57. package/apigateway/usagePlan.js +119 -0
  58. package/apigateway/usagePlan.js.map +1 -0
  59. package/apmconfig/config.d.ts +54 -28
  60. package/apmconfig/config.js +7 -1
  61. package/apmconfig/config.js.map +1 -1
  62. package/apmconfig/getConfig.d.ts +23 -12
  63. package/apmconfig/getConfig.js +1 -1
  64. package/apmconfig/getConfig.js.map +1 -1
  65. package/apmconfig/getConfigs.d.ts +59 -9
  66. package/apmconfig/getConfigs.js +11 -1
  67. package/apmconfig/getConfigs.js.map +1 -1
  68. package/apmsynthetics/config.d.ts +9 -9
  69. package/apmsynthetics/dedicatedVantagePoint.d.ts +204 -0
  70. package/apmsynthetics/dedicatedVantagePoint.js +120 -0
  71. package/apmsynthetics/dedicatedVantagePoint.js.map +1 -0
  72. package/apmsynthetics/getDedicatedVantagePoint.d.ts +102 -0
  73. package/apmsynthetics/getDedicatedVantagePoint.js +40 -0
  74. package/apmsynthetics/getDedicatedVantagePoint.js.map +1 -0
  75. package/apmsynthetics/getDedicatedVantagePoints.d.ts +94 -0
  76. package/apmsynthetics/getDedicatedVantagePoints.js +45 -0
  77. package/apmsynthetics/getDedicatedVantagePoints.js.map +1 -0
  78. package/apmsynthetics/getMonitor.d.ts +3 -3
  79. package/apmsynthetics/getMonitors.d.ts +12 -2
  80. package/apmsynthetics/getMonitors.js +2 -0
  81. package/apmsynthetics/getMonitors.js.map +1 -1
  82. package/apmsynthetics/getResult.d.ts +5 -5
  83. package/apmsynthetics/getScript.d.ts +1 -1
  84. package/apmsynthetics/getScripts.d.ts +2 -2
  85. package/apmsynthetics/getVantagePoint.d.ts +4 -4
  86. package/apmsynthetics/getVantagePoints.d.ts +4 -4
  87. package/apmsynthetics/index.d.ts +3 -0
  88. package/apmsynthetics/index.js +7 -0
  89. package/apmsynthetics/index.js.map +1 -1
  90. package/apmsynthetics/script.d.ts +2 -2
  91. package/bigdataservice/autoScalingConfiguration.d.ts +46 -17
  92. package/bigdataservice/autoScalingConfiguration.js +29 -13
  93. package/bigdataservice/autoScalingConfiguration.js.map +1 -1
  94. package/bigdataservice/bdsInstance.d.ts +115 -46
  95. package/bigdataservice/bdsInstance.js +31 -1
  96. package/bigdataservice/bdsInstance.js.map +1 -1
  97. package/bigdataservice/getAutoScalingConfiguration.d.ts +6 -2
  98. package/bigdataservice/getAutoScalingConfiguration.js.map +1 -1
  99. package/bigdataservice/getBdsInstance.d.ts +6 -0
  100. package/bigdataservice/getBdsInstance.js.map +1 -1
  101. package/budget/budget.d.ts +40 -27
  102. package/budget/budget.js +4 -1
  103. package/budget/budget.js.map +1 -1
  104. package/budget/getAlertRule.d.ts +15 -15
  105. package/budget/getAlertRule.js +1 -1
  106. package/budget/getAlertRules.d.ts +7 -7
  107. package/budget/getAlertRules.js +1 -1
  108. package/budget/getBudget.d.ts +20 -16
  109. package/budget/getBudget.js +1 -1
  110. package/budget/getBudget.js.map +1 -1
  111. package/budget/getBudgets.d.ts +11 -13
  112. package/budget/getBudgets.js +5 -7
  113. package/budget/getBudgets.js.map +1 -1
  114. package/budget/rule.d.ts +24 -24
  115. package/cloudguard/dataMaskRule.d.ts +6 -6
  116. package/cloudguard/detectorRecipe.d.ts +6 -6
  117. package/cloudguard/getDataMaskRule.d.ts +2 -2
  118. package/cloudguard/getDataMaskRules.d.ts +2 -2
  119. package/cloudguard/getDetectorRecipe.d.ts +2 -2
  120. package/cloudguard/getDetectorRecipes.d.ts +1 -1
  121. package/cloudguard/getGuardTarget.d.ts +7 -3
  122. package/cloudguard/getGuardTarget.js.map +1 -1
  123. package/cloudguard/getGuardTargets.d.ts +11 -1
  124. package/cloudguard/getGuardTargets.js +2 -0
  125. package/cloudguard/getGuardTargets.js.map +1 -1
  126. package/cloudguard/getManagedList.d.ts +2 -2
  127. package/cloudguard/getManagedLists.d.ts +1 -1
  128. package/cloudguard/getResponderRecipe.d.ts +2 -2
  129. package/cloudguard/getResponderRecipes.d.ts +1 -1
  130. package/cloudguard/getSecurityPolicies.d.ts +93 -0
  131. package/cloudguard/getSecurityPolicies.js +45 -0
  132. package/cloudguard/getSecurityPolicies.js.map +1 -0
  133. package/cloudguard/getSecurityPolicy.d.ts +109 -0
  134. package/cloudguard/getSecurityPolicy.js +38 -0
  135. package/cloudguard/getSecurityPolicy.js.map +1 -0
  136. package/cloudguard/getSecurityRecipe.d.ts +101 -0
  137. package/cloudguard/getSecurityRecipe.js +38 -0
  138. package/cloudguard/getSecurityRecipe.js.map +1 -0
  139. package/cloudguard/getSecurityRecipes.d.ts +93 -0
  140. package/cloudguard/getSecurityRecipes.js +45 -0
  141. package/cloudguard/getSecurityRecipes.js.map +1 -0
  142. package/cloudguard/getSecurityZone.d.ts +105 -0
  143. package/cloudguard/getSecurityZone.js +38 -0
  144. package/cloudguard/getSecurityZone.js.map +1 -0
  145. package/cloudguard/getSecurityZones.d.ts +113 -0
  146. package/cloudguard/getSecurityZones.js +49 -0
  147. package/cloudguard/getSecurityZones.js.map +1 -0
  148. package/cloudguard/index.d.ts +8 -0
  149. package/cloudguard/index.js +16 -0
  150. package/cloudguard/index.js.map +1 -1
  151. package/cloudguard/managedList.d.ts +6 -6
  152. package/cloudguard/responderRecipe.d.ts +6 -6
  153. package/cloudguard/securityRecipe.d.ts +205 -0
  154. package/cloudguard/securityRecipe.js +113 -0
  155. package/cloudguard/securityRecipe.js.map +1 -0
  156. package/cloudguard/securityZone.d.ts +213 -0
  157. package/cloudguard/securityZone.js +115 -0
  158. package/cloudguard/securityZone.js.map +1 -0
  159. package/cloudguard/target.d.ts +11 -3
  160. package/cloudguard/target.js +2 -0
  161. package/cloudguard/target.js.map +1 -1
  162. package/containerengine/cluster.d.ts +12 -0
  163. package/containerengine/cluster.js +2 -0
  164. package/containerengine/cluster.js.map +1 -1
  165. package/containerengine/getClusterOption.d.ts +5 -0
  166. package/containerengine/getClusterOption.js.map +1 -1
  167. package/containerengine/getNodePool.d.ts +12 -0
  168. package/containerengine/getNodePool.js.map +1 -1
  169. package/containerengine/getNodePools.d.ts +13 -0
  170. package/containerengine/getNodePools.js +2 -0
  171. package/containerengine/getNodePools.js.map +1 -1
  172. package/containerengine/nodePool.d.ts +41 -2
  173. package/containerengine/nodePool.js +18 -4
  174. package/containerengine/nodePool.js.map +1 -1
  175. package/core/bootVolume.d.ts +2 -2
  176. package/core/captureFilter.d.ts +208 -0
  177. package/core/captureFilter.js +140 -0
  178. package/core/captureFilter.js.map +1 -0
  179. package/core/getBootVolume.d.ts +2 -2
  180. package/core/getCaptureFilter.d.ts +84 -0
  181. package/core/getCaptureFilter.js +38 -0
  182. package/core/getCaptureFilter.js.map +1 -0
  183. package/core/getCaptureFilters.d.ts +84 -0
  184. package/core/getCaptureFilters.js +43 -0
  185. package/core/getCaptureFilters.js.map +1 -0
  186. package/core/getNatGateway.d.ts +4 -0
  187. package/core/getNatGateway.js.map +1 -1
  188. package/core/getVirtualCircuit.d.ts +2 -2
  189. package/core/getVtap.d.ts +137 -0
  190. package/core/getVtap.js +38 -0
  191. package/core/getVtap.js.map +1 -0
  192. package/core/getVtaps.d.ts +152 -0
  193. package/core/getVtaps.js +53 -0
  194. package/core/getVtaps.js.map +1 -0
  195. package/core/index.d.ts +6 -0
  196. package/core/index.js +14 -0
  197. package/core/index.js.map +1 -1
  198. package/core/instance.d.ts +7 -0
  199. package/core/instance.js +7 -0
  200. package/core/instance.js.map +1 -1
  201. package/core/instanceConfiguration.d.ts +7 -0
  202. package/core/instanceConfiguration.js +7 -0
  203. package/core/instanceConfiguration.js.map +1 -1
  204. package/core/internetGateway.d.ts +12 -0
  205. package/core/internetGateway.js +2 -0
  206. package/core/internetGateway.js.map +1 -1
  207. package/core/ipsecConnectionTunnelManagement.d.ts +3 -0
  208. package/core/ipsecConnectionTunnelManagement.js +2 -0
  209. package/core/ipsecConnectionTunnelManagement.js.map +1 -1
  210. package/core/natGateway.d.ts +13 -0
  211. package/core/natGateway.js +3 -0
  212. package/core/natGateway.js.map +1 -1
  213. package/core/virtualCircuit.d.ts +6 -6
  214. package/core/volume.d.ts +3 -3
  215. package/core/volumeAttachment.d.ts +13 -0
  216. package/core/volumeAttachment.js +3 -0
  217. package/core/volumeAttachment.js.map +1 -1
  218. package/core/vtap.d.ts +341 -0
  219. package/core/vtap.js +154 -0
  220. package/core/vtap.js.map +1 -0
  221. package/database/autonomousContainerDatabase.d.ts +40 -8
  222. package/database/autonomousContainerDatabase.js +8 -0
  223. package/database/autonomousContainerDatabase.js.map +1 -1
  224. package/database/autonomousDatabase.d.ts +68 -8
  225. package/database/autonomousDatabase.js +12 -0
  226. package/database/autonomousDatabase.js.map +1 -1
  227. package/database/autonomousDatabaseInstanceWalletManagement.d.ts +13 -0
  228. package/database/autonomousDatabaseInstanceWalletManagement.js +3 -0
  229. package/database/autonomousDatabaseInstanceWalletManagement.js.map +1 -1
  230. package/database/autonomousDatabaseRegionalWalletManagement.d.ts +16 -1
  231. package/database/autonomousDatabaseRegionalWalletManagement.js +6 -1
  232. package/database/autonomousDatabaseRegionalWalletManagement.js.map +1 -1
  233. package/database/autonomousExadataInfrastructure.d.ts +6 -6
  234. package/database/autonomousVmCluster.d.ts +26 -2
  235. package/database/autonomousVmCluster.js +6 -0
  236. package/database/autonomousVmCluster.js.map +1 -1
  237. package/database/cloudAutonomousVmCluster.d.ts +83 -6
  238. package/database/cloudAutonomousVmCluster.js +19 -0
  239. package/database/cloudAutonomousVmCluster.js.map +1 -1
  240. package/database/cloudDatabaseManagement.d.ts +48 -88
  241. package/database/cloudDatabaseManagement.js +16 -25
  242. package/database/cloudDatabaseManagement.js.map +1 -1
  243. package/database/cloudVmCluster.d.ts +21 -6
  244. package/database/cloudVmCluster.js +5 -0
  245. package/database/cloudVmCluster.js.map +1 -1
  246. package/database/dataGuardAssociation.d.ts +173 -6
  247. package/database/dataGuardAssociation.js +33 -0
  248. package/database/dataGuardAssociation.js.map +1 -1
  249. package/database/databaseSoftwareImage.d.ts +3 -3
  250. package/database/dbHome.d.ts +3 -3
  251. package/database/dbHome.js +0 -3
  252. package/database/dbHome.js.map +1 -1
  253. package/database/dbSystem.d.ts +32 -9
  254. package/database/dbSystem.js +4 -0
  255. package/database/dbSystem.js.map +1 -1
  256. package/database/dbSystemsUpgrade.d.ts +487 -0
  257. package/database/dbSystemsUpgrade.js +175 -0
  258. package/database/dbSystemsUpgrade.js.map +1 -0
  259. package/database/exadataInfrastructure.d.ts +13 -0
  260. package/database/exadataInfrastructure.js +3 -0
  261. package/database/exadataInfrastructure.js.map +1 -1
  262. package/database/externalContainerDatabase.d.ts +8 -0
  263. package/database/externalContainerDatabase.js +2 -0
  264. package/database/externalContainerDatabase.js.map +1 -1
  265. package/database/externalContainerDatabasesStackMonitoring.d.ts +94 -0
  266. package/database/externalContainerDatabasesStackMonitoring.js +84 -0
  267. package/database/externalContainerDatabasesStackMonitoring.js.map +1 -0
  268. package/database/externalDatabaseConnector.d.ts +1 -0
  269. package/database/externalDatabaseConnector.js +1 -0
  270. package/database/externalDatabaseConnector.js.map +1 -1
  271. package/database/externalNonContainerDatabase.d.ts +8 -0
  272. package/database/externalNonContainerDatabase.js +2 -0
  273. package/database/externalNonContainerDatabase.js.map +1 -1
  274. package/database/externalNonContainerDatabasesStackMonitoring.d.ts +94 -0
  275. package/database/externalNonContainerDatabasesStackMonitoring.js +84 -0
  276. package/database/externalNonContainerDatabasesStackMonitoring.js.map +1 -0
  277. package/database/externalPluggableDatabase.d.ts +8 -0
  278. package/database/externalPluggableDatabase.js +2 -0
  279. package/database/externalPluggableDatabase.js.map +1 -1
  280. package/database/externalPluggableDatabasesStackMonitoring.d.ts +94 -0
  281. package/database/externalPluggableDatabasesStackMonitoring.js +84 -0
  282. package/database/externalPluggableDatabasesStackMonitoring.js.map +1 -0
  283. package/database/getAutonomousCharacterSets.d.ts +65 -0
  284. package/database/getAutonomousCharacterSets.js +42 -0
  285. package/database/getAutonomousCharacterSets.js.map +1 -0
  286. package/database/getAutonomousContainerDatabase.d.ts +18 -2
  287. package/database/getAutonomousContainerDatabase.js.map +1 -1
  288. package/database/getAutonomousContainerDatabases.d.ts +1 -1
  289. package/database/getAutonomousDatabase.d.ts +28 -4
  290. package/database/getAutonomousDatabase.js.map +1 -1
  291. package/database/getAutonomousDatabaseInstanceWalletManagement.d.ts +1 -0
  292. package/database/getAutonomousDatabaseInstanceWalletManagement.js.map +1 -1
  293. package/database/getAutonomousDatabaseRegionalWalletManagement.d.ts +1 -0
  294. package/database/getAutonomousDatabases.d.ts +1 -1
  295. package/database/getAutonomousExadataInfrastructure.d.ts +2 -2
  296. package/database/getAutonomousVmCluster.d.ts +13 -1
  297. package/database/getAutonomousVmCluster.js.map +1 -1
  298. package/database/getCloudAutonomousVmCluster.d.ts +38 -2
  299. package/database/getCloudAutonomousVmCluster.js.map +1 -1
  300. package/database/getCloudVmCluster.d.ts +6 -2
  301. package/database/getCloudVmCluster.js.map +1 -1
  302. package/database/getDataGuardAssociation.d.ts +19 -0
  303. package/database/getDataGuardAssociation.js.map +1 -1
  304. package/database/getDatabaseSoftwareImage.d.ts +1 -1
  305. package/database/getDbNode.d.ts +2 -2
  306. package/database/getDbSystemComputePerformances.d.ts +55 -0
  307. package/database/getDbSystemComputePerformances.js +40 -0
  308. package/database/getDbSystemComputePerformances.js.map +1 -0
  309. package/database/getDbSystemStoragePerformances.d.ts +72 -0
  310. package/database/getDbSystemStoragePerformances.js +41 -0
  311. package/database/getDbSystemStoragePerformances.js.map +1 -0
  312. package/database/getDbSystemsUpgradeHistoryEntries.d.ts +78 -0
  313. package/database/getDbSystemsUpgradeHistoryEntries.js +43 -0
  314. package/database/getDbSystemsUpgradeHistoryEntries.js.map +1 -0
  315. package/database/getDbSystemsUpgradeHistoryEntry.d.ts +89 -0
  316. package/database/getDbSystemsUpgradeHistoryEntry.js +40 -0
  317. package/database/getDbSystemsUpgradeHistoryEntry.js.map +1 -0
  318. package/database/getDbVersions.d.ts +6 -6
  319. package/database/getExadataInfrastructure.d.ts +4 -0
  320. package/database/getExadataInfrastructure.js.map +1 -1
  321. package/database/getExternalContainerDatabase.d.ts +4 -0
  322. package/database/getExternalContainerDatabase.js.map +1 -1
  323. package/database/getExternalNonContainerDatabase.d.ts +4 -0
  324. package/database/getExternalNonContainerDatabase.js.map +1 -1
  325. package/database/getExternalPluggableDatabase.d.ts +4 -0
  326. package/database/getExternalPluggableDatabase.js.map +1 -1
  327. package/database/getVmCluster.d.ts +5 -0
  328. package/database/getVmCluster.js.map +1 -1
  329. package/database/index.d.ts +9 -0
  330. package/database/index.js +25 -0
  331. package/database/index.js.map +1 -1
  332. package/database/vmCluster.d.ts +16 -0
  333. package/database/vmCluster.js +5 -0
  334. package/database/vmCluster.js.map +1 -1
  335. package/database/vmClusterAddVirtualNetwork.d.ts +8 -0
  336. package/database/vmClusterAddVirtualNetwork.js +2 -0
  337. package/database/vmClusterAddVirtualNetwork.js.map +1 -1
  338. package/database/vmClusterRemoveVirtualMachine.d.ts +8 -0
  339. package/database/vmClusterRemoveVirtualMachine.js +2 -0
  340. package/database/vmClusterRemoveVirtualMachine.js.map +1 -1
  341. package/databasemanagement/getManagedDatabaseAddmTask.d.ts +76 -0
  342. package/databasemanagement/getManagedDatabaseAddmTask.js +43 -0
  343. package/databasemanagement/getManagedDatabaseAddmTask.js.map +1 -0
  344. package/databasemanagement/getManagedDatabaseAddmTasks.d.ts +79 -0
  345. package/databasemanagement/getManagedDatabaseAddmTasks.js +44 -0
  346. package/databasemanagement/getManagedDatabaseAddmTasks.js.map +1 -0
  347. package/databasemanagement/getManagedDatabaseAlertLogCount.d.ts +125 -0
  348. package/databasemanagement/getManagedDatabaseAlertLogCount.js +52 -0
  349. package/databasemanagement/getManagedDatabaseAlertLogCount.js.map +1 -0
  350. package/databasemanagement/getManagedDatabaseAlertLogCounts.d.ts +128 -0
  351. package/databasemanagement/getManagedDatabaseAlertLogCounts.js +53 -0
  352. package/databasemanagement/getManagedDatabaseAlertLogCounts.js.map +1 -0
  353. package/databasemanagement/getManagedDatabaseAttentionLogCount.d.ts +125 -0
  354. package/databasemanagement/getManagedDatabaseAttentionLogCount.js +52 -0
  355. package/databasemanagement/getManagedDatabaseAttentionLogCount.js.map +1 -0
  356. package/databasemanagement/getManagedDatabaseAttentionLogCounts.d.ts +128 -0
  357. package/databasemanagement/getManagedDatabaseAttentionLogCounts.js +53 -0
  358. package/databasemanagement/getManagedDatabaseAttentionLogCounts.js.map +1 -0
  359. package/databasemanagement/getManagedDatabaseSqlTuningSet.d.ts +78 -0
  360. package/databasemanagement/getManagedDatabaseSqlTuningSet.js +42 -0
  361. package/databasemanagement/getManagedDatabaseSqlTuningSet.js.map +1 -0
  362. package/databasemanagement/getManagedDatabaseSqlTuningSets.d.ts +81 -0
  363. package/databasemanagement/getManagedDatabaseSqlTuningSets.js +43 -0
  364. package/databasemanagement/getManagedDatabaseSqlTuningSets.js.map +1 -0
  365. package/databasemanagement/getManagedDatabaseUser.d.ts +2 -2
  366. package/databasemanagement/index.d.ts +8 -0
  367. package/databasemanagement/index.js +8 -0
  368. package/databasemanagement/index.js.map +1 -1
  369. package/databasetools/databaseToolsConnection.d.ts +25 -25
  370. package/databasetools/databaseToolsConnection.js +2 -2
  371. package/databasetools/databaseToolsPrivateEndpoint.d.ts +18 -18
  372. package/databasetools/databaseToolsPrivateEndpoint.js +1 -1
  373. package/databasetools/getDatabaseToolsConnection.d.ts +15 -15
  374. package/databasetools/getDatabaseToolsConnection.js +1 -1
  375. package/databasetools/getDatabaseToolsConnections.d.ts +10 -10
  376. package/databasetools/getDatabaseToolsConnections.js +1 -1
  377. package/databasetools/getDatabaseToolsEndpointService.d.ts +8 -8
  378. package/databasetools/getDatabaseToolsEndpointService.js +1 -1
  379. package/databasetools/getDatabaseToolsEndpointServices.d.ts +9 -9
  380. package/databasetools/getDatabaseToolsEndpointServices.js +1 -1
  381. package/databasetools/getDatabaseToolsPrivateEndpoint.d.ts +11 -11
  382. package/databasetools/getDatabaseToolsPrivateEndpoint.js +1 -1
  383. package/databasetools/getDatabaseToolsPrivateEndpoints.d.ts +12 -12
  384. package/databasetools/getDatabaseToolsPrivateEndpoints.js +1 -1
  385. package/dataconnectivity/getRegistryDataAsset.d.ts +4 -0
  386. package/dataconnectivity/getRegistryDataAsset.js.map +1 -1
  387. package/dataconnectivity/registryDataAsset.d.ts +13 -0
  388. package/dataconnectivity/registryDataAsset.js +3 -0
  389. package/dataconnectivity/registryDataAsset.js.map +1 -1
  390. package/dataconnectivity/registryFolder.d.ts +1 -0
  391. package/dataconnectivity/registryFolder.js +1 -0
  392. package/dataconnectivity/registryFolder.js.map +1 -1
  393. package/dataflow/application.d.ts +32 -0
  394. package/dataflow/application.js +12 -0
  395. package/dataflow/application.js.map +1 -1
  396. package/dataflow/getApplication.d.ts +8 -0
  397. package/dataflow/getApplication.js.map +1 -1
  398. package/dataflow/getInvokeRun.d.ts +8 -0
  399. package/dataflow/getInvokeRun.js.map +1 -1
  400. package/dataflow/invokeRun.d.ts +32 -0
  401. package/dataflow/invokeRun.js +12 -0
  402. package/dataflow/invokeRun.js.map +1 -1
  403. package/datalabellingservice/dataset.d.ts +20 -12
  404. package/datalabellingservice/dataset.js +8 -0
  405. package/datalabellingservice/dataset.js.map +1 -1
  406. package/datalabellingservice/getDataset.d.ts +3 -3
  407. package/datascience/modelDeployment.d.ts +4 -0
  408. package/datascience/modelDeployment.js +4 -0
  409. package/datascience/modelDeployment.js.map +1 -1
  410. package/devops/connection.d.ts +28 -2
  411. package/devops/connection.js +7 -4
  412. package/devops/connection.js.map +1 -1
  413. package/devops/deployArtifact.d.ts +1 -0
  414. package/devops/deployArtifact.js +1 -0
  415. package/devops/deployArtifact.js.map +1 -1
  416. package/devops/deployStage.d.ts +51 -3
  417. package/devops/deployStage.js +8 -0
  418. package/devops/deployStage.js.map +1 -1
  419. package/devops/getConnection.d.ts +8 -0
  420. package/devops/getConnection.js.map +1 -1
  421. package/devops/getDeployStage.d.ts +16 -0
  422. package/devops/getDeployStage.js.map +1 -1
  423. package/devops/getRepoFileLine.d.ts +82 -0
  424. package/devops/getRepoFileLine.js +44 -0
  425. package/devops/getRepoFileLine.js.map +1 -0
  426. package/devops/getRepositoryFileLine.d.ts +2 -2
  427. package/devops/getTrigger.d.ts +1 -1
  428. package/devops/index.d.ts +1 -0
  429. package/devops/index.js +1 -0
  430. package/devops/index.js.map +1 -1
  431. package/devops/trigger.d.ts +3 -3
  432. package/emwarehouse/emWarehouse.d.ts +229 -0
  433. package/emwarehouse/emWarehouse.js +119 -0
  434. package/emwarehouse/emWarehouse.js.map +1 -0
  435. package/emwarehouse/getEmWarehouse.d.ts +113 -0
  436. package/emwarehouse/getEmWarehouse.js +38 -0
  437. package/emwarehouse/getEmWarehouse.js.map +1 -0
  438. package/emwarehouse/getEmWarehouses.d.ts +106 -0
  439. package/emwarehouse/getEmWarehouses.js +48 -0
  440. package/emwarehouse/getEmWarehouses.js.map +1 -0
  441. package/emwarehouse/getEtlRun.d.ts +78 -0
  442. package/emwarehouse/getEtlRun.js +42 -0
  443. package/emwarehouse/getEtlRun.js.map +1 -0
  444. package/emwarehouse/getEtlRuns.d.ts +81 -0
  445. package/emwarehouse/getEtlRuns.js +43 -0
  446. package/emwarehouse/getEtlRuns.js.map +1 -0
  447. package/emwarehouse/getResourceUsage.d.ts +64 -0
  448. package/emwarehouse/getResourceUsage.js +38 -0
  449. package/emwarehouse/getResourceUsage.js.map +1 -0
  450. package/emwarehouse/index.d.ts +6 -0
  451. package/emwarehouse/index.js +42 -0
  452. package/emwarehouse/index.js.map +1 -0
  453. package/functions/function.d.ts +16 -0
  454. package/functions/function.js +6 -0
  455. package/functions/function.js.map +1 -1
  456. package/functions/getFunction.d.ts +4 -0
  457. package/functions/getFunction.js.map +1 -1
  458. package/functions/invokeFunction.d.ts +3 -3
  459. package/index.d.ts +9 -1
  460. package/index.js +18 -2
  461. package/index.js.map +1 -1
  462. package/licensemanager/configuration.d.ts +101 -0
  463. package/licensemanager/configuration.js +86 -0
  464. package/licensemanager/configuration.js.map +1 -0
  465. package/licensemanager/getConfiguration.d.ts +59 -0
  466. package/licensemanager/getConfiguration.js +38 -0
  467. package/licensemanager/getConfiguration.js.map +1 -0
  468. package/licensemanager/getLicenseMetric.d.ts +73 -0
  469. package/licensemanager/getLicenseMetric.js +40 -0
  470. package/licensemanager/getLicenseMetric.js.map +1 -0
  471. package/licensemanager/getLicenseRecord.d.ts +121 -0
  472. package/licensemanager/getLicenseRecord.js +38 -0
  473. package/licensemanager/getLicenseRecord.js.map +1 -0
  474. package/licensemanager/getLicenseRecords.d.ts +58 -0
  475. package/licensemanager/getLicenseRecords.js +39 -0
  476. package/licensemanager/getLicenseRecords.js.map +1 -0
  477. package/licensemanager/getProductLicense.d.ts +134 -0
  478. package/licensemanager/getProductLicense.js +38 -0
  479. package/licensemanager/getProductLicense.js.map +1 -0
  480. package/licensemanager/getProductLicenseConsumers.d.ts +72 -0
  481. package/licensemanager/getProductLicenseConsumers.js +42 -0
  482. package/licensemanager/getProductLicenseConsumers.js.map +1 -0
  483. package/licensemanager/getProductLicenses.d.ts +68 -0
  484. package/licensemanager/getProductLicenses.js +41 -0
  485. package/licensemanager/getProductLicenses.js.map +1 -0
  486. package/licensemanager/getTopUtilizedProductLicenses.d.ts +62 -0
  487. package/licensemanager/getTopUtilizedProductLicenses.js +40 -0
  488. package/licensemanager/getTopUtilizedProductLicenses.js.map +1 -0
  489. package/licensemanager/getTopUtilizedResources.d.ts +72 -0
  490. package/licensemanager/getTopUtilizedResources.js +42 -0
  491. package/licensemanager/getTopUtilizedResources.js.map +1 -0
  492. package/licensemanager/index.d.ts +12 -0
  493. package/licensemanager/index.js +56 -0
  494. package/licensemanager/index.js.map +1 -0
  495. package/licensemanager/licenseRecord.d.ts +265 -0
  496. package/licensemanager/licenseRecord.js +130 -0
  497. package/licensemanager/licenseRecord.js.map +1 -0
  498. package/licensemanager/productLicense.d.ts +283 -0
  499. package/licensemanager/productLicense.js +137 -0
  500. package/licensemanager/productLicense.js.map +1 -0
  501. package/limits/getQuota.d.ts +6 -0
  502. package/limits/getQuota.js.map +1 -1
  503. package/limits/quota.d.ts +26 -0
  504. package/limits/quota.js +9 -0
  505. package/limits/quota.js.map +1 -1
  506. package/managementagent/getManagementAgentPlugins.d.ts +12 -2
  507. package/managementagent/getManagementAgentPlugins.js +2 -0
  508. package/managementagent/getManagementAgentPlugins.js.map +1 -1
  509. package/managementagent/getManagementAgents.d.ts +28 -7
  510. package/managementagent/getManagementAgents.js +6 -1
  511. package/managementagent/getManagementAgents.js.map +1 -1
  512. package/meteringcomputation/getQueries.d.ts +9 -0
  513. package/meteringcomputation/getQueries.js.map +1 -1
  514. package/meteringcomputation/getSchedule.d.ts +98 -0
  515. package/meteringcomputation/getSchedule.js +38 -0
  516. package/meteringcomputation/getSchedule.js.map +1 -0
  517. package/meteringcomputation/getScheduledRun.d.ts +67 -0
  518. package/meteringcomputation/getScheduledRun.js +38 -0
  519. package/meteringcomputation/getScheduledRun.js.map +1 -0
  520. package/meteringcomputation/getScheduledRuns.d.ts +58 -0
  521. package/meteringcomputation/getScheduledRuns.js +39 -0
  522. package/meteringcomputation/getScheduledRuns.js.map +1 -0
  523. package/meteringcomputation/getSchedules.d.ts +80 -0
  524. package/meteringcomputation/getSchedules.js +41 -0
  525. package/meteringcomputation/getSchedules.js.map +1 -0
  526. package/meteringcomputation/index.d.ts +5 -0
  527. package/meteringcomputation/index.js +9 -0
  528. package/meteringcomputation/index.js.map +1 -1
  529. package/meteringcomputation/schedule.d.ts +230 -0
  530. package/meteringcomputation/schedule.js +141 -0
  531. package/meteringcomputation/schedule.js.map +1 -0
  532. package/meteringcomputation/usage.d.ts +9 -0
  533. package/meteringcomputation/usage.js.map +1 -1
  534. package/mysql/getMysqlDbSystem.d.ts +6 -4
  535. package/mysql/getMysqlDbSystem.js.map +1 -1
  536. package/mysql/getMysqlDbSystems.d.ts +1 -1
  537. package/mysql/mysqlDbSystem.d.ts +11 -6
  538. package/mysql/mysqlDbSystem.js +5 -0
  539. package/mysql/mysqlDbSystem.js.map +1 -1
  540. package/networkfirewall/getNetworkFirewall.d.ts +113 -0
  541. package/networkfirewall/getNetworkFirewall.js +38 -0
  542. package/networkfirewall/getNetworkFirewall.js.map +1 -0
  543. package/networkfirewall/getNetworkFirewallPolicies.d.ts +93 -0
  544. package/networkfirewall/getNetworkFirewallPolicies.js +45 -0
  545. package/networkfirewall/getNetworkFirewallPolicies.js.map +1 -0
  546. package/networkfirewall/getNetworkFirewallPolicy.d.ts +122 -0
  547. package/networkfirewall/getNetworkFirewallPolicy.js +38 -0
  548. package/networkfirewall/getNetworkFirewallPolicy.js.map +1 -0
  549. package/networkfirewall/getNetworkFirewalls.d.ts +119 -0
  550. package/networkfirewall/getNetworkFirewalls.js +49 -0
  551. package/networkfirewall/getNetworkFirewalls.js.map +1 -0
  552. package/networkfirewall/index.d.ts +6 -0
  553. package/networkfirewall/index.js +46 -0
  554. package/networkfirewall/index.js.map +1 -0
  555. package/networkfirewall/networkFirewall.d.ts +249 -0
  556. package/networkfirewall/networkFirewall.js +123 -0
  557. package/networkfirewall/networkFirewall.js.map +1 -0
  558. package/networkfirewall/networkFirewallPolicy.d.ts +306 -0
  559. package/networkfirewall/networkFirewallPolicy.js +157 -0
  560. package/networkfirewall/networkFirewallPolicy.js.map +1 -0
  561. package/networkloadbalancer/index.d.ts +1 -0
  562. package/networkloadbalancer/index.js +5 -0
  563. package/networkloadbalancer/index.js.map +1 -1
  564. package/networkloadbalancer/networkLoadBalancersBackendSetsUnified.d.ts +170 -0
  565. package/networkloadbalancer/networkLoadBalancersBackendSetsUnified.js +119 -0
  566. package/networkloadbalancer/networkLoadBalancersBackendSetsUnified.js.map +1 -0
  567. package/ocvp/esxiHost.d.ts +39 -3
  568. package/ocvp/esxiHost.js +6 -0
  569. package/ocvp/esxiHost.js.map +1 -1
  570. package/ocvp/getExsiHost.d.ts +12 -0
  571. package/ocvp/getExsiHost.js.map +1 -1
  572. package/ocvp/getSddc.d.ts +12 -0
  573. package/ocvp/getSddc.js.map +1 -1
  574. package/ocvp/getSupportedHostShapes.d.ts +0 -4
  575. package/ocvp/getSupportedHostShapes.js +0 -4
  576. package/ocvp/getSupportedHostShapes.js.map +1 -1
  577. package/ocvp/sddc.d.ts +39 -0
  578. package/ocvp/sddc.js +9 -0
  579. package/ocvp/sddc.js.map +1 -1
  580. package/oda/getOdaInstance.d.ts +38 -1
  581. package/oda/getOdaInstance.js.map +1 -1
  582. package/oda/odaInstance.d.ts +87 -4
  583. package/oda/odaInstance.js +21 -1
  584. package/oda/odaInstance.js.map +1 -1
  585. package/onesubsription/getAggregatedComputedUsages.d.ts +95 -0
  586. package/onesubsription/getAggregatedComputedUsages.js +33 -0
  587. package/onesubsription/getAggregatedComputedUsages.js.map +1 -0
  588. package/onesubsription/getBillingSchedules.d.ts +79 -0
  589. package/onesubsription/getBillingSchedules.js +44 -0
  590. package/onesubsription/getBillingSchedules.js.map +1 -0
  591. package/onesubsription/getCommitment.d.ts +75 -0
  592. package/onesubsription/getCommitment.js +38 -0
  593. package/onesubsription/getCommitment.js.map +1 -0
  594. package/onesubsription/getCommitments.d.ts +68 -0
  595. package/onesubsription/getCommitments.js +41 -0
  596. package/onesubsription/getCommitments.js.map +1 -0
  597. package/onesubsription/getComputedUsage.d.ts +164 -0
  598. package/onesubsription/getComputedUsage.js +42 -0
  599. package/onesubsription/getComputedUsage.js.map +1 -0
  600. package/onesubsription/getComputedUsages.d.ts +92 -0
  601. package/onesubsription/getComputedUsages.js +33 -0
  602. package/onesubsription/getComputedUsages.js.map +1 -0
  603. package/onesubsription/getInvoiceLineComputedUsages.d.ts +75 -0
  604. package/onesubsription/getInvoiceLineComputedUsages.js +43 -0
  605. package/onesubsription/getInvoiceLineComputedUsages.js.map +1 -0
  606. package/onesubsription/getInvoices.d.ts +95 -0
  607. package/onesubsription/getInvoices.js +47 -0
  608. package/onesubsription/getInvoices.js.map +1 -0
  609. package/onesubsription/getOrganizationSubscriptions.d.ts +55 -0
  610. package/onesubsription/getOrganizationSubscriptions.js +39 -0
  611. package/onesubsription/getOrganizationSubscriptions.js.map +1 -0
  612. package/onesubsription/getRatecards.d.ts +99 -0
  613. package/onesubsription/getRatecards.js +48 -0
  614. package/onesubsription/getRatecards.js.map +1 -0
  615. package/onesubsription/getSubscribedService.d.ts +501 -0
  616. package/onesubsription/getSubscribedService.js +40 -0
  617. package/onesubsription/getSubscribedService.js.map +1 -0
  618. package/onesubsription/getSubscribedServices.d.ts +94 -0
  619. package/onesubsription/getSubscribedServices.js +45 -0
  620. package/onesubsription/getSubscribedServices.js.map +1 -0
  621. package/onesubsription/getSubscriptions.d.ts +98 -0
  622. package/onesubsription/getSubscriptions.js +50 -0
  623. package/onesubsription/getSubscriptions.js.map +1 -0
  624. package/onesubsription/index.d.ts +13 -0
  625. package/onesubsription/index.js +33 -0
  626. package/onesubsription/index.js.map +1 -0
  627. package/opsi/databaseInsight.d.ts +13 -0
  628. package/opsi/databaseInsight.js +3 -0
  629. package/opsi/databaseInsight.js.map +1 -1
  630. package/opsi/getDatabaseInsight.d.ts +1 -0
  631. package/opsi/getDatabaseInsight.js.map +1 -1
  632. package/osmanagement/getManagedInstanceModuleStreams.d.ts +121 -0
  633. package/osmanagement/getManagedInstanceModuleStreams.js +67 -0
  634. package/osmanagement/getManagedInstanceModuleStreams.js.map +1 -0
  635. package/osmanagement/getManagedInstanceStreamProfile.d.ts +137 -0
  636. package/osmanagement/getManagedInstanceStreamProfile.js +72 -0
  637. package/osmanagement/getManagedInstanceStreamProfile.js.map +1 -0
  638. package/osmanagement/getSoftwareSourceModuleStream.d.ts +96 -0
  639. package/osmanagement/getSoftwareSourceModuleStream.js +42 -0
  640. package/osmanagement/getSoftwareSourceModuleStream.js.map +1 -0
  641. package/osmanagement/getSoftwareSourceModuleStreamProfile.d.ts +98 -0
  642. package/osmanagement/getSoftwareSourceModuleStreamProfile.js +44 -0
  643. package/osmanagement/getSoftwareSourceModuleStreamProfile.js.map +1 -0
  644. package/osmanagement/getSoftwareSourceStreamProfile.d.ts +116 -0
  645. package/osmanagement/getSoftwareSourceStreamProfile.js +59 -0
  646. package/osmanagement/getSoftwareSourceStreamProfile.js.map +1 -0
  647. package/osmanagement/index.d.ts +5 -0
  648. package/osmanagement/index.js +5 -0
  649. package/osmanagement/index.js.map +1 -1
  650. package/package.json +2 -2
  651. package/package.json.dev +2 -2
  652. package/resourcemanager/getPrivateEndpoint.d.ts +103 -0
  653. package/resourcemanager/getPrivateEndpoint.js +38 -0
  654. package/resourcemanager/getPrivateEndpoint.js.map +1 -0
  655. package/resourcemanager/getPrivateEndpointReachableIp.d.ts +61 -0
  656. package/resourcemanager/getPrivateEndpointReachableIp.js +40 -0
  657. package/resourcemanager/getPrivateEndpointReachableIp.js.map +1 -0
  658. package/resourcemanager/getPrivateEndpoints.d.ts +96 -0
  659. package/resourcemanager/getPrivateEndpoints.js +48 -0
  660. package/resourcemanager/getPrivateEndpoints.js.map +1 -0
  661. package/resourcemanager/index.d.ts +4 -0
  662. package/resourcemanager/index.js +20 -0
  663. package/resourcemanager/index.js.map +1 -1
  664. package/resourcemanager/privateEndpoint.d.ts +229 -0
  665. package/resourcemanager/privateEndpoint.js +122 -0
  666. package/resourcemanager/privateEndpoint.js.map +1 -0
  667. package/sch/connector.d.ts +12 -0
  668. package/sch/connector.js +12 -0
  669. package/sch/connector.js.map +1 -1
  670. package/servicemesh/accessPolicy.d.ts +230 -0
  671. package/servicemesh/accessPolicy.js +130 -0
  672. package/servicemesh/accessPolicy.js.map +1 -0
  673. package/servicemesh/getAccessPolicies.d.ts +106 -0
  674. package/servicemesh/getAccessPolicies.js +47 -0
  675. package/servicemesh/getAccessPolicies.js.map +1 -0
  676. package/servicemesh/getAccessPolicy.d.ts +102 -0
  677. package/servicemesh/getAccessPolicy.js +38 -0
  678. package/servicemesh/getAccessPolicy.js.map +1 -0
  679. package/servicemesh/getIngressGateway.d.ts +110 -0
  680. package/servicemesh/getIngressGateway.js +38 -0
  681. package/servicemesh/getIngressGateway.js.map +1 -0
  682. package/servicemesh/getIngressGatewayRouteTable.d.ts +106 -0
  683. package/servicemesh/getIngressGatewayRouteTable.js +38 -0
  684. package/servicemesh/getIngressGatewayRouteTable.js.map +1 -0
  685. package/servicemesh/getIngressGatewayRouteTables.d.ts +106 -0
  686. package/servicemesh/getIngressGatewayRouteTables.js +47 -0
  687. package/servicemesh/getIngressGatewayRouteTables.js.map +1 -0
  688. package/servicemesh/getIngressGateways.d.ts +106 -0
  689. package/servicemesh/getIngressGateways.js +47 -0
  690. package/servicemesh/getIngressGateways.js.map +1 -0
  691. package/servicemesh/getMesh.d.ts +102 -0
  692. package/servicemesh/getMesh.js +38 -0
  693. package/servicemesh/getMesh.js.map +1 -0
  694. package/servicemesh/getMeshes.d.ts +93 -0
  695. package/servicemesh/getMeshes.js +45 -0
  696. package/servicemesh/getMeshes.js.map +1 -0
  697. package/servicemesh/getProxyDetail.d.ts +29 -0
  698. package/servicemesh/getProxyDetail.js +30 -0
  699. package/servicemesh/getProxyDetail.js.map +1 -0
  700. package/servicemesh/getVirtualDeployment.d.ts +110 -0
  701. package/servicemesh/getVirtualDeployment.js +38 -0
  702. package/servicemesh/getVirtualDeployment.js.map +1 -0
  703. package/servicemesh/getVirtualDeployments.d.ts +106 -0
  704. package/servicemesh/getVirtualDeployments.js +47 -0
  705. package/servicemesh/getVirtualDeployments.js.map +1 -0
  706. package/servicemesh/getVirtualService.d.ts +110 -0
  707. package/servicemesh/getVirtualService.js +38 -0
  708. package/servicemesh/getVirtualService.js.map +1 -0
  709. package/servicemesh/getVirtualServiceRouteTable.d.ts +106 -0
  710. package/servicemesh/getVirtualServiceRouteTable.js +38 -0
  711. package/servicemesh/getVirtualServiceRouteTable.js.map +1 -0
  712. package/servicemesh/getVirtualServiceRouteTables.d.ts +106 -0
  713. package/servicemesh/getVirtualServiceRouteTables.js +47 -0
  714. package/servicemesh/getVirtualServiceRouteTables.js.map +1 -0
  715. package/servicemesh/getVirtualServices.d.ts +106 -0
  716. package/servicemesh/getVirtualServices.js +47 -0
  717. package/servicemesh/getVirtualServices.js.map +1 -0
  718. package/servicemesh/index.d.ts +22 -0
  719. package/servicemesh/index.js +82 -0
  720. package/servicemesh/index.js.map +1 -0
  721. package/servicemesh/ingressGateway.d.ts +263 -0
  722. package/servicemesh/ingressGateway.js +146 -0
  723. package/servicemesh/ingressGateway.js.map +1 -0
  724. package/servicemesh/ingressGatewayRouteTable.d.ts +239 -0
  725. package/servicemesh/ingressGatewayRouteTable.js +132 -0
  726. package/servicemesh/ingressGatewayRouteTable.js.map +1 -0
  727. package/servicemesh/mesh.d.ts +215 -0
  728. package/servicemesh/mesh.js +118 -0
  729. package/servicemesh/mesh.js.map +1 -0
  730. package/servicemesh/virtualDeployment.d.ts +244 -0
  731. package/servicemesh/virtualDeployment.js +130 -0
  732. package/servicemesh/virtualDeployment.js.map +1 -0
  733. package/servicemesh/virtualService.d.ts +241 -0
  734. package/servicemesh/virtualService.js +121 -0
  735. package/servicemesh/virtualService.js.map +1 -0
  736. package/servicemesh/virtualServiceRouteTable.d.ts +233 -0
  737. package/servicemesh/virtualServiceRouteTable.js +126 -0
  738. package/servicemesh/virtualServiceRouteTable.js.map +1 -0
  739. package/types/input.d.ts +3472 -675
  740. package/types/output.d.ts +17408 -5037
  741. package/vnmonitoring/getPathAnalyzerTest.d.ts +106 -0
  742. package/vnmonitoring/getPathAnalyzerTest.js +38 -0
  743. package/vnmonitoring/getPathAnalyzerTest.js.map +1 -0
  744. package/vnmonitoring/getPathAnalyzerTests.d.ts +84 -0
  745. package/vnmonitoring/getPathAnalyzerTests.js +43 -0
  746. package/vnmonitoring/getPathAnalyzerTests.js.map +1 -0
  747. package/vnmonitoring/index.d.ts +4 -0
  748. package/vnmonitoring/index.js +44 -0
  749. package/vnmonitoring/index.js.map +1 -0
  750. package/vnmonitoring/pathAnalysi.d.ts +212 -0
  751. package/vnmonitoring/pathAnalysi.js +135 -0
  752. package/vnmonitoring/pathAnalysi.js.map +1 -0
  753. package/vnmonitoring/pathAnalyzerTest.d.ts +257 -0
  754. package/vnmonitoring/pathAnalyzerTest.js +149 -0
  755. package/vnmonitoring/pathAnalyzerTest.js.map +1 -0
  756. package/vulnerabilityscanning/getHostScanRecipe.d.ts +4 -0
  757. package/vulnerabilityscanning/getHostScanRecipe.js.map +1 -1
  758. package/vulnerabilityscanning/hostScanRecipe.d.ts +20 -0
  759. package/vulnerabilityscanning/hostScanRecipe.js +10 -0
  760. package/vulnerabilityscanning/hostScanRecipe.js.map +1 -1
  761. package/waa/appAcceleration.d.ts +217 -0
  762. package/waa/appAcceleration.js +118 -0
  763. package/waa/appAcceleration.js.map +1 -0
  764. package/waa/appAccelerationPolicy.d.ts +211 -0
  765. package/waa/appAccelerationPolicy.js +112 -0
  766. package/waa/appAccelerationPolicy.js.map +1 -0
  767. package/waa/getAppAcceleration.d.ts +101 -0
  768. package/waa/getAppAcceleration.js +38 -0
  769. package/waa/getAppAcceleration.js.map +1 -0
  770. package/waa/getAppAccelerationPolicies.d.ts +93 -0
  771. package/waa/getAppAccelerationPolicies.js +45 -0
  772. package/waa/getAppAccelerationPolicies.js.map +1 -0
  773. package/waa/getAppAccelerationPolicy.d.ts +98 -0
  774. package/waa/getAppAccelerationPolicy.js +38 -0
  775. package/waa/getAppAccelerationPolicy.js.map +1 -0
  776. package/waa/getAppAccelerations.d.ts +106 -0
  777. package/waa/getAppAccelerations.js +47 -0
  778. package/waa/getAppAccelerations.js.map +1 -0
  779. package/waa/index.d.ts +6 -0
  780. package/waa/index.js +46 -0
  781. package/waa/index.js.map +1 -0
  782. package/waf/appFirewallPolicy.d.ts +4 -0
  783. package/waf/appFirewallPolicy.js +4 -0
  784. package/waf/appFirewallPolicy.js.map +1 -1
  785. package/waf/networkAddressList.d.ts +1 -1
@@ -0,0 +1,85 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This data source provides details about a specific Knowledge Base resource in Oracle Cloud Infrastructure ADM service.
4
+ *
5
+ * Returns the details of the specified Knowledge Base.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as oci from "@pulumi/oci";
12
+ *
13
+ * const testKnowledgeBase = oci.Adm.getKnowledgebase({
14
+ * knowledgeBaseId: oci_adm_knowledge_base.test_knowledge_base.id,
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getKnowledgebase(args: GetKnowledgebaseArgs, opts?: pulumi.InvokeOptions): Promise<GetKnowledgebaseResult>;
19
+ /**
20
+ * A collection of arguments for invoking getKnowledgebase.
21
+ */
22
+ export interface GetKnowledgebaseArgs {
23
+ /**
24
+ * The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)) of a Knowledge Base, as a URL path parameter.
25
+ */
26
+ knowledgeBaseId: string;
27
+ }
28
+ /**
29
+ * A collection of values returned by getKnowledgebase.
30
+ */
31
+ export interface GetKnowledgebaseResult {
32
+ /**
33
+ * The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)) of the Knowledge Base's compartment.
34
+ */
35
+ readonly compartmentId: string;
36
+ /**
37
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
38
+ */
39
+ readonly definedTags: {
40
+ [key: string]: any;
41
+ };
42
+ /**
43
+ * The name of the Knowledge Base.
44
+ */
45
+ readonly displayName: string;
46
+ /**
47
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
48
+ */
49
+ readonly freeformTags: {
50
+ [key: string]: any;
51
+ };
52
+ /**
53
+ * The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)) of the Knowledge Base.
54
+ */
55
+ readonly id: string;
56
+ readonly knowledgeBaseId: string;
57
+ /**
58
+ * The current lifecycle state of the Knowledge Base.
59
+ */
60
+ readonly state: string;
61
+ /**
62
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
63
+ */
64
+ readonly systemTags: {
65
+ [key: string]: any;
66
+ };
67
+ /**
68
+ * The creation date and time of the Knowledge Base (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
69
+ */
70
+ readonly timeCreated: string;
71
+ /**
72
+ * The date and time the Knowledge Base was last updated (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
73
+ */
74
+ readonly timeUpdated: string;
75
+ }
76
+ export declare function getKnowledgebaseOutput(args: GetKnowledgebaseOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetKnowledgebaseResult>;
77
+ /**
78
+ * A collection of arguments for invoking getKnowledgebase.
79
+ */
80
+ export interface GetKnowledgebaseOutputArgs {
81
+ /**
82
+ * The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)) of a Knowledge Base, as a URL path parameter.
83
+ */
84
+ knowledgeBaseId: pulumi.Input<string>;
85
+ }
@@ -0,0 +1,38 @@
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.getKnowledgebaseOutput = exports.getKnowledgebase = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides details about a specific Knowledge Base resource in Oracle Cloud Infrastructure ADM service.
10
+ *
11
+ * Returns the details of the specified Knowledge Base.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testKnowledgeBase = oci.Adm.getKnowledgebase({
20
+ * knowledgeBaseId: oci_adm_knowledge_base.test_knowledge_base.id,
21
+ * });
22
+ * ```
23
+ */
24
+ function getKnowledgebase(args, opts) {
25
+ if (!opts) {
26
+ opts = {};
27
+ }
28
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
29
+ return pulumi.runtime.invoke("oci:Adm/getKnowledgebase:getKnowledgebase", {
30
+ "knowledgeBaseId": args.knowledgeBaseId,
31
+ }, opts);
32
+ }
33
+ exports.getKnowledgebase = getKnowledgebase;
34
+ function getKnowledgebaseOutput(args, opts) {
35
+ return pulumi.output(args).apply(a => getKnowledgebase(a, opts));
36
+ }
37
+ exports.getKnowledgebaseOutput = getKnowledgebaseOutput;
38
+ //# sourceMappingURL=getKnowledgebase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getKnowledgebase.js","sourceRoot":"","sources":["../../adm/getKnowledgebase.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4CASC;AAuDD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
@@ -0,0 +1,94 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * This data source provides the list of Knowledge Bases in Oracle Cloud Infrastructure ADM service.
5
+ *
6
+ * Returns a list of KnowledgeBases based on the specified query parameters.
7
+ * At least id or compartmentId query parameter must be provided.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as oci from "@pulumi/oci";
14
+ *
15
+ * const testKnowledgeBases = oci.Adm.getKnowledgebases({
16
+ * compartmentId: _var.compartment_id,
17
+ * displayName: _var.knowledge_base_display_name,
18
+ * id: _var.knowledge_base_id,
19
+ * state: _var.knowledge_base_state,
20
+ * });
21
+ * ```
22
+ */
23
+ export declare function getKnowledgebases(args?: GetKnowledgebasesArgs, opts?: pulumi.InvokeOptions): Promise<GetKnowledgebasesResult>;
24
+ /**
25
+ * A collection of arguments for invoking getKnowledgebases.
26
+ */
27
+ export interface GetKnowledgebasesArgs {
28
+ /**
29
+ * A filter to return only resources that belong to the specified compartment identifier.
30
+ */
31
+ compartmentId?: string;
32
+ /**
33
+ * A filter to return only resources that match the entire display name given.
34
+ */
35
+ displayName?: string;
36
+ filters?: inputs.Adm.GetKnowledgebasesFilter[];
37
+ /**
38
+ * A filter to return only resources that match the specified identifier.
39
+ */
40
+ id?: string;
41
+ /**
42
+ * A filter to return only Knowledge Bases that match the specified lifecycleState.
43
+ */
44
+ state?: string;
45
+ }
46
+ /**
47
+ * A collection of values returned by getKnowledgebases.
48
+ */
49
+ export interface GetKnowledgebasesResult {
50
+ /**
51
+ * The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)) of the Knowledge Base's compartment.
52
+ */
53
+ readonly compartmentId?: string;
54
+ /**
55
+ * The name of the Knowledge Base.
56
+ */
57
+ readonly displayName?: string;
58
+ readonly filters?: outputs.Adm.GetKnowledgebasesFilter[];
59
+ /**
60
+ * The Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)) of the Knowledge Base.
61
+ */
62
+ readonly id?: string;
63
+ /**
64
+ * The list of knowledge_base_collection.
65
+ */
66
+ readonly knowledgeBaseCollections: outputs.Adm.GetKnowledgebasesKnowledgeBaseCollection[];
67
+ /**
68
+ * The current lifecycle state of the Knowledge Base.
69
+ */
70
+ readonly state?: string;
71
+ }
72
+ export declare function getKnowledgebasesOutput(args?: GetKnowledgebasesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetKnowledgebasesResult>;
73
+ /**
74
+ * A collection of arguments for invoking getKnowledgebases.
75
+ */
76
+ export interface GetKnowledgebasesOutputArgs {
77
+ /**
78
+ * A filter to return only resources that belong to the specified compartment identifier.
79
+ */
80
+ compartmentId?: pulumi.Input<string>;
81
+ /**
82
+ * A filter to return only resources that match the entire display name given.
83
+ */
84
+ displayName?: pulumi.Input<string>;
85
+ filters?: pulumi.Input<pulumi.Input<inputs.Adm.GetKnowledgebasesFilterArgs>[]>;
86
+ /**
87
+ * A filter to return only resources that match the specified identifier.
88
+ */
89
+ id?: pulumi.Input<string>;
90
+ /**
91
+ * A filter to return only Knowledge Bases that match the specified lifecycleState.
92
+ */
93
+ state?: pulumi.Input<string>;
94
+ }
@@ -0,0 +1,47 @@
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.getKnowledgebasesOutput = exports.getKnowledgebases = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides the list of Knowledge Bases in Oracle Cloud Infrastructure ADM service.
10
+ *
11
+ * Returns a list of KnowledgeBases based on the specified query parameters.
12
+ * At least id or compartmentId query parameter must be provided.
13
+ *
14
+ * ## Example Usage
15
+ *
16
+ * ```typescript
17
+ * import * as pulumi from "@pulumi/pulumi";
18
+ * import * as oci from "@pulumi/oci";
19
+ *
20
+ * const testKnowledgeBases = oci.Adm.getKnowledgebases({
21
+ * compartmentId: _var.compartment_id,
22
+ * displayName: _var.knowledge_base_display_name,
23
+ * id: _var.knowledge_base_id,
24
+ * state: _var.knowledge_base_state,
25
+ * });
26
+ * ```
27
+ */
28
+ function getKnowledgebases(args, opts) {
29
+ args = args || {};
30
+ if (!opts) {
31
+ opts = {};
32
+ }
33
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
34
+ return pulumi.runtime.invoke("oci:Adm/getKnowledgebases:getKnowledgebases", {
35
+ "compartmentId": args.compartmentId,
36
+ "displayName": args.displayName,
37
+ "filters": args.filters,
38
+ "id": args.id,
39
+ "state": args.state,
40
+ }, opts);
41
+ }
42
+ exports.getKnowledgebases = getKnowledgebases;
43
+ function getKnowledgebasesOutput(args, opts) {
44
+ return pulumi.output(args).apply(a => getKnowledgebases(a, opts));
45
+ }
46
+ exports.getKnowledgebasesOutput = getKnowledgebasesOutput;
47
+ //# sourceMappingURL=getKnowledgebases.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getKnowledgebases.js","sourceRoot":"","sources":["../../adm/getKnowledgebases.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,8CAcC;AAoDD,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,0DAEC"}
@@ -0,0 +1,119 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { output as outputs } from "../types";
3
+ /**
4
+ * This data source provides details about a specific Vulnerability Audit resource in Oracle Cloud Infrastructure ADM service.
5
+ *
6
+ * Returns the details of the specified Vulnerability Audit.
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testVulnerabilityAudit = oci.Adm.getVulnerabilityAudit({
15
+ * vulnerabilityAuditId: oci_adm_vulnerability_audit.test_vulnerability_audit.id,
16
+ * });
17
+ * ```
18
+ */
19
+ export declare function getVulnerabilityAudit(args: GetVulnerabilityAuditArgs, opts?: pulumi.InvokeOptions): Promise<GetVulnerabilityAuditResult>;
20
+ /**
21
+ * A collection of arguments for invoking getVulnerabilityAudit.
22
+ */
23
+ export interface GetVulnerabilityAuditArgs {
24
+ /**
25
+ * Unique Vulnerability Audit identifier path parameter.
26
+ */
27
+ vulnerabilityAuditId: string;
28
+ }
29
+ /**
30
+ * A collection of values returned by getVulnerabilityAudit.
31
+ */
32
+ export interface GetVulnerabilityAuditResult {
33
+ readonly applicationDependencies: outputs.Adm.GetVulnerabilityAuditApplicationDependency[];
34
+ /**
35
+ * The type of the build tool.
36
+ */
37
+ readonly buildType: string;
38
+ /**
39
+ * The Oracle Cloud identifier ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)) of the compartment associated with the Vulnerability Audit.
40
+ */
41
+ readonly compartmentId: string;
42
+ /**
43
+ * Configuration for a Vulnerability Audit type: object
44
+ */
45
+ readonly configurations: outputs.Adm.GetVulnerabilityAuditConfiguration[];
46
+ /**
47
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
48
+ */
49
+ readonly definedTags: {
50
+ [key: string]: any;
51
+ };
52
+ /**
53
+ * The name of the Vulnerability Audit.
54
+ */
55
+ readonly displayName: string;
56
+ /**
57
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
58
+ */
59
+ readonly freeformTags: {
60
+ [key: string]: any;
61
+ };
62
+ /**
63
+ * Unique vulnerability identifier.
64
+ */
65
+ readonly id: string;
66
+ /**
67
+ * Indicates if an audit succeeded according to the configuration. The value is `null` if the audit is in the `CREATING` state.
68
+ */
69
+ readonly isSuccess: boolean;
70
+ /**
71
+ * The Oracle Cloud identifier ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)) of the Knowledge Base.
72
+ */
73
+ readonly knowledgeBaseId: string;
74
+ /**
75
+ * Maximum Common Vulnerability Scoring System Version 2 score of vulnerabilities.
76
+ */
77
+ readonly maxObservedCvssV2score: number;
78
+ /**
79
+ * Maximum Common Vulnerability Scoring System Version 3 score of vulnerabilities.
80
+ */
81
+ readonly maxObservedCvssV3score: number;
82
+ /**
83
+ * The current lifecycle state of the Vulnerability Audit.
84
+ */
85
+ readonly state: string;
86
+ /**
87
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
88
+ */
89
+ readonly systemTags: {
90
+ [key: string]: any;
91
+ };
92
+ /**
93
+ * The creation date and time of the Vulnerability Audit (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
94
+ */
95
+ readonly timeCreated: string;
96
+ /**
97
+ * The update date and time of the Vulnerability Audit (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
98
+ */
99
+ readonly timeUpdated: string;
100
+ /**
101
+ * List of vulnerabilities found in the Vulnerability Audit.
102
+ */
103
+ readonly vulnerabilities: outputs.Adm.GetVulnerabilityAuditVulnerability[];
104
+ readonly vulnerabilityAuditId: string;
105
+ /**
106
+ * Count of vulnerable artifacts.
107
+ */
108
+ readonly vulnerableArtifactsCount: number;
109
+ }
110
+ export declare function getVulnerabilityAuditOutput(args: GetVulnerabilityAuditOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVulnerabilityAuditResult>;
111
+ /**
112
+ * A collection of arguments for invoking getVulnerabilityAudit.
113
+ */
114
+ export interface GetVulnerabilityAuditOutputArgs {
115
+ /**
116
+ * Unique Vulnerability Audit identifier path parameter.
117
+ */
118
+ vulnerabilityAuditId: pulumi.Input<string>;
119
+ }
@@ -0,0 +1,38 @@
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.getVulnerabilityAuditOutput = exports.getVulnerabilityAudit = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides details about a specific Vulnerability Audit resource in Oracle Cloud Infrastructure ADM service.
10
+ *
11
+ * Returns the details of the specified Vulnerability Audit.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testVulnerabilityAudit = oci.Adm.getVulnerabilityAudit({
20
+ * vulnerabilityAuditId: oci_adm_vulnerability_audit.test_vulnerability_audit.id,
21
+ * });
22
+ * ```
23
+ */
24
+ function getVulnerabilityAudit(args, opts) {
25
+ if (!opts) {
26
+ opts = {};
27
+ }
28
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
29
+ return pulumi.runtime.invoke("oci:Adm/getVulnerabilityAudit:getVulnerabilityAudit", {
30
+ "vulnerabilityAuditId": args.vulnerabilityAuditId,
31
+ }, opts);
32
+ }
33
+ exports.getVulnerabilityAudit = getVulnerabilityAudit;
34
+ function getVulnerabilityAuditOutput(args, opts) {
35
+ return pulumi.output(args).apply(a => getVulnerabilityAudit(a, opts));
36
+ }
37
+ exports.getVulnerabilityAuditOutput = getVulnerabilityAuditOutput;
38
+ //# sourceMappingURL=getVulnerabilityAudit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVulnerabilityAudit.js","sourceRoot":"","sources":["../../adm/getVulnerabilityAudit.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sDASC;AAwFD,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,kEAEC"}
@@ -0,0 +1,98 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * This data source provides the list of Vulnerability Audit Application Dependency Vulnerabilities in Oracle Cloud Infrastructure ADM service.
5
+ *
6
+ * Returns a list of Application Dependencies with their associated vulnerabilities.
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testVulnerabilityAuditApplicationDependencyVulnerabilities = oci.Adm.getVulnerabilityAuditApplicationDependencyVulnerabilities({
15
+ * vulnerabilityAuditId: oci_adm_vulnerability_audit.test_vulnerability_audit.id,
16
+ * cvssV2greaterThanOrEqual: _var.vulnerability_audit_application_dependency_vulnerability_cvss_v2greater_than_or_equal,
17
+ * cvssV3greaterThanOrEqual: _var.vulnerability_audit_application_dependency_vulnerability_cvss_v3greater_than_or_equal,
18
+ * gav: _var.vulnerability_audit_application_dependency_vulnerability_gav,
19
+ * vulnerabilityId: oci_adm_vulnerability.test_vulnerability.id,
20
+ * });
21
+ * ```
22
+ */
23
+ export declare function getVulnerabilityAuditApplicationDependencyVulnerabilities(args: GetVulnerabilityAuditApplicationDependencyVulnerabilitiesArgs, opts?: pulumi.InvokeOptions): Promise<GetVulnerabilityAuditApplicationDependencyVulnerabilitiesResult>;
24
+ /**
25
+ * A collection of arguments for invoking getVulnerabilityAuditApplicationDependencyVulnerabilities.
26
+ */
27
+ export interface GetVulnerabilityAuditApplicationDependencyVulnerabilitiesArgs {
28
+ /**
29
+ * A filter that returns only Vulnerability Audits that have a Common Vulnerability Scoring System Version 2 (CVSS V2) greater or equal than the specified value.
30
+ */
31
+ cvssV2greaterThanOrEqual?: number;
32
+ /**
33
+ * A filter that returns only Vulnerability Audits that have a Common Vulnerability Scoring System Version 3 (CVSS V3) greater or equal than the specified value.
34
+ */
35
+ cvssV3greaterThanOrEqual?: number;
36
+ filters?: inputs.Adm.GetVulnerabilityAuditApplicationDependencyVulnerabilitiesFilter[];
37
+ /**
38
+ * A filter to return only resources that match the entire GAV (Group Artifact Version) identifier given.
39
+ */
40
+ gav?: string;
41
+ /**
42
+ * Unique Vulnerability Audit identifier path parameter.
43
+ */
44
+ vulnerabilityAuditId: string;
45
+ /**
46
+ * A filter to return only Vulnerability Audits that match the specified id.
47
+ */
48
+ vulnerabilityId?: string;
49
+ }
50
+ /**
51
+ * A collection of values returned by getVulnerabilityAuditApplicationDependencyVulnerabilities.
52
+ */
53
+ export interface GetVulnerabilityAuditApplicationDependencyVulnerabilitiesResult {
54
+ /**
55
+ * The list of application_dependency_vulnerability_collection.
56
+ */
57
+ readonly applicationDependencyVulnerabilityCollections: outputs.Adm.GetVulnerabilityAuditApplicationDependencyVulnerabilitiesApplicationDependencyVulnerabilityCollection[];
58
+ readonly cvssV2greaterThanOrEqual?: number;
59
+ readonly cvssV3greaterThanOrEqual?: number;
60
+ readonly filters?: outputs.Adm.GetVulnerabilityAuditApplicationDependencyVulnerabilitiesFilter[];
61
+ /**
62
+ * Unique Group Artifact Version (GAV) identifier (Group:Artifact:Version).
63
+ */
64
+ readonly gav?: string;
65
+ /**
66
+ * The provider-assigned unique ID for this managed resource.
67
+ */
68
+ readonly id: string;
69
+ readonly vulnerabilityAuditId: string;
70
+ readonly vulnerabilityId?: string;
71
+ }
72
+ export declare function getVulnerabilityAuditApplicationDependencyVulnerabilitiesOutput(args: GetVulnerabilityAuditApplicationDependencyVulnerabilitiesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVulnerabilityAuditApplicationDependencyVulnerabilitiesResult>;
73
+ /**
74
+ * A collection of arguments for invoking getVulnerabilityAuditApplicationDependencyVulnerabilities.
75
+ */
76
+ export interface GetVulnerabilityAuditApplicationDependencyVulnerabilitiesOutputArgs {
77
+ /**
78
+ * A filter that returns only Vulnerability Audits that have a Common Vulnerability Scoring System Version 2 (CVSS V2) greater or equal than the specified value.
79
+ */
80
+ cvssV2greaterThanOrEqual?: pulumi.Input<number>;
81
+ /**
82
+ * A filter that returns only Vulnerability Audits that have a Common Vulnerability Scoring System Version 3 (CVSS V3) greater or equal than the specified value.
83
+ */
84
+ cvssV3greaterThanOrEqual?: pulumi.Input<number>;
85
+ filters?: pulumi.Input<pulumi.Input<inputs.Adm.GetVulnerabilityAuditApplicationDependencyVulnerabilitiesFilterArgs>[]>;
86
+ /**
87
+ * A filter to return only resources that match the entire GAV (Group Artifact Version) identifier given.
88
+ */
89
+ gav?: pulumi.Input<string>;
90
+ /**
91
+ * Unique Vulnerability Audit identifier path parameter.
92
+ */
93
+ vulnerabilityAuditId: pulumi.Input<string>;
94
+ /**
95
+ * A filter to return only Vulnerability Audits that match the specified id.
96
+ */
97
+ vulnerabilityId?: pulumi.Input<string>;
98
+ }
@@ -0,0 +1,47 @@
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.getVulnerabilityAuditApplicationDependencyVulnerabilitiesOutput = exports.getVulnerabilityAuditApplicationDependencyVulnerabilities = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides the list of Vulnerability Audit Application Dependency Vulnerabilities in Oracle Cloud Infrastructure ADM service.
10
+ *
11
+ * Returns a list of Application Dependencies with their associated vulnerabilities.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testVulnerabilityAuditApplicationDependencyVulnerabilities = oci.Adm.getVulnerabilityAuditApplicationDependencyVulnerabilities({
20
+ * vulnerabilityAuditId: oci_adm_vulnerability_audit.test_vulnerability_audit.id,
21
+ * cvssV2greaterThanOrEqual: _var.vulnerability_audit_application_dependency_vulnerability_cvss_v2greater_than_or_equal,
22
+ * cvssV3greaterThanOrEqual: _var.vulnerability_audit_application_dependency_vulnerability_cvss_v3greater_than_or_equal,
23
+ * gav: _var.vulnerability_audit_application_dependency_vulnerability_gav,
24
+ * vulnerabilityId: oci_adm_vulnerability.test_vulnerability.id,
25
+ * });
26
+ * ```
27
+ */
28
+ function getVulnerabilityAuditApplicationDependencyVulnerabilities(args, opts) {
29
+ if (!opts) {
30
+ opts = {};
31
+ }
32
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
33
+ return pulumi.runtime.invoke("oci:Adm/getVulnerabilityAuditApplicationDependencyVulnerabilities:getVulnerabilityAuditApplicationDependencyVulnerabilities", {
34
+ "cvssV2greaterThanOrEqual": args.cvssV2greaterThanOrEqual,
35
+ "cvssV3greaterThanOrEqual": args.cvssV3greaterThanOrEqual,
36
+ "filters": args.filters,
37
+ "gav": args.gav,
38
+ "vulnerabilityAuditId": args.vulnerabilityAuditId,
39
+ "vulnerabilityId": args.vulnerabilityId,
40
+ }, opts);
41
+ }
42
+ exports.getVulnerabilityAuditApplicationDependencyVulnerabilities = getVulnerabilityAuditApplicationDependencyVulnerabilities;
43
+ function getVulnerabilityAuditApplicationDependencyVulnerabilitiesOutput(args, opts) {
44
+ return pulumi.output(args).apply(a => getVulnerabilityAuditApplicationDependencyVulnerabilities(a, opts));
45
+ }
46
+ exports.getVulnerabilityAuditApplicationDependencyVulnerabilitiesOutput = getVulnerabilityAuditApplicationDependencyVulnerabilitiesOutput;
47
+ //# sourceMappingURL=getVulnerabilityAuditApplicationDependencyVulnerabilities.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVulnerabilityAuditApplicationDependencyVulnerabilities.js","sourceRoot":"","sources":["../../adm/getVulnerabilityAuditApplicationDependencyVulnerabilities.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,yDAAyD,CAAC,IAAmE,EAAE,IAA2B;IACtK,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6HAA6H,EAAE;QACxJ,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,8HAcC;AAoDD,SAAgB,+DAA+D,CAAC,IAAyE,EAAE,IAA2B;IAClL,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,yDAAyD,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7G,CAAC;AAFD,0IAEC"}