oci-devops 2.75.0 → 2.76.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 (93) hide show
  1. package/lib/client.d.ts +89 -89
  2. package/lib/client.js +93 -89
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/approve-deployment-request.d.ts +1 -1
  5. package/lib/request/cancel-build-run-request.d.ts +1 -1
  6. package/lib/request/cancel-deployment-request.d.ts +1 -1
  7. package/lib/request/cancel-scheduled-cascading-project-deletion-request.d.ts +1 -1
  8. package/lib/request/change-project-compartment-request.d.ts +1 -1
  9. package/lib/request/create-build-pipeline-request.d.ts +1 -1
  10. package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
  11. package/lib/request/create-build-run-request.d.ts +1 -1
  12. package/lib/request/create-connection-request.d.ts +1 -1
  13. package/lib/request/create-deploy-artifact-request.d.ts +1 -1
  14. package/lib/request/create-deploy-environment-request.d.ts +1 -1
  15. package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
  16. package/lib/request/create-deploy-stage-request.d.ts +1 -1
  17. package/lib/request/create-deployment-request.d.ts +1 -1
  18. package/lib/request/create-project-request.d.ts +1 -1
  19. package/lib/request/create-repository-request.d.ts +1 -1
  20. package/lib/request/create-trigger-request.d.ts +1 -1
  21. package/lib/request/delete-build-pipeline-request.d.ts +1 -1
  22. package/lib/request/delete-build-pipeline-stage-request.d.ts +1 -1
  23. package/lib/request/delete-connection-request.d.ts +1 -1
  24. package/lib/request/delete-deploy-artifact-request.d.ts +1 -1
  25. package/lib/request/delete-deploy-environment-request.d.ts +1 -1
  26. package/lib/request/delete-deploy-pipeline-request.d.ts +1 -1
  27. package/lib/request/delete-deploy-stage-request.d.ts +1 -1
  28. package/lib/request/delete-project-request.d.ts +1 -1
  29. package/lib/request/delete-ref-request.d.ts +1 -1
  30. package/lib/request/delete-repository-request.d.ts +1 -1
  31. package/lib/request/delete-trigger-request.d.ts +1 -1
  32. package/lib/request/get-build-pipeline-request.d.ts +1 -1
  33. package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
  34. package/lib/request/get-build-run-request.d.ts +1 -1
  35. package/lib/request/get-commit-diff-request.d.ts +1 -1
  36. package/lib/request/get-commit-request.d.ts +1 -1
  37. package/lib/request/get-connection-request.d.ts +1 -1
  38. package/lib/request/get-deploy-artifact-request.d.ts +1 -1
  39. package/lib/request/get-deploy-environment-request.d.ts +1 -1
  40. package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
  41. package/lib/request/get-deploy-stage-request.d.ts +1 -1
  42. package/lib/request/get-deployment-request.d.ts +1 -1
  43. package/lib/request/get-file-diff-request.d.ts +1 -1
  44. package/lib/request/get-mirror-record-request.d.ts +1 -1
  45. package/lib/request/get-object-content-request.d.ts +1 -1
  46. package/lib/request/get-object-request.d.ts +1 -1
  47. package/lib/request/get-project-request.d.ts +1 -1
  48. package/lib/request/get-ref-request.d.ts +1 -1
  49. package/lib/request/get-repo-file-diff-request.d.ts +1 -1
  50. package/lib/request/get-repo-file-lines-request.d.ts +1 -1
  51. package/lib/request/get-repository-archive-content-request.d.ts +1 -1
  52. package/lib/request/get-repository-file-lines-request.d.ts +1 -1
  53. package/lib/request/get-repository-request.d.ts +1 -1
  54. package/lib/request/get-trigger-request.d.ts +1 -1
  55. package/lib/request/get-work-request-request.d.ts +1 -1
  56. package/lib/request/list-authors-request.d.ts +1 -1
  57. package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
  58. package/lib/request/list-build-pipelines-request.d.ts +1 -1
  59. package/lib/request/list-build-runs-request.d.ts +1 -1
  60. package/lib/request/list-commit-diffs-request.d.ts +1 -1
  61. package/lib/request/list-commits-request.d.ts +1 -1
  62. package/lib/request/list-connections-request.d.ts +1 -1
  63. package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
  64. package/lib/request/list-deploy-environments-request.d.ts +1 -1
  65. package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
  66. package/lib/request/list-deploy-stages-request.d.ts +1 -1
  67. package/lib/request/list-deployments-request.d.ts +1 -1
  68. package/lib/request/list-mirror-records-request.d.ts +1 -1
  69. package/lib/request/list-paths-request.d.ts +1 -1
  70. package/lib/request/list-projects-request.d.ts +1 -1
  71. package/lib/request/list-refs-request.d.ts +1 -1
  72. package/lib/request/list-repositories-request.d.ts +1 -1
  73. package/lib/request/list-triggers-request.d.ts +1 -1
  74. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  75. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  76. package/lib/request/list-work-requests-request.d.ts +1 -1
  77. package/lib/request/mirror-repository-request.d.ts +1 -1
  78. package/lib/request/put-repository-ref-request.d.ts +1 -1
  79. package/lib/request/schedule-cascading-project-deletion-request.d.ts +1 -1
  80. package/lib/request/update-build-pipeline-request.d.ts +1 -1
  81. package/lib/request/update-build-pipeline-stage-request.d.ts +1 -1
  82. package/lib/request/update-build-run-request.d.ts +1 -1
  83. package/lib/request/update-connection-request.d.ts +1 -1
  84. package/lib/request/update-deploy-artifact-request.d.ts +1 -1
  85. package/lib/request/update-deploy-environment-request.d.ts +1 -1
  86. package/lib/request/update-deploy-pipeline-request.d.ts +1 -1
  87. package/lib/request/update-deploy-stage-request.d.ts +1 -1
  88. package/lib/request/update-deployment-request.d.ts +1 -1
  89. package/lib/request/update-project-request.d.ts +1 -1
  90. package/lib/request/update-repository-request.d.ts +1 -1
  91. package/lib/request/update-trigger-request.d.ts +1 -1
  92. package/lib/request/validate-connection-request.d.ts +1 -1
  93. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -80,6 +80,10 @@ class DevopsClient {
80
80
  ? clientConfiguration.bodyDuplexMode
81
81
  : undefined;
82
82
  }
83
+ if (!oci_common_1.developerToolConfiguration.isServiceEnabled("devops")) {
84
+ let errmsg = "The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
85
+ throw errmsg.concat("devops");
86
+ }
83
87
  // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
84
88
  const specCircuitBreakerEnabled = true;
85
89
  if (!this._circuitBreaker &&
@@ -183,7 +187,7 @@ class DevopsClient {
183
187
  * @param ApproveDeploymentRequest
184
188
  * @return ApproveDeploymentResponse
185
189
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeployment API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeployment API.
187
191
  */
188
192
  approveDeployment(approveDeploymentRequest) {
189
193
  return __awaiter(this, void 0, void 0, function* () {
@@ -249,7 +253,7 @@ class DevopsClient {
249
253
  * @param CancelBuildRunRequest
250
254
  * @return CancelBuildRunResponse
251
255
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRun API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRun API.
253
257
  */
254
258
  cancelBuildRun(cancelBuildRunRequest) {
255
259
  return __awaiter(this, void 0, void 0, function* () {
@@ -315,7 +319,7 @@ class DevopsClient {
315
319
  * @param CancelDeploymentRequest
316
320
  * @return CancelDeploymentResponse
317
321
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CancelDeployment.ts.html |here} to see how to use CancelDeployment API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CancelDeployment.ts.html |here} to see how to use CancelDeployment API.
319
323
  */
320
324
  cancelDeployment(cancelDeploymentRequest) {
321
325
  return __awaiter(this, void 0, void 0, function* () {
@@ -381,7 +385,7 @@ class DevopsClient {
381
385
  * @param CancelScheduledCascadingProjectDeletionRequest
382
386
  * @return CancelScheduledCascadingProjectDeletionResponse
383
387
  * @throws OciError when an error occurs
384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CancelScheduledCascadingProjectDeletion.ts.html |here} to see how to use CancelScheduledCascadingProjectDeletion API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CancelScheduledCascadingProjectDeletion.ts.html |here} to see how to use CancelScheduledCascadingProjectDeletion API.
385
389
  */
386
390
  cancelScheduledCascadingProjectDeletion(cancelScheduledCascadingProjectDeletionRequest) {
387
391
  return __awaiter(this, void 0, void 0, function* () {
@@ -442,7 +446,7 @@ class DevopsClient {
442
446
  * @param ChangeProjectCompartmentRequest
443
447
  * @return ChangeProjectCompartmentResponse
444
448
  * @throws OciError when an error occurs
445
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
446
450
  */
447
451
  changeProjectCompartment(changeProjectCompartmentRequest) {
448
452
  return __awaiter(this, void 0, void 0, function* () {
@@ -505,7 +509,7 @@ class DevopsClient {
505
509
  * @param CreateBuildPipelineRequest
506
510
  * @return CreateBuildPipelineResponse
507
511
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
509
513
  */
510
514
  createBuildPipeline(createBuildPipelineRequest) {
511
515
  return __awaiter(this, void 0, void 0, function* () {
@@ -579,7 +583,7 @@ class DevopsClient {
579
583
  * @param CreateBuildPipelineStageRequest
580
584
  * @return CreateBuildPipelineStageResponse
581
585
  * @throws OciError when an error occurs
582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
583
587
  */
584
588
  createBuildPipelineStage(createBuildPipelineStageRequest) {
585
589
  return __awaiter(this, void 0, void 0, function* () {
@@ -653,7 +657,7 @@ class DevopsClient {
653
657
  * @param CreateBuildRunRequest
654
658
  * @return CreateBuildRunResponse
655
659
  * @throws OciError when an error occurs
656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
657
661
  */
658
662
  createBuildRun(createBuildRunRequest) {
659
663
  return __awaiter(this, void 0, void 0, function* () {
@@ -723,7 +727,7 @@ class DevopsClient {
723
727
  * @param CreateConnectionRequest
724
728
  * @return CreateConnectionResponse
725
729
  * @throws OciError when an error occurs
726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
727
731
  */
728
732
  createConnection(createConnectionRequest) {
729
733
  return __awaiter(this, void 0, void 0, function* () {
@@ -796,7 +800,7 @@ class DevopsClient {
796
800
  * @param CreateDeployArtifactRequest
797
801
  * @return CreateDeployArtifactResponse
798
802
  * @throws OciError when an error occurs
799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
800
804
  */
801
805
  createDeployArtifact(createDeployArtifactRequest) {
802
806
  return __awaiter(this, void 0, void 0, function* () {
@@ -869,7 +873,7 @@ class DevopsClient {
869
873
  * @param CreateDeployEnvironmentRequest
870
874
  * @return CreateDeployEnvironmentResponse
871
875
  * @throws OciError when an error occurs
872
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
876
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
873
877
  */
874
878
  createDeployEnvironment(createDeployEnvironmentRequest) {
875
879
  return __awaiter(this, void 0, void 0, function* () {
@@ -942,7 +946,7 @@ class DevopsClient {
942
946
  * @param CreateDeployPipelineRequest
943
947
  * @return CreateDeployPipelineResponse
944
948
  * @throws OciError when an error occurs
945
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
949
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
946
950
  */
947
951
  createDeployPipeline(createDeployPipelineRequest) {
948
952
  return __awaiter(this, void 0, void 0, function* () {
@@ -1015,7 +1019,7 @@ class DevopsClient {
1015
1019
  * @param CreateDeployStageRequest
1016
1020
  * @return CreateDeployStageResponse
1017
1021
  * @throws OciError when an error occurs
1018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
1022
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
1019
1023
  */
1020
1024
  createDeployStage(createDeployStageRequest) {
1021
1025
  return __awaiter(this, void 0, void 0, function* () {
@@ -1088,7 +1092,7 @@ class DevopsClient {
1088
1092
  * @param CreateDeploymentRequest
1089
1093
  * @return CreateDeploymentResponse
1090
1094
  * @throws OciError when an error occurs
1091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1095
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1092
1096
  */
1093
1097
  createDeployment(createDeploymentRequest) {
1094
1098
  return __awaiter(this, void 0, void 0, function* () {
@@ -1151,7 +1155,7 @@ class DevopsClient {
1151
1155
  * @param CreateProjectRequest
1152
1156
  * @return CreateProjectResponse
1153
1157
  * @throws OciError when an error occurs
1154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1155
1159
  */
1156
1160
  createProject(createProjectRequest) {
1157
1161
  return __awaiter(this, void 0, void 0, function* () {
@@ -1225,7 +1229,7 @@ class DevopsClient {
1225
1229
  * @param CreateRepositoryRequest
1226
1230
  * @return CreateRepositoryResponse
1227
1231
  * @throws OciError when an error occurs
1228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1229
1233
  */
1230
1234
  createRepository(createRepositoryRequest) {
1231
1235
  return __awaiter(this, void 0, void 0, function* () {
@@ -1299,7 +1303,7 @@ class DevopsClient {
1299
1303
  * @param CreateTriggerRequest
1300
1304
  * @return CreateTriggerResponse
1301
1305
  * @throws OciError when an error occurs
1302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1303
1307
  */
1304
1308
  createTrigger(createTriggerRequest) {
1305
1309
  return __awaiter(this, void 0, void 0, function* () {
@@ -1372,7 +1376,7 @@ class DevopsClient {
1372
1376
  * @param DeleteBuildPipelineRequest
1373
1377
  * @return DeleteBuildPipelineResponse
1374
1378
  * @throws OciError when an error occurs
1375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1376
1380
  */
1377
1381
  deleteBuildPipeline(deleteBuildPipelineRequest) {
1378
1382
  return __awaiter(this, void 0, void 0, function* () {
@@ -1432,7 +1436,7 @@ class DevopsClient {
1432
1436
  * @param DeleteBuildPipelineStageRequest
1433
1437
  * @return DeleteBuildPipelineStageResponse
1434
1438
  * @throws OciError when an error occurs
1435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1436
1440
  */
1437
1441
  deleteBuildPipelineStage(deleteBuildPipelineStageRequest) {
1438
1442
  return __awaiter(this, void 0, void 0, function* () {
@@ -1492,7 +1496,7 @@ class DevopsClient {
1492
1496
  * @param DeleteConnectionRequest
1493
1497
  * @return DeleteConnectionResponse
1494
1498
  * @throws OciError when an error occurs
1495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1496
1500
  */
1497
1501
  deleteConnection(deleteConnectionRequest) {
1498
1502
  return __awaiter(this, void 0, void 0, function* () {
@@ -1552,7 +1556,7 @@ class DevopsClient {
1552
1556
  * @param DeleteDeployArtifactRequest
1553
1557
  * @return DeleteDeployArtifactResponse
1554
1558
  * @throws OciError when an error occurs
1555
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1556
1560
  */
1557
1561
  deleteDeployArtifact(deleteDeployArtifactRequest) {
1558
1562
  return __awaiter(this, void 0, void 0, function* () {
@@ -1612,7 +1616,7 @@ class DevopsClient {
1612
1616
  * @param DeleteDeployEnvironmentRequest
1613
1617
  * @return DeleteDeployEnvironmentResponse
1614
1618
  * @throws OciError when an error occurs
1615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1616
1620
  */
1617
1621
  deleteDeployEnvironment(deleteDeployEnvironmentRequest) {
1618
1622
  return __awaiter(this, void 0, void 0, function* () {
@@ -1672,7 +1676,7 @@ class DevopsClient {
1672
1676
  * @param DeleteDeployPipelineRequest
1673
1677
  * @return DeleteDeployPipelineResponse
1674
1678
  * @throws OciError when an error occurs
1675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1676
1680
  */
1677
1681
  deleteDeployPipeline(deleteDeployPipelineRequest) {
1678
1682
  return __awaiter(this, void 0, void 0, function* () {
@@ -1732,7 +1736,7 @@ class DevopsClient {
1732
1736
  * @param DeleteDeployStageRequest
1733
1737
  * @return DeleteDeployStageResponse
1734
1738
  * @throws OciError when an error occurs
1735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1736
1740
  */
1737
1741
  deleteDeployStage(deleteDeployStageRequest) {
1738
1742
  return __awaiter(this, void 0, void 0, function* () {
@@ -1792,7 +1796,7 @@ class DevopsClient {
1792
1796
  * @param DeleteProjectRequest
1793
1797
  * @return DeleteProjectResponse
1794
1798
  * @throws OciError when an error occurs
1795
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1799
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1796
1800
  */
1797
1801
  deleteProject(deleteProjectRequest) {
1798
1802
  return __awaiter(this, void 0, void 0, function* () {
@@ -1852,7 +1856,7 @@ class DevopsClient {
1852
1856
  * @param DeleteRefRequest
1853
1857
  * @return DeleteRefResponse
1854
1858
  * @throws OciError when an error occurs
1855
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1856
1860
  */
1857
1861
  deleteRef(deleteRefRequest) {
1858
1862
  return __awaiter(this, void 0, void 0, function* () {
@@ -1914,7 +1918,7 @@ class DevopsClient {
1914
1918
  * @param DeleteRepositoryRequest
1915
1919
  * @return DeleteRepositoryResponse
1916
1920
  * @throws OciError when an error occurs
1917
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1921
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1918
1922
  */
1919
1923
  deleteRepository(deleteRepositoryRequest) {
1920
1924
  return __awaiter(this, void 0, void 0, function* () {
@@ -1974,7 +1978,7 @@ class DevopsClient {
1974
1978
  * @param DeleteTriggerRequest
1975
1979
  * @return DeleteTriggerResponse
1976
1980
  * @throws OciError when an error occurs
1977
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1978
1982
  */
1979
1983
  deleteTrigger(deleteTriggerRequest) {
1980
1984
  return __awaiter(this, void 0, void 0, function* () {
@@ -2034,7 +2038,7 @@ class DevopsClient {
2034
2038
  * @param GetBuildPipelineRequest
2035
2039
  * @return GetBuildPipelineResponse
2036
2040
  * @throws OciError when an error occurs
2037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
2041
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
2038
2042
  */
2039
2043
  getBuildPipeline(getBuildPipelineRequest) {
2040
2044
  return __awaiter(this, void 0, void 0, function* () {
@@ -2097,7 +2101,7 @@ class DevopsClient {
2097
2101
  * @param GetBuildPipelineStageRequest
2098
2102
  * @return GetBuildPipelineStageResponse
2099
2103
  * @throws OciError when an error occurs
2100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
2104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
2101
2105
  */
2102
2106
  getBuildPipelineStage(getBuildPipelineStageRequest) {
2103
2107
  return __awaiter(this, void 0, void 0, function* () {
@@ -2161,7 +2165,7 @@ class DevopsClient {
2161
2165
  * @param GetBuildRunRequest
2162
2166
  * @return GetBuildRunResponse
2163
2167
  * @throws OciError when an error occurs
2164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2165
2169
  */
2166
2170
  getBuildRun(getBuildRunRequest) {
2167
2171
  return __awaiter(this, void 0, void 0, function* () {
@@ -2224,7 +2228,7 @@ class DevopsClient {
2224
2228
  * @param GetCommitRequest
2225
2229
  * @return GetCommitResponse
2226
2230
  * @throws OciError when an error occurs
2227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2228
2232
  */
2229
2233
  getCommit(getCommitRequest) {
2230
2234
  return __awaiter(this, void 0, void 0, function* () {
@@ -2289,7 +2293,7 @@ class DevopsClient {
2289
2293
  * @param GetCommitDiffRequest
2290
2294
  * @return GetCommitDiffResponse
2291
2295
  * @throws OciError when an error occurs
2292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2293
2297
  */
2294
2298
  getCommitDiff(getCommitDiffRequest) {
2295
2299
  return __awaiter(this, void 0, void 0, function* () {
@@ -2356,7 +2360,7 @@ class DevopsClient {
2356
2360
  * @param GetConnectionRequest
2357
2361
  * @return GetConnectionResponse
2358
2362
  * @throws OciError when an error occurs
2359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2360
2364
  */
2361
2365
  getConnection(getConnectionRequest) {
2362
2366
  return __awaiter(this, void 0, void 0, function* () {
@@ -2419,7 +2423,7 @@ class DevopsClient {
2419
2423
  * @param GetDeployArtifactRequest
2420
2424
  * @return GetDeployArtifactResponse
2421
2425
  * @throws OciError when an error occurs
2422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2423
2427
  */
2424
2428
  getDeployArtifact(getDeployArtifactRequest) {
2425
2429
  return __awaiter(this, void 0, void 0, function* () {
@@ -2482,7 +2486,7 @@ class DevopsClient {
2482
2486
  * @param GetDeployEnvironmentRequest
2483
2487
  * @return GetDeployEnvironmentResponse
2484
2488
  * @throws OciError when an error occurs
2485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2486
2490
  */
2487
2491
  getDeployEnvironment(getDeployEnvironmentRequest) {
2488
2492
  return __awaiter(this, void 0, void 0, function* () {
@@ -2545,7 +2549,7 @@ class DevopsClient {
2545
2549
  * @param GetDeployPipelineRequest
2546
2550
  * @return GetDeployPipelineResponse
2547
2551
  * @throws OciError when an error occurs
2548
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2549
2553
  */
2550
2554
  getDeployPipeline(getDeployPipelineRequest) {
2551
2555
  return __awaiter(this, void 0, void 0, function* () {
@@ -2608,7 +2612,7 @@ class DevopsClient {
2608
2612
  * @param GetDeployStageRequest
2609
2613
  * @return GetDeployStageResponse
2610
2614
  * @throws OciError when an error occurs
2611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2612
2616
  */
2613
2617
  getDeployStage(getDeployStageRequest) {
2614
2618
  return __awaiter(this, void 0, void 0, function* () {
@@ -2671,7 +2675,7 @@ class DevopsClient {
2671
2675
  * @param GetDeploymentRequest
2672
2676
  * @return GetDeploymentResponse
2673
2677
  * @throws OciError when an error occurs
2674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2678
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2675
2679
  */
2676
2680
  getDeployment(getDeploymentRequest) {
2677
2681
  return __awaiter(this, void 0, void 0, function* () {
@@ -2735,7 +2739,7 @@ class DevopsClient {
2735
2739
  * @param GetFileDiffRequest
2736
2740
  * @return GetFileDiffResponse
2737
2741
  * @throws OciError when an error occurs
2738
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2739
2743
  */
2740
2744
  getFileDiff(getFileDiffRequest) {
2741
2745
  return __awaiter(this, void 0, void 0, function* () {
@@ -2809,7 +2813,7 @@ class DevopsClient {
2809
2813
  * @param GetMirrorRecordRequest
2810
2814
  * @return GetMirrorRecordResponse
2811
2815
  * @throws OciError when an error occurs
2812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2816
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2813
2817
  */
2814
2818
  getMirrorRecord(getMirrorRecordRequest) {
2815
2819
  return __awaiter(this, void 0, void 0, function* () {
@@ -2874,7 +2878,7 @@ class DevopsClient {
2874
2878
  * @param GetObjectRequest
2875
2879
  * @return GetObjectResponse
2876
2880
  * @throws OciError when an error occurs
2877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetObject.ts.html |here} to see how to use GetObject API.
2881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetObject.ts.html |here} to see how to use GetObject API.
2878
2882
  */
2879
2883
  getObject(getObjectRequest) {
2880
2884
  return __awaiter(this, void 0, void 0, function* () {
@@ -2941,7 +2945,7 @@ class DevopsClient {
2941
2945
  * @param GetObjectContentRequest
2942
2946
  * @return GetObjectContentResponse
2943
2947
  * @throws OciError when an error occurs
2944
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2945
2949
  */
2946
2950
  getObjectContent(getObjectContentRequest) {
2947
2951
  return __awaiter(this, void 0, void 0, function* () {
@@ -3011,7 +3015,7 @@ class DevopsClient {
3011
3015
  * @param GetProjectRequest
3012
3016
  * @return GetProjectResponse
3013
3017
  * @throws OciError when an error occurs
3014
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetProject.ts.html |here} to see how to use GetProject API.
3018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetProject.ts.html |here} to see how to use GetProject API.
3015
3019
  */
3016
3020
  getProject(getProjectRequest) {
3017
3021
  return __awaiter(this, void 0, void 0, function* () {
@@ -3074,7 +3078,7 @@ class DevopsClient {
3074
3078
  * @param GetRefRequest
3075
3079
  * @return GetRefResponse
3076
3080
  * @throws OciError when an error occurs
3077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetRef.ts.html |here} to see how to use GetRef API.
3081
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetRef.ts.html |here} to see how to use GetRef API.
3078
3082
  */
3079
3083
  getRef(getRefRequest) {
3080
3084
  return __awaiter(this, void 0, void 0, function* () {
@@ -3139,7 +3143,7 @@ class DevopsClient {
3139
3143
  * @param GetRepoFileDiffRequest
3140
3144
  * @return GetRepoFileDiffResponse
3141
3145
  * @throws OciError when an error occurs
3142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
3146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
3143
3147
  */
3144
3148
  getRepoFileDiff(getRepoFileDiffRequest) {
3145
3149
  return __awaiter(this, void 0, void 0, function* () {
@@ -3208,7 +3212,7 @@ class DevopsClient {
3208
3212
  * @param GetRepoFileLinesRequest
3209
3213
  * @return GetRepoFileLinesResponse
3210
3214
  * @throws OciError when an error occurs
3211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3212
3216
  */
3213
3217
  getRepoFileLines(getRepoFileLinesRequest) {
3214
3218
  return __awaiter(this, void 0, void 0, function* () {
@@ -3276,7 +3280,7 @@ class DevopsClient {
3276
3280
  * @param GetRepositoryRequest
3277
3281
  * @return GetRepositoryResponse
3278
3282
  * @throws OciError when an error occurs
3279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3280
3284
  */
3281
3285
  getRepository(getRepositoryRequest) {
3282
3286
  return __awaiter(this, void 0, void 0, function* () {
@@ -3342,7 +3346,7 @@ class DevopsClient {
3342
3346
  * @param GetRepositoryArchiveContentRequest
3343
3347
  * @return GetRepositoryArchiveContentResponse
3344
3348
  * @throws OciError when an error occurs
3345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3346
3350
  */
3347
3351
  getRepositoryArchiveContent(getRepositoryArchiveContentRequest) {
3348
3352
  return __awaiter(this, void 0, void 0, function* () {
@@ -3413,7 +3417,7 @@ class DevopsClient {
3413
3417
  * @param GetRepositoryFileLinesRequest
3414
3418
  * @return GetRepositoryFileLinesResponse
3415
3419
  * @throws OciError when an error occurs
3416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3417
3421
  */
3418
3422
  getRepositoryFileLines(getRepositoryFileLinesRequest) {
3419
3423
  return __awaiter(this, void 0, void 0, function* () {
@@ -3486,7 +3490,7 @@ class DevopsClient {
3486
3490
  * @param GetTriggerRequest
3487
3491
  * @return GetTriggerResponse
3488
3492
  * @throws OciError when an error occurs
3489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3490
3494
  */
3491
3495
  getTrigger(getTriggerRequest) {
3492
3496
  return __awaiter(this, void 0, void 0, function* () {
@@ -3549,7 +3553,7 @@ class DevopsClient {
3549
3553
  * @param GetWorkRequestRequest
3550
3554
  * @return GetWorkRequestResponse
3551
3555
  * @throws OciError when an error occurs
3552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3553
3557
  */
3554
3558
  getWorkRequest(getWorkRequestRequest) {
3555
3559
  return __awaiter(this, void 0, void 0, function* () {
@@ -3613,7 +3617,7 @@ class DevopsClient {
3613
3617
  * @param ListAuthorsRequest
3614
3618
  * @return ListAuthorsResponse
3615
3619
  * @throws OciError when an error occurs
3616
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3617
3621
  */
3618
3622
  listAuthors(listAuthorsRequest) {
3619
3623
  return __awaiter(this, void 0, void 0, function* () {
@@ -3682,7 +3686,7 @@ class DevopsClient {
3682
3686
  * @param ListBuildPipelineStagesRequest
3683
3687
  * @return ListBuildPipelineStagesResponse
3684
3688
  * @throws OciError when an error occurs
3685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3689
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3686
3690
  */
3687
3691
  listBuildPipelineStages(listBuildPipelineStagesRequest) {
3688
3692
  return __awaiter(this, void 0, void 0, function* () {
@@ -3754,7 +3758,7 @@ class DevopsClient {
3754
3758
  * @param ListBuildPipelinesRequest
3755
3759
  * @return ListBuildPipelinesResponse
3756
3760
  * @throws OciError when an error occurs
3757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3758
3762
  */
3759
3763
  listBuildPipelines(listBuildPipelinesRequest) {
3760
3764
  return __awaiter(this, void 0, void 0, function* () {
@@ -3826,7 +3830,7 @@ class DevopsClient {
3826
3830
  * @param ListBuildRunsRequest
3827
3831
  * @return ListBuildRunsResponse
3828
3832
  * @throws OciError when an error occurs
3829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3833
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3830
3834
  */
3831
3835
  listBuildRuns(listBuildRunsRequest) {
3832
3836
  return __awaiter(this, void 0, void 0, function* () {
@@ -3899,7 +3903,7 @@ class DevopsClient {
3899
3903
  * @param ListCommitDiffsRequest
3900
3904
  * @return ListCommitDiffsResponse
3901
3905
  * @throws OciError when an error occurs
3902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3903
3907
  */
3904
3908
  listCommitDiffs(listCommitDiffsRequest) {
3905
3909
  return __awaiter(this, void 0, void 0, function* () {
@@ -3969,7 +3973,7 @@ class DevopsClient {
3969
3973
  * @param ListCommitsRequest
3970
3974
  * @return ListCommitsResponse
3971
3975
  * @throws OciError when an error occurs
3972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3976
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3973
3977
  */
3974
3978
  listCommits(listCommitsRequest) {
3975
3979
  return __awaiter(this, void 0, void 0, function* () {
@@ -4043,7 +4047,7 @@ class DevopsClient {
4043
4047
  * @param ListConnectionsRequest
4044
4048
  * @return ListConnectionsResponse
4045
4049
  * @throws OciError when an error occurs
4046
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
4050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
4047
4051
  */
4048
4052
  listConnections(listConnectionsRequest) {
4049
4053
  return __awaiter(this, void 0, void 0, function* () {
@@ -4115,7 +4119,7 @@ class DevopsClient {
4115
4119
  * @param ListDeployArtifactsRequest
4116
4120
  * @return ListDeployArtifactsResponse
4117
4121
  * @throws OciError when an error occurs
4118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
4122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
4119
4123
  */
4120
4124
  listDeployArtifacts(listDeployArtifactsRequest) {
4121
4125
  return __awaiter(this, void 0, void 0, function* () {
@@ -4186,7 +4190,7 @@ class DevopsClient {
4186
4190
  * @param ListDeployEnvironmentsRequest
4187
4191
  * @return ListDeployEnvironmentsResponse
4188
4192
  * @throws OciError when an error occurs
4189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
4193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
4190
4194
  */
4191
4195
  listDeployEnvironments(listDeployEnvironmentsRequest) {
4192
4196
  return __awaiter(this, void 0, void 0, function* () {
@@ -4257,7 +4261,7 @@ class DevopsClient {
4257
4261
  * @param ListDeployPipelinesRequest
4258
4262
  * @return ListDeployPipelinesResponse
4259
4263
  * @throws OciError when an error occurs
4260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4261
4265
  */
4262
4266
  listDeployPipelines(listDeployPipelinesRequest) {
4263
4267
  return __awaiter(this, void 0, void 0, function* () {
@@ -4328,7 +4332,7 @@ class DevopsClient {
4328
4332
  * @param ListDeployStagesRequest
4329
4333
  * @return ListDeployStagesResponse
4330
4334
  * @throws OciError when an error occurs
4331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4332
4336
  */
4333
4337
  listDeployStages(listDeployStagesRequest) {
4334
4338
  return __awaiter(this, void 0, void 0, function* () {
@@ -4399,7 +4403,7 @@ class DevopsClient {
4399
4403
  * @param ListDeploymentsRequest
4400
4404
  * @return ListDeploymentsResponse
4401
4405
  * @throws OciError when an error occurs
4402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4403
4407
  */
4404
4408
  listDeployments(listDeploymentsRequest) {
4405
4409
  return __awaiter(this, void 0, void 0, function* () {
@@ -4474,7 +4478,7 @@ class DevopsClient {
4474
4478
  * @param ListMirrorRecordsRequest
4475
4479
  * @return ListMirrorRecordsResponse
4476
4480
  * @throws OciError when an error occurs
4477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4478
4482
  */
4479
4483
  listMirrorRecords(listMirrorRecordsRequest) {
4480
4484
  return __awaiter(this, void 0, void 0, function* () {
@@ -4542,7 +4546,7 @@ class DevopsClient {
4542
4546
  * @param ListPathsRequest
4543
4547
  * @return ListPathsResponse
4544
4548
  * @throws OciError when an error occurs
4545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4546
4550
  */
4547
4551
  listPaths(listPathsRequest) {
4548
4552
  return __awaiter(this, void 0, void 0, function* () {
@@ -4614,7 +4618,7 @@ class DevopsClient {
4614
4618
  * @param ListProjectsRequest
4615
4619
  * @return ListProjectsResponse
4616
4620
  * @throws OciError when an error occurs
4617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4618
4622
  */
4619
4623
  listProjects(listProjectsRequest) {
4620
4624
  return __awaiter(this, void 0, void 0, function* () {
@@ -4685,7 +4689,7 @@ class DevopsClient {
4685
4689
  * @param ListRefsRequest
4686
4690
  * @return ListRefsResponse
4687
4691
  * @throws OciError when an error occurs
4688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4689
4693
  */
4690
4694
  listRefs(listRefsRequest) {
4691
4695
  return __awaiter(this, void 0, void 0, function* () {
@@ -4757,7 +4761,7 @@ class DevopsClient {
4757
4761
  * @param ListRepositoriesRequest
4758
4762
  * @return ListRepositoriesResponse
4759
4763
  * @throws OciError when an error occurs
4760
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4764
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4761
4765
  */
4762
4766
  listRepositories(listRepositoriesRequest) {
4763
4767
  return __awaiter(this, void 0, void 0, function* () {
@@ -4829,7 +4833,7 @@ class DevopsClient {
4829
4833
  * @param ListTriggersRequest
4830
4834
  * @return ListTriggersResponse
4831
4835
  * @throws OciError when an error occurs
4832
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4833
4837
  */
4834
4838
  listTriggers(listTriggersRequest) {
4835
4839
  return __awaiter(this, void 0, void 0, function* () {
@@ -4900,7 +4904,7 @@ class DevopsClient {
4900
4904
  * @param ListWorkRequestErrorsRequest
4901
4905
  * @return ListWorkRequestErrorsResponse
4902
4906
  * @throws OciError when an error occurs
4903
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4904
4908
  */
4905
4909
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4906
4910
  return __awaiter(this, void 0, void 0, function* () {
@@ -4968,7 +4972,7 @@ class DevopsClient {
4968
4972
  * @param ListWorkRequestLogsRequest
4969
4973
  * @return ListWorkRequestLogsResponse
4970
4974
  * @throws OciError when an error occurs
4971
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4972
4976
  */
4973
4977
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4974
4978
  return __awaiter(this, void 0, void 0, function* () {
@@ -5036,7 +5040,7 @@ class DevopsClient {
5036
5040
  * @param ListWorkRequestsRequest
5037
5041
  * @return ListWorkRequestsResponse
5038
5042
  * @throws OciError when an error occurs
5039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
5043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
5040
5044
  */
5041
5045
  listWorkRequests(listWorkRequestsRequest) {
5042
5046
  return __awaiter(this, void 0, void 0, function* () {
@@ -5108,7 +5112,7 @@ class DevopsClient {
5108
5112
  * @param MirrorRepositoryRequest
5109
5113
  * @return MirrorRepositoryResponse
5110
5114
  * @throws OciError when an error occurs
5111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
5115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
5112
5116
  */
5113
5117
  mirrorRepository(mirrorRepositoryRequest) {
5114
5118
  return __awaiter(this, void 0, void 0, function* () {
@@ -5169,7 +5173,7 @@ class DevopsClient {
5169
5173
  * @param PutRepositoryRefRequest
5170
5174
  * @return PutRepositoryRefResponse
5171
5175
  * @throws OciError when an error occurs
5172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
5176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
5173
5177
  */
5174
5178
  putRepositoryRef(putRepositoryRefRequest) {
5175
5179
  return __awaiter(this, void 0, void 0, function* () {
@@ -5246,7 +5250,7 @@ class DevopsClient {
5246
5250
  * @param ScheduleCascadingProjectDeletionRequest
5247
5251
  * @return ScheduleCascadingProjectDeletionResponse
5248
5252
  * @throws OciError when an error occurs
5249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ScheduleCascadingProjectDeletion.ts.html |here} to see how to use ScheduleCascadingProjectDeletion API.
5253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ScheduleCascadingProjectDeletion.ts.html |here} to see how to use ScheduleCascadingProjectDeletion API.
5250
5254
  */
5251
5255
  scheduleCascadingProjectDeletion(scheduleCascadingProjectDeletionRequest) {
5252
5256
  return __awaiter(this, void 0, void 0, function* () {
@@ -5307,7 +5311,7 @@ class DevopsClient {
5307
5311
  * @param UpdateBuildPipelineRequest
5308
5312
  * @return UpdateBuildPipelineResponse
5309
5313
  * @throws OciError when an error occurs
5310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5311
5315
  */
5312
5316
  updateBuildPipeline(updateBuildPipelineRequest) {
5313
5317
  return __awaiter(this, void 0, void 0, function* () {
@@ -5382,7 +5386,7 @@ class DevopsClient {
5382
5386
  * @param UpdateBuildPipelineStageRequest
5383
5387
  * @return UpdateBuildPipelineStageResponse
5384
5388
  * @throws OciError when an error occurs
5385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5386
5390
  */
5387
5391
  updateBuildPipelineStage(updateBuildPipelineStageRequest) {
5388
5392
  return __awaiter(this, void 0, void 0, function* () {
@@ -5457,7 +5461,7 @@ class DevopsClient {
5457
5461
  * @param UpdateBuildRunRequest
5458
5462
  * @return UpdateBuildRunResponse
5459
5463
  * @throws OciError when an error occurs
5460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5461
5465
  */
5462
5466
  updateBuildRun(updateBuildRunRequest) {
5463
5467
  return __awaiter(this, void 0, void 0, function* () {
@@ -5527,7 +5531,7 @@ class DevopsClient {
5527
5531
  * @param UpdateConnectionRequest
5528
5532
  * @return UpdateConnectionResponse
5529
5533
  * @throws OciError when an error occurs
5530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5531
5535
  */
5532
5536
  updateConnection(updateConnectionRequest) {
5533
5537
  return __awaiter(this, void 0, void 0, function* () {
@@ -5602,7 +5606,7 @@ class DevopsClient {
5602
5606
  * @param UpdateDeployArtifactRequest
5603
5607
  * @return UpdateDeployArtifactResponse
5604
5608
  * @throws OciError when an error occurs
5605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5606
5610
  */
5607
5611
  updateDeployArtifact(updateDeployArtifactRequest) {
5608
5612
  return __awaiter(this, void 0, void 0, function* () {
@@ -5677,7 +5681,7 @@ class DevopsClient {
5677
5681
  * @param UpdateDeployEnvironmentRequest
5678
5682
  * @return UpdateDeployEnvironmentResponse
5679
5683
  * @throws OciError when an error occurs
5680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5681
5685
  */
5682
5686
  updateDeployEnvironment(updateDeployEnvironmentRequest) {
5683
5687
  return __awaiter(this, void 0, void 0, function* () {
@@ -5752,7 +5756,7 @@ class DevopsClient {
5752
5756
  * @param UpdateDeployPipelineRequest
5753
5757
  * @return UpdateDeployPipelineResponse
5754
5758
  * @throws OciError when an error occurs
5755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5756
5760
  */
5757
5761
  updateDeployPipeline(updateDeployPipelineRequest) {
5758
5762
  return __awaiter(this, void 0, void 0, function* () {
@@ -5827,7 +5831,7 @@ class DevopsClient {
5827
5831
  * @param UpdateDeployStageRequest
5828
5832
  * @return UpdateDeployStageResponse
5829
5833
  * @throws OciError when an error occurs
5830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5831
5835
  */
5832
5836
  updateDeployStage(updateDeployStageRequest) {
5833
5837
  return __awaiter(this, void 0, void 0, function* () {
@@ -5902,7 +5906,7 @@ class DevopsClient {
5902
5906
  * @param UpdateDeploymentRequest
5903
5907
  * @return UpdateDeploymentResponse
5904
5908
  * @throws OciError when an error occurs
5905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5909
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5906
5910
  */
5907
5911
  updateDeployment(updateDeploymentRequest) {
5908
5912
  return __awaiter(this, void 0, void 0, function* () {
@@ -5967,7 +5971,7 @@ class DevopsClient {
5967
5971
  * @param UpdateProjectRequest
5968
5972
  * @return UpdateProjectResponse
5969
5973
  * @throws OciError when an error occurs
5970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5971
5975
  */
5972
5976
  updateProject(updateProjectRequest) {
5973
5977
  return __awaiter(this, void 0, void 0, function* () {
@@ -6042,7 +6046,7 @@ class DevopsClient {
6042
6046
  * @param UpdateRepositoryRequest
6043
6047
  * @return UpdateRepositoryResponse
6044
6048
  * @throws OciError when an error occurs
6045
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
6049
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
6046
6050
  */
6047
6051
  updateRepository(updateRepositoryRequest) {
6048
6052
  return __awaiter(this, void 0, void 0, function* () {
@@ -6112,7 +6116,7 @@ class DevopsClient {
6112
6116
  * @param UpdateTriggerRequest
6113
6117
  * @return UpdateTriggerResponse
6114
6118
  * @throws OciError when an error occurs
6115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
6119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
6116
6120
  */
6117
6121
  updateTrigger(updateTriggerRequest) {
6118
6122
  return __awaiter(this, void 0, void 0, function* () {
@@ -6188,7 +6192,7 @@ class DevopsClient {
6188
6192
  * @param ValidateConnectionRequest
6189
6193
  * @return ValidateConnectionResponse
6190
6194
  * @throws OciError when an error occurs
6191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/devops/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
6195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/devops/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
6192
6196
  */
6193
6197
  validateConnection(validateConnectionRequest) {
6194
6198
  return __awaiter(this, void 0, void 0, function* () {