oci-mediaservices 2.67.0 → 2.68.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/lib/client.d.ts +52 -50
  2. package/lib/client.js +60 -52
  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
@@ -64,6 +64,7 @@ class MediaServicesClient {
64
64
  this["_defaultHeaders"] = {};
65
65
  this._circuitBreaker = null;
66
66
  this._httpOptions = undefined;
67
+ this._bodyDuplexMode = undefined;
67
68
  this.targetService = "MediaServices";
68
69
  this._regionId = "";
69
70
  this._lastSetRegionOrRegionId = "";
@@ -78,6 +79,9 @@ class MediaServicesClient {
78
79
  this._httpOptions = clientConfiguration.httpOptions
79
80
  ? clientConfiguration.httpOptions
80
81
  : undefined;
82
+ this._bodyDuplexMode = clientConfiguration.bodyDuplexMode
83
+ ? clientConfiguration.bodyDuplexMode
84
+ : undefined;
81
85
  }
82
86
  // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
83
87
  const specCircuitBreakerEnabled = true;
@@ -88,7 +92,7 @@ class MediaServicesClient {
88
92
  }
89
93
  this._httpClient =
90
94
  params.httpClient ||
91
- new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions);
95
+ new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions, this._bodyDuplexMode);
92
96
  if (params.authenticationDetailsProvider &&
93
97
  common.isRegionProvider(params.authenticationDetailsProvider)) {
94
98
  const provider = params.authenticationDetailsProvider;
@@ -182,7 +186,7 @@ class MediaServicesClient {
182
186
  * @param ChangeMediaAssetCompartmentRequest
183
187
  * @return ChangeMediaAssetCompartmentResponse
184
188
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
186
190
  */
187
191
  changeMediaAssetCompartment(changeMediaAssetCompartmentRequest) {
188
192
  return __awaiter(this, void 0, void 0, function* () {
@@ -239,7 +243,7 @@ class MediaServicesClient {
239
243
  * @param ChangeMediaWorkflowCompartmentRequest
240
244
  * @return ChangeMediaWorkflowCompartmentResponse
241
245
  * @throws OciError when an error occurs
242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
243
247
  */
244
248
  changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest) {
245
249
  return __awaiter(this, void 0, void 0, function* () {
@@ -301,7 +305,7 @@ class MediaServicesClient {
301
305
  * @param ChangeMediaWorkflowConfigurationCompartmentRequest
302
306
  * @return ChangeMediaWorkflowConfigurationCompartmentResponse
303
307
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
305
309
  */
306
310
  changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest) {
307
311
  return __awaiter(this, void 0, void 0, function* () {
@@ -363,7 +367,7 @@ class MediaServicesClient {
363
367
  * @param ChangeMediaWorkflowJobCompartmentRequest
364
368
  * @return ChangeMediaWorkflowJobCompartmentResponse
365
369
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
367
371
  */
368
372
  changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest) {
369
373
  return __awaiter(this, void 0, void 0, function* () {
@@ -425,7 +429,7 @@ class MediaServicesClient {
425
429
  * @param ChangeStreamDistributionChannelCompartmentRequest
426
430
  * @return ChangeStreamDistributionChannelCompartmentResponse
427
431
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
429
433
  */
430
434
  changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest) {
431
435
  return __awaiter(this, void 0, void 0, function* () {
@@ -488,7 +492,7 @@ class MediaServicesClient {
488
492
  * @param CreateMediaAssetRequest
489
493
  * @return CreateMediaAssetResponse
490
494
  * @throws OciError when an error occurs
491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
492
496
  */
493
497
  createMediaAsset(createMediaAssetRequest) {
494
498
  return __awaiter(this, void 0, void 0, function* () {
@@ -552,7 +556,7 @@ class MediaServicesClient {
552
556
  * @param CreateMediaWorkflowRequest
553
557
  * @return CreateMediaWorkflowResponse
554
558
  * @throws OciError when an error occurs
555
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
556
560
  */
557
561
  createMediaWorkflow(createMediaWorkflowRequest) {
558
562
  return __awaiter(this, void 0, void 0, function* () {
@@ -616,7 +620,7 @@ class MediaServicesClient {
616
620
  * @param CreateMediaWorkflowConfigurationRequest
617
621
  * @return CreateMediaWorkflowConfigurationResponse
618
622
  * @throws OciError when an error occurs
619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
620
624
  */
621
625
  createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest) {
622
626
  return __awaiter(this, void 0, void 0, function* () {
@@ -679,7 +683,7 @@ class MediaServicesClient {
679
683
  * @param CreateMediaWorkflowJobRequest
680
684
  * @return CreateMediaWorkflowJobResponse
681
685
  * @throws OciError when an error occurs
682
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
686
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
683
687
  */
684
688
  createMediaWorkflowJob(createMediaWorkflowJobRequest) {
685
689
  return __awaiter(this, void 0, void 0, function* () {
@@ -743,7 +747,7 @@ class MediaServicesClient {
743
747
  * @param CreateStreamCdnConfigRequest
744
748
  * @return CreateStreamCdnConfigResponse
745
749
  * @throws OciError when an error occurs
746
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
750
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
747
751
  */
748
752
  createStreamCdnConfig(createStreamCdnConfigRequest) {
749
753
  return __awaiter(this, void 0, void 0, function* () {
@@ -807,7 +811,7 @@ class MediaServicesClient {
807
811
  * @param CreateStreamDistributionChannelRequest
808
812
  * @return CreateStreamDistributionChannelResponse
809
813
  * @throws OciError when an error occurs
810
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
811
815
  */
812
816
  createStreamDistributionChannel(createStreamDistributionChannelRequest) {
813
817
  return __awaiter(this, void 0, void 0, function* () {
@@ -871,7 +875,7 @@ class MediaServicesClient {
871
875
  * @param CreateStreamPackagingConfigRequest
872
876
  * @return CreateStreamPackagingConfigResponse
873
877
  * @throws OciError when an error occurs
874
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
875
879
  */
876
880
  createStreamPackagingConfig(createStreamPackagingConfigRequest) {
877
881
  return __awaiter(this, void 0, void 0, function* () {
@@ -934,7 +938,7 @@ class MediaServicesClient {
934
938
  * @param DeleteMediaAssetRequest
935
939
  * @return DeleteMediaAssetResponse
936
940
  * @throws OciError when an error occurs
937
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
938
942
  */
939
943
  deleteMediaAsset(deleteMediaAssetRequest) {
940
944
  return __awaiter(this, void 0, void 0, function* () {
@@ -991,7 +995,7 @@ class MediaServicesClient {
991
995
  * @param DeleteMediaAssetDistributionChannelAttachmentRequest
992
996
  * @return DeleteMediaAssetDistributionChannelAttachmentResponse
993
997
  * @throws OciError when an error occurs
994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
995
999
  */
996
1000
  deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest) {
997
1001
  return __awaiter(this, void 0, void 0, function* () {
@@ -1049,7 +1053,7 @@ class MediaServicesClient {
1049
1053
  * @param DeleteMediaWorkflowRequest
1050
1054
  * @return DeleteMediaWorkflowResponse
1051
1055
  * @throws OciError when an error occurs
1052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
1056
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
1053
1057
  */
1054
1058
  deleteMediaWorkflow(deleteMediaWorkflowRequest) {
1055
1059
  return __awaiter(this, void 0, void 0, function* () {
@@ -1104,7 +1108,7 @@ class MediaServicesClient {
1104
1108
  * @param DeleteMediaWorkflowConfigurationRequest
1105
1109
  * @return DeleteMediaWorkflowConfigurationResponse
1106
1110
  * @throws OciError when an error occurs
1107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
1111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
1108
1112
  */
1109
1113
  deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest) {
1110
1114
  return __awaiter(this, void 0, void 0, function* () {
@@ -1164,7 +1168,7 @@ class MediaServicesClient {
1164
1168
  * @param DeleteMediaWorkflowJobRequest
1165
1169
  * @return DeleteMediaWorkflowJobResponse
1166
1170
  * @throws OciError when an error occurs
1167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
1171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
1168
1172
  */
1169
1173
  deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest) {
1170
1174
  return __awaiter(this, void 0, void 0, function* () {
@@ -1224,7 +1228,7 @@ class MediaServicesClient {
1224
1228
  * @param DeleteStreamCdnConfigRequest
1225
1229
  * @return DeleteStreamCdnConfigResponse
1226
1230
  * @throws OciError when an error occurs
1227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
1231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
1228
1232
  */
1229
1233
  deleteStreamCdnConfig(deleteStreamCdnConfigRequest) {
1230
1234
  return __awaiter(this, void 0, void 0, function* () {
@@ -1279,7 +1283,7 @@ class MediaServicesClient {
1279
1283
  * @param DeleteStreamDistributionChannelRequest
1280
1284
  * @return DeleteStreamDistributionChannelResponse
1281
1285
  * @throws OciError when an error occurs
1282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
1286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
1283
1287
  */
1284
1288
  deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest) {
1285
1289
  return __awaiter(this, void 0, void 0, function* () {
@@ -1334,7 +1338,7 @@ class MediaServicesClient {
1334
1338
  * @param DeleteStreamPackagingConfigRequest
1335
1339
  * @return DeleteStreamPackagingConfigResponse
1336
1340
  * @throws OciError when an error occurs
1337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
1341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
1338
1342
  */
1339
1343
  deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest) {
1340
1344
  return __awaiter(this, void 0, void 0, function* () {
@@ -1389,7 +1393,7 @@ class MediaServicesClient {
1389
1393
  * @param GetMediaAssetRequest
1390
1394
  * @return GetMediaAssetResponse
1391
1395
  * @throws OciError when an error occurs
1392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
1396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
1393
1397
  */
1394
1398
  getMediaAsset(getMediaAssetRequest) {
1395
1399
  return __awaiter(this, void 0, void 0, function* () {
@@ -1452,7 +1456,7 @@ class MediaServicesClient {
1452
1456
  * @param GetMediaAssetDistributionChannelAttachmentRequest
1453
1457
  * @return GetMediaAssetDistributionChannelAttachmentResponse
1454
1458
  * @throws OciError when an error occurs
1455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
1459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
1456
1460
  */
1457
1461
  getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest) {
1458
1462
  return __awaiter(this, void 0, void 0, function* () {
@@ -1518,7 +1522,7 @@ class MediaServicesClient {
1518
1522
  * @param GetMediaWorkflowRequest
1519
1523
  * @return GetMediaWorkflowResponse
1520
1524
  * @throws OciError when an error occurs
1521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
1525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
1522
1526
  */
1523
1527
  getMediaWorkflow(getMediaWorkflowRequest) {
1524
1528
  return __awaiter(this, void 0, void 0, function* () {
@@ -1581,7 +1585,7 @@ class MediaServicesClient {
1581
1585
  * @param GetMediaWorkflowConfigurationRequest
1582
1586
  * @return GetMediaWorkflowConfigurationResponse
1583
1587
  * @throws OciError when an error occurs
1584
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
1588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
1585
1589
  */
1586
1590
  getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest) {
1587
1591
  return __awaiter(this, void 0, void 0, function* () {
@@ -1644,7 +1648,7 @@ class MediaServicesClient {
1644
1648
  * @param GetMediaWorkflowJobRequest
1645
1649
  * @return GetMediaWorkflowJobResponse
1646
1650
  * @throws OciError when an error occurs
1647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
1651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
1648
1652
  */
1649
1653
  getMediaWorkflowJob(getMediaWorkflowJobRequest) {
1650
1654
  return __awaiter(this, void 0, void 0, function* () {
@@ -1707,7 +1711,7 @@ class MediaServicesClient {
1707
1711
  * @param GetMediaWorkflowJobFactRequest
1708
1712
  * @return GetMediaWorkflowJobFactResponse
1709
1713
  * @throws OciError when an error occurs
1710
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
1714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
1711
1715
  */
1712
1716
  getMediaWorkflowJobFact(getMediaWorkflowJobFactRequest) {
1713
1717
  return __awaiter(this, void 0, void 0, function* () {
@@ -1771,7 +1775,7 @@ class MediaServicesClient {
1771
1775
  * @param GetStreamCdnConfigRequest
1772
1776
  * @return GetStreamCdnConfigResponse
1773
1777
  * @throws OciError when an error occurs
1774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
1778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
1775
1779
  */
1776
1780
  getStreamCdnConfig(getStreamCdnConfigRequest) {
1777
1781
  return __awaiter(this, void 0, void 0, function* () {
@@ -1834,7 +1838,7 @@ class MediaServicesClient {
1834
1838
  * @param GetStreamDistributionChannelRequest
1835
1839
  * @return GetStreamDistributionChannelResponse
1836
1840
  * @throws OciError when an error occurs
1837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
1841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
1838
1842
  */
1839
1843
  getStreamDistributionChannel(getStreamDistributionChannelRequest) {
1840
1844
  return __awaiter(this, void 0, void 0, function* () {
@@ -1897,7 +1901,7 @@ class MediaServicesClient {
1897
1901
  * @param GetStreamPackagingConfigRequest
1898
1902
  * @return GetStreamPackagingConfigResponse
1899
1903
  * @throws OciError when an error occurs
1900
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
1904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
1901
1905
  */
1902
1906
  getStreamPackagingConfig(getStreamPackagingConfigRequest) {
1903
1907
  return __awaiter(this, void 0, void 0, function* () {
@@ -1960,7 +1964,7 @@ class MediaServicesClient {
1960
1964
  * @param IngestStreamDistributionChannelRequest
1961
1965
  * @return IngestStreamDistributionChannelResponse
1962
1966
  * @throws OciError when an error occurs
1963
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
1967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
1964
1968
  */
1965
1969
  ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest) {
1966
1970
  return __awaiter(this, void 0, void 0, function* () {
@@ -2020,7 +2024,7 @@ class MediaServicesClient {
2020
2024
  * @param ListMediaAssetDistributionChannelAttachmentsRequest
2021
2025
  * @return ListMediaAssetDistributionChannelAttachmentsResponse
2022
2026
  * @throws OciError when an error occurs
2023
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
2027
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
2024
2028
  */
2025
2029
  listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest) {
2026
2030
  return __awaiter(this, void 0, void 0, function* () {
@@ -2091,7 +2095,7 @@ class MediaServicesClient {
2091
2095
  * @param ListMediaAssetsRequest
2092
2096
  * @return ListMediaAssetsResponse
2093
2097
  * @throws OciError when an error occurs
2094
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
2098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
2095
2099
  */
2096
2100
  listMediaAssets(listMediaAssetsRequest) {
2097
2101
  return __awaiter(this, void 0, void 0, function* () {
@@ -2170,7 +2174,7 @@ class MediaServicesClient {
2170
2174
  * @param ListMediaWorkflowConfigurationsRequest
2171
2175
  * @return ListMediaWorkflowConfigurationsResponse
2172
2176
  * @throws OciError when an error occurs
2173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
2177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
2174
2178
  */
2175
2179
  listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest) {
2176
2180
  return __awaiter(this, void 0, void 0, function* () {
@@ -2240,7 +2244,7 @@ class MediaServicesClient {
2240
2244
  * @param ListMediaWorkflowJobFactsRequest
2241
2245
  * @return ListMediaWorkflowJobFactsResponse
2242
2246
  * @throws OciError when an error occurs
2243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
2247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
2244
2248
  */
2245
2249
  listMediaWorkflowJobFacts(listMediaWorkflowJobFactsRequest) {
2246
2250
  return __awaiter(this, void 0, void 0, function* () {
@@ -2310,7 +2314,7 @@ class MediaServicesClient {
2310
2314
  * @param ListMediaWorkflowJobsRequest
2311
2315
  * @return ListMediaWorkflowJobsResponse
2312
2316
  * @throws OciError when an error occurs
2313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
2317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
2314
2318
  */
2315
2319
  listMediaWorkflowJobs(listMediaWorkflowJobsRequest) {
2316
2320
  return __awaiter(this, void 0, void 0, function* () {
@@ -2382,7 +2386,7 @@ class MediaServicesClient {
2382
2386
  * @param ListMediaWorkflowTaskDeclarationsRequest
2383
2387
  * @return ListMediaWorkflowTaskDeclarationsResponse
2384
2388
  * @throws OciError when an error occurs
2385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
2389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
2386
2390
  */
2387
2391
  listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest) {
2388
2392
  return __awaiter(this, void 0, void 0, function* () {
@@ -2452,7 +2456,7 @@ class MediaServicesClient {
2452
2456
  * @param ListMediaWorkflowsRequest
2453
2457
  * @return ListMediaWorkflowsResponse
2454
2458
  * @throws OciError when an error occurs
2455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
2459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
2456
2460
  */
2457
2461
  listMediaWorkflows(listMediaWorkflowsRequest) {
2458
2462
  return __awaiter(this, void 0, void 0, function* () {
@@ -2522,7 +2526,7 @@ class MediaServicesClient {
2522
2526
  * @param ListStreamCdnConfigsRequest
2523
2527
  * @return ListStreamCdnConfigsResponse
2524
2528
  * @throws OciError when an error occurs
2525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
2529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
2526
2530
  */
2527
2531
  listStreamCdnConfigs(listStreamCdnConfigsRequest) {
2528
2532
  return __awaiter(this, void 0, void 0, function* () {
@@ -2592,7 +2596,7 @@ class MediaServicesClient {
2592
2596
  * @param ListStreamDistributionChannelsRequest
2593
2597
  * @return ListStreamDistributionChannelsResponse
2594
2598
  * @throws OciError when an error occurs
2595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
2599
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
2596
2600
  */
2597
2601
  listStreamDistributionChannels(listStreamDistributionChannelsRequest) {
2598
2602
  return __awaiter(this, void 0, void 0, function* () {
@@ -2662,7 +2666,7 @@ class MediaServicesClient {
2662
2666
  * @param ListStreamPackagingConfigsRequest
2663
2667
  * @return ListStreamPackagingConfigsResponse
2664
2668
  * @throws OciError when an error occurs
2665
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
2669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
2666
2670
  */
2667
2671
  listStreamPackagingConfigs(listStreamPackagingConfigsRequest) {
2668
2672
  return __awaiter(this, void 0, void 0, function* () {
@@ -2733,7 +2737,7 @@ class MediaServicesClient {
2733
2737
  * @param ListSystemMediaWorkflowsRequest
2734
2738
  * @return ListSystemMediaWorkflowsResponse
2735
2739
  * @throws OciError when an error occurs
2736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
2740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
2737
2741
  */
2738
2742
  listSystemMediaWorkflows(listSystemMediaWorkflowsRequest) {
2739
2743
  return __awaiter(this, void 0, void 0, function* () {
@@ -2800,7 +2804,7 @@ class MediaServicesClient {
2800
2804
  * @param UpdateMediaAssetRequest
2801
2805
  * @return UpdateMediaAssetResponse
2802
2806
  * @throws OciError when an error occurs
2803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
2807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
2804
2808
  */
2805
2809
  updateMediaAsset(updateMediaAssetRequest) {
2806
2810
  return __awaiter(this, void 0, void 0, function* () {
@@ -2865,7 +2869,7 @@ class MediaServicesClient {
2865
2869
  * @param UpdateMediaWorkflowRequest
2866
2870
  * @return UpdateMediaWorkflowResponse
2867
2871
  * @throws OciError when an error occurs
2868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
2872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
2869
2873
  */
2870
2874
  updateMediaWorkflow(updateMediaWorkflowRequest) {
2871
2875
  return __awaiter(this, void 0, void 0, function* () {
@@ -2930,7 +2934,7 @@ class MediaServicesClient {
2930
2934
  * @param UpdateMediaWorkflowConfigurationRequest
2931
2935
  * @return UpdateMediaWorkflowConfigurationResponse
2932
2936
  * @throws OciError when an error occurs
2933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
2937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
2934
2938
  */
2935
2939
  updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest) {
2936
2940
  return __awaiter(this, void 0, void 0, function* () {
@@ -2995,7 +2999,7 @@ class MediaServicesClient {
2995
2999
  * @param UpdateMediaWorkflowJobRequest
2996
3000
  * @return UpdateMediaWorkflowJobResponse
2997
3001
  * @throws OciError when an error occurs
2998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
3002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
2999
3003
  */
3000
3004
  updateMediaWorkflowJob(updateMediaWorkflowJobRequest) {
3001
3005
  return __awaiter(this, void 0, void 0, function* () {
@@ -3060,7 +3064,7 @@ class MediaServicesClient {
3060
3064
  * @param UpdateStreamCdnConfigRequest
3061
3065
  * @return UpdateStreamCdnConfigResponse
3062
3066
  * @throws OciError when an error occurs
3063
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
3067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
3064
3068
  */
3065
3069
  updateStreamCdnConfig(updateStreamCdnConfigRequest) {
3066
3070
  return __awaiter(this, void 0, void 0, function* () {
@@ -3125,7 +3129,7 @@ class MediaServicesClient {
3125
3129
  * @param UpdateStreamDistributionChannelRequest
3126
3130
  * @return UpdateStreamDistributionChannelResponse
3127
3131
  * @throws OciError when an error occurs
3128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
3132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
3129
3133
  */
3130
3134
  updateStreamDistributionChannel(updateStreamDistributionChannelRequest) {
3131
3135
  return __awaiter(this, void 0, void 0, function* () {
@@ -3190,7 +3194,7 @@ class MediaServicesClient {
3190
3194
  * @param UpdateStreamPackagingConfigRequest
3191
3195
  * @return UpdateStreamPackagingConfigResponse
3192
3196
  * @throws OciError when an error occurs
3193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
3197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
3194
3198
  */
3195
3199
  updateStreamPackagingConfig(updateStreamPackagingConfigRequest) {
3196
3200
  return __awaiter(this, void 0, void 0, function* () {
@@ -3271,6 +3275,7 @@ class MediaStreamClient {
3271
3275
  this["_defaultHeaders"] = {};
3272
3276
  this._circuitBreaker = null;
3273
3277
  this._httpOptions = undefined;
3278
+ this._bodyDuplexMode = undefined;
3274
3279
  this.targetService = "MediaStream";
3275
3280
  this._regionId = "";
3276
3281
  this._lastSetRegionOrRegionId = "";
@@ -3285,6 +3290,9 @@ class MediaStreamClient {
3285
3290
  this._httpOptions = clientConfiguration.httpOptions
3286
3291
  ? clientConfiguration.httpOptions
3287
3292
  : undefined;
3293
+ this._bodyDuplexMode = clientConfiguration.bodyDuplexMode
3294
+ ? clientConfiguration.bodyDuplexMode
3295
+ : undefined;
3288
3296
  }
3289
3297
  // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
3290
3298
  const specCircuitBreakerEnabled = true;
@@ -3295,7 +3303,7 @@ class MediaStreamClient {
3295
3303
  }
3296
3304
  this._httpClient =
3297
3305
  params.httpClient ||
3298
- new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions);
3306
+ new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions, this._bodyDuplexMode);
3299
3307
  if (params.authenticationDetailsProvider &&
3300
3308
  common.isRegionProvider(params.authenticationDetailsProvider)) {
3301
3309
  const provider = params.authenticationDetailsProvider;
@@ -3368,7 +3376,7 @@ class MediaStreamClient {
3368
3376
  * @param GeneratePlaylistRequest
3369
3377
  * @return GeneratePlaylistResponse
3370
3378
  * @throws OciError when an error occurs
3371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
3379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
3372
3380
  */
3373
3381
  generatePlaylist(generatePlaylistRequest) {
3374
3382
  return __awaiter(this, void 0, void 0, function* () {
@@ -3432,7 +3440,7 @@ class MediaStreamClient {
3432
3440
  * @param GenerateSessionTokenRequest
3433
3441
  * @return GenerateSessionTokenResponse
3434
3442
  * @throws OciError when an error occurs
3435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
3443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
3436
3444
  */
3437
3445
  generateSessionToken(generateSessionTokenRequest) {
3438
3446
  return __awaiter(this, void 0, void 0, function* () {