oci-devops 2.20.0 → 2.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/lib/client.d.ts +86 -86
  2. package/lib/client.js +86 -86
  3. package/lib/request/approve-deployment-request.d.ts +1 -1
  4. package/lib/request/cancel-build-run-request.d.ts +1 -1
  5. package/lib/request/cancel-deployment-request.d.ts +1 -1
  6. package/lib/request/change-project-compartment-request.d.ts +1 -1
  7. package/lib/request/create-build-pipeline-request.d.ts +1 -1
  8. package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
  9. package/lib/request/create-build-run-request.d.ts +1 -1
  10. package/lib/request/create-connection-request.d.ts +1 -1
  11. package/lib/request/create-deploy-artifact-request.d.ts +1 -1
  12. package/lib/request/create-deploy-environment-request.d.ts +1 -1
  13. package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
  14. package/lib/request/create-deploy-stage-request.d.ts +1 -1
  15. package/lib/request/create-deployment-request.d.ts +1 -1
  16. package/lib/request/create-project-request.d.ts +1 -1
  17. package/lib/request/create-repository-request.d.ts +1 -1
  18. package/lib/request/create-trigger-request.d.ts +1 -1
  19. package/lib/request/delete-build-pipeline-request.d.ts +1 -1
  20. package/lib/request/delete-build-pipeline-stage-request.d.ts +1 -1
  21. package/lib/request/delete-connection-request.d.ts +1 -1
  22. package/lib/request/delete-deploy-artifact-request.d.ts +1 -1
  23. package/lib/request/delete-deploy-environment-request.d.ts +1 -1
  24. package/lib/request/delete-deploy-pipeline-request.d.ts +1 -1
  25. package/lib/request/delete-deploy-stage-request.d.ts +1 -1
  26. package/lib/request/delete-project-request.d.ts +1 -1
  27. package/lib/request/delete-ref-request.d.ts +1 -1
  28. package/lib/request/delete-repository-request.d.ts +1 -1
  29. package/lib/request/delete-trigger-request.d.ts +1 -1
  30. package/lib/request/get-build-pipeline-request.d.ts +1 -1
  31. package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
  32. package/lib/request/get-build-run-request.d.ts +1 -1
  33. package/lib/request/get-commit-diff-request.d.ts +1 -1
  34. package/lib/request/get-commit-request.d.ts +1 -1
  35. package/lib/request/get-connection-request.d.ts +1 -1
  36. package/lib/request/get-deploy-artifact-request.d.ts +1 -1
  37. package/lib/request/get-deploy-environment-request.d.ts +1 -1
  38. package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
  39. package/lib/request/get-deploy-stage-request.d.ts +1 -1
  40. package/lib/request/get-deployment-request.d.ts +1 -1
  41. package/lib/request/get-file-diff-request.d.ts +1 -1
  42. package/lib/request/get-mirror-record-request.d.ts +1 -1
  43. package/lib/request/get-object-content-request.d.ts +1 -1
  44. package/lib/request/get-object-request.d.ts +1 -1
  45. package/lib/request/get-project-request.d.ts +1 -1
  46. package/lib/request/get-ref-request.d.ts +1 -1
  47. package/lib/request/get-repo-file-diff-request.d.ts +1 -1
  48. package/lib/request/get-repo-file-lines-request.d.ts +1 -1
  49. package/lib/request/get-repository-archive-content-request.d.ts +1 -1
  50. package/lib/request/get-repository-file-lines-request.d.ts +1 -1
  51. package/lib/request/get-repository-request.d.ts +1 -1
  52. package/lib/request/get-trigger-request.d.ts +1 -1
  53. package/lib/request/get-work-request-request.d.ts +1 -1
  54. package/lib/request/list-authors-request.d.ts +1 -1
  55. package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
  56. package/lib/request/list-build-pipelines-request.d.ts +1 -1
  57. package/lib/request/list-build-runs-request.d.ts +1 -1
  58. package/lib/request/list-commit-diffs-request.d.ts +1 -1
  59. package/lib/request/list-commits-request.d.ts +1 -1
  60. package/lib/request/list-connections-request.d.ts +1 -1
  61. package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
  62. package/lib/request/list-deploy-environments-request.d.ts +1 -1
  63. package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
  64. package/lib/request/list-deploy-stages-request.d.ts +1 -1
  65. package/lib/request/list-deployments-request.d.ts +1 -1
  66. package/lib/request/list-mirror-records-request.d.ts +1 -1
  67. package/lib/request/list-paths-request.d.ts +1 -1
  68. package/lib/request/list-projects-request.d.ts +1 -1
  69. package/lib/request/list-refs-request.d.ts +1 -1
  70. package/lib/request/list-repositories-request.d.ts +1 -1
  71. package/lib/request/list-triggers-request.d.ts +1 -1
  72. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  73. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  74. package/lib/request/list-work-requests-request.d.ts +1 -1
  75. package/lib/request/mirror-repository-request.d.ts +1 -1
  76. package/lib/request/put-repository-ref-request.d.ts +1 -1
  77. package/lib/request/update-build-pipeline-request.d.ts +1 -1
  78. package/lib/request/update-build-pipeline-stage-request.d.ts +1 -1
  79. package/lib/request/update-build-run-request.d.ts +1 -1
  80. package/lib/request/update-connection-request.d.ts +1 -1
  81. package/lib/request/update-deploy-artifact-request.d.ts +1 -1
  82. package/lib/request/update-deploy-environment-request.d.ts +1 -1
  83. package/lib/request/update-deploy-pipeline-request.d.ts +1 -1
  84. package/lib/request/update-deploy-stage-request.d.ts +1 -1
  85. package/lib/request/update-deployment-request.d.ts +1 -1
  86. package/lib/request/update-project-request.d.ts +1 -1
  87. package/lib/request/update-repository-request.d.ts +1 -1
  88. package/lib/request/update-trigger-request.d.ts +1 -1
  89. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -150,7 +150,7 @@ class DevopsClient {
150
150
  * @param ApproveDeploymentRequest
151
151
  * @return ApproveDeploymentResponse
152
152
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeployment API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeployment API.
154
154
  */
155
155
  approveDeployment(approveDeploymentRequest) {
156
156
  return __awaiter(this, void 0, void 0, function* () {
@@ -214,7 +214,7 @@ class DevopsClient {
214
214
  * @param CancelBuildRunRequest
215
215
  * @return CancelBuildRunResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRun API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRun API.
218
218
  */
219
219
  cancelBuildRun(cancelBuildRunRequest) {
220
220
  return __awaiter(this, void 0, void 0, function* () {
@@ -278,7 +278,7 @@ class DevopsClient {
278
278
  * @param CancelDeploymentRequest
279
279
  * @return CancelDeploymentResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CancelDeployment.ts.html |here} to see how to use CancelDeployment API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CancelDeployment.ts.html |here} to see how to use CancelDeployment API.
282
282
  */
283
283
  cancelDeployment(cancelDeploymentRequest) {
284
284
  return __awaiter(this, void 0, void 0, function* () {
@@ -342,7 +342,7 @@ class DevopsClient {
342
342
  * @param ChangeProjectCompartmentRequest
343
343
  * @return ChangeProjectCompartmentResponse
344
344
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
346
346
  */
347
347
  changeProjectCompartment(changeProjectCompartmentRequest) {
348
348
  return __awaiter(this, void 0, void 0, function* () {
@@ -403,7 +403,7 @@ class DevopsClient {
403
403
  * @param CreateBuildPipelineRequest
404
404
  * @return CreateBuildPipelineResponse
405
405
  * @throws OciError when an error occurs
406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
407
407
  */
408
408
  createBuildPipeline(createBuildPipelineRequest) {
409
409
  return __awaiter(this, void 0, void 0, function* () {
@@ -475,7 +475,7 @@ class DevopsClient {
475
475
  * @param CreateBuildPipelineStageRequest
476
476
  * @return CreateBuildPipelineStageResponse
477
477
  * @throws OciError when an error occurs
478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
479
479
  */
480
480
  createBuildPipelineStage(createBuildPipelineStageRequest) {
481
481
  return __awaiter(this, void 0, void 0, function* () {
@@ -547,7 +547,7 @@ class DevopsClient {
547
547
  * @param CreateBuildRunRequest
548
548
  * @return CreateBuildRunResponse
549
549
  * @throws OciError when an error occurs
550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
551
551
  */
552
552
  createBuildRun(createBuildRunRequest) {
553
553
  return __awaiter(this, void 0, void 0, function* () {
@@ -615,7 +615,7 @@ class DevopsClient {
615
615
  * @param CreateConnectionRequest
616
616
  * @return CreateConnectionResponse
617
617
  * @throws OciError when an error occurs
618
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
618
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
619
619
  */
620
620
  createConnection(createConnectionRequest) {
621
621
  return __awaiter(this, void 0, void 0, function* () {
@@ -686,7 +686,7 @@ class DevopsClient {
686
686
  * @param CreateDeployArtifactRequest
687
687
  * @return CreateDeployArtifactResponse
688
688
  * @throws OciError when an error occurs
689
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
689
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
690
690
  */
691
691
  createDeployArtifact(createDeployArtifactRequest) {
692
692
  return __awaiter(this, void 0, void 0, function* () {
@@ -757,7 +757,7 @@ class DevopsClient {
757
757
  * @param CreateDeployEnvironmentRequest
758
758
  * @return CreateDeployEnvironmentResponse
759
759
  * @throws OciError when an error occurs
760
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
760
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
761
761
  */
762
762
  createDeployEnvironment(createDeployEnvironmentRequest) {
763
763
  return __awaiter(this, void 0, void 0, function* () {
@@ -828,7 +828,7 @@ class DevopsClient {
828
828
  * @param CreateDeployPipelineRequest
829
829
  * @return CreateDeployPipelineResponse
830
830
  * @throws OciError when an error occurs
831
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
832
832
  */
833
833
  createDeployPipeline(createDeployPipelineRequest) {
834
834
  return __awaiter(this, void 0, void 0, function* () {
@@ -899,7 +899,7 @@ class DevopsClient {
899
899
  * @param CreateDeployStageRequest
900
900
  * @return CreateDeployStageResponse
901
901
  * @throws OciError when an error occurs
902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
903
903
  */
904
904
  createDeployStage(createDeployStageRequest) {
905
905
  return __awaiter(this, void 0, void 0, function* () {
@@ -970,7 +970,7 @@ class DevopsClient {
970
970
  * @param CreateDeploymentRequest
971
971
  * @return CreateDeploymentResponse
972
972
  * @throws OciError when an error occurs
973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
974
974
  */
975
975
  createDeployment(createDeploymentRequest) {
976
976
  return __awaiter(this, void 0, void 0, function* () {
@@ -1031,7 +1031,7 @@ class DevopsClient {
1031
1031
  * @param CreateProjectRequest
1032
1032
  * @return CreateProjectResponse
1033
1033
  * @throws OciError when an error occurs
1034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1035
1035
  */
1036
1036
  createProject(createProjectRequest) {
1037
1037
  return __awaiter(this, void 0, void 0, function* () {
@@ -1103,7 +1103,7 @@ class DevopsClient {
1103
1103
  * @param CreateRepositoryRequest
1104
1104
  * @return CreateRepositoryResponse
1105
1105
  * @throws OciError when an error occurs
1106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1107
1107
  */
1108
1108
  createRepository(createRepositoryRequest) {
1109
1109
  return __awaiter(this, void 0, void 0, function* () {
@@ -1175,7 +1175,7 @@ class DevopsClient {
1175
1175
  * @param CreateTriggerRequest
1176
1176
  * @return CreateTriggerResponse
1177
1177
  * @throws OciError when an error occurs
1178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1179
1179
  */
1180
1180
  createTrigger(createTriggerRequest) {
1181
1181
  return __awaiter(this, void 0, void 0, function* () {
@@ -1246,7 +1246,7 @@ class DevopsClient {
1246
1246
  * @param DeleteBuildPipelineRequest
1247
1247
  * @return DeleteBuildPipelineResponse
1248
1248
  * @throws OciError when an error occurs
1249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1250
1250
  */
1251
1251
  deleteBuildPipeline(deleteBuildPipelineRequest) {
1252
1252
  return __awaiter(this, void 0, void 0, function* () {
@@ -1304,7 +1304,7 @@ class DevopsClient {
1304
1304
  * @param DeleteBuildPipelineStageRequest
1305
1305
  * @return DeleteBuildPipelineStageResponse
1306
1306
  * @throws OciError when an error occurs
1307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1308
1308
  */
1309
1309
  deleteBuildPipelineStage(deleteBuildPipelineStageRequest) {
1310
1310
  return __awaiter(this, void 0, void 0, function* () {
@@ -1362,7 +1362,7 @@ class DevopsClient {
1362
1362
  * @param DeleteConnectionRequest
1363
1363
  * @return DeleteConnectionResponse
1364
1364
  * @throws OciError when an error occurs
1365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1366
1366
  */
1367
1367
  deleteConnection(deleteConnectionRequest) {
1368
1368
  return __awaiter(this, void 0, void 0, function* () {
@@ -1420,7 +1420,7 @@ class DevopsClient {
1420
1420
  * @param DeleteDeployArtifactRequest
1421
1421
  * @return DeleteDeployArtifactResponse
1422
1422
  * @throws OciError when an error occurs
1423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1424
1424
  */
1425
1425
  deleteDeployArtifact(deleteDeployArtifactRequest) {
1426
1426
  return __awaiter(this, void 0, void 0, function* () {
@@ -1478,7 +1478,7 @@ class DevopsClient {
1478
1478
  * @param DeleteDeployEnvironmentRequest
1479
1479
  * @return DeleteDeployEnvironmentResponse
1480
1480
  * @throws OciError when an error occurs
1481
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1482
1482
  */
1483
1483
  deleteDeployEnvironment(deleteDeployEnvironmentRequest) {
1484
1484
  return __awaiter(this, void 0, void 0, function* () {
@@ -1536,7 +1536,7 @@ class DevopsClient {
1536
1536
  * @param DeleteDeployPipelineRequest
1537
1537
  * @return DeleteDeployPipelineResponse
1538
1538
  * @throws OciError when an error occurs
1539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1539
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1540
1540
  */
1541
1541
  deleteDeployPipeline(deleteDeployPipelineRequest) {
1542
1542
  return __awaiter(this, void 0, void 0, function* () {
@@ -1594,7 +1594,7 @@ class DevopsClient {
1594
1594
  * @param DeleteDeployStageRequest
1595
1595
  * @return DeleteDeployStageResponse
1596
1596
  * @throws OciError when an error occurs
1597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1598
1598
  */
1599
1599
  deleteDeployStage(deleteDeployStageRequest) {
1600
1600
  return __awaiter(this, void 0, void 0, function* () {
@@ -1652,7 +1652,7 @@ class DevopsClient {
1652
1652
  * @param DeleteProjectRequest
1653
1653
  * @return DeleteProjectResponse
1654
1654
  * @throws OciError when an error occurs
1655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1656
1656
  */
1657
1657
  deleteProject(deleteProjectRequest) {
1658
1658
  return __awaiter(this, void 0, void 0, function* () {
@@ -1710,7 +1710,7 @@ class DevopsClient {
1710
1710
  * @param DeleteRefRequest
1711
1711
  * @return DeleteRefResponse
1712
1712
  * @throws OciError when an error occurs
1713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1714
1714
  */
1715
1715
  deleteRef(deleteRefRequest) {
1716
1716
  return __awaiter(this, void 0, void 0, function* () {
@@ -1770,7 +1770,7 @@ class DevopsClient {
1770
1770
  * @param DeleteRepositoryRequest
1771
1771
  * @return DeleteRepositoryResponse
1772
1772
  * @throws OciError when an error occurs
1773
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1774
1774
  */
1775
1775
  deleteRepository(deleteRepositoryRequest) {
1776
1776
  return __awaiter(this, void 0, void 0, function* () {
@@ -1828,7 +1828,7 @@ class DevopsClient {
1828
1828
  * @param DeleteTriggerRequest
1829
1829
  * @return DeleteTriggerResponse
1830
1830
  * @throws OciError when an error occurs
1831
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1832
1832
  */
1833
1833
  deleteTrigger(deleteTriggerRequest) {
1834
1834
  return __awaiter(this, void 0, void 0, function* () {
@@ -1886,7 +1886,7 @@ class DevopsClient {
1886
1886
  * @param GetBuildPipelineRequest
1887
1887
  * @return GetBuildPipelineResponse
1888
1888
  * @throws OciError when an error occurs
1889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
1889
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
1890
1890
  */
1891
1891
  getBuildPipeline(getBuildPipelineRequest) {
1892
1892
  return __awaiter(this, void 0, void 0, function* () {
@@ -1947,7 +1947,7 @@ class DevopsClient {
1947
1947
  * @param GetBuildPipelineStageRequest
1948
1948
  * @return GetBuildPipelineStageResponse
1949
1949
  * @throws OciError when an error occurs
1950
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
1950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
1951
1951
  */
1952
1952
  getBuildPipelineStage(getBuildPipelineStageRequest) {
1953
1953
  return __awaiter(this, void 0, void 0, function* () {
@@ -2009,7 +2009,7 @@ class DevopsClient {
2009
2009
  * @param GetBuildRunRequest
2010
2010
  * @return GetBuildRunResponse
2011
2011
  * @throws OciError when an error occurs
2012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2013
2013
  */
2014
2014
  getBuildRun(getBuildRunRequest) {
2015
2015
  return __awaiter(this, void 0, void 0, function* () {
@@ -2070,7 +2070,7 @@ class DevopsClient {
2070
2070
  * @param GetCommitRequest
2071
2071
  * @return GetCommitResponse
2072
2072
  * @throws OciError when an error occurs
2073
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2074
2074
  */
2075
2075
  getCommit(getCommitRequest) {
2076
2076
  return __awaiter(this, void 0, void 0, function* () {
@@ -2133,7 +2133,7 @@ class DevopsClient {
2133
2133
  * @param GetCommitDiffRequest
2134
2134
  * @return GetCommitDiffResponse
2135
2135
  * @throws OciError when an error occurs
2136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2137
2137
  */
2138
2138
  getCommitDiff(getCommitDiffRequest) {
2139
2139
  return __awaiter(this, void 0, void 0, function* () {
@@ -2198,7 +2198,7 @@ class DevopsClient {
2198
2198
  * @param GetConnectionRequest
2199
2199
  * @return GetConnectionResponse
2200
2200
  * @throws OciError when an error occurs
2201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2202
2202
  */
2203
2203
  getConnection(getConnectionRequest) {
2204
2204
  return __awaiter(this, void 0, void 0, function* () {
@@ -2259,7 +2259,7 @@ class DevopsClient {
2259
2259
  * @param GetDeployArtifactRequest
2260
2260
  * @return GetDeployArtifactResponse
2261
2261
  * @throws OciError when an error occurs
2262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2263
2263
  */
2264
2264
  getDeployArtifact(getDeployArtifactRequest) {
2265
2265
  return __awaiter(this, void 0, void 0, function* () {
@@ -2320,7 +2320,7 @@ class DevopsClient {
2320
2320
  * @param GetDeployEnvironmentRequest
2321
2321
  * @return GetDeployEnvironmentResponse
2322
2322
  * @throws OciError when an error occurs
2323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2324
2324
  */
2325
2325
  getDeployEnvironment(getDeployEnvironmentRequest) {
2326
2326
  return __awaiter(this, void 0, void 0, function* () {
@@ -2381,7 +2381,7 @@ class DevopsClient {
2381
2381
  * @param GetDeployPipelineRequest
2382
2382
  * @return GetDeployPipelineResponse
2383
2383
  * @throws OciError when an error occurs
2384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2385
2385
  */
2386
2386
  getDeployPipeline(getDeployPipelineRequest) {
2387
2387
  return __awaiter(this, void 0, void 0, function* () {
@@ -2442,7 +2442,7 @@ class DevopsClient {
2442
2442
  * @param GetDeployStageRequest
2443
2443
  * @return GetDeployStageResponse
2444
2444
  * @throws OciError when an error occurs
2445
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2446
2446
  */
2447
2447
  getDeployStage(getDeployStageRequest) {
2448
2448
  return __awaiter(this, void 0, void 0, function* () {
@@ -2503,7 +2503,7 @@ class DevopsClient {
2503
2503
  * @param GetDeploymentRequest
2504
2504
  * @return GetDeploymentResponse
2505
2505
  * @throws OciError when an error occurs
2506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2506
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2507
2507
  */
2508
2508
  getDeployment(getDeploymentRequest) {
2509
2509
  return __awaiter(this, void 0, void 0, function* () {
@@ -2565,7 +2565,7 @@ class DevopsClient {
2565
2565
  * @param GetFileDiffRequest
2566
2566
  * @return GetFileDiffResponse
2567
2567
  * @throws OciError when an error occurs
2568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2569
2569
  */
2570
2570
  getFileDiff(getFileDiffRequest) {
2571
2571
  return __awaiter(this, void 0, void 0, function* () {
@@ -2637,7 +2637,7 @@ class DevopsClient {
2637
2637
  * @param GetMirrorRecordRequest
2638
2638
  * @return GetMirrorRecordResponse
2639
2639
  * @throws OciError when an error occurs
2640
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2641
2641
  */
2642
2642
  getMirrorRecord(getMirrorRecordRequest) {
2643
2643
  return __awaiter(this, void 0, void 0, function* () {
@@ -2700,7 +2700,7 @@ class DevopsClient {
2700
2700
  * @param GetObjectRequest
2701
2701
  * @return GetObjectResponse
2702
2702
  * @throws OciError when an error occurs
2703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetObject.ts.html |here} to see how to use GetObject API.
2703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetObject.ts.html |here} to see how to use GetObject API.
2704
2704
  */
2705
2705
  getObject(getObjectRequest) {
2706
2706
  return __awaiter(this, void 0, void 0, function* () {
@@ -2765,7 +2765,7 @@ class DevopsClient {
2765
2765
  * @param GetObjectContentRequest
2766
2766
  * @return GetObjectContentResponse
2767
2767
  * @throws OciError when an error occurs
2768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2769
2769
  */
2770
2770
  getObjectContent(getObjectContentRequest) {
2771
2771
  return __awaiter(this, void 0, void 0, function* () {
@@ -2833,7 +2833,7 @@ class DevopsClient {
2833
2833
  * @param GetProjectRequest
2834
2834
  * @return GetProjectResponse
2835
2835
  * @throws OciError when an error occurs
2836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetProject.ts.html |here} to see how to use GetProject API.
2836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetProject.ts.html |here} to see how to use GetProject API.
2837
2837
  */
2838
2838
  getProject(getProjectRequest) {
2839
2839
  return __awaiter(this, void 0, void 0, function* () {
@@ -2894,7 +2894,7 @@ class DevopsClient {
2894
2894
  * @param GetRefRequest
2895
2895
  * @return GetRefResponse
2896
2896
  * @throws OciError when an error occurs
2897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetRef.ts.html |here} to see how to use GetRef API.
2897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetRef.ts.html |here} to see how to use GetRef API.
2898
2898
  */
2899
2899
  getRef(getRefRequest) {
2900
2900
  return __awaiter(this, void 0, void 0, function* () {
@@ -2957,7 +2957,7 @@ class DevopsClient {
2957
2957
  * @param GetRepoFileDiffRequest
2958
2958
  * @return GetRepoFileDiffResponse
2959
2959
  * @throws OciError when an error occurs
2960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
2960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
2961
2961
  */
2962
2962
  getRepoFileDiff(getRepoFileDiffRequest) {
2963
2963
  return __awaiter(this, void 0, void 0, function* () {
@@ -3024,7 +3024,7 @@ class DevopsClient {
3024
3024
  * @param GetRepoFileLinesRequest
3025
3025
  * @return GetRepoFileLinesResponse
3026
3026
  * @throws OciError when an error occurs
3027
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3027
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3028
3028
  */
3029
3029
  getRepoFileLines(getRepoFileLinesRequest) {
3030
3030
  return __awaiter(this, void 0, void 0, function* () {
@@ -3090,7 +3090,7 @@ class DevopsClient {
3090
3090
  * @param GetRepositoryRequest
3091
3091
  * @return GetRepositoryResponse
3092
3092
  * @throws OciError when an error occurs
3093
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3093
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3094
3094
  */
3095
3095
  getRepository(getRepositoryRequest) {
3096
3096
  return __awaiter(this, void 0, void 0, function* () {
@@ -3154,7 +3154,7 @@ class DevopsClient {
3154
3154
  * @param GetRepositoryArchiveContentRequest
3155
3155
  * @return GetRepositoryArchiveContentResponse
3156
3156
  * @throws OciError when an error occurs
3157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3158
3158
  */
3159
3159
  getRepositoryArchiveContent(getRepositoryArchiveContentRequest) {
3160
3160
  return __awaiter(this, void 0, void 0, function* () {
@@ -3223,7 +3223,7 @@ class DevopsClient {
3223
3223
  * @param GetRepositoryFileLinesRequest
3224
3224
  * @return GetRepositoryFileLinesResponse
3225
3225
  * @throws OciError when an error occurs
3226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3227
3227
  */
3228
3228
  getRepositoryFileLines(getRepositoryFileLinesRequest) {
3229
3229
  return __awaiter(this, void 0, void 0, function* () {
@@ -3294,7 +3294,7 @@ class DevopsClient {
3294
3294
  * @param GetTriggerRequest
3295
3295
  * @return GetTriggerResponse
3296
3296
  * @throws OciError when an error occurs
3297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3298
3298
  */
3299
3299
  getTrigger(getTriggerRequest) {
3300
3300
  return __awaiter(this, void 0, void 0, function* () {
@@ -3355,7 +3355,7 @@ class DevopsClient {
3355
3355
  * @param GetWorkRequestRequest
3356
3356
  * @return GetWorkRequestResponse
3357
3357
  * @throws OciError when an error occurs
3358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3359
3359
  */
3360
3360
  getWorkRequest(getWorkRequestRequest) {
3361
3361
  return __awaiter(this, void 0, void 0, function* () {
@@ -3417,7 +3417,7 @@ class DevopsClient {
3417
3417
  * @param ListAuthorsRequest
3418
3418
  * @return ListAuthorsResponse
3419
3419
  * @throws OciError when an error occurs
3420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3421
3421
  */
3422
3422
  listAuthors(listAuthorsRequest) {
3423
3423
  return __awaiter(this, void 0, void 0, function* () {
@@ -3484,7 +3484,7 @@ class DevopsClient {
3484
3484
  * @param ListBuildPipelineStagesRequest
3485
3485
  * @return ListBuildPipelineStagesResponse
3486
3486
  * @throws OciError when an error occurs
3487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3488
3488
  */
3489
3489
  listBuildPipelineStages(listBuildPipelineStagesRequest) {
3490
3490
  return __awaiter(this, void 0, void 0, function* () {
@@ -3554,7 +3554,7 @@ class DevopsClient {
3554
3554
  * @param ListBuildPipelinesRequest
3555
3555
  * @return ListBuildPipelinesResponse
3556
3556
  * @throws OciError when an error occurs
3557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3558
3558
  */
3559
3559
  listBuildPipelines(listBuildPipelinesRequest) {
3560
3560
  return __awaiter(this, void 0, void 0, function* () {
@@ -3624,7 +3624,7 @@ class DevopsClient {
3624
3624
  * @param ListBuildRunsRequest
3625
3625
  * @return ListBuildRunsResponse
3626
3626
  * @throws OciError when an error occurs
3627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3628
3628
  */
3629
3629
  listBuildRuns(listBuildRunsRequest) {
3630
3630
  return __awaiter(this, void 0, void 0, function* () {
@@ -3695,7 +3695,7 @@ class DevopsClient {
3695
3695
  * @param ListCommitDiffsRequest
3696
3696
  * @return ListCommitDiffsResponse
3697
3697
  * @throws OciError when an error occurs
3698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3699
3699
  */
3700
3700
  listCommitDiffs(listCommitDiffsRequest) {
3701
3701
  return __awaiter(this, void 0, void 0, function* () {
@@ -3763,7 +3763,7 @@ class DevopsClient {
3763
3763
  * @param ListCommitsRequest
3764
3764
  * @return ListCommitsResponse
3765
3765
  * @throws OciError when an error occurs
3766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3767
3767
  */
3768
3768
  listCommits(listCommitsRequest) {
3769
3769
  return __awaiter(this, void 0, void 0, function* () {
@@ -3835,7 +3835,7 @@ class DevopsClient {
3835
3835
  * @param ListConnectionsRequest
3836
3836
  * @return ListConnectionsResponse
3837
3837
  * @throws OciError when an error occurs
3838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
3838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
3839
3839
  */
3840
3840
  listConnections(listConnectionsRequest) {
3841
3841
  return __awaiter(this, void 0, void 0, function* () {
@@ -3905,7 +3905,7 @@ class DevopsClient {
3905
3905
  * @param ListDeployArtifactsRequest
3906
3906
  * @return ListDeployArtifactsResponse
3907
3907
  * @throws OciError when an error occurs
3908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
3908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
3909
3909
  */
3910
3910
  listDeployArtifacts(listDeployArtifactsRequest) {
3911
3911
  return __awaiter(this, void 0, void 0, function* () {
@@ -3974,7 +3974,7 @@ class DevopsClient {
3974
3974
  * @param ListDeployEnvironmentsRequest
3975
3975
  * @return ListDeployEnvironmentsResponse
3976
3976
  * @throws OciError when an error occurs
3977
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
3977
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
3978
3978
  */
3979
3979
  listDeployEnvironments(listDeployEnvironmentsRequest) {
3980
3980
  return __awaiter(this, void 0, void 0, function* () {
@@ -4043,7 +4043,7 @@ class DevopsClient {
4043
4043
  * @param ListDeployPipelinesRequest
4044
4044
  * @return ListDeployPipelinesResponse
4045
4045
  * @throws OciError when an error occurs
4046
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4046
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4047
4047
  */
4048
4048
  listDeployPipelines(listDeployPipelinesRequest) {
4049
4049
  return __awaiter(this, void 0, void 0, function* () {
@@ -4112,7 +4112,7 @@ class DevopsClient {
4112
4112
  * @param ListDeployStagesRequest
4113
4113
  * @return ListDeployStagesResponse
4114
4114
  * @throws OciError when an error occurs
4115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4116
4116
  */
4117
4117
  listDeployStages(listDeployStagesRequest) {
4118
4118
  return __awaiter(this, void 0, void 0, function* () {
@@ -4181,7 +4181,7 @@ class DevopsClient {
4181
4181
  * @param ListDeploymentsRequest
4182
4182
  * @return ListDeploymentsResponse
4183
4183
  * @throws OciError when an error occurs
4184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4185
4185
  */
4186
4186
  listDeployments(listDeploymentsRequest) {
4187
4187
  return __awaiter(this, void 0, void 0, function* () {
@@ -4254,7 +4254,7 @@ class DevopsClient {
4254
4254
  * @param ListMirrorRecordsRequest
4255
4255
  * @return ListMirrorRecordsResponse
4256
4256
  * @throws OciError when an error occurs
4257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4258
4258
  */
4259
4259
  listMirrorRecords(listMirrorRecordsRequest) {
4260
4260
  return __awaiter(this, void 0, void 0, function* () {
@@ -4320,7 +4320,7 @@ class DevopsClient {
4320
4320
  * @param ListPathsRequest
4321
4321
  * @return ListPathsResponse
4322
4322
  * @throws OciError when an error occurs
4323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4324
4324
  */
4325
4325
  listPaths(listPathsRequest) {
4326
4326
  return __awaiter(this, void 0, void 0, function* () {
@@ -4390,7 +4390,7 @@ class DevopsClient {
4390
4390
  * @param ListProjectsRequest
4391
4391
  * @return ListProjectsResponse
4392
4392
  * @throws OciError when an error occurs
4393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4394
4394
  */
4395
4395
  listProjects(listProjectsRequest) {
4396
4396
  return __awaiter(this, void 0, void 0, function* () {
@@ -4459,7 +4459,7 @@ class DevopsClient {
4459
4459
  * @param ListRefsRequest
4460
4460
  * @return ListRefsResponse
4461
4461
  * @throws OciError when an error occurs
4462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4463
4463
  */
4464
4464
  listRefs(listRefsRequest) {
4465
4465
  return __awaiter(this, void 0, void 0, function* () {
@@ -4529,7 +4529,7 @@ class DevopsClient {
4529
4529
  * @param ListRepositoriesRequest
4530
4530
  * @return ListRepositoriesResponse
4531
4531
  * @throws OciError when an error occurs
4532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4533
4533
  */
4534
4534
  listRepositories(listRepositoriesRequest) {
4535
4535
  return __awaiter(this, void 0, void 0, function* () {
@@ -4599,7 +4599,7 @@ class DevopsClient {
4599
4599
  * @param ListTriggersRequest
4600
4600
  * @return ListTriggersResponse
4601
4601
  * @throws OciError when an error occurs
4602
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4602
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4603
4603
  */
4604
4604
  listTriggers(listTriggersRequest) {
4605
4605
  return __awaiter(this, void 0, void 0, function* () {
@@ -4668,7 +4668,7 @@ class DevopsClient {
4668
4668
  * @param ListWorkRequestErrorsRequest
4669
4669
  * @return ListWorkRequestErrorsResponse
4670
4670
  * @throws OciError when an error occurs
4671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4672
4672
  */
4673
4673
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4674
4674
  return __awaiter(this, void 0, void 0, function* () {
@@ -4734,7 +4734,7 @@ class DevopsClient {
4734
4734
  * @param ListWorkRequestLogsRequest
4735
4735
  * @return ListWorkRequestLogsResponse
4736
4736
  * @throws OciError when an error occurs
4737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4738
4738
  */
4739
4739
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4740
4740
  return __awaiter(this, void 0, void 0, function* () {
@@ -4800,7 +4800,7 @@ class DevopsClient {
4800
4800
  * @param ListWorkRequestsRequest
4801
4801
  * @return ListWorkRequestsResponse
4802
4802
  * @throws OciError when an error occurs
4803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4804
4804
  */
4805
4805
  listWorkRequests(listWorkRequestsRequest) {
4806
4806
  return __awaiter(this, void 0, void 0, function* () {
@@ -4869,7 +4869,7 @@ class DevopsClient {
4869
4869
  * @param MirrorRepositoryRequest
4870
4870
  * @return MirrorRepositoryResponse
4871
4871
  * @throws OciError when an error occurs
4872
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
4872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
4873
4873
  */
4874
4874
  mirrorRepository(mirrorRepositoryRequest) {
4875
4875
  return __awaiter(this, void 0, void 0, function* () {
@@ -4928,7 +4928,7 @@ class DevopsClient {
4928
4928
  * @param PutRepositoryRefRequest
4929
4929
  * @return PutRepositoryRefResponse
4930
4930
  * @throws OciError when an error occurs
4931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
4931
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
4932
4932
  */
4933
4933
  putRepositoryRef(putRepositoryRefRequest) {
4934
4934
  return __awaiter(this, void 0, void 0, function* () {
@@ -5003,7 +5003,7 @@ class DevopsClient {
5003
5003
  * @param UpdateBuildPipelineRequest
5004
5004
  * @return UpdateBuildPipelineResponse
5005
5005
  * @throws OciError when an error occurs
5006
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5006
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5007
5007
  */
5008
5008
  updateBuildPipeline(updateBuildPipelineRequest) {
5009
5009
  return __awaiter(this, void 0, void 0, function* () {
@@ -5076,7 +5076,7 @@ class DevopsClient {
5076
5076
  * @param UpdateBuildPipelineStageRequest
5077
5077
  * @return UpdateBuildPipelineStageResponse
5078
5078
  * @throws OciError when an error occurs
5079
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5079
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5080
5080
  */
5081
5081
  updateBuildPipelineStage(updateBuildPipelineStageRequest) {
5082
5082
  return __awaiter(this, void 0, void 0, function* () {
@@ -5149,7 +5149,7 @@ class DevopsClient {
5149
5149
  * @param UpdateBuildRunRequest
5150
5150
  * @return UpdateBuildRunResponse
5151
5151
  * @throws OciError when an error occurs
5152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5153
5153
  */
5154
5154
  updateBuildRun(updateBuildRunRequest) {
5155
5155
  return __awaiter(this, void 0, void 0, function* () {
@@ -5217,7 +5217,7 @@ class DevopsClient {
5217
5217
  * @param UpdateConnectionRequest
5218
5218
  * @return UpdateConnectionResponse
5219
5219
  * @throws OciError when an error occurs
5220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5221
5221
  */
5222
5222
  updateConnection(updateConnectionRequest) {
5223
5223
  return __awaiter(this, void 0, void 0, function* () {
@@ -5290,7 +5290,7 @@ class DevopsClient {
5290
5290
  * @param UpdateDeployArtifactRequest
5291
5291
  * @return UpdateDeployArtifactResponse
5292
5292
  * @throws OciError when an error occurs
5293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5294
5294
  */
5295
5295
  updateDeployArtifact(updateDeployArtifactRequest) {
5296
5296
  return __awaiter(this, void 0, void 0, function* () {
@@ -5363,7 +5363,7 @@ class DevopsClient {
5363
5363
  * @param UpdateDeployEnvironmentRequest
5364
5364
  * @return UpdateDeployEnvironmentResponse
5365
5365
  * @throws OciError when an error occurs
5366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5367
5367
  */
5368
5368
  updateDeployEnvironment(updateDeployEnvironmentRequest) {
5369
5369
  return __awaiter(this, void 0, void 0, function* () {
@@ -5436,7 +5436,7 @@ class DevopsClient {
5436
5436
  * @param UpdateDeployPipelineRequest
5437
5437
  * @return UpdateDeployPipelineResponse
5438
5438
  * @throws OciError when an error occurs
5439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5440
5440
  */
5441
5441
  updateDeployPipeline(updateDeployPipelineRequest) {
5442
5442
  return __awaiter(this, void 0, void 0, function* () {
@@ -5509,7 +5509,7 @@ class DevopsClient {
5509
5509
  * @param UpdateDeployStageRequest
5510
5510
  * @return UpdateDeployStageResponse
5511
5511
  * @throws OciError when an error occurs
5512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5513
5513
  */
5514
5514
  updateDeployStage(updateDeployStageRequest) {
5515
5515
  return __awaiter(this, void 0, void 0, function* () {
@@ -5582,7 +5582,7 @@ class DevopsClient {
5582
5582
  * @param UpdateDeploymentRequest
5583
5583
  * @return UpdateDeploymentResponse
5584
5584
  * @throws OciError when an error occurs
5585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5586
5586
  */
5587
5587
  updateDeployment(updateDeploymentRequest) {
5588
5588
  return __awaiter(this, void 0, void 0, function* () {
@@ -5645,7 +5645,7 @@ class DevopsClient {
5645
5645
  * @param UpdateProjectRequest
5646
5646
  * @return UpdateProjectResponse
5647
5647
  * @throws OciError when an error occurs
5648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5649
5649
  */
5650
5650
  updateProject(updateProjectRequest) {
5651
5651
  return __awaiter(this, void 0, void 0, function* () {
@@ -5718,7 +5718,7 @@ class DevopsClient {
5718
5718
  * @param UpdateRepositoryRequest
5719
5719
  * @return UpdateRepositoryResponse
5720
5720
  * @throws OciError when an error occurs
5721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
5721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
5722
5722
  */
5723
5723
  updateRepository(updateRepositoryRequest) {
5724
5724
  return __awaiter(this, void 0, void 0, function* () {
@@ -5786,7 +5786,7 @@ class DevopsClient {
5786
5786
  * @param UpdateTriggerRequest
5787
5787
  * @return UpdateTriggerResponse
5788
5788
  * @throws OciError when an error occurs
5789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
5789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
5790
5790
  */
5791
5791
  updateTrigger(updateTriggerRequest) {
5792
5792
  return __awaiter(this, void 0, void 0, function* () {