oci-mediaservices 2.77.1 → 2.78.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.
- package/lib/client.d.ts +50 -50
- package/lib/client.js +50 -50
- package/lib/request/change-media-asset-compartment-request.d.ts +1 -1
- package/lib/request/change-media-workflow-compartment-request.d.ts +1 -1
- package/lib/request/change-media-workflow-configuration-compartment-request.d.ts +1 -1
- package/lib/request/change-media-workflow-job-compartment-request.d.ts +1 -1
- package/lib/request/change-stream-distribution-channel-compartment-request.d.ts +1 -1
- package/lib/request/create-media-asset-request.d.ts +1 -1
- package/lib/request/create-media-workflow-configuration-request.d.ts +1 -1
- package/lib/request/create-media-workflow-job-request.d.ts +1 -1
- package/lib/request/create-media-workflow-request.d.ts +1 -1
- package/lib/request/create-stream-cdn-config-request.d.ts +1 -1
- package/lib/request/create-stream-distribution-channel-request.d.ts +1 -1
- package/lib/request/create-stream-packaging-config-request.d.ts +1 -1
- package/lib/request/delete-media-asset-distribution-channel-attachment-request.d.ts +1 -1
- package/lib/request/delete-media-asset-request.d.ts +1 -1
- package/lib/request/delete-media-workflow-configuration-request.d.ts +1 -1
- package/lib/request/delete-media-workflow-job-request.d.ts +1 -1
- package/lib/request/delete-media-workflow-request.d.ts +1 -1
- package/lib/request/delete-stream-cdn-config-request.d.ts +1 -1
- package/lib/request/delete-stream-distribution-channel-request.d.ts +1 -1
- package/lib/request/delete-stream-packaging-config-request.d.ts +1 -1
- package/lib/request/generate-playlist-request.d.ts +1 -1
- package/lib/request/generate-session-token-request.d.ts +1 -1
- package/lib/request/get-media-asset-distribution-channel-attachment-request.d.ts +1 -1
- package/lib/request/get-media-asset-request.d.ts +1 -1
- package/lib/request/get-media-workflow-configuration-request.d.ts +1 -1
- package/lib/request/get-media-workflow-job-fact-request.d.ts +1 -1
- package/lib/request/get-media-workflow-job-request.d.ts +1 -1
- package/lib/request/get-media-workflow-request.d.ts +1 -1
- package/lib/request/get-stream-cdn-config-request.d.ts +1 -1
- package/lib/request/get-stream-distribution-channel-request.d.ts +1 -1
- package/lib/request/get-stream-packaging-config-request.d.ts +1 -1
- package/lib/request/ingest-stream-distribution-channel-request.d.ts +1 -1
- package/lib/request/list-media-asset-distribution-channel-attachments-request.d.ts +1 -1
- package/lib/request/list-media-assets-request.d.ts +1 -1
- package/lib/request/list-media-workflow-configurations-request.d.ts +1 -1
- package/lib/request/list-media-workflow-job-facts-request.d.ts +1 -1
- package/lib/request/list-media-workflow-jobs-request.d.ts +1 -1
- package/lib/request/list-media-workflow-task-declarations-request.d.ts +1 -1
- package/lib/request/list-media-workflows-request.d.ts +1 -1
- package/lib/request/list-stream-cdn-configs-request.d.ts +1 -1
- package/lib/request/list-stream-distribution-channels-request.d.ts +1 -1
- package/lib/request/list-stream-packaging-configs-request.d.ts +1 -1
- package/lib/request/list-system-media-workflows-request.d.ts +1 -1
- package/lib/request/update-media-asset-request.d.ts +1 -1
- package/lib/request/update-media-workflow-configuration-request.d.ts +1 -1
- package/lib/request/update-media-workflow-job-request.d.ts +1 -1
- package/lib/request/update-media-workflow-request.d.ts +1 -1
- package/lib/request/update-stream-cdn-config-request.d.ts +1 -1
- package/lib/request/update-stream-distribution-channel-request.d.ts +1 -1
- package/lib/request/update-stream-packaging-config-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -199,7 +199,7 @@ class MediaServicesClient {
|
|
|
199
199
|
* @param ChangeMediaAssetCompartmentRequest
|
|
200
200
|
* @return ChangeMediaAssetCompartmentResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
|
|
203
203
|
*/
|
|
204
204
|
changeMediaAssetCompartment(changeMediaAssetCompartmentRequest) {
|
|
205
205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -256,7 +256,7 @@ class MediaServicesClient {
|
|
|
256
256
|
* @param ChangeMediaWorkflowCompartmentRequest
|
|
257
257
|
* @return ChangeMediaWorkflowCompartmentResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
|
|
260
260
|
*/
|
|
261
261
|
changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest) {
|
|
262
262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -318,7 +318,7 @@ class MediaServicesClient {
|
|
|
318
318
|
* @param ChangeMediaWorkflowConfigurationCompartmentRequest
|
|
319
319
|
* @return ChangeMediaWorkflowConfigurationCompartmentResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
|
|
322
322
|
*/
|
|
323
323
|
changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest) {
|
|
324
324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -380,7 +380,7 @@ class MediaServicesClient {
|
|
|
380
380
|
* @param ChangeMediaWorkflowJobCompartmentRequest
|
|
381
381
|
* @return ChangeMediaWorkflowJobCompartmentResponse
|
|
382
382
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
|
|
384
384
|
*/
|
|
385
385
|
changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest) {
|
|
386
386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -442,7 +442,7 @@ class MediaServicesClient {
|
|
|
442
442
|
* @param ChangeStreamDistributionChannelCompartmentRequest
|
|
443
443
|
* @return ChangeStreamDistributionChannelCompartmentResponse
|
|
444
444
|
* @throws OciError when an error occurs
|
|
445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
|
|
446
446
|
*/
|
|
447
447
|
changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest) {
|
|
448
448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -505,7 +505,7 @@ class MediaServicesClient {
|
|
|
505
505
|
* @param CreateMediaAssetRequest
|
|
506
506
|
* @return CreateMediaAssetResponse
|
|
507
507
|
* @throws OciError when an error occurs
|
|
508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
|
|
509
509
|
*/
|
|
510
510
|
createMediaAsset(createMediaAssetRequest) {
|
|
511
511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -569,7 +569,7 @@ class MediaServicesClient {
|
|
|
569
569
|
* @param CreateMediaWorkflowRequest
|
|
570
570
|
* @return CreateMediaWorkflowResponse
|
|
571
571
|
* @throws OciError when an error occurs
|
|
572
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
|
|
573
573
|
*/
|
|
574
574
|
createMediaWorkflow(createMediaWorkflowRequest) {
|
|
575
575
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -633,7 +633,7 @@ class MediaServicesClient {
|
|
|
633
633
|
* @param CreateMediaWorkflowConfigurationRequest
|
|
634
634
|
* @return CreateMediaWorkflowConfigurationResponse
|
|
635
635
|
* @throws OciError when an error occurs
|
|
636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
|
|
637
637
|
*/
|
|
638
638
|
createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest) {
|
|
639
639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -696,7 +696,7 @@ class MediaServicesClient {
|
|
|
696
696
|
* @param CreateMediaWorkflowJobRequest
|
|
697
697
|
* @return CreateMediaWorkflowJobResponse
|
|
698
698
|
* @throws OciError when an error occurs
|
|
699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
|
|
700
700
|
*/
|
|
701
701
|
createMediaWorkflowJob(createMediaWorkflowJobRequest) {
|
|
702
702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -760,7 +760,7 @@ class MediaServicesClient {
|
|
|
760
760
|
* @param CreateStreamCdnConfigRequest
|
|
761
761
|
* @return CreateStreamCdnConfigResponse
|
|
762
762
|
* @throws OciError when an error occurs
|
|
763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
|
|
764
764
|
*/
|
|
765
765
|
createStreamCdnConfig(createStreamCdnConfigRequest) {
|
|
766
766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -824,7 +824,7 @@ class MediaServicesClient {
|
|
|
824
824
|
* @param CreateStreamDistributionChannelRequest
|
|
825
825
|
* @return CreateStreamDistributionChannelResponse
|
|
826
826
|
* @throws OciError when an error occurs
|
|
827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
|
|
828
828
|
*/
|
|
829
829
|
createStreamDistributionChannel(createStreamDistributionChannelRequest) {
|
|
830
830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -888,7 +888,7 @@ class MediaServicesClient {
|
|
|
888
888
|
* @param CreateStreamPackagingConfigRequest
|
|
889
889
|
* @return CreateStreamPackagingConfigResponse
|
|
890
890
|
* @throws OciError when an error occurs
|
|
891
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
891
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
|
|
892
892
|
*/
|
|
893
893
|
createStreamPackagingConfig(createStreamPackagingConfigRequest) {
|
|
894
894
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -951,7 +951,7 @@ class MediaServicesClient {
|
|
|
951
951
|
* @param DeleteMediaAssetRequest
|
|
952
952
|
* @return DeleteMediaAssetResponse
|
|
953
953
|
* @throws OciError when an error occurs
|
|
954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
|
|
955
955
|
*/
|
|
956
956
|
deleteMediaAsset(deleteMediaAssetRequest) {
|
|
957
957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1008,7 +1008,7 @@ class MediaServicesClient {
|
|
|
1008
1008
|
* @param DeleteMediaAssetDistributionChannelAttachmentRequest
|
|
1009
1009
|
* @return DeleteMediaAssetDistributionChannelAttachmentResponse
|
|
1010
1010
|
* @throws OciError when an error occurs
|
|
1011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
|
|
1012
1012
|
*/
|
|
1013
1013
|
deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest) {
|
|
1014
1014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1066,7 +1066,7 @@ class MediaServicesClient {
|
|
|
1066
1066
|
* @param DeleteMediaWorkflowRequest
|
|
1067
1067
|
* @return DeleteMediaWorkflowResponse
|
|
1068
1068
|
* @throws OciError when an error occurs
|
|
1069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
|
|
1070
1070
|
*/
|
|
1071
1071
|
deleteMediaWorkflow(deleteMediaWorkflowRequest) {
|
|
1072
1072
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1121,7 +1121,7 @@ class MediaServicesClient {
|
|
|
1121
1121
|
* @param DeleteMediaWorkflowConfigurationRequest
|
|
1122
1122
|
* @return DeleteMediaWorkflowConfigurationResponse
|
|
1123
1123
|
* @throws OciError when an error occurs
|
|
1124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
|
|
1125
1125
|
*/
|
|
1126
1126
|
deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest) {
|
|
1127
1127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1181,7 +1181,7 @@ class MediaServicesClient {
|
|
|
1181
1181
|
* @param DeleteMediaWorkflowJobRequest
|
|
1182
1182
|
* @return DeleteMediaWorkflowJobResponse
|
|
1183
1183
|
* @throws OciError when an error occurs
|
|
1184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
|
|
1185
1185
|
*/
|
|
1186
1186
|
deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest) {
|
|
1187
1187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1241,7 +1241,7 @@ class MediaServicesClient {
|
|
|
1241
1241
|
* @param DeleteStreamCdnConfigRequest
|
|
1242
1242
|
* @return DeleteStreamCdnConfigResponse
|
|
1243
1243
|
* @throws OciError when an error occurs
|
|
1244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
|
|
1245
1245
|
*/
|
|
1246
1246
|
deleteStreamCdnConfig(deleteStreamCdnConfigRequest) {
|
|
1247
1247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1296,7 +1296,7 @@ class MediaServicesClient {
|
|
|
1296
1296
|
* @param DeleteStreamDistributionChannelRequest
|
|
1297
1297
|
* @return DeleteStreamDistributionChannelResponse
|
|
1298
1298
|
* @throws OciError when an error occurs
|
|
1299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
|
|
1300
1300
|
*/
|
|
1301
1301
|
deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest) {
|
|
1302
1302
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1351,7 +1351,7 @@ class MediaServicesClient {
|
|
|
1351
1351
|
* @param DeleteStreamPackagingConfigRequest
|
|
1352
1352
|
* @return DeleteStreamPackagingConfigResponse
|
|
1353
1353
|
* @throws OciError when an error occurs
|
|
1354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
|
|
1355
1355
|
*/
|
|
1356
1356
|
deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest) {
|
|
1357
1357
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1406,7 +1406,7 @@ class MediaServicesClient {
|
|
|
1406
1406
|
* @param GetMediaAssetRequest
|
|
1407
1407
|
* @return GetMediaAssetResponse
|
|
1408
1408
|
* @throws OciError when an error occurs
|
|
1409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
|
|
1410
1410
|
*/
|
|
1411
1411
|
getMediaAsset(getMediaAssetRequest) {
|
|
1412
1412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1469,7 +1469,7 @@ class MediaServicesClient {
|
|
|
1469
1469
|
* @param GetMediaAssetDistributionChannelAttachmentRequest
|
|
1470
1470
|
* @return GetMediaAssetDistributionChannelAttachmentResponse
|
|
1471
1471
|
* @throws OciError when an error occurs
|
|
1472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
|
|
1473
1473
|
*/
|
|
1474
1474
|
getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest) {
|
|
1475
1475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1535,7 +1535,7 @@ class MediaServicesClient {
|
|
|
1535
1535
|
* @param GetMediaWorkflowRequest
|
|
1536
1536
|
* @return GetMediaWorkflowResponse
|
|
1537
1537
|
* @throws OciError when an error occurs
|
|
1538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
|
|
1539
1539
|
*/
|
|
1540
1540
|
getMediaWorkflow(getMediaWorkflowRequest) {
|
|
1541
1541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1598,7 +1598,7 @@ class MediaServicesClient {
|
|
|
1598
1598
|
* @param GetMediaWorkflowConfigurationRequest
|
|
1599
1599
|
* @return GetMediaWorkflowConfigurationResponse
|
|
1600
1600
|
* @throws OciError when an error occurs
|
|
1601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
|
|
1602
1602
|
*/
|
|
1603
1603
|
getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest) {
|
|
1604
1604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1661,7 +1661,7 @@ class MediaServicesClient {
|
|
|
1661
1661
|
* @param GetMediaWorkflowJobRequest
|
|
1662
1662
|
* @return GetMediaWorkflowJobResponse
|
|
1663
1663
|
* @throws OciError when an error occurs
|
|
1664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
|
|
1665
1665
|
*/
|
|
1666
1666
|
getMediaWorkflowJob(getMediaWorkflowJobRequest) {
|
|
1667
1667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1724,7 +1724,7 @@ class MediaServicesClient {
|
|
|
1724
1724
|
* @param GetMediaWorkflowJobFactRequest
|
|
1725
1725
|
* @return GetMediaWorkflowJobFactResponse
|
|
1726
1726
|
* @throws OciError when an error occurs
|
|
1727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
|
|
1728
1728
|
*/
|
|
1729
1729
|
getMediaWorkflowJobFact(getMediaWorkflowJobFactRequest) {
|
|
1730
1730
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1788,7 +1788,7 @@ class MediaServicesClient {
|
|
|
1788
1788
|
* @param GetStreamCdnConfigRequest
|
|
1789
1789
|
* @return GetStreamCdnConfigResponse
|
|
1790
1790
|
* @throws OciError when an error occurs
|
|
1791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
|
|
1792
1792
|
*/
|
|
1793
1793
|
getStreamCdnConfig(getStreamCdnConfigRequest) {
|
|
1794
1794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1851,7 +1851,7 @@ class MediaServicesClient {
|
|
|
1851
1851
|
* @param GetStreamDistributionChannelRequest
|
|
1852
1852
|
* @return GetStreamDistributionChannelResponse
|
|
1853
1853
|
* @throws OciError when an error occurs
|
|
1854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1854
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
|
|
1855
1855
|
*/
|
|
1856
1856
|
getStreamDistributionChannel(getStreamDistributionChannelRequest) {
|
|
1857
1857
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1914,7 +1914,7 @@ class MediaServicesClient {
|
|
|
1914
1914
|
* @param GetStreamPackagingConfigRequest
|
|
1915
1915
|
* @return GetStreamPackagingConfigResponse
|
|
1916
1916
|
* @throws OciError when an error occurs
|
|
1917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
|
|
1918
1918
|
*/
|
|
1919
1919
|
getStreamPackagingConfig(getStreamPackagingConfigRequest) {
|
|
1920
1920
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1977,7 +1977,7 @@ class MediaServicesClient {
|
|
|
1977
1977
|
* @param IngestStreamDistributionChannelRequest
|
|
1978
1978
|
* @return IngestStreamDistributionChannelResponse
|
|
1979
1979
|
* @throws OciError when an error occurs
|
|
1980
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1980
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
|
|
1981
1981
|
*/
|
|
1982
1982
|
ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest) {
|
|
1983
1983
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2037,7 +2037,7 @@ class MediaServicesClient {
|
|
|
2037
2037
|
* @param ListMediaAssetDistributionChannelAttachmentsRequest
|
|
2038
2038
|
* @return ListMediaAssetDistributionChannelAttachmentsResponse
|
|
2039
2039
|
* @throws OciError when an error occurs
|
|
2040
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2040
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
|
|
2041
2041
|
*/
|
|
2042
2042
|
listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest) {
|
|
2043
2043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2108,7 +2108,7 @@ class MediaServicesClient {
|
|
|
2108
2108
|
* @param ListMediaAssetsRequest
|
|
2109
2109
|
* @return ListMediaAssetsResponse
|
|
2110
2110
|
* @throws OciError when an error occurs
|
|
2111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
|
|
2112
2112
|
*/
|
|
2113
2113
|
listMediaAssets(listMediaAssetsRequest) {
|
|
2114
2114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2187,7 +2187,7 @@ class MediaServicesClient {
|
|
|
2187
2187
|
* @param ListMediaWorkflowConfigurationsRequest
|
|
2188
2188
|
* @return ListMediaWorkflowConfigurationsResponse
|
|
2189
2189
|
* @throws OciError when an error occurs
|
|
2190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
|
|
2191
2191
|
*/
|
|
2192
2192
|
listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest) {
|
|
2193
2193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2257,7 +2257,7 @@ class MediaServicesClient {
|
|
|
2257
2257
|
* @param ListMediaWorkflowJobFactsRequest
|
|
2258
2258
|
* @return ListMediaWorkflowJobFactsResponse
|
|
2259
2259
|
* @throws OciError when an error occurs
|
|
2260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
|
|
2261
2261
|
*/
|
|
2262
2262
|
listMediaWorkflowJobFacts(listMediaWorkflowJobFactsRequest) {
|
|
2263
2263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2327,7 +2327,7 @@ class MediaServicesClient {
|
|
|
2327
2327
|
* @param ListMediaWorkflowJobsRequest
|
|
2328
2328
|
* @return ListMediaWorkflowJobsResponse
|
|
2329
2329
|
* @throws OciError when an error occurs
|
|
2330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
|
|
2331
2331
|
*/
|
|
2332
2332
|
listMediaWorkflowJobs(listMediaWorkflowJobsRequest) {
|
|
2333
2333
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2399,7 +2399,7 @@ class MediaServicesClient {
|
|
|
2399
2399
|
* @param ListMediaWorkflowTaskDeclarationsRequest
|
|
2400
2400
|
* @return ListMediaWorkflowTaskDeclarationsResponse
|
|
2401
2401
|
* @throws OciError when an error occurs
|
|
2402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
|
|
2403
2403
|
*/
|
|
2404
2404
|
listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest) {
|
|
2405
2405
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2469,7 +2469,7 @@ class MediaServicesClient {
|
|
|
2469
2469
|
* @param ListMediaWorkflowsRequest
|
|
2470
2470
|
* @return ListMediaWorkflowsResponse
|
|
2471
2471
|
* @throws OciError when an error occurs
|
|
2472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
|
|
2473
2473
|
*/
|
|
2474
2474
|
listMediaWorkflows(listMediaWorkflowsRequest) {
|
|
2475
2475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2539,7 +2539,7 @@ class MediaServicesClient {
|
|
|
2539
2539
|
* @param ListStreamCdnConfigsRequest
|
|
2540
2540
|
* @return ListStreamCdnConfigsResponse
|
|
2541
2541
|
* @throws OciError when an error occurs
|
|
2542
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
|
|
2543
2543
|
*/
|
|
2544
2544
|
listStreamCdnConfigs(listStreamCdnConfigsRequest) {
|
|
2545
2545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2609,7 +2609,7 @@ class MediaServicesClient {
|
|
|
2609
2609
|
* @param ListStreamDistributionChannelsRequest
|
|
2610
2610
|
* @return ListStreamDistributionChannelsResponse
|
|
2611
2611
|
* @throws OciError when an error occurs
|
|
2612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
|
|
2613
2613
|
*/
|
|
2614
2614
|
listStreamDistributionChannels(listStreamDistributionChannelsRequest) {
|
|
2615
2615
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2679,7 +2679,7 @@ class MediaServicesClient {
|
|
|
2679
2679
|
* @param ListStreamPackagingConfigsRequest
|
|
2680
2680
|
* @return ListStreamPackagingConfigsResponse
|
|
2681
2681
|
* @throws OciError when an error occurs
|
|
2682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
|
|
2683
2683
|
*/
|
|
2684
2684
|
listStreamPackagingConfigs(listStreamPackagingConfigsRequest) {
|
|
2685
2685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2750,7 +2750,7 @@ class MediaServicesClient {
|
|
|
2750
2750
|
* @param ListSystemMediaWorkflowsRequest
|
|
2751
2751
|
* @return ListSystemMediaWorkflowsResponse
|
|
2752
2752
|
* @throws OciError when an error occurs
|
|
2753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
|
|
2754
2754
|
*/
|
|
2755
2755
|
listSystemMediaWorkflows(listSystemMediaWorkflowsRequest) {
|
|
2756
2756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2817,7 +2817,7 @@ class MediaServicesClient {
|
|
|
2817
2817
|
* @param UpdateMediaAssetRequest
|
|
2818
2818
|
* @return UpdateMediaAssetResponse
|
|
2819
2819
|
* @throws OciError when an error occurs
|
|
2820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
|
|
2821
2821
|
*/
|
|
2822
2822
|
updateMediaAsset(updateMediaAssetRequest) {
|
|
2823
2823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2882,7 +2882,7 @@ class MediaServicesClient {
|
|
|
2882
2882
|
* @param UpdateMediaWorkflowRequest
|
|
2883
2883
|
* @return UpdateMediaWorkflowResponse
|
|
2884
2884
|
* @throws OciError when an error occurs
|
|
2885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
|
|
2886
2886
|
*/
|
|
2887
2887
|
updateMediaWorkflow(updateMediaWorkflowRequest) {
|
|
2888
2888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2947,7 +2947,7 @@ class MediaServicesClient {
|
|
|
2947
2947
|
* @param UpdateMediaWorkflowConfigurationRequest
|
|
2948
2948
|
* @return UpdateMediaWorkflowConfigurationResponse
|
|
2949
2949
|
* @throws OciError when an error occurs
|
|
2950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
|
|
2951
2951
|
*/
|
|
2952
2952
|
updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest) {
|
|
2953
2953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3012,7 +3012,7 @@ class MediaServicesClient {
|
|
|
3012
3012
|
* @param UpdateMediaWorkflowJobRequest
|
|
3013
3013
|
* @return UpdateMediaWorkflowJobResponse
|
|
3014
3014
|
* @throws OciError when an error occurs
|
|
3015
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
|
|
3016
3016
|
*/
|
|
3017
3017
|
updateMediaWorkflowJob(updateMediaWorkflowJobRequest) {
|
|
3018
3018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3077,7 +3077,7 @@ class MediaServicesClient {
|
|
|
3077
3077
|
* @param UpdateStreamCdnConfigRequest
|
|
3078
3078
|
* @return UpdateStreamCdnConfigResponse
|
|
3079
3079
|
* @throws OciError when an error occurs
|
|
3080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
|
|
3081
3081
|
*/
|
|
3082
3082
|
updateStreamCdnConfig(updateStreamCdnConfigRequest) {
|
|
3083
3083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3142,7 +3142,7 @@ class MediaServicesClient {
|
|
|
3142
3142
|
* @param UpdateStreamDistributionChannelRequest
|
|
3143
3143
|
* @return UpdateStreamDistributionChannelResponse
|
|
3144
3144
|
* @throws OciError when an error occurs
|
|
3145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
|
|
3146
3146
|
*/
|
|
3147
3147
|
updateStreamDistributionChannel(updateStreamDistributionChannelRequest) {
|
|
3148
3148
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3207,7 +3207,7 @@ class MediaServicesClient {
|
|
|
3207
3207
|
* @param UpdateStreamPackagingConfigRequest
|
|
3208
3208
|
* @return UpdateStreamPackagingConfigResponse
|
|
3209
3209
|
* @throws OciError when an error occurs
|
|
3210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
|
|
3211
3211
|
*/
|
|
3212
3212
|
updateStreamPackagingConfig(updateStreamPackagingConfigRequest) {
|
|
3213
3213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3401,7 +3401,7 @@ class MediaStreamClient {
|
|
|
3401
3401
|
* @param GeneratePlaylistRequest
|
|
3402
3402
|
* @return GeneratePlaylistResponse
|
|
3403
3403
|
* @throws OciError when an error occurs
|
|
3404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
|
|
3405
3405
|
*/
|
|
3406
3406
|
generatePlaylist(generatePlaylistRequest) {
|
|
3407
3407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3465,7 +3465,7 @@ class MediaStreamClient {
|
|
|
3465
3465
|
* @param GenerateSessionTokenRequest
|
|
3466
3466
|
* @return GenerateSessionTokenResponse
|
|
3467
3467
|
* @throws OciError when an error occurs
|
|
3468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
|
|
3469
3469
|
*/
|
|
3470
3470
|
generateSessionToken(generateSessionTokenRequest) {
|
|
3471
3471
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMediaAssetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMediaWorkflowCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMediaWorkflowConfigurationCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMediaWorkflowJobCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeStreamDistributionChannelCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAssetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMediaAssetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMediaWorkflowConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMediaWorkflowJobRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflowRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMediaWorkflowRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfigRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateStreamCdnConfigRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateStreamDistributionChannelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfigRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateStreamPackagingConfigRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteMediaAssetDistributionChannelAttachmentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAssetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DeleteMediaAssetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteMediaWorkflowConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|