oci-mediaservices 2.78.0 → 2.79.1

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 (258) hide show
  1. package/lib/client.d.ts +190 -70
  2. package/lib/client.js +1612 -1001
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/{media-workflow-job-fact.d.ts → add-lock-details.d.ts} +24 -19
  5. package/lib/model/{media-workflow-job-fact-summary.js → add-lock-details.js} +12 -7
  6. package/lib/model/add-lock-details.js.map +1 -0
  7. package/lib/model/create-media-asset-details.d.ts +4 -0
  8. package/lib/model/create-media-asset-details.js +10 -0
  9. package/lib/model/create-media-asset-details.js.map +1 -1
  10. package/lib/model/create-media-workflow-configuration-details.d.ts +5 -0
  11. package/lib/model/create-media-workflow-configuration-details.js +34 -2
  12. package/lib/model/create-media-workflow-configuration-details.js.map +1 -1
  13. package/lib/model/create-media-workflow-details.d.ts +4 -0
  14. package/lib/model/create-media-workflow-details.js +10 -0
  15. package/lib/model/create-media-workflow-details.js.map +1 -1
  16. package/lib/model/create-media-workflow-job-details.d.ts +5 -0
  17. package/lib/model/create-media-workflow-job-details.js +16 -6
  18. package/lib/model/create-media-workflow-job-details.js.map +1 -1
  19. package/lib/model/create-stream-cdn-config-details.d.ts +4 -0
  20. package/lib/model/create-stream-cdn-config-details.js +11 -1
  21. package/lib/model/create-stream-cdn-config-details.js.map +1 -1
  22. package/lib/model/create-stream-distribution-channel-details.d.ts +5 -0
  23. package/lib/model/create-stream-distribution-channel-details.js +34 -2
  24. package/lib/model/create-stream-distribution-channel-details.js.map +1 -1
  25. package/lib/model/create-stream-packaging-config-details.d.ts +4 -0
  26. package/lib/model/create-stream-packaging-config-details.js +10 -0
  27. package/lib/model/create-stream-packaging-config-details.js.map +1 -1
  28. package/lib/model/index.d.ts +6 -8
  29. package/lib/model/index.js +8 -10
  30. package/lib/model/index.js.map +1 -1
  31. package/lib/model/ingest-stream-distribution-channel-details.js +2 -4
  32. package/lib/model/ingest-stream-distribution-channel-details.js.map +1 -1
  33. package/lib/model/job-output.d.ts +1 -0
  34. package/lib/model/job-output.js +1 -0
  35. package/lib/model/job-output.js.map +1 -1
  36. package/lib/model/media-asset-distribution-channel-attachment-summary.d.ts +5 -0
  37. package/lib/model/media-asset-distribution-channel-attachment-summary.js +34 -2
  38. package/lib/model/media-asset-distribution-channel-attachment-summary.js.map +1 -1
  39. package/lib/model/media-asset-distribution-channel-attachment.d.ts +5 -0
  40. package/lib/model/media-asset-distribution-channel-attachment.js +34 -2
  41. package/lib/model/media-asset-distribution-channel-attachment.js.map +1 -1
  42. package/lib/model/media-asset-summary.d.ts +4 -0
  43. package/lib/model/media-asset-summary.js +34 -2
  44. package/lib/model/media-asset-summary.js.map +1 -1
  45. package/lib/model/media-asset.d.ts +4 -0
  46. package/lib/model/media-asset.js +10 -0
  47. package/lib/model/media-asset.js.map +1 -1
  48. package/lib/model/media-workflow-configuration-summary.d.ts +5 -0
  49. package/lib/model/media-workflow-configuration-summary.js +34 -2
  50. package/lib/model/media-workflow-configuration-summary.js.map +1 -1
  51. package/lib/model/media-workflow-configuration.d.ts +5 -0
  52. package/lib/model/media-workflow-configuration.js +34 -2
  53. package/lib/model/media-workflow-configuration.js.map +1 -1
  54. package/lib/model/media-workflow-job-summary.d.ts +5 -0
  55. package/lib/model/media-workflow-job-summary.js +34 -2
  56. package/lib/model/media-workflow-job-summary.js.map +1 -1
  57. package/lib/model/media-workflow-job.d.ts +5 -0
  58. package/lib/model/media-workflow-job.js +11 -0
  59. package/lib/model/media-workflow-job.js.map +1 -1
  60. package/lib/model/media-workflow-summary.d.ts +5 -0
  61. package/lib/model/media-workflow-summary.js +34 -2
  62. package/lib/model/media-workflow-summary.js.map +1 -1
  63. package/lib/model/media-workflow-task-declaration.d.ts +5 -0
  64. package/lib/model/media-workflow-task-declaration.js +34 -2
  65. package/lib/model/media-workflow-task-declaration.js.map +1 -1
  66. package/lib/model/media-workflow-task.d.ts +2 -2
  67. package/lib/model/media-workflow.d.ts +5 -1
  68. package/lib/model/media-workflow.js +10 -0
  69. package/lib/model/media-workflow.js.map +1 -1
  70. package/lib/model/{media-workflow-job-fact-summary.d.ts → remove-lock-details.d.ts} +24 -13
  71. package/lib/model/{media-workflow-job-fact.js → remove-lock-details.js} +12 -7
  72. package/lib/model/remove-lock-details.js.map +1 -0
  73. package/lib/model/resource-lock.d.ts +59 -0
  74. package/lib/model/{media-workflow-job-fact-sort-by.js → resource-lock.js} +21 -15
  75. package/lib/model/resource-lock.js.map +1 -0
  76. package/lib/model/stream-cdn-config-section.js +2 -4
  77. package/lib/model/stream-cdn-config-section.js.map +1 -1
  78. package/lib/model/stream-cdn-config-summary.d.ts +5 -0
  79. package/lib/model/stream-cdn-config-summary.js +34 -2
  80. package/lib/model/stream-cdn-config-summary.js.map +1 -1
  81. package/lib/model/stream-cdn-config.d.ts +4 -0
  82. package/lib/model/stream-cdn-config.js +11 -1
  83. package/lib/model/stream-cdn-config.js.map +1 -1
  84. package/lib/model/stream-distribution-channel-summary.d.ts +5 -0
  85. package/lib/model/stream-distribution-channel-summary.js +34 -2
  86. package/lib/model/stream-distribution-channel-summary.js.map +1 -1
  87. package/lib/model/stream-distribution-channel.d.ts +5 -0
  88. package/lib/model/stream-distribution-channel.js +34 -2
  89. package/lib/model/stream-distribution-channel.js.map +1 -1
  90. package/lib/model/stream-packaging-config-encryption.js +2 -4
  91. package/lib/model/stream-packaging-config-encryption.js.map +1 -1
  92. package/lib/model/stream-packaging-config-summary.d.ts +5 -0
  93. package/lib/model/stream-packaging-config-summary.js +34 -2
  94. package/lib/model/stream-packaging-config-summary.js.map +1 -1
  95. package/lib/model/stream-packaging-config.d.ts +4 -0
  96. package/lib/model/stream-packaging-config.js +12 -4
  97. package/lib/model/stream-packaging-config.js.map +1 -1
  98. package/lib/model/system-media-workflow.d.ts +4 -0
  99. package/lib/model/system-media-workflow.js +10 -0
  100. package/lib/model/system-media-workflow.js.map +1 -1
  101. package/lib/request/add-media-asset-lock-request.d.ts +49 -0
  102. package/lib/request/{get-media-workflow-job-fact-request.js → add-media-asset-lock-request.js} +1 -1
  103. package/lib/request/add-media-asset-lock-request.js.map +1 -0
  104. package/lib/request/add-media-workflow-configuration-lock-request.d.ts +49 -0
  105. package/lib/request/add-media-workflow-configuration-lock-request.js +15 -0
  106. package/lib/request/add-media-workflow-configuration-lock-request.js.map +1 -0
  107. package/lib/request/add-media-workflow-job-lock-request.d.ts +49 -0
  108. package/lib/{response/get-media-workflow-job-fact-response.js → request/add-media-workflow-job-lock-request.js} +1 -1
  109. package/lib/request/add-media-workflow-job-lock-request.js.map +1 -0
  110. package/lib/request/add-media-workflow-lock-request.d.ts +49 -0
  111. package/lib/{response/list-media-workflow-job-facts-response.js → request/add-media-workflow-lock-request.js} +1 -1
  112. package/lib/request/add-media-workflow-lock-request.js.map +1 -0
  113. package/lib/request/add-stream-cdn-config-lock-request.d.ts +49 -0
  114. package/lib/request/add-stream-cdn-config-lock-request.js +15 -0
  115. package/lib/request/add-stream-cdn-config-lock-request.js.map +1 -0
  116. package/lib/request/add-stream-distribution-channel-lock-request.d.ts +49 -0
  117. package/lib/request/add-stream-distribution-channel-lock-request.js +15 -0
  118. package/lib/request/add-stream-distribution-channel-lock-request.js.map +1 -0
  119. package/lib/request/add-stream-packaging-config-lock-request.d.ts +49 -0
  120. package/lib/request/add-stream-packaging-config-lock-request.js +15 -0
  121. package/lib/request/add-stream-packaging-config-lock-request.js.map +1 -0
  122. package/lib/request/change-media-asset-compartment-request.d.ts +5 -1
  123. package/lib/request/change-media-workflow-compartment-request.d.ts +5 -1
  124. package/lib/request/change-media-workflow-configuration-compartment-request.d.ts +5 -1
  125. package/lib/request/change-media-workflow-job-compartment-request.d.ts +5 -1
  126. package/lib/request/change-stream-distribution-channel-compartment-request.d.ts +5 -1
  127. package/lib/request/create-media-asset-request.d.ts +1 -1
  128. package/lib/request/create-media-workflow-configuration-request.d.ts +1 -1
  129. package/lib/request/create-media-workflow-job-request.d.ts +1 -1
  130. package/lib/request/create-media-workflow-request.d.ts +1 -1
  131. package/lib/request/create-stream-cdn-config-request.d.ts +1 -1
  132. package/lib/request/create-stream-distribution-channel-request.d.ts +1 -1
  133. package/lib/request/create-stream-packaging-config-request.d.ts +1 -1
  134. package/lib/request/delete-media-asset-distribution-channel-attachment-request.d.ts +5 -1
  135. package/lib/request/delete-media-asset-request.d.ts +5 -1
  136. package/lib/request/delete-media-workflow-configuration-request.d.ts +5 -1
  137. package/lib/request/delete-media-workflow-job-request.d.ts +5 -1
  138. package/lib/request/delete-media-workflow-request.d.ts +5 -1
  139. package/lib/request/delete-stream-cdn-config-request.d.ts +5 -1
  140. package/lib/request/delete-stream-distribution-channel-request.d.ts +5 -1
  141. package/lib/request/delete-stream-packaging-config-request.d.ts +5 -1
  142. package/lib/request/generate-playlist-request.d.ts +1 -1
  143. package/lib/request/generate-session-token-request.d.ts +1 -1
  144. package/lib/request/get-media-asset-distribution-channel-attachment-request.d.ts +1 -1
  145. package/lib/request/get-media-asset-request.d.ts +1 -1
  146. package/lib/request/get-media-workflow-configuration-request.d.ts +1 -1
  147. package/lib/request/get-media-workflow-job-request.d.ts +1 -1
  148. package/lib/request/get-media-workflow-request.d.ts +1 -1
  149. package/lib/request/get-stream-cdn-config-request.d.ts +1 -1
  150. package/lib/request/get-stream-distribution-channel-request.d.ts +1 -1
  151. package/lib/request/get-stream-packaging-config-request.d.ts +1 -1
  152. package/lib/request/index.d.ts +28 -4
  153. package/lib/request/index.js +0 -22
  154. package/lib/request/index.js.map +1 -1
  155. package/lib/request/ingest-stream-distribution-channel-request.d.ts +1 -1
  156. package/lib/request/list-media-asset-distribution-channel-attachments-request.d.ts +1 -1
  157. package/lib/request/list-media-assets-request.d.ts +1 -1
  158. package/lib/request/list-media-workflow-configurations-request.d.ts +1 -1
  159. package/lib/request/list-media-workflow-jobs-request.d.ts +1 -1
  160. package/lib/request/list-media-workflow-task-declarations-request.d.ts +1 -1
  161. package/lib/request/list-media-workflows-request.d.ts +1 -1
  162. package/lib/request/list-stream-cdn-configs-request.d.ts +1 -1
  163. package/lib/request/list-stream-distribution-channels-request.d.ts +1 -1
  164. package/lib/request/list-stream-packaging-configs-request.d.ts +1 -1
  165. package/lib/request/list-system-media-workflows-request.d.ts +1 -1
  166. package/lib/request/remove-media-asset-lock-request.d.ts +49 -0
  167. package/lib/request/remove-media-asset-lock-request.js +15 -0
  168. package/lib/request/remove-media-asset-lock-request.js.map +1 -0
  169. package/lib/request/remove-media-workflow-configuration-lock-request.d.ts +49 -0
  170. package/lib/request/remove-media-workflow-configuration-lock-request.js +15 -0
  171. package/lib/request/remove-media-workflow-configuration-lock-request.js.map +1 -0
  172. package/lib/request/remove-media-workflow-job-lock-request.d.ts +49 -0
  173. package/lib/request/remove-media-workflow-job-lock-request.js +15 -0
  174. package/lib/request/remove-media-workflow-job-lock-request.js.map +1 -0
  175. package/lib/request/remove-media-workflow-lock-request.d.ts +49 -0
  176. package/lib/request/remove-media-workflow-lock-request.js +15 -0
  177. package/lib/request/remove-media-workflow-lock-request.js.map +1 -0
  178. package/lib/request/remove-stream-cdn-config-lock-request.d.ts +49 -0
  179. package/lib/request/remove-stream-cdn-config-lock-request.js +15 -0
  180. package/lib/request/remove-stream-cdn-config-lock-request.js.map +1 -0
  181. package/lib/request/remove-stream-distribution-channel-lock-request.d.ts +49 -0
  182. package/lib/request/remove-stream-distribution-channel-lock-request.js +15 -0
  183. package/lib/request/remove-stream-distribution-channel-lock-request.js.map +1 -0
  184. package/lib/request/remove-stream-packaging-config-lock-request.d.ts +49 -0
  185. package/lib/request/remove-stream-packaging-config-lock-request.js +15 -0
  186. package/lib/request/remove-stream-packaging-config-lock-request.js.map +1 -0
  187. package/lib/request/update-media-asset-request.d.ts +5 -1
  188. package/lib/request/update-media-workflow-configuration-request.d.ts +5 -1
  189. package/lib/request/update-media-workflow-job-request.d.ts +5 -1
  190. package/lib/request/update-media-workflow-request.d.ts +5 -1
  191. package/lib/request/update-stream-cdn-config-request.d.ts +5 -1
  192. package/lib/request/update-stream-distribution-channel-request.d.ts +5 -1
  193. package/lib/request/update-stream-packaging-config-request.d.ts +5 -1
  194. package/lib/response/{get-media-workflow-job-fact-response.d.ts → add-media-asset-lock-response.d.ts} +3 -3
  195. package/lib/response/add-media-asset-lock-response.js +15 -0
  196. package/lib/response/add-media-asset-lock-response.js.map +1 -0
  197. package/lib/response/{list-media-workflow-job-facts-response.d.ts → add-media-workflow-configuration-lock-response.d.ts} +8 -10
  198. package/lib/response/add-media-workflow-configuration-lock-response.js +15 -0
  199. package/lib/response/add-media-workflow-configuration-lock-response.js.map +1 -0
  200. package/lib/response/add-media-workflow-job-lock-response.d.ts +30 -0
  201. package/lib/response/add-media-workflow-job-lock-response.js +15 -0
  202. package/lib/response/add-media-workflow-job-lock-response.js.map +1 -0
  203. package/lib/response/add-media-workflow-lock-response.d.ts +30 -0
  204. package/lib/response/add-media-workflow-lock-response.js +15 -0
  205. package/lib/response/add-media-workflow-lock-response.js.map +1 -0
  206. package/lib/response/add-stream-cdn-config-lock-response.d.ts +30 -0
  207. package/lib/response/add-stream-cdn-config-lock-response.js +15 -0
  208. package/lib/response/add-stream-cdn-config-lock-response.js.map +1 -0
  209. package/lib/response/add-stream-distribution-channel-lock-response.d.ts +30 -0
  210. package/lib/response/add-stream-distribution-channel-lock-response.js +15 -0
  211. package/lib/response/add-stream-distribution-channel-lock-response.js.map +1 -0
  212. package/lib/response/add-stream-packaging-config-lock-response.d.ts +30 -0
  213. package/lib/response/add-stream-packaging-config-lock-response.js +15 -0
  214. package/lib/response/add-stream-packaging-config-lock-response.js.map +1 -0
  215. package/lib/response/change-media-workflow-compartment-response.d.ts +0 -5
  216. package/lib/response/change-media-workflow-configuration-compartment-response.d.ts +0 -5
  217. package/lib/response/change-media-workflow-job-compartment-response.d.ts +0 -5
  218. package/lib/response/change-stream-distribution-channel-compartment-response.d.ts +0 -5
  219. package/lib/response/delete-media-workflow-configuration-response.d.ts +0 -5
  220. package/lib/response/delete-media-workflow-job-response.d.ts +0 -5
  221. package/lib/response/index.d.ts +28 -4
  222. package/lib/response/remove-media-asset-lock-response.d.ts +30 -0
  223. package/lib/response/remove-media-asset-lock-response.js +15 -0
  224. package/lib/response/remove-media-asset-lock-response.js.map +1 -0
  225. package/lib/response/remove-media-workflow-configuration-lock-response.d.ts +30 -0
  226. package/lib/response/remove-media-workflow-configuration-lock-response.js +15 -0
  227. package/lib/response/remove-media-workflow-configuration-lock-response.js.map +1 -0
  228. package/lib/response/remove-media-workflow-job-lock-response.d.ts +30 -0
  229. package/lib/response/remove-media-workflow-job-lock-response.js +15 -0
  230. package/lib/response/remove-media-workflow-job-lock-response.js.map +1 -0
  231. package/lib/response/remove-media-workflow-lock-response.d.ts +30 -0
  232. package/lib/response/remove-media-workflow-lock-response.js +15 -0
  233. package/lib/response/remove-media-workflow-lock-response.js.map +1 -0
  234. package/lib/response/remove-stream-cdn-config-lock-response.d.ts +30 -0
  235. package/lib/response/remove-stream-cdn-config-lock-response.js +15 -0
  236. package/lib/response/remove-stream-cdn-config-lock-response.js.map +1 -0
  237. package/lib/response/remove-stream-distribution-channel-lock-response.d.ts +30 -0
  238. package/lib/response/remove-stream-distribution-channel-lock-response.js +15 -0
  239. package/lib/response/remove-stream-distribution-channel-lock-response.js.map +1 -0
  240. package/lib/response/remove-stream-packaging-config-lock-response.d.ts +30 -0
  241. package/lib/response/remove-stream-packaging-config-lock-response.js +15 -0
  242. package/lib/response/remove-stream-packaging-config-lock-response.js.map +1 -0
  243. package/lib/response/update-stream-packaging-config-response.d.ts +0 -5
  244. package/package.json +3 -3
  245. package/lib/model/media-workflow-job-fact-collection.d.ts +0 -30
  246. package/lib/model/media-workflow-job-fact-collection.js +0 -64
  247. package/lib/model/media-workflow-job-fact-collection.js.map +0 -1
  248. package/lib/model/media-workflow-job-fact-sort-by.d.ts +0 -25
  249. package/lib/model/media-workflow-job-fact-sort-by.js.map +0 -1
  250. package/lib/model/media-workflow-job-fact-summary.js.map +0 -1
  251. package/lib/model/media-workflow-job-fact.js.map +0 -1
  252. package/lib/request/get-media-workflow-job-fact-request.d.ts +0 -30
  253. package/lib/request/get-media-workflow-job-fact-request.js.map +0 -1
  254. package/lib/request/list-media-workflow-job-facts-request.d.ts +0 -63
  255. package/lib/request/list-media-workflow-job-facts-request.js +0 -27
  256. package/lib/request/list-media-workflow-job-facts-request.js.map +0 -1
  257. package/lib/response/get-media-workflow-job-fact-response.js.map +0 -1
  258. package/lib/response/list-media-workflow-job-facts-response.js.map +0 -1
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/AddStreamCdnConfigLock.ts.html |here} to see how to use AddStreamCdnConfigLockRequest.
17
+ */
18
+ export interface AddStreamCdnConfigLockRequest extends common.BaseRequest {
19
+ /**
20
+ * AddResourceLockDetails body parameter
21
+ */
22
+ "addResourceLockDetails": model.AddLockDetails;
23
+ /**
24
+ * Unique StreamCdnConfig identifier.
25
+ */
26
+ "streamCdnConfigId": string;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error without the risk of executing that same action again. Retry tokens expire after 24
43
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=add-stream-cdn-config-lock-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-stream-cdn-config-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/add-stream-cdn-config-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/AddStreamDistributionChannelLock.ts.html |here} to see how to use AddStreamDistributionChannelLockRequest.
17
+ */
18
+ export interface AddStreamDistributionChannelLockRequest extends common.BaseRequest {
19
+ /**
20
+ * AddResourceLockDetails body parameter
21
+ */
22
+ "addResourceLockDetails": model.AddLockDetails;
23
+ /**
24
+ * Unique Stream Distribution Channel path identifier.
25
+ */
26
+ "streamDistributionChannelId": string;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error without the risk of executing that same action again. Retry tokens expire after 24
43
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=add-stream-distribution-channel-lock-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-stream-distribution-channel-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/add-stream-distribution-channel-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20211101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/AddStreamPackagingConfigLock.ts.html |here} to see how to use AddStreamPackagingConfigLockRequest.
17
+ */
18
+ export interface AddStreamPackagingConfigLockRequest extends common.BaseRequest {
19
+ /**
20
+ * AddResourceLockDetails body parameter
21
+ */
22
+ "addResourceLockDetails": model.AddLockDetails;
23
+ /**
24
+ * Unique Stream Packaging Configuration path identifier.
25
+ */
26
+ "streamPackagingConfigId": string;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error without the risk of executing that same action again. Retry tokens expire after 24
43
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20211101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=add-stream-packaging-config-lock-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-stream-packaging-config-lock-request.js","sourceRoot":"","sources":["../../../../../lib/mediaservices/lib/request/add-stream-packaging-config-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.78.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMediaAssetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -24,6 +24,10 @@ export interface ChangeMediaAssetCompartmentRequest extends common.BaseRequest {
24
24
  * The information to be updated.
25
25
  */
26
26
  "changeMediaAssetCompartmentDetails": model.ChangeMediaAssetCompartmentDetails;
27
+ /**
28
+ * Whether to override locks (if any exist).
29
+ */
30
+ "isLockOverride"?: boolean;
27
31
  /**
28
32
  * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
33
  * server error without the risk of executing that same action again. Retry tokens expire after 24
@@ -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.78.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMediaWorkflowCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -24,6 +24,10 @@ export interface ChangeMediaWorkflowCompartmentRequest extends common.BaseReques
24
24
  * The change compartment payload.
25
25
  */
26
26
  "changeMediaWorkflowCompartmentDetails": model.ChangeMediaWorkflowCompartmentDetails;
27
+ /**
28
+ * Whether to override locks (if any exist).
29
+ */
30
+ "isLockOverride"?: boolean;
27
31
  /**
28
32
  * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
33
  * server error without the risk of executing that same action again. Retry tokens expire after 24
@@ -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.78.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMediaWorkflowConfigurationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -24,6 +24,10 @@ export interface ChangeMediaWorkflowConfigurationCompartmentRequest extends comm
24
24
  * The information to be updated.
25
25
  */
26
26
  "changeMediaWorkflowConfigurationCompartmentDetails": model.ChangeMediaWorkflowConfigurationCompartmentDetails;
27
+ /**
28
+ * Whether to override locks (if any exist).
29
+ */
30
+ "isLockOverride"?: boolean;
27
31
  /**
28
32
  * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
33
  * server error without the risk of executing that same action again. Retry tokens expire after 24
@@ -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.78.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMediaWorkflowJobCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -24,6 +24,10 @@ export interface ChangeMediaWorkflowJobCompartmentRequest extends common.BaseReq
24
24
  * The change compartment payload.
25
25
  */
26
26
  "changeMediaWorkflowJobCompartmentDetails": model.ChangeMediaWorkflowJobCompartmentDetails;
27
+ /**
28
+ * Whether to override locks (if any exist).
29
+ */
30
+ "isLockOverride"?: boolean;
27
31
  /**
28
32
  * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
33
  * server error without the risk of executing that same action again. Retry tokens expire after 24
@@ -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.78.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartmentRequest.
17
17
  */
18
18
  export interface ChangeStreamDistributionChannelCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -24,6 +24,10 @@ export interface ChangeStreamDistributionChannelCompartmentRequest extends commo
24
24
  * The change compartment payload.
25
25
  */
26
26
  "changeStreamDistributionChannelCompartmentDetails": model.ChangeStreamDistributionChannelCompartmentDetails;
27
+ /**
28
+ * Whether to override locks (if any exist).
29
+ */
30
+ "isLockOverride"?: boolean;
27
31
  /**
28
32
  * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
33
  * server error without the risk of executing that same action again. Retry tokens expire after 24
@@ -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.78.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAssetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAssetRequest.
17
17
  */
18
18
  export interface CreateMediaAssetRequest 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.78.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfigurationRequest.
17
17
  */
18
18
  export interface CreateMediaWorkflowConfigurationRequest 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.78.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJobRequest.
17
17
  */
18
18
  export interface CreateMediaWorkflowJobRequest 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.78.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflowRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflowRequest.
17
17
  */
18
18
  export interface CreateMediaWorkflowRequest 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.78.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfigRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfigRequest.
17
17
  */
18
18
  export interface CreateStreamCdnConfigRequest 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.78.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannelRequest.
17
17
  */
18
18
  export interface CreateStreamDistributionChannelRequest 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.78.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfigRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfigRequest.
17
17
  */
18
18
  export interface CreateStreamPackagingConfigRequest 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.78.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachmentRequest.
16
16
  */
17
17
  export interface DeleteMediaAssetDistributionChannelAttachmentRequest extends common.BaseRequest {
18
18
  /**
@@ -23,6 +23,10 @@ export interface DeleteMediaAssetDistributionChannelAttachmentRequest extends co
23
23
  * Unique DistributionChannel identifier.
24
24
  */
25
25
  "distributionChannelId": string;
26
+ /**
27
+ * Whether to override locks (if any exist).
28
+ */
29
+ "isLockOverride"?: boolean;
26
30
  /**
27
31
  * For optimistic concurrency control. In the PUT or DELETE call
28
32
  * for a resource, set the {@code if-match} parameter to the value of the
@@ -13,13 +13,17 @@
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.78.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAssetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAssetRequest.
17
17
  */
18
18
  export interface DeleteMediaAssetRequest extends common.BaseRequest {
19
19
  /**
20
20
  * Unique MediaAsset identifier
21
21
  */
22
22
  "mediaAssetId": string;
23
+ /**
24
+ * Whether to override locks (if any exist).
25
+ */
26
+ "isLockOverride"?: boolean;
23
27
  /**
24
28
  * For optimistic concurrency control. In the PUT or DELETE call
25
29
  * for a resource, set the {@code if-match} parameter to the value of the
@@ -12,13 +12,17 @@
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.78.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfigurationRequest.
16
16
  */
17
17
  export interface DeleteMediaWorkflowConfigurationRequest extends common.BaseRequest {
18
18
  /**
19
19
  * Unique MediaWorkflowConfiguration identifier.
20
20
  */
21
21
  "mediaWorkflowConfigurationId": string;
22
+ /**
23
+ * Whether to override locks (if any exist).
24
+ */
25
+ "isLockOverride"?: boolean;
22
26
  /**
23
27
  * For optimistic concurrency control. In the PUT or DELETE call
24
28
  * for a resource, set the {@code if-match} parameter to the value of the
@@ -12,13 +12,17 @@
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.78.0/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJobRequest.
16
16
  */
17
17
  export interface DeleteMediaWorkflowJobRequest extends common.BaseRequest {
18
18
  /**
19
19
  * Unique MediaWorkflowJob identifier.
20
20
  */
21
21
  "mediaWorkflowJobId": string;
22
+ /**
23
+ * Whether to override locks (if any exist).
24
+ */
25
+ "isLockOverride"?: boolean;
22
26
  /**
23
27
  * The client request ID for tracing.
24
28
  */
@@ -12,13 +12,17 @@
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.78.0/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflowRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflowRequest.
16
16
  */
17
17
  export interface DeleteMediaWorkflowRequest extends common.BaseRequest {
18
18
  /**
19
19
  * Unique MediaWorkflow identifier.
20
20
  */
21
21
  "mediaWorkflowId": string;
22
+ /**
23
+ * Whether to override locks (if any exist).
24
+ */
25
+ "isLockOverride"?: boolean;
22
26
  /**
23
27
  * The client request ID for tracing.
24
28
  */
@@ -12,13 +12,17 @@
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.78.0/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfigRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfigRequest.
16
16
  */
17
17
  export interface DeleteStreamCdnConfigRequest extends common.BaseRequest {
18
18
  /**
19
19
  * Unique StreamCdnConfig identifier.
20
20
  */
21
21
  "streamCdnConfigId": string;
22
+ /**
23
+ * Whether to override locks (if any exist).
24
+ */
25
+ "isLockOverride"?: boolean;
22
26
  /**
23
27
  * The client request ID for tracing.
24
28
  */
@@ -12,13 +12,17 @@
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.78.0/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannelRequest.
16
16
  */
17
17
  export interface DeleteStreamDistributionChannelRequest extends common.BaseRequest {
18
18
  /**
19
19
  * Unique Stream Distribution Channel path identifier.
20
20
  */
21
21
  "streamDistributionChannelId": string;
22
+ /**
23
+ * Whether to override locks (if any exist).
24
+ */
25
+ "isLockOverride"?: boolean;
22
26
  /**
23
27
  * The client request ID for tracing.
24
28
  */
@@ -12,13 +12,17 @@
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.78.0/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfigRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfigRequest.
16
16
  */
17
17
  export interface DeleteStreamPackagingConfigRequest extends common.BaseRequest {
18
18
  /**
19
19
  * Unique Stream Packaging Configuration path identifier.
20
20
  */
21
21
  "streamPackagingConfigId": string;
22
+ /**
23
+ * Whether to override locks (if any exist).
24
+ */
25
+ "isLockOverride"?: boolean;
22
26
  /**
23
27
  * The client request ID for tracing.
24
28
  */
@@ -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.78.0/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylistRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylistRequest.
16
16
  */
17
17
  export interface GeneratePlaylistRequest 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.78.0/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionTokenRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionTokenRequest.
17
17
  */
18
18
  export interface GenerateSessionTokenRequest 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.78.0/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachmentRequest.
16
16
  */
17
17
  export interface GetMediaAssetDistributionChannelAttachmentRequest 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.78.0/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAssetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAssetRequest.
16
16
  */
17
17
  export interface GetMediaAssetRequest 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.78.0/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfigurationRequest.
16
16
  */
17
17
  export interface GetMediaWorkflowConfigurationRequest 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.78.0/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJobRequest.
16
16
  */
17
17
  export interface GetMediaWorkflowJobRequest 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.78.0/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflowRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflowRequest.
16
16
  */
17
17
  export interface GetMediaWorkflowRequest extends common.BaseRequest {
18
18
  /**