oci-mediaservices 2.74.0 → 2.76.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 (54) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +58 -50
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/change-media-asset-compartment-request.d.ts +1 -1
  5. package/lib/request/change-media-workflow-compartment-request.d.ts +1 -1
  6. package/lib/request/change-media-workflow-configuration-compartment-request.d.ts +1 -1
  7. package/lib/request/change-media-workflow-job-compartment-request.d.ts +1 -1
  8. package/lib/request/change-stream-distribution-channel-compartment-request.d.ts +1 -1
  9. package/lib/request/create-media-asset-request.d.ts +1 -1
  10. package/lib/request/create-media-workflow-configuration-request.d.ts +1 -1
  11. package/lib/request/create-media-workflow-job-request.d.ts +1 -1
  12. package/lib/request/create-media-workflow-request.d.ts +1 -1
  13. package/lib/request/create-stream-cdn-config-request.d.ts +1 -1
  14. package/lib/request/create-stream-distribution-channel-request.d.ts +1 -1
  15. package/lib/request/create-stream-packaging-config-request.d.ts +1 -1
  16. package/lib/request/delete-media-asset-distribution-channel-attachment-request.d.ts +1 -1
  17. package/lib/request/delete-media-asset-request.d.ts +1 -1
  18. package/lib/request/delete-media-workflow-configuration-request.d.ts +1 -1
  19. package/lib/request/delete-media-workflow-job-request.d.ts +1 -1
  20. package/lib/request/delete-media-workflow-request.d.ts +1 -1
  21. package/lib/request/delete-stream-cdn-config-request.d.ts +1 -1
  22. package/lib/request/delete-stream-distribution-channel-request.d.ts +1 -1
  23. package/lib/request/delete-stream-packaging-config-request.d.ts +1 -1
  24. package/lib/request/generate-playlist-request.d.ts +1 -1
  25. package/lib/request/generate-session-token-request.d.ts +1 -1
  26. package/lib/request/get-media-asset-distribution-channel-attachment-request.d.ts +1 -1
  27. package/lib/request/get-media-asset-request.d.ts +1 -1
  28. package/lib/request/get-media-workflow-configuration-request.d.ts +1 -1
  29. package/lib/request/get-media-workflow-job-fact-request.d.ts +1 -1
  30. package/lib/request/get-media-workflow-job-request.d.ts +1 -1
  31. package/lib/request/get-media-workflow-request.d.ts +1 -1
  32. package/lib/request/get-stream-cdn-config-request.d.ts +1 -1
  33. package/lib/request/get-stream-distribution-channel-request.d.ts +1 -1
  34. package/lib/request/get-stream-packaging-config-request.d.ts +1 -1
  35. package/lib/request/ingest-stream-distribution-channel-request.d.ts +1 -1
  36. package/lib/request/list-media-asset-distribution-channel-attachments-request.d.ts +1 -1
  37. package/lib/request/list-media-assets-request.d.ts +1 -1
  38. package/lib/request/list-media-workflow-configurations-request.d.ts +1 -1
  39. package/lib/request/list-media-workflow-job-facts-request.d.ts +1 -1
  40. package/lib/request/list-media-workflow-jobs-request.d.ts +1 -1
  41. package/lib/request/list-media-workflow-task-declarations-request.d.ts +1 -1
  42. package/lib/request/list-media-workflows-request.d.ts +1 -1
  43. package/lib/request/list-stream-cdn-configs-request.d.ts +1 -1
  44. package/lib/request/list-stream-distribution-channels-request.d.ts +1 -1
  45. package/lib/request/list-stream-packaging-configs-request.d.ts +1 -1
  46. package/lib/request/list-system-media-workflows-request.d.ts +1 -1
  47. package/lib/request/update-media-asset-request.d.ts +1 -1
  48. package/lib/request/update-media-workflow-configuration-request.d.ts +1 -1
  49. package/lib/request/update-media-workflow-job-request.d.ts +1 -1
  50. package/lib/request/update-media-workflow-request.d.ts +1 -1
  51. package/lib/request/update-stream-cdn-config-request.d.ts +1 -1
  52. package/lib/request/update-stream-distribution-channel-request.d.ts +1 -1
  53. package/lib/request/update-stream-packaging-config-request.d.ts +1 -1
  54. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -83,6 +83,10 @@ class MediaServicesClient {
83
83
  ? clientConfiguration.bodyDuplexMode
84
84
  : undefined;
85
85
  }
86
+ if (!oci_common_1.developerToolConfiguration.isServiceEnabled("mediaservices")) {
87
+ let errmsg = "The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
88
+ throw errmsg.concat("mediaservices");
89
+ }
86
90
  // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
87
91
  const specCircuitBreakerEnabled = true;
88
92
  if (!this._circuitBreaker &&
@@ -186,7 +190,7 @@ class MediaServicesClient {
186
190
  * @param ChangeMediaAssetCompartmentRequest
187
191
  * @return ChangeMediaAssetCompartmentResponse
188
192
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
190
194
  */
191
195
  changeMediaAssetCompartment(changeMediaAssetCompartmentRequest) {
192
196
  return __awaiter(this, void 0, void 0, function* () {
@@ -243,7 +247,7 @@ class MediaServicesClient {
243
247
  * @param ChangeMediaWorkflowCompartmentRequest
244
248
  * @return ChangeMediaWorkflowCompartmentResponse
245
249
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
247
251
  */
248
252
  changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest) {
249
253
  return __awaiter(this, void 0, void 0, function* () {
@@ -305,7 +309,7 @@ class MediaServicesClient {
305
309
  * @param ChangeMediaWorkflowConfigurationCompartmentRequest
306
310
  * @return ChangeMediaWorkflowConfigurationCompartmentResponse
307
311
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
309
313
  */
310
314
  changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest) {
311
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -367,7 +371,7 @@ class MediaServicesClient {
367
371
  * @param ChangeMediaWorkflowJobCompartmentRequest
368
372
  * @return ChangeMediaWorkflowJobCompartmentResponse
369
373
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
371
375
  */
372
376
  changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest) {
373
377
  return __awaiter(this, void 0, void 0, function* () {
@@ -429,7 +433,7 @@ class MediaServicesClient {
429
433
  * @param ChangeStreamDistributionChannelCompartmentRequest
430
434
  * @return ChangeStreamDistributionChannelCompartmentResponse
431
435
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
433
437
  */
434
438
  changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest) {
435
439
  return __awaiter(this, void 0, void 0, function* () {
@@ -492,7 +496,7 @@ class MediaServicesClient {
492
496
  * @param CreateMediaAssetRequest
493
497
  * @return CreateMediaAssetResponse
494
498
  * @throws OciError when an error occurs
495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
496
500
  */
497
501
  createMediaAsset(createMediaAssetRequest) {
498
502
  return __awaiter(this, void 0, void 0, function* () {
@@ -556,7 +560,7 @@ class MediaServicesClient {
556
560
  * @param CreateMediaWorkflowRequest
557
561
  * @return CreateMediaWorkflowResponse
558
562
  * @throws OciError when an error occurs
559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
560
564
  */
561
565
  createMediaWorkflow(createMediaWorkflowRequest) {
562
566
  return __awaiter(this, void 0, void 0, function* () {
@@ -620,7 +624,7 @@ class MediaServicesClient {
620
624
  * @param CreateMediaWorkflowConfigurationRequest
621
625
  * @return CreateMediaWorkflowConfigurationResponse
622
626
  * @throws OciError when an error occurs
623
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
624
628
  */
625
629
  createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest) {
626
630
  return __awaiter(this, void 0, void 0, function* () {
@@ -683,7 +687,7 @@ class MediaServicesClient {
683
687
  * @param CreateMediaWorkflowJobRequest
684
688
  * @return CreateMediaWorkflowJobResponse
685
689
  * @throws OciError when an error occurs
686
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
687
691
  */
688
692
  createMediaWorkflowJob(createMediaWorkflowJobRequest) {
689
693
  return __awaiter(this, void 0, void 0, function* () {
@@ -747,7 +751,7 @@ class MediaServicesClient {
747
751
  * @param CreateStreamCdnConfigRequest
748
752
  * @return CreateStreamCdnConfigResponse
749
753
  * @throws OciError when an error occurs
750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
751
755
  */
752
756
  createStreamCdnConfig(createStreamCdnConfigRequest) {
753
757
  return __awaiter(this, void 0, void 0, function* () {
@@ -811,7 +815,7 @@ class MediaServicesClient {
811
815
  * @param CreateStreamDistributionChannelRequest
812
816
  * @return CreateStreamDistributionChannelResponse
813
817
  * @throws OciError when an error occurs
814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
815
819
  */
816
820
  createStreamDistributionChannel(createStreamDistributionChannelRequest) {
817
821
  return __awaiter(this, void 0, void 0, function* () {
@@ -875,7 +879,7 @@ class MediaServicesClient {
875
879
  * @param CreateStreamPackagingConfigRequest
876
880
  * @return CreateStreamPackagingConfigResponse
877
881
  * @throws OciError when an error occurs
878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
879
883
  */
880
884
  createStreamPackagingConfig(createStreamPackagingConfigRequest) {
881
885
  return __awaiter(this, void 0, void 0, function* () {
@@ -938,7 +942,7 @@ class MediaServicesClient {
938
942
  * @param DeleteMediaAssetRequest
939
943
  * @return DeleteMediaAssetResponse
940
944
  * @throws OciError when an error occurs
941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
942
946
  */
943
947
  deleteMediaAsset(deleteMediaAssetRequest) {
944
948
  return __awaiter(this, void 0, void 0, function* () {
@@ -995,7 +999,7 @@ class MediaServicesClient {
995
999
  * @param DeleteMediaAssetDistributionChannelAttachmentRequest
996
1000
  * @return DeleteMediaAssetDistributionChannelAttachmentResponse
997
1001
  * @throws OciError when an error occurs
998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
999
1003
  */
1000
1004
  deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest) {
1001
1005
  return __awaiter(this, void 0, void 0, function* () {
@@ -1053,7 +1057,7 @@ class MediaServicesClient {
1053
1057
  * @param DeleteMediaWorkflowRequest
1054
1058
  * @return DeleteMediaWorkflowResponse
1055
1059
  * @throws OciError when an error occurs
1056
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
1057
1061
  */
1058
1062
  deleteMediaWorkflow(deleteMediaWorkflowRequest) {
1059
1063
  return __awaiter(this, void 0, void 0, function* () {
@@ -1108,7 +1112,7 @@ class MediaServicesClient {
1108
1112
  * @param DeleteMediaWorkflowConfigurationRequest
1109
1113
  * @return DeleteMediaWorkflowConfigurationResponse
1110
1114
  * @throws OciError when an error occurs
1111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
1112
1116
  */
1113
1117
  deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest) {
1114
1118
  return __awaiter(this, void 0, void 0, function* () {
@@ -1168,7 +1172,7 @@ class MediaServicesClient {
1168
1172
  * @param DeleteMediaWorkflowJobRequest
1169
1173
  * @return DeleteMediaWorkflowJobResponse
1170
1174
  * @throws OciError when an error occurs
1171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
1172
1176
  */
1173
1177
  deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest) {
1174
1178
  return __awaiter(this, void 0, void 0, function* () {
@@ -1228,7 +1232,7 @@ class MediaServicesClient {
1228
1232
  * @param DeleteStreamCdnConfigRequest
1229
1233
  * @return DeleteStreamCdnConfigResponse
1230
1234
  * @throws OciError when an error occurs
1231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
1232
1236
  */
1233
1237
  deleteStreamCdnConfig(deleteStreamCdnConfigRequest) {
1234
1238
  return __awaiter(this, void 0, void 0, function* () {
@@ -1283,7 +1287,7 @@ class MediaServicesClient {
1283
1287
  * @param DeleteStreamDistributionChannelRequest
1284
1288
  * @return DeleteStreamDistributionChannelResponse
1285
1289
  * @throws OciError when an error occurs
1286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
1287
1291
  */
1288
1292
  deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest) {
1289
1293
  return __awaiter(this, void 0, void 0, function* () {
@@ -1338,7 +1342,7 @@ class MediaServicesClient {
1338
1342
  * @param DeleteStreamPackagingConfigRequest
1339
1343
  * @return DeleteStreamPackagingConfigResponse
1340
1344
  * @throws OciError when an error occurs
1341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
1342
1346
  */
1343
1347
  deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest) {
1344
1348
  return __awaiter(this, void 0, void 0, function* () {
@@ -1393,7 +1397,7 @@ class MediaServicesClient {
1393
1397
  * @param GetMediaAssetRequest
1394
1398
  * @return GetMediaAssetResponse
1395
1399
  * @throws OciError when an error occurs
1396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
1397
1401
  */
1398
1402
  getMediaAsset(getMediaAssetRequest) {
1399
1403
  return __awaiter(this, void 0, void 0, function* () {
@@ -1456,7 +1460,7 @@ class MediaServicesClient {
1456
1460
  * @param GetMediaAssetDistributionChannelAttachmentRequest
1457
1461
  * @return GetMediaAssetDistributionChannelAttachmentResponse
1458
1462
  * @throws OciError when an error occurs
1459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
1460
1464
  */
1461
1465
  getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest) {
1462
1466
  return __awaiter(this, void 0, void 0, function* () {
@@ -1522,7 +1526,7 @@ class MediaServicesClient {
1522
1526
  * @param GetMediaWorkflowRequest
1523
1527
  * @return GetMediaWorkflowResponse
1524
1528
  * @throws OciError when an error occurs
1525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
1526
1530
  */
1527
1531
  getMediaWorkflow(getMediaWorkflowRequest) {
1528
1532
  return __awaiter(this, void 0, void 0, function* () {
@@ -1585,7 +1589,7 @@ class MediaServicesClient {
1585
1589
  * @param GetMediaWorkflowConfigurationRequest
1586
1590
  * @return GetMediaWorkflowConfigurationResponse
1587
1591
  * @throws OciError when an error occurs
1588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
1589
1593
  */
1590
1594
  getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest) {
1591
1595
  return __awaiter(this, void 0, void 0, function* () {
@@ -1648,7 +1652,7 @@ class MediaServicesClient {
1648
1652
  * @param GetMediaWorkflowJobRequest
1649
1653
  * @return GetMediaWorkflowJobResponse
1650
1654
  * @throws OciError when an error occurs
1651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
1652
1656
  */
1653
1657
  getMediaWorkflowJob(getMediaWorkflowJobRequest) {
1654
1658
  return __awaiter(this, void 0, void 0, function* () {
@@ -1711,7 +1715,7 @@ class MediaServicesClient {
1711
1715
  * @param GetMediaWorkflowJobFactRequest
1712
1716
  * @return GetMediaWorkflowJobFactResponse
1713
1717
  * @throws OciError when an error occurs
1714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
1715
1719
  */
1716
1720
  getMediaWorkflowJobFact(getMediaWorkflowJobFactRequest) {
1717
1721
  return __awaiter(this, void 0, void 0, function* () {
@@ -1775,7 +1779,7 @@ class MediaServicesClient {
1775
1779
  * @param GetStreamCdnConfigRequest
1776
1780
  * @return GetStreamCdnConfigResponse
1777
1781
  * @throws OciError when an error occurs
1778
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
1779
1783
  */
1780
1784
  getStreamCdnConfig(getStreamCdnConfigRequest) {
1781
1785
  return __awaiter(this, void 0, void 0, function* () {
@@ -1838,7 +1842,7 @@ class MediaServicesClient {
1838
1842
  * @param GetStreamDistributionChannelRequest
1839
1843
  * @return GetStreamDistributionChannelResponse
1840
1844
  * @throws OciError when an error occurs
1841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
1842
1846
  */
1843
1847
  getStreamDistributionChannel(getStreamDistributionChannelRequest) {
1844
1848
  return __awaiter(this, void 0, void 0, function* () {
@@ -1901,7 +1905,7 @@ class MediaServicesClient {
1901
1905
  * @param GetStreamPackagingConfigRequest
1902
1906
  * @return GetStreamPackagingConfigResponse
1903
1907
  * @throws OciError when an error occurs
1904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
1905
1909
  */
1906
1910
  getStreamPackagingConfig(getStreamPackagingConfigRequest) {
1907
1911
  return __awaiter(this, void 0, void 0, function* () {
@@ -1964,7 +1968,7 @@ class MediaServicesClient {
1964
1968
  * @param IngestStreamDistributionChannelRequest
1965
1969
  * @return IngestStreamDistributionChannelResponse
1966
1970
  * @throws OciError when an error occurs
1967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
1968
1972
  */
1969
1973
  ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest) {
1970
1974
  return __awaiter(this, void 0, void 0, function* () {
@@ -2024,7 +2028,7 @@ class MediaServicesClient {
2024
2028
  * @param ListMediaAssetDistributionChannelAttachmentsRequest
2025
2029
  * @return ListMediaAssetDistributionChannelAttachmentsResponse
2026
2030
  * @throws OciError when an error occurs
2027
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
2028
2032
  */
2029
2033
  listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest) {
2030
2034
  return __awaiter(this, void 0, void 0, function* () {
@@ -2095,7 +2099,7 @@ class MediaServicesClient {
2095
2099
  * @param ListMediaAssetsRequest
2096
2100
  * @return ListMediaAssetsResponse
2097
2101
  * @throws OciError when an error occurs
2098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
2099
2103
  */
2100
2104
  listMediaAssets(listMediaAssetsRequest) {
2101
2105
  return __awaiter(this, void 0, void 0, function* () {
@@ -2174,7 +2178,7 @@ class MediaServicesClient {
2174
2178
  * @param ListMediaWorkflowConfigurationsRequest
2175
2179
  * @return ListMediaWorkflowConfigurationsResponse
2176
2180
  * @throws OciError when an error occurs
2177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
2178
2182
  */
2179
2183
  listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest) {
2180
2184
  return __awaiter(this, void 0, void 0, function* () {
@@ -2244,7 +2248,7 @@ class MediaServicesClient {
2244
2248
  * @param ListMediaWorkflowJobFactsRequest
2245
2249
  * @return ListMediaWorkflowJobFactsResponse
2246
2250
  * @throws OciError when an error occurs
2247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
2248
2252
  */
2249
2253
  listMediaWorkflowJobFacts(listMediaWorkflowJobFactsRequest) {
2250
2254
  return __awaiter(this, void 0, void 0, function* () {
@@ -2314,7 +2318,7 @@ class MediaServicesClient {
2314
2318
  * @param ListMediaWorkflowJobsRequest
2315
2319
  * @return ListMediaWorkflowJobsResponse
2316
2320
  * @throws OciError when an error occurs
2317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
2318
2322
  */
2319
2323
  listMediaWorkflowJobs(listMediaWorkflowJobsRequest) {
2320
2324
  return __awaiter(this, void 0, void 0, function* () {
@@ -2386,7 +2390,7 @@ class MediaServicesClient {
2386
2390
  * @param ListMediaWorkflowTaskDeclarationsRequest
2387
2391
  * @return ListMediaWorkflowTaskDeclarationsResponse
2388
2392
  * @throws OciError when an error occurs
2389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
2390
2394
  */
2391
2395
  listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest) {
2392
2396
  return __awaiter(this, void 0, void 0, function* () {
@@ -2456,7 +2460,7 @@ class MediaServicesClient {
2456
2460
  * @param ListMediaWorkflowsRequest
2457
2461
  * @return ListMediaWorkflowsResponse
2458
2462
  * @throws OciError when an error occurs
2459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
2460
2464
  */
2461
2465
  listMediaWorkflows(listMediaWorkflowsRequest) {
2462
2466
  return __awaiter(this, void 0, void 0, function* () {
@@ -2526,7 +2530,7 @@ class MediaServicesClient {
2526
2530
  * @param ListStreamCdnConfigsRequest
2527
2531
  * @return ListStreamCdnConfigsResponse
2528
2532
  * @throws OciError when an error occurs
2529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
2530
2534
  */
2531
2535
  listStreamCdnConfigs(listStreamCdnConfigsRequest) {
2532
2536
  return __awaiter(this, void 0, void 0, function* () {
@@ -2596,7 +2600,7 @@ class MediaServicesClient {
2596
2600
  * @param ListStreamDistributionChannelsRequest
2597
2601
  * @return ListStreamDistributionChannelsResponse
2598
2602
  * @throws OciError when an error occurs
2599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
2600
2604
  */
2601
2605
  listStreamDistributionChannels(listStreamDistributionChannelsRequest) {
2602
2606
  return __awaiter(this, void 0, void 0, function* () {
@@ -2666,7 +2670,7 @@ class MediaServicesClient {
2666
2670
  * @param ListStreamPackagingConfigsRequest
2667
2671
  * @return ListStreamPackagingConfigsResponse
2668
2672
  * @throws OciError when an error occurs
2669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
2670
2674
  */
2671
2675
  listStreamPackagingConfigs(listStreamPackagingConfigsRequest) {
2672
2676
  return __awaiter(this, void 0, void 0, function* () {
@@ -2737,7 +2741,7 @@ class MediaServicesClient {
2737
2741
  * @param ListSystemMediaWorkflowsRequest
2738
2742
  * @return ListSystemMediaWorkflowsResponse
2739
2743
  * @throws OciError when an error occurs
2740
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
2741
2745
  */
2742
2746
  listSystemMediaWorkflows(listSystemMediaWorkflowsRequest) {
2743
2747
  return __awaiter(this, void 0, void 0, function* () {
@@ -2804,7 +2808,7 @@ class MediaServicesClient {
2804
2808
  * @param UpdateMediaAssetRequest
2805
2809
  * @return UpdateMediaAssetResponse
2806
2810
  * @throws OciError when an error occurs
2807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
2808
2812
  */
2809
2813
  updateMediaAsset(updateMediaAssetRequest) {
2810
2814
  return __awaiter(this, void 0, void 0, function* () {
@@ -2869,7 +2873,7 @@ class MediaServicesClient {
2869
2873
  * @param UpdateMediaWorkflowRequest
2870
2874
  * @return UpdateMediaWorkflowResponse
2871
2875
  * @throws OciError when an error occurs
2872
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
2873
2877
  */
2874
2878
  updateMediaWorkflow(updateMediaWorkflowRequest) {
2875
2879
  return __awaiter(this, void 0, void 0, function* () {
@@ -2934,7 +2938,7 @@ class MediaServicesClient {
2934
2938
  * @param UpdateMediaWorkflowConfigurationRequest
2935
2939
  * @return UpdateMediaWorkflowConfigurationResponse
2936
2940
  * @throws OciError when an error occurs
2937
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
2938
2942
  */
2939
2943
  updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest) {
2940
2944
  return __awaiter(this, void 0, void 0, function* () {
@@ -2999,7 +3003,7 @@ class MediaServicesClient {
2999
3003
  * @param UpdateMediaWorkflowJobRequest
3000
3004
  * @return UpdateMediaWorkflowJobResponse
3001
3005
  * @throws OciError when an error occurs
3002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
3003
3007
  */
3004
3008
  updateMediaWorkflowJob(updateMediaWorkflowJobRequest) {
3005
3009
  return __awaiter(this, void 0, void 0, function* () {
@@ -3064,7 +3068,7 @@ class MediaServicesClient {
3064
3068
  * @param UpdateStreamCdnConfigRequest
3065
3069
  * @return UpdateStreamCdnConfigResponse
3066
3070
  * @throws OciError when an error occurs
3067
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
3068
3072
  */
3069
3073
  updateStreamCdnConfig(updateStreamCdnConfigRequest) {
3070
3074
  return __awaiter(this, void 0, void 0, function* () {
@@ -3129,7 +3133,7 @@ class MediaServicesClient {
3129
3133
  * @param UpdateStreamDistributionChannelRequest
3130
3134
  * @return UpdateStreamDistributionChannelResponse
3131
3135
  * @throws OciError when an error occurs
3132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
3133
3137
  */
3134
3138
  updateStreamDistributionChannel(updateStreamDistributionChannelRequest) {
3135
3139
  return __awaiter(this, void 0, void 0, function* () {
@@ -3194,7 +3198,7 @@ class MediaServicesClient {
3194
3198
  * @param UpdateStreamPackagingConfigRequest
3195
3199
  * @return UpdateStreamPackagingConfigResponse
3196
3200
  * @throws OciError when an error occurs
3197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
3198
3202
  */
3199
3203
  updateStreamPackagingConfig(updateStreamPackagingConfigRequest) {
3200
3204
  return __awaiter(this, void 0, void 0, function* () {
@@ -3294,6 +3298,10 @@ class MediaStreamClient {
3294
3298
  ? clientConfiguration.bodyDuplexMode
3295
3299
  : undefined;
3296
3300
  }
3301
+ if (!oci_common_1.developerToolConfiguration.isServiceEnabled("mediaservices")) {
3302
+ let errmsg = "The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
3303
+ throw errmsg.concat("mediaservices");
3304
+ }
3297
3305
  // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
3298
3306
  const specCircuitBreakerEnabled = true;
3299
3307
  if (!this._circuitBreaker &&
@@ -3376,7 +3384,7 @@ class MediaStreamClient {
3376
3384
  * @param GeneratePlaylistRequest
3377
3385
  * @return GeneratePlaylistResponse
3378
3386
  * @throws OciError when an error occurs
3379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
3380
3388
  */
3381
3389
  generatePlaylist(generatePlaylistRequest) {
3382
3390
  return __awaiter(this, void 0, void 0, function* () {
@@ -3440,7 +3448,7 @@ class MediaStreamClient {
3440
3448
  * @param GenerateSessionTokenRequest
3441
3449
  * @return GenerateSessionTokenResponse
3442
3450
  * @throws OciError when an error occurs
3443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/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.76.0/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
3444
3452
  */
3445
3453
  generateSessionToken(generateSessionTokenRequest) {
3446
3454
  return __awaiter(this, void 0, void 0, function* () {