oci-devops 2.16.0 → 2.17.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 (87) hide show
  1. package/lib/client.d.ts +84 -84
  2. package/lib/client.js +84 -84
  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-repository-archive-content-request.d.ts +1 -1
  48. package/lib/request/get-repository-file-lines-request.d.ts +1 -1
  49. package/lib/request/get-repository-request.d.ts +1 -1
  50. package/lib/request/get-trigger-request.d.ts +1 -1
  51. package/lib/request/get-work-request-request.d.ts +1 -1
  52. package/lib/request/list-authors-request.d.ts +1 -1
  53. package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
  54. package/lib/request/list-build-pipelines-request.d.ts +1 -1
  55. package/lib/request/list-build-runs-request.d.ts +1 -1
  56. package/lib/request/list-commit-diffs-request.d.ts +1 -1
  57. package/lib/request/list-commits-request.d.ts +1 -1
  58. package/lib/request/list-connections-request.d.ts +1 -1
  59. package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
  60. package/lib/request/list-deploy-environments-request.d.ts +1 -1
  61. package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
  62. package/lib/request/list-deploy-stages-request.d.ts +1 -1
  63. package/lib/request/list-deployments-request.d.ts +1 -1
  64. package/lib/request/list-mirror-records-request.d.ts +1 -1
  65. package/lib/request/list-paths-request.d.ts +1 -1
  66. package/lib/request/list-projects-request.d.ts +1 -1
  67. package/lib/request/list-refs-request.d.ts +1 -1
  68. package/lib/request/list-repositories-request.d.ts +1 -1
  69. package/lib/request/list-triggers-request.d.ts +1 -1
  70. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  71. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  72. package/lib/request/list-work-requests-request.d.ts +1 -1
  73. package/lib/request/mirror-repository-request.d.ts +1 -1
  74. package/lib/request/put-repository-ref-request.d.ts +1 -1
  75. package/lib/request/update-build-pipeline-request.d.ts +1 -1
  76. package/lib/request/update-build-pipeline-stage-request.d.ts +1 -1
  77. package/lib/request/update-build-run-request.d.ts +1 -1
  78. package/lib/request/update-connection-request.d.ts +1 -1
  79. package/lib/request/update-deploy-artifact-request.d.ts +1 -1
  80. package/lib/request/update-deploy-environment-request.d.ts +1 -1
  81. package/lib/request/update-deploy-pipeline-request.d.ts +1 -1
  82. package/lib/request/update-deploy-stage-request.d.ts +1 -1
  83. package/lib/request/update-deployment-request.d.ts +1 -1
  84. package/lib/request/update-project-request.d.ts +1 -1
  85. package/lib/request/update-repository-request.d.ts +1 -1
  86. package/lib/request/update-trigger-request.d.ts +1 -1
  87. 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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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.16.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.17.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* () {
@@ -2632,7 +2632,7 @@ class DevopsClient {
2632
2632
  * @param GetMirrorRecordRequest
2633
2633
  * @return GetMirrorRecordResponse
2634
2634
  * @throws OciError when an error occurs
2635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2636
2636
  */
2637
2637
  getMirrorRecord(getMirrorRecordRequest) {
2638
2638
  return __awaiter(this, void 0, void 0, function* () {
@@ -2695,7 +2695,7 @@ class DevopsClient {
2695
2695
  * @param GetObjectRequest
2696
2696
  * @return GetObjectResponse
2697
2697
  * @throws OciError when an error occurs
2698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/GetObject.ts.html |here} to see how to use GetObject API.
2698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/GetObject.ts.html |here} to see how to use GetObject API.
2699
2699
  */
2700
2700
  getObject(getObjectRequest) {
2701
2701
  return __awaiter(this, void 0, void 0, function* () {
@@ -2760,7 +2760,7 @@ class DevopsClient {
2760
2760
  * @param GetObjectContentRequest
2761
2761
  * @return GetObjectContentResponse
2762
2762
  * @throws OciError when an error occurs
2763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2764
2764
  */
2765
2765
  getObjectContent(getObjectContentRequest) {
2766
2766
  return __awaiter(this, void 0, void 0, function* () {
@@ -2828,7 +2828,7 @@ class DevopsClient {
2828
2828
  * @param GetProjectRequest
2829
2829
  * @return GetProjectResponse
2830
2830
  * @throws OciError when an error occurs
2831
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/GetProject.ts.html |here} to see how to use GetProject API.
2831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/GetProject.ts.html |here} to see how to use GetProject API.
2832
2832
  */
2833
2833
  getProject(getProjectRequest) {
2834
2834
  return __awaiter(this, void 0, void 0, function* () {
@@ -2889,7 +2889,7 @@ class DevopsClient {
2889
2889
  * @param GetRefRequest
2890
2890
  * @return GetRefResponse
2891
2891
  * @throws OciError when an error occurs
2892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/GetRef.ts.html |here} to see how to use GetRef API.
2892
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/GetRef.ts.html |here} to see how to use GetRef API.
2893
2893
  */
2894
2894
  getRef(getRefRequest) {
2895
2895
  return __awaiter(this, void 0, void 0, function* () {
@@ -2951,7 +2951,7 @@ class DevopsClient {
2951
2951
  * @param GetRepositoryRequest
2952
2952
  * @return GetRepositoryResponse
2953
2953
  * @throws OciError when an error occurs
2954
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
2954
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
2955
2955
  */
2956
2956
  getRepository(getRepositoryRequest) {
2957
2957
  return __awaiter(this, void 0, void 0, function* () {
@@ -3015,7 +3015,7 @@ class DevopsClient {
3015
3015
  * @param GetRepositoryArchiveContentRequest
3016
3016
  * @return GetRepositoryArchiveContentResponse
3017
3017
  * @throws OciError when an error occurs
3018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3019
3019
  */
3020
3020
  getRepositoryArchiveContent(getRepositoryArchiveContentRequest) {
3021
3021
  return __awaiter(this, void 0, void 0, function* () {
@@ -3084,7 +3084,7 @@ class DevopsClient {
3084
3084
  * @param GetRepositoryFileLinesRequest
3085
3085
  * @return GetRepositoryFileLinesResponse
3086
3086
  * @throws OciError when an error occurs
3087
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3087
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3088
3088
  */
3089
3089
  getRepositoryFileLines(getRepositoryFileLinesRequest) {
3090
3090
  return __awaiter(this, void 0, void 0, function* () {
@@ -3150,7 +3150,7 @@ class DevopsClient {
3150
3150
  * @param GetTriggerRequest
3151
3151
  * @return GetTriggerResponse
3152
3152
  * @throws OciError when an error occurs
3153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3154
3154
  */
3155
3155
  getTrigger(getTriggerRequest) {
3156
3156
  return __awaiter(this, void 0, void 0, function* () {
@@ -3211,7 +3211,7 @@ class DevopsClient {
3211
3211
  * @param GetWorkRequestRequest
3212
3212
  * @return GetWorkRequestResponse
3213
3213
  * @throws OciError when an error occurs
3214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3215
3215
  */
3216
3216
  getWorkRequest(getWorkRequestRequest) {
3217
3217
  return __awaiter(this, void 0, void 0, function* () {
@@ -3273,7 +3273,7 @@ class DevopsClient {
3273
3273
  * @param ListAuthorsRequest
3274
3274
  * @return ListAuthorsResponse
3275
3275
  * @throws OciError when an error occurs
3276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3277
3277
  */
3278
3278
  listAuthors(listAuthorsRequest) {
3279
3279
  return __awaiter(this, void 0, void 0, function* () {
@@ -3340,7 +3340,7 @@ class DevopsClient {
3340
3340
  * @param ListBuildPipelineStagesRequest
3341
3341
  * @return ListBuildPipelineStagesResponse
3342
3342
  * @throws OciError when an error occurs
3343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3344
3344
  */
3345
3345
  listBuildPipelineStages(listBuildPipelineStagesRequest) {
3346
3346
  return __awaiter(this, void 0, void 0, function* () {
@@ -3410,7 +3410,7 @@ class DevopsClient {
3410
3410
  * @param ListBuildPipelinesRequest
3411
3411
  * @return ListBuildPipelinesResponse
3412
3412
  * @throws OciError when an error occurs
3413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3414
3414
  */
3415
3415
  listBuildPipelines(listBuildPipelinesRequest) {
3416
3416
  return __awaiter(this, void 0, void 0, function* () {
@@ -3480,7 +3480,7 @@ class DevopsClient {
3480
3480
  * @param ListBuildRunsRequest
3481
3481
  * @return ListBuildRunsResponse
3482
3482
  * @throws OciError when an error occurs
3483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3484
3484
  */
3485
3485
  listBuildRuns(listBuildRunsRequest) {
3486
3486
  return __awaiter(this, void 0, void 0, function* () {
@@ -3551,7 +3551,7 @@ class DevopsClient {
3551
3551
  * @param ListCommitDiffsRequest
3552
3552
  * @return ListCommitDiffsResponse
3553
3553
  * @throws OciError when an error occurs
3554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3555
3555
  */
3556
3556
  listCommitDiffs(listCommitDiffsRequest) {
3557
3557
  return __awaiter(this, void 0, void 0, function* () {
@@ -3619,7 +3619,7 @@ class DevopsClient {
3619
3619
  * @param ListCommitsRequest
3620
3620
  * @return ListCommitsResponse
3621
3621
  * @throws OciError when an error occurs
3622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3623
3623
  */
3624
3624
  listCommits(listCommitsRequest) {
3625
3625
  return __awaiter(this, void 0, void 0, function* () {
@@ -3691,7 +3691,7 @@ class DevopsClient {
3691
3691
  * @param ListConnectionsRequest
3692
3692
  * @return ListConnectionsResponse
3693
3693
  * @throws OciError when an error occurs
3694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
3694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
3695
3695
  */
3696
3696
  listConnections(listConnectionsRequest) {
3697
3697
  return __awaiter(this, void 0, void 0, function* () {
@@ -3761,7 +3761,7 @@ class DevopsClient {
3761
3761
  * @param ListDeployArtifactsRequest
3762
3762
  * @return ListDeployArtifactsResponse
3763
3763
  * @throws OciError when an error occurs
3764
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
3764
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
3765
3765
  */
3766
3766
  listDeployArtifacts(listDeployArtifactsRequest) {
3767
3767
  return __awaiter(this, void 0, void 0, function* () {
@@ -3830,7 +3830,7 @@ class DevopsClient {
3830
3830
  * @param ListDeployEnvironmentsRequest
3831
3831
  * @return ListDeployEnvironmentsResponse
3832
3832
  * @throws OciError when an error occurs
3833
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
3833
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
3834
3834
  */
3835
3835
  listDeployEnvironments(listDeployEnvironmentsRequest) {
3836
3836
  return __awaiter(this, void 0, void 0, function* () {
@@ -3899,7 +3899,7 @@ class DevopsClient {
3899
3899
  * @param ListDeployPipelinesRequest
3900
3900
  * @return ListDeployPipelinesResponse
3901
3901
  * @throws OciError when an error occurs
3902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
3902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
3903
3903
  */
3904
3904
  listDeployPipelines(listDeployPipelinesRequest) {
3905
3905
  return __awaiter(this, void 0, void 0, function* () {
@@ -3968,7 +3968,7 @@ class DevopsClient {
3968
3968
  * @param ListDeployStagesRequest
3969
3969
  * @return ListDeployStagesResponse
3970
3970
  * @throws OciError when an error occurs
3971
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
3971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
3972
3972
  */
3973
3973
  listDeployStages(listDeployStagesRequest) {
3974
3974
  return __awaiter(this, void 0, void 0, function* () {
@@ -4037,7 +4037,7 @@ class DevopsClient {
4037
4037
  * @param ListDeploymentsRequest
4038
4038
  * @return ListDeploymentsResponse
4039
4039
  * @throws OciError when an error occurs
4040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4041
4041
  */
4042
4042
  listDeployments(listDeploymentsRequest) {
4043
4043
  return __awaiter(this, void 0, void 0, function* () {
@@ -4110,7 +4110,7 @@ class DevopsClient {
4110
4110
  * @param ListMirrorRecordsRequest
4111
4111
  * @return ListMirrorRecordsResponse
4112
4112
  * @throws OciError when an error occurs
4113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4114
4114
  */
4115
4115
  listMirrorRecords(listMirrorRecordsRequest) {
4116
4116
  return __awaiter(this, void 0, void 0, function* () {
@@ -4176,7 +4176,7 @@ class DevopsClient {
4176
4176
  * @param ListPathsRequest
4177
4177
  * @return ListPathsResponse
4178
4178
  * @throws OciError when an error occurs
4179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4180
4180
  */
4181
4181
  listPaths(listPathsRequest) {
4182
4182
  return __awaiter(this, void 0, void 0, function* () {
@@ -4246,7 +4246,7 @@ class DevopsClient {
4246
4246
  * @param ListProjectsRequest
4247
4247
  * @return ListProjectsResponse
4248
4248
  * @throws OciError when an error occurs
4249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4250
4250
  */
4251
4251
  listProjects(listProjectsRequest) {
4252
4252
  return __awaiter(this, void 0, void 0, function* () {
@@ -4315,7 +4315,7 @@ class DevopsClient {
4315
4315
  * @param ListRefsRequest
4316
4316
  * @return ListRefsResponse
4317
4317
  * @throws OciError when an error occurs
4318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4319
4319
  */
4320
4320
  listRefs(listRefsRequest) {
4321
4321
  return __awaiter(this, void 0, void 0, function* () {
@@ -4385,7 +4385,7 @@ class DevopsClient {
4385
4385
  * @param ListRepositoriesRequest
4386
4386
  * @return ListRepositoriesResponse
4387
4387
  * @throws OciError when an error occurs
4388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4389
4389
  */
4390
4390
  listRepositories(listRepositoriesRequest) {
4391
4391
  return __awaiter(this, void 0, void 0, function* () {
@@ -4455,7 +4455,7 @@ class DevopsClient {
4455
4455
  * @param ListTriggersRequest
4456
4456
  * @return ListTriggersResponse
4457
4457
  * @throws OciError when an error occurs
4458
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4459
4459
  */
4460
4460
  listTriggers(listTriggersRequest) {
4461
4461
  return __awaiter(this, void 0, void 0, function* () {
@@ -4524,7 +4524,7 @@ class DevopsClient {
4524
4524
  * @param ListWorkRequestErrorsRequest
4525
4525
  * @return ListWorkRequestErrorsResponse
4526
4526
  * @throws OciError when an error occurs
4527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4528
4528
  */
4529
4529
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4530
4530
  return __awaiter(this, void 0, void 0, function* () {
@@ -4590,7 +4590,7 @@ class DevopsClient {
4590
4590
  * @param ListWorkRequestLogsRequest
4591
4591
  * @return ListWorkRequestLogsResponse
4592
4592
  * @throws OciError when an error occurs
4593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4594
4594
  */
4595
4595
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4596
4596
  return __awaiter(this, void 0, void 0, function* () {
@@ -4656,7 +4656,7 @@ class DevopsClient {
4656
4656
  * @param ListWorkRequestsRequest
4657
4657
  * @return ListWorkRequestsResponse
4658
4658
  * @throws OciError when an error occurs
4659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4660
4660
  */
4661
4661
  listWorkRequests(listWorkRequestsRequest) {
4662
4662
  return __awaiter(this, void 0, void 0, function* () {
@@ -4725,7 +4725,7 @@ class DevopsClient {
4725
4725
  * @param MirrorRepositoryRequest
4726
4726
  * @return MirrorRepositoryResponse
4727
4727
  * @throws OciError when an error occurs
4728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
4728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
4729
4729
  */
4730
4730
  mirrorRepository(mirrorRepositoryRequest) {
4731
4731
  return __awaiter(this, void 0, void 0, function* () {
@@ -4784,7 +4784,7 @@ class DevopsClient {
4784
4784
  * @param PutRepositoryRefRequest
4785
4785
  * @return PutRepositoryRefResponse
4786
4786
  * @throws OciError when an error occurs
4787
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
4787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
4788
4788
  */
4789
4789
  putRepositoryRef(putRepositoryRefRequest) {
4790
4790
  return __awaiter(this, void 0, void 0, function* () {
@@ -4859,7 +4859,7 @@ class DevopsClient {
4859
4859
  * @param UpdateBuildPipelineRequest
4860
4860
  * @return UpdateBuildPipelineResponse
4861
4861
  * @throws OciError when an error occurs
4862
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
4862
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
4863
4863
  */
4864
4864
  updateBuildPipeline(updateBuildPipelineRequest) {
4865
4865
  return __awaiter(this, void 0, void 0, function* () {
@@ -4932,7 +4932,7 @@ class DevopsClient {
4932
4932
  * @param UpdateBuildPipelineStageRequest
4933
4933
  * @return UpdateBuildPipelineStageResponse
4934
4934
  * @throws OciError when an error occurs
4935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
4935
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
4936
4936
  */
4937
4937
  updateBuildPipelineStage(updateBuildPipelineStageRequest) {
4938
4938
  return __awaiter(this, void 0, void 0, function* () {
@@ -5005,7 +5005,7 @@ class DevopsClient {
5005
5005
  * @param UpdateBuildRunRequest
5006
5006
  * @return UpdateBuildRunResponse
5007
5007
  * @throws OciError when an error occurs
5008
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5008
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5009
5009
  */
5010
5010
  updateBuildRun(updateBuildRunRequest) {
5011
5011
  return __awaiter(this, void 0, void 0, function* () {
@@ -5073,7 +5073,7 @@ class DevopsClient {
5073
5073
  * @param UpdateConnectionRequest
5074
5074
  * @return UpdateConnectionResponse
5075
5075
  * @throws OciError when an error occurs
5076
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5076
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5077
5077
  */
5078
5078
  updateConnection(updateConnectionRequest) {
5079
5079
  return __awaiter(this, void 0, void 0, function* () {
@@ -5146,7 +5146,7 @@ class DevopsClient {
5146
5146
  * @param UpdateDeployArtifactRequest
5147
5147
  * @return UpdateDeployArtifactResponse
5148
5148
  * @throws OciError when an error occurs
5149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5150
5150
  */
5151
5151
  updateDeployArtifact(updateDeployArtifactRequest) {
5152
5152
  return __awaiter(this, void 0, void 0, function* () {
@@ -5219,7 +5219,7 @@ class DevopsClient {
5219
5219
  * @param UpdateDeployEnvironmentRequest
5220
5220
  * @return UpdateDeployEnvironmentResponse
5221
5221
  * @throws OciError when an error occurs
5222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5223
5223
  */
5224
5224
  updateDeployEnvironment(updateDeployEnvironmentRequest) {
5225
5225
  return __awaiter(this, void 0, void 0, function* () {
@@ -5292,7 +5292,7 @@ class DevopsClient {
5292
5292
  * @param UpdateDeployPipelineRequest
5293
5293
  * @return UpdateDeployPipelineResponse
5294
5294
  * @throws OciError when an error occurs
5295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5296
5296
  */
5297
5297
  updateDeployPipeline(updateDeployPipelineRequest) {
5298
5298
  return __awaiter(this, void 0, void 0, function* () {
@@ -5365,7 +5365,7 @@ class DevopsClient {
5365
5365
  * @param UpdateDeployStageRequest
5366
5366
  * @return UpdateDeployStageResponse
5367
5367
  * @throws OciError when an error occurs
5368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5369
5369
  */
5370
5370
  updateDeployStage(updateDeployStageRequest) {
5371
5371
  return __awaiter(this, void 0, void 0, function* () {
@@ -5438,7 +5438,7 @@ class DevopsClient {
5438
5438
  * @param UpdateDeploymentRequest
5439
5439
  * @return UpdateDeploymentResponse
5440
5440
  * @throws OciError when an error occurs
5441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5442
5442
  */
5443
5443
  updateDeployment(updateDeploymentRequest) {
5444
5444
  return __awaiter(this, void 0, void 0, function* () {
@@ -5501,7 +5501,7 @@ class DevopsClient {
5501
5501
  * @param UpdateProjectRequest
5502
5502
  * @return UpdateProjectResponse
5503
5503
  * @throws OciError when an error occurs
5504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5505
5505
  */
5506
5506
  updateProject(updateProjectRequest) {
5507
5507
  return __awaiter(this, void 0, void 0, function* () {
@@ -5574,7 +5574,7 @@ class DevopsClient {
5574
5574
  * @param UpdateRepositoryRequest
5575
5575
  * @return UpdateRepositoryResponse
5576
5576
  * @throws OciError when an error occurs
5577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
5577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
5578
5578
  */
5579
5579
  updateRepository(updateRepositoryRequest) {
5580
5580
  return __awaiter(this, void 0, void 0, function* () {
@@ -5642,7 +5642,7 @@ class DevopsClient {
5642
5642
  * @param UpdateTriggerRequest
5643
5643
  * @return UpdateTriggerResponse
5644
5644
  * @throws OciError when an error occurs
5645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
5645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
5646
5646
  */
5647
5647
  updateTrigger(updateTriggerRequest) {
5648
5648
  return __awaiter(this, void 0, void 0, function* () {