oci-mediaservices 2.76.1 → 2.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +50 -50
  3. package/lib/model/create-media-asset-details.d.ts +2 -2
  4. package/lib/model/create-media-workflow-configuration-details.d.ts +2 -2
  5. package/lib/model/create-media-workflow-details.d.ts +2 -2
  6. package/lib/model/create-media-workflow-job-details.d.ts +2 -2
  7. package/lib/model/create-stream-cdn-config-details.d.ts +2 -2
  8. package/lib/model/create-stream-distribution-channel-details.d.ts +2 -2
  9. package/lib/model/create-stream-packaging-config-details.d.ts +2 -2
  10. package/lib/model/media-asset-summary.d.ts +3 -3
  11. package/lib/model/media-asset.d.ts +3 -3
  12. package/lib/model/media-workflow-configuration-summary.d.ts +3 -3
  13. package/lib/model/media-workflow-configuration.d.ts +3 -3
  14. package/lib/model/media-workflow-job-summary.d.ts +3 -3
  15. package/lib/model/media-workflow-job.d.ts +3 -3
  16. package/lib/model/media-workflow-summary.d.ts +3 -3
  17. package/lib/model/media-workflow.d.ts +3 -3
  18. package/lib/model/stream-cdn-config-summary.d.ts +3 -3
  19. package/lib/model/stream-cdn-config.d.ts +3 -3
  20. package/lib/model/stream-distribution-channel-summary.d.ts +3 -3
  21. package/lib/model/stream-distribution-channel.d.ts +3 -3
  22. package/lib/model/stream-packaging-config-summary.d.ts +3 -3
  23. package/lib/model/stream-packaging-config.d.ts +3 -3
  24. package/lib/model/update-media-asset-details.d.ts +2 -2
  25. package/lib/model/update-media-workflow-configuration-details.d.ts +2 -2
  26. package/lib/model/update-media-workflow-details.d.ts +2 -2
  27. package/lib/model/update-media-workflow-job-details.d.ts +2 -2
  28. package/lib/model/update-stream-cdn-config-details.d.ts +2 -2
  29. package/lib/model/update-stream-distribution-channel-details.d.ts +2 -2
  30. package/lib/model/update-stream-packaging-config-details.d.ts +2 -2
  31. package/lib/request/change-media-asset-compartment-request.d.ts +2 -2
  32. package/lib/request/change-media-workflow-compartment-request.d.ts +2 -2
  33. package/lib/request/change-media-workflow-configuration-compartment-request.d.ts +2 -2
  34. package/lib/request/change-media-workflow-job-compartment-request.d.ts +2 -2
  35. package/lib/request/change-stream-distribution-channel-compartment-request.d.ts +2 -2
  36. package/lib/request/create-media-asset-request.d.ts +1 -1
  37. package/lib/request/create-media-workflow-configuration-request.d.ts +1 -1
  38. package/lib/request/create-media-workflow-job-request.d.ts +1 -1
  39. package/lib/request/create-media-workflow-request.d.ts +1 -1
  40. package/lib/request/create-stream-cdn-config-request.d.ts +1 -1
  41. package/lib/request/create-stream-distribution-channel-request.d.ts +1 -1
  42. package/lib/request/create-stream-packaging-config-request.d.ts +1 -1
  43. package/lib/request/delete-media-asset-distribution-channel-attachment-request.d.ts +2 -2
  44. package/lib/request/delete-media-asset-request.d.ts +2 -2
  45. package/lib/request/delete-media-workflow-configuration-request.d.ts +2 -2
  46. package/lib/request/delete-media-workflow-job-request.d.ts +2 -2
  47. package/lib/request/delete-media-workflow-request.d.ts +2 -2
  48. package/lib/request/delete-stream-cdn-config-request.d.ts +2 -2
  49. package/lib/request/delete-stream-distribution-channel-request.d.ts +2 -2
  50. package/lib/request/delete-stream-packaging-config-request.d.ts +2 -2
  51. package/lib/request/generate-playlist-request.d.ts +1 -1
  52. package/lib/request/generate-session-token-request.d.ts +1 -1
  53. package/lib/request/get-media-asset-distribution-channel-attachment-request.d.ts +1 -1
  54. package/lib/request/get-media-asset-request.d.ts +1 -1
  55. package/lib/request/get-media-workflow-configuration-request.d.ts +1 -1
  56. package/lib/request/get-media-workflow-job-fact-request.d.ts +1 -1
  57. package/lib/request/get-media-workflow-job-request.d.ts +1 -1
  58. package/lib/request/get-media-workflow-request.d.ts +1 -1
  59. package/lib/request/get-stream-cdn-config-request.d.ts +1 -1
  60. package/lib/request/get-stream-distribution-channel-request.d.ts +1 -1
  61. package/lib/request/get-stream-packaging-config-request.d.ts +1 -1
  62. package/lib/request/ingest-stream-distribution-channel-request.d.ts +1 -1
  63. package/lib/request/list-media-asset-distribution-channel-attachments-request.d.ts +2 -2
  64. package/lib/request/list-media-assets-request.d.ts +2 -2
  65. package/lib/request/list-media-workflow-configurations-request.d.ts +2 -2
  66. package/lib/request/list-media-workflow-job-facts-request.d.ts +2 -2
  67. package/lib/request/list-media-workflow-jobs-request.d.ts +2 -2
  68. package/lib/request/list-media-workflow-task-declarations-request.d.ts +2 -2
  69. package/lib/request/list-media-workflows-request.d.ts +2 -2
  70. package/lib/request/list-stream-cdn-configs-request.d.ts +2 -2
  71. package/lib/request/list-stream-distribution-channels-request.d.ts +2 -2
  72. package/lib/request/list-stream-packaging-configs-request.d.ts +2 -2
  73. package/lib/request/list-system-media-workflows-request.d.ts +2 -2
  74. package/lib/request/update-media-asset-request.d.ts +2 -2
  75. package/lib/request/update-media-workflow-configuration-request.d.ts +2 -2
  76. package/lib/request/update-media-workflow-job-request.d.ts +2 -2
  77. package/lib/request/update-media-workflow-request.d.ts +2 -2
  78. package/lib/request/update-stream-cdn-config-request.d.ts +2 -2
  79. package/lib/request/update-stream-distribution-channel-request.d.ts +2 -2
  80. package/lib/request/update-stream-packaging-config-request.d.ts +2 -2
  81. package/lib/response/create-media-asset-response.d.ts +1 -1
  82. package/lib/response/create-media-workflow-configuration-response.d.ts +1 -1
  83. package/lib/response/create-media-workflow-job-response.d.ts +1 -1
  84. package/lib/response/create-media-workflow-response.d.ts +1 -1
  85. package/lib/response/create-stream-cdn-config-response.d.ts +1 -1
  86. package/lib/response/create-stream-distribution-channel-response.d.ts +1 -1
  87. package/lib/response/create-stream-packaging-config-response.d.ts +1 -1
  88. package/lib/response/generate-playlist-response.d.ts +1 -1
  89. package/lib/response/generate-session-token-response.d.ts +1 -1
  90. package/lib/response/get-media-asset-distribution-channel-attachment-response.d.ts +1 -1
  91. package/lib/response/get-media-asset-response.d.ts +1 -1
  92. package/lib/response/get-media-workflow-configuration-response.d.ts +1 -1
  93. package/lib/response/get-media-workflow-job-fact-response.d.ts +1 -1
  94. package/lib/response/get-media-workflow-job-response.d.ts +1 -1
  95. package/lib/response/get-media-workflow-response.d.ts +1 -1
  96. package/lib/response/get-stream-cdn-config-response.d.ts +1 -1
  97. package/lib/response/get-stream-distribution-channel-response.d.ts +1 -1
  98. package/lib/response/get-stream-packaging-config-response.d.ts +1 -1
  99. package/lib/response/list-media-asset-distribution-channel-attachments-response.d.ts +1 -1
  100. package/lib/response/list-media-assets-response.d.ts +1 -1
  101. package/lib/response/list-media-workflow-configurations-response.d.ts +1 -1
  102. package/lib/response/list-media-workflow-job-facts-response.d.ts +1 -1
  103. package/lib/response/list-media-workflow-jobs-response.d.ts +1 -1
  104. package/lib/response/list-media-workflow-task-declarations-response.d.ts +1 -1
  105. package/lib/response/list-media-workflows-response.d.ts +1 -1
  106. package/lib/response/list-stream-cdn-configs-response.d.ts +1 -1
  107. package/lib/response/list-stream-distribution-channels-response.d.ts +1 -1
  108. package/lib/response/list-stream-packaging-configs-response.d.ts +1 -1
  109. package/lib/response/list-system-media-workflows-response.d.ts +1 -1
  110. package/lib/response/update-media-asset-response.d.ts +1 -1
  111. package/lib/response/update-media-workflow-configuration-response.d.ts +1 -1
  112. package/lib/response/update-media-workflow-job-response.d.ts +1 -1
  113. package/lib/response/update-media-workflow-response.d.ts +1 -1
  114. package/lib/response/update-stream-cdn-config-response.d.ts +1 -1
  115. package/lib/response/update-stream-distribution-channel-response.d.ts +1 -1
  116. package/lib/response/update-stream-packaging-config-response.d.ts +1 -1
  117. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -190,7 +190,7 @@ class MediaServicesClient {
190
190
  * @param ChangeMediaAssetCompartmentRequest
191
191
  * @return ChangeMediaAssetCompartmentResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
194
194
  */
195
195
  changeMediaAssetCompartment(changeMediaAssetCompartmentRequest) {
196
196
  return __awaiter(this, void 0, void 0, function* () {
@@ -247,7 +247,7 @@ class MediaServicesClient {
247
247
  * @param ChangeMediaWorkflowCompartmentRequest
248
248
  * @return ChangeMediaWorkflowCompartmentResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
251
251
  */
252
252
  changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest) {
253
253
  return __awaiter(this, void 0, void 0, function* () {
@@ -309,7 +309,7 @@ class MediaServicesClient {
309
309
  * @param ChangeMediaWorkflowConfigurationCompartmentRequest
310
310
  * @return ChangeMediaWorkflowConfigurationCompartmentResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
313
313
  */
314
314
  changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest) {
315
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -371,7 +371,7 @@ class MediaServicesClient {
371
371
  * @param ChangeMediaWorkflowJobCompartmentRequest
372
372
  * @return ChangeMediaWorkflowJobCompartmentResponse
373
373
  * @throws OciError when an error occurs
374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
375
375
  */
376
376
  changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest) {
377
377
  return __awaiter(this, void 0, void 0, function* () {
@@ -433,7 +433,7 @@ class MediaServicesClient {
433
433
  * @param ChangeStreamDistributionChannelCompartmentRequest
434
434
  * @return ChangeStreamDistributionChannelCompartmentResponse
435
435
  * @throws OciError when an error occurs
436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
437
437
  */
438
438
  changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest) {
439
439
  return __awaiter(this, void 0, void 0, function* () {
@@ -496,7 +496,7 @@ class MediaServicesClient {
496
496
  * @param CreateMediaAssetRequest
497
497
  * @return CreateMediaAssetResponse
498
498
  * @throws OciError when an error occurs
499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
500
500
  */
501
501
  createMediaAsset(createMediaAssetRequest) {
502
502
  return __awaiter(this, void 0, void 0, function* () {
@@ -560,7 +560,7 @@ class MediaServicesClient {
560
560
  * @param CreateMediaWorkflowRequest
561
561
  * @return CreateMediaWorkflowResponse
562
562
  * @throws OciError when an error occurs
563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
563
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
564
564
  */
565
565
  createMediaWorkflow(createMediaWorkflowRequest) {
566
566
  return __awaiter(this, void 0, void 0, function* () {
@@ -624,7 +624,7 @@ class MediaServicesClient {
624
624
  * @param CreateMediaWorkflowConfigurationRequest
625
625
  * @return CreateMediaWorkflowConfigurationResponse
626
626
  * @throws OciError when an error occurs
627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
628
628
  */
629
629
  createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest) {
630
630
  return __awaiter(this, void 0, void 0, function* () {
@@ -687,7 +687,7 @@ class MediaServicesClient {
687
687
  * @param CreateMediaWorkflowJobRequest
688
688
  * @return CreateMediaWorkflowJobResponse
689
689
  * @throws OciError when an error occurs
690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
691
691
  */
692
692
  createMediaWorkflowJob(createMediaWorkflowJobRequest) {
693
693
  return __awaiter(this, void 0, void 0, function* () {
@@ -751,7 +751,7 @@ class MediaServicesClient {
751
751
  * @param CreateStreamCdnConfigRequest
752
752
  * @return CreateStreamCdnConfigResponse
753
753
  * @throws OciError when an error occurs
754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
754
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
755
755
  */
756
756
  createStreamCdnConfig(createStreamCdnConfigRequest) {
757
757
  return __awaiter(this, void 0, void 0, function* () {
@@ -815,7 +815,7 @@ class MediaServicesClient {
815
815
  * @param CreateStreamDistributionChannelRequest
816
816
  * @return CreateStreamDistributionChannelResponse
817
817
  * @throws OciError when an error occurs
818
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
818
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
819
819
  */
820
820
  createStreamDistributionChannel(createStreamDistributionChannelRequest) {
821
821
  return __awaiter(this, void 0, void 0, function* () {
@@ -879,7 +879,7 @@ class MediaServicesClient {
879
879
  * @param CreateStreamPackagingConfigRequest
880
880
  * @return CreateStreamPackagingConfigResponse
881
881
  * @throws OciError when an error occurs
882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
883
883
  */
884
884
  createStreamPackagingConfig(createStreamPackagingConfigRequest) {
885
885
  return __awaiter(this, void 0, void 0, function* () {
@@ -942,7 +942,7 @@ class MediaServicesClient {
942
942
  * @param DeleteMediaAssetRequest
943
943
  * @return DeleteMediaAssetResponse
944
944
  * @throws OciError when an error occurs
945
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
945
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
946
946
  */
947
947
  deleteMediaAsset(deleteMediaAssetRequest) {
948
948
  return __awaiter(this, void 0, void 0, function* () {
@@ -999,7 +999,7 @@ class MediaServicesClient {
999
999
  * @param DeleteMediaAssetDistributionChannelAttachmentRequest
1000
1000
  * @return DeleteMediaAssetDistributionChannelAttachmentResponse
1001
1001
  * @throws OciError when an error occurs
1002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
1002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
1003
1003
  */
1004
1004
  deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest) {
1005
1005
  return __awaiter(this, void 0, void 0, function* () {
@@ -1057,7 +1057,7 @@ class MediaServicesClient {
1057
1057
  * @param DeleteMediaWorkflowRequest
1058
1058
  * @return DeleteMediaWorkflowResponse
1059
1059
  * @throws OciError when an error occurs
1060
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
1060
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
1061
1061
  */
1062
1062
  deleteMediaWorkflow(deleteMediaWorkflowRequest) {
1063
1063
  return __awaiter(this, void 0, void 0, function* () {
@@ -1112,7 +1112,7 @@ class MediaServicesClient {
1112
1112
  * @param DeleteMediaWorkflowConfigurationRequest
1113
1113
  * @return DeleteMediaWorkflowConfigurationResponse
1114
1114
  * @throws OciError when an error occurs
1115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
1115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
1116
1116
  */
1117
1117
  deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest) {
1118
1118
  return __awaiter(this, void 0, void 0, function* () {
@@ -1172,7 +1172,7 @@ class MediaServicesClient {
1172
1172
  * @param DeleteMediaWorkflowJobRequest
1173
1173
  * @return DeleteMediaWorkflowJobResponse
1174
1174
  * @throws OciError when an error occurs
1175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
1175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
1176
1176
  */
1177
1177
  deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest) {
1178
1178
  return __awaiter(this, void 0, void 0, function* () {
@@ -1232,7 +1232,7 @@ class MediaServicesClient {
1232
1232
  * @param DeleteStreamCdnConfigRequest
1233
1233
  * @return DeleteStreamCdnConfigResponse
1234
1234
  * @throws OciError when an error occurs
1235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
1235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
1236
1236
  */
1237
1237
  deleteStreamCdnConfig(deleteStreamCdnConfigRequest) {
1238
1238
  return __awaiter(this, void 0, void 0, function* () {
@@ -1287,7 +1287,7 @@ class MediaServicesClient {
1287
1287
  * @param DeleteStreamDistributionChannelRequest
1288
1288
  * @return DeleteStreamDistributionChannelResponse
1289
1289
  * @throws OciError when an error occurs
1290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
1290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
1291
1291
  */
1292
1292
  deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest) {
1293
1293
  return __awaiter(this, void 0, void 0, function* () {
@@ -1342,7 +1342,7 @@ class MediaServicesClient {
1342
1342
  * @param DeleteStreamPackagingConfigRequest
1343
1343
  * @return DeleteStreamPackagingConfigResponse
1344
1344
  * @throws OciError when an error occurs
1345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
1345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
1346
1346
  */
1347
1347
  deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest) {
1348
1348
  return __awaiter(this, void 0, void 0, function* () {
@@ -1397,7 +1397,7 @@ class MediaServicesClient {
1397
1397
  * @param GetMediaAssetRequest
1398
1398
  * @return GetMediaAssetResponse
1399
1399
  * @throws OciError when an error occurs
1400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
1400
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
1401
1401
  */
1402
1402
  getMediaAsset(getMediaAssetRequest) {
1403
1403
  return __awaiter(this, void 0, void 0, function* () {
@@ -1460,7 +1460,7 @@ class MediaServicesClient {
1460
1460
  * @param GetMediaAssetDistributionChannelAttachmentRequest
1461
1461
  * @return GetMediaAssetDistributionChannelAttachmentResponse
1462
1462
  * @throws OciError when an error occurs
1463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
1463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
1464
1464
  */
1465
1465
  getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest) {
1466
1466
  return __awaiter(this, void 0, void 0, function* () {
@@ -1526,7 +1526,7 @@ class MediaServicesClient {
1526
1526
  * @param GetMediaWorkflowRequest
1527
1527
  * @return GetMediaWorkflowResponse
1528
1528
  * @throws OciError when an error occurs
1529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
1529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
1530
1530
  */
1531
1531
  getMediaWorkflow(getMediaWorkflowRequest) {
1532
1532
  return __awaiter(this, void 0, void 0, function* () {
@@ -1589,7 +1589,7 @@ class MediaServicesClient {
1589
1589
  * @param GetMediaWorkflowConfigurationRequest
1590
1590
  * @return GetMediaWorkflowConfigurationResponse
1591
1591
  * @throws OciError when an error occurs
1592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
1592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
1593
1593
  */
1594
1594
  getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest) {
1595
1595
  return __awaiter(this, void 0, void 0, function* () {
@@ -1652,7 +1652,7 @@ class MediaServicesClient {
1652
1652
  * @param GetMediaWorkflowJobRequest
1653
1653
  * @return GetMediaWorkflowJobResponse
1654
1654
  * @throws OciError when an error occurs
1655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
1655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
1656
1656
  */
1657
1657
  getMediaWorkflowJob(getMediaWorkflowJobRequest) {
1658
1658
  return __awaiter(this, void 0, void 0, function* () {
@@ -1715,7 +1715,7 @@ class MediaServicesClient {
1715
1715
  * @param GetMediaWorkflowJobFactRequest
1716
1716
  * @return GetMediaWorkflowJobFactResponse
1717
1717
  * @throws OciError when an error occurs
1718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
1718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
1719
1719
  */
1720
1720
  getMediaWorkflowJobFact(getMediaWorkflowJobFactRequest) {
1721
1721
  return __awaiter(this, void 0, void 0, function* () {
@@ -1779,7 +1779,7 @@ class MediaServicesClient {
1779
1779
  * @param GetStreamCdnConfigRequest
1780
1780
  * @return GetStreamCdnConfigResponse
1781
1781
  * @throws OciError when an error occurs
1782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
1782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
1783
1783
  */
1784
1784
  getStreamCdnConfig(getStreamCdnConfigRequest) {
1785
1785
  return __awaiter(this, void 0, void 0, function* () {
@@ -1842,7 +1842,7 @@ class MediaServicesClient {
1842
1842
  * @param GetStreamDistributionChannelRequest
1843
1843
  * @return GetStreamDistributionChannelResponse
1844
1844
  * @throws OciError when an error occurs
1845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
1845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
1846
1846
  */
1847
1847
  getStreamDistributionChannel(getStreamDistributionChannelRequest) {
1848
1848
  return __awaiter(this, void 0, void 0, function* () {
@@ -1905,7 +1905,7 @@ class MediaServicesClient {
1905
1905
  * @param GetStreamPackagingConfigRequest
1906
1906
  * @return GetStreamPackagingConfigResponse
1907
1907
  * @throws OciError when an error occurs
1908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
1908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
1909
1909
  */
1910
1910
  getStreamPackagingConfig(getStreamPackagingConfigRequest) {
1911
1911
  return __awaiter(this, void 0, void 0, function* () {
@@ -1968,7 +1968,7 @@ class MediaServicesClient {
1968
1968
  * @param IngestStreamDistributionChannelRequest
1969
1969
  * @return IngestStreamDistributionChannelResponse
1970
1970
  * @throws OciError when an error occurs
1971
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
1971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
1972
1972
  */
1973
1973
  ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest) {
1974
1974
  return __awaiter(this, void 0, void 0, function* () {
@@ -2028,7 +2028,7 @@ class MediaServicesClient {
2028
2028
  * @param ListMediaAssetDistributionChannelAttachmentsRequest
2029
2029
  * @return ListMediaAssetDistributionChannelAttachmentsResponse
2030
2030
  * @throws OciError when an error occurs
2031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
2031
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
2032
2032
  */
2033
2033
  listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest) {
2034
2034
  return __awaiter(this, void 0, void 0, function* () {
@@ -2099,7 +2099,7 @@ class MediaServicesClient {
2099
2099
  * @param ListMediaAssetsRequest
2100
2100
  * @return ListMediaAssetsResponse
2101
2101
  * @throws OciError when an error occurs
2102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
2102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
2103
2103
  */
2104
2104
  listMediaAssets(listMediaAssetsRequest) {
2105
2105
  return __awaiter(this, void 0, void 0, function* () {
@@ -2178,7 +2178,7 @@ class MediaServicesClient {
2178
2178
  * @param ListMediaWorkflowConfigurationsRequest
2179
2179
  * @return ListMediaWorkflowConfigurationsResponse
2180
2180
  * @throws OciError when an error occurs
2181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
2181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
2182
2182
  */
2183
2183
  listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest) {
2184
2184
  return __awaiter(this, void 0, void 0, function* () {
@@ -2248,7 +2248,7 @@ class MediaServicesClient {
2248
2248
  * @param ListMediaWorkflowJobFactsRequest
2249
2249
  * @return ListMediaWorkflowJobFactsResponse
2250
2250
  * @throws OciError when an error occurs
2251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
2251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
2252
2252
  */
2253
2253
  listMediaWorkflowJobFacts(listMediaWorkflowJobFactsRequest) {
2254
2254
  return __awaiter(this, void 0, void 0, function* () {
@@ -2318,7 +2318,7 @@ class MediaServicesClient {
2318
2318
  * @param ListMediaWorkflowJobsRequest
2319
2319
  * @return ListMediaWorkflowJobsResponse
2320
2320
  * @throws OciError when an error occurs
2321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
2321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
2322
2322
  */
2323
2323
  listMediaWorkflowJobs(listMediaWorkflowJobsRequest) {
2324
2324
  return __awaiter(this, void 0, void 0, function* () {
@@ -2390,7 +2390,7 @@ class MediaServicesClient {
2390
2390
  * @param ListMediaWorkflowTaskDeclarationsRequest
2391
2391
  * @return ListMediaWorkflowTaskDeclarationsResponse
2392
2392
  * @throws OciError when an error occurs
2393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
2393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
2394
2394
  */
2395
2395
  listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest) {
2396
2396
  return __awaiter(this, void 0, void 0, function* () {
@@ -2460,7 +2460,7 @@ class MediaServicesClient {
2460
2460
  * @param ListMediaWorkflowsRequest
2461
2461
  * @return ListMediaWorkflowsResponse
2462
2462
  * @throws OciError when an error occurs
2463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
2463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
2464
2464
  */
2465
2465
  listMediaWorkflows(listMediaWorkflowsRequest) {
2466
2466
  return __awaiter(this, void 0, void 0, function* () {
@@ -2530,7 +2530,7 @@ class MediaServicesClient {
2530
2530
  * @param ListStreamCdnConfigsRequest
2531
2531
  * @return ListStreamCdnConfigsResponse
2532
2532
  * @throws OciError when an error occurs
2533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
2533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
2534
2534
  */
2535
2535
  listStreamCdnConfigs(listStreamCdnConfigsRequest) {
2536
2536
  return __awaiter(this, void 0, void 0, function* () {
@@ -2600,7 +2600,7 @@ class MediaServicesClient {
2600
2600
  * @param ListStreamDistributionChannelsRequest
2601
2601
  * @return ListStreamDistributionChannelsResponse
2602
2602
  * @throws OciError when an error occurs
2603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
2603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
2604
2604
  */
2605
2605
  listStreamDistributionChannels(listStreamDistributionChannelsRequest) {
2606
2606
  return __awaiter(this, void 0, void 0, function* () {
@@ -2670,7 +2670,7 @@ class MediaServicesClient {
2670
2670
  * @param ListStreamPackagingConfigsRequest
2671
2671
  * @return ListStreamPackagingConfigsResponse
2672
2672
  * @throws OciError when an error occurs
2673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
2673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
2674
2674
  */
2675
2675
  listStreamPackagingConfigs(listStreamPackagingConfigsRequest) {
2676
2676
  return __awaiter(this, void 0, void 0, function* () {
@@ -2741,7 +2741,7 @@ class MediaServicesClient {
2741
2741
  * @param ListSystemMediaWorkflowsRequest
2742
2742
  * @return ListSystemMediaWorkflowsResponse
2743
2743
  * @throws OciError when an error occurs
2744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
2744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
2745
2745
  */
2746
2746
  listSystemMediaWorkflows(listSystemMediaWorkflowsRequest) {
2747
2747
  return __awaiter(this, void 0, void 0, function* () {
@@ -2808,7 +2808,7 @@ class MediaServicesClient {
2808
2808
  * @param UpdateMediaAssetRequest
2809
2809
  * @return UpdateMediaAssetResponse
2810
2810
  * @throws OciError when an error occurs
2811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
2811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
2812
2812
  */
2813
2813
  updateMediaAsset(updateMediaAssetRequest) {
2814
2814
  return __awaiter(this, void 0, void 0, function* () {
@@ -2873,7 +2873,7 @@ class MediaServicesClient {
2873
2873
  * @param UpdateMediaWorkflowRequest
2874
2874
  * @return UpdateMediaWorkflowResponse
2875
2875
  * @throws OciError when an error occurs
2876
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
2876
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
2877
2877
  */
2878
2878
  updateMediaWorkflow(updateMediaWorkflowRequest) {
2879
2879
  return __awaiter(this, void 0, void 0, function* () {
@@ -2938,7 +2938,7 @@ class MediaServicesClient {
2938
2938
  * @param UpdateMediaWorkflowConfigurationRequest
2939
2939
  * @return UpdateMediaWorkflowConfigurationResponse
2940
2940
  * @throws OciError when an error occurs
2941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
2941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
2942
2942
  */
2943
2943
  updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest) {
2944
2944
  return __awaiter(this, void 0, void 0, function* () {
@@ -3003,7 +3003,7 @@ class MediaServicesClient {
3003
3003
  * @param UpdateMediaWorkflowJobRequest
3004
3004
  * @return UpdateMediaWorkflowJobResponse
3005
3005
  * @throws OciError when an error occurs
3006
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
3006
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
3007
3007
  */
3008
3008
  updateMediaWorkflowJob(updateMediaWorkflowJobRequest) {
3009
3009
  return __awaiter(this, void 0, void 0, function* () {
@@ -3068,7 +3068,7 @@ class MediaServicesClient {
3068
3068
  * @param UpdateStreamCdnConfigRequest
3069
3069
  * @return UpdateStreamCdnConfigResponse
3070
3070
  * @throws OciError when an error occurs
3071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
3071
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
3072
3072
  */
3073
3073
  updateStreamCdnConfig(updateStreamCdnConfigRequest) {
3074
3074
  return __awaiter(this, void 0, void 0, function* () {
@@ -3133,7 +3133,7 @@ class MediaServicesClient {
3133
3133
  * @param UpdateStreamDistributionChannelRequest
3134
3134
  * @return UpdateStreamDistributionChannelResponse
3135
3135
  * @throws OciError when an error occurs
3136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
3136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
3137
3137
  */
3138
3138
  updateStreamDistributionChannel(updateStreamDistributionChannelRequest) {
3139
3139
  return __awaiter(this, void 0, void 0, function* () {
@@ -3198,7 +3198,7 @@ class MediaServicesClient {
3198
3198
  * @param UpdateStreamPackagingConfigRequest
3199
3199
  * @return UpdateStreamPackagingConfigResponse
3200
3200
  * @throws OciError when an error occurs
3201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
3201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
3202
3202
  */
3203
3203
  updateStreamPackagingConfig(updateStreamPackagingConfigRequest) {
3204
3204
  return __awaiter(this, void 0, void 0, function* () {
@@ -3384,7 +3384,7 @@ class MediaStreamClient {
3384
3384
  * @param GeneratePlaylistRequest
3385
3385
  * @return GeneratePlaylistResponse
3386
3386
  * @throws OciError when an error occurs
3387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
3387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
3388
3388
  */
3389
3389
  generatePlaylist(generatePlaylistRequest) {
3390
3390
  return __awaiter(this, void 0, void 0, function* () {
@@ -3448,7 +3448,7 @@ class MediaStreamClient {
3448
3448
  * @param GenerateSessionTokenRequest
3449
3449
  * @return GenerateSessionTokenResponse
3450
3450
  * @throws OciError when an error occurs
3451
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
3451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
3452
3452
  */
3453
3453
  generateSessionToken(generateSessionTokenRequest) {
3454
3454
  return __awaiter(this, void 0, void 0, function* () {
@@ -84,7 +84,7 @@ export interface CreateMediaAssetDetails {
84
84
  "mediaAssetTags"?: Array<model.MediaAssetTag>;
85
85
  /**
86
86
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
87
- * Example: `{\"bar-key\": \"value\"}`
87
+ * Example: {@code {\"bar-key\": \"value\"}}
88
88
  *
89
89
  */
90
90
  "freeformTags"?: {
@@ -92,7 +92,7 @@ export interface CreateMediaAssetDetails {
92
92
  };
93
93
  /**
94
94
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
95
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
95
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
96
96
  *
97
97
  */
98
98
  "definedTags"?: {
@@ -37,7 +37,7 @@ export interface CreateMediaWorkflowConfigurationDetails {
37
37
  "compartmentId": string;
38
38
  /**
39
39
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
40
- * Example: `{\"bar-key\": \"value\"}`
40
+ * Example: {@code {\"bar-key\": \"value\"}}
41
41
  *
42
42
  */
43
43
  "freeformTags"?: {
@@ -45,7 +45,7 @@ export interface CreateMediaWorkflowConfigurationDetails {
45
45
  };
46
46
  /**
47
47
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
48
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
48
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
49
49
  *
50
50
  */
51
51
  "definedTags"?: {
@@ -50,7 +50,7 @@ export interface CreateMediaWorkflowDetails {
50
50
  };
51
51
  /**
52
52
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
53
- * Example: `{\"bar-key\": \"value\"}`
53
+ * Example: {@code {\"bar-key\": \"value\"}}
54
54
  *
55
55
  */
56
56
  "freeformTags"?: {
@@ -58,7 +58,7 @@ export interface CreateMediaWorkflowDetails {
58
58
  };
59
59
  /**
60
60
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
61
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
61
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
62
62
  *
63
63
  */
64
64
  "definedTags"?: {
@@ -42,7 +42,7 @@ export interface CreateMediaWorkflowJobDetails {
42
42
  };
43
43
  /**
44
44
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
45
- * Example: `{\"bar-key\": \"value\"}`
45
+ * Example: {@code {\"bar-key\": \"value\"}}
46
46
  *
47
47
  */
48
48
  "freeformTags"?: {
@@ -50,7 +50,7 @@ export interface CreateMediaWorkflowJobDetails {
50
50
  };
51
51
  /**
52
52
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
53
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
53
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
54
54
  *
55
55
  */
56
56
  "definedTags"?: {
@@ -33,7 +33,7 @@ export interface CreateStreamCdnConfigDetails {
33
33
  "config": model.AkamaiManualStreamCdnConfig | model.EdgeStreamCdnConfig;
34
34
  /**
35
35
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
36
- * Example: `{\"bar-key\": \"value\"}`
36
+ * Example: {@code {\"bar-key\": \"value\"}}
37
37
  *
38
38
  */
39
39
  "freeformTags"?: {
@@ -41,7 +41,7 @@ export interface CreateStreamCdnConfigDetails {
41
41
  };
42
42
  /**
43
43
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
44
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
44
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
45
45
  *
46
46
  */
47
47
  "definedTags"?: {
@@ -27,7 +27,7 @@ export interface CreateStreamDistributionChannelDetails {
27
27
  "compartmentId": string;
28
28
  /**
29
29
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
30
- * Example: `{\"bar-key\": \"value\"}`
30
+ * Example: {@code {\"bar-key\": \"value\"}}
31
31
  *
32
32
  */
33
33
  "freeformTags"?: {
@@ -35,7 +35,7 @@ export interface CreateStreamDistributionChannelDetails {
35
35
  };
36
36
  /**
37
37
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
38
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
38
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
39
39
  *
40
40
  */
41
41
  "definedTags"?: {
@@ -37,7 +37,7 @@ export interface CreateStreamPackagingConfigDetails {
37
37
  "encryption"?: model.StreamPackagingConfigEncryptionAes128 | model.StreamPackagingConfigEncryptionNone;
38
38
  /**
39
39
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
40
- * Example: `{\"bar-key\": \"value\"}`
40
+ * Example: {@code {\"bar-key\": \"value\"}}
41
41
  *
42
42
  */
43
43
  "freeformTags"?: {
@@ -45,7 +45,7 @@ export interface CreateStreamPackagingConfigDetails {
45
45
  };
46
46
  /**
47
47
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
48
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
48
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
49
49
  *
50
50
  */
51
51
  "definedTags"?: {
@@ -56,7 +56,7 @@ export interface MediaAssetSummary {
56
56
  "parentMediaAssetId"?: string;
57
57
  /**
58
58
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
59
- * Example: `{\"bar-key\": \"value\"}`
59
+ * Example: {@code {\"bar-key\": \"value\"}}
60
60
  *
61
61
  */
62
62
  "freeformTags"?: {
@@ -64,7 +64,7 @@ export interface MediaAssetSummary {
64
64
  };
65
65
  /**
66
66
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
67
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
67
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
68
68
  *
69
69
  */
70
70
  "definedTags"?: {
@@ -74,7 +74,7 @@ export interface MediaAssetSummary {
74
74
  };
75
75
  /**
76
76
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
77
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
77
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
78
78
  *
79
79
  */
80
80
  "systemTags"?: {