oci-mediaservices 2.88.0 → 2.88.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/lib/client.d.ts +62 -62
  2. package/lib/client.js +62 -62
  3. package/lib/request/add-media-asset-lock-request.d.ts +1 -1
  4. package/lib/request/add-media-workflow-configuration-lock-request.d.ts +1 -1
  5. package/lib/request/add-media-workflow-job-lock-request.d.ts +1 -1
  6. package/lib/request/add-media-workflow-lock-request.d.ts +1 -1
  7. package/lib/request/add-stream-cdn-config-lock-request.d.ts +1 -1
  8. package/lib/request/add-stream-distribution-channel-lock-request.d.ts +1 -1
  9. package/lib/request/add-stream-packaging-config-lock-request.d.ts +1 -1
  10. package/lib/request/change-media-asset-compartment-request.d.ts +1 -1
  11. package/lib/request/change-media-workflow-compartment-request.d.ts +1 -1
  12. package/lib/request/change-media-workflow-configuration-compartment-request.d.ts +1 -1
  13. package/lib/request/change-media-workflow-job-compartment-request.d.ts +1 -1
  14. package/lib/request/change-stream-distribution-channel-compartment-request.d.ts +1 -1
  15. package/lib/request/create-media-asset-request.d.ts +1 -1
  16. package/lib/request/create-media-workflow-configuration-request.d.ts +1 -1
  17. package/lib/request/create-media-workflow-job-request.d.ts +1 -1
  18. package/lib/request/create-media-workflow-request.d.ts +1 -1
  19. package/lib/request/create-stream-cdn-config-request.d.ts +1 -1
  20. package/lib/request/create-stream-distribution-channel-request.d.ts +1 -1
  21. package/lib/request/create-stream-packaging-config-request.d.ts +1 -1
  22. package/lib/request/delete-media-asset-distribution-channel-attachment-request.d.ts +1 -1
  23. package/lib/request/delete-media-asset-request.d.ts +1 -1
  24. package/lib/request/delete-media-workflow-configuration-request.d.ts +1 -1
  25. package/lib/request/delete-media-workflow-job-request.d.ts +1 -1
  26. package/lib/request/delete-media-workflow-request.d.ts +1 -1
  27. package/lib/request/delete-stream-cdn-config-request.d.ts +1 -1
  28. package/lib/request/delete-stream-distribution-channel-request.d.ts +1 -1
  29. package/lib/request/delete-stream-packaging-config-request.d.ts +1 -1
  30. package/lib/request/generate-playlist-request.d.ts +1 -1
  31. package/lib/request/generate-session-token-request.d.ts +1 -1
  32. package/lib/request/get-media-asset-distribution-channel-attachment-request.d.ts +1 -1
  33. package/lib/request/get-media-asset-request.d.ts +1 -1
  34. package/lib/request/get-media-workflow-configuration-request.d.ts +1 -1
  35. package/lib/request/get-media-workflow-job-request.d.ts +1 -1
  36. package/lib/request/get-media-workflow-request.d.ts +1 -1
  37. package/lib/request/get-stream-cdn-config-request.d.ts +1 -1
  38. package/lib/request/get-stream-distribution-channel-request.d.ts +1 -1
  39. package/lib/request/get-stream-packaging-config-request.d.ts +1 -1
  40. package/lib/request/ingest-stream-distribution-channel-request.d.ts +1 -1
  41. package/lib/request/list-media-asset-distribution-channel-attachments-request.d.ts +1 -1
  42. package/lib/request/list-media-assets-request.d.ts +1 -1
  43. package/lib/request/list-media-workflow-configurations-request.d.ts +1 -1
  44. package/lib/request/list-media-workflow-jobs-request.d.ts +1 -1
  45. package/lib/request/list-media-workflow-task-declarations-request.d.ts +1 -1
  46. package/lib/request/list-media-workflows-request.d.ts +1 -1
  47. package/lib/request/list-stream-cdn-configs-request.d.ts +1 -1
  48. package/lib/request/list-stream-distribution-channels-request.d.ts +1 -1
  49. package/lib/request/list-stream-packaging-configs-request.d.ts +1 -1
  50. package/lib/request/list-system-media-workflows-request.d.ts +1 -1
  51. package/lib/request/remove-media-asset-lock-request.d.ts +1 -1
  52. package/lib/request/remove-media-workflow-configuration-lock-request.d.ts +1 -1
  53. package/lib/request/remove-media-workflow-job-lock-request.d.ts +1 -1
  54. package/lib/request/remove-media-workflow-lock-request.d.ts +1 -1
  55. package/lib/request/remove-stream-cdn-config-lock-request.d.ts +1 -1
  56. package/lib/request/remove-stream-distribution-channel-lock-request.d.ts +1 -1
  57. package/lib/request/remove-stream-packaging-config-lock-request.d.ts +1 -1
  58. package/lib/request/update-media-asset-request.d.ts +1 -1
  59. package/lib/request/update-media-workflow-configuration-request.d.ts +1 -1
  60. package/lib/request/update-media-workflow-job-request.d.ts +1 -1
  61. package/lib/request/update-media-workflow-request.d.ts +1 -1
  62. package/lib/request/update-stream-cdn-config-request.d.ts +1 -1
  63. package/lib/request/update-stream-distribution-channel-request.d.ts +1 -1
  64. package/lib/request/update-stream-packaging-config-request.d.ts +1 -1
  65. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -206,7 +206,7 @@ class MediaServicesClient {
206
206
  * @param AddMediaAssetLockRequest
207
207
  * @return AddMediaAssetLockResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddMediaAssetLock.ts.html |here} to see how to use AddMediaAssetLock API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddMediaAssetLock.ts.html |here} to see how to use AddMediaAssetLock API.
210
210
  */
211
211
  addMediaAssetLock(addMediaAssetLockRequest) {
212
212
  return __awaiter(this, void 0, void 0, function* () {
@@ -273,7 +273,7 @@ class MediaServicesClient {
273
273
  * @param AddMediaWorkflowConfigurationLockRequest
274
274
  * @return AddMediaWorkflowConfigurationLockResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddMediaWorkflowConfigurationLock.ts.html |here} to see how to use AddMediaWorkflowConfigurationLock API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddMediaWorkflowConfigurationLock.ts.html |here} to see how to use AddMediaWorkflowConfigurationLock API.
277
277
  */
278
278
  addMediaWorkflowConfigurationLock(addMediaWorkflowConfigurationLockRequest) {
279
279
  return __awaiter(this, void 0, void 0, function* () {
@@ -340,7 +340,7 @@ class MediaServicesClient {
340
340
  * @param AddMediaWorkflowJobLockRequest
341
341
  * @return AddMediaWorkflowJobLockResponse
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.88.0/mediaservices/AddMediaWorkflowJobLock.ts.html |here} to see how to use AddMediaWorkflowJobLock API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddMediaWorkflowJobLock.ts.html |here} to see how to use AddMediaWorkflowJobLock API.
344
344
  */
345
345
  addMediaWorkflowJobLock(addMediaWorkflowJobLockRequest) {
346
346
  return __awaiter(this, void 0, void 0, function* () {
@@ -407,7 +407,7 @@ class MediaServicesClient {
407
407
  * @param AddMediaWorkflowLockRequest
408
408
  * @return AddMediaWorkflowLockResponse
409
409
  * @throws OciError when an error occurs
410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddMediaWorkflowLock.ts.html |here} to see how to use AddMediaWorkflowLock API.
410
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddMediaWorkflowLock.ts.html |here} to see how to use AddMediaWorkflowLock API.
411
411
  */
412
412
  addMediaWorkflowLock(addMediaWorkflowLockRequest) {
413
413
  return __awaiter(this, void 0, void 0, function* () {
@@ -474,7 +474,7 @@ class MediaServicesClient {
474
474
  * @param AddStreamCdnConfigLockRequest
475
475
  * @return AddStreamCdnConfigLockResponse
476
476
  * @throws OciError when an error occurs
477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddStreamCdnConfigLock.ts.html |here} to see how to use AddStreamCdnConfigLock API.
477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddStreamCdnConfigLock.ts.html |here} to see how to use AddStreamCdnConfigLock API.
478
478
  */
479
479
  addStreamCdnConfigLock(addStreamCdnConfigLockRequest) {
480
480
  return __awaiter(this, void 0, void 0, function* () {
@@ -541,7 +541,7 @@ class MediaServicesClient {
541
541
  * @param AddStreamDistributionChannelLockRequest
542
542
  * @return AddStreamDistributionChannelLockResponse
543
543
  * @throws OciError when an error occurs
544
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddStreamDistributionChannelLock.ts.html |here} to see how to use AddStreamDistributionChannelLock API.
544
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddStreamDistributionChannelLock.ts.html |here} to see how to use AddStreamDistributionChannelLock API.
545
545
  */
546
546
  addStreamDistributionChannelLock(addStreamDistributionChannelLockRequest) {
547
547
  return __awaiter(this, void 0, void 0, function* () {
@@ -608,7 +608,7 @@ class MediaServicesClient {
608
608
  * @param AddStreamPackagingConfigLockRequest
609
609
  * @return AddStreamPackagingConfigLockResponse
610
610
  * @throws OciError when an error occurs
611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/AddStreamPackagingConfigLock.ts.html |here} to see how to use AddStreamPackagingConfigLock API.
611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddStreamPackagingConfigLock.ts.html |here} to see how to use AddStreamPackagingConfigLock API.
612
612
  */
613
613
  addStreamPackagingConfigLock(addStreamPackagingConfigLockRequest) {
614
614
  return __awaiter(this, void 0, void 0, function* () {
@@ -674,7 +674,7 @@ class MediaServicesClient {
674
674
  * @param ChangeMediaAssetCompartmentRequest
675
675
  * @return ChangeMediaAssetCompartmentResponse
676
676
  * @throws OciError when an error occurs
677
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
678
678
  */
679
679
  changeMediaAssetCompartment(changeMediaAssetCompartmentRequest) {
680
680
  return __awaiter(this, void 0, void 0, function* () {
@@ -733,7 +733,7 @@ class MediaServicesClient {
733
733
  * @param ChangeMediaWorkflowCompartmentRequest
734
734
  * @return ChangeMediaWorkflowCompartmentResponse
735
735
  * @throws OciError when an error occurs
736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
737
737
  */
738
738
  changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest) {
739
739
  return __awaiter(this, void 0, void 0, function* () {
@@ -792,7 +792,7 @@ class MediaServicesClient {
792
792
  * @param ChangeMediaWorkflowConfigurationCompartmentRequest
793
793
  * @return ChangeMediaWorkflowConfigurationCompartmentResponse
794
794
  * @throws OciError when an error occurs
795
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
796
796
  */
797
797
  changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest) {
798
798
  return __awaiter(this, void 0, void 0, function* () {
@@ -851,7 +851,7 @@ class MediaServicesClient {
851
851
  * @param ChangeMediaWorkflowJobCompartmentRequest
852
852
  * @return ChangeMediaWorkflowJobCompartmentResponse
853
853
  * @throws OciError when an error occurs
854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
854
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
855
855
  */
856
856
  changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest) {
857
857
  return __awaiter(this, void 0, void 0, function* () {
@@ -910,7 +910,7 @@ class MediaServicesClient {
910
910
  * @param ChangeStreamDistributionChannelCompartmentRequest
911
911
  * @return ChangeStreamDistributionChannelCompartmentResponse
912
912
  * @throws OciError when an error occurs
913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
914
914
  */
915
915
  changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest) {
916
916
  return __awaiter(this, void 0, void 0, function* () {
@@ -970,7 +970,7 @@ class MediaServicesClient {
970
970
  * @param CreateMediaAssetRequest
971
971
  * @return CreateMediaAssetResponse
972
972
  * @throws OciError when an error occurs
973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
974
974
  */
975
975
  createMediaAsset(createMediaAssetRequest) {
976
976
  return __awaiter(this, void 0, void 0, function* () {
@@ -1034,7 +1034,7 @@ class MediaServicesClient {
1034
1034
  * @param CreateMediaWorkflowRequest
1035
1035
  * @return CreateMediaWorkflowResponse
1036
1036
  * @throws OciError when an error occurs
1037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
1037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
1038
1038
  */
1039
1039
  createMediaWorkflow(createMediaWorkflowRequest) {
1040
1040
  return __awaiter(this, void 0, void 0, function* () {
@@ -1098,7 +1098,7 @@ class MediaServicesClient {
1098
1098
  * @param CreateMediaWorkflowConfigurationRequest
1099
1099
  * @return CreateMediaWorkflowConfigurationResponse
1100
1100
  * @throws OciError when an error occurs
1101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
1101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
1102
1102
  */
1103
1103
  createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest) {
1104
1104
  return __awaiter(this, void 0, void 0, function* () {
@@ -1161,7 +1161,7 @@ class MediaServicesClient {
1161
1161
  * @param CreateMediaWorkflowJobRequest
1162
1162
  * @return CreateMediaWorkflowJobResponse
1163
1163
  * @throws OciError when an error occurs
1164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
1164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
1165
1165
  */
1166
1166
  createMediaWorkflowJob(createMediaWorkflowJobRequest) {
1167
1167
  return __awaiter(this, void 0, void 0, function* () {
@@ -1225,7 +1225,7 @@ class MediaServicesClient {
1225
1225
  * @param CreateStreamCdnConfigRequest
1226
1226
  * @return CreateStreamCdnConfigResponse
1227
1227
  * @throws OciError when an error occurs
1228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
1228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
1229
1229
  */
1230
1230
  createStreamCdnConfig(createStreamCdnConfigRequest) {
1231
1231
  return __awaiter(this, void 0, void 0, function* () {
@@ -1289,7 +1289,7 @@ class MediaServicesClient {
1289
1289
  * @param CreateStreamDistributionChannelRequest
1290
1290
  * @return CreateStreamDistributionChannelResponse
1291
1291
  * @throws OciError when an error occurs
1292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
1292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
1293
1293
  */
1294
1294
  createStreamDistributionChannel(createStreamDistributionChannelRequest) {
1295
1295
  return __awaiter(this, void 0, void 0, function* () {
@@ -1353,7 +1353,7 @@ class MediaServicesClient {
1353
1353
  * @param CreateStreamPackagingConfigRequest
1354
1354
  * @return CreateStreamPackagingConfigResponse
1355
1355
  * @throws OciError when an error occurs
1356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
1356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
1357
1357
  */
1358
1358
  createStreamPackagingConfig(createStreamPackagingConfigRequest) {
1359
1359
  return __awaiter(this, void 0, void 0, function* () {
@@ -1416,7 +1416,7 @@ class MediaServicesClient {
1416
1416
  * @param DeleteMediaAssetRequest
1417
1417
  * @return DeleteMediaAssetResponse
1418
1418
  * @throws OciError when an error occurs
1419
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
1419
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
1420
1420
  */
1421
1421
  deleteMediaAsset(deleteMediaAssetRequest) {
1422
1422
  return __awaiter(this, void 0, void 0, function* () {
@@ -1474,7 +1474,7 @@ class MediaServicesClient {
1474
1474
  * @param DeleteMediaAssetDistributionChannelAttachmentRequest
1475
1475
  * @return DeleteMediaAssetDistributionChannelAttachmentResponse
1476
1476
  * @throws OciError when an error occurs
1477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
1477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
1478
1478
  */
1479
1479
  deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest) {
1480
1480
  return __awaiter(this, void 0, void 0, function* () {
@@ -1533,7 +1533,7 @@ class MediaServicesClient {
1533
1533
  * @param DeleteMediaWorkflowRequest
1534
1534
  * @return DeleteMediaWorkflowResponse
1535
1535
  * @throws OciError when an error occurs
1536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
1536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
1537
1537
  */
1538
1538
  deleteMediaWorkflow(deleteMediaWorkflowRequest) {
1539
1539
  return __awaiter(this, void 0, void 0, function* () {
@@ -1590,7 +1590,7 @@ class MediaServicesClient {
1590
1590
  * @param DeleteMediaWorkflowConfigurationRequest
1591
1591
  * @return DeleteMediaWorkflowConfigurationResponse
1592
1592
  * @throws OciError when an error occurs
1593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
1593
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
1594
1594
  */
1595
1595
  deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest) {
1596
1596
  return __awaiter(this, void 0, void 0, function* () {
@@ -1647,7 +1647,7 @@ class MediaServicesClient {
1647
1647
  * @param DeleteMediaWorkflowJobRequest
1648
1648
  * @return DeleteMediaWorkflowJobResponse
1649
1649
  * @throws OciError when an error occurs
1650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
1650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
1651
1651
  */
1652
1652
  deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest) {
1653
1653
  return __awaiter(this, void 0, void 0, function* () {
@@ -1704,7 +1704,7 @@ class MediaServicesClient {
1704
1704
  * @param DeleteStreamCdnConfigRequest
1705
1705
  * @return DeleteStreamCdnConfigResponse
1706
1706
  * @throws OciError when an error occurs
1707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
1707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
1708
1708
  */
1709
1709
  deleteStreamCdnConfig(deleteStreamCdnConfigRequest) {
1710
1710
  return __awaiter(this, void 0, void 0, function* () {
@@ -1761,7 +1761,7 @@ class MediaServicesClient {
1761
1761
  * @param DeleteStreamDistributionChannelRequest
1762
1762
  * @return DeleteStreamDistributionChannelResponse
1763
1763
  * @throws OciError when an error occurs
1764
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
1764
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
1765
1765
  */
1766
1766
  deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest) {
1767
1767
  return __awaiter(this, void 0, void 0, function* () {
@@ -1818,7 +1818,7 @@ class MediaServicesClient {
1818
1818
  * @param DeleteStreamPackagingConfigRequest
1819
1819
  * @return DeleteStreamPackagingConfigResponse
1820
1820
  * @throws OciError when an error occurs
1821
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
1821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
1822
1822
  */
1823
1823
  deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest) {
1824
1824
  return __awaiter(this, void 0, void 0, function* () {
@@ -1875,7 +1875,7 @@ class MediaServicesClient {
1875
1875
  * @param GetMediaAssetRequest
1876
1876
  * @return GetMediaAssetResponse
1877
1877
  * @throws OciError when an error occurs
1878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
1878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
1879
1879
  */
1880
1880
  getMediaAsset(getMediaAssetRequest) {
1881
1881
  return __awaiter(this, void 0, void 0, function* () {
@@ -1938,7 +1938,7 @@ class MediaServicesClient {
1938
1938
  * @param GetMediaAssetDistributionChannelAttachmentRequest
1939
1939
  * @return GetMediaAssetDistributionChannelAttachmentResponse
1940
1940
  * @throws OciError when an error occurs
1941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
1941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
1942
1942
  */
1943
1943
  getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest) {
1944
1944
  return __awaiter(this, void 0, void 0, function* () {
@@ -2004,7 +2004,7 @@ class MediaServicesClient {
2004
2004
  * @param GetMediaWorkflowRequest
2005
2005
  * @return GetMediaWorkflowResponse
2006
2006
  * @throws OciError when an error occurs
2007
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
2007
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
2008
2008
  */
2009
2009
  getMediaWorkflow(getMediaWorkflowRequest) {
2010
2010
  return __awaiter(this, void 0, void 0, function* () {
@@ -2067,7 +2067,7 @@ class MediaServicesClient {
2067
2067
  * @param GetMediaWorkflowConfigurationRequest
2068
2068
  * @return GetMediaWorkflowConfigurationResponse
2069
2069
  * @throws OciError when an error occurs
2070
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
2070
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
2071
2071
  */
2072
2072
  getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest) {
2073
2073
  return __awaiter(this, void 0, void 0, function* () {
@@ -2130,7 +2130,7 @@ class MediaServicesClient {
2130
2130
  * @param GetMediaWorkflowJobRequest
2131
2131
  * @return GetMediaWorkflowJobResponse
2132
2132
  * @throws OciError when an error occurs
2133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
2133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
2134
2134
  */
2135
2135
  getMediaWorkflowJob(getMediaWorkflowJobRequest) {
2136
2136
  return __awaiter(this, void 0, void 0, function* () {
@@ -2193,7 +2193,7 @@ class MediaServicesClient {
2193
2193
  * @param GetStreamCdnConfigRequest
2194
2194
  * @return GetStreamCdnConfigResponse
2195
2195
  * @throws OciError when an error occurs
2196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
2196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
2197
2197
  */
2198
2198
  getStreamCdnConfig(getStreamCdnConfigRequest) {
2199
2199
  return __awaiter(this, void 0, void 0, function* () {
@@ -2256,7 +2256,7 @@ class MediaServicesClient {
2256
2256
  * @param GetStreamDistributionChannelRequest
2257
2257
  * @return GetStreamDistributionChannelResponse
2258
2258
  * @throws OciError when an error occurs
2259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
2259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
2260
2260
  */
2261
2261
  getStreamDistributionChannel(getStreamDistributionChannelRequest) {
2262
2262
  return __awaiter(this, void 0, void 0, function* () {
@@ -2319,7 +2319,7 @@ class MediaServicesClient {
2319
2319
  * @param GetStreamPackagingConfigRequest
2320
2320
  * @return GetStreamPackagingConfigResponse
2321
2321
  * @throws OciError when an error occurs
2322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
2322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
2323
2323
  */
2324
2324
  getStreamPackagingConfig(getStreamPackagingConfigRequest) {
2325
2325
  return __awaiter(this, void 0, void 0, function* () {
@@ -2382,7 +2382,7 @@ class MediaServicesClient {
2382
2382
  * @param IngestStreamDistributionChannelRequest
2383
2383
  * @return IngestStreamDistributionChannelResponse
2384
2384
  * @throws OciError when an error occurs
2385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
2385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
2386
2386
  */
2387
2387
  ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest) {
2388
2388
  return __awaiter(this, void 0, void 0, function* () {
@@ -2442,7 +2442,7 @@ class MediaServicesClient {
2442
2442
  * @param ListMediaAssetDistributionChannelAttachmentsRequest
2443
2443
  * @return ListMediaAssetDistributionChannelAttachmentsResponse
2444
2444
  * @throws OciError when an error occurs
2445
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
2445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
2446
2446
  */
2447
2447
  listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest) {
2448
2448
  return __awaiter(this, void 0, void 0, function* () {
@@ -2513,7 +2513,7 @@ class MediaServicesClient {
2513
2513
  * @param ListMediaAssetsRequest
2514
2514
  * @return ListMediaAssetsResponse
2515
2515
  * @throws OciError when an error occurs
2516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
2516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
2517
2517
  */
2518
2518
  listMediaAssets(listMediaAssetsRequest) {
2519
2519
  return __awaiter(this, void 0, void 0, function* () {
@@ -2592,7 +2592,7 @@ class MediaServicesClient {
2592
2592
  * @param ListMediaWorkflowConfigurationsRequest
2593
2593
  * @return ListMediaWorkflowConfigurationsResponse
2594
2594
  * @throws OciError when an error occurs
2595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
2595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
2596
2596
  */
2597
2597
  listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest) {
2598
2598
  return __awaiter(this, void 0, void 0, function* () {
@@ -2662,7 +2662,7 @@ class MediaServicesClient {
2662
2662
  * @param ListMediaWorkflowJobsRequest
2663
2663
  * @return ListMediaWorkflowJobsResponse
2664
2664
  * @throws OciError when an error occurs
2665
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
2665
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
2666
2666
  */
2667
2667
  listMediaWorkflowJobs(listMediaWorkflowJobsRequest) {
2668
2668
  return __awaiter(this, void 0, void 0, function* () {
@@ -2734,7 +2734,7 @@ class MediaServicesClient {
2734
2734
  * @param ListMediaWorkflowTaskDeclarationsRequest
2735
2735
  * @return ListMediaWorkflowTaskDeclarationsResponse
2736
2736
  * @throws OciError when an error occurs
2737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
2737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
2738
2738
  */
2739
2739
  listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest) {
2740
2740
  return __awaiter(this, void 0, void 0, function* () {
@@ -2804,7 +2804,7 @@ class MediaServicesClient {
2804
2804
  * @param ListMediaWorkflowsRequest
2805
2805
  * @return ListMediaWorkflowsResponse
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.88.0/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
2807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
2808
2808
  */
2809
2809
  listMediaWorkflows(listMediaWorkflowsRequest) {
2810
2810
  return __awaiter(this, void 0, void 0, function* () {
@@ -2874,7 +2874,7 @@ class MediaServicesClient {
2874
2874
  * @param ListStreamCdnConfigsRequest
2875
2875
  * @return ListStreamCdnConfigsResponse
2876
2876
  * @throws OciError when an error occurs
2877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
2877
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
2878
2878
  */
2879
2879
  listStreamCdnConfigs(listStreamCdnConfigsRequest) {
2880
2880
  return __awaiter(this, void 0, void 0, function* () {
@@ -2944,7 +2944,7 @@ class MediaServicesClient {
2944
2944
  * @param ListStreamDistributionChannelsRequest
2945
2945
  * @return ListStreamDistributionChannelsResponse
2946
2946
  * @throws OciError when an error occurs
2947
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
2947
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
2948
2948
  */
2949
2949
  listStreamDistributionChannels(listStreamDistributionChannelsRequest) {
2950
2950
  return __awaiter(this, void 0, void 0, function* () {
@@ -3014,7 +3014,7 @@ class MediaServicesClient {
3014
3014
  * @param ListStreamPackagingConfigsRequest
3015
3015
  * @return ListStreamPackagingConfigsResponse
3016
3016
  * @throws OciError when an error occurs
3017
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
3017
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
3018
3018
  */
3019
3019
  listStreamPackagingConfigs(listStreamPackagingConfigsRequest) {
3020
3020
  return __awaiter(this, void 0, void 0, function* () {
@@ -3085,7 +3085,7 @@ class MediaServicesClient {
3085
3085
  * @param ListSystemMediaWorkflowsRequest
3086
3086
  * @return ListSystemMediaWorkflowsResponse
3087
3087
  * @throws OciError when an error occurs
3088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
3088
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
3089
3089
  */
3090
3090
  listSystemMediaWorkflows(listSystemMediaWorkflowsRequest) {
3091
3091
  return __awaiter(this, void 0, void 0, function* () {
@@ -3153,7 +3153,7 @@ class MediaServicesClient {
3153
3153
  * @param RemoveMediaAssetLockRequest
3154
3154
  * @return RemoveMediaAssetLockResponse
3155
3155
  * @throws OciError when an error occurs
3156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveMediaAssetLock.ts.html |here} to see how to use RemoveMediaAssetLock API.
3156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/RemoveMediaAssetLock.ts.html |here} to see how to use RemoveMediaAssetLock API.
3157
3157
  */
3158
3158
  removeMediaAssetLock(removeMediaAssetLockRequest) {
3159
3159
  return __awaiter(this, void 0, void 0, function* () {
@@ -3220,7 +3220,7 @@ class MediaServicesClient {
3220
3220
  * @param RemoveMediaWorkflowConfigurationLockRequest
3221
3221
  * @return RemoveMediaWorkflowConfigurationLockResponse
3222
3222
  * @throws OciError when an error occurs
3223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveMediaWorkflowConfigurationLock.ts.html |here} to see how to use RemoveMediaWorkflowConfigurationLock API.
3223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/RemoveMediaWorkflowConfigurationLock.ts.html |here} to see how to use RemoveMediaWorkflowConfigurationLock API.
3224
3224
  */
3225
3225
  removeMediaWorkflowConfigurationLock(removeMediaWorkflowConfigurationLockRequest) {
3226
3226
  return __awaiter(this, void 0, void 0, function* () {
@@ -3287,7 +3287,7 @@ class MediaServicesClient {
3287
3287
  * @param RemoveMediaWorkflowJobLockRequest
3288
3288
  * @return RemoveMediaWorkflowJobLockResponse
3289
3289
  * @throws OciError when an error occurs
3290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveMediaWorkflowJobLock.ts.html |here} to see how to use RemoveMediaWorkflowJobLock API.
3290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/RemoveMediaWorkflowJobLock.ts.html |here} to see how to use RemoveMediaWorkflowJobLock API.
3291
3291
  */
3292
3292
  removeMediaWorkflowJobLock(removeMediaWorkflowJobLockRequest) {
3293
3293
  return __awaiter(this, void 0, void 0, function* () {
@@ -3354,7 +3354,7 @@ class MediaServicesClient {
3354
3354
  * @param RemoveMediaWorkflowLockRequest
3355
3355
  * @return RemoveMediaWorkflowLockResponse
3356
3356
  * @throws OciError when an error occurs
3357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveMediaWorkflowLock.ts.html |here} to see how to use RemoveMediaWorkflowLock API.
3357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/RemoveMediaWorkflowLock.ts.html |here} to see how to use RemoveMediaWorkflowLock API.
3358
3358
  */
3359
3359
  removeMediaWorkflowLock(removeMediaWorkflowLockRequest) {
3360
3360
  return __awaiter(this, void 0, void 0, function* () {
@@ -3421,7 +3421,7 @@ class MediaServicesClient {
3421
3421
  * @param RemoveStreamCdnConfigLockRequest
3422
3422
  * @return RemoveStreamCdnConfigLockResponse
3423
3423
  * @throws OciError when an error occurs
3424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveStreamCdnConfigLock.ts.html |here} to see how to use RemoveStreamCdnConfigLock API.
3424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/RemoveStreamCdnConfigLock.ts.html |here} to see how to use RemoveStreamCdnConfigLock API.
3425
3425
  */
3426
3426
  removeStreamCdnConfigLock(removeStreamCdnConfigLockRequest) {
3427
3427
  return __awaiter(this, void 0, void 0, function* () {
@@ -3488,7 +3488,7 @@ class MediaServicesClient {
3488
3488
  * @param RemoveStreamDistributionChannelLockRequest
3489
3489
  * @return RemoveStreamDistributionChannelLockResponse
3490
3490
  * @throws OciError when an error occurs
3491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveStreamDistributionChannelLock.ts.html |here} to see how to use RemoveStreamDistributionChannelLock API.
3491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/RemoveStreamDistributionChannelLock.ts.html |here} to see how to use RemoveStreamDistributionChannelLock API.
3492
3492
  */
3493
3493
  removeStreamDistributionChannelLock(removeStreamDistributionChannelLockRequest) {
3494
3494
  return __awaiter(this, void 0, void 0, function* () {
@@ -3555,7 +3555,7 @@ class MediaServicesClient {
3555
3555
  * @param RemoveStreamPackagingConfigLockRequest
3556
3556
  * @return RemoveStreamPackagingConfigLockResponse
3557
3557
  * @throws OciError when an error occurs
3558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/RemoveStreamPackagingConfigLock.ts.html |here} to see how to use RemoveStreamPackagingConfigLock API.
3558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/RemoveStreamPackagingConfigLock.ts.html |here} to see how to use RemoveStreamPackagingConfigLock API.
3559
3559
  */
3560
3560
  removeStreamPackagingConfigLock(removeStreamPackagingConfigLockRequest) {
3561
3561
  return __awaiter(this, void 0, void 0, function* () {
@@ -3621,7 +3621,7 @@ class MediaServicesClient {
3621
3621
  * @param UpdateMediaAssetRequest
3622
3622
  * @return UpdateMediaAssetResponse
3623
3623
  * @throws OciError when an error occurs
3624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
3624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
3625
3625
  */
3626
3626
  updateMediaAsset(updateMediaAssetRequest) {
3627
3627
  return __awaiter(this, void 0, void 0, function* () {
@@ -3688,7 +3688,7 @@ class MediaServicesClient {
3688
3688
  * @param UpdateMediaWorkflowRequest
3689
3689
  * @return UpdateMediaWorkflowResponse
3690
3690
  * @throws OciError when an error occurs
3691
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
3691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
3692
3692
  */
3693
3693
  updateMediaWorkflow(updateMediaWorkflowRequest) {
3694
3694
  return __awaiter(this, void 0, void 0, function* () {
@@ -3755,7 +3755,7 @@ class MediaServicesClient {
3755
3755
  * @param UpdateMediaWorkflowConfigurationRequest
3756
3756
  * @return UpdateMediaWorkflowConfigurationResponse
3757
3757
  * @throws OciError when an error occurs
3758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
3758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
3759
3759
  */
3760
3760
  updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest) {
3761
3761
  return __awaiter(this, void 0, void 0, function* () {
@@ -3822,7 +3822,7 @@ class MediaServicesClient {
3822
3822
  * @param UpdateMediaWorkflowJobRequest
3823
3823
  * @return UpdateMediaWorkflowJobResponse
3824
3824
  * @throws OciError when an error occurs
3825
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
3825
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
3826
3826
  */
3827
3827
  updateMediaWorkflowJob(updateMediaWorkflowJobRequest) {
3828
3828
  return __awaiter(this, void 0, void 0, function* () {
@@ -3889,7 +3889,7 @@ class MediaServicesClient {
3889
3889
  * @param UpdateStreamCdnConfigRequest
3890
3890
  * @return UpdateStreamCdnConfigResponse
3891
3891
  * @throws OciError when an error occurs
3892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
3892
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
3893
3893
  */
3894
3894
  updateStreamCdnConfig(updateStreamCdnConfigRequest) {
3895
3895
  return __awaiter(this, void 0, void 0, function* () {
@@ -3956,7 +3956,7 @@ class MediaServicesClient {
3956
3956
  * @param UpdateStreamDistributionChannelRequest
3957
3957
  * @return UpdateStreamDistributionChannelResponse
3958
3958
  * @throws OciError when an error occurs
3959
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
3959
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
3960
3960
  */
3961
3961
  updateStreamDistributionChannel(updateStreamDistributionChannelRequest) {
3962
3962
  return __awaiter(this, void 0, void 0, function* () {
@@ -4023,7 +4023,7 @@ class MediaServicesClient {
4023
4023
  * @param UpdateStreamPackagingConfigRequest
4024
4024
  * @return UpdateStreamPackagingConfigResponse
4025
4025
  * @throws OciError when an error occurs
4026
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
4026
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
4027
4027
  */
4028
4028
  updateStreamPackagingConfig(updateStreamPackagingConfigRequest) {
4029
4029
  return __awaiter(this, void 0, void 0, function* () {
@@ -4220,7 +4220,7 @@ class MediaStreamClient {
4220
4220
  * @param GeneratePlaylistRequest
4221
4221
  * @return GeneratePlaylistResponse
4222
4222
  * @throws OciError when an error occurs
4223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
4223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
4224
4224
  */
4225
4225
  generatePlaylist(generatePlaylistRequest) {
4226
4226
  return __awaiter(this, void 0, void 0, function* () {
@@ -4284,7 +4284,7 @@ class MediaStreamClient {
4284
4284
  * @param GenerateSessionTokenRequest
4285
4285
  * @return GenerateSessionTokenResponse
4286
4286
  * @throws OciError when an error occurs
4287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
4287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
4288
4288
  */
4289
4289
  generateSessionToken(generateSessionTokenRequest) {
4290
4290
  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.88.0/mediaservices/AddMediaAssetLock.ts.html |here} to see how to use AddMediaAssetLockRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddMediaAssetLock.ts.html |here} to see how to use AddMediaAssetLockRequest.
17
17
  */
18
18
  export interface AddMediaAssetLockRequest 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.88.0/mediaservices/AddMediaWorkflowConfigurationLock.ts.html |here} to see how to use AddMediaWorkflowConfigurationLockRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddMediaWorkflowConfigurationLock.ts.html |here} to see how to use AddMediaWorkflowConfigurationLockRequest.
17
17
  */
18
18
  export interface AddMediaWorkflowConfigurationLockRequest 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.88.0/mediaservices/AddMediaWorkflowJobLock.ts.html |here} to see how to use AddMediaWorkflowJobLockRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddMediaWorkflowJobLock.ts.html |here} to see how to use AddMediaWorkflowJobLockRequest.
17
17
  */
18
18
  export interface AddMediaWorkflowJobLockRequest 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.88.0/mediaservices/AddMediaWorkflowLock.ts.html |here} to see how to use AddMediaWorkflowLockRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddMediaWorkflowLock.ts.html |here} to see how to use AddMediaWorkflowLockRequest.
17
17
  */
18
18
  export interface AddMediaWorkflowLockRequest 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.88.0/mediaservices/AddStreamCdnConfigLock.ts.html |here} to see how to use AddStreamCdnConfigLockRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddStreamCdnConfigLock.ts.html |here} to see how to use AddStreamCdnConfigLockRequest.
17
17
  */
18
18
  export interface AddStreamCdnConfigLockRequest 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.88.0/mediaservices/AddStreamDistributionChannelLock.ts.html |here} to see how to use AddStreamDistributionChannelLockRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mediaservices/AddStreamDistributionChannelLock.ts.html |here} to see how to use AddStreamDistributionChannelLockRequest.
17
17
  */
18
18
  export interface AddStreamDistributionChannelLockRequest extends common.BaseRequest {
19
19
  /**