oci-mediaservices 2.81.0 → 2.82.2
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 +62 -62
- package/lib/client.js +62 -62
- package/lib/request/add-media-asset-lock-request.d.ts +1 -1
- package/lib/request/add-media-workflow-configuration-lock-request.d.ts +1 -1
- package/lib/request/add-media-workflow-job-lock-request.d.ts +1 -1
- package/lib/request/add-media-workflow-lock-request.d.ts +1 -1
- package/lib/request/add-stream-cdn-config-lock-request.d.ts +1 -1
- package/lib/request/add-stream-distribution-channel-lock-request.d.ts +1 -1
- package/lib/request/add-stream-packaging-config-lock-request.d.ts +1 -1
- 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-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-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/remove-media-asset-lock-request.d.ts +1 -1
- package/lib/request/remove-media-workflow-configuration-lock-request.d.ts +1 -1
- package/lib/request/remove-media-workflow-job-lock-request.d.ts +1 -1
- package/lib/request/remove-media-workflow-lock-request.d.ts +1 -1
- package/lib/request/remove-stream-cdn-config-lock-request.d.ts +1 -1
- package/lib/request/remove-stream-distribution-channel-lock-request.d.ts +1 -1
- package/lib/request/remove-stream-packaging-config-lock-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
|
@@ -200,7 +200,7 @@ class MediaServicesClient {
|
|
|
200
200
|
* @param AddMediaAssetLockRequest
|
|
201
201
|
* @return AddMediaAssetLockResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/AddMediaAssetLock.ts.html |here} to see how to use AddMediaAssetLock API.
|
|
204
204
|
*/
|
|
205
205
|
addMediaAssetLock(addMediaAssetLockRequest) {
|
|
206
206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -267,7 +267,7 @@ class MediaServicesClient {
|
|
|
267
267
|
* @param AddMediaWorkflowConfigurationLockRequest
|
|
268
268
|
* @return AddMediaWorkflowConfigurationLockResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/AddMediaWorkflowConfigurationLock.ts.html |here} to see how to use AddMediaWorkflowConfigurationLock API.
|
|
271
271
|
*/
|
|
272
272
|
addMediaWorkflowConfigurationLock(addMediaWorkflowConfigurationLockRequest) {
|
|
273
273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -334,7 +334,7 @@ class MediaServicesClient {
|
|
|
334
334
|
* @param AddMediaWorkflowJobLockRequest
|
|
335
335
|
* @return AddMediaWorkflowJobLockResponse
|
|
336
336
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/AddMediaWorkflowJobLock.ts.html |here} to see how to use AddMediaWorkflowJobLock API.
|
|
338
338
|
*/
|
|
339
339
|
addMediaWorkflowJobLock(addMediaWorkflowJobLockRequest) {
|
|
340
340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -401,7 +401,7 @@ class MediaServicesClient {
|
|
|
401
401
|
* @param AddMediaWorkflowLockRequest
|
|
402
402
|
* @return AddMediaWorkflowLockResponse
|
|
403
403
|
* @throws OciError when an error occurs
|
|
404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/AddMediaWorkflowLock.ts.html |here} to see how to use AddMediaWorkflowLock API.
|
|
405
405
|
*/
|
|
406
406
|
addMediaWorkflowLock(addMediaWorkflowLockRequest) {
|
|
407
407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -468,7 +468,7 @@ class MediaServicesClient {
|
|
|
468
468
|
* @param AddStreamCdnConfigLockRequest
|
|
469
469
|
* @return AddStreamCdnConfigLockResponse
|
|
470
470
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/AddStreamCdnConfigLock.ts.html |here} to see how to use AddStreamCdnConfigLock API.
|
|
472
472
|
*/
|
|
473
473
|
addStreamCdnConfigLock(addStreamCdnConfigLockRequest) {
|
|
474
474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -535,7 +535,7 @@ class MediaServicesClient {
|
|
|
535
535
|
* @param AddStreamDistributionChannelLockRequest
|
|
536
536
|
* @return AddStreamDistributionChannelLockResponse
|
|
537
537
|
* @throws OciError when an error occurs
|
|
538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/AddStreamDistributionChannelLock.ts.html |here} to see how to use AddStreamDistributionChannelLock API.
|
|
539
539
|
*/
|
|
540
540
|
addStreamDistributionChannelLock(addStreamDistributionChannelLockRequest) {
|
|
541
541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -602,7 +602,7 @@ class MediaServicesClient {
|
|
|
602
602
|
* @param AddStreamPackagingConfigLockRequest
|
|
603
603
|
* @return AddStreamPackagingConfigLockResponse
|
|
604
604
|
* @throws OciError when an error occurs
|
|
605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/AddStreamPackagingConfigLock.ts.html |here} to see how to use AddStreamPackagingConfigLock API.
|
|
606
606
|
*/
|
|
607
607
|
addStreamPackagingConfigLock(addStreamPackagingConfigLockRequest) {
|
|
608
608
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -668,7 +668,7 @@ class MediaServicesClient {
|
|
|
668
668
|
* @param ChangeMediaAssetCompartmentRequest
|
|
669
669
|
* @return ChangeMediaAssetCompartmentResponse
|
|
670
670
|
* @throws OciError when an error occurs
|
|
671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
|
|
672
672
|
*/
|
|
673
673
|
changeMediaAssetCompartment(changeMediaAssetCompartmentRequest) {
|
|
674
674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -727,7 +727,7 @@ class MediaServicesClient {
|
|
|
727
727
|
* @param ChangeMediaWorkflowCompartmentRequest
|
|
728
728
|
* @return ChangeMediaWorkflowCompartmentResponse
|
|
729
729
|
* @throws OciError when an error occurs
|
|
730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
|
|
731
731
|
*/
|
|
732
732
|
changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest) {
|
|
733
733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -786,7 +786,7 @@ class MediaServicesClient {
|
|
|
786
786
|
* @param ChangeMediaWorkflowConfigurationCompartmentRequest
|
|
787
787
|
* @return ChangeMediaWorkflowConfigurationCompartmentResponse
|
|
788
788
|
* @throws OciError when an error occurs
|
|
789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
|
|
790
790
|
*/
|
|
791
791
|
changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest) {
|
|
792
792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -845,7 +845,7 @@ class MediaServicesClient {
|
|
|
845
845
|
* @param ChangeMediaWorkflowJobCompartmentRequest
|
|
846
846
|
* @return ChangeMediaWorkflowJobCompartmentResponse
|
|
847
847
|
* @throws OciError when an error occurs
|
|
848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
|
|
849
849
|
*/
|
|
850
850
|
changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest) {
|
|
851
851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -904,7 +904,7 @@ class MediaServicesClient {
|
|
|
904
904
|
* @param ChangeStreamDistributionChannelCompartmentRequest
|
|
905
905
|
* @return ChangeStreamDistributionChannelCompartmentResponse
|
|
906
906
|
* @throws OciError when an error occurs
|
|
907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
907
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
|
|
908
908
|
*/
|
|
909
909
|
changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest) {
|
|
910
910
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -964,7 +964,7 @@ class MediaServicesClient {
|
|
|
964
964
|
* @param CreateMediaAssetRequest
|
|
965
965
|
* @return CreateMediaAssetResponse
|
|
966
966
|
* @throws OciError when an error occurs
|
|
967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
|
|
968
968
|
*/
|
|
969
969
|
createMediaAsset(createMediaAssetRequest) {
|
|
970
970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1028,7 +1028,7 @@ class MediaServicesClient {
|
|
|
1028
1028
|
* @param CreateMediaWorkflowRequest
|
|
1029
1029
|
* @return CreateMediaWorkflowResponse
|
|
1030
1030
|
* @throws OciError when an error occurs
|
|
1031
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1031
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
|
|
1032
1032
|
*/
|
|
1033
1033
|
createMediaWorkflow(createMediaWorkflowRequest) {
|
|
1034
1034
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1092,7 +1092,7 @@ class MediaServicesClient {
|
|
|
1092
1092
|
* @param CreateMediaWorkflowConfigurationRequest
|
|
1093
1093
|
* @return CreateMediaWorkflowConfigurationResponse
|
|
1094
1094
|
* @throws OciError when an error occurs
|
|
1095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
|
|
1096
1096
|
*/
|
|
1097
1097
|
createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest) {
|
|
1098
1098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1155,7 +1155,7 @@ class MediaServicesClient {
|
|
|
1155
1155
|
* @param CreateMediaWorkflowJobRequest
|
|
1156
1156
|
* @return CreateMediaWorkflowJobResponse
|
|
1157
1157
|
* @throws OciError when an error occurs
|
|
1158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
|
|
1159
1159
|
*/
|
|
1160
1160
|
createMediaWorkflowJob(createMediaWorkflowJobRequest) {
|
|
1161
1161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1219,7 +1219,7 @@ class MediaServicesClient {
|
|
|
1219
1219
|
* @param CreateStreamCdnConfigRequest
|
|
1220
1220
|
* @return CreateStreamCdnConfigResponse
|
|
1221
1221
|
* @throws OciError when an error occurs
|
|
1222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
|
|
1223
1223
|
*/
|
|
1224
1224
|
createStreamCdnConfig(createStreamCdnConfigRequest) {
|
|
1225
1225
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1283,7 +1283,7 @@ class MediaServicesClient {
|
|
|
1283
1283
|
* @param CreateStreamDistributionChannelRequest
|
|
1284
1284
|
* @return CreateStreamDistributionChannelResponse
|
|
1285
1285
|
* @throws OciError when an error occurs
|
|
1286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
|
|
1287
1287
|
*/
|
|
1288
1288
|
createStreamDistributionChannel(createStreamDistributionChannelRequest) {
|
|
1289
1289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1347,7 +1347,7 @@ class MediaServicesClient {
|
|
|
1347
1347
|
* @param CreateStreamPackagingConfigRequest
|
|
1348
1348
|
* @return CreateStreamPackagingConfigResponse
|
|
1349
1349
|
* @throws OciError when an error occurs
|
|
1350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
|
|
1351
1351
|
*/
|
|
1352
1352
|
createStreamPackagingConfig(createStreamPackagingConfigRequest) {
|
|
1353
1353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1410,7 +1410,7 @@ class MediaServicesClient {
|
|
|
1410
1410
|
* @param DeleteMediaAssetRequest
|
|
1411
1411
|
* @return DeleteMediaAssetResponse
|
|
1412
1412
|
* @throws OciError when an error occurs
|
|
1413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
|
|
1414
1414
|
*/
|
|
1415
1415
|
deleteMediaAsset(deleteMediaAssetRequest) {
|
|
1416
1416
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1468,7 +1468,7 @@ class MediaServicesClient {
|
|
|
1468
1468
|
* @param DeleteMediaAssetDistributionChannelAttachmentRequest
|
|
1469
1469
|
* @return DeleteMediaAssetDistributionChannelAttachmentResponse
|
|
1470
1470
|
* @throws OciError when an error occurs
|
|
1471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
|
|
1472
1472
|
*/
|
|
1473
1473
|
deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest) {
|
|
1474
1474
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1527,7 +1527,7 @@ class MediaServicesClient {
|
|
|
1527
1527
|
* @param DeleteMediaWorkflowRequest
|
|
1528
1528
|
* @return DeleteMediaWorkflowResponse
|
|
1529
1529
|
* @throws OciError when an error occurs
|
|
1530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
|
|
1531
1531
|
*/
|
|
1532
1532
|
deleteMediaWorkflow(deleteMediaWorkflowRequest) {
|
|
1533
1533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1584,7 +1584,7 @@ class MediaServicesClient {
|
|
|
1584
1584
|
* @param DeleteMediaWorkflowConfigurationRequest
|
|
1585
1585
|
* @return DeleteMediaWorkflowConfigurationResponse
|
|
1586
1586
|
* @throws OciError when an error occurs
|
|
1587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
|
|
1588
1588
|
*/
|
|
1589
1589
|
deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest) {
|
|
1590
1590
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1641,7 +1641,7 @@ class MediaServicesClient {
|
|
|
1641
1641
|
* @param DeleteMediaWorkflowJobRequest
|
|
1642
1642
|
* @return DeleteMediaWorkflowJobResponse
|
|
1643
1643
|
* @throws OciError when an error occurs
|
|
1644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
|
|
1645
1645
|
*/
|
|
1646
1646
|
deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest) {
|
|
1647
1647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1698,7 +1698,7 @@ class MediaServicesClient {
|
|
|
1698
1698
|
* @param DeleteStreamCdnConfigRequest
|
|
1699
1699
|
* @return DeleteStreamCdnConfigResponse
|
|
1700
1700
|
* @throws OciError when an error occurs
|
|
1701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
|
|
1702
1702
|
*/
|
|
1703
1703
|
deleteStreamCdnConfig(deleteStreamCdnConfigRequest) {
|
|
1704
1704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1755,7 +1755,7 @@ class MediaServicesClient {
|
|
|
1755
1755
|
* @param DeleteStreamDistributionChannelRequest
|
|
1756
1756
|
* @return DeleteStreamDistributionChannelResponse
|
|
1757
1757
|
* @throws OciError when an error occurs
|
|
1758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
|
|
1759
1759
|
*/
|
|
1760
1760
|
deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest) {
|
|
1761
1761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1812,7 +1812,7 @@ class MediaServicesClient {
|
|
|
1812
1812
|
* @param DeleteStreamPackagingConfigRequest
|
|
1813
1813
|
* @return DeleteStreamPackagingConfigResponse
|
|
1814
1814
|
* @throws OciError when an error occurs
|
|
1815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
|
|
1816
1816
|
*/
|
|
1817
1817
|
deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest) {
|
|
1818
1818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1869,7 +1869,7 @@ class MediaServicesClient {
|
|
|
1869
1869
|
* @param GetMediaAssetRequest
|
|
1870
1870
|
* @return GetMediaAssetResponse
|
|
1871
1871
|
* @throws OciError when an error occurs
|
|
1872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1872
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
|
|
1873
1873
|
*/
|
|
1874
1874
|
getMediaAsset(getMediaAssetRequest) {
|
|
1875
1875
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1932,7 +1932,7 @@ class MediaServicesClient {
|
|
|
1932
1932
|
* @param GetMediaAssetDistributionChannelAttachmentRequest
|
|
1933
1933
|
* @return GetMediaAssetDistributionChannelAttachmentResponse
|
|
1934
1934
|
* @throws OciError when an error occurs
|
|
1935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
|
|
1936
1936
|
*/
|
|
1937
1937
|
getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest) {
|
|
1938
1938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1998,7 +1998,7 @@ class MediaServicesClient {
|
|
|
1998
1998
|
* @param GetMediaWorkflowRequest
|
|
1999
1999
|
* @return GetMediaWorkflowResponse
|
|
2000
2000
|
* @throws OciError when an error occurs
|
|
2001
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
|
|
2002
2002
|
*/
|
|
2003
2003
|
getMediaWorkflow(getMediaWorkflowRequest) {
|
|
2004
2004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2061,7 +2061,7 @@ class MediaServicesClient {
|
|
|
2061
2061
|
* @param GetMediaWorkflowConfigurationRequest
|
|
2062
2062
|
* @return GetMediaWorkflowConfigurationResponse
|
|
2063
2063
|
* @throws OciError when an error occurs
|
|
2064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2064
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
|
|
2065
2065
|
*/
|
|
2066
2066
|
getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest) {
|
|
2067
2067
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2124,7 +2124,7 @@ class MediaServicesClient {
|
|
|
2124
2124
|
* @param GetMediaWorkflowJobRequest
|
|
2125
2125
|
* @return GetMediaWorkflowJobResponse
|
|
2126
2126
|
* @throws OciError when an error occurs
|
|
2127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
|
|
2128
2128
|
*/
|
|
2129
2129
|
getMediaWorkflowJob(getMediaWorkflowJobRequest) {
|
|
2130
2130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2187,7 +2187,7 @@ class MediaServicesClient {
|
|
|
2187
2187
|
* @param GetStreamCdnConfigRequest
|
|
2188
2188
|
* @return GetStreamCdnConfigResponse
|
|
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.82.2/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
|
|
2191
2191
|
*/
|
|
2192
2192
|
getStreamCdnConfig(getStreamCdnConfigRequest) {
|
|
2193
2193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2250,7 +2250,7 @@ class MediaServicesClient {
|
|
|
2250
2250
|
* @param GetStreamDistributionChannelRequest
|
|
2251
2251
|
* @return GetStreamDistributionChannelResponse
|
|
2252
2252
|
* @throws OciError when an error occurs
|
|
2253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
|
|
2254
2254
|
*/
|
|
2255
2255
|
getStreamDistributionChannel(getStreamDistributionChannelRequest) {
|
|
2256
2256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2313,7 +2313,7 @@ class MediaServicesClient {
|
|
|
2313
2313
|
* @param GetStreamPackagingConfigRequest
|
|
2314
2314
|
* @return GetStreamPackagingConfigResponse
|
|
2315
2315
|
* @throws OciError when an error occurs
|
|
2316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
|
|
2317
2317
|
*/
|
|
2318
2318
|
getStreamPackagingConfig(getStreamPackagingConfigRequest) {
|
|
2319
2319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2376,7 +2376,7 @@ class MediaServicesClient {
|
|
|
2376
2376
|
* @param IngestStreamDistributionChannelRequest
|
|
2377
2377
|
* @return IngestStreamDistributionChannelResponse
|
|
2378
2378
|
* @throws OciError when an error occurs
|
|
2379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
|
|
2380
2380
|
*/
|
|
2381
2381
|
ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest) {
|
|
2382
2382
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2436,7 +2436,7 @@ class MediaServicesClient {
|
|
|
2436
2436
|
* @param ListMediaAssetDistributionChannelAttachmentsRequest
|
|
2437
2437
|
* @return ListMediaAssetDistributionChannelAttachmentsResponse
|
|
2438
2438
|
* @throws OciError when an error occurs
|
|
2439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
|
|
2440
2440
|
*/
|
|
2441
2441
|
listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest) {
|
|
2442
2442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2507,7 +2507,7 @@ class MediaServicesClient {
|
|
|
2507
2507
|
* @param ListMediaAssetsRequest
|
|
2508
2508
|
* @return ListMediaAssetsResponse
|
|
2509
2509
|
* @throws OciError when an error occurs
|
|
2510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
|
|
2511
2511
|
*/
|
|
2512
2512
|
listMediaAssets(listMediaAssetsRequest) {
|
|
2513
2513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2586,7 +2586,7 @@ class MediaServicesClient {
|
|
|
2586
2586
|
* @param ListMediaWorkflowConfigurationsRequest
|
|
2587
2587
|
* @return ListMediaWorkflowConfigurationsResponse
|
|
2588
2588
|
* @throws OciError when an error occurs
|
|
2589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
|
|
2590
2590
|
*/
|
|
2591
2591
|
listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest) {
|
|
2592
2592
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2656,7 +2656,7 @@ class MediaServicesClient {
|
|
|
2656
2656
|
* @param ListMediaWorkflowJobsRequest
|
|
2657
2657
|
* @return ListMediaWorkflowJobsResponse
|
|
2658
2658
|
* @throws OciError when an error occurs
|
|
2659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
|
|
2660
2660
|
*/
|
|
2661
2661
|
listMediaWorkflowJobs(listMediaWorkflowJobsRequest) {
|
|
2662
2662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2728,7 +2728,7 @@ class MediaServicesClient {
|
|
|
2728
2728
|
* @param ListMediaWorkflowTaskDeclarationsRequest
|
|
2729
2729
|
* @return ListMediaWorkflowTaskDeclarationsResponse
|
|
2730
2730
|
* @throws OciError when an error occurs
|
|
2731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
|
|
2732
2732
|
*/
|
|
2733
2733
|
listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest) {
|
|
2734
2734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2798,7 +2798,7 @@ class MediaServicesClient {
|
|
|
2798
2798
|
* @param ListMediaWorkflowsRequest
|
|
2799
2799
|
* @return ListMediaWorkflowsResponse
|
|
2800
2800
|
* @throws OciError when an error occurs
|
|
2801
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
|
|
2802
2802
|
*/
|
|
2803
2803
|
listMediaWorkflows(listMediaWorkflowsRequest) {
|
|
2804
2804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2868,7 +2868,7 @@ class MediaServicesClient {
|
|
|
2868
2868
|
* @param ListStreamCdnConfigsRequest
|
|
2869
2869
|
* @return ListStreamCdnConfigsResponse
|
|
2870
2870
|
* @throws OciError when an error occurs
|
|
2871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
|
|
2872
2872
|
*/
|
|
2873
2873
|
listStreamCdnConfigs(listStreamCdnConfigsRequest) {
|
|
2874
2874
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2938,7 +2938,7 @@ class MediaServicesClient {
|
|
|
2938
2938
|
* @param ListStreamDistributionChannelsRequest
|
|
2939
2939
|
* @return ListStreamDistributionChannelsResponse
|
|
2940
2940
|
* @throws OciError when an error occurs
|
|
2941
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2941
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
|
|
2942
2942
|
*/
|
|
2943
2943
|
listStreamDistributionChannels(listStreamDistributionChannelsRequest) {
|
|
2944
2944
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3008,7 +3008,7 @@ class MediaServicesClient {
|
|
|
3008
3008
|
* @param ListStreamPackagingConfigsRequest
|
|
3009
3009
|
* @return ListStreamPackagingConfigsResponse
|
|
3010
3010
|
* @throws OciError when an error occurs
|
|
3011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
|
|
3012
3012
|
*/
|
|
3013
3013
|
listStreamPackagingConfigs(listStreamPackagingConfigsRequest) {
|
|
3014
3014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3079,7 +3079,7 @@ class MediaServicesClient {
|
|
|
3079
3079
|
* @param ListSystemMediaWorkflowsRequest
|
|
3080
3080
|
* @return ListSystemMediaWorkflowsResponse
|
|
3081
3081
|
* @throws OciError when an error occurs
|
|
3082
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
|
|
3083
3083
|
*/
|
|
3084
3084
|
listSystemMediaWorkflows(listSystemMediaWorkflowsRequest) {
|
|
3085
3085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3147,7 +3147,7 @@ class MediaServicesClient {
|
|
|
3147
3147
|
* @param RemoveMediaAssetLockRequest
|
|
3148
3148
|
* @return RemoveMediaAssetLockResponse
|
|
3149
3149
|
* @throws OciError when an error occurs
|
|
3150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/RemoveMediaAssetLock.ts.html |here} to see how to use RemoveMediaAssetLock API.
|
|
3151
3151
|
*/
|
|
3152
3152
|
removeMediaAssetLock(removeMediaAssetLockRequest) {
|
|
3153
3153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3214,7 +3214,7 @@ class MediaServicesClient {
|
|
|
3214
3214
|
* @param RemoveMediaWorkflowConfigurationLockRequest
|
|
3215
3215
|
* @return RemoveMediaWorkflowConfigurationLockResponse
|
|
3216
3216
|
* @throws OciError when an error occurs
|
|
3217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/RemoveMediaWorkflowConfigurationLock.ts.html |here} to see how to use RemoveMediaWorkflowConfigurationLock API.
|
|
3218
3218
|
*/
|
|
3219
3219
|
removeMediaWorkflowConfigurationLock(removeMediaWorkflowConfigurationLockRequest) {
|
|
3220
3220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3281,7 +3281,7 @@ class MediaServicesClient {
|
|
|
3281
3281
|
* @param RemoveMediaWorkflowJobLockRequest
|
|
3282
3282
|
* @return RemoveMediaWorkflowJobLockResponse
|
|
3283
3283
|
* @throws OciError when an error occurs
|
|
3284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/RemoveMediaWorkflowJobLock.ts.html |here} to see how to use RemoveMediaWorkflowJobLock API.
|
|
3285
3285
|
*/
|
|
3286
3286
|
removeMediaWorkflowJobLock(removeMediaWorkflowJobLockRequest) {
|
|
3287
3287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3348,7 +3348,7 @@ class MediaServicesClient {
|
|
|
3348
3348
|
* @param RemoveMediaWorkflowLockRequest
|
|
3349
3349
|
* @return RemoveMediaWorkflowLockResponse
|
|
3350
3350
|
* @throws OciError when an error occurs
|
|
3351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/RemoveMediaWorkflowLock.ts.html |here} to see how to use RemoveMediaWorkflowLock API.
|
|
3352
3352
|
*/
|
|
3353
3353
|
removeMediaWorkflowLock(removeMediaWorkflowLockRequest) {
|
|
3354
3354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3415,7 +3415,7 @@ class MediaServicesClient {
|
|
|
3415
3415
|
* @param RemoveStreamCdnConfigLockRequest
|
|
3416
3416
|
* @return RemoveStreamCdnConfigLockResponse
|
|
3417
3417
|
* @throws OciError when an error occurs
|
|
3418
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3418
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/RemoveStreamCdnConfigLock.ts.html |here} to see how to use RemoveStreamCdnConfigLock API.
|
|
3419
3419
|
*/
|
|
3420
3420
|
removeStreamCdnConfigLock(removeStreamCdnConfigLockRequest) {
|
|
3421
3421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3482,7 +3482,7 @@ class MediaServicesClient {
|
|
|
3482
3482
|
* @param RemoveStreamDistributionChannelLockRequest
|
|
3483
3483
|
* @return RemoveStreamDistributionChannelLockResponse
|
|
3484
3484
|
* @throws OciError when an error occurs
|
|
3485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3485
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/RemoveStreamDistributionChannelLock.ts.html |here} to see how to use RemoveStreamDistributionChannelLock API.
|
|
3486
3486
|
*/
|
|
3487
3487
|
removeStreamDistributionChannelLock(removeStreamDistributionChannelLockRequest) {
|
|
3488
3488
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3549,7 +3549,7 @@ class MediaServicesClient {
|
|
|
3549
3549
|
* @param RemoveStreamPackagingConfigLockRequest
|
|
3550
3550
|
* @return RemoveStreamPackagingConfigLockResponse
|
|
3551
3551
|
* @throws OciError when an error occurs
|
|
3552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/RemoveStreamPackagingConfigLock.ts.html |here} to see how to use RemoveStreamPackagingConfigLock API.
|
|
3553
3553
|
*/
|
|
3554
3554
|
removeStreamPackagingConfigLock(removeStreamPackagingConfigLockRequest) {
|
|
3555
3555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3615,7 +3615,7 @@ class MediaServicesClient {
|
|
|
3615
3615
|
* @param UpdateMediaAssetRequest
|
|
3616
3616
|
* @return UpdateMediaAssetResponse
|
|
3617
3617
|
* @throws OciError when an error occurs
|
|
3618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
|
|
3619
3619
|
*/
|
|
3620
3620
|
updateMediaAsset(updateMediaAssetRequest) {
|
|
3621
3621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3682,7 +3682,7 @@ class MediaServicesClient {
|
|
|
3682
3682
|
* @param UpdateMediaWorkflowRequest
|
|
3683
3683
|
* @return UpdateMediaWorkflowResponse
|
|
3684
3684
|
* @throws OciError when an error occurs
|
|
3685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
|
|
3686
3686
|
*/
|
|
3687
3687
|
updateMediaWorkflow(updateMediaWorkflowRequest) {
|
|
3688
3688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3749,7 +3749,7 @@ class MediaServicesClient {
|
|
|
3749
3749
|
* @param UpdateMediaWorkflowConfigurationRequest
|
|
3750
3750
|
* @return UpdateMediaWorkflowConfigurationResponse
|
|
3751
3751
|
* @throws OciError when an error occurs
|
|
3752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
|
|
3753
3753
|
*/
|
|
3754
3754
|
updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest) {
|
|
3755
3755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3816,7 +3816,7 @@ class MediaServicesClient {
|
|
|
3816
3816
|
* @param UpdateMediaWorkflowJobRequest
|
|
3817
3817
|
* @return UpdateMediaWorkflowJobResponse
|
|
3818
3818
|
* @throws OciError when an error occurs
|
|
3819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
|
|
3820
3820
|
*/
|
|
3821
3821
|
updateMediaWorkflowJob(updateMediaWorkflowJobRequest) {
|
|
3822
3822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3883,7 +3883,7 @@ class MediaServicesClient {
|
|
|
3883
3883
|
* @param UpdateStreamCdnConfigRequest
|
|
3884
3884
|
* @return UpdateStreamCdnConfigResponse
|
|
3885
3885
|
* @throws OciError when an error occurs
|
|
3886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
|
|
3887
3887
|
*/
|
|
3888
3888
|
updateStreamCdnConfig(updateStreamCdnConfigRequest) {
|
|
3889
3889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3950,7 +3950,7 @@ class MediaServicesClient {
|
|
|
3950
3950
|
* @param UpdateStreamDistributionChannelRequest
|
|
3951
3951
|
* @return UpdateStreamDistributionChannelResponse
|
|
3952
3952
|
* @throws OciError when an error occurs
|
|
3953
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3953
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
|
|
3954
3954
|
*/
|
|
3955
3955
|
updateStreamDistributionChannel(updateStreamDistributionChannelRequest) {
|
|
3956
3956
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4017,7 +4017,7 @@ class MediaServicesClient {
|
|
|
4017
4017
|
* @param UpdateStreamPackagingConfigRequest
|
|
4018
4018
|
* @return UpdateStreamPackagingConfigResponse
|
|
4019
4019
|
* @throws OciError when an error occurs
|
|
4020
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4020
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
|
|
4021
4021
|
*/
|
|
4022
4022
|
updateStreamPackagingConfig(updateStreamPackagingConfigRequest) {
|
|
4023
4023
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4208,7 +4208,7 @@ class MediaStreamClient {
|
|
|
4208
4208
|
* @param GeneratePlaylistRequest
|
|
4209
4209
|
* @return GeneratePlaylistResponse
|
|
4210
4210
|
* @throws OciError when an error occurs
|
|
4211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
|
|
4212
4212
|
*/
|
|
4213
4213
|
generatePlaylist(generatePlaylistRequest) {
|
|
4214
4214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4272,7 +4272,7 @@ class MediaStreamClient {
|
|
|
4272
4272
|
* @param GenerateSessionTokenRequest
|
|
4273
4273
|
* @return GenerateSessionTokenResponse
|
|
4274
4274
|
* @throws OciError when an error occurs
|
|
4275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
|
|
4276
4276
|
*/
|
|
4277
4277
|
generateSessionToken(generateSessionTokenRequest) {
|
|
4278
4278
|
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.82.2/mediaservices/AddMediaAssetLock.ts.html |here} to see how to use AddMediaAssetLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddMediaAssetLockRequest 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.82.2/mediaservices/AddMediaWorkflowConfigurationLock.ts.html |here} to see how to use AddMediaWorkflowConfigurationLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddMediaWorkflowConfigurationLockRequest 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.82.2/mediaservices/AddMediaWorkflowJobLock.ts.html |here} to see how to use AddMediaWorkflowJobLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddMediaWorkflowJobLockRequest 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.82.2/mediaservices/AddMediaWorkflowLock.ts.html |here} to see how to use AddMediaWorkflowLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddMediaWorkflowLockRequest 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.82.2/mediaservices/AddStreamCdnConfigLock.ts.html |here} to see how to use AddStreamCdnConfigLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddStreamCdnConfigLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|