oci-devops 2.50.2 → 2.50.4

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 +88 -88
  2. package/lib/client.js +88 -88
  3. package/lib/model/compute-instance-group-canary-approval-deploy-stage-execution-progress.d.ts +3 -0
  4. package/lib/model/compute-instance-group-canary-approval-deploy-stage-execution-progress.js.map +1 -1
  5. package/lib/model/container-config.d.ts +22 -0
  6. package/lib/model/container-config.js +68 -0
  7. package/lib/model/container-config.js.map +1 -0
  8. package/lib/model/container-instance-config.d.ts +38 -0
  9. package/lib/model/container-instance-config.js +66 -0
  10. package/lib/model/container-instance-config.js.map +1 -0
  11. package/lib/model/create-deploy-stage-details.js +4 -0
  12. package/lib/model/create-deploy-stage-details.js.map +1 -1
  13. package/lib/model/create-load-balancer-traffic-shift-deploy-stage-details.d.ts +1 -1
  14. package/lib/model/create-shell-deploy-stage-details.d.ts +33 -0
  15. package/lib/model/create-shell-deploy-stage-details.js +62 -0
  16. package/lib/model/create-shell-deploy-stage-details.js.map +1 -0
  17. package/lib/model/deploy-artifact.d.ts +1 -0
  18. package/lib/model/deploy-artifact.js +1 -0
  19. package/lib/model/deploy-artifact.js.map +1 -1
  20. package/lib/model/deploy-stage-execution-progress.js +4 -0
  21. package/lib/model/deploy-stage-execution-progress.js.map +1 -1
  22. package/lib/model/deploy-stage-summary.js +4 -0
  23. package/lib/model/deploy-stage-summary.js.map +1 -1
  24. package/lib/model/deploy-stage.js +4 -0
  25. package/lib/model/deploy-stage.js.map +1 -1
  26. package/lib/model/index.d.ts +16 -0
  27. package/lib/model/index.js +25 -9
  28. package/lib/model/index.js.map +1 -1
  29. package/lib/model/load-balancer-traffic-shift-deploy-stage-summary.d.ts +1 -1
  30. package/lib/model/load-balancer-traffic-shift-deploy-stage.d.ts +1 -1
  31. package/lib/model/manual-approval-deploy-stage-execution-progress.d.ts +3 -0
  32. package/lib/model/manual-approval-deploy-stage-execution-progress.js.map +1 -1
  33. package/lib/model/nginx-blue-green-strategy.d.ts +2 -2
  34. package/lib/model/nginx-canary-strategy.d.ts +1 -1
  35. package/lib/model/oke-blue-green-deploy-stage-execution-progress.d.ts +1 -1
  36. package/lib/model/oke-blue-green-traffic-shift-deploy-stage-execution-progress.d.ts +1 -1
  37. package/lib/model/oke-canary-approval-deploy-stage-execution-progress.d.ts +3 -0
  38. package/lib/model/oke-canary-approval-deploy-stage-execution-progress.js.map +1 -1
  39. package/lib/model/shape-config.d.ts +29 -0
  40. package/lib/model/shape-config.js +29 -0
  41. package/lib/model/shape-config.js.map +1 -0
  42. package/lib/model/shell-deploy-stage-execution-progress.d.ts +24 -0
  43. package/lib/model/shell-deploy-stage-execution-progress.js +54 -0
  44. package/lib/model/shell-deploy-stage-execution-progress.js.map +1 -0
  45. package/lib/model/shell-deploy-stage-summary.d.ts +33 -0
  46. package/lib/model/shell-deploy-stage-summary.js +62 -0
  47. package/lib/model/shell-deploy-stage-summary.js.map +1 -0
  48. package/lib/model/shell-deploy-stage.d.ts +33 -0
  49. package/lib/model/shell-deploy-stage.js +60 -0
  50. package/lib/model/shell-deploy-stage.js.map +1 -0
  51. package/lib/model/update-deploy-stage-details.js +4 -0
  52. package/lib/model/update-deploy-stage-details.js.map +1 -1
  53. package/lib/model/update-load-balancer-traffic-shift-deploy-stage-details.d.ts +1 -1
  54. package/lib/model/update-shell-deploy-stage-details.d.ts +33 -0
  55. package/lib/model/update-shell-deploy-stage-details.js +62 -0
  56. package/lib/model/update-shell-deploy-stage-details.js.map +1 -0
  57. package/lib/request/approve-deployment-request.d.ts +1 -1
  58. package/lib/request/cancel-build-run-request.d.ts +1 -1
  59. package/lib/request/cancel-deployment-request.d.ts +1 -1
  60. package/lib/request/cancel-scheduled-cascading-project-deletion-request.d.ts +1 -1
  61. package/lib/request/change-project-compartment-request.d.ts +1 -1
  62. package/lib/request/create-build-pipeline-request.d.ts +1 -1
  63. package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
  64. package/lib/request/create-build-run-request.d.ts +1 -1
  65. package/lib/request/create-connection-request.d.ts +1 -1
  66. package/lib/request/create-deploy-artifact-request.d.ts +1 -1
  67. package/lib/request/create-deploy-environment-request.d.ts +1 -1
  68. package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
  69. package/lib/request/create-deploy-stage-request.d.ts +2 -2
  70. package/lib/request/create-deployment-request.d.ts +1 -1
  71. package/lib/request/create-project-request.d.ts +1 -1
  72. package/lib/request/create-repository-request.d.ts +1 -1
  73. package/lib/request/create-trigger-request.d.ts +1 -1
  74. package/lib/request/delete-build-pipeline-request.d.ts +1 -1
  75. package/lib/request/delete-build-pipeline-stage-request.d.ts +1 -1
  76. package/lib/request/delete-connection-request.d.ts +1 -1
  77. package/lib/request/delete-deploy-artifact-request.d.ts +1 -1
  78. package/lib/request/delete-deploy-environment-request.d.ts +1 -1
  79. package/lib/request/delete-deploy-pipeline-request.d.ts +1 -1
  80. package/lib/request/delete-deploy-stage-request.d.ts +1 -1
  81. package/lib/request/delete-project-request.d.ts +1 -1
  82. package/lib/request/delete-ref-request.d.ts +1 -1
  83. package/lib/request/delete-repository-request.d.ts +1 -1
  84. package/lib/request/delete-trigger-request.d.ts +1 -1
  85. package/lib/request/get-build-pipeline-request.d.ts +1 -1
  86. package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
  87. package/lib/request/get-build-run-request.d.ts +1 -1
  88. package/lib/request/get-commit-diff-request.d.ts +1 -1
  89. package/lib/request/get-commit-request.d.ts +1 -1
  90. package/lib/request/get-connection-request.d.ts +1 -1
  91. package/lib/request/get-deploy-artifact-request.d.ts +1 -1
  92. package/lib/request/get-deploy-environment-request.d.ts +1 -1
  93. package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
  94. package/lib/request/get-deploy-stage-request.d.ts +1 -1
  95. package/lib/request/get-deployment-request.d.ts +1 -1
  96. package/lib/request/get-file-diff-request.d.ts +1 -1
  97. package/lib/request/get-mirror-record-request.d.ts +1 -1
  98. package/lib/request/get-object-content-request.d.ts +1 -1
  99. package/lib/request/get-object-request.d.ts +1 -1
  100. package/lib/request/get-project-request.d.ts +1 -1
  101. package/lib/request/get-ref-request.d.ts +1 -1
  102. package/lib/request/get-repo-file-diff-request.d.ts +1 -1
  103. package/lib/request/get-repo-file-lines-request.d.ts +1 -1
  104. package/lib/request/get-repository-archive-content-request.d.ts +1 -1
  105. package/lib/request/get-repository-file-lines-request.d.ts +1 -1
  106. package/lib/request/get-repository-request.d.ts +1 -1
  107. package/lib/request/get-trigger-request.d.ts +1 -1
  108. package/lib/request/get-work-request-request.d.ts +1 -1
  109. package/lib/request/list-authors-request.d.ts +1 -1
  110. package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
  111. package/lib/request/list-build-pipelines-request.d.ts +1 -1
  112. package/lib/request/list-build-runs-request.d.ts +1 -1
  113. package/lib/request/list-commit-diffs-request.d.ts +1 -1
  114. package/lib/request/list-commits-request.d.ts +1 -1
  115. package/lib/request/list-connections-request.d.ts +1 -1
  116. package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
  117. package/lib/request/list-deploy-environments-request.d.ts +1 -1
  118. package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
  119. package/lib/request/list-deploy-stages-request.d.ts +1 -1
  120. package/lib/request/list-deployments-request.d.ts +1 -1
  121. package/lib/request/list-mirror-records-request.d.ts +1 -1
  122. package/lib/request/list-paths-request.d.ts +1 -1
  123. package/lib/request/list-projects-request.d.ts +1 -1
  124. package/lib/request/list-refs-request.d.ts +1 -1
  125. package/lib/request/list-repositories-request.d.ts +1 -1
  126. package/lib/request/list-triggers-request.d.ts +1 -1
  127. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  128. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  129. package/lib/request/list-work-requests-request.d.ts +1 -1
  130. package/lib/request/mirror-repository-request.d.ts +1 -1
  131. package/lib/request/put-repository-ref-request.d.ts +1 -1
  132. package/lib/request/schedule-cascading-project-deletion-request.d.ts +1 -1
  133. package/lib/request/update-build-pipeline-request.d.ts +1 -1
  134. package/lib/request/update-build-pipeline-stage-request.d.ts +1 -1
  135. package/lib/request/update-build-run-request.d.ts +1 -1
  136. package/lib/request/update-connection-request.d.ts +1 -1
  137. package/lib/request/update-deploy-artifact-request.d.ts +1 -1
  138. package/lib/request/update-deploy-environment-request.d.ts +1 -1
  139. package/lib/request/update-deploy-pipeline-request.d.ts +1 -1
  140. package/lib/request/update-deploy-stage-request.d.ts +2 -2
  141. package/lib/request/update-deployment-request.d.ts +1 -1
  142. package/lib/request/update-project-request.d.ts +1 -1
  143. package/lib/request/update-repository-request.d.ts +1 -1
  144. package/lib/request/update-trigger-request.d.ts +1 -1
  145. package/package.json +3 -3
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ /**
3
+ * DevOps API
4
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
5
+ * OpenAPI spec version: 20210630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ShellDeployStageSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ShellDeployStageSummary;
37
+ (function (ShellDeployStageSummary) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.DeployStageSummary.getJsonObj(obj))), {
42
+ "containerConfig": obj.containerConfig
43
+ ? model.ContainerConfig.getJsonObj(obj.containerConfig)
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ ShellDeployStageSummary.getJsonObj = getJsonObj;
49
+ ShellDeployStageSummary.deployStageType = "SHELL";
50
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
51
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
52
+ ? obj
53
+ : model.DeployStageSummary.getDeserializedJsonObj(obj))), {
54
+ "containerConfig": obj.containerConfig
55
+ ? model.ContainerConfig.getDeserializedJsonObj(obj.containerConfig)
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ ShellDeployStageSummary.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(ShellDeployStageSummary = exports.ShellDeployStageSummary || (exports.ShellDeployStageSummary = {}));
62
+ //# sourceMappingURL=shell-deploy-stage-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shell-deploy-stage-summary.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/shell-deploy-stage-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,uBAAuB,CAiCvC;AAjCD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B,EAAE,eAAyB;QAChF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAA6B,CAAC,GACvE;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAU,aAazB,CAAA;IACY,uCAAe,GAAG,OAAO,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAA4B,EAC5B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAA6B,CAAC,GACnF;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,8CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAiCvC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * DevOps API
3
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Specifies the shell stage.
16
+ */
17
+ export interface ShellDeployStage extends model.DeployStage {
18
+ "containerConfig": model.ContainerInstanceConfig;
19
+ /**
20
+ * The OCID of the artifact that contains the command specification.
21
+ */
22
+ "commandSpecDeployArtifactId": string;
23
+ /**
24
+ * Time to wait for execution of a shell stage. Defaults to 36000 seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ */
26
+ "timeoutInSeconds"?: number;
27
+ "deployStageType": string;
28
+ }
29
+ export declare namespace ShellDeployStage {
30
+ function getJsonObj(obj: ShellDeployStage, isParentJsonObj?: boolean): object;
31
+ const deployStageType = "SHELL";
32
+ function getDeserializedJsonObj(obj: ShellDeployStage, isParentJsonObj?: boolean): object;
33
+ }
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ /**
3
+ * DevOps API
4
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
5
+ * OpenAPI spec version: 20210630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ShellDeployStage = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ShellDeployStage;
37
+ (function (ShellDeployStage) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.DeployStage.getJsonObj(obj))), {
40
+ "containerConfig": obj.containerConfig
41
+ ? model.ContainerConfig.getJsonObj(obj.containerConfig)
42
+ : undefined
43
+ });
44
+ return jsonObj;
45
+ }
46
+ ShellDeployStage.getJsonObj = getJsonObj;
47
+ ShellDeployStage.deployStageType = "SHELL";
48
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
49
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
50
+ ? obj
51
+ : model.DeployStage.getDeserializedJsonObj(obj))), {
52
+ "containerConfig": obj.containerConfig
53
+ ? model.ContainerConfig.getDeserializedJsonObj(obj.containerConfig)
54
+ : undefined
55
+ });
56
+ return jsonObj;
57
+ }
58
+ ShellDeployStage.getDeserializedJsonObj = getDeserializedJsonObj;
59
+ })(ShellDeployStage = exports.ShellDeployStage || (exports.ShellDeployStage = {}));
60
+ //# sourceMappingURL=shell-deploy-stage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shell-deploy-stage.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/shell-deploy-stage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,gBAAgB,CA4BhC;AA5BD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB,EAAE,eAAyB;QACzE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAsB,CAAC,GACjF;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,2BAAU,aAWzB,CAAA;IACY,gCAAe,GAAG,OAAO,CAAC;IACvC,SAAgB,sBAAsB,CAAC,GAAqB,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAsB,CAAC,GACrE;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAsB,yBAarC,CAAA;AACH,CAAC,EA5BgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA4BhC"}
@@ -54,6 +54,8 @@ var UpdateDeployStageDetails;
54
54
  return model.UpdateComputeInstanceGroupDeployStageDetails.getJsonObj(jsonObj, true);
55
55
  case "OKE_CANARY_APPROVAL":
56
56
  return model.UpdateOkeCanaryApprovalDeployStageDetails.getJsonObj(jsonObj, true);
57
+ case "SHELL":
58
+ return model.UpdateShellDeployStageDetails.getJsonObj(jsonObj, true);
57
59
  case "OKE_DEPLOYMENT":
58
60
  return model.UpdateOkeDeployStageDetails.getJsonObj(jsonObj, true);
59
61
  case "COMPUTE_INSTANCE_GROUP_CANARY_APPROVAL":
@@ -106,6 +108,8 @@ var UpdateDeployStageDetails;
106
108
  return model.UpdateComputeInstanceGroupDeployStageDetails.getDeserializedJsonObj(jsonObj, true);
107
109
  case "OKE_CANARY_APPROVAL":
108
110
  return model.UpdateOkeCanaryApprovalDeployStageDetails.getDeserializedJsonObj(jsonObj, true);
111
+ case "SHELL":
112
+ return model.UpdateShellDeployStageDetails.getDeserializedJsonObj(jsonObj, true);
109
113
  case "OKE_DEPLOYMENT":
110
114
  return model.UpdateOkeDeployStageDetails.getDeserializedJsonObj(jsonObj, true);
111
115
  case "COMPUTE_INSTANCE_GROUP_CANARY_APPROVAL":
@@ -1 +1 @@
1
- {"version":3,"file":"update-deploy-stage-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/update-deploy-stage-details.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"update-deploy-stage-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/update-deploy-stage-details.ts"],"names":[],"mappings":"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"}
@@ -18,7 +18,7 @@ export interface UpdateLoadBalancerTrafficShiftDeployStageDetails extends model.
18
18
  "blueBackendIps"?: model.BackendSetIpCollection;
19
19
  "greenBackendIps"?: model.BackendSetIpCollection;
20
20
  /**
21
- * Specifies the target or destination backend set.
21
+ * Specifies the target or destination backend set. Example: BLUE - Traffic from the existing backends of managed Load Balance Listener to blue Backend IPs, as per rolloutPolicy. GREEN - Traffic from the existing backends of managed Load Balance Listener to blue Backend IPs ser as per rolloutPolicy.
22
22
  */
23
23
  "trafficShiftTarget"?: string;
24
24
  "rolloutPolicy"?: model.LoadBalancerTrafficShiftRolloutPolicy;
@@ -0,0 +1,33 @@
1
+ /**
2
+ * DevOps API
3
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Specifies the shell stage.
16
+ */
17
+ export interface UpdateShellDeployStageDetails extends model.UpdateDeployStageDetails {
18
+ "containerConfig"?: model.ContainerInstanceConfig;
19
+ /**
20
+ * The OCID of the artifact that contains the command specification.
21
+ */
22
+ "commandSpecDeployArtifactId"?: string;
23
+ /**
24
+ * Time to wait for execution of a shell stage. Defaults to 36000 seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ */
26
+ "timeoutInSeconds"?: number;
27
+ "deployStageType": string;
28
+ }
29
+ export declare namespace UpdateShellDeployStageDetails {
30
+ function getJsonObj(obj: UpdateShellDeployStageDetails, isParentJsonObj?: boolean): object;
31
+ const deployStageType = "SHELL";
32
+ function getDeserializedJsonObj(obj: UpdateShellDeployStageDetails, isParentJsonObj?: boolean): object;
33
+ }
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ /**
3
+ * DevOps API
4
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
5
+ * OpenAPI spec version: 20210630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.UpdateShellDeployStageDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var UpdateShellDeployStageDetails;
37
+ (function (UpdateShellDeployStageDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.UpdateDeployStageDetails.getJsonObj(obj))), {
42
+ "containerConfig": obj.containerConfig
43
+ ? model.ContainerConfig.getJsonObj(obj.containerConfig)
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ UpdateShellDeployStageDetails.getJsonObj = getJsonObj;
49
+ UpdateShellDeployStageDetails.deployStageType = "SHELL";
50
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
51
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
52
+ ? obj
53
+ : model.UpdateDeployStageDetails.getDeserializedJsonObj(obj))), {
54
+ "containerConfig": obj.containerConfig
55
+ ? model.ContainerConfig.getDeserializedJsonObj(obj.containerConfig)
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ UpdateShellDeployStageDetails.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(UpdateShellDeployStageDetails = exports.UpdateShellDeployStageDetails || (exports.UpdateShellDeployStageDetails = {}));
62
+ //# sourceMappingURL=update-shell-deploy-stage-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-shell-deploy-stage-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/update-shell-deploy-stage-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,6BAA6B,CAsC7C;AAtCD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CACxB,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAmC,CAAC,GACnF;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wCAAU,aAgBzB,CAAA;IACY,6CAAe,GAAG,OAAO,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACpD,GAAG,CAC8B,CAAC,GACrC;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,oDAAsB,yBAkBrC,CAAA;AACH,CAAC,EAtCgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAsC7C"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeploymentRequest.
17
17
  */
18
18
  export interface ApproveDeploymentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRunRequest.
17
17
  */
18
18
  export interface CancelBuildRunRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CancelDeployment.ts.html |here} to see how to use CancelDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CancelDeployment.ts.html |here} to see how to use CancelDeploymentRequest.
17
17
  */
18
18
  export interface CancelDeploymentRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CancelScheduledCascadingProjectDeletion.ts.html |here} to see how to use CancelScheduledCascadingProjectDeletionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CancelScheduledCascadingProjectDeletion.ts.html |here} to see how to use CancelScheduledCascadingProjectDeletionRequest.
16
16
  */
17
17
  export interface CancelScheduledCascadingProjectDeletionRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
17
17
  */
18
18
  export interface ChangeProjectCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipelineRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipelineRequest.
17
17
  */
18
18
  export interface CreateBuildPipelineRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStageRequest.
17
17
  */
18
18
  export interface CreateBuildPipelineStageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRunRequest.
17
17
  */
18
18
  export interface CreateBuildRunRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CreateConnection.ts.html |here} to see how to use CreateConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CreateConnection.ts.html |here} to see how to use CreateConnectionRequest.
17
17
  */
18
18
  export interface CreateConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifactRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifactRequest.
17
17
  */
18
18
  export interface CreateDeployArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironmentRequest.
17
17
  */
18
18
  export interface CreateDeployEnvironmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipelineRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipelineRequest.
17
17
  */
18
18
  export interface CreateDeployPipelineRequest extends common.BaseRequest {
19
19
  /**
@@ -13,13 +13,13 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStageRequest.
17
17
  */
18
18
  export interface CreateDeployStageRequest extends common.BaseRequest {
19
19
  /**
20
20
  * Details for the new deployment stage.
21
21
  */
22
- "createDeployStageDetails": model.CreateOkeCanaryTrafficShiftDeployStageDetails | model.CreateOkeBlueGreenTrafficShiftDeployStageDetails | model.CreateComputeInstanceGroupCanaryDeployStageDetails | model.CreateWaitDeployStageDetails | model.CreateLoadBalancerTrafficShiftDeployStageDetails | model.CreateComputeInstanceGroupBlueGreenTrafficShiftDeployStageDetails | model.CreateOkeBlueGreenDeployStageDetails | model.CreateComputeInstanceGroupDeployStageDetails | model.CreateInvokeFunctionDeployStageDetails | model.CreateFunctionDeployStageDetails | model.CreateOkeCanaryDeployStageDetails | model.CreateComputeInstanceGroupCanaryTrafficShiftDeployStageDetails | model.CreateComputeInstanceGroupCanaryApprovalDeployStageDetails | model.CreateOkeHelmChartDeployStageDetails | model.CreateManualApprovalDeployStageDetails | model.CreateOkeDeployStageDetails | model.CreateComputeInstanceGroupBlueGreenDeployStageDetails | model.CreateOkeCanaryApprovalDeployStageDetails;
22
+ "createDeployStageDetails": model.CreateOkeCanaryTrafficShiftDeployStageDetails | model.CreateOkeBlueGreenTrafficShiftDeployStageDetails | model.CreateComputeInstanceGroupCanaryDeployStageDetails | model.CreateWaitDeployStageDetails | model.CreateLoadBalancerTrafficShiftDeployStageDetails | model.CreateShellDeployStageDetails | model.CreateComputeInstanceGroupBlueGreenTrafficShiftDeployStageDetails | model.CreateOkeBlueGreenDeployStageDetails | model.CreateComputeInstanceGroupDeployStageDetails | model.CreateInvokeFunctionDeployStageDetails | model.CreateFunctionDeployStageDetails | model.CreateOkeCanaryDeployStageDetails | model.CreateComputeInstanceGroupCanaryTrafficShiftDeployStageDetails | model.CreateComputeInstanceGroupCanaryApprovalDeployStageDetails | model.CreateOkeHelmChartDeployStageDetails | model.CreateManualApprovalDeployStageDetails | model.CreateOkeDeployStageDetails | model.CreateComputeInstanceGroupBlueGreenDeployStageDetails | model.CreateOkeCanaryApprovalDeployStageDetails;
23
23
  /**
24
24
  * A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated earlier due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
25
25
  */
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest.
17
17
  */
18
18
  export interface CreateDeploymentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
17
17
  */
18
18
  export interface CreateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CreateRepository.ts.html |here} to see how to use CreateRepositoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CreateRepository.ts.html |here} to see how to use CreateRepositoryRequest.
17
17
  */
18
18
  export interface CreateRepositoryRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/CreateTrigger.ts.html |here} to see how to use CreateTriggerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/CreateTrigger.ts.html |here} to see how to use CreateTriggerRequest.
17
17
  */
18
18
  export interface CreateTriggerRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipelineRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipelineRequest.
16
16
  */
17
17
  export interface DeleteBuildPipelineRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStageRequest.
16
16
  */
17
17
  export interface DeleteBuildPipelineStageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnectionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnectionRequest.
16
16
  */
17
17
  export interface DeleteConnectionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifactRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifactRequest.
16
16
  */
17
17
  export interface DeleteDeployArtifactRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironmentRequest.
16
16
  */
17
17
  export interface DeleteDeployEnvironmentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipelineRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipelineRequest.
16
16
  */
17
17
  export interface DeleteDeployPipelineRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStageRequest.
16
16
  */
17
17
  export interface DeleteDeployStageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
16
16
  */
17
17
  export interface DeleteProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/DeleteRef.ts.html |here} to see how to use DeleteRefRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/DeleteRef.ts.html |here} to see how to use DeleteRefRequest.
16
16
  */
17
17
  export interface DeleteRefRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepositoryRequest.
16
16
  */
17
17
  export interface DeleteRepositoryRequest extends common.BaseRequest {
18
18
  /**