oci-mediaservices 2.86.3 → 2.88.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/lib/client.d.ts +62 -62
  2. package/lib/client.js +62 -62
  3. package/lib/request/add-media-asset-lock-request.d.ts +1 -1
  4. package/lib/request/add-media-workflow-configuration-lock-request.d.ts +1 -1
  5. package/lib/request/add-media-workflow-job-lock-request.d.ts +1 -1
  6. package/lib/request/add-media-workflow-lock-request.d.ts +1 -1
  7. package/lib/request/add-stream-cdn-config-lock-request.d.ts +1 -1
  8. package/lib/request/add-stream-distribution-channel-lock-request.d.ts +1 -1
  9. package/lib/request/add-stream-packaging-config-lock-request.d.ts +1 -1
  10. package/lib/request/change-media-asset-compartment-request.d.ts +1 -1
  11. package/lib/request/change-media-workflow-compartment-request.d.ts +1 -1
  12. package/lib/request/change-media-workflow-configuration-compartment-request.d.ts +1 -1
  13. package/lib/request/change-media-workflow-job-compartment-request.d.ts +1 -1
  14. package/lib/request/change-stream-distribution-channel-compartment-request.d.ts +1 -1
  15. package/lib/request/create-media-asset-request.d.ts +1 -1
  16. package/lib/request/create-media-workflow-configuration-request.d.ts +1 -1
  17. package/lib/request/create-media-workflow-job-request.d.ts +1 -1
  18. package/lib/request/create-media-workflow-request.d.ts +1 -1
  19. package/lib/request/create-stream-cdn-config-request.d.ts +1 -1
  20. package/lib/request/create-stream-distribution-channel-request.d.ts +1 -1
  21. package/lib/request/create-stream-packaging-config-request.d.ts +1 -1
  22. package/lib/request/delete-media-asset-distribution-channel-attachment-request.d.ts +1 -1
  23. package/lib/request/delete-media-asset-request.d.ts +1 -1
  24. package/lib/request/delete-media-workflow-configuration-request.d.ts +1 -1
  25. package/lib/request/delete-media-workflow-job-request.d.ts +1 -1
  26. package/lib/request/delete-media-workflow-request.d.ts +1 -1
  27. package/lib/request/delete-stream-cdn-config-request.d.ts +1 -1
  28. package/lib/request/delete-stream-distribution-channel-request.d.ts +1 -1
  29. package/lib/request/delete-stream-packaging-config-request.d.ts +1 -1
  30. package/lib/request/generate-playlist-request.d.ts +1 -1
  31. package/lib/request/generate-session-token-request.d.ts +1 -1
  32. package/lib/request/get-media-asset-distribution-channel-attachment-request.d.ts +1 -1
  33. package/lib/request/get-media-asset-request.d.ts +1 -1
  34. package/lib/request/get-media-workflow-configuration-request.d.ts +1 -1
  35. package/lib/request/get-media-workflow-job-request.d.ts +1 -1
  36. package/lib/request/get-media-workflow-request.d.ts +1 -1
  37. package/lib/request/get-stream-cdn-config-request.d.ts +1 -1
  38. package/lib/request/get-stream-distribution-channel-request.d.ts +1 -1
  39. package/lib/request/get-stream-packaging-config-request.d.ts +1 -1
  40. package/lib/request/ingest-stream-distribution-channel-request.d.ts +1 -1
  41. package/lib/request/list-media-asset-distribution-channel-attachments-request.d.ts +1 -1
  42. package/lib/request/list-media-assets-request.d.ts +1 -1
  43. package/lib/request/list-media-workflow-configurations-request.d.ts +1 -1
  44. package/lib/request/list-media-workflow-jobs-request.d.ts +1 -1
  45. package/lib/request/list-media-workflow-task-declarations-request.d.ts +1 -1
  46. package/lib/request/list-media-workflows-request.d.ts +1 -1
  47. package/lib/request/list-stream-cdn-configs-request.d.ts +1 -1
  48. package/lib/request/list-stream-distribution-channels-request.d.ts +1 -1
  49. package/lib/request/list-stream-packaging-configs-request.d.ts +1 -1
  50. package/lib/request/list-system-media-workflows-request.d.ts +1 -1
  51. package/lib/request/remove-media-asset-lock-request.d.ts +1 -1
  52. package/lib/request/remove-media-workflow-configuration-lock-request.d.ts +1 -1
  53. package/lib/request/remove-media-workflow-job-lock-request.d.ts +1 -1
  54. package/lib/request/remove-media-workflow-lock-request.d.ts +1 -1
  55. package/lib/request/remove-stream-cdn-config-lock-request.d.ts +1 -1
  56. package/lib/request/remove-stream-distribution-channel-lock-request.d.ts +1 -1
  57. package/lib/request/remove-stream-packaging-config-lock-request.d.ts +1 -1
  58. package/lib/request/update-media-asset-request.d.ts +1 -1
  59. package/lib/request/update-media-workflow-configuration-request.d.ts +1 -1
  60. package/lib/request/update-media-workflow-job-request.d.ts +1 -1
  61. package/lib/request/update-media-workflow-request.d.ts +1 -1
  62. package/lib/request/update-stream-cdn-config-request.d.ts +1 -1
  63. package/lib/request/update-stream-distribution-channel-request.d.ts +1 -1
  64. package/lib/request/update-stream-packaging-config-request.d.ts +1 -1
  65. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -99,7 +99,7 @@ export declare class MediaServicesClient {
99
99
  * @param AddMediaAssetLockRequest
100
100
  * @return AddMediaAssetLockResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/AddMediaAssetLock.ts.html |here} to see how to use AddMediaAssetLock API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddMediaAssetLock.ts.html |here} to see how to use AddMediaAssetLock API.
103
103
  */
104
104
  addMediaAssetLock(addMediaAssetLockRequest: requests.AddMediaAssetLockRequest): Promise<responses.AddMediaAssetLockResponse>;
105
105
  /**
@@ -109,7 +109,7 @@ export declare class MediaServicesClient {
109
109
  * @param AddMediaWorkflowConfigurationLockRequest
110
110
  * @return AddMediaWorkflowConfigurationLockResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/AddMediaWorkflowConfigurationLock.ts.html |here} to see how to use AddMediaWorkflowConfigurationLock API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddMediaWorkflowConfigurationLock.ts.html |here} to see how to use AddMediaWorkflowConfigurationLock API.
113
113
  */
114
114
  addMediaWorkflowConfigurationLock(addMediaWorkflowConfigurationLockRequest: requests.AddMediaWorkflowConfigurationLockRequest): Promise<responses.AddMediaWorkflowConfigurationLockResponse>;
115
115
  /**
@@ -119,7 +119,7 @@ export declare class MediaServicesClient {
119
119
  * @param AddMediaWorkflowJobLockRequest
120
120
  * @return AddMediaWorkflowJobLockResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/AddMediaWorkflowJobLock.ts.html |here} to see how to use AddMediaWorkflowJobLock API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddMediaWorkflowJobLock.ts.html |here} to see how to use AddMediaWorkflowJobLock API.
123
123
  */
124
124
  addMediaWorkflowJobLock(addMediaWorkflowJobLockRequest: requests.AddMediaWorkflowJobLockRequest): Promise<responses.AddMediaWorkflowJobLockResponse>;
125
125
  /**
@@ -129,7 +129,7 @@ export declare class MediaServicesClient {
129
129
  * @param AddMediaWorkflowLockRequest
130
130
  * @return AddMediaWorkflowLockResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/AddMediaWorkflowLock.ts.html |here} to see how to use AddMediaWorkflowLock API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddMediaWorkflowLock.ts.html |here} to see how to use AddMediaWorkflowLock API.
133
133
  */
134
134
  addMediaWorkflowLock(addMediaWorkflowLockRequest: requests.AddMediaWorkflowLockRequest): Promise<responses.AddMediaWorkflowLockResponse>;
135
135
  /**
@@ -139,7 +139,7 @@ export declare class MediaServicesClient {
139
139
  * @param AddStreamCdnConfigLockRequest
140
140
  * @return AddStreamCdnConfigLockResponse
141
141
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/AddStreamCdnConfigLock.ts.html |here} to see how to use AddStreamCdnConfigLock API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddStreamCdnConfigLock.ts.html |here} to see how to use AddStreamCdnConfigLock API.
143
143
  */
144
144
  addStreamCdnConfigLock(addStreamCdnConfigLockRequest: requests.AddStreamCdnConfigLockRequest): Promise<responses.AddStreamCdnConfigLockResponse>;
145
145
  /**
@@ -149,7 +149,7 @@ export declare class MediaServicesClient {
149
149
  * @param AddStreamDistributionChannelLockRequest
150
150
  * @return AddStreamDistributionChannelLockResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/AddStreamDistributionChannelLock.ts.html |here} to see how to use AddStreamDistributionChannelLock API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddStreamDistributionChannelLock.ts.html |here} to see how to use AddStreamDistributionChannelLock API.
153
153
  */
154
154
  addStreamDistributionChannelLock(addStreamDistributionChannelLockRequest: requests.AddStreamDistributionChannelLockRequest): Promise<responses.AddStreamDistributionChannelLockResponse>;
155
155
  /**
@@ -159,7 +159,7 @@ export declare class MediaServicesClient {
159
159
  * @param AddStreamPackagingConfigLockRequest
160
160
  * @return AddStreamPackagingConfigLockResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/AddStreamPackagingConfigLock.ts.html |here} to see how to use AddStreamPackagingConfigLock API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddStreamPackagingConfigLock.ts.html |here} to see how to use AddStreamPackagingConfigLock API.
163
163
  */
164
164
  addStreamPackagingConfigLock(addStreamPackagingConfigLockRequest: requests.AddStreamPackagingConfigLockRequest): Promise<responses.AddStreamPackagingConfigLockResponse>;
165
165
  /**
@@ -168,7 +168,7 @@ export declare class MediaServicesClient {
168
168
  * @param ChangeMediaAssetCompartmentRequest
169
169
  * @return ChangeMediaAssetCompartmentResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
172
172
  */
173
173
  changeMediaAssetCompartment(changeMediaAssetCompartmentRequest: requests.ChangeMediaAssetCompartmentRequest): Promise<responses.ChangeMediaAssetCompartmentResponse>;
174
174
  /**
@@ -177,7 +177,7 @@ export declare class MediaServicesClient {
177
177
  * @param ChangeMediaWorkflowCompartmentRequest
178
178
  * @return ChangeMediaWorkflowCompartmentResponse
179
179
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
181
181
  */
182
182
  changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest: requests.ChangeMediaWorkflowCompartmentRequest): Promise<responses.ChangeMediaWorkflowCompartmentResponse>;
183
183
  /**
@@ -186,7 +186,7 @@ export declare class MediaServicesClient {
186
186
  * @param ChangeMediaWorkflowConfigurationCompartmentRequest
187
187
  * @return ChangeMediaWorkflowConfigurationCompartmentResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
190
190
  */
191
191
  changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest: requests.ChangeMediaWorkflowConfigurationCompartmentRequest): Promise<responses.ChangeMediaWorkflowConfigurationCompartmentResponse>;
192
192
  /**
@@ -195,7 +195,7 @@ export declare class MediaServicesClient {
195
195
  * @param ChangeMediaWorkflowJobCompartmentRequest
196
196
  * @return ChangeMediaWorkflowJobCompartmentResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
199
199
  */
200
200
  changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest: requests.ChangeMediaWorkflowJobCompartmentRequest): Promise<responses.ChangeMediaWorkflowJobCompartmentResponse>;
201
201
  /**
@@ -204,7 +204,7 @@ export declare class MediaServicesClient {
204
204
  * @param ChangeStreamDistributionChannelCompartmentRequest
205
205
  * @return ChangeStreamDistributionChannelCompartmentResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
208
208
  */
209
209
  changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest: requests.ChangeStreamDistributionChannelCompartmentRequest): Promise<responses.ChangeStreamDistributionChannelCompartmentResponse>;
210
210
  /**
@@ -214,7 +214,7 @@ export declare class MediaServicesClient {
214
214
  * @param CreateMediaAssetRequest
215
215
  * @return CreateMediaAssetResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
218
218
  */
219
219
  createMediaAsset(createMediaAssetRequest: requests.CreateMediaAssetRequest): Promise<responses.CreateMediaAssetResponse>;
220
220
  /**
@@ -224,7 +224,7 @@ export declare class MediaServicesClient {
224
224
  * @param CreateMediaWorkflowRequest
225
225
  * @return CreateMediaWorkflowResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
228
228
  */
229
229
  createMediaWorkflow(createMediaWorkflowRequest: requests.CreateMediaWorkflowRequest): Promise<responses.CreateMediaWorkflowResponse>;
230
230
  /**
@@ -234,7 +234,7 @@ export declare class MediaServicesClient {
234
234
  * @param CreateMediaWorkflowConfigurationRequest
235
235
  * @return CreateMediaWorkflowConfigurationResponse
236
236
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
238
238
  */
239
239
  createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest: requests.CreateMediaWorkflowConfigurationRequest): Promise<responses.CreateMediaWorkflowConfigurationResponse>;
240
240
  /**
@@ -243,7 +243,7 @@ export declare class MediaServicesClient {
243
243
  * @param CreateMediaWorkflowJobRequest
244
244
  * @return CreateMediaWorkflowJobResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
247
247
  */
248
248
  createMediaWorkflowJob(createMediaWorkflowJobRequest: requests.CreateMediaWorkflowJobRequest): Promise<responses.CreateMediaWorkflowJobResponse>;
249
249
  /**
@@ -253,7 +253,7 @@ export declare class MediaServicesClient {
253
253
  * @param CreateStreamCdnConfigRequest
254
254
  * @return CreateStreamCdnConfigResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
257
257
  */
258
258
  createStreamCdnConfig(createStreamCdnConfigRequest: requests.CreateStreamCdnConfigRequest): Promise<responses.CreateStreamCdnConfigResponse>;
259
259
  /**
@@ -263,7 +263,7 @@ export declare class MediaServicesClient {
263
263
  * @param CreateStreamDistributionChannelRequest
264
264
  * @return CreateStreamDistributionChannelResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
267
267
  */
268
268
  createStreamDistributionChannel(createStreamDistributionChannelRequest: requests.CreateStreamDistributionChannelRequest): Promise<responses.CreateStreamDistributionChannelResponse>;
269
269
  /**
@@ -273,7 +273,7 @@ export declare class MediaServicesClient {
273
273
  * @param CreateStreamPackagingConfigRequest
274
274
  * @return CreateStreamPackagingConfigResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
277
277
  */
278
278
  createStreamPackagingConfig(createStreamPackagingConfigRequest: requests.CreateStreamPackagingConfigRequest): Promise<responses.CreateStreamPackagingConfigResponse>;
279
279
  /**
@@ -282,7 +282,7 @@ export declare class MediaServicesClient {
282
282
  * @param DeleteMediaAssetRequest
283
283
  * @return DeleteMediaAssetResponse
284
284
  * @throws OciError when an error occurs
285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
286
286
  */
287
287
  deleteMediaAsset(deleteMediaAssetRequest: requests.DeleteMediaAssetRequest): Promise<responses.DeleteMediaAssetResponse>;
288
288
  /**
@@ -291,7 +291,7 @@ export declare class MediaServicesClient {
291
291
  * @param DeleteMediaAssetDistributionChannelAttachmentRequest
292
292
  * @return DeleteMediaAssetDistributionChannelAttachmentResponse
293
293
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
295
295
  */
296
296
  deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest: requests.DeleteMediaAssetDistributionChannelAttachmentRequest): Promise<responses.DeleteMediaAssetDistributionChannelAttachmentResponse>;
297
297
  /**
@@ -300,7 +300,7 @@ export declare class MediaServicesClient {
300
300
  * @param DeleteMediaWorkflowRequest
301
301
  * @return DeleteMediaWorkflowResponse
302
302
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
304
304
  */
305
305
  deleteMediaWorkflow(deleteMediaWorkflowRequest: requests.DeleteMediaWorkflowRequest): Promise<responses.DeleteMediaWorkflowResponse>;
306
306
  /**
@@ -309,7 +309,7 @@ export declare class MediaServicesClient {
309
309
  * @param DeleteMediaWorkflowConfigurationRequest
310
310
  * @return DeleteMediaWorkflowConfigurationResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
313
313
  */
314
314
  deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest: requests.DeleteMediaWorkflowConfigurationRequest): Promise<responses.DeleteMediaWorkflowConfigurationResponse>;
315
315
  /**
@@ -318,7 +318,7 @@ export declare class MediaServicesClient {
318
318
  * @param DeleteMediaWorkflowJobRequest
319
319
  * @return DeleteMediaWorkflowJobResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
322
322
  */
323
323
  deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest: requests.DeleteMediaWorkflowJobRequest): Promise<responses.DeleteMediaWorkflowJobResponse>;
324
324
  /**
@@ -327,7 +327,7 @@ export declare class MediaServicesClient {
327
327
  * @param DeleteStreamCdnConfigRequest
328
328
  * @return DeleteStreamCdnConfigResponse
329
329
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
331
331
  */
332
332
  deleteStreamCdnConfig(deleteStreamCdnConfigRequest: requests.DeleteStreamCdnConfigRequest): Promise<responses.DeleteStreamCdnConfigResponse>;
333
333
  /**
@@ -336,7 +336,7 @@ export declare class MediaServicesClient {
336
336
  * @param DeleteStreamDistributionChannelRequest
337
337
  * @return DeleteStreamDistributionChannelResponse
338
338
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
340
340
  */
341
341
  deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest: requests.DeleteStreamDistributionChannelRequest): Promise<responses.DeleteStreamDistributionChannelResponse>;
342
342
  /**
@@ -345,7 +345,7 @@ export declare class MediaServicesClient {
345
345
  * @param DeleteStreamPackagingConfigRequest
346
346
  * @return DeleteStreamPackagingConfigResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
349
349
  */
350
350
  deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest: requests.DeleteStreamPackagingConfigRequest): Promise<responses.DeleteStreamPackagingConfigResponse>;
351
351
  /**
@@ -354,7 +354,7 @@ export declare class MediaServicesClient {
354
354
  * @param GetMediaAssetRequest
355
355
  * @return GetMediaAssetResponse
356
356
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
358
358
  */
359
359
  getMediaAsset(getMediaAssetRequest: requests.GetMediaAssetRequest): Promise<responses.GetMediaAssetResponse>;
360
360
  /**
@@ -363,7 +363,7 @@ export declare class MediaServicesClient {
363
363
  * @param GetMediaAssetDistributionChannelAttachmentRequest
364
364
  * @return GetMediaAssetDistributionChannelAttachmentResponse
365
365
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
367
367
  */
368
368
  getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest: requests.GetMediaAssetDistributionChannelAttachmentRequest): Promise<responses.GetMediaAssetDistributionChannelAttachmentResponse>;
369
369
  /**
@@ -372,7 +372,7 @@ export declare class MediaServicesClient {
372
372
  * @param GetMediaWorkflowRequest
373
373
  * @return GetMediaWorkflowResponse
374
374
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
376
376
  */
377
377
  getMediaWorkflow(getMediaWorkflowRequest: requests.GetMediaWorkflowRequest): Promise<responses.GetMediaWorkflowResponse>;
378
378
  /**
@@ -381,7 +381,7 @@ export declare class MediaServicesClient {
381
381
  * @param GetMediaWorkflowConfigurationRequest
382
382
  * @return GetMediaWorkflowConfigurationResponse
383
383
  * @throws OciError when an error occurs
384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
385
385
  */
386
386
  getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest: requests.GetMediaWorkflowConfigurationRequest): Promise<responses.GetMediaWorkflowConfigurationResponse>;
387
387
  /**
@@ -390,7 +390,7 @@ export declare class MediaServicesClient {
390
390
  * @param GetMediaWorkflowJobRequest
391
391
  * @return GetMediaWorkflowJobResponse
392
392
  * @throws OciError when an error occurs
393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
394
394
  */
395
395
  getMediaWorkflowJob(getMediaWorkflowJobRequest: requests.GetMediaWorkflowJobRequest): Promise<responses.GetMediaWorkflowJobResponse>;
396
396
  /**
@@ -399,7 +399,7 @@ export declare class MediaServicesClient {
399
399
  * @param GetStreamCdnConfigRequest
400
400
  * @return GetStreamCdnConfigResponse
401
401
  * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
403
403
  */
404
404
  getStreamCdnConfig(getStreamCdnConfigRequest: requests.GetStreamCdnConfigRequest): Promise<responses.GetStreamCdnConfigResponse>;
405
405
  /**
@@ -408,7 +408,7 @@ export declare class MediaServicesClient {
408
408
  * @param GetStreamDistributionChannelRequest
409
409
  * @return GetStreamDistributionChannelResponse
410
410
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
412
412
  */
413
413
  getStreamDistributionChannel(getStreamDistributionChannelRequest: requests.GetStreamDistributionChannelRequest): Promise<responses.GetStreamDistributionChannelResponse>;
414
414
  /**
@@ -417,7 +417,7 @@ export declare class MediaServicesClient {
417
417
  * @param GetStreamPackagingConfigRequest
418
418
  * @return GetStreamPackagingConfigResponse
419
419
  * @throws OciError when an error occurs
420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
421
421
  */
422
422
  getStreamPackagingConfig(getStreamPackagingConfigRequest: requests.GetStreamPackagingConfigRequest): Promise<responses.GetStreamPackagingConfigResponse>;
423
423
  /**
@@ -426,7 +426,7 @@ export declare class MediaServicesClient {
426
426
  * @param IngestStreamDistributionChannelRequest
427
427
  * @return IngestStreamDistributionChannelResponse
428
428
  * @throws OciError when an error occurs
429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
430
430
  */
431
431
  ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest: requests.IngestStreamDistributionChannelRequest): Promise<responses.IngestStreamDistributionChannelResponse>;
432
432
  /**
@@ -435,7 +435,7 @@ export declare class MediaServicesClient {
435
435
  * @param ListMediaAssetDistributionChannelAttachmentsRequest
436
436
  * @return ListMediaAssetDistributionChannelAttachmentsResponse
437
437
  * @throws OciError when an error occurs
438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
439
439
  */
440
440
  listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest: requests.ListMediaAssetDistributionChannelAttachmentsRequest): Promise<responses.ListMediaAssetDistributionChannelAttachmentsResponse>;
441
441
  /**
@@ -445,7 +445,7 @@ export declare class MediaServicesClient {
445
445
  * @param ListMediaAssetsRequest
446
446
  * @return ListMediaAssetsResponse
447
447
  * @throws OciError when an error occurs
448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
449
449
  */
450
450
  listMediaAssets(listMediaAssetsRequest: requests.ListMediaAssetsRequest): Promise<responses.ListMediaAssetsResponse>;
451
451
  /**
@@ -455,7 +455,7 @@ export declare class MediaServicesClient {
455
455
  * @param ListMediaWorkflowConfigurationsRequest
456
456
  * @return ListMediaWorkflowConfigurationsResponse
457
457
  * @throws OciError when an error occurs
458
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
459
459
  */
460
460
  listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest: requests.ListMediaWorkflowConfigurationsRequest): Promise<responses.ListMediaWorkflowConfigurationsResponse>;
461
461
  /**
@@ -464,7 +464,7 @@ export declare class MediaServicesClient {
464
464
  * @param ListMediaWorkflowJobsRequest
465
465
  * @return ListMediaWorkflowJobsResponse
466
466
  * @throws OciError when an error occurs
467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
468
468
  */
469
469
  listMediaWorkflowJobs(listMediaWorkflowJobsRequest: requests.ListMediaWorkflowJobsRequest): Promise<responses.ListMediaWorkflowJobsResponse>;
470
470
  /**
@@ -474,7 +474,7 @@ export declare class MediaServicesClient {
474
474
  * @param ListMediaWorkflowTaskDeclarationsRequest
475
475
  * @return ListMediaWorkflowTaskDeclarationsResponse
476
476
  * @throws OciError when an error occurs
477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
478
478
  */
479
479
  listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest: requests.ListMediaWorkflowTaskDeclarationsRequest): Promise<responses.ListMediaWorkflowTaskDeclarationsResponse>;
480
480
  /**
@@ -483,7 +483,7 @@ export declare class MediaServicesClient {
483
483
  * @param ListMediaWorkflowsRequest
484
484
  * @return ListMediaWorkflowsResponse
485
485
  * @throws OciError when an error occurs
486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
486
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
487
487
  */
488
488
  listMediaWorkflows(listMediaWorkflowsRequest: requests.ListMediaWorkflowsRequest): Promise<responses.ListMediaWorkflowsResponse>;
489
489
  /**
@@ -492,7 +492,7 @@ export declare class MediaServicesClient {
492
492
  * @param ListStreamCdnConfigsRequest
493
493
  * @return ListStreamCdnConfigsResponse
494
494
  * @throws OciError when an error occurs
495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
496
496
  */
497
497
  listStreamCdnConfigs(listStreamCdnConfigsRequest: requests.ListStreamCdnConfigsRequest): Promise<responses.ListStreamCdnConfigsResponse>;
498
498
  /**
@@ -501,7 +501,7 @@ export declare class MediaServicesClient {
501
501
  * @param ListStreamDistributionChannelsRequest
502
502
  * @return ListStreamDistributionChannelsResponse
503
503
  * @throws OciError when an error occurs
504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
505
505
  */
506
506
  listStreamDistributionChannels(listStreamDistributionChannelsRequest: requests.ListStreamDistributionChannelsRequest): Promise<responses.ListStreamDistributionChannelsResponse>;
507
507
  /**
@@ -510,7 +510,7 @@ export declare class MediaServicesClient {
510
510
  * @param ListStreamPackagingConfigsRequest
511
511
  * @return ListStreamPackagingConfigsResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
514
514
  */
515
515
  listStreamPackagingConfigs(listStreamPackagingConfigsRequest: requests.ListStreamPackagingConfigsRequest): Promise<responses.ListStreamPackagingConfigsResponse>;
516
516
  /**
@@ -520,7 +520,7 @@ export declare class MediaServicesClient {
520
520
  * @param ListSystemMediaWorkflowsRequest
521
521
  * @return ListSystemMediaWorkflowsResponse
522
522
  * @throws OciError when an error occurs
523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
524
524
  */
525
525
  listSystemMediaWorkflows(listSystemMediaWorkflowsRequest: requests.ListSystemMediaWorkflowsRequest): Promise<responses.ListSystemMediaWorkflowsResponse>;
526
526
  /**
@@ -530,7 +530,7 @@ export declare class MediaServicesClient {
530
530
  * @param RemoveMediaAssetLockRequest
531
531
  * @return RemoveMediaAssetLockResponse
532
532
  * @throws OciError when an error occurs
533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/RemoveMediaAssetLock.ts.html |here} to see how to use RemoveMediaAssetLock API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveMediaAssetLock.ts.html |here} to see how to use RemoveMediaAssetLock API.
534
534
  */
535
535
  removeMediaAssetLock(removeMediaAssetLockRequest: requests.RemoveMediaAssetLockRequest): Promise<responses.RemoveMediaAssetLockResponse>;
536
536
  /**
@@ -540,7 +540,7 @@ export declare class MediaServicesClient {
540
540
  * @param RemoveMediaWorkflowConfigurationLockRequest
541
541
  * @return RemoveMediaWorkflowConfigurationLockResponse
542
542
  * @throws OciError when an error occurs
543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/RemoveMediaWorkflowConfigurationLock.ts.html |here} to see how to use RemoveMediaWorkflowConfigurationLock API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveMediaWorkflowConfigurationLock.ts.html |here} to see how to use RemoveMediaWorkflowConfigurationLock API.
544
544
  */
545
545
  removeMediaWorkflowConfigurationLock(removeMediaWorkflowConfigurationLockRequest: requests.RemoveMediaWorkflowConfigurationLockRequest): Promise<responses.RemoveMediaWorkflowConfigurationLockResponse>;
546
546
  /**
@@ -550,7 +550,7 @@ export declare class MediaServicesClient {
550
550
  * @param RemoveMediaWorkflowJobLockRequest
551
551
  * @return RemoveMediaWorkflowJobLockResponse
552
552
  * @throws OciError when an error occurs
553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/RemoveMediaWorkflowJobLock.ts.html |here} to see how to use RemoveMediaWorkflowJobLock API.
553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveMediaWorkflowJobLock.ts.html |here} to see how to use RemoveMediaWorkflowJobLock API.
554
554
  */
555
555
  removeMediaWorkflowJobLock(removeMediaWorkflowJobLockRequest: requests.RemoveMediaWorkflowJobLockRequest): Promise<responses.RemoveMediaWorkflowJobLockResponse>;
556
556
  /**
@@ -560,7 +560,7 @@ export declare class MediaServicesClient {
560
560
  * @param RemoveMediaWorkflowLockRequest
561
561
  * @return RemoveMediaWorkflowLockResponse
562
562
  * @throws OciError when an error occurs
563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/RemoveMediaWorkflowLock.ts.html |here} to see how to use RemoveMediaWorkflowLock API.
563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveMediaWorkflowLock.ts.html |here} to see how to use RemoveMediaWorkflowLock API.
564
564
  */
565
565
  removeMediaWorkflowLock(removeMediaWorkflowLockRequest: requests.RemoveMediaWorkflowLockRequest): Promise<responses.RemoveMediaWorkflowLockResponse>;
566
566
  /**
@@ -570,7 +570,7 @@ export declare class MediaServicesClient {
570
570
  * @param RemoveStreamCdnConfigLockRequest
571
571
  * @return RemoveStreamCdnConfigLockResponse
572
572
  * @throws OciError when an error occurs
573
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/RemoveStreamCdnConfigLock.ts.html |here} to see how to use RemoveStreamCdnConfigLock API.
573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveStreamCdnConfigLock.ts.html |here} to see how to use RemoveStreamCdnConfigLock API.
574
574
  */
575
575
  removeStreamCdnConfigLock(removeStreamCdnConfigLockRequest: requests.RemoveStreamCdnConfigLockRequest): Promise<responses.RemoveStreamCdnConfigLockResponse>;
576
576
  /**
@@ -580,7 +580,7 @@ export declare class MediaServicesClient {
580
580
  * @param RemoveStreamDistributionChannelLockRequest
581
581
  * @return RemoveStreamDistributionChannelLockResponse
582
582
  * @throws OciError when an error occurs
583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/RemoveStreamDistributionChannelLock.ts.html |here} to see how to use RemoveStreamDistributionChannelLock API.
583
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveStreamDistributionChannelLock.ts.html |here} to see how to use RemoveStreamDistributionChannelLock API.
584
584
  */
585
585
  removeStreamDistributionChannelLock(removeStreamDistributionChannelLockRequest: requests.RemoveStreamDistributionChannelLockRequest): Promise<responses.RemoveStreamDistributionChannelLockResponse>;
586
586
  /**
@@ -590,7 +590,7 @@ export declare class MediaServicesClient {
590
590
  * @param RemoveStreamPackagingConfigLockRequest
591
591
  * @return RemoveStreamPackagingConfigLockResponse
592
592
  * @throws OciError when an error occurs
593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/RemoveStreamPackagingConfigLock.ts.html |here} to see how to use RemoveStreamPackagingConfigLock API.
593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveStreamPackagingConfigLock.ts.html |here} to see how to use RemoveStreamPackagingConfigLock API.
594
594
  */
595
595
  removeStreamPackagingConfigLock(removeStreamPackagingConfigLockRequest: requests.RemoveStreamPackagingConfigLockRequest): Promise<responses.RemoveStreamPackagingConfigLockResponse>;
596
596
  /**
@@ -599,7 +599,7 @@ export declare class MediaServicesClient {
599
599
  * @param UpdateMediaAssetRequest
600
600
  * @return UpdateMediaAssetResponse
601
601
  * @throws OciError when an error occurs
602
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
602
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
603
603
  */
604
604
  updateMediaAsset(updateMediaAssetRequest: requests.UpdateMediaAssetRequest): Promise<responses.UpdateMediaAssetResponse>;
605
605
  /**
@@ -608,7 +608,7 @@ export declare class MediaServicesClient {
608
608
  * @param UpdateMediaWorkflowRequest
609
609
  * @return UpdateMediaWorkflowResponse
610
610
  * @throws OciError when an error occurs
611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
612
612
  */
613
613
  updateMediaWorkflow(updateMediaWorkflowRequest: requests.UpdateMediaWorkflowRequest): Promise<responses.UpdateMediaWorkflowResponse>;
614
614
  /**
@@ -617,7 +617,7 @@ export declare class MediaServicesClient {
617
617
  * @param UpdateMediaWorkflowConfigurationRequest
618
618
  * @return UpdateMediaWorkflowConfigurationResponse
619
619
  * @throws OciError when an error occurs
620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
621
621
  */
622
622
  updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest: requests.UpdateMediaWorkflowConfigurationRequest): Promise<responses.UpdateMediaWorkflowConfigurationResponse>;
623
623
  /**
@@ -626,7 +626,7 @@ export declare class MediaServicesClient {
626
626
  * @param UpdateMediaWorkflowJobRequest
627
627
  * @return UpdateMediaWorkflowJobResponse
628
628
  * @throws OciError when an error occurs
629
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
630
630
  */
631
631
  updateMediaWorkflowJob(updateMediaWorkflowJobRequest: requests.UpdateMediaWorkflowJobRequest): Promise<responses.UpdateMediaWorkflowJobResponse>;
632
632
  /**
@@ -635,7 +635,7 @@ export declare class MediaServicesClient {
635
635
  * @param UpdateStreamCdnConfigRequest
636
636
  * @return UpdateStreamCdnConfigResponse
637
637
  * @throws OciError when an error occurs
638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
639
639
  */
640
640
  updateStreamCdnConfig(updateStreamCdnConfigRequest: requests.UpdateStreamCdnConfigRequest): Promise<responses.UpdateStreamCdnConfigResponse>;
641
641
  /**
@@ -644,7 +644,7 @@ export declare class MediaServicesClient {
644
644
  * @param UpdateStreamDistributionChannelRequest
645
645
  * @return UpdateStreamDistributionChannelResponse
646
646
  * @throws OciError when an error occurs
647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
648
648
  */
649
649
  updateStreamDistributionChannel(updateStreamDistributionChannelRequest: requests.UpdateStreamDistributionChannelRequest): Promise<responses.UpdateStreamDistributionChannelResponse>;
650
650
  /**
@@ -653,7 +653,7 @@ export declare class MediaServicesClient {
653
653
  * @param UpdateStreamPackagingConfigRequest
654
654
  * @return UpdateStreamPackagingConfigResponse
655
655
  * @throws OciError when an error occurs
656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
657
657
  */
658
658
  updateStreamPackagingConfig(updateStreamPackagingConfigRequest: requests.UpdateStreamPackagingConfigRequest): Promise<responses.UpdateStreamPackagingConfigResponse>;
659
659
  }
@@ -723,7 +723,7 @@ export declare class MediaStreamClient {
723
723
  * @param GeneratePlaylistRequest
724
724
  * @return GeneratePlaylistResponse
725
725
  * @throws OciError when an error occurs
726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
727
727
  */
728
728
  generatePlaylist(generatePlaylistRequest: requests.GeneratePlaylistRequest): Promise<responses.GeneratePlaylistResponse>;
729
729
  /**
@@ -732,7 +732,7 @@ export declare class MediaStreamClient {
732
732
  * @param GenerateSessionTokenRequest
733
733
  * @return GenerateSessionTokenResponse
734
734
  * @throws OciError when an error occurs
735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
735
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
736
736
  */
737
737
  generateSessionToken(generateSessionTokenRequest: requests.GenerateSessionTokenRequest): Promise<responses.GenerateSessionTokenResponse>;
738
738
  }