oci-mediaservices 2.70.4 → 2.72.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 (53) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +50 -50
  3. package/lib/request/change-media-asset-compartment-request.d.ts +1 -1
  4. package/lib/request/change-media-workflow-compartment-request.d.ts +1 -1
  5. package/lib/request/change-media-workflow-configuration-compartment-request.d.ts +1 -1
  6. package/lib/request/change-media-workflow-job-compartment-request.d.ts +1 -1
  7. package/lib/request/change-stream-distribution-channel-compartment-request.d.ts +1 -1
  8. package/lib/request/create-media-asset-request.d.ts +1 -1
  9. package/lib/request/create-media-workflow-configuration-request.d.ts +1 -1
  10. package/lib/request/create-media-workflow-job-request.d.ts +1 -1
  11. package/lib/request/create-media-workflow-request.d.ts +1 -1
  12. package/lib/request/create-stream-cdn-config-request.d.ts +1 -1
  13. package/lib/request/create-stream-distribution-channel-request.d.ts +1 -1
  14. package/lib/request/create-stream-packaging-config-request.d.ts +1 -1
  15. package/lib/request/delete-media-asset-distribution-channel-attachment-request.d.ts +1 -1
  16. package/lib/request/delete-media-asset-request.d.ts +1 -1
  17. package/lib/request/delete-media-workflow-configuration-request.d.ts +1 -1
  18. package/lib/request/delete-media-workflow-job-request.d.ts +1 -1
  19. package/lib/request/delete-media-workflow-request.d.ts +1 -1
  20. package/lib/request/delete-stream-cdn-config-request.d.ts +1 -1
  21. package/lib/request/delete-stream-distribution-channel-request.d.ts +1 -1
  22. package/lib/request/delete-stream-packaging-config-request.d.ts +1 -1
  23. package/lib/request/generate-playlist-request.d.ts +1 -1
  24. package/lib/request/generate-session-token-request.d.ts +1 -1
  25. package/lib/request/get-media-asset-distribution-channel-attachment-request.d.ts +1 -1
  26. package/lib/request/get-media-asset-request.d.ts +1 -1
  27. package/lib/request/get-media-workflow-configuration-request.d.ts +1 -1
  28. package/lib/request/get-media-workflow-job-fact-request.d.ts +1 -1
  29. package/lib/request/get-media-workflow-job-request.d.ts +1 -1
  30. package/lib/request/get-media-workflow-request.d.ts +1 -1
  31. package/lib/request/get-stream-cdn-config-request.d.ts +1 -1
  32. package/lib/request/get-stream-distribution-channel-request.d.ts +1 -1
  33. package/lib/request/get-stream-packaging-config-request.d.ts +1 -1
  34. package/lib/request/ingest-stream-distribution-channel-request.d.ts +1 -1
  35. package/lib/request/list-media-asset-distribution-channel-attachments-request.d.ts +1 -1
  36. package/lib/request/list-media-assets-request.d.ts +1 -1
  37. package/lib/request/list-media-workflow-configurations-request.d.ts +1 -1
  38. package/lib/request/list-media-workflow-job-facts-request.d.ts +1 -1
  39. package/lib/request/list-media-workflow-jobs-request.d.ts +1 -1
  40. package/lib/request/list-media-workflow-task-declarations-request.d.ts +1 -1
  41. package/lib/request/list-media-workflows-request.d.ts +1 -1
  42. package/lib/request/list-stream-cdn-configs-request.d.ts +1 -1
  43. package/lib/request/list-stream-distribution-channels-request.d.ts +1 -1
  44. package/lib/request/list-stream-packaging-configs-request.d.ts +1 -1
  45. package/lib/request/list-system-media-workflows-request.d.ts +1 -1
  46. package/lib/request/update-media-asset-request.d.ts +1 -1
  47. package/lib/request/update-media-workflow-configuration-request.d.ts +1 -1
  48. package/lib/request/update-media-workflow-job-request.d.ts +1 -1
  49. package/lib/request/update-media-workflow-request.d.ts +1 -1
  50. package/lib/request/update-stream-cdn-config-request.d.ts +1 -1
  51. package/lib/request/update-stream-distribution-channel-request.d.ts +1 -1
  52. package/lib/request/update-stream-packaging-config-request.d.ts +1 -1
  53. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -186,7 +186,7 @@ class MediaServicesClient {
186
186
  * @param ChangeMediaAssetCompartmentRequest
187
187
  * @return ChangeMediaAssetCompartmentResponse
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.70.4/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
190
190
  */
191
191
  changeMediaAssetCompartment(changeMediaAssetCompartmentRequest) {
192
192
  return __awaiter(this, void 0, void 0, function* () {
@@ -243,7 +243,7 @@ class MediaServicesClient {
243
243
  * @param ChangeMediaWorkflowCompartmentRequest
244
244
  * @return ChangeMediaWorkflowCompartmentResponse
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.70.4/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
247
247
  */
248
248
  changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest) {
249
249
  return __awaiter(this, void 0, void 0, function* () {
@@ -305,7 +305,7 @@ class MediaServicesClient {
305
305
  * @param ChangeMediaWorkflowConfigurationCompartmentRequest
306
306
  * @return ChangeMediaWorkflowConfigurationCompartmentResponse
307
307
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
309
309
  */
310
310
  changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest) {
311
311
  return __awaiter(this, void 0, void 0, function* () {
@@ -367,7 +367,7 @@ class MediaServicesClient {
367
367
  * @param ChangeMediaWorkflowJobCompartmentRequest
368
368
  * @return ChangeMediaWorkflowJobCompartmentResponse
369
369
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
371
371
  */
372
372
  changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest) {
373
373
  return __awaiter(this, void 0, void 0, function* () {
@@ -429,7 +429,7 @@ class MediaServicesClient {
429
429
  * @param ChangeStreamDistributionChannelCompartmentRequest
430
430
  * @return ChangeStreamDistributionChannelCompartmentResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
433
433
  */
434
434
  changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest) {
435
435
  return __awaiter(this, void 0, void 0, function* () {
@@ -492,7 +492,7 @@ class MediaServicesClient {
492
492
  * @param CreateMediaAssetRequest
493
493
  * @return CreateMediaAssetResponse
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.70.4/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
496
496
  */
497
497
  createMediaAsset(createMediaAssetRequest) {
498
498
  return __awaiter(this, void 0, void 0, function* () {
@@ -556,7 +556,7 @@ class MediaServicesClient {
556
556
  * @param CreateMediaWorkflowRequest
557
557
  * @return CreateMediaWorkflowResponse
558
558
  * @throws OciError when an error occurs
559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
560
560
  */
561
561
  createMediaWorkflow(createMediaWorkflowRequest) {
562
562
  return __awaiter(this, void 0, void 0, function* () {
@@ -620,7 +620,7 @@ class MediaServicesClient {
620
620
  * @param CreateMediaWorkflowConfigurationRequest
621
621
  * @return CreateMediaWorkflowConfigurationResponse
622
622
  * @throws OciError when an error occurs
623
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
624
624
  */
625
625
  createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest) {
626
626
  return __awaiter(this, void 0, void 0, function* () {
@@ -683,7 +683,7 @@ class MediaServicesClient {
683
683
  * @param CreateMediaWorkflowJobRequest
684
684
  * @return CreateMediaWorkflowJobResponse
685
685
  * @throws OciError when an error occurs
686
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
686
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
687
687
  */
688
688
  createMediaWorkflowJob(createMediaWorkflowJobRequest) {
689
689
  return __awaiter(this, void 0, void 0, function* () {
@@ -747,7 +747,7 @@ class MediaServicesClient {
747
747
  * @param CreateStreamCdnConfigRequest
748
748
  * @return CreateStreamCdnConfigResponse
749
749
  * @throws OciError when an error occurs
750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
750
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
751
751
  */
752
752
  createStreamCdnConfig(createStreamCdnConfigRequest) {
753
753
  return __awaiter(this, void 0, void 0, function* () {
@@ -811,7 +811,7 @@ class MediaServicesClient {
811
811
  * @param CreateStreamDistributionChannelRequest
812
812
  * @return CreateStreamDistributionChannelResponse
813
813
  * @throws OciError when an error occurs
814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
815
815
  */
816
816
  createStreamDistributionChannel(createStreamDistributionChannelRequest) {
817
817
  return __awaiter(this, void 0, void 0, function* () {
@@ -875,7 +875,7 @@ class MediaServicesClient {
875
875
  * @param CreateStreamPackagingConfigRequest
876
876
  * @return CreateStreamPackagingConfigResponse
877
877
  * @throws OciError when an error occurs
878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
879
879
  */
880
880
  createStreamPackagingConfig(createStreamPackagingConfigRequest) {
881
881
  return __awaiter(this, void 0, void 0, function* () {
@@ -938,7 +938,7 @@ class MediaServicesClient {
938
938
  * @param DeleteMediaAssetRequest
939
939
  * @return DeleteMediaAssetResponse
940
940
  * @throws OciError when an error occurs
941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
942
942
  */
943
943
  deleteMediaAsset(deleteMediaAssetRequest) {
944
944
  return __awaiter(this, void 0, void 0, function* () {
@@ -995,7 +995,7 @@ class MediaServicesClient {
995
995
  * @param DeleteMediaAssetDistributionChannelAttachmentRequest
996
996
  * @return DeleteMediaAssetDistributionChannelAttachmentResponse
997
997
  * @throws OciError when an error occurs
998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
999
999
  */
1000
1000
  deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest) {
1001
1001
  return __awaiter(this, void 0, void 0, function* () {
@@ -1053,7 +1053,7 @@ class MediaServicesClient {
1053
1053
  * @param DeleteMediaWorkflowRequest
1054
1054
  * @return DeleteMediaWorkflowResponse
1055
1055
  * @throws OciError when an error occurs
1056
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
1056
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
1057
1057
  */
1058
1058
  deleteMediaWorkflow(deleteMediaWorkflowRequest) {
1059
1059
  return __awaiter(this, void 0, void 0, function* () {
@@ -1108,7 +1108,7 @@ class MediaServicesClient {
1108
1108
  * @param DeleteMediaWorkflowConfigurationRequest
1109
1109
  * @return DeleteMediaWorkflowConfigurationResponse
1110
1110
  * @throws OciError when an error occurs
1111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
1111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
1112
1112
  */
1113
1113
  deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest) {
1114
1114
  return __awaiter(this, void 0, void 0, function* () {
@@ -1168,7 +1168,7 @@ class MediaServicesClient {
1168
1168
  * @param DeleteMediaWorkflowJobRequest
1169
1169
  * @return DeleteMediaWorkflowJobResponse
1170
1170
  * @throws OciError when an error occurs
1171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
1171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
1172
1172
  */
1173
1173
  deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest) {
1174
1174
  return __awaiter(this, void 0, void 0, function* () {
@@ -1228,7 +1228,7 @@ class MediaServicesClient {
1228
1228
  * @param DeleteStreamCdnConfigRequest
1229
1229
  * @return DeleteStreamCdnConfigResponse
1230
1230
  * @throws OciError when an error occurs
1231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
1231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
1232
1232
  */
1233
1233
  deleteStreamCdnConfig(deleteStreamCdnConfigRequest) {
1234
1234
  return __awaiter(this, void 0, void 0, function* () {
@@ -1283,7 +1283,7 @@ class MediaServicesClient {
1283
1283
  * @param DeleteStreamDistributionChannelRequest
1284
1284
  * @return DeleteStreamDistributionChannelResponse
1285
1285
  * @throws OciError when an error occurs
1286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
1286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
1287
1287
  */
1288
1288
  deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest) {
1289
1289
  return __awaiter(this, void 0, void 0, function* () {
@@ -1338,7 +1338,7 @@ class MediaServicesClient {
1338
1338
  * @param DeleteStreamPackagingConfigRequest
1339
1339
  * @return DeleteStreamPackagingConfigResponse
1340
1340
  * @throws OciError when an error occurs
1341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
1341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
1342
1342
  */
1343
1343
  deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest) {
1344
1344
  return __awaiter(this, void 0, void 0, function* () {
@@ -1393,7 +1393,7 @@ class MediaServicesClient {
1393
1393
  * @param GetMediaAssetRequest
1394
1394
  * @return GetMediaAssetResponse
1395
1395
  * @throws OciError when an error occurs
1396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
1396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
1397
1397
  */
1398
1398
  getMediaAsset(getMediaAssetRequest) {
1399
1399
  return __awaiter(this, void 0, void 0, function* () {
@@ -1456,7 +1456,7 @@ class MediaServicesClient {
1456
1456
  * @param GetMediaAssetDistributionChannelAttachmentRequest
1457
1457
  * @return GetMediaAssetDistributionChannelAttachmentResponse
1458
1458
  * @throws OciError when an error occurs
1459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
1459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
1460
1460
  */
1461
1461
  getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest) {
1462
1462
  return __awaiter(this, void 0, void 0, function* () {
@@ -1522,7 +1522,7 @@ class MediaServicesClient {
1522
1522
  * @param GetMediaWorkflowRequest
1523
1523
  * @return GetMediaWorkflowResponse
1524
1524
  * @throws OciError when an error occurs
1525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
1525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
1526
1526
  */
1527
1527
  getMediaWorkflow(getMediaWorkflowRequest) {
1528
1528
  return __awaiter(this, void 0, void 0, function* () {
@@ -1585,7 +1585,7 @@ class MediaServicesClient {
1585
1585
  * @param GetMediaWorkflowConfigurationRequest
1586
1586
  * @return GetMediaWorkflowConfigurationResponse
1587
1587
  * @throws OciError when an error occurs
1588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
1588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
1589
1589
  */
1590
1590
  getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest) {
1591
1591
  return __awaiter(this, void 0, void 0, function* () {
@@ -1648,7 +1648,7 @@ class MediaServicesClient {
1648
1648
  * @param GetMediaWorkflowJobRequest
1649
1649
  * @return GetMediaWorkflowJobResponse
1650
1650
  * @throws OciError when an error occurs
1651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
1651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
1652
1652
  */
1653
1653
  getMediaWorkflowJob(getMediaWorkflowJobRequest) {
1654
1654
  return __awaiter(this, void 0, void 0, function* () {
@@ -1711,7 +1711,7 @@ class MediaServicesClient {
1711
1711
  * @param GetMediaWorkflowJobFactRequest
1712
1712
  * @return GetMediaWorkflowJobFactResponse
1713
1713
  * @throws OciError when an error occurs
1714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
1714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
1715
1715
  */
1716
1716
  getMediaWorkflowJobFact(getMediaWorkflowJobFactRequest) {
1717
1717
  return __awaiter(this, void 0, void 0, function* () {
@@ -1775,7 +1775,7 @@ class MediaServicesClient {
1775
1775
  * @param GetStreamCdnConfigRequest
1776
1776
  * @return GetStreamCdnConfigResponse
1777
1777
  * @throws OciError when an error occurs
1778
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
1778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
1779
1779
  */
1780
1780
  getStreamCdnConfig(getStreamCdnConfigRequest) {
1781
1781
  return __awaiter(this, void 0, void 0, function* () {
@@ -1838,7 +1838,7 @@ class MediaServicesClient {
1838
1838
  * @param GetStreamDistributionChannelRequest
1839
1839
  * @return GetStreamDistributionChannelResponse
1840
1840
  * @throws OciError when an error occurs
1841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
1841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
1842
1842
  */
1843
1843
  getStreamDistributionChannel(getStreamDistributionChannelRequest) {
1844
1844
  return __awaiter(this, void 0, void 0, function* () {
@@ -1901,7 +1901,7 @@ class MediaServicesClient {
1901
1901
  * @param GetStreamPackagingConfigRequest
1902
1902
  * @return GetStreamPackagingConfigResponse
1903
1903
  * @throws OciError when an error occurs
1904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
1904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
1905
1905
  */
1906
1906
  getStreamPackagingConfig(getStreamPackagingConfigRequest) {
1907
1907
  return __awaiter(this, void 0, void 0, function* () {
@@ -1964,7 +1964,7 @@ class MediaServicesClient {
1964
1964
  * @param IngestStreamDistributionChannelRequest
1965
1965
  * @return IngestStreamDistributionChannelResponse
1966
1966
  * @throws OciError when an error occurs
1967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
1967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
1968
1968
  */
1969
1969
  ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest) {
1970
1970
  return __awaiter(this, void 0, void 0, function* () {
@@ -2024,7 +2024,7 @@ class MediaServicesClient {
2024
2024
  * @param ListMediaAssetDistributionChannelAttachmentsRequest
2025
2025
  * @return ListMediaAssetDistributionChannelAttachmentsResponse
2026
2026
  * @throws OciError when an error occurs
2027
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
2027
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
2028
2028
  */
2029
2029
  listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest) {
2030
2030
  return __awaiter(this, void 0, void 0, function* () {
@@ -2095,7 +2095,7 @@ class MediaServicesClient {
2095
2095
  * @param ListMediaAssetsRequest
2096
2096
  * @return ListMediaAssetsResponse
2097
2097
  * @throws OciError when an error occurs
2098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
2098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
2099
2099
  */
2100
2100
  listMediaAssets(listMediaAssetsRequest) {
2101
2101
  return __awaiter(this, void 0, void 0, function* () {
@@ -2174,7 +2174,7 @@ class MediaServicesClient {
2174
2174
  * @param ListMediaWorkflowConfigurationsRequest
2175
2175
  * @return ListMediaWorkflowConfigurationsResponse
2176
2176
  * @throws OciError when an error occurs
2177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
2177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
2178
2178
  */
2179
2179
  listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest) {
2180
2180
  return __awaiter(this, void 0, void 0, function* () {
@@ -2244,7 +2244,7 @@ class MediaServicesClient {
2244
2244
  * @param ListMediaWorkflowJobFactsRequest
2245
2245
  * @return ListMediaWorkflowJobFactsResponse
2246
2246
  * @throws OciError when an error occurs
2247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
2247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
2248
2248
  */
2249
2249
  listMediaWorkflowJobFacts(listMediaWorkflowJobFactsRequest) {
2250
2250
  return __awaiter(this, void 0, void 0, function* () {
@@ -2314,7 +2314,7 @@ class MediaServicesClient {
2314
2314
  * @param ListMediaWorkflowJobsRequest
2315
2315
  * @return ListMediaWorkflowJobsResponse
2316
2316
  * @throws OciError when an error occurs
2317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
2317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
2318
2318
  */
2319
2319
  listMediaWorkflowJobs(listMediaWorkflowJobsRequest) {
2320
2320
  return __awaiter(this, void 0, void 0, function* () {
@@ -2386,7 +2386,7 @@ class MediaServicesClient {
2386
2386
  * @param ListMediaWorkflowTaskDeclarationsRequest
2387
2387
  * @return ListMediaWorkflowTaskDeclarationsResponse
2388
2388
  * @throws OciError when an error occurs
2389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
2389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
2390
2390
  */
2391
2391
  listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest) {
2392
2392
  return __awaiter(this, void 0, void 0, function* () {
@@ -2456,7 +2456,7 @@ class MediaServicesClient {
2456
2456
  * @param ListMediaWorkflowsRequest
2457
2457
  * @return ListMediaWorkflowsResponse
2458
2458
  * @throws OciError when an error occurs
2459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
2459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
2460
2460
  */
2461
2461
  listMediaWorkflows(listMediaWorkflowsRequest) {
2462
2462
  return __awaiter(this, void 0, void 0, function* () {
@@ -2526,7 +2526,7 @@ class MediaServicesClient {
2526
2526
  * @param ListStreamCdnConfigsRequest
2527
2527
  * @return ListStreamCdnConfigsResponse
2528
2528
  * @throws OciError when an error occurs
2529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
2529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
2530
2530
  */
2531
2531
  listStreamCdnConfigs(listStreamCdnConfigsRequest) {
2532
2532
  return __awaiter(this, void 0, void 0, function* () {
@@ -2596,7 +2596,7 @@ class MediaServicesClient {
2596
2596
  * @param ListStreamDistributionChannelsRequest
2597
2597
  * @return ListStreamDistributionChannelsResponse
2598
2598
  * @throws OciError when an error occurs
2599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
2599
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
2600
2600
  */
2601
2601
  listStreamDistributionChannels(listStreamDistributionChannelsRequest) {
2602
2602
  return __awaiter(this, void 0, void 0, function* () {
@@ -2666,7 +2666,7 @@ class MediaServicesClient {
2666
2666
  * @param ListStreamPackagingConfigsRequest
2667
2667
  * @return ListStreamPackagingConfigsResponse
2668
2668
  * @throws OciError when an error occurs
2669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
2669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
2670
2670
  */
2671
2671
  listStreamPackagingConfigs(listStreamPackagingConfigsRequest) {
2672
2672
  return __awaiter(this, void 0, void 0, function* () {
@@ -2737,7 +2737,7 @@ class MediaServicesClient {
2737
2737
  * @param ListSystemMediaWorkflowsRequest
2738
2738
  * @return ListSystemMediaWorkflowsResponse
2739
2739
  * @throws OciError when an error occurs
2740
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
2740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
2741
2741
  */
2742
2742
  listSystemMediaWorkflows(listSystemMediaWorkflowsRequest) {
2743
2743
  return __awaiter(this, void 0, void 0, function* () {
@@ -2804,7 +2804,7 @@ class MediaServicesClient {
2804
2804
  * @param UpdateMediaAssetRequest
2805
2805
  * @return UpdateMediaAssetResponse
2806
2806
  * @throws OciError when an error occurs
2807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
2807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
2808
2808
  */
2809
2809
  updateMediaAsset(updateMediaAssetRequest) {
2810
2810
  return __awaiter(this, void 0, void 0, function* () {
@@ -2869,7 +2869,7 @@ class MediaServicesClient {
2869
2869
  * @param UpdateMediaWorkflowRequest
2870
2870
  * @return UpdateMediaWorkflowResponse
2871
2871
  * @throws OciError when an error occurs
2872
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
2872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
2873
2873
  */
2874
2874
  updateMediaWorkflow(updateMediaWorkflowRequest) {
2875
2875
  return __awaiter(this, void 0, void 0, function* () {
@@ -2934,7 +2934,7 @@ class MediaServicesClient {
2934
2934
  * @param UpdateMediaWorkflowConfigurationRequest
2935
2935
  * @return UpdateMediaWorkflowConfigurationResponse
2936
2936
  * @throws OciError when an error occurs
2937
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
2937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
2938
2938
  */
2939
2939
  updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest) {
2940
2940
  return __awaiter(this, void 0, void 0, function* () {
@@ -2999,7 +2999,7 @@ class MediaServicesClient {
2999
2999
  * @param UpdateMediaWorkflowJobRequest
3000
3000
  * @return UpdateMediaWorkflowJobResponse
3001
3001
  * @throws OciError when an error occurs
3002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
3002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
3003
3003
  */
3004
3004
  updateMediaWorkflowJob(updateMediaWorkflowJobRequest) {
3005
3005
  return __awaiter(this, void 0, void 0, function* () {
@@ -3064,7 +3064,7 @@ class MediaServicesClient {
3064
3064
  * @param UpdateStreamCdnConfigRequest
3065
3065
  * @return UpdateStreamCdnConfigResponse
3066
3066
  * @throws OciError when an error occurs
3067
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
3067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
3068
3068
  */
3069
3069
  updateStreamCdnConfig(updateStreamCdnConfigRequest) {
3070
3070
  return __awaiter(this, void 0, void 0, function* () {
@@ -3129,7 +3129,7 @@ class MediaServicesClient {
3129
3129
  * @param UpdateStreamDistributionChannelRequest
3130
3130
  * @return UpdateStreamDistributionChannelResponse
3131
3131
  * @throws OciError when an error occurs
3132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
3132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
3133
3133
  */
3134
3134
  updateStreamDistributionChannel(updateStreamDistributionChannelRequest) {
3135
3135
  return __awaiter(this, void 0, void 0, function* () {
@@ -3194,7 +3194,7 @@ class MediaServicesClient {
3194
3194
  * @param UpdateStreamPackagingConfigRequest
3195
3195
  * @return UpdateStreamPackagingConfigResponse
3196
3196
  * @throws OciError when an error occurs
3197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
3197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
3198
3198
  */
3199
3199
  updateStreamPackagingConfig(updateStreamPackagingConfigRequest) {
3200
3200
  return __awaiter(this, void 0, void 0, function* () {
@@ -3376,7 +3376,7 @@ class MediaStreamClient {
3376
3376
  * @param GeneratePlaylistRequest
3377
3377
  * @return GeneratePlaylistResponse
3378
3378
  * @throws OciError when an error occurs
3379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
3379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
3380
3380
  */
3381
3381
  generatePlaylist(generatePlaylistRequest) {
3382
3382
  return __awaiter(this, void 0, void 0, function* () {
@@ -3440,7 +3440,7 @@ class MediaStreamClient {
3440
3440
  * @param GenerateSessionTokenRequest
3441
3441
  * @return GenerateSessionTokenResponse
3442
3442
  * @throws OciError when an error occurs
3443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
3443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
3444
3444
  */
3445
3445
  generateSessionToken(generateSessionTokenRequest) {
3446
3446
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMediaAssetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMediaWorkflowCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMediaWorkflowConfigurationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMediaWorkflowJobCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartmentRequest.
17
17
  */
18
18
  export interface ChangeStreamDistributionChannelCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAssetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAssetRequest.
17
17
  */
18
18
  export interface CreateMediaAssetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfigurationRequest.
17
17
  */
18
18
  export interface CreateMediaWorkflowConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJobRequest.
17
17
  */
18
18
  export interface CreateMediaWorkflowJobRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflowRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflowRequest.
17
17
  */
18
18
  export interface CreateMediaWorkflowRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfigRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfigRequest.
17
17
  */
18
18
  export interface CreateStreamCdnConfigRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannelRequest.
17
17
  */
18
18
  export interface CreateStreamDistributionChannelRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfigRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfigRequest.
17
17
  */
18
18
  export interface CreateStreamPackagingConfigRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachmentRequest.
16
16
  */
17
17
  export interface DeleteMediaAssetDistributionChannelAttachmentRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAssetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAssetRequest.
17
17
  */
18
18
  export interface DeleteMediaAssetRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfigurationRequest.
16
16
  */
17
17
  export interface DeleteMediaWorkflowConfigurationRequest extends common.BaseRequest {
18
18
  /**