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
package/lib/client.d.ts CHANGED
@@ -49,7 +49,6 @@ export declare class MediaServicesClient {
49
49
  * @param endpoint The endpoint of the service.
50
50
  */
51
51
  set endpoint(endpoint: string);
52
- get logger(): import("oci-common/lib/log").Logger;
53
52
  /**
54
53
  * Determines whether realm specific endpoint should be used or not.
55
54
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -88,13 +87,83 @@ export declare class MediaServicesClient {
88
87
  * Shutdown the circuit breaker used by the client when it is no longer needed
89
88
  */
90
89
  shutdownCircuitBreaker(): void;
90
+ /**
91
+ * Add a lock to an MediaAsset.
92
+ *
93
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
94
+ * @param AddMediaAssetLockRequest
95
+ * @return AddMediaAssetLockResponse
96
+ * @throws OciError when an error occurs
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/AddMediaAssetLock.ts.html |here} to see how to use AddMediaAssetLock API.
98
+ */
99
+ addMediaAssetLock(addMediaAssetLockRequest: requests.AddMediaAssetLockRequest): Promise<responses.AddMediaAssetLockResponse>;
100
+ /**
101
+ * Add a lock to a MediaWorkflowConfiguration.
102
+ *
103
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
104
+ * @param AddMediaWorkflowConfigurationLockRequest
105
+ * @return AddMediaWorkflowConfigurationLockResponse
106
+ * @throws OciError when an error occurs
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/AddMediaWorkflowConfigurationLock.ts.html |here} to see how to use AddMediaWorkflowConfigurationLock API.
108
+ */
109
+ addMediaWorkflowConfigurationLock(addMediaWorkflowConfigurationLockRequest: requests.AddMediaWorkflowConfigurationLockRequest): Promise<responses.AddMediaWorkflowConfigurationLockResponse>;
110
+ /**
111
+ * Add a lock to a MediaWorkflowJob.
112
+ *
113
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
114
+ * @param AddMediaWorkflowJobLockRequest
115
+ * @return AddMediaWorkflowJobLockResponse
116
+ * @throws OciError when an error occurs
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/AddMediaWorkflowJobLock.ts.html |here} to see how to use AddMediaWorkflowJobLock API.
118
+ */
119
+ addMediaWorkflowJobLock(addMediaWorkflowJobLockRequest: requests.AddMediaWorkflowJobLockRequest): Promise<responses.AddMediaWorkflowJobLockResponse>;
120
+ /**
121
+ * Add a lock to a MediaWorkflow.
122
+ *
123
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
124
+ * @param AddMediaWorkflowLockRequest
125
+ * @return AddMediaWorkflowLockResponse
126
+ * @throws OciError when an error occurs
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/AddMediaWorkflowLock.ts.html |here} to see how to use AddMediaWorkflowLock API.
128
+ */
129
+ addMediaWorkflowLock(addMediaWorkflowLockRequest: requests.AddMediaWorkflowLockRequest): Promise<responses.AddMediaWorkflowLockResponse>;
130
+ /**
131
+ * Add a lock to a StreamCdnConfig.
132
+ *
133
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
134
+ * @param AddStreamCdnConfigLockRequest
135
+ * @return AddStreamCdnConfigLockResponse
136
+ * @throws OciError when an error occurs
137
+ * @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 AddStreamCdnConfigLock API.
138
+ */
139
+ addStreamCdnConfigLock(addStreamCdnConfigLockRequest: requests.AddStreamCdnConfigLockRequest): Promise<responses.AddStreamCdnConfigLockResponse>;
140
+ /**
141
+ * Add a lock to a StreamDistributionChannel.
142
+ *
143
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
144
+ * @param AddStreamDistributionChannelLockRequest
145
+ * @return AddStreamDistributionChannelLockResponse
146
+ * @throws OciError when an error occurs
147
+ * @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 AddStreamDistributionChannelLock API.
148
+ */
149
+ addStreamDistributionChannelLock(addStreamDistributionChannelLockRequest: requests.AddStreamDistributionChannelLockRequest): Promise<responses.AddStreamDistributionChannelLockResponse>;
150
+ /**
151
+ * Add a lock to a StreamPackagingConfig.
152
+ *
153
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
154
+ * @param AddStreamPackagingConfigLockRequest
155
+ * @return AddStreamPackagingConfigLockResponse
156
+ * @throws OciError when an error occurs
157
+ * @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 AddStreamPackagingConfigLock API.
158
+ */
159
+ addStreamPackagingConfigLock(addStreamPackagingConfigLockRequest: requests.AddStreamPackagingConfigLockRequest): Promise<responses.AddStreamPackagingConfigLockResponse>;
91
160
  /**
92
161
  * Moves a MediaAsset resource from one compartment identifier to another.
93
162
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
94
163
  * @param ChangeMediaAssetCompartmentRequest
95
164
  * @return ChangeMediaAssetCompartmentResponse
96
165
  * @throws OciError when an error occurs
97
- * @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 ChangeMediaAssetCompartment API.
166
+ * @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 ChangeMediaAssetCompartment API.
98
167
  */
99
168
  changeMediaAssetCompartment(changeMediaAssetCompartmentRequest: requests.ChangeMediaAssetCompartmentRequest): Promise<responses.ChangeMediaAssetCompartmentResponse>;
100
169
  /**
@@ -103,7 +172,7 @@ export declare class MediaServicesClient {
103
172
  * @param ChangeMediaWorkflowCompartmentRequest
104
173
  * @return ChangeMediaWorkflowCompartmentResponse
105
174
  * @throws OciError when an error occurs
106
- * @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 ChangeMediaWorkflowCompartment API.
175
+ * @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 ChangeMediaWorkflowCompartment API.
107
176
  */
108
177
  changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest: requests.ChangeMediaWorkflowCompartmentRequest): Promise<responses.ChangeMediaWorkflowCompartmentResponse>;
109
178
  /**
@@ -112,7 +181,7 @@ export declare class MediaServicesClient {
112
181
  * @param ChangeMediaWorkflowConfigurationCompartmentRequest
113
182
  * @return ChangeMediaWorkflowConfigurationCompartmentResponse
114
183
  * @throws OciError when an error occurs
115
- * @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 ChangeMediaWorkflowConfigurationCompartment API.
184
+ * @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 ChangeMediaWorkflowConfigurationCompartment API.
116
185
  */
117
186
  changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest: requests.ChangeMediaWorkflowConfigurationCompartmentRequest): Promise<responses.ChangeMediaWorkflowConfigurationCompartmentResponse>;
118
187
  /**
@@ -121,7 +190,7 @@ export declare class MediaServicesClient {
121
190
  * @param ChangeMediaWorkflowJobCompartmentRequest
122
191
  * @return ChangeMediaWorkflowJobCompartmentResponse
123
192
  * @throws OciError when an error occurs
124
- * @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 ChangeMediaWorkflowJobCompartment API.
193
+ * @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 ChangeMediaWorkflowJobCompartment API.
125
194
  */
126
195
  changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest: requests.ChangeMediaWorkflowJobCompartmentRequest): Promise<responses.ChangeMediaWorkflowJobCompartmentResponse>;
127
196
  /**
@@ -130,7 +199,7 @@ export declare class MediaServicesClient {
130
199
  * @param ChangeStreamDistributionChannelCompartmentRequest
131
200
  * @return ChangeStreamDistributionChannelCompartmentResponse
132
201
  * @throws OciError when an error occurs
133
- * @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 ChangeStreamDistributionChannelCompartment API.
202
+ * @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 ChangeStreamDistributionChannelCompartment API.
134
203
  */
135
204
  changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest: requests.ChangeStreamDistributionChannelCompartmentRequest): Promise<responses.ChangeStreamDistributionChannelCompartmentResponse>;
136
205
  /**
@@ -140,7 +209,7 @@ export declare class MediaServicesClient {
140
209
  * @param CreateMediaAssetRequest
141
210
  * @return CreateMediaAssetResponse
142
211
  * @throws OciError when an error occurs
143
- * @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 CreateMediaAsset API.
212
+ * @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 CreateMediaAsset API.
144
213
  */
145
214
  createMediaAsset(createMediaAssetRequest: requests.CreateMediaAssetRequest): Promise<responses.CreateMediaAssetResponse>;
146
215
  /**
@@ -150,7 +219,7 @@ export declare class MediaServicesClient {
150
219
  * @param CreateMediaWorkflowRequest
151
220
  * @return CreateMediaWorkflowResponse
152
221
  * @throws OciError when an error occurs
153
- * @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 CreateMediaWorkflow API.
222
+ * @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 CreateMediaWorkflow API.
154
223
  */
155
224
  createMediaWorkflow(createMediaWorkflowRequest: requests.CreateMediaWorkflowRequest): Promise<responses.CreateMediaWorkflowResponse>;
156
225
  /**
@@ -160,7 +229,7 @@ export declare class MediaServicesClient {
160
229
  * @param CreateMediaWorkflowConfigurationRequest
161
230
  * @return CreateMediaWorkflowConfigurationResponse
162
231
  * @throws OciError when an error occurs
163
- * @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 CreateMediaWorkflowConfiguration API.
232
+ * @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 CreateMediaWorkflowConfiguration API.
164
233
  */
165
234
  createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest: requests.CreateMediaWorkflowConfigurationRequest): Promise<responses.CreateMediaWorkflowConfigurationResponse>;
166
235
  /**
@@ -169,7 +238,7 @@ export declare class MediaServicesClient {
169
238
  * @param CreateMediaWorkflowJobRequest
170
239
  * @return CreateMediaWorkflowJobResponse
171
240
  * @throws OciError when an error occurs
172
- * @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 CreateMediaWorkflowJob API.
241
+ * @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 CreateMediaWorkflowJob API.
173
242
  */
174
243
  createMediaWorkflowJob(createMediaWorkflowJobRequest: requests.CreateMediaWorkflowJobRequest): Promise<responses.CreateMediaWorkflowJobResponse>;
175
244
  /**
@@ -179,7 +248,7 @@ export declare class MediaServicesClient {
179
248
  * @param CreateStreamCdnConfigRequest
180
249
  * @return CreateStreamCdnConfigResponse
181
250
  * @throws OciError when an error occurs
182
- * @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 CreateStreamCdnConfig API.
251
+ * @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 CreateStreamCdnConfig API.
183
252
  */
184
253
  createStreamCdnConfig(createStreamCdnConfigRequest: requests.CreateStreamCdnConfigRequest): Promise<responses.CreateStreamCdnConfigResponse>;
185
254
  /**
@@ -189,7 +258,7 @@ export declare class MediaServicesClient {
189
258
  * @param CreateStreamDistributionChannelRequest
190
259
  * @return CreateStreamDistributionChannelResponse
191
260
  * @throws OciError when an error occurs
192
- * @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 CreateStreamDistributionChannel API.
261
+ * @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 CreateStreamDistributionChannel API.
193
262
  */
194
263
  createStreamDistributionChannel(createStreamDistributionChannelRequest: requests.CreateStreamDistributionChannelRequest): Promise<responses.CreateStreamDistributionChannelResponse>;
195
264
  /**
@@ -199,7 +268,7 @@ export declare class MediaServicesClient {
199
268
  * @param CreateStreamPackagingConfigRequest
200
269
  * @return CreateStreamPackagingConfigResponse
201
270
  * @throws OciError when an error occurs
202
- * @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 CreateStreamPackagingConfig API.
271
+ * @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 CreateStreamPackagingConfig API.
203
272
  */
204
273
  createStreamPackagingConfig(createStreamPackagingConfigRequest: requests.CreateStreamPackagingConfigRequest): Promise<responses.CreateStreamPackagingConfigResponse>;
205
274
  /**
@@ -208,7 +277,7 @@ export declare class MediaServicesClient {
208
277
  * @param DeleteMediaAssetRequest
209
278
  * @return DeleteMediaAssetResponse
210
279
  * @throws OciError when an error occurs
211
- * @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 DeleteMediaAsset API.
280
+ * @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 DeleteMediaAsset API.
212
281
  */
213
282
  deleteMediaAsset(deleteMediaAssetRequest: requests.DeleteMediaAssetRequest): Promise<responses.DeleteMediaAssetResponse>;
214
283
  /**
@@ -217,7 +286,7 @@ export declare class MediaServicesClient {
217
286
  * @param DeleteMediaAssetDistributionChannelAttachmentRequest
218
287
  * @return DeleteMediaAssetDistributionChannelAttachmentResponse
219
288
  * @throws OciError when an error occurs
220
- * @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 DeleteMediaAssetDistributionChannelAttachment API.
289
+ * @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 DeleteMediaAssetDistributionChannelAttachment API.
221
290
  */
222
291
  deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest: requests.DeleteMediaAssetDistributionChannelAttachmentRequest): Promise<responses.DeleteMediaAssetDistributionChannelAttachmentResponse>;
223
292
  /**
@@ -226,7 +295,7 @@ export declare class MediaServicesClient {
226
295
  * @param DeleteMediaWorkflowRequest
227
296
  * @return DeleteMediaWorkflowResponse
228
297
  * @throws OciError when an error occurs
229
- * @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 DeleteMediaWorkflow API.
298
+ * @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 DeleteMediaWorkflow API.
230
299
  */
231
300
  deleteMediaWorkflow(deleteMediaWorkflowRequest: requests.DeleteMediaWorkflowRequest): Promise<responses.DeleteMediaWorkflowResponse>;
232
301
  /**
@@ -235,7 +304,7 @@ export declare class MediaServicesClient {
235
304
  * @param DeleteMediaWorkflowConfigurationRequest
236
305
  * @return DeleteMediaWorkflowConfigurationResponse
237
306
  * @throws OciError when an error occurs
238
- * @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 DeleteMediaWorkflowConfiguration API.
307
+ * @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 DeleteMediaWorkflowConfiguration API.
239
308
  */
240
309
  deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest: requests.DeleteMediaWorkflowConfigurationRequest): Promise<responses.DeleteMediaWorkflowConfigurationResponse>;
241
310
  /**
@@ -244,7 +313,7 @@ export declare class MediaServicesClient {
244
313
  * @param DeleteMediaWorkflowJobRequest
245
314
  * @return DeleteMediaWorkflowJobResponse
246
315
  * @throws OciError when an error occurs
247
- * @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 DeleteMediaWorkflowJob API.
316
+ * @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 DeleteMediaWorkflowJob API.
248
317
  */
249
318
  deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest: requests.DeleteMediaWorkflowJobRequest): Promise<responses.DeleteMediaWorkflowJobResponse>;
250
319
  /**
@@ -253,7 +322,7 @@ export declare class MediaServicesClient {
253
322
  * @param DeleteStreamCdnConfigRequest
254
323
  * @return DeleteStreamCdnConfigResponse
255
324
  * @throws OciError when an error occurs
256
- * @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 DeleteStreamCdnConfig API.
325
+ * @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 DeleteStreamCdnConfig API.
257
326
  */
258
327
  deleteStreamCdnConfig(deleteStreamCdnConfigRequest: requests.DeleteStreamCdnConfigRequest): Promise<responses.DeleteStreamCdnConfigResponse>;
259
328
  /**
@@ -262,7 +331,7 @@ export declare class MediaServicesClient {
262
331
  * @param DeleteStreamDistributionChannelRequest
263
332
  * @return DeleteStreamDistributionChannelResponse
264
333
  * @throws OciError when an error occurs
265
- * @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 DeleteStreamDistributionChannel API.
334
+ * @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 DeleteStreamDistributionChannel API.
266
335
  */
267
336
  deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest: requests.DeleteStreamDistributionChannelRequest): Promise<responses.DeleteStreamDistributionChannelResponse>;
268
337
  /**
@@ -271,7 +340,7 @@ export declare class MediaServicesClient {
271
340
  * @param DeleteStreamPackagingConfigRequest
272
341
  * @return DeleteStreamPackagingConfigResponse
273
342
  * @throws OciError when an error occurs
274
- * @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 DeleteStreamPackagingConfig API.
343
+ * @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 DeleteStreamPackagingConfig API.
275
344
  */
276
345
  deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest: requests.DeleteStreamPackagingConfigRequest): Promise<responses.DeleteStreamPackagingConfigResponse>;
277
346
  /**
@@ -280,7 +349,7 @@ export declare class MediaServicesClient {
280
349
  * @param GetMediaAssetRequest
281
350
  * @return GetMediaAssetResponse
282
351
  * @throws OciError when an error occurs
283
- * @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 GetMediaAsset API.
352
+ * @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 GetMediaAsset API.
284
353
  */
285
354
  getMediaAsset(getMediaAssetRequest: requests.GetMediaAssetRequest): Promise<responses.GetMediaAssetResponse>;
286
355
  /**
@@ -289,7 +358,7 @@ export declare class MediaServicesClient {
289
358
  * @param GetMediaAssetDistributionChannelAttachmentRequest
290
359
  * @return GetMediaAssetDistributionChannelAttachmentResponse
291
360
  * @throws OciError when an error occurs
292
- * @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 GetMediaAssetDistributionChannelAttachment API.
361
+ * @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 GetMediaAssetDistributionChannelAttachment API.
293
362
  */
294
363
  getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest: requests.GetMediaAssetDistributionChannelAttachmentRequest): Promise<responses.GetMediaAssetDistributionChannelAttachmentResponse>;
295
364
  /**
@@ -298,7 +367,7 @@ export declare class MediaServicesClient {
298
367
  * @param GetMediaWorkflowRequest
299
368
  * @return GetMediaWorkflowResponse
300
369
  * @throws OciError when an error occurs
301
- * @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 GetMediaWorkflow API.
370
+ * @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 GetMediaWorkflow API.
302
371
  */
303
372
  getMediaWorkflow(getMediaWorkflowRequest: requests.GetMediaWorkflowRequest): Promise<responses.GetMediaWorkflowResponse>;
304
373
  /**
@@ -307,7 +376,7 @@ export declare class MediaServicesClient {
307
376
  * @param GetMediaWorkflowConfigurationRequest
308
377
  * @return GetMediaWorkflowConfigurationResponse
309
378
  * @throws OciError when an error occurs
310
- * @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 GetMediaWorkflowConfiguration API.
379
+ * @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 GetMediaWorkflowConfiguration API.
311
380
  */
312
381
  getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest: requests.GetMediaWorkflowConfigurationRequest): Promise<responses.GetMediaWorkflowConfigurationResponse>;
313
382
  /**
@@ -316,25 +385,16 @@ export declare class MediaServicesClient {
316
385
  * @param GetMediaWorkflowJobRequest
317
386
  * @return GetMediaWorkflowJobResponse
318
387
  * @throws OciError when an error occurs
319
- * @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 GetMediaWorkflowJob API.
388
+ * @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 GetMediaWorkflowJob API.
320
389
  */
321
390
  getMediaWorkflowJob(getMediaWorkflowJobRequest: requests.GetMediaWorkflowJobRequest): Promise<responses.GetMediaWorkflowJobResponse>;
322
- /**
323
- * Get the MediaWorkflowJobFact identified by the mediaWorkflowJobId and Fact ID.
324
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
325
- * @param GetMediaWorkflowJobFactRequest
326
- * @return GetMediaWorkflowJobFactResponse
327
- * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
329
- */
330
- getMediaWorkflowJobFact(getMediaWorkflowJobFactRequest: requests.GetMediaWorkflowJobFactRequest): Promise<responses.GetMediaWorkflowJobFactResponse>;
331
391
  /**
332
392
  * Gets a StreamCdnConfig by identifier.
333
393
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
334
394
  * @param GetStreamCdnConfigRequest
335
395
  * @return GetStreamCdnConfigResponse
336
396
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
338
398
  */
339
399
  getStreamCdnConfig(getStreamCdnConfigRequest: requests.GetStreamCdnConfigRequest): Promise<responses.GetStreamCdnConfigResponse>;
340
400
  /**
@@ -343,7 +403,7 @@ export declare class MediaServicesClient {
343
403
  * @param GetStreamDistributionChannelRequest
344
404
  * @return GetStreamDistributionChannelResponse
345
405
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
347
407
  */
348
408
  getStreamDistributionChannel(getStreamDistributionChannelRequest: requests.GetStreamDistributionChannelRequest): Promise<responses.GetStreamDistributionChannelResponse>;
349
409
  /**
@@ -352,7 +412,7 @@ export declare class MediaServicesClient {
352
412
  * @param GetStreamPackagingConfigRequest
353
413
  * @return GetStreamPackagingConfigResponse
354
414
  * @throws OciError when an error occurs
355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
356
416
  */
357
417
  getStreamPackagingConfig(getStreamPackagingConfigRequest: requests.GetStreamPackagingConfigRequest): Promise<responses.GetStreamPackagingConfigResponse>;
358
418
  /**
@@ -361,7 +421,7 @@ export declare class MediaServicesClient {
361
421
  * @param IngestStreamDistributionChannelRequest
362
422
  * @return IngestStreamDistributionChannelResponse
363
423
  * @throws OciError when an error occurs
364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
365
425
  */
366
426
  ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest: requests.IngestStreamDistributionChannelRequest): Promise<responses.IngestStreamDistributionChannelResponse>;
367
427
  /**
@@ -370,7 +430,7 @@ export declare class MediaServicesClient {
370
430
  * @param ListMediaAssetDistributionChannelAttachmentsRequest
371
431
  * @return ListMediaAssetDistributionChannelAttachmentsResponse
372
432
  * @throws OciError when an error occurs
373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
374
434
  */
375
435
  listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest: requests.ListMediaAssetDistributionChannelAttachmentsRequest): Promise<responses.ListMediaAssetDistributionChannelAttachmentsResponse>;
376
436
  /**
@@ -380,7 +440,7 @@ export declare class MediaServicesClient {
380
440
  * @param ListMediaAssetsRequest
381
441
  * @return ListMediaAssetsResponse
382
442
  * @throws OciError when an error occurs
383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
384
444
  */
385
445
  listMediaAssets(listMediaAssetsRequest: requests.ListMediaAssetsRequest): Promise<responses.ListMediaAssetsResponse>;
386
446
  /**
@@ -390,25 +450,16 @@ export declare class MediaServicesClient {
390
450
  * @param ListMediaWorkflowConfigurationsRequest
391
451
  * @return ListMediaWorkflowConfigurationsResponse
392
452
  * @throws OciError when an error occurs
393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
394
454
  */
395
455
  listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest: requests.ListMediaWorkflowConfigurationsRequest): Promise<responses.ListMediaWorkflowConfigurationsResponse>;
396
- /**
397
- * Internal API to get a point-in-time snapshot of a MediaWorkflowJob.
398
- * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
399
- * @param ListMediaWorkflowJobFactsRequest
400
- * @return ListMediaWorkflowJobFactsResponse
401
- * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
403
- */
404
- listMediaWorkflowJobFacts(listMediaWorkflowJobFactsRequest: requests.ListMediaWorkflowJobFactsRequest): Promise<responses.ListMediaWorkflowJobFactsResponse>;
405
456
  /**
406
457
  * Lists the MediaWorkflowJobs.
407
458
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
408
459
  * @param ListMediaWorkflowJobsRequest
409
460
  * @return ListMediaWorkflowJobsResponse
410
461
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
412
463
  */
413
464
  listMediaWorkflowJobs(listMediaWorkflowJobsRequest: requests.ListMediaWorkflowJobsRequest): Promise<responses.ListMediaWorkflowJobsResponse>;
414
465
  /**
@@ -418,7 +469,7 @@ export declare class MediaServicesClient {
418
469
  * @param ListMediaWorkflowTaskDeclarationsRequest
419
470
  * @return ListMediaWorkflowTaskDeclarationsResponse
420
471
  * @throws OciError when an error occurs
421
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
422
473
  */
423
474
  listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest: requests.ListMediaWorkflowTaskDeclarationsRequest): Promise<responses.ListMediaWorkflowTaskDeclarationsResponse>;
424
475
  /**
@@ -427,7 +478,7 @@ export declare class MediaServicesClient {
427
478
  * @param ListMediaWorkflowsRequest
428
479
  * @return ListMediaWorkflowsResponse
429
480
  * @throws OciError when an error occurs
430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
431
482
  */
432
483
  listMediaWorkflows(listMediaWorkflowsRequest: requests.ListMediaWorkflowsRequest): Promise<responses.ListMediaWorkflowsResponse>;
433
484
  /**
@@ -436,7 +487,7 @@ export declare class MediaServicesClient {
436
487
  * @param ListStreamCdnConfigsRequest
437
488
  * @return ListStreamCdnConfigsResponse
438
489
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
440
491
  */
441
492
  listStreamCdnConfigs(listStreamCdnConfigsRequest: requests.ListStreamCdnConfigsRequest): Promise<responses.ListStreamCdnConfigsResponse>;
442
493
  /**
@@ -445,7 +496,7 @@ export declare class MediaServicesClient {
445
496
  * @param ListStreamDistributionChannelsRequest
446
497
  * @return ListStreamDistributionChannelsResponse
447
498
  * @throws OciError when an error occurs
448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
449
500
  */
450
501
  listStreamDistributionChannels(listStreamDistributionChannelsRequest: requests.ListStreamDistributionChannelsRequest): Promise<responses.ListStreamDistributionChannelsResponse>;
451
502
  /**
@@ -454,7 +505,7 @@ export declare class MediaServicesClient {
454
505
  * @param ListStreamPackagingConfigsRequest
455
506
  * @return ListStreamPackagingConfigsResponse
456
507
  * @throws OciError when an error occurs
457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
458
509
  */
459
510
  listStreamPackagingConfigs(listStreamPackagingConfigsRequest: requests.ListStreamPackagingConfigsRequest): Promise<responses.ListStreamPackagingConfigsResponse>;
460
511
  /**
@@ -464,16 +515,86 @@ export declare class MediaServicesClient {
464
515
  * @param ListSystemMediaWorkflowsRequest
465
516
  * @return ListSystemMediaWorkflowsResponse
466
517
  * @throws OciError when an error occurs
467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
468
519
  */
469
520
  listSystemMediaWorkflows(listSystemMediaWorkflowsRequest: requests.ListSystemMediaWorkflowsRequest): Promise<responses.ListSystemMediaWorkflowsResponse>;
521
+ /**
522
+ * Remove a lock to an MediaAsset.
523
+ *
524
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
525
+ * @param RemoveMediaAssetLockRequest
526
+ * @return RemoveMediaAssetLockResponse
527
+ * @throws OciError when an error occurs
528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/RemoveMediaAssetLock.ts.html |here} to see how to use RemoveMediaAssetLock API.
529
+ */
530
+ removeMediaAssetLock(removeMediaAssetLockRequest: requests.RemoveMediaAssetLockRequest): Promise<responses.RemoveMediaAssetLockResponse>;
531
+ /**
532
+ * Remove a lock from a MediaWorkflowConfiguration.
533
+ *
534
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
535
+ * @param RemoveMediaWorkflowConfigurationLockRequest
536
+ * @return RemoveMediaWorkflowConfigurationLockResponse
537
+ * @throws OciError when an error occurs
538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/RemoveMediaWorkflowConfigurationLock.ts.html |here} to see how to use RemoveMediaWorkflowConfigurationLock API.
539
+ */
540
+ removeMediaWorkflowConfigurationLock(removeMediaWorkflowConfigurationLockRequest: requests.RemoveMediaWorkflowConfigurationLockRequest): Promise<responses.RemoveMediaWorkflowConfigurationLockResponse>;
541
+ /**
542
+ * Remove a lock from a MediaWorkflowJob.
543
+ *
544
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
545
+ * @param RemoveMediaWorkflowJobLockRequest
546
+ * @return RemoveMediaWorkflowJobLockResponse
547
+ * @throws OciError when an error occurs
548
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/RemoveMediaWorkflowJobLock.ts.html |here} to see how to use RemoveMediaWorkflowJobLock API.
549
+ */
550
+ removeMediaWorkflowJobLock(removeMediaWorkflowJobLockRequest: requests.RemoveMediaWorkflowJobLockRequest): Promise<responses.RemoveMediaWorkflowJobLockResponse>;
551
+ /**
552
+ * Remove a lock from a MediaWorkflow.
553
+ *
554
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
555
+ * @param RemoveMediaWorkflowLockRequest
556
+ * @return RemoveMediaWorkflowLockResponse
557
+ * @throws OciError when an error occurs
558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/RemoveMediaWorkflowLock.ts.html |here} to see how to use RemoveMediaWorkflowLock API.
559
+ */
560
+ removeMediaWorkflowLock(removeMediaWorkflowLockRequest: requests.RemoveMediaWorkflowLockRequest): Promise<responses.RemoveMediaWorkflowLockResponse>;
561
+ /**
562
+ * Remove a lock from a StreamCdnConfig.
563
+ *
564
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
565
+ * @param RemoveStreamCdnConfigLockRequest
566
+ * @return RemoveStreamCdnConfigLockResponse
567
+ * @throws OciError when an error occurs
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/RemoveStreamCdnConfigLock.ts.html |here} to see how to use RemoveStreamCdnConfigLock API.
569
+ */
570
+ removeStreamCdnConfigLock(removeStreamCdnConfigLockRequest: requests.RemoveStreamCdnConfigLockRequest): Promise<responses.RemoveStreamCdnConfigLockResponse>;
571
+ /**
572
+ * Remove a lock to a StreamDistributionChannel.
573
+ *
574
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
575
+ * @param RemoveStreamDistributionChannelLockRequest
576
+ * @return RemoveStreamDistributionChannelLockResponse
577
+ * @throws OciError when an error occurs
578
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/RemoveStreamDistributionChannelLock.ts.html |here} to see how to use RemoveStreamDistributionChannelLock API.
579
+ */
580
+ removeStreamDistributionChannelLock(removeStreamDistributionChannelLockRequest: requests.RemoveStreamDistributionChannelLockRequest): Promise<responses.RemoveStreamDistributionChannelLockResponse>;
581
+ /**
582
+ * Remove a lock from a StreamPackagingConfig.
583
+ *
584
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
585
+ * @param RemoveStreamPackagingConfigLockRequest
586
+ * @return RemoveStreamPackagingConfigLockResponse
587
+ * @throws OciError when an error occurs
588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/RemoveStreamPackagingConfigLock.ts.html |here} to see how to use RemoveStreamPackagingConfigLock API.
589
+ */
590
+ removeStreamPackagingConfigLock(removeStreamPackagingConfigLockRequest: requests.RemoveStreamPackagingConfigLockRequest): Promise<responses.RemoveStreamPackagingConfigLockResponse>;
470
591
  /**
471
592
  * Updates the MediaAsset.
472
593
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
473
594
  * @param UpdateMediaAssetRequest
474
595
  * @return UpdateMediaAssetResponse
475
596
  * @throws OciError when an error occurs
476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
477
598
  */
478
599
  updateMediaAsset(updateMediaAssetRequest: requests.UpdateMediaAssetRequest): Promise<responses.UpdateMediaAssetResponse>;
479
600
  /**
@@ -482,7 +603,7 @@ export declare class MediaServicesClient {
482
603
  * @param UpdateMediaWorkflowRequest
483
604
  * @return UpdateMediaWorkflowResponse
484
605
  * @throws OciError when an error occurs
485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
486
607
  */
487
608
  updateMediaWorkflow(updateMediaWorkflowRequest: requests.UpdateMediaWorkflowRequest): Promise<responses.UpdateMediaWorkflowResponse>;
488
609
  /**
@@ -491,7 +612,7 @@ export declare class MediaServicesClient {
491
612
  * @param UpdateMediaWorkflowConfigurationRequest
492
613
  * @return UpdateMediaWorkflowConfigurationResponse
493
614
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
495
616
  */
496
617
  updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest: requests.UpdateMediaWorkflowConfigurationRequest): Promise<responses.UpdateMediaWorkflowConfigurationResponse>;
497
618
  /**
@@ -500,7 +621,7 @@ export declare class MediaServicesClient {
500
621
  * @param UpdateMediaWorkflowJobRequest
501
622
  * @return UpdateMediaWorkflowJobResponse
502
623
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
504
625
  */
505
626
  updateMediaWorkflowJob(updateMediaWorkflowJobRequest: requests.UpdateMediaWorkflowJobRequest): Promise<responses.UpdateMediaWorkflowJobResponse>;
506
627
  /**
@@ -509,7 +630,7 @@ export declare class MediaServicesClient {
509
630
  * @param UpdateStreamCdnConfigRequest
510
631
  * @return UpdateStreamCdnConfigResponse
511
632
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
633
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
513
634
  */
514
635
  updateStreamCdnConfig(updateStreamCdnConfigRequest: requests.UpdateStreamCdnConfigRequest): Promise<responses.UpdateStreamCdnConfigResponse>;
515
636
  /**
@@ -518,7 +639,7 @@ export declare class MediaServicesClient {
518
639
  * @param UpdateStreamDistributionChannelRequest
519
640
  * @return UpdateStreamDistributionChannelResponse
520
641
  * @throws OciError when an error occurs
521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
522
643
  */
523
644
  updateStreamDistributionChannel(updateStreamDistributionChannelRequest: requests.UpdateStreamDistributionChannelRequest): Promise<responses.UpdateStreamDistributionChannelResponse>;
524
645
  /**
@@ -527,7 +648,7 @@ export declare class MediaServicesClient {
527
648
  * @param UpdateStreamPackagingConfigRequest
528
649
  * @return UpdateStreamPackagingConfigResponse
529
650
  * @throws OciError when an error occurs
530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
531
652
  */
532
653
  updateStreamPackagingConfig(updateStreamPackagingConfigRequest: requests.UpdateStreamPackagingConfigRequest): Promise<responses.UpdateStreamPackagingConfigResponse>;
533
654
  }
@@ -561,7 +682,6 @@ export declare class MediaStreamClient {
561
682
  * @param endpoint The endpoint of the service.
562
683
  */
563
684
  set endpoint(endpoint: string);
564
- get logger(): import("oci-common/lib/log").Logger;
565
685
  /**
566
686
  * Determines whether realm specific endpoint should be used or not.
567
687
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -588,21 +708,21 @@ export declare class MediaStreamClient {
588
708
  */
589
709
  shutdownCircuitBreaker(): void;
590
710
  /**
591
- * Gets the playlist content for the specified Packaging Configuration and Media Asset combination.
711
+ * Gets the playlist content for the specified Packaging Configuration and Media Asset combination. This API call is made using the MediaStreamsClient, which requires the endpoint to be set with the value of the distribution channel domain name (for example, https://example_channel.dc.mediaservices.example_region.oci.oraclecloud.com) to generate a session token or playlist for a media asset registered in this distribution channel.
592
712
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
593
713
  * @param GeneratePlaylistRequest
594
714
  * @return GeneratePlaylistResponse
595
715
  * @throws OciError when an error occurs
596
- * @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 GeneratePlaylist API.
716
+ * @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 GeneratePlaylist API.
597
717
  */
598
718
  generatePlaylist(generatePlaylistRequest: requests.GeneratePlaylistRequest): Promise<responses.GeneratePlaylistResponse>;
599
719
  /**
600
- * Generate a new streaming session token.
720
+ * Generate a new streaming session token. This API call is made using the MediaStreamsClient, which requires the endpoint to be set with the value of the distribution channel domain name (for example, https://example_channel.dc.mediaservices.example_region.oci.oraclecloud.com) to generate a session token or playlist for a media asset registered in this distribution channel.
601
721
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
602
722
  * @param GenerateSessionTokenRequest
603
723
  * @return GenerateSessionTokenResponse
604
724
  * @throws OciError when an error occurs
605
- * @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 GenerateSessionToken API.
725
+ * @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 GenerateSessionToken API.
606
726
  */
607
727
  generateSessionToken(generateSessionTokenRequest: requests.GenerateSessionTokenRequest): Promise<responses.GenerateSessionTokenResponse>;
608
728
  }