oci-mediaservices 2.58.1 → 2.59.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.
- 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
|
@@ -182,7 +182,7 @@ class MediaServicesClient {
|
|
|
182
182
|
* @param ChangeMediaAssetCompartmentRequest
|
|
183
183
|
* @return ChangeMediaAssetCompartmentResponse
|
|
184
184
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
|
|
186
186
|
*/
|
|
187
187
|
changeMediaAssetCompartment(changeMediaAssetCompartmentRequest) {
|
|
188
188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -239,7 +239,7 @@ class MediaServicesClient {
|
|
|
239
239
|
* @param ChangeMediaWorkflowCompartmentRequest
|
|
240
240
|
* @return ChangeMediaWorkflowCompartmentResponse
|
|
241
241
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
|
|
243
243
|
*/
|
|
244
244
|
changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest) {
|
|
245
245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -301,7 +301,7 @@ class MediaServicesClient {
|
|
|
301
301
|
* @param ChangeMediaWorkflowConfigurationCompartmentRequest
|
|
302
302
|
* @return ChangeMediaWorkflowConfigurationCompartmentResponse
|
|
303
303
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
|
|
305
305
|
*/
|
|
306
306
|
changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest) {
|
|
307
307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -363,7 +363,7 @@ class MediaServicesClient {
|
|
|
363
363
|
* @param ChangeMediaWorkflowJobCompartmentRequest
|
|
364
364
|
* @return ChangeMediaWorkflowJobCompartmentResponse
|
|
365
365
|
* @throws OciError when an error occurs
|
|
366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
|
|
367
367
|
*/
|
|
368
368
|
changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest) {
|
|
369
369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -425,7 +425,7 @@ class MediaServicesClient {
|
|
|
425
425
|
* @param ChangeStreamDistributionChannelCompartmentRequest
|
|
426
426
|
* @return ChangeStreamDistributionChannelCompartmentResponse
|
|
427
427
|
* @throws OciError when an error occurs
|
|
428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
|
|
429
429
|
*/
|
|
430
430
|
changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest) {
|
|
431
431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -488,7 +488,7 @@ class MediaServicesClient {
|
|
|
488
488
|
* @param CreateMediaAssetRequest
|
|
489
489
|
* @return CreateMediaAssetResponse
|
|
490
490
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
|
|
492
492
|
*/
|
|
493
493
|
createMediaAsset(createMediaAssetRequest) {
|
|
494
494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -552,7 +552,7 @@ class MediaServicesClient {
|
|
|
552
552
|
* @param CreateMediaWorkflowRequest
|
|
553
553
|
* @return CreateMediaWorkflowResponse
|
|
554
554
|
* @throws OciError when an error occurs
|
|
555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
555
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
|
|
556
556
|
*/
|
|
557
557
|
createMediaWorkflow(createMediaWorkflowRequest) {
|
|
558
558
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -616,7 +616,7 @@ class MediaServicesClient {
|
|
|
616
616
|
* @param CreateMediaWorkflowConfigurationRequest
|
|
617
617
|
* @return CreateMediaWorkflowConfigurationResponse
|
|
618
618
|
* @throws OciError when an error occurs
|
|
619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
|
|
620
620
|
*/
|
|
621
621
|
createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest) {
|
|
622
622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -679,7 +679,7 @@ class MediaServicesClient {
|
|
|
679
679
|
* @param CreateMediaWorkflowJobRequest
|
|
680
680
|
* @return CreateMediaWorkflowJobResponse
|
|
681
681
|
* @throws OciError when an error occurs
|
|
682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
|
|
683
683
|
*/
|
|
684
684
|
createMediaWorkflowJob(createMediaWorkflowJobRequest) {
|
|
685
685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -743,7 +743,7 @@ class MediaServicesClient {
|
|
|
743
743
|
* @param CreateStreamCdnConfigRequest
|
|
744
744
|
* @return CreateStreamCdnConfigResponse
|
|
745
745
|
* @throws OciError when an error occurs
|
|
746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
|
|
747
747
|
*/
|
|
748
748
|
createStreamCdnConfig(createStreamCdnConfigRequest) {
|
|
749
749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -807,7 +807,7 @@ class MediaServicesClient {
|
|
|
807
807
|
* @param CreateStreamDistributionChannelRequest
|
|
808
808
|
* @return CreateStreamDistributionChannelResponse
|
|
809
809
|
* @throws OciError when an error occurs
|
|
810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
|
|
811
811
|
*/
|
|
812
812
|
createStreamDistributionChannel(createStreamDistributionChannelRequest) {
|
|
813
813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -871,7 +871,7 @@ class MediaServicesClient {
|
|
|
871
871
|
* @param CreateStreamPackagingConfigRequest
|
|
872
872
|
* @return CreateStreamPackagingConfigResponse
|
|
873
873
|
* @throws OciError when an error occurs
|
|
874
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
874
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
|
|
875
875
|
*/
|
|
876
876
|
createStreamPackagingConfig(createStreamPackagingConfigRequest) {
|
|
877
877
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -934,7 +934,7 @@ class MediaServicesClient {
|
|
|
934
934
|
* @param DeleteMediaAssetRequest
|
|
935
935
|
* @return DeleteMediaAssetResponse
|
|
936
936
|
* @throws OciError when an error occurs
|
|
937
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
|
|
938
938
|
*/
|
|
939
939
|
deleteMediaAsset(deleteMediaAssetRequest) {
|
|
940
940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -991,7 +991,7 @@ class MediaServicesClient {
|
|
|
991
991
|
* @param DeleteMediaAssetDistributionChannelAttachmentRequest
|
|
992
992
|
* @return DeleteMediaAssetDistributionChannelAttachmentResponse
|
|
993
993
|
* @throws OciError when an error occurs
|
|
994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
|
|
995
995
|
*/
|
|
996
996
|
deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest) {
|
|
997
997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1049,7 +1049,7 @@ class MediaServicesClient {
|
|
|
1049
1049
|
* @param DeleteMediaWorkflowRequest
|
|
1050
1050
|
* @return DeleteMediaWorkflowResponse
|
|
1051
1051
|
* @throws OciError when an error occurs
|
|
1052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
|
|
1053
1053
|
*/
|
|
1054
1054
|
deleteMediaWorkflow(deleteMediaWorkflowRequest) {
|
|
1055
1055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1104,7 +1104,7 @@ class MediaServicesClient {
|
|
|
1104
1104
|
* @param DeleteMediaWorkflowConfigurationRequest
|
|
1105
1105
|
* @return DeleteMediaWorkflowConfigurationResponse
|
|
1106
1106
|
* @throws OciError when an error occurs
|
|
1107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
|
|
1108
1108
|
*/
|
|
1109
1109
|
deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest) {
|
|
1110
1110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1164,7 +1164,7 @@ class MediaServicesClient {
|
|
|
1164
1164
|
* @param DeleteMediaWorkflowJobRequest
|
|
1165
1165
|
* @return DeleteMediaWorkflowJobResponse
|
|
1166
1166
|
* @throws OciError when an error occurs
|
|
1167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
|
|
1168
1168
|
*/
|
|
1169
1169
|
deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest) {
|
|
1170
1170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1224,7 +1224,7 @@ class MediaServicesClient {
|
|
|
1224
1224
|
* @param DeleteStreamCdnConfigRequest
|
|
1225
1225
|
* @return DeleteStreamCdnConfigResponse
|
|
1226
1226
|
* @throws OciError when an error occurs
|
|
1227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
|
|
1228
1228
|
*/
|
|
1229
1229
|
deleteStreamCdnConfig(deleteStreamCdnConfigRequest) {
|
|
1230
1230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1279,7 +1279,7 @@ class MediaServicesClient {
|
|
|
1279
1279
|
* @param DeleteStreamDistributionChannelRequest
|
|
1280
1280
|
* @return DeleteStreamDistributionChannelResponse
|
|
1281
1281
|
* @throws OciError when an error occurs
|
|
1282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
|
|
1283
1283
|
*/
|
|
1284
1284
|
deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest) {
|
|
1285
1285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1334,7 +1334,7 @@ class MediaServicesClient {
|
|
|
1334
1334
|
* @param DeleteStreamPackagingConfigRequest
|
|
1335
1335
|
* @return DeleteStreamPackagingConfigResponse
|
|
1336
1336
|
* @throws OciError when an error occurs
|
|
1337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
|
|
1338
1338
|
*/
|
|
1339
1339
|
deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest) {
|
|
1340
1340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1389,7 +1389,7 @@ class MediaServicesClient {
|
|
|
1389
1389
|
* @param GetMediaAssetRequest
|
|
1390
1390
|
* @return GetMediaAssetResponse
|
|
1391
1391
|
* @throws OciError when an error occurs
|
|
1392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
|
|
1393
1393
|
*/
|
|
1394
1394
|
getMediaAsset(getMediaAssetRequest) {
|
|
1395
1395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1452,7 +1452,7 @@ class MediaServicesClient {
|
|
|
1452
1452
|
* @param GetMediaAssetDistributionChannelAttachmentRequest
|
|
1453
1453
|
* @return GetMediaAssetDistributionChannelAttachmentResponse
|
|
1454
1454
|
* @throws OciError when an error occurs
|
|
1455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
|
|
1456
1456
|
*/
|
|
1457
1457
|
getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest) {
|
|
1458
1458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1518,7 +1518,7 @@ class MediaServicesClient {
|
|
|
1518
1518
|
* @param GetMediaWorkflowRequest
|
|
1519
1519
|
* @return GetMediaWorkflowResponse
|
|
1520
1520
|
* @throws OciError when an error occurs
|
|
1521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
|
|
1522
1522
|
*/
|
|
1523
1523
|
getMediaWorkflow(getMediaWorkflowRequest) {
|
|
1524
1524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1581,7 +1581,7 @@ class MediaServicesClient {
|
|
|
1581
1581
|
* @param GetMediaWorkflowConfigurationRequest
|
|
1582
1582
|
* @return GetMediaWorkflowConfigurationResponse
|
|
1583
1583
|
* @throws OciError when an error occurs
|
|
1584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
|
|
1585
1585
|
*/
|
|
1586
1586
|
getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest) {
|
|
1587
1587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1644,7 +1644,7 @@ class MediaServicesClient {
|
|
|
1644
1644
|
* @param GetMediaWorkflowJobRequest
|
|
1645
1645
|
* @return GetMediaWorkflowJobResponse
|
|
1646
1646
|
* @throws OciError when an error occurs
|
|
1647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
|
|
1648
1648
|
*/
|
|
1649
1649
|
getMediaWorkflowJob(getMediaWorkflowJobRequest) {
|
|
1650
1650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1707,7 +1707,7 @@ class MediaServicesClient {
|
|
|
1707
1707
|
* @param GetMediaWorkflowJobFactRequest
|
|
1708
1708
|
* @return GetMediaWorkflowJobFactResponse
|
|
1709
1709
|
* @throws OciError when an error occurs
|
|
1710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
|
|
1711
1711
|
*/
|
|
1712
1712
|
getMediaWorkflowJobFact(getMediaWorkflowJobFactRequest) {
|
|
1713
1713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1771,7 +1771,7 @@ class MediaServicesClient {
|
|
|
1771
1771
|
* @param GetStreamCdnConfigRequest
|
|
1772
1772
|
* @return GetStreamCdnConfigResponse
|
|
1773
1773
|
* @throws OciError when an error occurs
|
|
1774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
|
|
1775
1775
|
*/
|
|
1776
1776
|
getStreamCdnConfig(getStreamCdnConfigRequest) {
|
|
1777
1777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1834,7 +1834,7 @@ class MediaServicesClient {
|
|
|
1834
1834
|
* @param GetStreamDistributionChannelRequest
|
|
1835
1835
|
* @return GetStreamDistributionChannelResponse
|
|
1836
1836
|
* @throws OciError when an error occurs
|
|
1837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
|
|
1838
1838
|
*/
|
|
1839
1839
|
getStreamDistributionChannel(getStreamDistributionChannelRequest) {
|
|
1840
1840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1897,7 +1897,7 @@ class MediaServicesClient {
|
|
|
1897
1897
|
* @param GetStreamPackagingConfigRequest
|
|
1898
1898
|
* @return GetStreamPackagingConfigResponse
|
|
1899
1899
|
* @throws OciError when an error occurs
|
|
1900
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
|
|
1901
1901
|
*/
|
|
1902
1902
|
getStreamPackagingConfig(getStreamPackagingConfigRequest) {
|
|
1903
1903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1960,7 +1960,7 @@ class MediaServicesClient {
|
|
|
1960
1960
|
* @param IngestStreamDistributionChannelRequest
|
|
1961
1961
|
* @return IngestStreamDistributionChannelResponse
|
|
1962
1962
|
* @throws OciError when an error occurs
|
|
1963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1963
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
|
|
1964
1964
|
*/
|
|
1965
1965
|
ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest) {
|
|
1966
1966
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2020,7 +2020,7 @@ class MediaServicesClient {
|
|
|
2020
2020
|
* @param ListMediaAssetDistributionChannelAttachmentsRequest
|
|
2021
2021
|
* @return ListMediaAssetDistributionChannelAttachmentsResponse
|
|
2022
2022
|
* @throws OciError when an error occurs
|
|
2023
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
|
|
2024
2024
|
*/
|
|
2025
2025
|
listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest) {
|
|
2026
2026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2091,7 +2091,7 @@ class MediaServicesClient {
|
|
|
2091
2091
|
* @param ListMediaAssetsRequest
|
|
2092
2092
|
* @return ListMediaAssetsResponse
|
|
2093
2093
|
* @throws OciError when an error occurs
|
|
2094
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2094
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
|
|
2095
2095
|
*/
|
|
2096
2096
|
listMediaAssets(listMediaAssetsRequest) {
|
|
2097
2097
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2170,7 +2170,7 @@ class MediaServicesClient {
|
|
|
2170
2170
|
* @param ListMediaWorkflowConfigurationsRequest
|
|
2171
2171
|
* @return ListMediaWorkflowConfigurationsResponse
|
|
2172
2172
|
* @throws OciError when an error occurs
|
|
2173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
|
|
2174
2174
|
*/
|
|
2175
2175
|
listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest) {
|
|
2176
2176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2240,7 +2240,7 @@ class MediaServicesClient {
|
|
|
2240
2240
|
* @param ListMediaWorkflowJobFactsRequest
|
|
2241
2241
|
* @return ListMediaWorkflowJobFactsResponse
|
|
2242
2242
|
* @throws OciError when an error occurs
|
|
2243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
|
|
2244
2244
|
*/
|
|
2245
2245
|
listMediaWorkflowJobFacts(listMediaWorkflowJobFactsRequest) {
|
|
2246
2246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2310,7 +2310,7 @@ class MediaServicesClient {
|
|
|
2310
2310
|
* @param ListMediaWorkflowJobsRequest
|
|
2311
2311
|
* @return ListMediaWorkflowJobsResponse
|
|
2312
2312
|
* @throws OciError when an error occurs
|
|
2313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
|
|
2314
2314
|
*/
|
|
2315
2315
|
listMediaWorkflowJobs(listMediaWorkflowJobsRequest) {
|
|
2316
2316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2382,7 +2382,7 @@ class MediaServicesClient {
|
|
|
2382
2382
|
* @param ListMediaWorkflowTaskDeclarationsRequest
|
|
2383
2383
|
* @return ListMediaWorkflowTaskDeclarationsResponse
|
|
2384
2384
|
* @throws OciError when an error occurs
|
|
2385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
|
|
2386
2386
|
*/
|
|
2387
2387
|
listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest) {
|
|
2388
2388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2452,7 +2452,7 @@ class MediaServicesClient {
|
|
|
2452
2452
|
* @param ListMediaWorkflowsRequest
|
|
2453
2453
|
* @return ListMediaWorkflowsResponse
|
|
2454
2454
|
* @throws OciError when an error occurs
|
|
2455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
|
|
2456
2456
|
*/
|
|
2457
2457
|
listMediaWorkflows(listMediaWorkflowsRequest) {
|
|
2458
2458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2522,7 +2522,7 @@ class MediaServicesClient {
|
|
|
2522
2522
|
* @param ListStreamCdnConfigsRequest
|
|
2523
2523
|
* @return ListStreamCdnConfigsResponse
|
|
2524
2524
|
* @throws OciError when an error occurs
|
|
2525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
|
|
2526
2526
|
*/
|
|
2527
2527
|
listStreamCdnConfigs(listStreamCdnConfigsRequest) {
|
|
2528
2528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2592,7 +2592,7 @@ class MediaServicesClient {
|
|
|
2592
2592
|
* @param ListStreamDistributionChannelsRequest
|
|
2593
2593
|
* @return ListStreamDistributionChannelsResponse
|
|
2594
2594
|
* @throws OciError when an error occurs
|
|
2595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
|
|
2596
2596
|
*/
|
|
2597
2597
|
listStreamDistributionChannels(listStreamDistributionChannelsRequest) {
|
|
2598
2598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2662,7 +2662,7 @@ class MediaServicesClient {
|
|
|
2662
2662
|
* @param ListStreamPackagingConfigsRequest
|
|
2663
2663
|
* @return ListStreamPackagingConfigsResponse
|
|
2664
2664
|
* @throws OciError when an error occurs
|
|
2665
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2665
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
|
|
2666
2666
|
*/
|
|
2667
2667
|
listStreamPackagingConfigs(listStreamPackagingConfigsRequest) {
|
|
2668
2668
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2733,7 +2733,7 @@ class MediaServicesClient {
|
|
|
2733
2733
|
* @param ListSystemMediaWorkflowsRequest
|
|
2734
2734
|
* @return ListSystemMediaWorkflowsResponse
|
|
2735
2735
|
* @throws OciError when an error occurs
|
|
2736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
|
|
2737
2737
|
*/
|
|
2738
2738
|
listSystemMediaWorkflows(listSystemMediaWorkflowsRequest) {
|
|
2739
2739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2800,7 +2800,7 @@ class MediaServicesClient {
|
|
|
2800
2800
|
* @param UpdateMediaAssetRequest
|
|
2801
2801
|
* @return UpdateMediaAssetResponse
|
|
2802
2802
|
* @throws OciError when an error occurs
|
|
2803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
|
|
2804
2804
|
*/
|
|
2805
2805
|
updateMediaAsset(updateMediaAssetRequest) {
|
|
2806
2806
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2865,7 +2865,7 @@ class MediaServicesClient {
|
|
|
2865
2865
|
* @param UpdateMediaWorkflowRequest
|
|
2866
2866
|
* @return UpdateMediaWorkflowResponse
|
|
2867
2867
|
* @throws OciError when an error occurs
|
|
2868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
|
|
2869
2869
|
*/
|
|
2870
2870
|
updateMediaWorkflow(updateMediaWorkflowRequest) {
|
|
2871
2871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2930,7 +2930,7 @@ class MediaServicesClient {
|
|
|
2930
2930
|
* @param UpdateMediaWorkflowConfigurationRequest
|
|
2931
2931
|
* @return UpdateMediaWorkflowConfigurationResponse
|
|
2932
2932
|
* @throws OciError when an error occurs
|
|
2933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
|
|
2934
2934
|
*/
|
|
2935
2935
|
updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest) {
|
|
2936
2936
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2995,7 +2995,7 @@ class MediaServicesClient {
|
|
|
2995
2995
|
* @param UpdateMediaWorkflowJobRequest
|
|
2996
2996
|
* @return UpdateMediaWorkflowJobResponse
|
|
2997
2997
|
* @throws OciError when an error occurs
|
|
2998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
|
|
2999
2999
|
*/
|
|
3000
3000
|
updateMediaWorkflowJob(updateMediaWorkflowJobRequest) {
|
|
3001
3001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3060,7 +3060,7 @@ class MediaServicesClient {
|
|
|
3060
3060
|
* @param UpdateStreamCdnConfigRequest
|
|
3061
3061
|
* @return UpdateStreamCdnConfigResponse
|
|
3062
3062
|
* @throws OciError when an error occurs
|
|
3063
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3063
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
|
|
3064
3064
|
*/
|
|
3065
3065
|
updateStreamCdnConfig(updateStreamCdnConfigRequest) {
|
|
3066
3066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3125,7 +3125,7 @@ class MediaServicesClient {
|
|
|
3125
3125
|
* @param UpdateStreamDistributionChannelRequest
|
|
3126
3126
|
* @return UpdateStreamDistributionChannelResponse
|
|
3127
3127
|
* @throws OciError when an error occurs
|
|
3128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
|
|
3129
3129
|
*/
|
|
3130
3130
|
updateStreamDistributionChannel(updateStreamDistributionChannelRequest) {
|
|
3131
3131
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3190,7 +3190,7 @@ class MediaServicesClient {
|
|
|
3190
3190
|
* @param UpdateStreamPackagingConfigRequest
|
|
3191
3191
|
* @return UpdateStreamPackagingConfigResponse
|
|
3192
3192
|
* @throws OciError when an error occurs
|
|
3193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
|
|
3194
3194
|
*/
|
|
3195
3195
|
updateStreamPackagingConfig(updateStreamPackagingConfigRequest) {
|
|
3196
3196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3368,7 +3368,7 @@ class MediaStreamClient {
|
|
|
3368
3368
|
* @param GeneratePlaylistRequest
|
|
3369
3369
|
* @return GeneratePlaylistResponse
|
|
3370
3370
|
* @throws OciError when an error occurs
|
|
3371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
|
|
3372
3372
|
*/
|
|
3373
3373
|
generatePlaylist(generatePlaylistRequest) {
|
|
3374
3374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3432,7 +3432,7 @@ class MediaStreamClient {
|
|
|
3432
3432
|
* @param GenerateSessionTokenRequest
|
|
3433
3433
|
* @return GenerateSessionTokenResponse
|
|
3434
3434
|
* @throws OciError when an error occurs
|
|
3435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
|
|
3436
3436
|
*/
|
|
3437
3437
|
generateSessionToken(generateSessionTokenRequest) {
|
|
3438
3438
|
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.59.1/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.59.1/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.59.1/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.59.1/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.59.1/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.59.1/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.59.1/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.59.1/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.59.1/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.59.1/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.59.1/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.59.1/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.59.1/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.59.1/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.59.1/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteMediaWorkflowConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|