oci-devops 2.82.2 → 2.84.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 (145) hide show
  1. package/lib/client.d.ts +92 -92
  2. package/lib/client.js +107 -92
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-deploy-artifact-details.d.ts +1 -1
  5. package/lib/model/create-deploy-artifact-details.js.map +1 -1
  6. package/lib/model/create-oke-helm-chart-deploy-stage-details.d.ts +16 -0
  7. package/lib/model/create-oke-helm-chart-deploy-stage-details.js +5 -0
  8. package/lib/model/create-oke-helm-chart-deploy-stage-details.js.map +1 -1
  9. package/lib/model/create-repository-details.d.ts +1 -1
  10. package/lib/model/deploy-artifact-source.js +4 -0
  11. package/lib/model/deploy-artifact-source.js.map +1 -1
  12. package/lib/model/deploy-artifact-summary.d.ts +1 -1
  13. package/lib/model/deploy-artifact-summary.js.map +1 -1
  14. package/lib/model/deploy-artifact.d.ts +2 -1
  15. package/lib/model/deploy-artifact.js +1 -0
  16. package/lib/model/deploy-artifact.js.map +1 -1
  17. package/lib/model/devops-code-repository-filter-attributes.d.ts +1 -1
  18. package/lib/model/devops-code-repository-filter.d.ts +1 -1
  19. package/lib/model/diff-summary.d.ts +8 -0
  20. package/lib/model/diff-summary.js.map +1 -1
  21. package/lib/model/helm-command-spec-artifact-source.d.ts +40 -0
  22. package/lib/model/helm-command-spec-artifact-source.js +63 -0
  23. package/lib/model/helm-command-spec-artifact-source.js.map +1 -0
  24. package/lib/model/index.d.ts +2 -0
  25. package/lib/model/index.js +6 -4
  26. package/lib/model/index.js.map +1 -1
  27. package/lib/model/oke-helm-chart-deploy-stage-summary.d.ts +21 -0
  28. package/lib/model/oke-helm-chart-deploy-stage-summary.js +10 -0
  29. package/lib/model/oke-helm-chart-deploy-stage-summary.js.map +1 -1
  30. package/lib/model/oke-helm-chart-deploy-stage.d.ts +21 -0
  31. package/lib/model/oke-helm-chart-deploy-stage.js +10 -0
  32. package/lib/model/oke-helm-chart-deploy-stage.js.map +1 -1
  33. package/lib/model/repository-author-summary.d.ts +8 -0
  34. package/lib/model/repository-author-summary.js.map +1 -1
  35. package/lib/model/repository-commit-summary.d.ts +8 -0
  36. package/lib/model/repository-commit-summary.js.map +1 -1
  37. package/lib/model/repository-mirror-record-summary.d.ts +8 -0
  38. package/lib/model/repository-mirror-record-summary.js.map +1 -1
  39. package/lib/model/repository-path-summary.d.ts +8 -0
  40. package/lib/model/repository-path-summary.js.map +1 -1
  41. package/lib/model/repository-ref-summary.d.ts +8 -0
  42. package/lib/model/repository-ref-summary.js.map +1 -1
  43. package/lib/model/repository-summary.d.ts +1 -1
  44. package/lib/model/repository.d.ts +5 -1
  45. package/lib/model/repository.js +2 -0
  46. package/lib/model/repository.js.map +1 -1
  47. package/lib/model/update-deploy-artifact-details.d.ts +1 -1
  48. package/lib/model/update-deploy-artifact-details.js.map +1 -1
  49. package/lib/model/update-oke-helm-chart-deploy-stage-details.d.ts +16 -0
  50. package/lib/model/update-oke-helm-chart-deploy-stage-details.js +5 -0
  51. package/lib/model/update-oke-helm-chart-deploy-stage-details.js.map +1 -1
  52. package/lib/model/update-repository-details.d.ts +1 -1
  53. package/lib/request/approve-deployment-request.d.ts +1 -1
  54. package/lib/request/cancel-build-run-request.d.ts +1 -1
  55. package/lib/request/cancel-deployment-request.d.ts +1 -1
  56. package/lib/request/cancel-scheduled-cascading-project-deletion-request.d.ts +1 -1
  57. package/lib/request/change-project-compartment-request.d.ts +1 -1
  58. package/lib/request/create-build-pipeline-request.d.ts +1 -1
  59. package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
  60. package/lib/request/create-build-run-request.d.ts +1 -1
  61. package/lib/request/create-connection-request.d.ts +1 -1
  62. package/lib/request/create-deploy-artifact-request.d.ts +1 -1
  63. package/lib/request/create-deploy-environment-request.d.ts +1 -1
  64. package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
  65. package/lib/request/create-deploy-stage-request.d.ts +1 -1
  66. package/lib/request/create-deployment-request.d.ts +1 -1
  67. package/lib/request/create-project-request.d.ts +1 -1
  68. package/lib/request/create-repository-request.d.ts +1 -1
  69. package/lib/request/create-trigger-request.d.ts +1 -1
  70. package/lib/request/delete-build-pipeline-request.d.ts +1 -1
  71. package/lib/request/delete-build-pipeline-stage-request.d.ts +1 -1
  72. package/lib/request/delete-connection-request.d.ts +1 -1
  73. package/lib/request/delete-deploy-artifact-request.d.ts +1 -1
  74. package/lib/request/delete-deploy-environment-request.d.ts +1 -1
  75. package/lib/request/delete-deploy-pipeline-request.d.ts +1 -1
  76. package/lib/request/delete-deploy-stage-request.d.ts +1 -1
  77. package/lib/request/delete-project-request.d.ts +1 -1
  78. package/lib/request/delete-ref-request.d.ts +1 -1
  79. package/lib/request/delete-repository-request.d.ts +1 -1
  80. package/lib/request/delete-trigger-request.d.ts +1 -1
  81. package/lib/request/get-build-pipeline-request.d.ts +1 -1
  82. package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
  83. package/lib/request/get-build-run-request.d.ts +1 -1
  84. package/lib/request/get-commit-diff-request.d.ts +1 -1
  85. package/lib/request/get-commit-request.d.ts +1 -1
  86. package/lib/request/get-connection-request.d.ts +1 -1
  87. package/lib/request/get-deploy-artifact-request.d.ts +1 -1
  88. package/lib/request/get-deploy-environment-request.d.ts +1 -1
  89. package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
  90. package/lib/request/get-deploy-stage-request.d.ts +1 -1
  91. package/lib/request/get-deployment-request.d.ts +1 -1
  92. package/lib/request/get-file-diff-request.d.ts +1 -1
  93. package/lib/request/get-mirror-record-request.d.ts +1 -1
  94. package/lib/request/get-object-content-request.d.ts +1 -1
  95. package/lib/request/get-object-request.d.ts +1 -1
  96. package/lib/request/get-project-request.d.ts +1 -1
  97. package/lib/request/get-ref-request.d.ts +1 -1
  98. package/lib/request/get-repo-file-diff-request.d.ts +1 -1
  99. package/lib/request/get-repo-file-lines-request.d.ts +1 -1
  100. package/lib/request/get-repository-archive-content-request.d.ts +1 -1
  101. package/lib/request/get-repository-file-lines-request.d.ts +1 -1
  102. package/lib/request/get-repository-request.d.ts +1 -1
  103. package/lib/request/get-trigger-request.d.ts +1 -1
  104. package/lib/request/get-work-request-request.d.ts +1 -1
  105. package/lib/request/list-authors-request.d.ts +1 -1
  106. package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
  107. package/lib/request/list-build-pipelines-request.d.ts +1 -1
  108. package/lib/request/list-build-runs-request.d.ts +1 -1
  109. package/lib/request/list-commit-diffs-request.d.ts +1 -1
  110. package/lib/request/list-commits-request.d.ts +1 -1
  111. package/lib/request/list-connections-request.d.ts +1 -1
  112. package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
  113. package/lib/request/list-deploy-environments-request.d.ts +1 -1
  114. package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
  115. package/lib/request/list-deploy-stages-request.d.ts +1 -1
  116. package/lib/request/list-deployments-request.d.ts +1 -1
  117. package/lib/request/list-mirror-records-request.d.ts +1 -1
  118. package/lib/request/list-paths-request.d.ts +1 -1
  119. package/lib/request/list-projects-request.d.ts +1 -1
  120. package/lib/request/list-refs-request.d.ts +1 -1
  121. package/lib/request/list-repositories-request.d.ts +1 -1
  122. package/lib/request/list-triggers-request.d.ts +1 -1
  123. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  124. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  125. package/lib/request/list-work-requests-request.d.ts +1 -1
  126. package/lib/request/mirror-repository-request.d.ts +1 -1
  127. package/lib/request/put-repository-ref-request.d.ts +1 -1
  128. package/lib/request/schedule-cascading-project-deletion-request.d.ts +1 -1
  129. package/lib/request/update-build-pipeline-request.d.ts +1 -1
  130. package/lib/request/update-build-pipeline-stage-request.d.ts +1 -1
  131. package/lib/request/update-build-run-request.d.ts +1 -1
  132. package/lib/request/update-connection-request.d.ts +1 -1
  133. package/lib/request/update-deploy-artifact-request.d.ts +1 -1
  134. package/lib/request/update-deploy-environment-request.d.ts +1 -1
  135. package/lib/request/update-deploy-pipeline-request.d.ts +1 -1
  136. package/lib/request/update-deploy-stage-request.d.ts +1 -1
  137. package/lib/request/update-deployment-request.d.ts +1 -1
  138. package/lib/request/update-project-request.d.ts +1 -1
  139. package/lib/request/update-repository-request.d.ts +1 -1
  140. package/lib/request/update-trigger-request.d.ts +1 -1
  141. package/lib/request/validate-connection-request.d.ts +1 -1
  142. package/lib/response/delete-ref-response.d.ts +4 -0
  143. package/lib/response/get-ref-response.d.ts +4 -0
  144. package/lib/response/put-repository-ref-response.d.ts +4 -0
  145. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -196,7 +196,7 @@ class DevopsClient {
196
196
  * @param ApproveDeploymentRequest
197
197
  * @return ApproveDeploymentResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeployment API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeployment API.
200
200
  */
201
201
  approveDeployment(approveDeploymentRequest) {
202
202
  return __awaiter(this, void 0, void 0, function* () {
@@ -262,7 +262,7 @@ class DevopsClient {
262
262
  * @param CancelBuildRunRequest
263
263
  * @return CancelBuildRunResponse
264
264
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRun API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRun API.
266
266
  */
267
267
  cancelBuildRun(cancelBuildRunRequest) {
268
268
  return __awaiter(this, void 0, void 0, function* () {
@@ -328,7 +328,7 @@ class DevopsClient {
328
328
  * @param CancelDeploymentRequest
329
329
  * @return CancelDeploymentResponse
330
330
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CancelDeployment.ts.html |here} to see how to use CancelDeployment API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CancelDeployment.ts.html |here} to see how to use CancelDeployment API.
332
332
  */
333
333
  cancelDeployment(cancelDeploymentRequest) {
334
334
  return __awaiter(this, void 0, void 0, function* () {
@@ -394,7 +394,7 @@ class DevopsClient {
394
394
  * @param CancelScheduledCascadingProjectDeletionRequest
395
395
  * @return CancelScheduledCascadingProjectDeletionResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CancelScheduledCascadingProjectDeletion.ts.html |here} to see how to use CancelScheduledCascadingProjectDeletion API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CancelScheduledCascadingProjectDeletion.ts.html |here} to see how to use CancelScheduledCascadingProjectDeletion API.
398
398
  */
399
399
  cancelScheduledCascadingProjectDeletion(cancelScheduledCascadingProjectDeletionRequest) {
400
400
  return __awaiter(this, void 0, void 0, function* () {
@@ -455,7 +455,7 @@ class DevopsClient {
455
455
  * @param ChangeProjectCompartmentRequest
456
456
  * @return ChangeProjectCompartmentResponse
457
457
  * @throws OciError when an error occurs
458
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
459
459
  */
460
460
  changeProjectCompartment(changeProjectCompartmentRequest) {
461
461
  return __awaiter(this, void 0, void 0, function* () {
@@ -518,7 +518,7 @@ class DevopsClient {
518
518
  * @param CreateBuildPipelineRequest
519
519
  * @return CreateBuildPipelineResponse
520
520
  * @throws OciError when an error occurs
521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
522
522
  */
523
523
  createBuildPipeline(createBuildPipelineRequest) {
524
524
  return __awaiter(this, void 0, void 0, function* () {
@@ -592,7 +592,7 @@ class DevopsClient {
592
592
  * @param CreateBuildPipelineStageRequest
593
593
  * @return CreateBuildPipelineStageResponse
594
594
  * @throws OciError when an error occurs
595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
596
596
  */
597
597
  createBuildPipelineStage(createBuildPipelineStageRequest) {
598
598
  return __awaiter(this, void 0, void 0, function* () {
@@ -666,7 +666,7 @@ class DevopsClient {
666
666
  * @param CreateBuildRunRequest
667
667
  * @return CreateBuildRunResponse
668
668
  * @throws OciError when an error occurs
669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
670
670
  */
671
671
  createBuildRun(createBuildRunRequest) {
672
672
  return __awaiter(this, void 0, void 0, function* () {
@@ -736,7 +736,7 @@ class DevopsClient {
736
736
  * @param CreateConnectionRequest
737
737
  * @return CreateConnectionResponse
738
738
  * @throws OciError when an error occurs
739
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
740
740
  */
741
741
  createConnection(createConnectionRequest) {
742
742
  return __awaiter(this, void 0, void 0, function* () {
@@ -809,7 +809,7 @@ class DevopsClient {
809
809
  * @param CreateDeployArtifactRequest
810
810
  * @return CreateDeployArtifactResponse
811
811
  * @throws OciError when an error occurs
812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
813
813
  */
814
814
  createDeployArtifact(createDeployArtifactRequest) {
815
815
  return __awaiter(this, void 0, void 0, function* () {
@@ -882,7 +882,7 @@ class DevopsClient {
882
882
  * @param CreateDeployEnvironmentRequest
883
883
  * @return CreateDeployEnvironmentResponse
884
884
  * @throws OciError when an error occurs
885
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
885
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
886
886
  */
887
887
  createDeployEnvironment(createDeployEnvironmentRequest) {
888
888
  return __awaiter(this, void 0, void 0, function* () {
@@ -955,7 +955,7 @@ class DevopsClient {
955
955
  * @param CreateDeployPipelineRequest
956
956
  * @return CreateDeployPipelineResponse
957
957
  * @throws OciError when an error occurs
958
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
958
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
959
959
  */
960
960
  createDeployPipeline(createDeployPipelineRequest) {
961
961
  return __awaiter(this, void 0, void 0, function* () {
@@ -1028,7 +1028,7 @@ class DevopsClient {
1028
1028
  * @param CreateDeployStageRequest
1029
1029
  * @return CreateDeployStageResponse
1030
1030
  * @throws OciError when an error occurs
1031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
1031
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
1032
1032
  */
1033
1033
  createDeployStage(createDeployStageRequest) {
1034
1034
  return __awaiter(this, void 0, void 0, function* () {
@@ -1101,7 +1101,7 @@ class DevopsClient {
1101
1101
  * @param CreateDeploymentRequest
1102
1102
  * @return CreateDeploymentResponse
1103
1103
  * @throws OciError when an error occurs
1104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1105
1105
  */
1106
1106
  createDeployment(createDeploymentRequest) {
1107
1107
  return __awaiter(this, void 0, void 0, function* () {
@@ -1164,7 +1164,7 @@ class DevopsClient {
1164
1164
  * @param CreateProjectRequest
1165
1165
  * @return CreateProjectResponse
1166
1166
  * @throws OciError when an error occurs
1167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1168
1168
  */
1169
1169
  createProject(createProjectRequest) {
1170
1170
  return __awaiter(this, void 0, void 0, function* () {
@@ -1238,7 +1238,7 @@ class DevopsClient {
1238
1238
  * @param CreateRepositoryRequest
1239
1239
  * @return CreateRepositoryResponse
1240
1240
  * @throws OciError when an error occurs
1241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1242
1242
  */
1243
1243
  createRepository(createRepositoryRequest) {
1244
1244
  return __awaiter(this, void 0, void 0, function* () {
@@ -1312,7 +1312,7 @@ class DevopsClient {
1312
1312
  * @param CreateTriggerRequest
1313
1313
  * @return CreateTriggerResponse
1314
1314
  * @throws OciError when an error occurs
1315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1316
1316
  */
1317
1317
  createTrigger(createTriggerRequest) {
1318
1318
  return __awaiter(this, void 0, void 0, function* () {
@@ -1385,7 +1385,7 @@ class DevopsClient {
1385
1385
  * @param DeleteBuildPipelineRequest
1386
1386
  * @return DeleteBuildPipelineResponse
1387
1387
  * @throws OciError when an error occurs
1388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1389
1389
  */
1390
1390
  deleteBuildPipeline(deleteBuildPipelineRequest) {
1391
1391
  return __awaiter(this, void 0, void 0, function* () {
@@ -1445,7 +1445,7 @@ class DevopsClient {
1445
1445
  * @param DeleteBuildPipelineStageRequest
1446
1446
  * @return DeleteBuildPipelineStageResponse
1447
1447
  * @throws OciError when an error occurs
1448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1449
1449
  */
1450
1450
  deleteBuildPipelineStage(deleteBuildPipelineStageRequest) {
1451
1451
  return __awaiter(this, void 0, void 0, function* () {
@@ -1505,7 +1505,7 @@ class DevopsClient {
1505
1505
  * @param DeleteConnectionRequest
1506
1506
  * @return DeleteConnectionResponse
1507
1507
  * @throws OciError when an error occurs
1508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1509
1509
  */
1510
1510
  deleteConnection(deleteConnectionRequest) {
1511
1511
  return __awaiter(this, void 0, void 0, function* () {
@@ -1565,7 +1565,7 @@ class DevopsClient {
1565
1565
  * @param DeleteDeployArtifactRequest
1566
1566
  * @return DeleteDeployArtifactResponse
1567
1567
  * @throws OciError when an error occurs
1568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1569
1569
  */
1570
1570
  deleteDeployArtifact(deleteDeployArtifactRequest) {
1571
1571
  return __awaiter(this, void 0, void 0, function* () {
@@ -1625,7 +1625,7 @@ class DevopsClient {
1625
1625
  * @param DeleteDeployEnvironmentRequest
1626
1626
  * @return DeleteDeployEnvironmentResponse
1627
1627
  * @throws OciError when an error occurs
1628
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1629
1629
  */
1630
1630
  deleteDeployEnvironment(deleteDeployEnvironmentRequest) {
1631
1631
  return __awaiter(this, void 0, void 0, function* () {
@@ -1685,7 +1685,7 @@ class DevopsClient {
1685
1685
  * @param DeleteDeployPipelineRequest
1686
1686
  * @return DeleteDeployPipelineResponse
1687
1687
  * @throws OciError when an error occurs
1688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1689
1689
  */
1690
1690
  deleteDeployPipeline(deleteDeployPipelineRequest) {
1691
1691
  return __awaiter(this, void 0, void 0, function* () {
@@ -1745,7 +1745,7 @@ class DevopsClient {
1745
1745
  * @param DeleteDeployStageRequest
1746
1746
  * @return DeleteDeployStageResponse
1747
1747
  * @throws OciError when an error occurs
1748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1749
1749
  */
1750
1750
  deleteDeployStage(deleteDeployStageRequest) {
1751
1751
  return __awaiter(this, void 0, void 0, function* () {
@@ -1805,7 +1805,7 @@ class DevopsClient {
1805
1805
  * @param DeleteProjectRequest
1806
1806
  * @return DeleteProjectResponse
1807
1807
  * @throws OciError when an error occurs
1808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1809
1809
  */
1810
1810
  deleteProject(deleteProjectRequest) {
1811
1811
  return __awaiter(this, void 0, void 0, function* () {
@@ -1860,12 +1860,12 @@ class DevopsClient {
1860
1860
  });
1861
1861
  }
1862
1862
  /**
1863
- * Deletes a Repository's Ref by its name. Returns an error if the name is ambiguous. Can be disambiguated by using full names like \"heads/<name>\" or \"tags/<name>\".
1863
+ * Deletes a Repository's Ref by its name. Returns an error if the name is ambiguous. Can be disambiguated by using full names like \"heads/<name>\" or \"tags/<name>\". This API will be deprecated on Wed, 12 June 2024 01:00:00 GMT as it does not get recognized when refName has '/'. This will be replaced by \"/repositories/{repositoryId}/actions/deleteGitRef\".
1864
1864
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1865
1865
  * @param DeleteRefRequest
1866
1866
  * @return DeleteRefResponse
1867
1867
  * @throws OciError when an error occurs
1868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1869
1869
  */
1870
1870
  deleteRef(deleteRefRequest) {
1871
1871
  return __awaiter(this, void 0, void 0, function* () {
@@ -1911,6 +1911,11 @@ class DevopsClient {
1911
1911
  value: response.headers.get("opc-request-id"),
1912
1912
  key: "opcRequestId",
1913
1913
  dataType: "string"
1914
+ },
1915
+ {
1916
+ value: response.headers.get("Sunset"),
1917
+ key: "sunset",
1918
+ dataType: "string"
1914
1919
  }
1915
1920
  ]
1916
1921
  });
@@ -1927,7 +1932,7 @@ class DevopsClient {
1927
1932
  * @param DeleteRepositoryRequest
1928
1933
  * @return DeleteRepositoryResponse
1929
1934
  * @throws OciError when an error occurs
1930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1935
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1931
1936
  */
1932
1937
  deleteRepository(deleteRepositoryRequest) {
1933
1938
  return __awaiter(this, void 0, void 0, function* () {
@@ -1987,7 +1992,7 @@ class DevopsClient {
1987
1992
  * @param DeleteTriggerRequest
1988
1993
  * @return DeleteTriggerResponse
1989
1994
  * @throws OciError when an error occurs
1990
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1995
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1991
1996
  */
1992
1997
  deleteTrigger(deleteTriggerRequest) {
1993
1998
  return __awaiter(this, void 0, void 0, function* () {
@@ -2047,7 +2052,7 @@ class DevopsClient {
2047
2052
  * @param GetBuildPipelineRequest
2048
2053
  * @return GetBuildPipelineResponse
2049
2054
  * @throws OciError when an error occurs
2050
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
2055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
2051
2056
  */
2052
2057
  getBuildPipeline(getBuildPipelineRequest) {
2053
2058
  return __awaiter(this, void 0, void 0, function* () {
@@ -2110,7 +2115,7 @@ class DevopsClient {
2110
2115
  * @param GetBuildPipelineStageRequest
2111
2116
  * @return GetBuildPipelineStageResponse
2112
2117
  * @throws OciError when an error occurs
2113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
2118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
2114
2119
  */
2115
2120
  getBuildPipelineStage(getBuildPipelineStageRequest) {
2116
2121
  return __awaiter(this, void 0, void 0, function* () {
@@ -2174,7 +2179,7 @@ class DevopsClient {
2174
2179
  * @param GetBuildRunRequest
2175
2180
  * @return GetBuildRunResponse
2176
2181
  * @throws OciError when an error occurs
2177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2178
2183
  */
2179
2184
  getBuildRun(getBuildRunRequest) {
2180
2185
  return __awaiter(this, void 0, void 0, function* () {
@@ -2237,7 +2242,7 @@ class DevopsClient {
2237
2242
  * @param GetCommitRequest
2238
2243
  * @return GetCommitResponse
2239
2244
  * @throws OciError when an error occurs
2240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2241
2246
  */
2242
2247
  getCommit(getCommitRequest) {
2243
2248
  return __awaiter(this, void 0, void 0, function* () {
@@ -2302,7 +2307,7 @@ class DevopsClient {
2302
2307
  * @param GetCommitDiffRequest
2303
2308
  * @return GetCommitDiffResponse
2304
2309
  * @throws OciError when an error occurs
2305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2306
2311
  */
2307
2312
  getCommitDiff(getCommitDiffRequest) {
2308
2313
  return __awaiter(this, void 0, void 0, function* () {
@@ -2369,7 +2374,7 @@ class DevopsClient {
2369
2374
  * @param GetConnectionRequest
2370
2375
  * @return GetConnectionResponse
2371
2376
  * @throws OciError when an error occurs
2372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2373
2378
  */
2374
2379
  getConnection(getConnectionRequest) {
2375
2380
  return __awaiter(this, void 0, void 0, function* () {
@@ -2432,7 +2437,7 @@ class DevopsClient {
2432
2437
  * @param GetDeployArtifactRequest
2433
2438
  * @return GetDeployArtifactResponse
2434
2439
  * @throws OciError when an error occurs
2435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2436
2441
  */
2437
2442
  getDeployArtifact(getDeployArtifactRequest) {
2438
2443
  return __awaiter(this, void 0, void 0, function* () {
@@ -2495,7 +2500,7 @@ class DevopsClient {
2495
2500
  * @param GetDeployEnvironmentRequest
2496
2501
  * @return GetDeployEnvironmentResponse
2497
2502
  * @throws OciError when an error occurs
2498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2499
2504
  */
2500
2505
  getDeployEnvironment(getDeployEnvironmentRequest) {
2501
2506
  return __awaiter(this, void 0, void 0, function* () {
@@ -2558,7 +2563,7 @@ class DevopsClient {
2558
2563
  * @param GetDeployPipelineRequest
2559
2564
  * @return GetDeployPipelineResponse
2560
2565
  * @throws OciError when an error occurs
2561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2562
2567
  */
2563
2568
  getDeployPipeline(getDeployPipelineRequest) {
2564
2569
  return __awaiter(this, void 0, void 0, function* () {
@@ -2621,7 +2626,7 @@ class DevopsClient {
2621
2626
  * @param GetDeployStageRequest
2622
2627
  * @return GetDeployStageResponse
2623
2628
  * @throws OciError when an error occurs
2624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2625
2630
  */
2626
2631
  getDeployStage(getDeployStageRequest) {
2627
2632
  return __awaiter(this, void 0, void 0, function* () {
@@ -2684,7 +2689,7 @@ class DevopsClient {
2684
2689
  * @param GetDeploymentRequest
2685
2690
  * @return GetDeploymentResponse
2686
2691
  * @throws OciError when an error occurs
2687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2688
2693
  */
2689
2694
  getDeployment(getDeploymentRequest) {
2690
2695
  return __awaiter(this, void 0, void 0, function* () {
@@ -2748,7 +2753,7 @@ class DevopsClient {
2748
2753
  * @param GetFileDiffRequest
2749
2754
  * @return GetFileDiffResponse
2750
2755
  * @throws OciError when an error occurs
2751
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2752
2757
  */
2753
2758
  getFileDiff(getFileDiffRequest) {
2754
2759
  return __awaiter(this, void 0, void 0, function* () {
@@ -2822,7 +2827,7 @@ class DevopsClient {
2822
2827
  * @param GetMirrorRecordRequest
2823
2828
  * @return GetMirrorRecordResponse
2824
2829
  * @throws OciError when an error occurs
2825
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2826
2831
  */
2827
2832
  getMirrorRecord(getMirrorRecordRequest) {
2828
2833
  return __awaiter(this, void 0, void 0, function* () {
@@ -2887,7 +2892,7 @@ class DevopsClient {
2887
2892
  * @param GetObjectRequest
2888
2893
  * @return GetObjectResponse
2889
2894
  * @throws OciError when an error occurs
2890
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetObject.ts.html |here} to see how to use GetObject API.
2895
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetObject.ts.html |here} to see how to use GetObject API.
2891
2896
  */
2892
2897
  getObject(getObjectRequest) {
2893
2898
  return __awaiter(this, void 0, void 0, function* () {
@@ -2954,7 +2959,7 @@ class DevopsClient {
2954
2959
  * @param GetObjectContentRequest
2955
2960
  * @return GetObjectContentResponse
2956
2961
  * @throws OciError when an error occurs
2957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2962
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2958
2963
  */
2959
2964
  getObjectContent(getObjectContentRequest) {
2960
2965
  return __awaiter(this, void 0, void 0, function* () {
@@ -3024,7 +3029,7 @@ class DevopsClient {
3024
3029
  * @param GetProjectRequest
3025
3030
  * @return GetProjectResponse
3026
3031
  * @throws OciError when an error occurs
3027
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetProject.ts.html |here} to see how to use GetProject API.
3032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetProject.ts.html |here} to see how to use GetProject API.
3028
3033
  */
3029
3034
  getProject(getProjectRequest) {
3030
3035
  return __awaiter(this, void 0, void 0, function* () {
@@ -3082,12 +3087,12 @@ class DevopsClient {
3082
3087
  });
3083
3088
  }
3084
3089
  /**
3085
- * Retrieves a repository's reference by its name with preference for branches over tags if the name is ambiguous. This can be disambiguated by using full names like \"heads/<name>\" or \"tags/<name>\".
3090
+ * This API will be deprecated on Wed, 12 June 2024 01:00:00 GMT as it does not get recognized when refName has '/'. This will be replaced by \"/repositories/{repositoryId}/refs\". Retrieves a repository's reference by its name with preference for branches over tags if the name is ambiguous. This can be disambiguated by using full names like \"heads/<name>\" or \"tags/<name>\".
3086
3091
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3087
3092
  * @param GetRefRequest
3088
3093
  * @return GetRefResponse
3089
3094
  * @throws OciError when an error occurs
3090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetRef.ts.html |here} to see how to use GetRef API.
3095
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetRef.ts.html |here} to see how to use GetRef API.
3091
3096
  */
3092
3097
  getRef(getRefRequest) {
3093
3098
  return __awaiter(this, void 0, void 0, function* () {
@@ -3135,6 +3140,11 @@ class DevopsClient {
3135
3140
  value: response.headers.get("opc-request-id"),
3136
3141
  key: "opcRequestId",
3137
3142
  dataType: "string"
3143
+ },
3144
+ {
3145
+ value: response.headers.get("Sunset"),
3146
+ key: "sunset",
3147
+ dataType: "string"
3138
3148
  }
3139
3149
  ]
3140
3150
  });
@@ -3152,7 +3162,7 @@ class DevopsClient {
3152
3162
  * @param GetRepoFileDiffRequest
3153
3163
  * @return GetRepoFileDiffResponse
3154
3164
  * @throws OciError when an error occurs
3155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
3165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
3156
3166
  */
3157
3167
  getRepoFileDiff(getRepoFileDiffRequest) {
3158
3168
  return __awaiter(this, void 0, void 0, function* () {
@@ -3221,7 +3231,7 @@ class DevopsClient {
3221
3231
  * @param GetRepoFileLinesRequest
3222
3232
  * @return GetRepoFileLinesResponse
3223
3233
  * @throws OciError when an error occurs
3224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3225
3235
  */
3226
3236
  getRepoFileLines(getRepoFileLinesRequest) {
3227
3237
  return __awaiter(this, void 0, void 0, function* () {
@@ -3289,7 +3299,7 @@ class DevopsClient {
3289
3299
  * @param GetRepositoryRequest
3290
3300
  * @return GetRepositoryResponse
3291
3301
  * @throws OciError when an error occurs
3292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3293
3303
  */
3294
3304
  getRepository(getRepositoryRequest) {
3295
3305
  return __awaiter(this, void 0, void 0, function* () {
@@ -3355,7 +3365,7 @@ class DevopsClient {
3355
3365
  * @param GetRepositoryArchiveContentRequest
3356
3366
  * @return GetRepositoryArchiveContentResponse
3357
3367
  * @throws OciError when an error occurs
3358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3359
3369
  */
3360
3370
  getRepositoryArchiveContent(getRepositoryArchiveContentRequest) {
3361
3371
  return __awaiter(this, void 0, void 0, function* () {
@@ -3426,7 +3436,7 @@ class DevopsClient {
3426
3436
  * @param GetRepositoryFileLinesRequest
3427
3437
  * @return GetRepositoryFileLinesResponse
3428
3438
  * @throws OciError when an error occurs
3429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3430
3440
  */
3431
3441
  getRepositoryFileLines(getRepositoryFileLinesRequest) {
3432
3442
  return __awaiter(this, void 0, void 0, function* () {
@@ -3499,7 +3509,7 @@ class DevopsClient {
3499
3509
  * @param GetTriggerRequest
3500
3510
  * @return GetTriggerResponse
3501
3511
  * @throws OciError when an error occurs
3502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3503
3513
  */
3504
3514
  getTrigger(getTriggerRequest) {
3505
3515
  return __awaiter(this, void 0, void 0, function* () {
@@ -3562,7 +3572,7 @@ class DevopsClient {
3562
3572
  * @param GetWorkRequestRequest
3563
3573
  * @return GetWorkRequestResponse
3564
3574
  * @throws OciError when an error occurs
3565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3566
3576
  */
3567
3577
  getWorkRequest(getWorkRequestRequest) {
3568
3578
  return __awaiter(this, void 0, void 0, function* () {
@@ -3626,7 +3636,7 @@ class DevopsClient {
3626
3636
  * @param ListAuthorsRequest
3627
3637
  * @return ListAuthorsResponse
3628
3638
  * @throws OciError when an error occurs
3629
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3639
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3630
3640
  */
3631
3641
  listAuthors(listAuthorsRequest) {
3632
3642
  return __awaiter(this, void 0, void 0, function* () {
@@ -3695,7 +3705,7 @@ class DevopsClient {
3695
3705
  * @param ListBuildPipelineStagesRequest
3696
3706
  * @return ListBuildPipelineStagesResponse
3697
3707
  * @throws OciError when an error occurs
3698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3699
3709
  */
3700
3710
  listBuildPipelineStages(listBuildPipelineStagesRequest) {
3701
3711
  return __awaiter(this, void 0, void 0, function* () {
@@ -3767,7 +3777,7 @@ class DevopsClient {
3767
3777
  * @param ListBuildPipelinesRequest
3768
3778
  * @return ListBuildPipelinesResponse
3769
3779
  * @throws OciError when an error occurs
3770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3771
3781
  */
3772
3782
  listBuildPipelines(listBuildPipelinesRequest) {
3773
3783
  return __awaiter(this, void 0, void 0, function* () {
@@ -3839,7 +3849,7 @@ class DevopsClient {
3839
3849
  * @param ListBuildRunsRequest
3840
3850
  * @return ListBuildRunsResponse
3841
3851
  * @throws OciError when an error occurs
3842
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3852
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3843
3853
  */
3844
3854
  listBuildRuns(listBuildRunsRequest) {
3845
3855
  return __awaiter(this, void 0, void 0, function* () {
@@ -3912,7 +3922,7 @@ class DevopsClient {
3912
3922
  * @param ListCommitDiffsRequest
3913
3923
  * @return ListCommitDiffsResponse
3914
3924
  * @throws OciError when an error occurs
3915
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3925
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3916
3926
  */
3917
3927
  listCommitDiffs(listCommitDiffsRequest) {
3918
3928
  return __awaiter(this, void 0, void 0, function* () {
@@ -3982,7 +3992,7 @@ class DevopsClient {
3982
3992
  * @param ListCommitsRequest
3983
3993
  * @return ListCommitsResponse
3984
3994
  * @throws OciError when an error occurs
3985
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3995
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3986
3996
  */
3987
3997
  listCommits(listCommitsRequest) {
3988
3998
  return __awaiter(this, void 0, void 0, function* () {
@@ -4056,7 +4066,7 @@ class DevopsClient {
4056
4066
  * @param ListConnectionsRequest
4057
4067
  * @return ListConnectionsResponse
4058
4068
  * @throws OciError when an error occurs
4059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
4069
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
4060
4070
  */
4061
4071
  listConnections(listConnectionsRequest) {
4062
4072
  return __awaiter(this, void 0, void 0, function* () {
@@ -4128,7 +4138,7 @@ class DevopsClient {
4128
4138
  * @param ListDeployArtifactsRequest
4129
4139
  * @return ListDeployArtifactsResponse
4130
4140
  * @throws OciError when an error occurs
4131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
4141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
4132
4142
  */
4133
4143
  listDeployArtifacts(listDeployArtifactsRequest) {
4134
4144
  return __awaiter(this, void 0, void 0, function* () {
@@ -4199,7 +4209,7 @@ class DevopsClient {
4199
4209
  * @param ListDeployEnvironmentsRequest
4200
4210
  * @return ListDeployEnvironmentsResponse
4201
4211
  * @throws OciError when an error occurs
4202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
4212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
4203
4213
  */
4204
4214
  listDeployEnvironments(listDeployEnvironmentsRequest) {
4205
4215
  return __awaiter(this, void 0, void 0, function* () {
@@ -4270,7 +4280,7 @@ class DevopsClient {
4270
4280
  * @param ListDeployPipelinesRequest
4271
4281
  * @return ListDeployPipelinesResponse
4272
4282
  * @throws OciError when an error occurs
4273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4274
4284
  */
4275
4285
  listDeployPipelines(listDeployPipelinesRequest) {
4276
4286
  return __awaiter(this, void 0, void 0, function* () {
@@ -4341,7 +4351,7 @@ class DevopsClient {
4341
4351
  * @param ListDeployStagesRequest
4342
4352
  * @return ListDeployStagesResponse
4343
4353
  * @throws OciError when an error occurs
4344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4345
4355
  */
4346
4356
  listDeployStages(listDeployStagesRequest) {
4347
4357
  return __awaiter(this, void 0, void 0, function* () {
@@ -4412,7 +4422,7 @@ class DevopsClient {
4412
4422
  * @param ListDeploymentsRequest
4413
4423
  * @return ListDeploymentsResponse
4414
4424
  * @throws OciError when an error occurs
4415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4416
4426
  */
4417
4427
  listDeployments(listDeploymentsRequest) {
4418
4428
  return __awaiter(this, void 0, void 0, function* () {
@@ -4487,7 +4497,7 @@ class DevopsClient {
4487
4497
  * @param ListMirrorRecordsRequest
4488
4498
  * @return ListMirrorRecordsResponse
4489
4499
  * @throws OciError when an error occurs
4490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4491
4501
  */
4492
4502
  listMirrorRecords(listMirrorRecordsRequest) {
4493
4503
  return __awaiter(this, void 0, void 0, function* () {
@@ -4555,7 +4565,7 @@ class DevopsClient {
4555
4565
  * @param ListPathsRequest
4556
4566
  * @return ListPathsResponse
4557
4567
  * @throws OciError when an error occurs
4558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4559
4569
  */
4560
4570
  listPaths(listPathsRequest) {
4561
4571
  return __awaiter(this, void 0, void 0, function* () {
@@ -4627,7 +4637,7 @@ class DevopsClient {
4627
4637
  * @param ListProjectsRequest
4628
4638
  * @return ListProjectsResponse
4629
4639
  * @throws OciError when an error occurs
4630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4631
4641
  */
4632
4642
  listProjects(listProjectsRequest) {
4633
4643
  return __awaiter(this, void 0, void 0, function* () {
@@ -4698,7 +4708,7 @@ class DevopsClient {
4698
4708
  * @param ListRefsRequest
4699
4709
  * @return ListRefsResponse
4700
4710
  * @throws OciError when an error occurs
4701
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4702
4712
  */
4703
4713
  listRefs(listRefsRequest) {
4704
4714
  return __awaiter(this, void 0, void 0, function* () {
@@ -4770,7 +4780,7 @@ class DevopsClient {
4770
4780
  * @param ListRepositoriesRequest
4771
4781
  * @return ListRepositoriesResponse
4772
4782
  * @throws OciError when an error occurs
4773
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4774
4784
  */
4775
4785
  listRepositories(listRepositoriesRequest) {
4776
4786
  return __awaiter(this, void 0, void 0, function* () {
@@ -4842,7 +4852,7 @@ class DevopsClient {
4842
4852
  * @param ListTriggersRequest
4843
4853
  * @return ListTriggersResponse
4844
4854
  * @throws OciError when an error occurs
4845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4855
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4846
4856
  */
4847
4857
  listTriggers(listTriggersRequest) {
4848
4858
  return __awaiter(this, void 0, void 0, function* () {
@@ -4913,7 +4923,7 @@ class DevopsClient {
4913
4923
  * @param ListWorkRequestErrorsRequest
4914
4924
  * @return ListWorkRequestErrorsResponse
4915
4925
  * @throws OciError when an error occurs
4916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4917
4927
  */
4918
4928
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4919
4929
  return __awaiter(this, void 0, void 0, function* () {
@@ -4981,7 +4991,7 @@ class DevopsClient {
4981
4991
  * @param ListWorkRequestLogsRequest
4982
4992
  * @return ListWorkRequestLogsResponse
4983
4993
  * @throws OciError when an error occurs
4984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4985
4995
  */
4986
4996
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4987
4997
  return __awaiter(this, void 0, void 0, function* () {
@@ -5049,7 +5059,7 @@ class DevopsClient {
5049
5059
  * @param ListWorkRequestsRequest
5050
5060
  * @return ListWorkRequestsResponse
5051
5061
  * @throws OciError when an error occurs
5052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
5062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
5053
5063
  */
5054
5064
  listWorkRequests(listWorkRequestsRequest) {
5055
5065
  return __awaiter(this, void 0, void 0, function* () {
@@ -5121,7 +5131,7 @@ class DevopsClient {
5121
5131
  * @param MirrorRepositoryRequest
5122
5132
  * @return MirrorRepositoryResponse
5123
5133
  * @throws OciError when an error occurs
5124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
5134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
5125
5135
  */
5126
5136
  mirrorRepository(mirrorRepositoryRequest) {
5127
5137
  return __awaiter(this, void 0, void 0, function* () {
@@ -5176,13 +5186,13 @@ class DevopsClient {
5176
5186
  });
5177
5187
  }
5178
5188
  /**
5179
- * Creates a new reference or updates an existing one.
5189
+ * Creates a new reference or updates an existing one. This API will be deprecated on Wed, 12 June 2024 01:00:00 GMT as it does not get recognized when refName has '/'. This will be replaced by \"/repositories/{repositoryId}/actions/createOrUpdateGitRef\".
5180
5190
  *
5181
5191
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5182
5192
  * @param PutRepositoryRefRequest
5183
5193
  * @return PutRepositoryRefResponse
5184
5194
  * @throws OciError when an error occurs
5185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
5195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
5186
5196
  */
5187
5197
  putRepositoryRef(putRepositoryRefRequest) {
5188
5198
  return __awaiter(this, void 0, void 0, function* () {
@@ -5243,6 +5253,11 @@ class DevopsClient {
5243
5253
  value: response.headers.get("opc-request-id"),
5244
5254
  key: "opcRequestId",
5245
5255
  dataType: "string"
5256
+ },
5257
+ {
5258
+ value: response.headers.get("Sunset"),
5259
+ key: "sunset",
5260
+ dataType: "string"
5246
5261
  }
5247
5262
  ]
5248
5263
  });
@@ -5259,7 +5274,7 @@ class DevopsClient {
5259
5274
  * @param ScheduleCascadingProjectDeletionRequest
5260
5275
  * @return ScheduleCascadingProjectDeletionResponse
5261
5276
  * @throws OciError when an error occurs
5262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ScheduleCascadingProjectDeletion.ts.html |here} to see how to use ScheduleCascadingProjectDeletion API.
5277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ScheduleCascadingProjectDeletion.ts.html |here} to see how to use ScheduleCascadingProjectDeletion API.
5263
5278
  */
5264
5279
  scheduleCascadingProjectDeletion(scheduleCascadingProjectDeletionRequest) {
5265
5280
  return __awaiter(this, void 0, void 0, function* () {
@@ -5320,7 +5335,7 @@ class DevopsClient {
5320
5335
  * @param UpdateBuildPipelineRequest
5321
5336
  * @return UpdateBuildPipelineResponse
5322
5337
  * @throws OciError when an error occurs
5323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5324
5339
  */
5325
5340
  updateBuildPipeline(updateBuildPipelineRequest) {
5326
5341
  return __awaiter(this, void 0, void 0, function* () {
@@ -5395,7 +5410,7 @@ class DevopsClient {
5395
5410
  * @param UpdateBuildPipelineStageRequest
5396
5411
  * @return UpdateBuildPipelineStageResponse
5397
5412
  * @throws OciError when an error occurs
5398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5399
5414
  */
5400
5415
  updateBuildPipelineStage(updateBuildPipelineStageRequest) {
5401
5416
  return __awaiter(this, void 0, void 0, function* () {
@@ -5470,7 +5485,7 @@ class DevopsClient {
5470
5485
  * @param UpdateBuildRunRequest
5471
5486
  * @return UpdateBuildRunResponse
5472
5487
  * @throws OciError when an error occurs
5473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5474
5489
  */
5475
5490
  updateBuildRun(updateBuildRunRequest) {
5476
5491
  return __awaiter(this, void 0, void 0, function* () {
@@ -5540,7 +5555,7 @@ class DevopsClient {
5540
5555
  * @param UpdateConnectionRequest
5541
5556
  * @return UpdateConnectionResponse
5542
5557
  * @throws OciError when an error occurs
5543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5544
5559
  */
5545
5560
  updateConnection(updateConnectionRequest) {
5546
5561
  return __awaiter(this, void 0, void 0, function* () {
@@ -5615,7 +5630,7 @@ class DevopsClient {
5615
5630
  * @param UpdateDeployArtifactRequest
5616
5631
  * @return UpdateDeployArtifactResponse
5617
5632
  * @throws OciError when an error occurs
5618
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5633
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5619
5634
  */
5620
5635
  updateDeployArtifact(updateDeployArtifactRequest) {
5621
5636
  return __awaiter(this, void 0, void 0, function* () {
@@ -5690,7 +5705,7 @@ class DevopsClient {
5690
5705
  * @param UpdateDeployEnvironmentRequest
5691
5706
  * @return UpdateDeployEnvironmentResponse
5692
5707
  * @throws OciError when an error occurs
5693
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5694
5709
  */
5695
5710
  updateDeployEnvironment(updateDeployEnvironmentRequest) {
5696
5711
  return __awaiter(this, void 0, void 0, function* () {
@@ -5765,7 +5780,7 @@ class DevopsClient {
5765
5780
  * @param UpdateDeployPipelineRequest
5766
5781
  * @return UpdateDeployPipelineResponse
5767
5782
  * @throws OciError when an error occurs
5768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5769
5784
  */
5770
5785
  updateDeployPipeline(updateDeployPipelineRequest) {
5771
5786
  return __awaiter(this, void 0, void 0, function* () {
@@ -5840,7 +5855,7 @@ class DevopsClient {
5840
5855
  * @param UpdateDeployStageRequest
5841
5856
  * @return UpdateDeployStageResponse
5842
5857
  * @throws OciError when an error occurs
5843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5844
5859
  */
5845
5860
  updateDeployStage(updateDeployStageRequest) {
5846
5861
  return __awaiter(this, void 0, void 0, function* () {
@@ -5915,7 +5930,7 @@ class DevopsClient {
5915
5930
  * @param UpdateDeploymentRequest
5916
5931
  * @return UpdateDeploymentResponse
5917
5932
  * @throws OciError when an error occurs
5918
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5919
5934
  */
5920
5935
  updateDeployment(updateDeploymentRequest) {
5921
5936
  return __awaiter(this, void 0, void 0, function* () {
@@ -5980,7 +5995,7 @@ class DevopsClient {
5980
5995
  * @param UpdateProjectRequest
5981
5996
  * @return UpdateProjectResponse
5982
5997
  * @throws OciError when an error occurs
5983
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5984
5999
  */
5985
6000
  updateProject(updateProjectRequest) {
5986
6001
  return __awaiter(this, void 0, void 0, function* () {
@@ -6055,7 +6070,7 @@ class DevopsClient {
6055
6070
  * @param UpdateRepositoryRequest
6056
6071
  * @return UpdateRepositoryResponse
6057
6072
  * @throws OciError when an error occurs
6058
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
6073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
6059
6074
  */
6060
6075
  updateRepository(updateRepositoryRequest) {
6061
6076
  return __awaiter(this, void 0, void 0, function* () {
@@ -6125,7 +6140,7 @@ class DevopsClient {
6125
6140
  * @param UpdateTriggerRequest
6126
6141
  * @return UpdateTriggerResponse
6127
6142
  * @throws OciError when an error occurs
6128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
6143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
6129
6144
  */
6130
6145
  updateTrigger(updateTriggerRequest) {
6131
6146
  return __awaiter(this, void 0, void 0, function* () {
@@ -6201,7 +6216,7 @@ class DevopsClient {
6201
6216
  * @param ValidateConnectionRequest
6202
6217
  * @return ValidateConnectionResponse
6203
6218
  * @throws OciError when an error occurs
6204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/devops/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
6219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/devops/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
6205
6220
  */
6206
6221
  validateConnection(validateConnectionRequest) {
6207
6222
  return __awaiter(this, void 0, void 0, function* () {