oci-batch 2.122.2

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 (548) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/batchcomputing-waiter.d.ts +76 -0
  9. package/lib/batchcomputing-waiter.js +136 -0
  10. package/lib/batchcomputing-waiter.js.map +1 -0
  11. package/lib/client.d.ts +495 -0
  12. package/lib/client.js +3035 -0
  13. package/lib/client.js.map +1 -0
  14. package/lib/model/action-type.d.ts +32 -0
  15. package/lib/model/action-type.js +43 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/batch-context-collection.d.ts +26 -0
  18. package/lib/model/batch-context-collection.js +61 -0
  19. package/lib/model/batch-context-collection.js.map +1 -0
  20. package/lib/model/batch-context-shape-collection.d.ts +26 -0
  21. package/lib/model/batch-context-shape-collection.js +61 -0
  22. package/lib/model/batch-context-shape-collection.js.map +1 -0
  23. package/lib/model/batch-context-shape-summary.d.ts +33 -0
  24. package/lib/model/batch-context-shape-summary.js +69 -0
  25. package/lib/model/batch-context-shape-summary.js.map +1 -0
  26. package/lib/model/batch-context-summary.d.ts +94 -0
  27. package/lib/model/batch-context-summary.js +29 -0
  28. package/lib/model/batch-context-summary.js.map +1 -0
  29. package/lib/model/batch-context.d.ts +131 -0
  30. package/lib/model/batch-context.js +95 -0
  31. package/lib/model/batch-context.js.map +1 -0
  32. package/lib/model/batch-job-collection.d.ts +26 -0
  33. package/lib/model/batch-job-collection.js +61 -0
  34. package/lib/model/batch-job-collection.js.map +1 -0
  35. package/lib/model/batch-job-pool-collection.d.ts +26 -0
  36. package/lib/model/batch-job-pool-collection.js +61 -0
  37. package/lib/model/batch-job-pool-collection.js.map +1 -0
  38. package/lib/model/batch-job-pool-summary.d.ts +93 -0
  39. package/lib/model/batch-job-pool-summary.js +29 -0
  40. package/lib/model/batch-job-pool-summary.js.map +1 -0
  41. package/lib/model/batch-job-pool.d.ts +110 -0
  42. package/lib/model/batch-job-pool.js +42 -0
  43. package/lib/model/batch-job-pool.js.map +1 -0
  44. package/lib/model/batch-job-summary.d.ts +115 -0
  45. package/lib/model/batch-job-summary.js +29 -0
  46. package/lib/model/batch-job-summary.js.map +1 -0
  47. package/lib/model/batch-job.d.ts +141 -0
  48. package/lib/model/batch-job.js +77 -0
  49. package/lib/model/batch-job.js.map +1 -0
  50. package/lib/model/batch-task-collection.d.ts +26 -0
  51. package/lib/model/batch-task-collection.js +61 -0
  52. package/lib/model/batch-task-collection.js.map +1 -0
  53. package/lib/model/batch-task-environment-collection.d.ts +26 -0
  54. package/lib/model/batch-task-environment-collection.js +61 -0
  55. package/lib/model/batch-task-environment-collection.js.map +1 -0
  56. package/lib/model/batch-task-environment-summary.d.ts +101 -0
  57. package/lib/model/batch-task-environment-summary.js +57 -0
  58. package/lib/model/batch-task-environment-summary.js.map +1 -0
  59. package/lib/model/batch-task-environment-volume.d.ts +22 -0
  60. package/lib/model/batch-task-environment-volume.js +68 -0
  61. package/lib/model/batch-task-environment-volume.js.map +1 -0
  62. package/lib/model/batch-task-environment.d.ts +122 -0
  63. package/lib/model/batch-task-environment.js +77 -0
  64. package/lib/model/batch-task-environment.js.map +1 -0
  65. package/lib/model/batch-task-profile-collection.d.ts +26 -0
  66. package/lib/model/batch-task-profile-collection.js +61 -0
  67. package/lib/model/batch-task-profile-collection.js.map +1 -0
  68. package/lib/model/batch-task-profile-summary.d.ts +97 -0
  69. package/lib/model/batch-task-profile-summary.js +29 -0
  70. package/lib/model/batch-task-profile-summary.js.map +1 -0
  71. package/lib/model/batch-task-profile.d.ts +111 -0
  72. package/lib/model/batch-task-profile.js +39 -0
  73. package/lib/model/batch-task-profile.js.map +1 -0
  74. package/lib/model/batch-task-sort-by.d.ts +23 -0
  75. package/lib/model/batch-task-sort-by.js +34 -0
  76. package/lib/model/batch-task-sort-by.js.map +1 -0
  77. package/lib/model/batch-task-summary.d.ts +47 -0
  78. package/lib/model/batch-task-summary.js +68 -0
  79. package/lib/model/batch-task-summary.js.map +1 -0
  80. package/lib/model/batch-task.d.ts +70 -0
  81. package/lib/model/batch-task.js +95 -0
  82. package/lib/model/batch-task.js.map +1 -0
  83. package/lib/model/best-fit-fleet-assignment-policy.d.ts +24 -0
  84. package/lib/model/best-fit-fleet-assignment-policy.js +54 -0
  85. package/lib/model/best-fit-fleet-assignment-policy.js.map +1 -0
  86. package/lib/model/change-batch-context-compartment-details.d.ts +26 -0
  87. package/lib/model/change-batch-context-compartment-details.js +29 -0
  88. package/lib/model/change-batch-context-compartment-details.js.map +1 -0
  89. package/lib/model/change-batch-job-compartment-details.d.ts +25 -0
  90. package/lib/model/change-batch-job-compartment-details.js +29 -0
  91. package/lib/model/change-batch-job-compartment-details.js.map +1 -0
  92. package/lib/model/change-batch-job-pool-compartment-details.d.ts +25 -0
  93. package/lib/model/change-batch-job-pool-compartment-details.js +29 -0
  94. package/lib/model/change-batch-job-pool-compartment-details.js.map +1 -0
  95. package/lib/model/change-batch-task-environment-compartment-details.d.ts +26 -0
  96. package/lib/model/change-batch-task-environment-compartment-details.js +29 -0
  97. package/lib/model/change-batch-task-environment-compartment-details.js.map +1 -0
  98. package/lib/model/change-batch-task-profile-compartment-details.d.ts +26 -0
  99. package/lib/model/change-batch-task-profile-compartment-details.js +29 -0
  100. package/lib/model/change-batch-task-profile-compartment-details.js.map +1 -0
  101. package/lib/model/compute-task-summary.d.ts +24 -0
  102. package/lib/model/compute-task-summary.js +52 -0
  103. package/lib/model/compute-task-summary.js.map +1 -0
  104. package/lib/model/compute-task.d.ts +41 -0
  105. package/lib/model/compute-task.js +58 -0
  106. package/lib/model/compute-task.js.map +1 -0
  107. package/lib/model/create-batch-context-details.d.ts +76 -0
  108. package/lib/model/create-batch-context-details.js +81 -0
  109. package/lib/model/create-batch-context-details.js.map +1 -0
  110. package/lib/model/create-batch-job-details.d.ts +74 -0
  111. package/lib/model/create-batch-job-details.js +71 -0
  112. package/lib/model/create-batch-job-details.js.map +1 -0
  113. package/lib/model/create-batch-job-pool-details.d.ts +63 -0
  114. package/lib/model/create-batch-job-pool-details.js +29 -0
  115. package/lib/model/create-batch-job-pool-details.js.map +1 -0
  116. package/lib/model/create-batch-task-details.d.ts +43 -0
  117. package/lib/model/create-batch-task-details.js +80 -0
  118. package/lib/model/create-batch-task-details.js.map +1 -0
  119. package/lib/model/create-batch-task-environment-details.d.ts +75 -0
  120. package/lib/model/create-batch-task-environment-details.js +67 -0
  121. package/lib/model/create-batch-task-environment-details.js.map +1 -0
  122. package/lib/model/create-batch-task-profile-details.d.ts +67 -0
  123. package/lib/model/create-batch-task-profile-details.js +29 -0
  124. package/lib/model/create-batch-task-profile-details.js.map +1 -0
  125. package/lib/model/create-compute-task-details.d.ts +41 -0
  126. package/lib/model/create-compute-task-details.js +62 -0
  127. package/lib/model/create-compute-task-details.js.map +1 -0
  128. package/lib/model/create-fleet-details.d.ts +22 -0
  129. package/lib/model/create-fleet-details.js +68 -0
  130. package/lib/model/create-fleet-details.js.map +1 -0
  131. package/lib/model/create-network-details.d.ts +31 -0
  132. package/lib/model/create-network-details.js +29 -0
  133. package/lib/model/create-network-details.js.map +1 -0
  134. package/lib/model/create-service-managed-fleet-details.d.ts +33 -0
  135. package/lib/model/create-service-managed-fleet-details.js +58 -0
  136. package/lib/model/create-service-managed-fleet-details.js.map +1 -0
  137. package/lib/model/environment-variable.d.ts +29 -0
  138. package/lib/model/environment-variable.js +29 -0
  139. package/lib/model/environment-variable.js.map +1 -0
  140. package/lib/model/fleet-assignment-policy.d.ts +24 -0
  141. package/lib/model/fleet-assignment-policy.js +72 -0
  142. package/lib/model/fleet-assignment-policy.js.map +1 -0
  143. package/lib/model/fleet-shape.d.ts +33 -0
  144. package/lib/model/fleet-shape.js +29 -0
  145. package/lib/model/fleet-shape.js.map +1 -0
  146. package/lib/model/fleet.d.ts +22 -0
  147. package/lib/model/fleet.js +68 -0
  148. package/lib/model/fleet.js.map +1 -0
  149. package/lib/model/flex-fit-fleet-assignment-policy.d.ts +32 -0
  150. package/lib/model/flex-fit-fleet-assignment-policy.js +54 -0
  151. package/lib/model/flex-fit-fleet-assignment-policy.js.map +1 -0
  152. package/lib/model/index.d.ts +186 -0
  153. package/lib/model/index.js +210 -0
  154. package/lib/model/index.js.map +1 -0
  155. package/lib/model/job-priority-configuration.d.ts +39 -0
  156. package/lib/model/job-priority-configuration.js +29 -0
  157. package/lib/model/job-priority-configuration.js.map +1 -0
  158. package/lib/model/logging-configuration.d.ts +22 -0
  159. package/lib/model/logging-configuration.js +68 -0
  160. package/lib/model/logging-configuration.js.map +1 -0
  161. package/lib/model/network-security-group.d.ts +21 -0
  162. package/lib/model/network-security-group.js +29 -0
  163. package/lib/model/network-security-group.js.map +1 -0
  164. package/lib/model/network.d.ts +37 -0
  165. package/lib/model/network.js +61 -0
  166. package/lib/model/network.js.map +1 -0
  167. package/lib/model/nfs-volume.d.ts +40 -0
  168. package/lib/model/nfs-volume.js +52 -0
  169. package/lib/model/nfs-volume.js.map +1 -0
  170. package/lib/model/oci-logging-configuration.d.ts +32 -0
  171. package/lib/model/oci-logging-configuration.js +54 -0
  172. package/lib/model/oci-logging-configuration.js.map +1 -0
  173. package/lib/model/operation-status.d.ts +34 -0
  174. package/lib/model/operation-status.js +45 -0
  175. package/lib/model/operation-status.js.map +1 -0
  176. package/lib/model/operation-type.d.ts +45 -0
  177. package/lib/model/operation-type.js +56 -0
  178. package/lib/model/operation-type.js.map +1 -0
  179. package/lib/model/pause-batch-job-details.d.ts +21 -0
  180. package/lib/model/pause-batch-job-details.js +29 -0
  181. package/lib/model/pause-batch-job-details.js.map +1 -0
  182. package/lib/model/private-ip.d.ts +21 -0
  183. package/lib/model/private-ip.js +29 -0
  184. package/lib/model/private-ip.js.map +1 -0
  185. package/lib/model/security-context.d.ts +36 -0
  186. package/lib/model/security-context.js +29 -0
  187. package/lib/model/security-context.js.map +1 -0
  188. package/lib/model/service-managed-fleet.d.ts +41 -0
  189. package/lib/model/service-managed-fleet.js +54 -0
  190. package/lib/model/service-managed-fleet.js.map +1 -0
  191. package/lib/model/shape-memory-options.d.ts +41 -0
  192. package/lib/model/shape-memory-options.js +29 -0
  193. package/lib/model/shape-memory-options.js.map +1 -0
  194. package/lib/model/shape-networking-bandwidth-options.d.ts +33 -0
  195. package/lib/model/shape-networking-bandwidth-options.js +29 -0
  196. package/lib/model/shape-networking-bandwidth-options.js.map +1 -0
  197. package/lib/model/shape-ocpu-options.d.ts +29 -0
  198. package/lib/model/shape-ocpu-options.js +29 -0
  199. package/lib/model/shape-ocpu-options.js.map +1 -0
  200. package/lib/model/sort-by.d.ts +24 -0
  201. package/lib/model/sort-by.js +35 -0
  202. package/lib/model/sort-by.js.map +1 -0
  203. package/lib/model/sort-order.d.ts +30 -0
  204. package/lib/model/sort-order.js +41 -0
  205. package/lib/model/sort-order.js.map +1 -0
  206. package/lib/model/start-batch-context-details.d.ts +21 -0
  207. package/lib/model/start-batch-context-details.js +29 -0
  208. package/lib/model/start-batch-context-details.js.map +1 -0
  209. package/lib/model/start-batch-job-pool-details.d.ts +21 -0
  210. package/lib/model/start-batch-job-pool-details.js +29 -0
  211. package/lib/model/start-batch-job-pool-details.js.map +1 -0
  212. package/lib/model/stop-batch-context-details.d.ts +21 -0
  213. package/lib/model/stop-batch-context-details.js +29 -0
  214. package/lib/model/stop-batch-context-details.js.map +1 -0
  215. package/lib/model/stop-batch-job-pool-details.d.ts +21 -0
  216. package/lib/model/stop-batch-job-pool-details.js +29 -0
  217. package/lib/model/stop-batch-job-pool-details.js.map +1 -0
  218. package/lib/model/subnet.d.ts +21 -0
  219. package/lib/model/subnet.js +29 -0
  220. package/lib/model/subnet.js.map +1 -0
  221. package/lib/model/unpause-batch-job-details.d.ts +21 -0
  222. package/lib/model/unpause-batch-job-details.js +29 -0
  223. package/lib/model/unpause-batch-job-details.js.map +1 -0
  224. package/lib/model/update-batch-context-details.d.ts +66 -0
  225. package/lib/model/update-batch-context-details.js +61 -0
  226. package/lib/model/update-batch-context-details.js.map +1 -0
  227. package/lib/model/update-batch-job-details.d.ts +55 -0
  228. package/lib/model/update-batch-job-details.js +29 -0
  229. package/lib/model/update-batch-job-details.js.map +1 -0
  230. package/lib/model/update-batch-job-pool-details.d.ts +55 -0
  231. package/lib/model/update-batch-job-pool-details.js +29 -0
  232. package/lib/model/update-batch-job-pool-details.js.map +1 -0
  233. package/lib/model/update-batch-task-environment-details.d.ts +55 -0
  234. package/lib/model/update-batch-task-environment-details.js +29 -0
  235. package/lib/model/update-batch-task-environment-details.js.map +1 -0
  236. package/lib/model/update-batch-task-profile-details.d.ts +55 -0
  237. package/lib/model/update-batch-task-profile-details.js +29 -0
  238. package/lib/model/update-batch-task-profile-details.js.map +1 -0
  239. package/lib/model/virtual-network-vnic.d.ts +21 -0
  240. package/lib/model/virtual-network-vnic.js +29 -0
  241. package/lib/model/virtual-network-vnic.js.map +1 -0
  242. package/lib/model/vnic.d.ts +32 -0
  243. package/lib/model/vnic.js +29 -0
  244. package/lib/model/vnic.js.map +1 -0
  245. package/lib/model/work-request-error-collection.d.ts +26 -0
  246. package/lib/model/work-request-error-collection.js +61 -0
  247. package/lib/model/work-request-error-collection.js.map +1 -0
  248. package/lib/model/work-request-error.d.ts +37 -0
  249. package/lib/model/work-request-error.js +29 -0
  250. package/lib/model/work-request-error.js.map +1 -0
  251. package/lib/model/work-request-log-and-error-sort-by.d.ts +23 -0
  252. package/lib/model/work-request-log-and-error-sort-by.js +34 -0
  253. package/lib/model/work-request-log-and-error-sort-by.js.map +1 -0
  254. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  255. package/lib/model/work-request-log-entry-collection.js +61 -0
  256. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  257. package/lib/model/work-request-log-entry.d.ts +31 -0
  258. package/lib/model/work-request-log-entry.js +29 -0
  259. package/lib/model/work-request-log-entry.js.map +1 -0
  260. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  261. package/lib/model/work-request-resource-metadata-key.js +38 -0
  262. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  263. package/lib/model/work-request-resource.d.ts +48 -0
  264. package/lib/model/work-request-resource.js +29 -0
  265. package/lib/model/work-request-resource.js.map +1 -0
  266. package/lib/model/work-request-sort-by.d.ts +23 -0
  267. package/lib/model/work-request-sort-by.js +34 -0
  268. package/lib/model/work-request-sort-by.js.map +1 -0
  269. package/lib/model/work-request-summary-collection.d.ts +26 -0
  270. package/lib/model/work-request-summary-collection.js +61 -0
  271. package/lib/model/work-request-summary-collection.js.map +1 -0
  272. package/lib/model/work-request-summary.d.ts +73 -0
  273. package/lib/model/work-request-summary.js +61 -0
  274. package/lib/model/work-request-summary.js.map +1 -0
  275. package/lib/model/work-request.d.ts +76 -0
  276. package/lib/model/work-request.js +61 -0
  277. package/lib/model/work-request.js.map +1 -0
  278. package/lib/request/cancel-batch-job-request.d.ts +38 -0
  279. package/lib/request/cancel-batch-job-request.js +15 -0
  280. package/lib/request/cancel-batch-job-request.js.map +1 -0
  281. package/lib/request/change-batch-context-compartment-request.d.ts +43 -0
  282. package/lib/request/change-batch-context-compartment-request.js +15 -0
  283. package/lib/request/change-batch-context-compartment-request.js.map +1 -0
  284. package/lib/request/change-batch-job-compartment-request.d.ts +43 -0
  285. package/lib/request/change-batch-job-compartment-request.js +15 -0
  286. package/lib/request/change-batch-job-compartment-request.js.map +1 -0
  287. package/lib/request/change-batch-job-pool-compartment-request.d.ts +43 -0
  288. package/lib/request/change-batch-job-pool-compartment-request.js +15 -0
  289. package/lib/request/change-batch-job-pool-compartment-request.js.map +1 -0
  290. package/lib/request/change-batch-task-environment-compartment-request.d.ts +43 -0
  291. package/lib/request/change-batch-task-environment-compartment-request.js +15 -0
  292. package/lib/request/change-batch-task-environment-compartment-request.js.map +1 -0
  293. package/lib/request/change-batch-task-profile-compartment-request.d.ts +43 -0
  294. package/lib/request/change-batch-task-profile-compartment-request.js +15 -0
  295. package/lib/request/change-batch-task-profile-compartment-request.js.map +1 -0
  296. package/lib/request/create-batch-context-request.d.ts +40 -0
  297. package/lib/request/create-batch-context-request.js +15 -0
  298. package/lib/request/create-batch-context-request.js.map +1 -0
  299. package/lib/request/create-batch-job-pool-request.d.ts +40 -0
  300. package/lib/request/create-batch-job-pool-request.js +15 -0
  301. package/lib/request/create-batch-job-pool-request.js.map +1 -0
  302. package/lib/request/create-batch-job-request.d.ts +40 -0
  303. package/lib/request/create-batch-job-request.js +15 -0
  304. package/lib/request/create-batch-job-request.js.map +1 -0
  305. package/lib/request/create-batch-task-environment-request.d.ts +40 -0
  306. package/lib/request/create-batch-task-environment-request.js +15 -0
  307. package/lib/request/create-batch-task-environment-request.js.map +1 -0
  308. package/lib/request/create-batch-task-profile-request.d.ts +40 -0
  309. package/lib/request/create-batch-task-profile-request.js +15 -0
  310. package/lib/request/create-batch-task-profile-request.js.map +1 -0
  311. package/lib/request/delete-batch-context-request.d.ts +38 -0
  312. package/lib/request/delete-batch-context-request.js +15 -0
  313. package/lib/request/delete-batch-context-request.js.map +1 -0
  314. package/lib/request/delete-batch-job-pool-request.d.ts +38 -0
  315. package/lib/request/delete-batch-job-pool-request.js +15 -0
  316. package/lib/request/delete-batch-job-pool-request.js.map +1 -0
  317. package/lib/request/delete-batch-task-environment-request.d.ts +38 -0
  318. package/lib/request/delete-batch-task-environment-request.js +15 -0
  319. package/lib/request/delete-batch-task-environment-request.js.map +1 -0
  320. package/lib/request/delete-batch-task-profile-request.d.ts +38 -0
  321. package/lib/request/delete-batch-task-profile-request.js +15 -0
  322. package/lib/request/delete-batch-task-profile-request.js.map +1 -0
  323. package/lib/request/get-batch-context-request.d.ts +30 -0
  324. package/lib/request/get-batch-context-request.js +15 -0
  325. package/lib/request/get-batch-context-request.js.map +1 -0
  326. package/lib/request/get-batch-job-pool-request.d.ts +30 -0
  327. package/lib/request/get-batch-job-pool-request.js +15 -0
  328. package/lib/request/get-batch-job-pool-request.js.map +1 -0
  329. package/lib/request/get-batch-job-request.d.ts +30 -0
  330. package/lib/request/get-batch-job-request.js +15 -0
  331. package/lib/request/get-batch-job-request.js.map +1 -0
  332. package/lib/request/get-batch-task-environment-request.d.ts +30 -0
  333. package/lib/request/get-batch-task-environment-request.js +15 -0
  334. package/lib/request/get-batch-task-environment-request.js.map +1 -0
  335. package/lib/request/get-batch-task-profile-request.d.ts +30 -0
  336. package/lib/request/get-batch-task-profile-request.js +15 -0
  337. package/lib/request/get-batch-task-profile-request.js.map +1 -0
  338. package/lib/request/get-batch-task-request.d.ts +34 -0
  339. package/lib/request/get-batch-task-request.js +15 -0
  340. package/lib/request/get-batch-task-request.js.map +1 -0
  341. package/lib/request/get-work-request-request.d.ts +30 -0
  342. package/lib/request/get-work-request-request.js +15 -0
  343. package/lib/request/get-work-request-request.js.map +1 -0
  344. package/lib/request/index.d.ts +100 -0
  345. package/lib/request/index.js +15 -0
  346. package/lib/request/index.js.map +1 -0
  347. package/lib/request/list-batch-context-shapes-request.d.ts +48 -0
  348. package/lib/request/list-batch-context-shapes-request.js +15 -0
  349. package/lib/request/list-batch-context-shapes-request.js.map +1 -0
  350. package/lib/request/list-batch-contexts-request.d.ts +69 -0
  351. package/lib/request/list-batch-contexts-request.js +15 -0
  352. package/lib/request/list-batch-contexts-request.js.map +1 -0
  353. package/lib/request/list-batch-job-pools-request.d.ts +73 -0
  354. package/lib/request/list-batch-job-pools-request.js +15 -0
  355. package/lib/request/list-batch-job-pools-request.js.map +1 -0
  356. package/lib/request/list-batch-job-tasks-request.d.ts +64 -0
  357. package/lib/request/list-batch-job-tasks-request.js +15 -0
  358. package/lib/request/list-batch-job-tasks-request.js.map +1 -0
  359. package/lib/request/list-batch-jobs-request.d.ts +73 -0
  360. package/lib/request/list-batch-jobs-request.js +15 -0
  361. package/lib/request/list-batch-jobs-request.js.map +1 -0
  362. package/lib/request/list-batch-task-environments-request.d.ts +69 -0
  363. package/lib/request/list-batch-task-environments-request.js +15 -0
  364. package/lib/request/list-batch-task-environments-request.js.map +1 -0
  365. package/lib/request/list-batch-task-profiles-request.d.ts +69 -0
  366. package/lib/request/list-batch-task-profiles-request.js +15 -0
  367. package/lib/request/list-batch-task-profiles-request.js.map +1 -0
  368. package/lib/request/list-batch-tasks-request.d.ts +68 -0
  369. package/lib/request/list-batch-tasks-request.js +15 -0
  370. package/lib/request/list-batch-tasks-request.js.map +1 -0
  371. package/lib/request/list-work-request-errors-request.d.ts +54 -0
  372. package/lib/request/list-work-request-errors-request.js +15 -0
  373. package/lib/request/list-work-request-errors-request.js.map +1 -0
  374. package/lib/request/list-work-request-logs-request.d.ts +54 -0
  375. package/lib/request/list-work-request-logs-request.js +15 -0
  376. package/lib/request/list-work-request-logs-request.js.map +1 -0
  377. package/lib/request/list-work-requests-request.d.ts +66 -0
  378. package/lib/request/list-work-requests-request.js +15 -0
  379. package/lib/request/list-work-requests-request.js.map +1 -0
  380. package/lib/request/pause-batch-job-request.d.ts +43 -0
  381. package/lib/request/pause-batch-job-request.js +15 -0
  382. package/lib/request/pause-batch-job-request.js.map +1 -0
  383. package/lib/request/start-batch-context-request.d.ts +43 -0
  384. package/lib/request/start-batch-context-request.js +15 -0
  385. package/lib/request/start-batch-context-request.js.map +1 -0
  386. package/lib/request/start-batch-job-pool-request.d.ts +43 -0
  387. package/lib/request/start-batch-job-pool-request.js +15 -0
  388. package/lib/request/start-batch-job-pool-request.js.map +1 -0
  389. package/lib/request/stop-batch-context-request.d.ts +43 -0
  390. package/lib/request/stop-batch-context-request.js +15 -0
  391. package/lib/request/stop-batch-context-request.js.map +1 -0
  392. package/lib/request/stop-batch-job-pool-request.d.ts +43 -0
  393. package/lib/request/stop-batch-job-pool-request.js +15 -0
  394. package/lib/request/stop-batch-job-pool-request.js.map +1 -0
  395. package/lib/request/unpause-batch-job-request.d.ts +43 -0
  396. package/lib/request/unpause-batch-job-request.js +15 -0
  397. package/lib/request/unpause-batch-job-request.js.map +1 -0
  398. package/lib/request/update-batch-context-request.d.ts +43 -0
  399. package/lib/request/update-batch-context-request.js +15 -0
  400. package/lib/request/update-batch-context-request.js.map +1 -0
  401. package/lib/request/update-batch-job-pool-request.d.ts +43 -0
  402. package/lib/request/update-batch-job-pool-request.js +15 -0
  403. package/lib/request/update-batch-job-pool-request.js.map +1 -0
  404. package/lib/request/update-batch-job-request.d.ts +43 -0
  405. package/lib/request/update-batch-job-request.js +15 -0
  406. package/lib/request/update-batch-job-request.js.map +1 -0
  407. package/lib/request/update-batch-task-environment-request.d.ts +43 -0
  408. package/lib/request/update-batch-task-environment-request.js +15 -0
  409. package/lib/request/update-batch-task-environment-request.js.map +1 -0
  410. package/lib/request/update-batch-task-profile-request.d.ts +43 -0
  411. package/lib/request/update-batch-task-profile-request.js +15 -0
  412. package/lib/request/update-batch-task-profile-request.js.map +1 -0
  413. package/lib/response/cancel-batch-job-response.d.ts +26 -0
  414. package/lib/response/cancel-batch-job-response.js +15 -0
  415. package/lib/response/cancel-batch-job-response.js.map +1 -0
  416. package/lib/response/change-batch-context-compartment-response.d.ts +26 -0
  417. package/lib/response/change-batch-context-compartment-response.js +15 -0
  418. package/lib/response/change-batch-context-compartment-response.js.map +1 -0
  419. package/lib/response/change-batch-job-compartment-response.d.ts +26 -0
  420. package/lib/response/change-batch-job-compartment-response.js +15 -0
  421. package/lib/response/change-batch-job-compartment-response.js.map +1 -0
  422. package/lib/response/change-batch-job-pool-compartment-response.d.ts +26 -0
  423. package/lib/response/change-batch-job-pool-compartment-response.js +15 -0
  424. package/lib/response/change-batch-job-pool-compartment-response.js.map +1 -0
  425. package/lib/response/change-batch-task-environment-compartment-response.d.ts +26 -0
  426. package/lib/response/change-batch-task-environment-compartment-response.js +15 -0
  427. package/lib/response/change-batch-task-environment-compartment-response.js.map +1 -0
  428. package/lib/response/change-batch-task-profile-compartment-response.d.ts +26 -0
  429. package/lib/response/change-batch-task-profile-compartment-response.js +15 -0
  430. package/lib/response/change-batch-task-profile-compartment-response.js.map +1 -0
  431. package/lib/response/create-batch-context-response.d.ts +44 -0
  432. package/lib/response/create-batch-context-response.js +15 -0
  433. package/lib/response/create-batch-context-response.js.map +1 -0
  434. package/lib/response/create-batch-job-pool-response.d.ts +30 -0
  435. package/lib/response/create-batch-job-pool-response.js +15 -0
  436. package/lib/response/create-batch-job-pool-response.js.map +1 -0
  437. package/lib/response/create-batch-job-response.d.ts +44 -0
  438. package/lib/response/create-batch-job-response.js +15 -0
  439. package/lib/response/create-batch-job-response.js.map +1 -0
  440. package/lib/response/create-batch-task-environment-response.d.ts +30 -0
  441. package/lib/response/create-batch-task-environment-response.js +15 -0
  442. package/lib/response/create-batch-task-environment-response.js.map +1 -0
  443. package/lib/response/create-batch-task-profile-response.d.ts +30 -0
  444. package/lib/response/create-batch-task-profile-response.js +15 -0
  445. package/lib/response/create-batch-task-profile-response.js.map +1 -0
  446. package/lib/response/delete-batch-context-response.d.ts +26 -0
  447. package/lib/response/delete-batch-context-response.js +15 -0
  448. package/lib/response/delete-batch-context-response.js.map +1 -0
  449. package/lib/response/delete-batch-job-pool-response.d.ts +20 -0
  450. package/lib/response/delete-batch-job-pool-response.js +15 -0
  451. package/lib/response/delete-batch-job-pool-response.js.map +1 -0
  452. package/lib/response/delete-batch-task-environment-response.d.ts +20 -0
  453. package/lib/response/delete-batch-task-environment-response.js +15 -0
  454. package/lib/response/delete-batch-task-environment-response.js.map +1 -0
  455. package/lib/response/delete-batch-task-profile-response.d.ts +20 -0
  456. package/lib/response/delete-batch-task-profile-response.js +15 -0
  457. package/lib/response/delete-batch-task-profile-response.js.map +1 -0
  458. package/lib/response/get-batch-context-response.d.ts +30 -0
  459. package/lib/response/get-batch-context-response.js +15 -0
  460. package/lib/response/get-batch-context-response.js.map +1 -0
  461. package/lib/response/get-batch-job-pool-response.d.ts +30 -0
  462. package/lib/response/get-batch-job-pool-response.js +15 -0
  463. package/lib/response/get-batch-job-pool-response.js.map +1 -0
  464. package/lib/response/get-batch-job-response.d.ts +30 -0
  465. package/lib/response/get-batch-job-response.js +15 -0
  466. package/lib/response/get-batch-job-response.js.map +1 -0
  467. package/lib/response/get-batch-task-environment-response.d.ts +30 -0
  468. package/lib/response/get-batch-task-environment-response.js +15 -0
  469. package/lib/response/get-batch-task-environment-response.js.map +1 -0
  470. package/lib/response/get-batch-task-profile-response.d.ts +30 -0
  471. package/lib/response/get-batch-task-profile-response.js +15 -0
  472. package/lib/response/get-batch-task-profile-response.js.map +1 -0
  473. package/lib/response/get-batch-task-response.d.ts +25 -0
  474. package/lib/response/get-batch-task-response.js +15 -0
  475. package/lib/response/get-batch-task-response.js.map +1 -0
  476. package/lib/response/get-work-request-response.d.ts +34 -0
  477. package/lib/response/get-work-request-response.js +15 -0
  478. package/lib/response/get-work-request-response.js.map +1 -0
  479. package/lib/response/index.d.ts +100 -0
  480. package/lib/response/index.js +15 -0
  481. package/lib/response/index.js.map +1 -0
  482. package/lib/response/list-batch-context-shapes-response.d.ts +31 -0
  483. package/lib/response/list-batch-context-shapes-response.js +15 -0
  484. package/lib/response/list-batch-context-shapes-response.js.map +1 -0
  485. package/lib/response/list-batch-contexts-response.d.ts +31 -0
  486. package/lib/response/list-batch-contexts-response.js +15 -0
  487. package/lib/response/list-batch-contexts-response.js.map +1 -0
  488. package/lib/response/list-batch-job-pools-response.d.ts +31 -0
  489. package/lib/response/list-batch-job-pools-response.js +15 -0
  490. package/lib/response/list-batch-job-pools-response.js.map +1 -0
  491. package/lib/response/list-batch-job-tasks-response.d.ts +31 -0
  492. package/lib/response/list-batch-job-tasks-response.js +15 -0
  493. package/lib/response/list-batch-job-tasks-response.js.map +1 -0
  494. package/lib/response/list-batch-jobs-response.d.ts +31 -0
  495. package/lib/response/list-batch-jobs-response.js +15 -0
  496. package/lib/response/list-batch-jobs-response.js.map +1 -0
  497. package/lib/response/list-batch-task-environments-response.d.ts +31 -0
  498. package/lib/response/list-batch-task-environments-response.js +15 -0
  499. package/lib/response/list-batch-task-environments-response.js.map +1 -0
  500. package/lib/response/list-batch-task-profiles-response.d.ts +31 -0
  501. package/lib/response/list-batch-task-profiles-response.js +15 -0
  502. package/lib/response/list-batch-task-profiles-response.js.map +1 -0
  503. package/lib/response/list-batch-tasks-response.d.ts +31 -0
  504. package/lib/response/list-batch-tasks-response.js +15 -0
  505. package/lib/response/list-batch-tasks-response.js.map +1 -0
  506. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  507. package/lib/response/list-work-request-errors-response.js +15 -0
  508. package/lib/response/list-work-request-errors-response.js.map +1 -0
  509. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  510. package/lib/response/list-work-request-logs-response.js +15 -0
  511. package/lib/response/list-work-request-logs-response.js.map +1 -0
  512. package/lib/response/list-work-requests-response.d.ts +31 -0
  513. package/lib/response/list-work-requests-response.js +15 -0
  514. package/lib/response/list-work-requests-response.js.map +1 -0
  515. package/lib/response/pause-batch-job-response.d.ts +26 -0
  516. package/lib/response/pause-batch-job-response.js +15 -0
  517. package/lib/response/pause-batch-job-response.js.map +1 -0
  518. package/lib/response/start-batch-context-response.d.ts +26 -0
  519. package/lib/response/start-batch-context-response.js +15 -0
  520. package/lib/response/start-batch-context-response.js.map +1 -0
  521. package/lib/response/start-batch-job-pool-response.d.ts +26 -0
  522. package/lib/response/start-batch-job-pool-response.js +15 -0
  523. package/lib/response/start-batch-job-pool-response.js.map +1 -0
  524. package/lib/response/stop-batch-context-response.d.ts +26 -0
  525. package/lib/response/stop-batch-context-response.js +15 -0
  526. package/lib/response/stop-batch-context-response.js.map +1 -0
  527. package/lib/response/stop-batch-job-pool-response.d.ts +26 -0
  528. package/lib/response/stop-batch-job-pool-response.js +15 -0
  529. package/lib/response/stop-batch-job-pool-response.js.map +1 -0
  530. package/lib/response/unpause-batch-job-response.d.ts +26 -0
  531. package/lib/response/unpause-batch-job-response.js +15 -0
  532. package/lib/response/unpause-batch-job-response.js.map +1 -0
  533. package/lib/response/update-batch-context-response.d.ts +26 -0
  534. package/lib/response/update-batch-context-response.js +15 -0
  535. package/lib/response/update-batch-context-response.js.map +1 -0
  536. package/lib/response/update-batch-job-pool-response.d.ts +26 -0
  537. package/lib/response/update-batch-job-pool-response.js +15 -0
  538. package/lib/response/update-batch-job-pool-response.js.map +1 -0
  539. package/lib/response/update-batch-job-response.d.ts +26 -0
  540. package/lib/response/update-batch-job-response.js +15 -0
  541. package/lib/response/update-batch-job-response.js.map +1 -0
  542. package/lib/response/update-batch-task-environment-response.d.ts +30 -0
  543. package/lib/response/update-batch-task-environment-response.js +15 -0
  544. package/lib/response/update-batch-task-environment-response.js.map +1 -0
  545. package/lib/response/update-batch-task-profile-response.d.ts +30 -0
  546. package/lib/response/update-batch-task-profile-response.js +15 -0
  547. package/lib/response/update-batch-task-profile-response.js.map +1 -0
  548. package/package.json +29 -0
@@ -0,0 +1,495 @@
1
+ /**
2
+ * Batch API
3
+ * Use the Batch Control Plane API to encapsulate and manage all aspects of computationally intensive jobs.
4
+ * OpenAPI spec version: 20251031
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ import * as requests from "./request";
15
+ import * as responses from "./response";
16
+ import { BatchComputingWaiter } from "./batchcomputing-waiter";
17
+ declare const Breaker: any;
18
+ export declare enum BatchComputingApiKeys {
19
+ }
20
+ /**
21
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
22
+ */
23
+ export declare class BatchComputingClient {
24
+ protected static serviceEndpointTemplate: string;
25
+ protected static endpointServiceName: string;
26
+ protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
27
+ protected "_endpoint": string;
28
+ protected "_defaultHeaders": any;
29
+ protected "_waiters": BatchComputingWaiter;
30
+ protected "_clientConfiguration": common.ClientConfiguration;
31
+ protected _circuitBreaker: typeof Breaker | null;
32
+ protected _httpOptions: any;
33
+ protected _bodyDuplexMode: any;
34
+ targetService: string;
35
+ protected _regionId: string;
36
+ protected "_region": common.Region;
37
+ protected _lastSetRegionOrRegionId: string;
38
+ protected _httpClient: common.HttpClient;
39
+ protected _authProvider: common.AuthenticationDetailsProvider | undefined;
40
+ constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
41
+ /**
42
+ * Get the endpoint that is being used to call (ex, https://www.example.com).
43
+ */
44
+ get endpoint(): string;
45
+ /**
46
+ * Sets the endpoint to call (ex, https://www.example.com).
47
+ * @param endpoint The endpoint of the service.
48
+ */
49
+ set endpoint(endpoint: string);
50
+ get logger(): import("oci-common/lib/log").Logger;
51
+ /**
52
+ * Determines whether realm specific endpoint should be used or not.
53
+ * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
54
+ * @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
55
+ */
56
+ set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
57
+ /**
58
+ * Sets the region to call (ex, Region.US_PHOENIX_1).
59
+ * Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
60
+ * @param region The region of the service.
61
+ */
62
+ set region(region: common.Region);
63
+ /**
64
+ * Sets the regionId to call (ex, 'us-phoenix-1').
65
+ *
66
+ * Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
67
+ * If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
68
+ * and then call {@link #endpoint(String) endpoint}.
69
+ * @param regionId The public region ID.
70
+ */
71
+ set regionId(regionId: string);
72
+ /**
73
+ * Creates a new BatchComputingWaiter for resources for this service.
74
+ *
75
+ * @param config The waiter configuration for termination and delay strategy
76
+ * @return The service waiters.
77
+ */
78
+ createWaiters(config?: common.WaiterConfiguration): BatchComputingWaiter;
79
+ /**
80
+ * Gets the waiters available for resources for this service.
81
+ *
82
+ * @return The service waiters.
83
+ */
84
+ getWaiters(): BatchComputingWaiter;
85
+ /**
86
+ * Shutdown the circuit breaker used by the client when it is no longer needed
87
+ */
88
+ shutdownCircuitBreaker(): void;
89
+ /**
90
+ * Close the provider if possible which in turn shuts down any associated circuit breaker
91
+ */
92
+ closeProvider(): void;
93
+ /**
94
+ * Close the client once it is no longer needed
95
+ */
96
+ close(): void;
97
+ /**
98
+ * Cancels a batch job.
99
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
100
+ * @param CancelBatchJobRequest
101
+ * @return CancelBatchJobResponse
102
+ * @throws OciError when an error occurs
103
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/CancelBatchJob.ts.html |here} to see how to use CancelBatchJob API.
104
+ */
105
+ cancelBatchJob(cancelBatchJobRequest: requests.CancelBatchJobRequest): Promise<responses.CancelBatchJobResponse>;
106
+ /**
107
+ * Moves a batch context into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
108
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
109
+ * @param ChangeBatchContextCompartmentRequest
110
+ * @return ChangeBatchContextCompartmentResponse
111
+ * @throws OciError when an error occurs
112
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ChangeBatchContextCompartment.ts.html |here} to see how to use ChangeBatchContextCompartment API.
113
+ */
114
+ changeBatchContextCompartment(changeBatchContextCompartmentRequest: requests.ChangeBatchContextCompartmentRequest): Promise<responses.ChangeBatchContextCompartmentResponse>;
115
+ /**
116
+ * Moves a batch job into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
117
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
118
+ * @param ChangeBatchJobCompartmentRequest
119
+ * @return ChangeBatchJobCompartmentResponse
120
+ * @throws OciError when an error occurs
121
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ChangeBatchJobCompartment.ts.html |here} to see how to use ChangeBatchJobCompartment API.
122
+ */
123
+ changeBatchJobCompartment(changeBatchJobCompartmentRequest: requests.ChangeBatchJobCompartmentRequest): Promise<responses.ChangeBatchJobCompartmentResponse>;
124
+ /**
125
+ * Moves a batch job pool into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
126
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
127
+ * @param ChangeBatchJobPoolCompartmentRequest
128
+ * @return ChangeBatchJobPoolCompartmentResponse
129
+ * @throws OciError when an error occurs
130
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ChangeBatchJobPoolCompartment.ts.html |here} to see how to use ChangeBatchJobPoolCompartment API.
131
+ */
132
+ changeBatchJobPoolCompartment(changeBatchJobPoolCompartmentRequest: requests.ChangeBatchJobPoolCompartmentRequest): Promise<responses.ChangeBatchJobPoolCompartmentResponse>;
133
+ /**
134
+ * Moves a batch task environment into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
135
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
136
+ * @param ChangeBatchTaskEnvironmentCompartmentRequest
137
+ * @return ChangeBatchTaskEnvironmentCompartmentResponse
138
+ * @throws OciError when an error occurs
139
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ChangeBatchTaskEnvironmentCompartment.ts.html |here} to see how to use ChangeBatchTaskEnvironmentCompartment API.
140
+ */
141
+ changeBatchTaskEnvironmentCompartment(changeBatchTaskEnvironmentCompartmentRequest: requests.ChangeBatchTaskEnvironmentCompartmentRequest): Promise<responses.ChangeBatchTaskEnvironmentCompartmentResponse>;
142
+ /**
143
+ * Moves a batch task profile into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
144
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
145
+ * @param ChangeBatchTaskProfileCompartmentRequest
146
+ * @return ChangeBatchTaskProfileCompartmentResponse
147
+ * @throws OciError when an error occurs
148
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ChangeBatchTaskProfileCompartment.ts.html |here} to see how to use ChangeBatchTaskProfileCompartment API.
149
+ */
150
+ changeBatchTaskProfileCompartment(changeBatchTaskProfileCompartmentRequest: requests.ChangeBatchTaskProfileCompartmentRequest): Promise<responses.ChangeBatchTaskProfileCompartmentResponse>;
151
+ /**
152
+ * Creates a batch context.
153
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
154
+ * @param CreateBatchContextRequest
155
+ * @return CreateBatchContextResponse
156
+ * @throws OciError when an error occurs
157
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/CreateBatchContext.ts.html |here} to see how to use CreateBatchContext API.
158
+ */
159
+ createBatchContext(createBatchContextRequest: requests.CreateBatchContextRequest): Promise<responses.CreateBatchContextResponse>;
160
+ /**
161
+ * Creates a batch job.
162
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
163
+ * @param CreateBatchJobRequest
164
+ * @return CreateBatchJobResponse
165
+ * @throws OciError when an error occurs
166
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/CreateBatchJob.ts.html |here} to see how to use CreateBatchJob API.
167
+ */
168
+ createBatchJob(createBatchJobRequest: requests.CreateBatchJobRequest): Promise<responses.CreateBatchJobResponse>;
169
+ /**
170
+ * Creates a batch job pool.
171
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
172
+ * @param CreateBatchJobPoolRequest
173
+ * @return CreateBatchJobPoolResponse
174
+ * @throws OciError when an error occurs
175
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/CreateBatchJobPool.ts.html |here} to see how to use CreateBatchJobPool API.
176
+ */
177
+ createBatchJobPool(createBatchJobPoolRequest: requests.CreateBatchJobPoolRequest): Promise<responses.CreateBatchJobPoolResponse>;
178
+ /**
179
+ * Creates a batch task environment.
180
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
181
+ * @param CreateBatchTaskEnvironmentRequest
182
+ * @return CreateBatchTaskEnvironmentResponse
183
+ * @throws OciError when an error occurs
184
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/CreateBatchTaskEnvironment.ts.html |here} to see how to use CreateBatchTaskEnvironment API.
185
+ */
186
+ createBatchTaskEnvironment(createBatchTaskEnvironmentRequest: requests.CreateBatchTaskEnvironmentRequest): Promise<responses.CreateBatchTaskEnvironmentResponse>;
187
+ /**
188
+ * Creates a batch task profile.
189
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
190
+ * @param CreateBatchTaskProfileRequest
191
+ * @return CreateBatchTaskProfileResponse
192
+ * @throws OciError when an error occurs
193
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/CreateBatchTaskProfile.ts.html |here} to see how to use CreateBatchTaskProfile API.
194
+ */
195
+ createBatchTaskProfile(createBatchTaskProfileRequest: requests.CreateBatchTaskProfileRequest): Promise<responses.CreateBatchTaskProfileResponse>;
196
+ /**
197
+ * Deletes a batch context. All batch job pools associated with the batch context must be deleted beforehand.
198
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
199
+ * @param DeleteBatchContextRequest
200
+ * @return DeleteBatchContextResponse
201
+ * @throws OciError when an error occurs
202
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/DeleteBatchContext.ts.html |here} to see how to use DeleteBatchContext API.
203
+ */
204
+ deleteBatchContext(deleteBatchContextRequest: requests.DeleteBatchContextRequest): Promise<responses.DeleteBatchContextResponse>;
205
+ /**
206
+ * Deletes a batch job pool. All batch jobs associated with the batch job pool must be canceled beforehand.
207
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
208
+ * @param DeleteBatchJobPoolRequest
209
+ * @return DeleteBatchJobPoolResponse
210
+ * @throws OciError when an error occurs
211
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/DeleteBatchJobPool.ts.html |here} to see how to use DeleteBatchJobPool API.
212
+ */
213
+ deleteBatchJobPool(deleteBatchJobPoolRequest: requests.DeleteBatchJobPoolRequest): Promise<responses.DeleteBatchJobPoolResponse>;
214
+ /**
215
+ * Deletes a batch task environment. All batch tasks associated with the batch task environment must be canceled beforehand.
216
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
217
+ * @param DeleteBatchTaskEnvironmentRequest
218
+ * @return DeleteBatchTaskEnvironmentResponse
219
+ * @throws OciError when an error occurs
220
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/DeleteBatchTaskEnvironment.ts.html |here} to see how to use DeleteBatchTaskEnvironment API.
221
+ */
222
+ deleteBatchTaskEnvironment(deleteBatchTaskEnvironmentRequest: requests.DeleteBatchTaskEnvironmentRequest): Promise<responses.DeleteBatchTaskEnvironmentResponse>;
223
+ /**
224
+ * Deletes a batch task profile. All batch tasks associated with the batch task profile must be canceled beforehand.
225
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
226
+ * @param DeleteBatchTaskProfileRequest
227
+ * @return DeleteBatchTaskProfileResponse
228
+ * @throws OciError when an error occurs
229
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/DeleteBatchTaskProfile.ts.html |here} to see how to use DeleteBatchTaskProfile API.
230
+ */
231
+ deleteBatchTaskProfile(deleteBatchTaskProfileRequest: requests.DeleteBatchTaskProfileRequest): Promise<responses.DeleteBatchTaskProfileResponse>;
232
+ /**
233
+ * Gets information about a batch context.
234
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
235
+ * @param GetBatchContextRequest
236
+ * @return GetBatchContextResponse
237
+ * @throws OciError when an error occurs
238
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/GetBatchContext.ts.html |here} to see how to use GetBatchContext API.
239
+ */
240
+ getBatchContext(getBatchContextRequest: requests.GetBatchContextRequest): Promise<responses.GetBatchContextResponse>;
241
+ /**
242
+ * Gets information about a batch job.
243
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
244
+ * @param GetBatchJobRequest
245
+ * @return GetBatchJobResponse
246
+ * @throws OciError when an error occurs
247
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/GetBatchJob.ts.html |here} to see how to use GetBatchJob API.
248
+ */
249
+ getBatchJob(getBatchJobRequest: requests.GetBatchJobRequest): Promise<responses.GetBatchJobResponse>;
250
+ /**
251
+ * Gets information about a batch job pool.
252
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
253
+ * @param GetBatchJobPoolRequest
254
+ * @return GetBatchJobPoolResponse
255
+ * @throws OciError when an error occurs
256
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/GetBatchJobPool.ts.html |here} to see how to use GetBatchJobPool API.
257
+ */
258
+ getBatchJobPool(getBatchJobPoolRequest: requests.GetBatchJobPoolRequest): Promise<responses.GetBatchJobPoolResponse>;
259
+ /**
260
+ * Gets a specific batch task associated with a batch job by its name.
261
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
262
+ * @param GetBatchTaskRequest
263
+ * @return GetBatchTaskResponse
264
+ * @throws OciError when an error occurs
265
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/GetBatchTask.ts.html |here} to see how to use GetBatchTask API.
266
+ */
267
+ getBatchTask(getBatchTaskRequest: requests.GetBatchTaskRequest): Promise<responses.GetBatchTaskResponse>;
268
+ /**
269
+ * Gets information about a batch task environment.
270
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
271
+ * @param GetBatchTaskEnvironmentRequest
272
+ * @return GetBatchTaskEnvironmentResponse
273
+ * @throws OciError when an error occurs
274
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/GetBatchTaskEnvironment.ts.html |here} to see how to use GetBatchTaskEnvironment API.
275
+ */
276
+ getBatchTaskEnvironment(getBatchTaskEnvironmentRequest: requests.GetBatchTaskEnvironmentRequest): Promise<responses.GetBatchTaskEnvironmentResponse>;
277
+ /**
278
+ * Gets information about a batch task profile.
279
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
280
+ * @param GetBatchTaskProfileRequest
281
+ * @return GetBatchTaskProfileResponse
282
+ * @throws OciError when an error occurs
283
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/GetBatchTaskProfile.ts.html |here} to see how to use GetBatchTaskProfile API.
284
+ */
285
+ getBatchTaskProfile(getBatchTaskProfileRequest: requests.GetBatchTaskProfileRequest): Promise<responses.GetBatchTaskProfileResponse>;
286
+ /**
287
+ * Gets the details of a work request.
288
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
289
+ * @param GetWorkRequestRequest
290
+ * @return GetWorkRequestResponse
291
+ * @throws OciError when an error occurs
292
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
293
+ */
294
+ getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
295
+ /**
296
+ * Lists the shapes allowed to be specified during batch context creation. Ordered by the shape name.
297
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
298
+ * @param ListBatchContextShapesRequest
299
+ * @return ListBatchContextShapesResponse
300
+ * @throws OciError when an error occurs
301
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ListBatchContextShapes.ts.html |here} to see how to use ListBatchContextShapes API.
302
+ */
303
+ listBatchContextShapes(listBatchContextShapesRequest: requests.ListBatchContextShapesRequest): Promise<responses.ListBatchContextShapesResponse>;
304
+ /**
305
+ * Lists the batch contexts by compartment or context [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can filter and sort them by various properties like lifecycle state, name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchContext to get the full details on a specific context
306
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
307
+ * @param ListBatchContextsRequest
308
+ * @return ListBatchContextsResponse
309
+ * @throws OciError when an error occurs
310
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ListBatchContexts.ts.html |here} to see how to use ListBatchContexts API.
311
+ */
312
+ listBatchContexts(listBatchContextsRequest: requests.ListBatchContextsRequest): Promise<responses.ListBatchContextsResponse>;
313
+ /**
314
+ * Lists the batch job pools by compartment or job pool [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can filter and sort them by various properties like lifecycle state, display name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchJobPool to get the full details on a specific context
315
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
316
+ * @param ListBatchJobPoolsRequest
317
+ * @return ListBatchJobPoolsResponse
318
+ * @throws OciError when an error occurs
319
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ListBatchJobPools.ts.html |here} to see how to use ListBatchJobPools API.
320
+ */
321
+ listBatchJobPools(listBatchJobPoolsRequest: requests.ListBatchJobPoolsRequest): Promise<responses.ListBatchJobPoolsResponse>;
322
+ /**
323
+ * Lists the batch tasks by batch job [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can filter and sort them by various properties like lifecycle state, name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchTask to get the full details on a specific context
324
+ * List is incomplete until jobs lifecycle is in_progress
325
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
326
+ * @param ListBatchJobTasksRequest
327
+ * @return ListBatchJobTasksResponse
328
+ * @throws OciError when an error occurs
329
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ListBatchJobTasks.ts.html |here} to see how to use ListBatchJobTasks API.
330
+ */
331
+ listBatchJobTasks(listBatchJobTasksRequest: requests.ListBatchJobTasksRequest): Promise<responses.ListBatchJobTasksResponse>;
332
+ /**
333
+ * Lists the batch jobs by compartment or job [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can filter and sort them by various properties like lifecycle state, display name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchJob to get the full details on a specific context
334
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
335
+ * @param ListBatchJobsRequest
336
+ * @return ListBatchJobsResponse
337
+ * @throws OciError when an error occurs
338
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ListBatchJobs.ts.html |here} to see how to use ListBatchJobs API.
339
+ */
340
+ listBatchJobs(listBatchJobsRequest: requests.ListBatchJobsRequest): Promise<responses.ListBatchJobsResponse>;
341
+ /**
342
+ * Lists the task environments by compartment or environment [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can filter and sort them by various properties like lifecycle state, display name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchTaskEnvironment to get the full details on a specific context
343
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
344
+ * @param ListBatchTaskEnvironmentsRequest
345
+ * @return ListBatchTaskEnvironmentsResponse
346
+ * @throws OciError when an error occurs
347
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ListBatchTaskEnvironments.ts.html |here} to see how to use ListBatchTaskEnvironments API.
348
+ */
349
+ listBatchTaskEnvironments(listBatchTaskEnvironmentsRequest: requests.ListBatchTaskEnvironmentsRequest): Promise<responses.ListBatchTaskEnvironmentsResponse>;
350
+ /**
351
+ * Lists the task profiles by compartment or profile [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can filter and sort them by various properties like lifecycle state, name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchTaskProfile to get the full details on a specific context
352
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
353
+ * @param ListBatchTaskProfilesRequest
354
+ * @return ListBatchTaskProfilesResponse
355
+ * @throws OciError when an error occurs
356
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ListBatchTaskProfiles.ts.html |here} to see how to use ListBatchTaskProfiles API.
357
+ */
358
+ listBatchTaskProfiles(listBatchTaskProfilesRequest: requests.ListBatchTaskProfilesRequest): Promise<responses.ListBatchTaskProfilesResponse>;
359
+ /**
360
+ * Lists the batch tasks associated with batch jobs.
361
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
362
+ * @param ListBatchTasksRequest
363
+ * @return ListBatchTasksResponse
364
+ * @throws OciError when an error occurs
365
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ListBatchTasks.ts.html |here} to see how to use ListBatchTasks API.
366
+ */
367
+ listBatchTasks(listBatchTasksRequest: requests.ListBatchTasksRequest): Promise<responses.ListBatchTasksResponse>;
368
+ /**
369
+ * Lists the errors for a work request.
370
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
371
+ * @param ListWorkRequestErrorsRequest
372
+ * @return ListWorkRequestErrorsResponse
373
+ * @throws OciError when an error occurs
374
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
375
+ */
376
+ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
377
+ /**
378
+ * Lists the logs for a work request.
379
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
380
+ * @param ListWorkRequestLogsRequest
381
+ * @return ListWorkRequestLogsResponse
382
+ * @throws OciError when an error occurs
383
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
384
+ */
385
+ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
386
+ /**
387
+ * Lists the work requests in a compartment.
388
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
389
+ * @param ListWorkRequestsRequest
390
+ * @return ListWorkRequestsResponse
391
+ * @throws OciError when an error occurs
392
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
393
+ */
394
+ listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
395
+ /**
396
+ * Pauses the batch job and all its tasks.
397
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
398
+ * @param PauseBatchJobRequest
399
+ * @return PauseBatchJobResponse
400
+ * @throws OciError when an error occurs
401
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/PauseBatchJob.ts.html |here} to see how to use PauseBatchJob API.
402
+ */
403
+ pauseBatchJob(pauseBatchJobRequest: requests.PauseBatchJobRequest): Promise<responses.PauseBatchJobResponse>;
404
+ /**
405
+ * Activates a batch context to accept new jobs.
406
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
407
+ * @param StartBatchContextRequest
408
+ * @return StartBatchContextResponse
409
+ * @throws OciError when an error occurs
410
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/StartBatchContext.ts.html |here} to see how to use StartBatchContext API.
411
+ */
412
+ startBatchContext(startBatchContextRequest: requests.StartBatchContextRequest): Promise<responses.StartBatchContextResponse>;
413
+ /**
414
+ * Activates the batch job pool.
415
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
416
+ * @param StartBatchJobPoolRequest
417
+ * @return StartBatchJobPoolResponse
418
+ * @throws OciError when an error occurs
419
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/StartBatchJobPool.ts.html |here} to see how to use StartBatchJobPool API.
420
+ */
421
+ startBatchJobPool(startBatchJobPoolRequest: requests.StartBatchJobPoolRequest): Promise<responses.StartBatchJobPoolResponse>;
422
+ /**
423
+ * Stops a batch context from accepting new jobs.
424
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
425
+ * @param StopBatchContextRequest
426
+ * @return StopBatchContextResponse
427
+ * @throws OciError when an error occurs
428
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/StopBatchContext.ts.html |here} to see how to use StopBatchContext API.
429
+ */
430
+ stopBatchContext(stopBatchContextRequest: requests.StopBatchContextRequest): Promise<responses.StopBatchContextResponse>;
431
+ /**
432
+ * Deactivates the batch job pool.
433
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
434
+ * @param StopBatchJobPoolRequest
435
+ * @return StopBatchJobPoolResponse
436
+ * @throws OciError when an error occurs
437
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/StopBatchJobPool.ts.html |here} to see how to use StopBatchJobPool API.
438
+ */
439
+ stopBatchJobPool(stopBatchJobPoolRequest: requests.StopBatchJobPoolRequest): Promise<responses.StopBatchJobPoolResponse>;
440
+ /**
441
+ * Resumes the batch job and all its tasks.
442
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
443
+ * @param UnpauseBatchJobRequest
444
+ * @return UnpauseBatchJobResponse
445
+ * @throws OciError when an error occurs
446
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/UnpauseBatchJob.ts.html |here} to see how to use UnpauseBatchJob API.
447
+ */
448
+ unpauseBatchJob(unpauseBatchJobRequest: requests.UnpauseBatchJobRequest): Promise<responses.UnpauseBatchJobResponse>;
449
+ /**
450
+ * Updates a batch context.
451
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
452
+ * @param UpdateBatchContextRequest
453
+ * @return UpdateBatchContextResponse
454
+ * @throws OciError when an error occurs
455
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/UpdateBatchContext.ts.html |here} to see how to use UpdateBatchContext API.
456
+ */
457
+ updateBatchContext(updateBatchContextRequest: requests.UpdateBatchContextRequest): Promise<responses.UpdateBatchContextResponse>;
458
+ /**
459
+ * Updates a batch job.
460
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
461
+ * @param UpdateBatchJobRequest
462
+ * @return UpdateBatchJobResponse
463
+ * @throws OciError when an error occurs
464
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/UpdateBatchJob.ts.html |here} to see how to use UpdateBatchJob API.
465
+ */
466
+ updateBatchJob(updateBatchJobRequest: requests.UpdateBatchJobRequest): Promise<responses.UpdateBatchJobResponse>;
467
+ /**
468
+ * Updates a batch job pool.
469
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
470
+ * @param UpdateBatchJobPoolRequest
471
+ * @return UpdateBatchJobPoolResponse
472
+ * @throws OciError when an error occurs
473
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/UpdateBatchJobPool.ts.html |here} to see how to use UpdateBatchJobPool API.
474
+ */
475
+ updateBatchJobPool(updateBatchJobPoolRequest: requests.UpdateBatchJobPoolRequest): Promise<responses.UpdateBatchJobPoolResponse>;
476
+ /**
477
+ * Updates a batch task environment.
478
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
479
+ * @param UpdateBatchTaskEnvironmentRequest
480
+ * @return UpdateBatchTaskEnvironmentResponse
481
+ * @throws OciError when an error occurs
482
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/UpdateBatchTaskEnvironment.ts.html |here} to see how to use UpdateBatchTaskEnvironment API.
483
+ */
484
+ updateBatchTaskEnvironment(updateBatchTaskEnvironmentRequest: requests.UpdateBatchTaskEnvironmentRequest): Promise<responses.UpdateBatchTaskEnvironmentResponse>;
485
+ /**
486
+ * Updates a batch task profile.
487
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
488
+ * @param UpdateBatchTaskProfileRequest
489
+ * @return UpdateBatchTaskProfileResponse
490
+ * @throws OciError when an error occurs
491
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/batch/UpdateBatchTaskProfile.ts.html |here} to see how to use UpdateBatchTaskProfile API.
492
+ */
493
+ updateBatchTaskProfile(updateBatchTaskProfileRequest: requests.UpdateBatchTaskProfileRequest): Promise<responses.UpdateBatchTaskProfileResponse>;
494
+ }
495
+ export {};