oci-mediaservices 2.50.2 → 2.50.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -159,7 +159,7 @@ class MediaServicesClient {
159
159
  * @param ChangeMediaAssetCompartmentRequest
160
160
  * @return ChangeMediaAssetCompartmentResponse
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.50.2/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
163
163
  */
164
164
  changeMediaAssetCompartment(changeMediaAssetCompartmentRequest) {
165
165
  return __awaiter(this, void 0, void 0, function* () {
@@ -216,7 +216,7 @@ class MediaServicesClient {
216
216
  * @param ChangeMediaWorkflowCompartmentRequest
217
217
  * @return ChangeMediaWorkflowCompartmentResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
220
220
  */
221
221
  changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest) {
222
222
  return __awaiter(this, void 0, void 0, function* () {
@@ -278,7 +278,7 @@ class MediaServicesClient {
278
278
  * @param ChangeMediaWorkflowConfigurationCompartmentRequest
279
279
  * @return ChangeMediaWorkflowConfigurationCompartmentResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
282
282
  */
283
283
  changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest) {
284
284
  return __awaiter(this, void 0, void 0, function* () {
@@ -340,7 +340,7 @@ class MediaServicesClient {
340
340
  * @param ChangeMediaWorkflowJobCompartmentRequest
341
341
  * @return ChangeMediaWorkflowJobCompartmentResponse
342
342
  * @throws OciError when an error occurs
343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
344
344
  */
345
345
  changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest) {
346
346
  return __awaiter(this, void 0, void 0, function* () {
@@ -402,7 +402,7 @@ class MediaServicesClient {
402
402
  * @param ChangeStreamDistributionChannelCompartmentRequest
403
403
  * @return ChangeStreamDistributionChannelCompartmentResponse
404
404
  * @throws OciError when an error occurs
405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
406
406
  */
407
407
  changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest) {
408
408
  return __awaiter(this, void 0, void 0, function* () {
@@ -465,7 +465,7 @@ class MediaServicesClient {
465
465
  * @param CreateMediaAssetRequest
466
466
  * @return CreateMediaAssetResponse
467
467
  * @throws OciError when an error occurs
468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
469
469
  */
470
470
  createMediaAsset(createMediaAssetRequest) {
471
471
  return __awaiter(this, void 0, void 0, function* () {
@@ -529,7 +529,7 @@ class MediaServicesClient {
529
529
  * @param CreateMediaWorkflowRequest
530
530
  * @return CreateMediaWorkflowResponse
531
531
  * @throws OciError when an error occurs
532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
533
533
  */
534
534
  createMediaWorkflow(createMediaWorkflowRequest) {
535
535
  return __awaiter(this, void 0, void 0, function* () {
@@ -593,7 +593,7 @@ class MediaServicesClient {
593
593
  * @param CreateMediaWorkflowConfigurationRequest
594
594
  * @return CreateMediaWorkflowConfigurationResponse
595
595
  * @throws OciError when an error occurs
596
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
597
597
  */
598
598
  createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest) {
599
599
  return __awaiter(this, void 0, void 0, function* () {
@@ -656,7 +656,7 @@ class MediaServicesClient {
656
656
  * @param CreateMediaWorkflowJobRequest
657
657
  * @return CreateMediaWorkflowJobResponse
658
658
  * @throws OciError when an error occurs
659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
660
660
  */
661
661
  createMediaWorkflowJob(createMediaWorkflowJobRequest) {
662
662
  return __awaiter(this, void 0, void 0, function* () {
@@ -720,7 +720,7 @@ class MediaServicesClient {
720
720
  * @param CreateStreamCdnConfigRequest
721
721
  * @return CreateStreamCdnConfigResponse
722
722
  * @throws OciError when an error occurs
723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
724
724
  */
725
725
  createStreamCdnConfig(createStreamCdnConfigRequest) {
726
726
  return __awaiter(this, void 0, void 0, function* () {
@@ -784,7 +784,7 @@ class MediaServicesClient {
784
784
  * @param CreateStreamDistributionChannelRequest
785
785
  * @return CreateStreamDistributionChannelResponse
786
786
  * @throws OciError when an error occurs
787
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
788
788
  */
789
789
  createStreamDistributionChannel(createStreamDistributionChannelRequest) {
790
790
  return __awaiter(this, void 0, void 0, function* () {
@@ -848,7 +848,7 @@ class MediaServicesClient {
848
848
  * @param CreateStreamPackagingConfigRequest
849
849
  * @return CreateStreamPackagingConfigResponse
850
850
  * @throws OciError when an error occurs
851
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
852
852
  */
853
853
  createStreamPackagingConfig(createStreamPackagingConfigRequest) {
854
854
  return __awaiter(this, void 0, void 0, function* () {
@@ -911,7 +911,7 @@ class MediaServicesClient {
911
911
  * @param DeleteMediaAssetRequest
912
912
  * @return DeleteMediaAssetResponse
913
913
  * @throws OciError when an error occurs
914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
915
915
  */
916
916
  deleteMediaAsset(deleteMediaAssetRequest) {
917
917
  return __awaiter(this, void 0, void 0, function* () {
@@ -968,7 +968,7 @@ class MediaServicesClient {
968
968
  * @param DeleteMediaAssetDistributionChannelAttachmentRequest
969
969
  * @return DeleteMediaAssetDistributionChannelAttachmentResponse
970
970
  * @throws OciError when an error occurs
971
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
972
972
  */
973
973
  deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest) {
974
974
  return __awaiter(this, void 0, void 0, function* () {
@@ -1026,7 +1026,7 @@ class MediaServicesClient {
1026
1026
  * @param DeleteMediaWorkflowRequest
1027
1027
  * @return DeleteMediaWorkflowResponse
1028
1028
  * @throws OciError when an error occurs
1029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
1029
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
1030
1030
  */
1031
1031
  deleteMediaWorkflow(deleteMediaWorkflowRequest) {
1032
1032
  return __awaiter(this, void 0, void 0, function* () {
@@ -1081,7 +1081,7 @@ class MediaServicesClient {
1081
1081
  * @param DeleteMediaWorkflowConfigurationRequest
1082
1082
  * @return DeleteMediaWorkflowConfigurationResponse
1083
1083
  * @throws OciError when an error occurs
1084
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
1084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
1085
1085
  */
1086
1086
  deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest) {
1087
1087
  return __awaiter(this, void 0, void 0, function* () {
@@ -1141,7 +1141,7 @@ class MediaServicesClient {
1141
1141
  * @param DeleteMediaWorkflowJobRequest
1142
1142
  * @return DeleteMediaWorkflowJobResponse
1143
1143
  * @throws OciError when an error occurs
1144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
1144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
1145
1145
  */
1146
1146
  deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest) {
1147
1147
  return __awaiter(this, void 0, void 0, function* () {
@@ -1201,7 +1201,7 @@ class MediaServicesClient {
1201
1201
  * @param DeleteStreamCdnConfigRequest
1202
1202
  * @return DeleteStreamCdnConfigResponse
1203
1203
  * @throws OciError when an error occurs
1204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
1204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
1205
1205
  */
1206
1206
  deleteStreamCdnConfig(deleteStreamCdnConfigRequest) {
1207
1207
  return __awaiter(this, void 0, void 0, function* () {
@@ -1256,7 +1256,7 @@ class MediaServicesClient {
1256
1256
  * @param DeleteStreamDistributionChannelRequest
1257
1257
  * @return DeleteStreamDistributionChannelResponse
1258
1258
  * @throws OciError when an error occurs
1259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
1259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
1260
1260
  */
1261
1261
  deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest) {
1262
1262
  return __awaiter(this, void 0, void 0, function* () {
@@ -1311,7 +1311,7 @@ class MediaServicesClient {
1311
1311
  * @param DeleteStreamPackagingConfigRequest
1312
1312
  * @return DeleteStreamPackagingConfigResponse
1313
1313
  * @throws OciError when an error occurs
1314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
1314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
1315
1315
  */
1316
1316
  deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest) {
1317
1317
  return __awaiter(this, void 0, void 0, function* () {
@@ -1366,7 +1366,7 @@ class MediaServicesClient {
1366
1366
  * @param GetMediaAssetRequest
1367
1367
  * @return GetMediaAssetResponse
1368
1368
  * @throws OciError when an error occurs
1369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
1369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
1370
1370
  */
1371
1371
  getMediaAsset(getMediaAssetRequest) {
1372
1372
  return __awaiter(this, void 0, void 0, function* () {
@@ -1429,7 +1429,7 @@ class MediaServicesClient {
1429
1429
  * @param GetMediaAssetDistributionChannelAttachmentRequest
1430
1430
  * @return GetMediaAssetDistributionChannelAttachmentResponse
1431
1431
  * @throws OciError when an error occurs
1432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
1432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
1433
1433
  */
1434
1434
  getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest) {
1435
1435
  return __awaiter(this, void 0, void 0, function* () {
@@ -1495,7 +1495,7 @@ class MediaServicesClient {
1495
1495
  * @param GetMediaWorkflowRequest
1496
1496
  * @return GetMediaWorkflowResponse
1497
1497
  * @throws OciError when an error occurs
1498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
1498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
1499
1499
  */
1500
1500
  getMediaWorkflow(getMediaWorkflowRequest) {
1501
1501
  return __awaiter(this, void 0, void 0, function* () {
@@ -1558,7 +1558,7 @@ class MediaServicesClient {
1558
1558
  * @param GetMediaWorkflowConfigurationRequest
1559
1559
  * @return GetMediaWorkflowConfigurationResponse
1560
1560
  * @throws OciError when an error occurs
1561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
1561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
1562
1562
  */
1563
1563
  getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest) {
1564
1564
  return __awaiter(this, void 0, void 0, function* () {
@@ -1621,7 +1621,7 @@ class MediaServicesClient {
1621
1621
  * @param GetMediaWorkflowJobRequest
1622
1622
  * @return GetMediaWorkflowJobResponse
1623
1623
  * @throws OciError when an error occurs
1624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
1624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
1625
1625
  */
1626
1626
  getMediaWorkflowJob(getMediaWorkflowJobRequest) {
1627
1627
  return __awaiter(this, void 0, void 0, function* () {
@@ -1684,7 +1684,7 @@ class MediaServicesClient {
1684
1684
  * @param GetMediaWorkflowJobFactRequest
1685
1685
  * @return GetMediaWorkflowJobFactResponse
1686
1686
  * @throws OciError when an error occurs
1687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
1687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
1688
1688
  */
1689
1689
  getMediaWorkflowJobFact(getMediaWorkflowJobFactRequest) {
1690
1690
  return __awaiter(this, void 0, void 0, function* () {
@@ -1748,7 +1748,7 @@ class MediaServicesClient {
1748
1748
  * @param GetStreamCdnConfigRequest
1749
1749
  * @return GetStreamCdnConfigResponse
1750
1750
  * @throws OciError when an error occurs
1751
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
1751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
1752
1752
  */
1753
1753
  getStreamCdnConfig(getStreamCdnConfigRequest) {
1754
1754
  return __awaiter(this, void 0, void 0, function* () {
@@ -1811,7 +1811,7 @@ class MediaServicesClient {
1811
1811
  * @param GetStreamDistributionChannelRequest
1812
1812
  * @return GetStreamDistributionChannelResponse
1813
1813
  * @throws OciError when an error occurs
1814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
1814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
1815
1815
  */
1816
1816
  getStreamDistributionChannel(getStreamDistributionChannelRequest) {
1817
1817
  return __awaiter(this, void 0, void 0, function* () {
@@ -1874,7 +1874,7 @@ class MediaServicesClient {
1874
1874
  * @param GetStreamPackagingConfigRequest
1875
1875
  * @return GetStreamPackagingConfigResponse
1876
1876
  * @throws OciError when an error occurs
1877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
1877
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
1878
1878
  */
1879
1879
  getStreamPackagingConfig(getStreamPackagingConfigRequest) {
1880
1880
  return __awaiter(this, void 0, void 0, function* () {
@@ -1937,7 +1937,7 @@ class MediaServicesClient {
1937
1937
  * @param IngestStreamDistributionChannelRequest
1938
1938
  * @return IngestStreamDistributionChannelResponse
1939
1939
  * @throws OciError when an error occurs
1940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
1940
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
1941
1941
  */
1942
1942
  ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest) {
1943
1943
  return __awaiter(this, void 0, void 0, function* () {
@@ -1997,7 +1997,7 @@ class MediaServicesClient {
1997
1997
  * @param ListMediaAssetDistributionChannelAttachmentsRequest
1998
1998
  * @return ListMediaAssetDistributionChannelAttachmentsResponse
1999
1999
  * @throws OciError when an error occurs
2000
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
2000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
2001
2001
  */
2002
2002
  listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest) {
2003
2003
  return __awaiter(this, void 0, void 0, function* () {
@@ -2068,7 +2068,7 @@ class MediaServicesClient {
2068
2068
  * @param ListMediaAssetsRequest
2069
2069
  * @return ListMediaAssetsResponse
2070
2070
  * @throws OciError when an error occurs
2071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
2071
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
2072
2072
  */
2073
2073
  listMediaAssets(listMediaAssetsRequest) {
2074
2074
  return __awaiter(this, void 0, void 0, function* () {
@@ -2147,7 +2147,7 @@ class MediaServicesClient {
2147
2147
  * @param ListMediaWorkflowConfigurationsRequest
2148
2148
  * @return ListMediaWorkflowConfigurationsResponse
2149
2149
  * @throws OciError when an error occurs
2150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
2150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
2151
2151
  */
2152
2152
  listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest) {
2153
2153
  return __awaiter(this, void 0, void 0, function* () {
@@ -2217,7 +2217,7 @@ class MediaServicesClient {
2217
2217
  * @param ListMediaWorkflowJobFactsRequest
2218
2218
  * @return ListMediaWorkflowJobFactsResponse
2219
2219
  * @throws OciError when an error occurs
2220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
2220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
2221
2221
  */
2222
2222
  listMediaWorkflowJobFacts(listMediaWorkflowJobFactsRequest) {
2223
2223
  return __awaiter(this, void 0, void 0, function* () {
@@ -2287,7 +2287,7 @@ class MediaServicesClient {
2287
2287
  * @param ListMediaWorkflowJobsRequest
2288
2288
  * @return ListMediaWorkflowJobsResponse
2289
2289
  * @throws OciError when an error occurs
2290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
2290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
2291
2291
  */
2292
2292
  listMediaWorkflowJobs(listMediaWorkflowJobsRequest) {
2293
2293
  return __awaiter(this, void 0, void 0, function* () {
@@ -2359,7 +2359,7 @@ class MediaServicesClient {
2359
2359
  * @param ListMediaWorkflowTaskDeclarationsRequest
2360
2360
  * @return ListMediaWorkflowTaskDeclarationsResponse
2361
2361
  * @throws OciError when an error occurs
2362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
2362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
2363
2363
  */
2364
2364
  listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest) {
2365
2365
  return __awaiter(this, void 0, void 0, function* () {
@@ -2429,7 +2429,7 @@ class MediaServicesClient {
2429
2429
  * @param ListMediaWorkflowsRequest
2430
2430
  * @return ListMediaWorkflowsResponse
2431
2431
  * @throws OciError when an error occurs
2432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
2432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
2433
2433
  */
2434
2434
  listMediaWorkflows(listMediaWorkflowsRequest) {
2435
2435
  return __awaiter(this, void 0, void 0, function* () {
@@ -2499,7 +2499,7 @@ class MediaServicesClient {
2499
2499
  * @param ListStreamCdnConfigsRequest
2500
2500
  * @return ListStreamCdnConfigsResponse
2501
2501
  * @throws OciError when an error occurs
2502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
2502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
2503
2503
  */
2504
2504
  listStreamCdnConfigs(listStreamCdnConfigsRequest) {
2505
2505
  return __awaiter(this, void 0, void 0, function* () {
@@ -2569,7 +2569,7 @@ class MediaServicesClient {
2569
2569
  * @param ListStreamDistributionChannelsRequest
2570
2570
  * @return ListStreamDistributionChannelsResponse
2571
2571
  * @throws OciError when an error occurs
2572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
2572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
2573
2573
  */
2574
2574
  listStreamDistributionChannels(listStreamDistributionChannelsRequest) {
2575
2575
  return __awaiter(this, void 0, void 0, function* () {
@@ -2639,7 +2639,7 @@ class MediaServicesClient {
2639
2639
  * @param ListStreamPackagingConfigsRequest
2640
2640
  * @return ListStreamPackagingConfigsResponse
2641
2641
  * @throws OciError when an error occurs
2642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
2642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
2643
2643
  */
2644
2644
  listStreamPackagingConfigs(listStreamPackagingConfigsRequest) {
2645
2645
  return __awaiter(this, void 0, void 0, function* () {
@@ -2710,7 +2710,7 @@ class MediaServicesClient {
2710
2710
  * @param ListSystemMediaWorkflowsRequest
2711
2711
  * @return ListSystemMediaWorkflowsResponse
2712
2712
  * @throws OciError when an error occurs
2713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
2713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
2714
2714
  */
2715
2715
  listSystemMediaWorkflows(listSystemMediaWorkflowsRequest) {
2716
2716
  return __awaiter(this, void 0, void 0, function* () {
@@ -2777,7 +2777,7 @@ class MediaServicesClient {
2777
2777
  * @param UpdateMediaAssetRequest
2778
2778
  * @return UpdateMediaAssetResponse
2779
2779
  * @throws OciError when an error occurs
2780
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
2780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
2781
2781
  */
2782
2782
  updateMediaAsset(updateMediaAssetRequest) {
2783
2783
  return __awaiter(this, void 0, void 0, function* () {
@@ -2842,7 +2842,7 @@ class MediaServicesClient {
2842
2842
  * @param UpdateMediaWorkflowRequest
2843
2843
  * @return UpdateMediaWorkflowResponse
2844
2844
  * @throws OciError when an error occurs
2845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
2845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
2846
2846
  */
2847
2847
  updateMediaWorkflow(updateMediaWorkflowRequest) {
2848
2848
  return __awaiter(this, void 0, void 0, function* () {
@@ -2907,7 +2907,7 @@ class MediaServicesClient {
2907
2907
  * @param UpdateMediaWorkflowConfigurationRequest
2908
2908
  * @return UpdateMediaWorkflowConfigurationResponse
2909
2909
  * @throws OciError when an error occurs
2910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
2910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
2911
2911
  */
2912
2912
  updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest) {
2913
2913
  return __awaiter(this, void 0, void 0, function* () {
@@ -2972,7 +2972,7 @@ class MediaServicesClient {
2972
2972
  * @param UpdateMediaWorkflowJobRequest
2973
2973
  * @return UpdateMediaWorkflowJobResponse
2974
2974
  * @throws OciError when an error occurs
2975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
2975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
2976
2976
  */
2977
2977
  updateMediaWorkflowJob(updateMediaWorkflowJobRequest) {
2978
2978
  return __awaiter(this, void 0, void 0, function* () {
@@ -3037,7 +3037,7 @@ class MediaServicesClient {
3037
3037
  * @param UpdateStreamCdnConfigRequest
3038
3038
  * @return UpdateStreamCdnConfigResponse
3039
3039
  * @throws OciError when an error occurs
3040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
3040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
3041
3041
  */
3042
3042
  updateStreamCdnConfig(updateStreamCdnConfigRequest) {
3043
3043
  return __awaiter(this, void 0, void 0, function* () {
@@ -3102,7 +3102,7 @@ class MediaServicesClient {
3102
3102
  * @param UpdateStreamDistributionChannelRequest
3103
3103
  * @return UpdateStreamDistributionChannelResponse
3104
3104
  * @throws OciError when an error occurs
3105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
3105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
3106
3106
  */
3107
3107
  updateStreamDistributionChannel(updateStreamDistributionChannelRequest) {
3108
3108
  return __awaiter(this, void 0, void 0, function* () {
@@ -3167,7 +3167,7 @@ class MediaServicesClient {
3167
3167
  * @param UpdateStreamPackagingConfigRequest
3168
3168
  * @return UpdateStreamPackagingConfigResponse
3169
3169
  * @throws OciError when an error occurs
3170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
3170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
3171
3171
  */
3172
3172
  updateStreamPackagingConfig(updateStreamPackagingConfigRequest) {
3173
3173
  return __awaiter(this, void 0, void 0, function* () {
@@ -3322,7 +3322,7 @@ class MediaStreamClient {
3322
3322
  * @param GeneratePlaylistRequest
3323
3323
  * @return GeneratePlaylistResponse
3324
3324
  * @throws OciError when an error occurs
3325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
3325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
3326
3326
  */
3327
3327
  generatePlaylist(generatePlaylistRequest) {
3328
3328
  return __awaiter(this, void 0, void 0, function* () {
@@ -3386,7 +3386,7 @@ class MediaStreamClient {
3386
3386
  * @param GenerateSessionTokenRequest
3387
3387
  * @return GenerateSessionTokenResponse
3388
3388
  * @throws OciError when an error occurs
3389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
3389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
3390
3390
  */
3391
3391
  generateSessionToken(generateSessionTokenRequest) {
3392
3392
  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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/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.50.2/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.50.4/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfigurationRequest.
16
16
  */
17
17
  export interface DeleteMediaWorkflowConfigurationRequest extends common.BaseRequest {
18
18
  /**