oci-devops 2.76.1 → 2.77.1

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 (244) hide show
  1. package/lib/client.d.ts +96 -90
  2. package/lib/client.js +98 -89
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/bitbucket-cloud-app-password-connection-summary.d.ts +1 -1
  5. package/lib/model/bitbucket-cloud-app-password-connection.d.ts +1 -1
  6. package/lib/model/bitbucket-server-access-token-connection.d.ts +1 -1
  7. package/lib/model/bitbucket-server-token-connection-summary.d.ts +1 -1
  8. package/lib/model/build-pipeline-stage-summary.d.ts +3 -3
  9. package/lib/model/build-pipeline-stage.d.ts +3 -3
  10. package/lib/model/build-pipeline-summary.d.ts +3 -3
  11. package/lib/model/build-pipeline.d.ts +3 -3
  12. package/lib/model/build-run-summary.d.ts +3 -3
  13. package/lib/model/build-run.d.ts +3 -3
  14. package/lib/model/connection-summary.d.ts +3 -3
  15. package/lib/model/connection.d.ts +3 -3
  16. package/lib/model/create-bitbucket-cloud-app-password-connection-details.d.ts +1 -1
  17. package/lib/model/create-bitbucket-server-access-token-connection-details.d.ts +1 -1
  18. package/lib/model/create-build-pipeline-details.d.ts +2 -2
  19. package/lib/model/create-build-pipeline-stage-details.d.ts +2 -2
  20. package/lib/model/create-build-run-details.d.ts +2 -2
  21. package/lib/model/create-connection-details.d.ts +2 -2
  22. package/lib/model/create-deploy-artifact-details.d.ts +2 -2
  23. package/lib/model/create-deploy-environment-details.d.ts +2 -2
  24. package/lib/model/create-deploy-pipeline-details.d.ts +2 -2
  25. package/lib/model/create-deploy-stage-details.d.ts +2 -2
  26. package/lib/model/create-deployment-details.d.ts +2 -2
  27. package/lib/model/create-github-access-token-connection-details.d.ts +1 -1
  28. package/lib/model/create-gitlab-access-token-connection-details.d.ts +1 -1
  29. package/lib/model/create-gitlab-server-access-token-connection-details.d.ts +1 -1
  30. package/lib/model/create-project-details.d.ts +2 -2
  31. package/lib/model/create-repository-details.d.ts +4 -4
  32. package/lib/model/create-trigger-details.d.ts +2 -2
  33. package/lib/model/create-vbs-access-token-connection-details.d.ts +1 -1
  34. package/lib/model/deploy-artifact-summary.d.ts +3 -3
  35. package/lib/model/deploy-artifact.d.ts +3 -3
  36. package/lib/model/deploy-environment-summary.d.ts +3 -3
  37. package/lib/model/deploy-environment.d.ts +3 -3
  38. package/lib/model/deploy-pipeline-summary.d.ts +3 -3
  39. package/lib/model/deploy-pipeline.d.ts +3 -3
  40. package/lib/model/deploy-stage-summary.d.ts +3 -3
  41. package/lib/model/deploy-stage.d.ts +3 -3
  42. package/lib/model/deployment-summary.d.ts +3 -3
  43. package/lib/model/deployment.d.ts +3 -3
  44. package/lib/model/diff-summary.d.ts +2 -2
  45. package/lib/model/github-access-token-connection-summary.d.ts +1 -1
  46. package/lib/model/github-access-token-connection.d.ts +1 -1
  47. package/lib/model/gitlab-access-token-connection-summary.d.ts +1 -1
  48. package/lib/model/gitlab-access-token-connection.d.ts +1 -1
  49. package/lib/model/gitlab-server-access-token-connection-summary.d.ts +1 -1
  50. package/lib/model/gitlab-server-access-token-connection.d.ts +1 -1
  51. package/lib/model/project-summary.d.ts +3 -3
  52. package/lib/model/project.d.ts +3 -3
  53. package/lib/model/repository-author-summary.d.ts +2 -2
  54. package/lib/model/repository-commit-summary.d.ts +2 -2
  55. package/lib/model/repository-mirror-record-summary.d.ts +2 -2
  56. package/lib/model/repository-path-summary.d.ts +2 -2
  57. package/lib/model/repository-ref-summary.d.ts +2 -2
  58. package/lib/model/repository-ref.d.ts +2 -2
  59. package/lib/model/repository-summary.d.ts +5 -5
  60. package/lib/model/repository.d.ts +3 -3
  61. package/lib/model/trigger-create-result.d.ts +3 -3
  62. package/lib/model/trigger-summary.d.ts +3 -3
  63. package/lib/model/trigger.d.ts +3 -3
  64. package/lib/model/update-bitbucket-cloud-app-password-connection-details.d.ts +1 -1
  65. package/lib/model/update-bitbucket-server-access-token-connection-details.d.ts +1 -1
  66. package/lib/model/update-build-pipeline-details.d.ts +2 -2
  67. package/lib/model/update-build-pipeline-stage-details.d.ts +2 -2
  68. package/lib/model/update-build-run-details.d.ts +2 -2
  69. package/lib/model/update-connection-details.d.ts +2 -2
  70. package/lib/model/update-deploy-artifact-details.d.ts +2 -2
  71. package/lib/model/update-deploy-environment-details.d.ts +2 -2
  72. package/lib/model/update-deploy-pipeline-details.d.ts +2 -2
  73. package/lib/model/update-deploy-stage-details.d.ts +2 -2
  74. package/lib/model/update-deployment-details.d.ts +2 -2
  75. package/lib/model/update-github-access-token-connection-details.d.ts +1 -1
  76. package/lib/model/update-gitlab-access-token-connection-details.d.ts +1 -1
  77. package/lib/model/update-gitlab-server-access-token-connection-details.d.ts +1 -1
  78. package/lib/model/update-project-details.d.ts +2 -2
  79. package/lib/model/update-repository-details.d.ts +4 -4
  80. package/lib/model/update-trigger-details.d.ts +2 -2
  81. package/lib/model/update-vbs-access-token-connection-details.d.ts +1 -1
  82. package/lib/model/vbs-access-token-connection-summary.d.ts +1 -1
  83. package/lib/model/vbs-access-token-connection.d.ts +1 -1
  84. package/lib/request/approve-deployment-request.d.ts +2 -2
  85. package/lib/request/cancel-build-run-request.d.ts +2 -2
  86. package/lib/request/cancel-deployment-request.d.ts +2 -2
  87. package/lib/request/cancel-scheduled-cascading-project-deletion-request.d.ts +2 -2
  88. package/lib/request/change-project-compartment-request.d.ts +2 -2
  89. package/lib/request/create-build-pipeline-request.d.ts +1 -1
  90. package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
  91. package/lib/request/create-build-run-request.d.ts +2 -2
  92. package/lib/request/create-connection-request.d.ts +1 -1
  93. package/lib/request/create-deploy-artifact-request.d.ts +1 -1
  94. package/lib/request/create-deploy-environment-request.d.ts +1 -1
  95. package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
  96. package/lib/request/create-deploy-stage-request.d.ts +1 -1
  97. package/lib/request/create-deployment-request.d.ts +1 -1
  98. package/lib/request/create-project-request.d.ts +1 -1
  99. package/lib/request/create-repository-request.d.ts +1 -1
  100. package/lib/request/create-trigger-request.d.ts +1 -1
  101. package/lib/request/delete-build-pipeline-request.d.ts +2 -2
  102. package/lib/request/delete-build-pipeline-stage-request.d.ts +2 -2
  103. package/lib/request/delete-connection-request.d.ts +2 -2
  104. package/lib/request/delete-deploy-artifact-request.d.ts +2 -2
  105. package/lib/request/delete-deploy-environment-request.d.ts +2 -2
  106. package/lib/request/delete-deploy-pipeline-request.d.ts +2 -2
  107. package/lib/request/delete-deploy-stage-request.d.ts +2 -2
  108. package/lib/request/delete-project-request.d.ts +2 -2
  109. package/lib/request/delete-ref-request.d.ts +2 -2
  110. package/lib/request/delete-repository-request.d.ts +2 -2
  111. package/lib/request/delete-trigger-request.d.ts +2 -2
  112. package/lib/request/get-build-pipeline-request.d.ts +1 -1
  113. package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
  114. package/lib/request/get-build-run-request.d.ts +1 -1
  115. package/lib/request/get-commit-diff-request.d.ts +1 -1
  116. package/lib/request/get-commit-request.d.ts +1 -1
  117. package/lib/request/get-connection-request.d.ts +1 -1
  118. package/lib/request/get-deploy-artifact-request.d.ts +1 -1
  119. package/lib/request/get-deploy-environment-request.d.ts +1 -1
  120. package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
  121. package/lib/request/get-deploy-stage-request.d.ts +1 -1
  122. package/lib/request/get-deployment-request.d.ts +1 -1
  123. package/lib/request/get-file-diff-request.d.ts +1 -1
  124. package/lib/request/get-mirror-record-request.d.ts +1 -1
  125. package/lib/request/get-object-content-request.d.ts +1 -1
  126. package/lib/request/get-object-request.d.ts +1 -1
  127. package/lib/request/get-project-request.d.ts +1 -1
  128. package/lib/request/get-ref-request.d.ts +1 -1
  129. package/lib/request/get-repo-file-diff-request.d.ts +1 -1
  130. package/lib/request/get-repo-file-lines-request.d.ts +1 -1
  131. package/lib/request/get-repository-archive-content-request.d.ts +1 -1
  132. package/lib/request/get-repository-file-lines-request.d.ts +1 -1
  133. package/lib/request/get-repository-request.d.ts +1 -1
  134. package/lib/request/get-trigger-request.d.ts +1 -1
  135. package/lib/request/get-work-request-request.d.ts +1 -1
  136. package/lib/request/list-authors-request.d.ts +1 -1
  137. package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
  138. package/lib/request/list-build-pipelines-request.d.ts +1 -1
  139. package/lib/request/list-build-runs-request.d.ts +1 -1
  140. package/lib/request/list-commit-diffs-request.d.ts +1 -1
  141. package/lib/request/list-commits-request.d.ts +1 -1
  142. package/lib/request/list-connections-request.d.ts +1 -1
  143. package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
  144. package/lib/request/list-deploy-environments-request.d.ts +1 -1
  145. package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
  146. package/lib/request/list-deploy-stages-request.d.ts +1 -1
  147. package/lib/request/list-deployments-request.d.ts +3 -3
  148. package/lib/request/list-mirror-records-request.d.ts +1 -1
  149. package/lib/request/list-paths-request.d.ts +1 -1
  150. package/lib/request/list-projects-request.d.ts +1 -1
  151. package/lib/request/list-refs-request.d.ts +1 -1
  152. package/lib/request/list-repositories-request.d.ts +1 -1
  153. package/lib/request/list-triggers-request.d.ts +1 -1
  154. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  155. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  156. package/lib/request/list-work-requests-request.d.ts +1 -1
  157. package/lib/request/mirror-repository-request.d.ts +2 -2
  158. package/lib/request/put-repository-ref-request.d.ts +2 -2
  159. package/lib/request/schedule-cascading-project-deletion-request.d.ts +2 -2
  160. package/lib/request/update-build-pipeline-request.d.ts +2 -2
  161. package/lib/request/update-build-pipeline-stage-request.d.ts +2 -2
  162. package/lib/request/update-build-run-request.d.ts +2 -2
  163. package/lib/request/update-connection-request.d.ts +2 -2
  164. package/lib/request/update-deploy-artifact-request.d.ts +2 -2
  165. package/lib/request/update-deploy-environment-request.d.ts +2 -2
  166. package/lib/request/update-deploy-pipeline-request.d.ts +2 -2
  167. package/lib/request/update-deploy-stage-request.d.ts +2 -2
  168. package/lib/request/update-deployment-request.d.ts +2 -2
  169. package/lib/request/update-project-request.d.ts +2 -2
  170. package/lib/request/update-repository-request.d.ts +2 -2
  171. package/lib/request/update-trigger-request.d.ts +2 -2
  172. package/lib/request/validate-connection-request.d.ts +2 -2
  173. package/lib/response/approve-deployment-response.d.ts +1 -1
  174. package/lib/response/cancel-build-run-response.d.ts +1 -1
  175. package/lib/response/cancel-deployment-response.d.ts +1 -1
  176. package/lib/response/create-build-pipeline-response.d.ts +1 -1
  177. package/lib/response/create-build-pipeline-stage-response.d.ts +1 -1
  178. package/lib/response/create-build-run-response.d.ts +1 -1
  179. package/lib/response/create-connection-response.d.ts +1 -1
  180. package/lib/response/create-deploy-artifact-response.d.ts +1 -1
  181. package/lib/response/create-deploy-environment-response.d.ts +1 -1
  182. package/lib/response/create-deploy-pipeline-response.d.ts +1 -1
  183. package/lib/response/create-deploy-stage-response.d.ts +1 -1
  184. package/lib/response/create-deployment-response.d.ts +1 -1
  185. package/lib/response/create-project-response.d.ts +1 -1
  186. package/lib/response/create-repository-response.d.ts +1 -1
  187. package/lib/response/create-trigger-response.d.ts +1 -1
  188. package/lib/response/get-build-pipeline-response.d.ts +1 -1
  189. package/lib/response/get-build-pipeline-stage-response.d.ts +1 -1
  190. package/lib/response/get-build-run-response.d.ts +1 -1
  191. package/lib/response/get-commit-diff-response.d.ts +1 -1
  192. package/lib/response/get-commit-response.d.ts +1 -1
  193. package/lib/response/get-connection-response.d.ts +1 -1
  194. package/lib/response/get-deploy-artifact-response.d.ts +1 -1
  195. package/lib/response/get-deploy-environment-response.d.ts +1 -1
  196. package/lib/response/get-deploy-pipeline-response.d.ts +1 -1
  197. package/lib/response/get-deploy-stage-response.d.ts +1 -1
  198. package/lib/response/get-deployment-response.d.ts +1 -1
  199. package/lib/response/get-file-diff-response.d.ts +1 -1
  200. package/lib/response/get-mirror-record-response.d.ts +1 -1
  201. package/lib/response/get-object-response.d.ts +1 -1
  202. package/lib/response/get-project-response.d.ts +1 -1
  203. package/lib/response/get-ref-response.d.ts +1 -1
  204. package/lib/response/get-repo-file-diff-response.d.ts +1 -1
  205. package/lib/response/get-repo-file-lines-response.d.ts +1 -1
  206. package/lib/response/get-repository-file-lines-response.d.ts +1 -1
  207. package/lib/response/get-repository-response.d.ts +1 -1
  208. package/lib/response/get-trigger-response.d.ts +1 -1
  209. package/lib/response/list-authors-response.d.ts +1 -1
  210. package/lib/response/list-build-pipeline-stages-response.d.ts +1 -1
  211. package/lib/response/list-build-pipelines-response.d.ts +1 -1
  212. package/lib/response/list-build-runs-response.d.ts +1 -1
  213. package/lib/response/list-commit-diffs-response.d.ts +1 -1
  214. package/lib/response/list-commits-response.d.ts +1 -1
  215. package/lib/response/list-connections-response.d.ts +1 -1
  216. package/lib/response/list-deploy-artifacts-response.d.ts +1 -1
  217. package/lib/response/list-deploy-environments-response.d.ts +1 -1
  218. package/lib/response/list-deploy-pipelines-response.d.ts +1 -1
  219. package/lib/response/list-deploy-stages-response.d.ts +1 -1
  220. package/lib/response/list-deployments-response.d.ts +1 -1
  221. package/lib/response/list-mirror-records-response.d.ts +1 -1
  222. package/lib/response/list-paths-response.d.ts +1 -1
  223. package/lib/response/list-projects-response.d.ts +1 -1
  224. package/lib/response/list-refs-response.d.ts +1 -1
  225. package/lib/response/list-repositories-response.d.ts +1 -1
  226. package/lib/response/list-triggers-response.d.ts +1 -1
  227. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  228. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  229. package/lib/response/list-work-requests-response.d.ts +1 -1
  230. package/lib/response/put-repository-ref-response.d.ts +1 -1
  231. package/lib/response/update-build-pipeline-response.d.ts +1 -1
  232. package/lib/response/update-build-pipeline-stage-response.d.ts +1 -1
  233. package/lib/response/update-build-run-response.d.ts +1 -1
  234. package/lib/response/update-connection-response.d.ts +1 -1
  235. package/lib/response/update-deploy-artifact-response.d.ts +1 -1
  236. package/lib/response/update-deploy-environment-response.d.ts +1 -1
  237. package/lib/response/update-deploy-pipeline-response.d.ts +1 -1
  238. package/lib/response/update-deploy-stage-response.d.ts +1 -1
  239. package/lib/response/update-deployment-response.d.ts +1 -1
  240. package/lib/response/update-project-response.d.ts +1 -1
  241. package/lib/response/update-repository-response.d.ts +1 -1
  242. package/lib/response/update-trigger-response.d.ts +1 -1
  243. package/lib/response/validate-connection-response.d.ts +1 -1
  244. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -45,6 +45,7 @@ const common = require("oci-common");
45
45
  const model = __importStar(require("./model"));
46
46
  const devops_waiter_1 = require("./devops-waiter");
47
47
  const oci_common_1 = require("oci-common");
48
+ const Breaker = require("opossum");
48
49
  // ===============================================
49
50
  // This file is autogenerated - Please do not edit
50
51
  // ===============================================
@@ -181,13 +182,21 @@ class DevopsClient {
181
182
  }
182
183
  throw Error("Waiters do not exist. Please create waiters.");
183
184
  }
185
+ /**
186
+ * Shutdown the circuit breaker used by the client when it is no longer needed
187
+ */
188
+ shutdownCircuitBreaker() {
189
+ if (this._circuitBreaker) {
190
+ this._circuitBreaker.shutdown();
191
+ }
192
+ }
184
193
  /**
185
194
  * Submit stage approval.
186
195
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
187
196
  * @param ApproveDeploymentRequest
188
197
  * @return ApproveDeploymentResponse
189
198
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeployment API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeployment API.
191
200
  */
192
201
  approveDeployment(approveDeploymentRequest) {
193
202
  return __awaiter(this, void 0, void 0, function* () {
@@ -253,7 +262,7 @@ class DevopsClient {
253
262
  * @param CancelBuildRunRequest
254
263
  * @return CancelBuildRunResponse
255
264
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRun API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRun API.
257
266
  */
258
267
  cancelBuildRun(cancelBuildRunRequest) {
259
268
  return __awaiter(this, void 0, void 0, function* () {
@@ -319,7 +328,7 @@ class DevopsClient {
319
328
  * @param CancelDeploymentRequest
320
329
  * @return CancelDeploymentResponse
321
330
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CancelDeployment.ts.html |here} to see how to use CancelDeployment API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CancelDeployment.ts.html |here} to see how to use CancelDeployment API.
323
332
  */
324
333
  cancelDeployment(cancelDeploymentRequest) {
325
334
  return __awaiter(this, void 0, void 0, function* () {
@@ -385,7 +394,7 @@ class DevopsClient {
385
394
  * @param CancelScheduledCascadingProjectDeletionRequest
386
395
  * @return CancelScheduledCascadingProjectDeletionResponse
387
396
  * @throws OciError when an error occurs
388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CancelScheduledCascadingProjectDeletion.ts.html |here} to see how to use CancelScheduledCascadingProjectDeletion API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CancelScheduledCascadingProjectDeletion.ts.html |here} to see how to use CancelScheduledCascadingProjectDeletion API.
389
398
  */
390
399
  cancelScheduledCascadingProjectDeletion(cancelScheduledCascadingProjectDeletionRequest) {
391
400
  return __awaiter(this, void 0, void 0, function* () {
@@ -446,7 +455,7 @@ class DevopsClient {
446
455
  * @param ChangeProjectCompartmentRequest
447
456
  * @return ChangeProjectCompartmentResponse
448
457
  * @throws OciError when an error occurs
449
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
450
459
  */
451
460
  changeProjectCompartment(changeProjectCompartmentRequest) {
452
461
  return __awaiter(this, void 0, void 0, function* () {
@@ -509,7 +518,7 @@ class DevopsClient {
509
518
  * @param CreateBuildPipelineRequest
510
519
  * @return CreateBuildPipelineResponse
511
520
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
513
522
  */
514
523
  createBuildPipeline(createBuildPipelineRequest) {
515
524
  return __awaiter(this, void 0, void 0, function* () {
@@ -583,7 +592,7 @@ class DevopsClient {
583
592
  * @param CreateBuildPipelineStageRequest
584
593
  * @return CreateBuildPipelineStageResponse
585
594
  * @throws OciError when an error occurs
586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
587
596
  */
588
597
  createBuildPipelineStage(createBuildPipelineStageRequest) {
589
598
  return __awaiter(this, void 0, void 0, function* () {
@@ -657,7 +666,7 @@ class DevopsClient {
657
666
  * @param CreateBuildRunRequest
658
667
  * @return CreateBuildRunResponse
659
668
  * @throws OciError when an error occurs
660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
661
670
  */
662
671
  createBuildRun(createBuildRunRequest) {
663
672
  return __awaiter(this, void 0, void 0, function* () {
@@ -727,7 +736,7 @@ class DevopsClient {
727
736
  * @param CreateConnectionRequest
728
737
  * @return CreateConnectionResponse
729
738
  * @throws OciError when an error occurs
730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
731
740
  */
732
741
  createConnection(createConnectionRequest) {
733
742
  return __awaiter(this, void 0, void 0, function* () {
@@ -800,7 +809,7 @@ class DevopsClient {
800
809
  * @param CreateDeployArtifactRequest
801
810
  * @return CreateDeployArtifactResponse
802
811
  * @throws OciError when an error occurs
803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
804
813
  */
805
814
  createDeployArtifact(createDeployArtifactRequest) {
806
815
  return __awaiter(this, void 0, void 0, function* () {
@@ -873,7 +882,7 @@ class DevopsClient {
873
882
  * @param CreateDeployEnvironmentRequest
874
883
  * @return CreateDeployEnvironmentResponse
875
884
  * @throws OciError when an error occurs
876
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
885
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
877
886
  */
878
887
  createDeployEnvironment(createDeployEnvironmentRequest) {
879
888
  return __awaiter(this, void 0, void 0, function* () {
@@ -946,7 +955,7 @@ class DevopsClient {
946
955
  * @param CreateDeployPipelineRequest
947
956
  * @return CreateDeployPipelineResponse
948
957
  * @throws OciError when an error occurs
949
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
958
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
950
959
  */
951
960
  createDeployPipeline(createDeployPipelineRequest) {
952
961
  return __awaiter(this, void 0, void 0, function* () {
@@ -1019,7 +1028,7 @@ class DevopsClient {
1019
1028
  * @param CreateDeployStageRequest
1020
1029
  * @return CreateDeployStageResponse
1021
1030
  * @throws OciError when an error occurs
1022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
1031
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
1023
1032
  */
1024
1033
  createDeployStage(createDeployStageRequest) {
1025
1034
  return __awaiter(this, void 0, void 0, function* () {
@@ -1092,7 +1101,7 @@ class DevopsClient {
1092
1101
  * @param CreateDeploymentRequest
1093
1102
  * @return CreateDeploymentResponse
1094
1103
  * @throws OciError when an error occurs
1095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1096
1105
  */
1097
1106
  createDeployment(createDeploymentRequest) {
1098
1107
  return __awaiter(this, void 0, void 0, function* () {
@@ -1155,7 +1164,7 @@ class DevopsClient {
1155
1164
  * @param CreateProjectRequest
1156
1165
  * @return CreateProjectResponse
1157
1166
  * @throws OciError when an error occurs
1158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1159
1168
  */
1160
1169
  createProject(createProjectRequest) {
1161
1170
  return __awaiter(this, void 0, void 0, function* () {
@@ -1229,7 +1238,7 @@ class DevopsClient {
1229
1238
  * @param CreateRepositoryRequest
1230
1239
  * @return CreateRepositoryResponse
1231
1240
  * @throws OciError when an error occurs
1232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1233
1242
  */
1234
1243
  createRepository(createRepositoryRequest) {
1235
1244
  return __awaiter(this, void 0, void 0, function* () {
@@ -1303,7 +1312,7 @@ class DevopsClient {
1303
1312
  * @param CreateTriggerRequest
1304
1313
  * @return CreateTriggerResponse
1305
1314
  * @throws OciError when an error occurs
1306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1307
1316
  */
1308
1317
  createTrigger(createTriggerRequest) {
1309
1318
  return __awaiter(this, void 0, void 0, function* () {
@@ -1376,7 +1385,7 @@ class DevopsClient {
1376
1385
  * @param DeleteBuildPipelineRequest
1377
1386
  * @return DeleteBuildPipelineResponse
1378
1387
  * @throws OciError when an error occurs
1379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1380
1389
  */
1381
1390
  deleteBuildPipeline(deleteBuildPipelineRequest) {
1382
1391
  return __awaiter(this, void 0, void 0, function* () {
@@ -1436,7 +1445,7 @@ class DevopsClient {
1436
1445
  * @param DeleteBuildPipelineStageRequest
1437
1446
  * @return DeleteBuildPipelineStageResponse
1438
1447
  * @throws OciError when an error occurs
1439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1440
1449
  */
1441
1450
  deleteBuildPipelineStage(deleteBuildPipelineStageRequest) {
1442
1451
  return __awaiter(this, void 0, void 0, function* () {
@@ -1496,7 +1505,7 @@ class DevopsClient {
1496
1505
  * @param DeleteConnectionRequest
1497
1506
  * @return DeleteConnectionResponse
1498
1507
  * @throws OciError when an error occurs
1499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1500
1509
  */
1501
1510
  deleteConnection(deleteConnectionRequest) {
1502
1511
  return __awaiter(this, void 0, void 0, function* () {
@@ -1556,7 +1565,7 @@ class DevopsClient {
1556
1565
  * @param DeleteDeployArtifactRequest
1557
1566
  * @return DeleteDeployArtifactResponse
1558
1567
  * @throws OciError when an error occurs
1559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1560
1569
  */
1561
1570
  deleteDeployArtifact(deleteDeployArtifactRequest) {
1562
1571
  return __awaiter(this, void 0, void 0, function* () {
@@ -1616,7 +1625,7 @@ class DevopsClient {
1616
1625
  * @param DeleteDeployEnvironmentRequest
1617
1626
  * @return DeleteDeployEnvironmentResponse
1618
1627
  * @throws OciError when an error occurs
1619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1620
1629
  */
1621
1630
  deleteDeployEnvironment(deleteDeployEnvironmentRequest) {
1622
1631
  return __awaiter(this, void 0, void 0, function* () {
@@ -1676,7 +1685,7 @@ class DevopsClient {
1676
1685
  * @param DeleteDeployPipelineRequest
1677
1686
  * @return DeleteDeployPipelineResponse
1678
1687
  * @throws OciError when an error occurs
1679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1680
1689
  */
1681
1690
  deleteDeployPipeline(deleteDeployPipelineRequest) {
1682
1691
  return __awaiter(this, void 0, void 0, function* () {
@@ -1736,7 +1745,7 @@ class DevopsClient {
1736
1745
  * @param DeleteDeployStageRequest
1737
1746
  * @return DeleteDeployStageResponse
1738
1747
  * @throws OciError when an error occurs
1739
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1740
1749
  */
1741
1750
  deleteDeployStage(deleteDeployStageRequest) {
1742
1751
  return __awaiter(this, void 0, void 0, function* () {
@@ -1796,7 +1805,7 @@ class DevopsClient {
1796
1805
  * @param DeleteProjectRequest
1797
1806
  * @return DeleteProjectResponse
1798
1807
  * @throws OciError when an error occurs
1799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1800
1809
  */
1801
1810
  deleteProject(deleteProjectRequest) {
1802
1811
  return __awaiter(this, void 0, void 0, function* () {
@@ -1856,7 +1865,7 @@ class DevopsClient {
1856
1865
  * @param DeleteRefRequest
1857
1866
  * @return DeleteRefResponse
1858
1867
  * @throws OciError when an error occurs
1859
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1860
1869
  */
1861
1870
  deleteRef(deleteRefRequest) {
1862
1871
  return __awaiter(this, void 0, void 0, function* () {
@@ -1918,7 +1927,7 @@ class DevopsClient {
1918
1927
  * @param DeleteRepositoryRequest
1919
1928
  * @return DeleteRepositoryResponse
1920
1929
  * @throws OciError when an error occurs
1921
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1922
1931
  */
1923
1932
  deleteRepository(deleteRepositoryRequest) {
1924
1933
  return __awaiter(this, void 0, void 0, function* () {
@@ -1978,7 +1987,7 @@ class DevopsClient {
1978
1987
  * @param DeleteTriggerRequest
1979
1988
  * @return DeleteTriggerResponse
1980
1989
  * @throws OciError when an error occurs
1981
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1990
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1982
1991
  */
1983
1992
  deleteTrigger(deleteTriggerRequest) {
1984
1993
  return __awaiter(this, void 0, void 0, function* () {
@@ -2038,7 +2047,7 @@ class DevopsClient {
2038
2047
  * @param GetBuildPipelineRequest
2039
2048
  * @return GetBuildPipelineResponse
2040
2049
  * @throws OciError when an error occurs
2041
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
2050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
2042
2051
  */
2043
2052
  getBuildPipeline(getBuildPipelineRequest) {
2044
2053
  return __awaiter(this, void 0, void 0, function* () {
@@ -2101,7 +2110,7 @@ class DevopsClient {
2101
2110
  * @param GetBuildPipelineStageRequest
2102
2111
  * @return GetBuildPipelineStageResponse
2103
2112
  * @throws OciError when an error occurs
2104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
2113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
2105
2114
  */
2106
2115
  getBuildPipelineStage(getBuildPipelineStageRequest) {
2107
2116
  return __awaiter(this, void 0, void 0, function* () {
@@ -2165,7 +2174,7 @@ class DevopsClient {
2165
2174
  * @param GetBuildRunRequest
2166
2175
  * @return GetBuildRunResponse
2167
2176
  * @throws OciError when an error occurs
2168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2169
2178
  */
2170
2179
  getBuildRun(getBuildRunRequest) {
2171
2180
  return __awaiter(this, void 0, void 0, function* () {
@@ -2228,7 +2237,7 @@ class DevopsClient {
2228
2237
  * @param GetCommitRequest
2229
2238
  * @return GetCommitResponse
2230
2239
  * @throws OciError when an error occurs
2231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2232
2241
  */
2233
2242
  getCommit(getCommitRequest) {
2234
2243
  return __awaiter(this, void 0, void 0, function* () {
@@ -2293,7 +2302,7 @@ class DevopsClient {
2293
2302
  * @param GetCommitDiffRequest
2294
2303
  * @return GetCommitDiffResponse
2295
2304
  * @throws OciError when an error occurs
2296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2297
2306
  */
2298
2307
  getCommitDiff(getCommitDiffRequest) {
2299
2308
  return __awaiter(this, void 0, void 0, function* () {
@@ -2360,7 +2369,7 @@ class DevopsClient {
2360
2369
  * @param GetConnectionRequest
2361
2370
  * @return GetConnectionResponse
2362
2371
  * @throws OciError when an error occurs
2363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2364
2373
  */
2365
2374
  getConnection(getConnectionRequest) {
2366
2375
  return __awaiter(this, void 0, void 0, function* () {
@@ -2423,7 +2432,7 @@ class DevopsClient {
2423
2432
  * @param GetDeployArtifactRequest
2424
2433
  * @return GetDeployArtifactResponse
2425
2434
  * @throws OciError when an error occurs
2426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2427
2436
  */
2428
2437
  getDeployArtifact(getDeployArtifactRequest) {
2429
2438
  return __awaiter(this, void 0, void 0, function* () {
@@ -2486,7 +2495,7 @@ class DevopsClient {
2486
2495
  * @param GetDeployEnvironmentRequest
2487
2496
  * @return GetDeployEnvironmentResponse
2488
2497
  * @throws OciError when an error occurs
2489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2490
2499
  */
2491
2500
  getDeployEnvironment(getDeployEnvironmentRequest) {
2492
2501
  return __awaiter(this, void 0, void 0, function* () {
@@ -2549,7 +2558,7 @@ class DevopsClient {
2549
2558
  * @param GetDeployPipelineRequest
2550
2559
  * @return GetDeployPipelineResponse
2551
2560
  * @throws OciError when an error occurs
2552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2553
2562
  */
2554
2563
  getDeployPipeline(getDeployPipelineRequest) {
2555
2564
  return __awaiter(this, void 0, void 0, function* () {
@@ -2612,7 +2621,7 @@ class DevopsClient {
2612
2621
  * @param GetDeployStageRequest
2613
2622
  * @return GetDeployStageResponse
2614
2623
  * @throws OciError when an error occurs
2615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2616
2625
  */
2617
2626
  getDeployStage(getDeployStageRequest) {
2618
2627
  return __awaiter(this, void 0, void 0, function* () {
@@ -2675,7 +2684,7 @@ class DevopsClient {
2675
2684
  * @param GetDeploymentRequest
2676
2685
  * @return GetDeploymentResponse
2677
2686
  * @throws OciError when an error occurs
2678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2679
2688
  */
2680
2689
  getDeployment(getDeploymentRequest) {
2681
2690
  return __awaiter(this, void 0, void 0, function* () {
@@ -2739,7 +2748,7 @@ class DevopsClient {
2739
2748
  * @param GetFileDiffRequest
2740
2749
  * @return GetFileDiffResponse
2741
2750
  * @throws OciError when an error occurs
2742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2743
2752
  */
2744
2753
  getFileDiff(getFileDiffRequest) {
2745
2754
  return __awaiter(this, void 0, void 0, function* () {
@@ -2813,7 +2822,7 @@ class DevopsClient {
2813
2822
  * @param GetMirrorRecordRequest
2814
2823
  * @return GetMirrorRecordResponse
2815
2824
  * @throws OciError when an error occurs
2816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2825
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2817
2826
  */
2818
2827
  getMirrorRecord(getMirrorRecordRequest) {
2819
2828
  return __awaiter(this, void 0, void 0, function* () {
@@ -2878,7 +2887,7 @@ class DevopsClient {
2878
2887
  * @param GetObjectRequest
2879
2888
  * @return GetObjectResponse
2880
2889
  * @throws OciError when an error occurs
2881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetObject.ts.html |here} to see how to use GetObject API.
2890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetObject.ts.html |here} to see how to use GetObject API.
2882
2891
  */
2883
2892
  getObject(getObjectRequest) {
2884
2893
  return __awaiter(this, void 0, void 0, function* () {
@@ -2945,7 +2954,7 @@ class DevopsClient {
2945
2954
  * @param GetObjectContentRequest
2946
2955
  * @return GetObjectContentResponse
2947
2956
  * @throws OciError when an error occurs
2948
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2949
2958
  */
2950
2959
  getObjectContent(getObjectContentRequest) {
2951
2960
  return __awaiter(this, void 0, void 0, function* () {
@@ -3015,7 +3024,7 @@ class DevopsClient {
3015
3024
  * @param GetProjectRequest
3016
3025
  * @return GetProjectResponse
3017
3026
  * @throws OciError when an error occurs
3018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetProject.ts.html |here} to see how to use GetProject API.
3027
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetProject.ts.html |here} to see how to use GetProject API.
3019
3028
  */
3020
3029
  getProject(getProjectRequest) {
3021
3030
  return __awaiter(this, void 0, void 0, function* () {
@@ -3078,7 +3087,7 @@ class DevopsClient {
3078
3087
  * @param GetRefRequest
3079
3088
  * @return GetRefResponse
3080
3089
  * @throws OciError when an error occurs
3081
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetRef.ts.html |here} to see how to use GetRef API.
3090
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetRef.ts.html |here} to see how to use GetRef API.
3082
3091
  */
3083
3092
  getRef(getRefRequest) {
3084
3093
  return __awaiter(this, void 0, void 0, function* () {
@@ -3143,7 +3152,7 @@ class DevopsClient {
3143
3152
  * @param GetRepoFileDiffRequest
3144
3153
  * @return GetRepoFileDiffResponse
3145
3154
  * @throws OciError when an error occurs
3146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
3155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
3147
3156
  */
3148
3157
  getRepoFileDiff(getRepoFileDiffRequest) {
3149
3158
  return __awaiter(this, void 0, void 0, function* () {
@@ -3212,7 +3221,7 @@ class DevopsClient {
3212
3221
  * @param GetRepoFileLinesRequest
3213
3222
  * @return GetRepoFileLinesResponse
3214
3223
  * @throws OciError when an error occurs
3215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3216
3225
  */
3217
3226
  getRepoFileLines(getRepoFileLinesRequest) {
3218
3227
  return __awaiter(this, void 0, void 0, function* () {
@@ -3280,7 +3289,7 @@ class DevopsClient {
3280
3289
  * @param GetRepositoryRequest
3281
3290
  * @return GetRepositoryResponse
3282
3291
  * @throws OciError when an error occurs
3283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3284
3293
  */
3285
3294
  getRepository(getRepositoryRequest) {
3286
3295
  return __awaiter(this, void 0, void 0, function* () {
@@ -3346,7 +3355,7 @@ class DevopsClient {
3346
3355
  * @param GetRepositoryArchiveContentRequest
3347
3356
  * @return GetRepositoryArchiveContentResponse
3348
3357
  * @throws OciError when an error occurs
3349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3350
3359
  */
3351
3360
  getRepositoryArchiveContent(getRepositoryArchiveContentRequest) {
3352
3361
  return __awaiter(this, void 0, void 0, function* () {
@@ -3417,7 +3426,7 @@ class DevopsClient {
3417
3426
  * @param GetRepositoryFileLinesRequest
3418
3427
  * @return GetRepositoryFileLinesResponse
3419
3428
  * @throws OciError when an error occurs
3420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3421
3430
  */
3422
3431
  getRepositoryFileLines(getRepositoryFileLinesRequest) {
3423
3432
  return __awaiter(this, void 0, void 0, function* () {
@@ -3490,7 +3499,7 @@ class DevopsClient {
3490
3499
  * @param GetTriggerRequest
3491
3500
  * @return GetTriggerResponse
3492
3501
  * @throws OciError when an error occurs
3493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3494
3503
  */
3495
3504
  getTrigger(getTriggerRequest) {
3496
3505
  return __awaiter(this, void 0, void 0, function* () {
@@ -3553,7 +3562,7 @@ class DevopsClient {
3553
3562
  * @param GetWorkRequestRequest
3554
3563
  * @return GetWorkRequestResponse
3555
3564
  * @throws OciError when an error occurs
3556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3557
3566
  */
3558
3567
  getWorkRequest(getWorkRequestRequest) {
3559
3568
  return __awaiter(this, void 0, void 0, function* () {
@@ -3617,7 +3626,7 @@ class DevopsClient {
3617
3626
  * @param ListAuthorsRequest
3618
3627
  * @return ListAuthorsResponse
3619
3628
  * @throws OciError when an error occurs
3620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3621
3630
  */
3622
3631
  listAuthors(listAuthorsRequest) {
3623
3632
  return __awaiter(this, void 0, void 0, function* () {
@@ -3686,7 +3695,7 @@ class DevopsClient {
3686
3695
  * @param ListBuildPipelineStagesRequest
3687
3696
  * @return ListBuildPipelineStagesResponse
3688
3697
  * @throws OciError when an error occurs
3689
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3690
3699
  */
3691
3700
  listBuildPipelineStages(listBuildPipelineStagesRequest) {
3692
3701
  return __awaiter(this, void 0, void 0, function* () {
@@ -3758,7 +3767,7 @@ class DevopsClient {
3758
3767
  * @param ListBuildPipelinesRequest
3759
3768
  * @return ListBuildPipelinesResponse
3760
3769
  * @throws OciError when an error occurs
3761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3762
3771
  */
3763
3772
  listBuildPipelines(listBuildPipelinesRequest) {
3764
3773
  return __awaiter(this, void 0, void 0, function* () {
@@ -3830,7 +3839,7 @@ class DevopsClient {
3830
3839
  * @param ListBuildRunsRequest
3831
3840
  * @return ListBuildRunsResponse
3832
3841
  * @throws OciError when an error occurs
3833
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3834
3843
  */
3835
3844
  listBuildRuns(listBuildRunsRequest) {
3836
3845
  return __awaiter(this, void 0, void 0, function* () {
@@ -3903,7 +3912,7 @@ class DevopsClient {
3903
3912
  * @param ListCommitDiffsRequest
3904
3913
  * @return ListCommitDiffsResponse
3905
3914
  * @throws OciError when an error occurs
3906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3915
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3907
3916
  */
3908
3917
  listCommitDiffs(listCommitDiffsRequest) {
3909
3918
  return __awaiter(this, void 0, void 0, function* () {
@@ -3973,7 +3982,7 @@ class DevopsClient {
3973
3982
  * @param ListCommitsRequest
3974
3983
  * @return ListCommitsResponse
3975
3984
  * @throws OciError when an error occurs
3976
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3985
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3977
3986
  */
3978
3987
  listCommits(listCommitsRequest) {
3979
3988
  return __awaiter(this, void 0, void 0, function* () {
@@ -4047,7 +4056,7 @@ class DevopsClient {
4047
4056
  * @param ListConnectionsRequest
4048
4057
  * @return ListConnectionsResponse
4049
4058
  * @throws OciError when an error occurs
4050
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
4059
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
4051
4060
  */
4052
4061
  listConnections(listConnectionsRequest) {
4053
4062
  return __awaiter(this, void 0, void 0, function* () {
@@ -4119,7 +4128,7 @@ class DevopsClient {
4119
4128
  * @param ListDeployArtifactsRequest
4120
4129
  * @return ListDeployArtifactsResponse
4121
4130
  * @throws OciError when an error occurs
4122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
4131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
4123
4132
  */
4124
4133
  listDeployArtifacts(listDeployArtifactsRequest) {
4125
4134
  return __awaiter(this, void 0, void 0, function* () {
@@ -4190,7 +4199,7 @@ class DevopsClient {
4190
4199
  * @param ListDeployEnvironmentsRequest
4191
4200
  * @return ListDeployEnvironmentsResponse
4192
4201
  * @throws OciError when an error occurs
4193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
4202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
4194
4203
  */
4195
4204
  listDeployEnvironments(listDeployEnvironmentsRequest) {
4196
4205
  return __awaiter(this, void 0, void 0, function* () {
@@ -4261,7 +4270,7 @@ class DevopsClient {
4261
4270
  * @param ListDeployPipelinesRequest
4262
4271
  * @return ListDeployPipelinesResponse
4263
4272
  * @throws OciError when an error occurs
4264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4265
4274
  */
4266
4275
  listDeployPipelines(listDeployPipelinesRequest) {
4267
4276
  return __awaiter(this, void 0, void 0, function* () {
@@ -4332,7 +4341,7 @@ class DevopsClient {
4332
4341
  * @param ListDeployStagesRequest
4333
4342
  * @return ListDeployStagesResponse
4334
4343
  * @throws OciError when an error occurs
4335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4336
4345
  */
4337
4346
  listDeployStages(listDeployStagesRequest) {
4338
4347
  return __awaiter(this, void 0, void 0, function* () {
@@ -4403,7 +4412,7 @@ class DevopsClient {
4403
4412
  * @param ListDeploymentsRequest
4404
4413
  * @return ListDeploymentsResponse
4405
4414
  * @throws OciError when an error occurs
4406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4407
4416
  */
4408
4417
  listDeployments(listDeploymentsRequest) {
4409
4418
  return __awaiter(this, void 0, void 0, function* () {
@@ -4478,7 +4487,7 @@ class DevopsClient {
4478
4487
  * @param ListMirrorRecordsRequest
4479
4488
  * @return ListMirrorRecordsResponse
4480
4489
  * @throws OciError when an error occurs
4481
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4482
4491
  */
4483
4492
  listMirrorRecords(listMirrorRecordsRequest) {
4484
4493
  return __awaiter(this, void 0, void 0, function* () {
@@ -4546,7 +4555,7 @@ class DevopsClient {
4546
4555
  * @param ListPathsRequest
4547
4556
  * @return ListPathsResponse
4548
4557
  * @throws OciError when an error occurs
4549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4550
4559
  */
4551
4560
  listPaths(listPathsRequest) {
4552
4561
  return __awaiter(this, void 0, void 0, function* () {
@@ -4618,7 +4627,7 @@ class DevopsClient {
4618
4627
  * @param ListProjectsRequest
4619
4628
  * @return ListProjectsResponse
4620
4629
  * @throws OciError when an error occurs
4621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4622
4631
  */
4623
4632
  listProjects(listProjectsRequest) {
4624
4633
  return __awaiter(this, void 0, void 0, function* () {
@@ -4689,7 +4698,7 @@ class DevopsClient {
4689
4698
  * @param ListRefsRequest
4690
4699
  * @return ListRefsResponse
4691
4700
  * @throws OciError when an error occurs
4692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4701
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4693
4702
  */
4694
4703
  listRefs(listRefsRequest) {
4695
4704
  return __awaiter(this, void 0, void 0, function* () {
@@ -4761,7 +4770,7 @@ class DevopsClient {
4761
4770
  * @param ListRepositoriesRequest
4762
4771
  * @return ListRepositoriesResponse
4763
4772
  * @throws OciError when an error occurs
4764
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4765
4774
  */
4766
4775
  listRepositories(listRepositoriesRequest) {
4767
4776
  return __awaiter(this, void 0, void 0, function* () {
@@ -4833,7 +4842,7 @@ class DevopsClient {
4833
4842
  * @param ListTriggersRequest
4834
4843
  * @return ListTriggersResponse
4835
4844
  * @throws OciError when an error occurs
4836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4837
4846
  */
4838
4847
  listTriggers(listTriggersRequest) {
4839
4848
  return __awaiter(this, void 0, void 0, function* () {
@@ -4904,7 +4913,7 @@ class DevopsClient {
4904
4913
  * @param ListWorkRequestErrorsRequest
4905
4914
  * @return ListWorkRequestErrorsResponse
4906
4915
  * @throws OciError when an error occurs
4907
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4916
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4908
4917
  */
4909
4918
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4910
4919
  return __awaiter(this, void 0, void 0, function* () {
@@ -4972,7 +4981,7 @@ class DevopsClient {
4972
4981
  * @param ListWorkRequestLogsRequest
4973
4982
  * @return ListWorkRequestLogsResponse
4974
4983
  * @throws OciError when an error occurs
4975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4976
4985
  */
4977
4986
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4978
4987
  return __awaiter(this, void 0, void 0, function* () {
@@ -5040,7 +5049,7 @@ class DevopsClient {
5040
5049
  * @param ListWorkRequestsRequest
5041
5050
  * @return ListWorkRequestsResponse
5042
5051
  * @throws OciError when an error occurs
5043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
5052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
5044
5053
  */
5045
5054
  listWorkRequests(listWorkRequestsRequest) {
5046
5055
  return __awaiter(this, void 0, void 0, function* () {
@@ -5112,7 +5121,7 @@ class DevopsClient {
5112
5121
  * @param MirrorRepositoryRequest
5113
5122
  * @return MirrorRepositoryResponse
5114
5123
  * @throws OciError when an error occurs
5115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
5124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
5116
5125
  */
5117
5126
  mirrorRepository(mirrorRepositoryRequest) {
5118
5127
  return __awaiter(this, void 0, void 0, function* () {
@@ -5173,7 +5182,7 @@ class DevopsClient {
5173
5182
  * @param PutRepositoryRefRequest
5174
5183
  * @return PutRepositoryRefResponse
5175
5184
  * @throws OciError when an error occurs
5176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
5185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
5177
5186
  */
5178
5187
  putRepositoryRef(putRepositoryRefRequest) {
5179
5188
  return __awaiter(this, void 0, void 0, function* () {
@@ -5250,7 +5259,7 @@ class DevopsClient {
5250
5259
  * @param ScheduleCascadingProjectDeletionRequest
5251
5260
  * @return ScheduleCascadingProjectDeletionResponse
5252
5261
  * @throws OciError when an error occurs
5253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ScheduleCascadingProjectDeletion.ts.html |here} to see how to use ScheduleCascadingProjectDeletion API.
5262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ScheduleCascadingProjectDeletion.ts.html |here} to see how to use ScheduleCascadingProjectDeletion API.
5254
5263
  */
5255
5264
  scheduleCascadingProjectDeletion(scheduleCascadingProjectDeletionRequest) {
5256
5265
  return __awaiter(this, void 0, void 0, function* () {
@@ -5311,7 +5320,7 @@ class DevopsClient {
5311
5320
  * @param UpdateBuildPipelineRequest
5312
5321
  * @return UpdateBuildPipelineResponse
5313
5322
  * @throws OciError when an error occurs
5314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5315
5324
  */
5316
5325
  updateBuildPipeline(updateBuildPipelineRequest) {
5317
5326
  return __awaiter(this, void 0, void 0, function* () {
@@ -5386,7 +5395,7 @@ class DevopsClient {
5386
5395
  * @param UpdateBuildPipelineStageRequest
5387
5396
  * @return UpdateBuildPipelineStageResponse
5388
5397
  * @throws OciError when an error occurs
5389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5390
5399
  */
5391
5400
  updateBuildPipelineStage(updateBuildPipelineStageRequest) {
5392
5401
  return __awaiter(this, void 0, void 0, function* () {
@@ -5461,7 +5470,7 @@ class DevopsClient {
5461
5470
  * @param UpdateBuildRunRequest
5462
5471
  * @return UpdateBuildRunResponse
5463
5472
  * @throws OciError when an error occurs
5464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5465
5474
  */
5466
5475
  updateBuildRun(updateBuildRunRequest) {
5467
5476
  return __awaiter(this, void 0, void 0, function* () {
@@ -5531,7 +5540,7 @@ class DevopsClient {
5531
5540
  * @param UpdateConnectionRequest
5532
5541
  * @return UpdateConnectionResponse
5533
5542
  * @throws OciError when an error occurs
5534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5535
5544
  */
5536
5545
  updateConnection(updateConnectionRequest) {
5537
5546
  return __awaiter(this, void 0, void 0, function* () {
@@ -5606,7 +5615,7 @@ class DevopsClient {
5606
5615
  * @param UpdateDeployArtifactRequest
5607
5616
  * @return UpdateDeployArtifactResponse
5608
5617
  * @throws OciError when an error occurs
5609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5618
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5610
5619
  */
5611
5620
  updateDeployArtifact(updateDeployArtifactRequest) {
5612
5621
  return __awaiter(this, void 0, void 0, function* () {
@@ -5681,7 +5690,7 @@ class DevopsClient {
5681
5690
  * @param UpdateDeployEnvironmentRequest
5682
5691
  * @return UpdateDeployEnvironmentResponse
5683
5692
  * @throws OciError when an error occurs
5684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5685
5694
  */
5686
5695
  updateDeployEnvironment(updateDeployEnvironmentRequest) {
5687
5696
  return __awaiter(this, void 0, void 0, function* () {
@@ -5756,7 +5765,7 @@ class DevopsClient {
5756
5765
  * @param UpdateDeployPipelineRequest
5757
5766
  * @return UpdateDeployPipelineResponse
5758
5767
  * @throws OciError when an error occurs
5759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5760
5769
  */
5761
5770
  updateDeployPipeline(updateDeployPipelineRequest) {
5762
5771
  return __awaiter(this, void 0, void 0, function* () {
@@ -5831,7 +5840,7 @@ class DevopsClient {
5831
5840
  * @param UpdateDeployStageRequest
5832
5841
  * @return UpdateDeployStageResponse
5833
5842
  * @throws OciError when an error occurs
5834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5843
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5835
5844
  */
5836
5845
  updateDeployStage(updateDeployStageRequest) {
5837
5846
  return __awaiter(this, void 0, void 0, function* () {
@@ -5906,7 +5915,7 @@ class DevopsClient {
5906
5915
  * @param UpdateDeploymentRequest
5907
5916
  * @return UpdateDeploymentResponse
5908
5917
  * @throws OciError when an error occurs
5909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5918
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5910
5919
  */
5911
5920
  updateDeployment(updateDeploymentRequest) {
5912
5921
  return __awaiter(this, void 0, void 0, function* () {
@@ -5971,7 +5980,7 @@ class DevopsClient {
5971
5980
  * @param UpdateProjectRequest
5972
5981
  * @return UpdateProjectResponse
5973
5982
  * @throws OciError when an error occurs
5974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5975
5984
  */
5976
5985
  updateProject(updateProjectRequest) {
5977
5986
  return __awaiter(this, void 0, void 0, function* () {
@@ -6046,7 +6055,7 @@ class DevopsClient {
6046
6055
  * @param UpdateRepositoryRequest
6047
6056
  * @return UpdateRepositoryResponse
6048
6057
  * @throws OciError when an error occurs
6049
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
6058
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
6050
6059
  */
6051
6060
  updateRepository(updateRepositoryRequest) {
6052
6061
  return __awaiter(this, void 0, void 0, function* () {
@@ -6116,7 +6125,7 @@ class DevopsClient {
6116
6125
  * @param UpdateTriggerRequest
6117
6126
  * @return UpdateTriggerResponse
6118
6127
  * @throws OciError when an error occurs
6119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
6128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
6120
6129
  */
6121
6130
  updateTrigger(updateTriggerRequest) {
6122
6131
  return __awaiter(this, void 0, void 0, function* () {
@@ -6192,7 +6201,7 @@ class DevopsClient {
6192
6201
  * @param ValidateConnectionRequest
6193
6202
  * @return ValidateConnectionResponse
6194
6203
  * @throws OciError when an error occurs
6195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/devops/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
6204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/devops/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
6196
6205
  */
6197
6206
  validateConnection(validateConnectionRequest) {
6198
6207
  return __awaiter(this, void 0, void 0, function* () {