oci-mediaservices 2.77.1 → 2.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +190 -68
- package/lib/client.js +1629 -822
- package/lib/client.js.map +1 -1
- package/lib/model/{media-workflow-job-fact.d.ts → add-lock-details.d.ts} +24 -19
- package/lib/model/{media-workflow-job-fact-summary.js → add-lock-details.js} +12 -7
- package/lib/model/add-lock-details.js.map +1 -0
- package/lib/model/create-media-asset-details.d.ts +4 -0
- package/lib/model/create-media-asset-details.js +10 -0
- package/lib/model/create-media-asset-details.js.map +1 -1
- package/lib/model/create-media-workflow-configuration-details.d.ts +5 -0
- package/lib/model/create-media-workflow-configuration-details.js +34 -2
- package/lib/model/create-media-workflow-configuration-details.js.map +1 -1
- package/lib/model/create-media-workflow-details.d.ts +4 -0
- package/lib/model/create-media-workflow-details.js +10 -0
- package/lib/model/create-media-workflow-details.js.map +1 -1
- package/lib/model/create-media-workflow-job-details.d.ts +5 -0
- package/lib/model/create-media-workflow-job-details.js +14 -2
- package/lib/model/create-media-workflow-job-details.js.map +1 -1
- package/lib/model/create-stream-cdn-config-details.d.ts +4 -0
- package/lib/model/create-stream-cdn-config-details.js +11 -1
- package/lib/model/create-stream-cdn-config-details.js.map +1 -1
- package/lib/model/create-stream-distribution-channel-details.d.ts +5 -0
- package/lib/model/create-stream-distribution-channel-details.js +34 -2
- package/lib/model/create-stream-distribution-channel-details.js.map +1 -1
- package/lib/model/create-stream-packaging-config-details.d.ts +4 -0
- package/lib/model/create-stream-packaging-config-details.js +10 -0
- package/lib/model/create-stream-packaging-config-details.js.map +1 -1
- package/lib/model/index.d.ts +6 -8
- package/lib/model/index.js +8 -10
- package/lib/model/index.js.map +1 -1
- package/lib/model/job-output.d.ts +1 -0
- package/lib/model/job-output.js +1 -0
- package/lib/model/job-output.js.map +1 -1
- package/lib/model/media-asset-distribution-channel-attachment-summary.d.ts +5 -0
- package/lib/model/media-asset-distribution-channel-attachment-summary.js +34 -2
- package/lib/model/media-asset-distribution-channel-attachment-summary.js.map +1 -1
- package/lib/model/media-asset-distribution-channel-attachment.d.ts +5 -0
- package/lib/model/media-asset-distribution-channel-attachment.js +34 -2
- package/lib/model/media-asset-distribution-channel-attachment.js.map +1 -1
- package/lib/model/media-asset-summary.d.ts +4 -0
- package/lib/model/media-asset-summary.js +34 -2
- package/lib/model/media-asset-summary.js.map +1 -1
- package/lib/model/media-asset.d.ts +4 -0
- package/lib/model/media-asset.js +10 -0
- package/lib/model/media-asset.js.map +1 -1
- package/lib/model/media-workflow-configuration-summary.d.ts +5 -0
- package/lib/model/media-workflow-configuration-summary.js +34 -2
- package/lib/model/media-workflow-configuration-summary.js.map +1 -1
- package/lib/model/media-workflow-configuration.d.ts +5 -0
- package/lib/model/media-workflow-configuration.js +34 -2
- package/lib/model/media-workflow-configuration.js.map +1 -1
- package/lib/model/media-workflow-job-summary.d.ts +5 -0
- package/lib/model/media-workflow-job-summary.js +34 -2
- package/lib/model/media-workflow-job-summary.js.map +1 -1
- package/lib/model/media-workflow-job.d.ts +5 -0
- package/lib/model/media-workflow-job.js +11 -0
- package/lib/model/media-workflow-job.js.map +1 -1
- package/lib/model/media-workflow-summary.d.ts +5 -0
- package/lib/model/media-workflow-summary.js +34 -2
- package/lib/model/media-workflow-summary.js.map +1 -1
- package/lib/model/media-workflow-task-declaration.d.ts +5 -0
- package/lib/model/media-workflow-task-declaration.js +34 -2
- package/lib/model/media-workflow-task-declaration.js.map +1 -1
- package/lib/model/media-workflow-task.d.ts +2 -2
- package/lib/model/media-workflow.d.ts +5 -1
- package/lib/model/media-workflow.js +10 -0
- package/lib/model/media-workflow.js.map +1 -1
- package/lib/model/{media-workflow-job-fact-summary.d.ts → remove-lock-details.d.ts} +24 -13
- package/lib/model/{media-workflow-job-fact.js → remove-lock-details.js} +12 -7
- package/lib/model/remove-lock-details.js.map +1 -0
- package/lib/model/resource-lock.d.ts +59 -0
- package/lib/model/{media-workflow-job-fact-sort-by.js → resource-lock.js} +21 -15
- package/lib/model/resource-lock.js.map +1 -0
- package/lib/model/stream-cdn-config-summary.d.ts +5 -0
- package/lib/model/stream-cdn-config-summary.js +34 -2
- package/lib/model/stream-cdn-config-summary.js.map +1 -1
- package/lib/model/stream-cdn-config.d.ts +4 -0
- package/lib/model/stream-cdn-config.js +11 -1
- package/lib/model/stream-cdn-config.js.map +1 -1
- package/lib/model/stream-distribution-channel-summary.d.ts +5 -0
- package/lib/model/stream-distribution-channel-summary.js +34 -2
- package/lib/model/stream-distribution-channel-summary.js.map +1 -1
- package/lib/model/stream-distribution-channel.d.ts +5 -0
- package/lib/model/stream-distribution-channel.js +34 -2
- package/lib/model/stream-distribution-channel.js.map +1 -1
- package/lib/model/stream-packaging-config-summary.d.ts +5 -0
- package/lib/model/stream-packaging-config-summary.js +34 -2
- package/lib/model/stream-packaging-config-summary.js.map +1 -1
- package/lib/model/stream-packaging-config.d.ts +4 -0
- package/lib/model/stream-packaging-config.js +10 -0
- package/lib/model/stream-packaging-config.js.map +1 -1
- package/lib/model/system-media-workflow.d.ts +4 -0
- package/lib/model/system-media-workflow.js +10 -0
- package/lib/model/system-media-workflow.js.map +1 -1
- package/lib/request/add-media-asset-lock-request.d.ts +49 -0
- package/lib/request/{get-media-workflow-job-fact-request.js → add-media-asset-lock-request.js} +1 -1
- package/lib/request/add-media-asset-lock-request.js.map +1 -0
- package/lib/request/add-media-workflow-configuration-lock-request.d.ts +49 -0
- package/lib/request/add-media-workflow-configuration-lock-request.js +15 -0
- package/lib/request/add-media-workflow-configuration-lock-request.js.map +1 -0
- package/lib/request/add-media-workflow-job-lock-request.d.ts +49 -0
- package/lib/{response/get-media-workflow-job-fact-response.js → request/add-media-workflow-job-lock-request.js} +1 -1
- package/lib/request/add-media-workflow-job-lock-request.js.map +1 -0
- package/lib/request/add-media-workflow-lock-request.d.ts +49 -0
- package/lib/{response/list-media-workflow-job-facts-response.js → request/add-media-workflow-lock-request.js} +1 -1
- package/lib/request/add-media-workflow-lock-request.js.map +1 -0
- package/lib/request/add-stream-cdn-config-lock-request.d.ts +49 -0
- package/lib/request/add-stream-cdn-config-lock-request.js +15 -0
- package/lib/request/add-stream-cdn-config-lock-request.js.map +1 -0
- package/lib/request/add-stream-distribution-channel-lock-request.d.ts +49 -0
- package/lib/request/add-stream-distribution-channel-lock-request.js +15 -0
- package/lib/request/add-stream-distribution-channel-lock-request.js.map +1 -0
- package/lib/request/add-stream-packaging-config-lock-request.d.ts +49 -0
- package/lib/request/add-stream-packaging-config-lock-request.js +15 -0
- package/lib/request/add-stream-packaging-config-lock-request.js.map +1 -0
- package/lib/request/change-media-asset-compartment-request.d.ts +5 -1
- package/lib/request/change-media-workflow-compartment-request.d.ts +5 -1
- package/lib/request/change-media-workflow-configuration-compartment-request.d.ts +5 -1
- package/lib/request/change-media-workflow-job-compartment-request.d.ts +5 -1
- package/lib/request/change-stream-distribution-channel-compartment-request.d.ts +5 -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 +5 -1
- package/lib/request/delete-media-asset-request.d.ts +5 -1
- package/lib/request/delete-media-workflow-configuration-request.d.ts +5 -1
- package/lib/request/delete-media-workflow-job-request.d.ts +5 -1
- package/lib/request/delete-media-workflow-request.d.ts +5 -1
- package/lib/request/delete-stream-cdn-config-request.d.ts +5 -1
- package/lib/request/delete-stream-distribution-channel-request.d.ts +5 -1
- package/lib/request/delete-stream-packaging-config-request.d.ts +5 -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/index.d.ts +28 -4
- package/lib/request/index.js +0 -22
- package/lib/request/index.js.map +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 +49 -0
- package/lib/request/remove-media-asset-lock-request.js +15 -0
- package/lib/request/remove-media-asset-lock-request.js.map +1 -0
- package/lib/request/remove-media-workflow-configuration-lock-request.d.ts +49 -0
- package/lib/request/remove-media-workflow-configuration-lock-request.js +15 -0
- package/lib/request/remove-media-workflow-configuration-lock-request.js.map +1 -0
- package/lib/request/remove-media-workflow-job-lock-request.d.ts +49 -0
- package/lib/request/remove-media-workflow-job-lock-request.js +15 -0
- package/lib/request/remove-media-workflow-job-lock-request.js.map +1 -0
- package/lib/request/remove-media-workflow-lock-request.d.ts +49 -0
- package/lib/request/remove-media-workflow-lock-request.js +15 -0
- package/lib/request/remove-media-workflow-lock-request.js.map +1 -0
- package/lib/request/remove-stream-cdn-config-lock-request.d.ts +49 -0
- package/lib/request/remove-stream-cdn-config-lock-request.js +15 -0
- package/lib/request/remove-stream-cdn-config-lock-request.js.map +1 -0
- package/lib/request/remove-stream-distribution-channel-lock-request.d.ts +49 -0
- package/lib/request/remove-stream-distribution-channel-lock-request.js +15 -0
- package/lib/request/remove-stream-distribution-channel-lock-request.js.map +1 -0
- package/lib/request/remove-stream-packaging-config-lock-request.d.ts +49 -0
- package/lib/request/remove-stream-packaging-config-lock-request.js +15 -0
- package/lib/request/remove-stream-packaging-config-lock-request.js.map +1 -0
- package/lib/request/update-media-asset-request.d.ts +5 -1
- package/lib/request/update-media-workflow-configuration-request.d.ts +5 -1
- package/lib/request/update-media-workflow-job-request.d.ts +5 -1
- package/lib/request/update-media-workflow-request.d.ts +5 -1
- package/lib/request/update-stream-cdn-config-request.d.ts +5 -1
- package/lib/request/update-stream-distribution-channel-request.d.ts +5 -1
- package/lib/request/update-stream-packaging-config-request.d.ts +5 -1
- package/lib/response/{get-media-workflow-job-fact-response.d.ts → add-media-asset-lock-response.d.ts} +3 -3
- package/lib/response/add-media-asset-lock-response.js +15 -0
- package/lib/response/add-media-asset-lock-response.js.map +1 -0
- package/lib/response/{list-media-workflow-job-facts-response.d.ts → add-media-workflow-configuration-lock-response.d.ts} +8 -10
- package/lib/response/add-media-workflow-configuration-lock-response.js +15 -0
- package/lib/response/add-media-workflow-configuration-lock-response.js.map +1 -0
- package/lib/response/add-media-workflow-job-lock-response.d.ts +30 -0
- package/lib/response/add-media-workflow-job-lock-response.js +15 -0
- package/lib/response/add-media-workflow-job-lock-response.js.map +1 -0
- package/lib/response/add-media-workflow-lock-response.d.ts +30 -0
- package/lib/response/add-media-workflow-lock-response.js +15 -0
- package/lib/response/add-media-workflow-lock-response.js.map +1 -0
- package/lib/response/add-stream-cdn-config-lock-response.d.ts +30 -0
- package/lib/response/add-stream-cdn-config-lock-response.js +15 -0
- package/lib/response/add-stream-cdn-config-lock-response.js.map +1 -0
- package/lib/response/add-stream-distribution-channel-lock-response.d.ts +30 -0
- package/lib/response/add-stream-distribution-channel-lock-response.js +15 -0
- package/lib/response/add-stream-distribution-channel-lock-response.js.map +1 -0
- package/lib/response/add-stream-packaging-config-lock-response.d.ts +30 -0
- package/lib/response/add-stream-packaging-config-lock-response.js +15 -0
- package/lib/response/add-stream-packaging-config-lock-response.js.map +1 -0
- package/lib/response/change-media-workflow-compartment-response.d.ts +0 -5
- package/lib/response/change-media-workflow-configuration-compartment-response.d.ts +0 -5
- package/lib/response/change-media-workflow-job-compartment-response.d.ts +0 -5
- package/lib/response/change-stream-distribution-channel-compartment-response.d.ts +0 -5
- package/lib/response/delete-media-workflow-configuration-response.d.ts +0 -5
- package/lib/response/delete-media-workflow-job-response.d.ts +0 -5
- package/lib/response/index.d.ts +28 -4
- package/lib/response/remove-media-asset-lock-response.d.ts +30 -0
- package/lib/response/remove-media-asset-lock-response.js +15 -0
- package/lib/response/remove-media-asset-lock-response.js.map +1 -0
- package/lib/response/remove-media-workflow-configuration-lock-response.d.ts +30 -0
- package/lib/response/remove-media-workflow-configuration-lock-response.js +15 -0
- package/lib/response/remove-media-workflow-configuration-lock-response.js.map +1 -0
- package/lib/response/remove-media-workflow-job-lock-response.d.ts +30 -0
- package/lib/response/remove-media-workflow-job-lock-response.js +15 -0
- package/lib/response/remove-media-workflow-job-lock-response.js.map +1 -0
- package/lib/response/remove-media-workflow-lock-response.d.ts +30 -0
- package/lib/response/remove-media-workflow-lock-response.js +15 -0
- package/lib/response/remove-media-workflow-lock-response.js.map +1 -0
- package/lib/response/remove-stream-cdn-config-lock-response.d.ts +30 -0
- package/lib/response/remove-stream-cdn-config-lock-response.js +15 -0
- package/lib/response/remove-stream-cdn-config-lock-response.js.map +1 -0
- package/lib/response/remove-stream-distribution-channel-lock-response.d.ts +30 -0
- package/lib/response/remove-stream-distribution-channel-lock-response.js +15 -0
- package/lib/response/remove-stream-distribution-channel-lock-response.js.map +1 -0
- package/lib/response/remove-stream-packaging-config-lock-response.d.ts +30 -0
- package/lib/response/remove-stream-packaging-config-lock-response.js +15 -0
- package/lib/response/remove-stream-packaging-config-lock-response.js.map +1 -0
- package/lib/response/update-stream-packaging-config-response.d.ts +0 -5
- package/package.json +3 -3
- package/lib/model/media-workflow-job-fact-collection.d.ts +0 -30
- package/lib/model/media-workflow-job-fact-collection.js +0 -64
- package/lib/model/media-workflow-job-fact-collection.js.map +0 -1
- package/lib/model/media-workflow-job-fact-sort-by.d.ts +0 -25
- package/lib/model/media-workflow-job-fact-sort-by.js.map +0 -1
- package/lib/model/media-workflow-job-fact-summary.js.map +0 -1
- package/lib/model/media-workflow-job-fact.js.map +0 -1
- package/lib/request/get-media-workflow-job-fact-request.d.ts +0 -30
- package/lib/request/get-media-workflow-job-fact-request.js.map +0 -1
- package/lib/request/list-media-workflow-job-facts-request.d.ts +0 -63
- package/lib/request/list-media-workflow-job-facts-request.js +0 -27
- package/lib/request/list-media-workflow-job-facts-request.js.map +0 -1
- package/lib/response/get-media-workflow-job-fact-response.js.map +0 -1
- package/lib/response/list-media-workflow-job-facts-response.js.map +0 -1
package/lib/client.d.ts
CHANGED
|
@@ -88,13 +88,83 @@ export declare class MediaServicesClient {
|
|
|
88
88
|
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
89
89
|
*/
|
|
90
90
|
shutdownCircuitBreaker(): void;
|
|
91
|
+
/**
|
|
92
|
+
* Add a lock to an MediaAsset.
|
|
93
|
+
*
|
|
94
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
95
|
+
* @param AddMediaAssetLockRequest
|
|
96
|
+
* @return AddMediaAssetLockResponse
|
|
97
|
+
* @throws OciError when an error occurs
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/AddMediaAssetLock.ts.html |here} to see how to use AddMediaAssetLock API.
|
|
99
|
+
*/
|
|
100
|
+
addMediaAssetLock(addMediaAssetLockRequest: requests.AddMediaAssetLockRequest): Promise<responses.AddMediaAssetLockResponse>;
|
|
101
|
+
/**
|
|
102
|
+
* Add a lock to a MediaWorkflowConfiguration.
|
|
103
|
+
*
|
|
104
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
105
|
+
* @param AddMediaWorkflowConfigurationLockRequest
|
|
106
|
+
* @return AddMediaWorkflowConfigurationLockResponse
|
|
107
|
+
* @throws OciError when an error occurs
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/AddMediaWorkflowConfigurationLock.ts.html |here} to see how to use AddMediaWorkflowConfigurationLock API.
|
|
109
|
+
*/
|
|
110
|
+
addMediaWorkflowConfigurationLock(addMediaWorkflowConfigurationLockRequest: requests.AddMediaWorkflowConfigurationLockRequest): Promise<responses.AddMediaWorkflowConfigurationLockResponse>;
|
|
111
|
+
/**
|
|
112
|
+
* Add a lock to a MediaWorkflowJob.
|
|
113
|
+
*
|
|
114
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
115
|
+
* @param AddMediaWorkflowJobLockRequest
|
|
116
|
+
* @return AddMediaWorkflowJobLockResponse
|
|
117
|
+
* @throws OciError when an error occurs
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/AddMediaWorkflowJobLock.ts.html |here} to see how to use AddMediaWorkflowJobLock API.
|
|
119
|
+
*/
|
|
120
|
+
addMediaWorkflowJobLock(addMediaWorkflowJobLockRequest: requests.AddMediaWorkflowJobLockRequest): Promise<responses.AddMediaWorkflowJobLockResponse>;
|
|
121
|
+
/**
|
|
122
|
+
* Add a lock to a MediaWorkflow.
|
|
123
|
+
*
|
|
124
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
125
|
+
* @param AddMediaWorkflowLockRequest
|
|
126
|
+
* @return AddMediaWorkflowLockResponse
|
|
127
|
+
* @throws OciError when an error occurs
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/AddMediaWorkflowLock.ts.html |here} to see how to use AddMediaWorkflowLock API.
|
|
129
|
+
*/
|
|
130
|
+
addMediaWorkflowLock(addMediaWorkflowLockRequest: requests.AddMediaWorkflowLockRequest): Promise<responses.AddMediaWorkflowLockResponse>;
|
|
131
|
+
/**
|
|
132
|
+
* Add a lock to a StreamCdnConfig.
|
|
133
|
+
*
|
|
134
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
135
|
+
* @param AddStreamCdnConfigLockRequest
|
|
136
|
+
* @return AddStreamCdnConfigLockResponse
|
|
137
|
+
* @throws OciError when an error occurs
|
|
138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/AddStreamCdnConfigLock.ts.html |here} to see how to use AddStreamCdnConfigLock API.
|
|
139
|
+
*/
|
|
140
|
+
addStreamCdnConfigLock(addStreamCdnConfigLockRequest: requests.AddStreamCdnConfigLockRequest): Promise<responses.AddStreamCdnConfigLockResponse>;
|
|
141
|
+
/**
|
|
142
|
+
* Add a lock to a StreamDistributionChannel.
|
|
143
|
+
*
|
|
144
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
145
|
+
* @param AddStreamDistributionChannelLockRequest
|
|
146
|
+
* @return AddStreamDistributionChannelLockResponse
|
|
147
|
+
* @throws OciError when an error occurs
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/AddStreamDistributionChannelLock.ts.html |here} to see how to use AddStreamDistributionChannelLock API.
|
|
149
|
+
*/
|
|
150
|
+
addStreamDistributionChannelLock(addStreamDistributionChannelLockRequest: requests.AddStreamDistributionChannelLockRequest): Promise<responses.AddStreamDistributionChannelLockResponse>;
|
|
151
|
+
/**
|
|
152
|
+
* Add a lock to a StreamPackagingConfig.
|
|
153
|
+
*
|
|
154
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
155
|
+
* @param AddStreamPackagingConfigLockRequest
|
|
156
|
+
* @return AddStreamPackagingConfigLockResponse
|
|
157
|
+
* @throws OciError when an error occurs
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/AddStreamPackagingConfigLock.ts.html |here} to see how to use AddStreamPackagingConfigLock API.
|
|
159
|
+
*/
|
|
160
|
+
addStreamPackagingConfigLock(addStreamPackagingConfigLockRequest: requests.AddStreamPackagingConfigLockRequest): Promise<responses.AddStreamPackagingConfigLockResponse>;
|
|
91
161
|
/**
|
|
92
162
|
* Moves a MediaAsset resource from one compartment identifier to another.
|
|
93
163
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
94
164
|
* @param ChangeMediaAssetCompartmentRequest
|
|
95
165
|
* @return ChangeMediaAssetCompartmentResponse
|
|
96
166
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ChangeMediaAssetCompartment.ts.html |here} to see how to use ChangeMediaAssetCompartment API.
|
|
98
168
|
*/
|
|
99
169
|
changeMediaAssetCompartment(changeMediaAssetCompartmentRequest: requests.ChangeMediaAssetCompartmentRequest): Promise<responses.ChangeMediaAssetCompartmentResponse>;
|
|
100
170
|
/**
|
|
@@ -103,7 +173,7 @@ export declare class MediaServicesClient {
|
|
|
103
173
|
* @param ChangeMediaWorkflowCompartmentRequest
|
|
104
174
|
* @return ChangeMediaWorkflowCompartmentResponse
|
|
105
175
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ChangeMediaWorkflowCompartment.ts.html |here} to see how to use ChangeMediaWorkflowCompartment API.
|
|
107
177
|
*/
|
|
108
178
|
changeMediaWorkflowCompartment(changeMediaWorkflowCompartmentRequest: requests.ChangeMediaWorkflowCompartmentRequest): Promise<responses.ChangeMediaWorkflowCompartmentResponse>;
|
|
109
179
|
/**
|
|
@@ -112,7 +182,7 @@ export declare class MediaServicesClient {
|
|
|
112
182
|
* @param ChangeMediaWorkflowConfigurationCompartmentRequest
|
|
113
183
|
* @return ChangeMediaWorkflowConfigurationCompartmentResponse
|
|
114
184
|
* @throws OciError when an error occurs
|
|
115
|
-
* @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.79.0/mediaservices/ChangeMediaWorkflowConfigurationCompartment.ts.html |here} to see how to use ChangeMediaWorkflowConfigurationCompartment API.
|
|
116
186
|
*/
|
|
117
187
|
changeMediaWorkflowConfigurationCompartment(changeMediaWorkflowConfigurationCompartmentRequest: requests.ChangeMediaWorkflowConfigurationCompartmentRequest): Promise<responses.ChangeMediaWorkflowConfigurationCompartmentResponse>;
|
|
118
188
|
/**
|
|
@@ -121,7 +191,7 @@ export declare class MediaServicesClient {
|
|
|
121
191
|
* @param ChangeMediaWorkflowJobCompartmentRequest
|
|
122
192
|
* @return ChangeMediaWorkflowJobCompartmentResponse
|
|
123
193
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ChangeMediaWorkflowJobCompartment.ts.html |here} to see how to use ChangeMediaWorkflowJobCompartment API.
|
|
125
195
|
*/
|
|
126
196
|
changeMediaWorkflowJobCompartment(changeMediaWorkflowJobCompartmentRequest: requests.ChangeMediaWorkflowJobCompartmentRequest): Promise<responses.ChangeMediaWorkflowJobCompartmentResponse>;
|
|
127
197
|
/**
|
|
@@ -130,7 +200,7 @@ export declare class MediaServicesClient {
|
|
|
130
200
|
* @param ChangeStreamDistributionChannelCompartmentRequest
|
|
131
201
|
* @return ChangeStreamDistributionChannelCompartmentResponse
|
|
132
202
|
* @throws OciError when an error occurs
|
|
133
|
-
* @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.79.0/mediaservices/ChangeStreamDistributionChannelCompartment.ts.html |here} to see how to use ChangeStreamDistributionChannelCompartment API.
|
|
134
204
|
*/
|
|
135
205
|
changeStreamDistributionChannelCompartment(changeStreamDistributionChannelCompartmentRequest: requests.ChangeStreamDistributionChannelCompartmentRequest): Promise<responses.ChangeStreamDistributionChannelCompartmentResponse>;
|
|
136
206
|
/**
|
|
@@ -140,7 +210,7 @@ export declare class MediaServicesClient {
|
|
|
140
210
|
* @param CreateMediaAssetRequest
|
|
141
211
|
* @return CreateMediaAssetResponse
|
|
142
212
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/CreateMediaAsset.ts.html |here} to see how to use CreateMediaAsset API.
|
|
144
214
|
*/
|
|
145
215
|
createMediaAsset(createMediaAssetRequest: requests.CreateMediaAssetRequest): Promise<responses.CreateMediaAssetResponse>;
|
|
146
216
|
/**
|
|
@@ -150,7 +220,7 @@ export declare class MediaServicesClient {
|
|
|
150
220
|
* @param CreateMediaWorkflowRequest
|
|
151
221
|
* @return CreateMediaWorkflowResponse
|
|
152
222
|
* @throws OciError when an error occurs
|
|
153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/CreateMediaWorkflow.ts.html |here} to see how to use CreateMediaWorkflow API.
|
|
154
224
|
*/
|
|
155
225
|
createMediaWorkflow(createMediaWorkflowRequest: requests.CreateMediaWorkflowRequest): Promise<responses.CreateMediaWorkflowResponse>;
|
|
156
226
|
/**
|
|
@@ -160,7 +230,7 @@ export declare class MediaServicesClient {
|
|
|
160
230
|
* @param CreateMediaWorkflowConfigurationRequest
|
|
161
231
|
* @return CreateMediaWorkflowConfigurationResponse
|
|
162
232
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/CreateMediaWorkflowConfiguration.ts.html |here} to see how to use CreateMediaWorkflowConfiguration API.
|
|
164
234
|
*/
|
|
165
235
|
createMediaWorkflowConfiguration(createMediaWorkflowConfigurationRequest: requests.CreateMediaWorkflowConfigurationRequest): Promise<responses.CreateMediaWorkflowConfigurationResponse>;
|
|
166
236
|
/**
|
|
@@ -169,7 +239,7 @@ export declare class MediaServicesClient {
|
|
|
169
239
|
* @param CreateMediaWorkflowJobRequest
|
|
170
240
|
* @return CreateMediaWorkflowJobResponse
|
|
171
241
|
* @throws OciError when an error occurs
|
|
172
|
-
* @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.79.0/mediaservices/CreateMediaWorkflowJob.ts.html |here} to see how to use CreateMediaWorkflowJob API.
|
|
173
243
|
*/
|
|
174
244
|
createMediaWorkflowJob(createMediaWorkflowJobRequest: requests.CreateMediaWorkflowJobRequest): Promise<responses.CreateMediaWorkflowJobResponse>;
|
|
175
245
|
/**
|
|
@@ -179,7 +249,7 @@ export declare class MediaServicesClient {
|
|
|
179
249
|
* @param CreateStreamCdnConfigRequest
|
|
180
250
|
* @return CreateStreamCdnConfigResponse
|
|
181
251
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/CreateStreamCdnConfig.ts.html |here} to see how to use CreateStreamCdnConfig API.
|
|
183
253
|
*/
|
|
184
254
|
createStreamCdnConfig(createStreamCdnConfigRequest: requests.CreateStreamCdnConfigRequest): Promise<responses.CreateStreamCdnConfigResponse>;
|
|
185
255
|
/**
|
|
@@ -189,7 +259,7 @@ export declare class MediaServicesClient {
|
|
|
189
259
|
* @param CreateStreamDistributionChannelRequest
|
|
190
260
|
* @return CreateStreamDistributionChannelResponse
|
|
191
261
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/CreateStreamDistributionChannel.ts.html |here} to see how to use CreateStreamDistributionChannel API.
|
|
193
263
|
*/
|
|
194
264
|
createStreamDistributionChannel(createStreamDistributionChannelRequest: requests.CreateStreamDistributionChannelRequest): Promise<responses.CreateStreamDistributionChannelResponse>;
|
|
195
265
|
/**
|
|
@@ -199,7 +269,7 @@ export declare class MediaServicesClient {
|
|
|
199
269
|
* @param CreateStreamPackagingConfigRequest
|
|
200
270
|
* @return CreateStreamPackagingConfigResponse
|
|
201
271
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/CreateStreamPackagingConfig.ts.html |here} to see how to use CreateStreamPackagingConfig API.
|
|
203
273
|
*/
|
|
204
274
|
createStreamPackagingConfig(createStreamPackagingConfigRequest: requests.CreateStreamPackagingConfigRequest): Promise<responses.CreateStreamPackagingConfigResponse>;
|
|
205
275
|
/**
|
|
@@ -208,7 +278,7 @@ export declare class MediaServicesClient {
|
|
|
208
278
|
* @param DeleteMediaAssetRequest
|
|
209
279
|
* @return DeleteMediaAssetResponse
|
|
210
280
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/DeleteMediaAsset.ts.html |here} to see how to use DeleteMediaAsset API.
|
|
212
282
|
*/
|
|
213
283
|
deleteMediaAsset(deleteMediaAssetRequest: requests.DeleteMediaAssetRequest): Promise<responses.DeleteMediaAssetResponse>;
|
|
214
284
|
/**
|
|
@@ -217,7 +287,7 @@ export declare class MediaServicesClient {
|
|
|
217
287
|
* @param DeleteMediaAssetDistributionChannelAttachmentRequest
|
|
218
288
|
* @return DeleteMediaAssetDistributionChannelAttachmentResponse
|
|
219
289
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/DeleteMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use DeleteMediaAssetDistributionChannelAttachment API.
|
|
221
291
|
*/
|
|
222
292
|
deleteMediaAssetDistributionChannelAttachment(deleteMediaAssetDistributionChannelAttachmentRequest: requests.DeleteMediaAssetDistributionChannelAttachmentRequest): Promise<responses.DeleteMediaAssetDistributionChannelAttachmentResponse>;
|
|
223
293
|
/**
|
|
@@ -226,7 +296,7 @@ export declare class MediaServicesClient {
|
|
|
226
296
|
* @param DeleteMediaWorkflowRequest
|
|
227
297
|
* @return DeleteMediaWorkflowResponse
|
|
228
298
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/DeleteMediaWorkflow.ts.html |here} to see how to use DeleteMediaWorkflow API.
|
|
230
300
|
*/
|
|
231
301
|
deleteMediaWorkflow(deleteMediaWorkflowRequest: requests.DeleteMediaWorkflowRequest): Promise<responses.DeleteMediaWorkflowResponse>;
|
|
232
302
|
/**
|
|
@@ -235,7 +305,7 @@ export declare class MediaServicesClient {
|
|
|
235
305
|
* @param DeleteMediaWorkflowConfigurationRequest
|
|
236
306
|
* @return DeleteMediaWorkflowConfigurationResponse
|
|
237
307
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/DeleteMediaWorkflowConfiguration.ts.html |here} to see how to use DeleteMediaWorkflowConfiguration API.
|
|
239
309
|
*/
|
|
240
310
|
deleteMediaWorkflowConfiguration(deleteMediaWorkflowConfigurationRequest: requests.DeleteMediaWorkflowConfigurationRequest): Promise<responses.DeleteMediaWorkflowConfigurationResponse>;
|
|
241
311
|
/**
|
|
@@ -244,7 +314,7 @@ export declare class MediaServicesClient {
|
|
|
244
314
|
* @param DeleteMediaWorkflowJobRequest
|
|
245
315
|
* @return DeleteMediaWorkflowJobResponse
|
|
246
316
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/DeleteMediaWorkflowJob.ts.html |here} to see how to use DeleteMediaWorkflowJob API.
|
|
248
318
|
*/
|
|
249
319
|
deleteMediaWorkflowJob(deleteMediaWorkflowJobRequest: requests.DeleteMediaWorkflowJobRequest): Promise<responses.DeleteMediaWorkflowJobResponse>;
|
|
250
320
|
/**
|
|
@@ -253,7 +323,7 @@ export declare class MediaServicesClient {
|
|
|
253
323
|
* @param DeleteStreamCdnConfigRequest
|
|
254
324
|
* @return DeleteStreamCdnConfigResponse
|
|
255
325
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/DeleteStreamCdnConfig.ts.html |here} to see how to use DeleteStreamCdnConfig API.
|
|
257
327
|
*/
|
|
258
328
|
deleteStreamCdnConfig(deleteStreamCdnConfigRequest: requests.DeleteStreamCdnConfigRequest): Promise<responses.DeleteStreamCdnConfigResponse>;
|
|
259
329
|
/**
|
|
@@ -262,7 +332,7 @@ export declare class MediaServicesClient {
|
|
|
262
332
|
* @param DeleteStreamDistributionChannelRequest
|
|
263
333
|
* @return DeleteStreamDistributionChannelResponse
|
|
264
334
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/DeleteStreamDistributionChannel.ts.html |here} to see how to use DeleteStreamDistributionChannel API.
|
|
266
336
|
*/
|
|
267
337
|
deleteStreamDistributionChannel(deleteStreamDistributionChannelRequest: requests.DeleteStreamDistributionChannelRequest): Promise<responses.DeleteStreamDistributionChannelResponse>;
|
|
268
338
|
/**
|
|
@@ -271,7 +341,7 @@ export declare class MediaServicesClient {
|
|
|
271
341
|
* @param DeleteStreamPackagingConfigRequest
|
|
272
342
|
* @return DeleteStreamPackagingConfigResponse
|
|
273
343
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/DeleteStreamPackagingConfig.ts.html |here} to see how to use DeleteStreamPackagingConfig API.
|
|
275
345
|
*/
|
|
276
346
|
deleteStreamPackagingConfig(deleteStreamPackagingConfigRequest: requests.DeleteStreamPackagingConfigRequest): Promise<responses.DeleteStreamPackagingConfigResponse>;
|
|
277
347
|
/**
|
|
@@ -280,7 +350,7 @@ export declare class MediaServicesClient {
|
|
|
280
350
|
* @param GetMediaAssetRequest
|
|
281
351
|
* @return GetMediaAssetResponse
|
|
282
352
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/GetMediaAsset.ts.html |here} to see how to use GetMediaAsset API.
|
|
284
354
|
*/
|
|
285
355
|
getMediaAsset(getMediaAssetRequest: requests.GetMediaAssetRequest): Promise<responses.GetMediaAssetResponse>;
|
|
286
356
|
/**
|
|
@@ -289,7 +359,7 @@ export declare class MediaServicesClient {
|
|
|
289
359
|
* @param GetMediaAssetDistributionChannelAttachmentRequest
|
|
290
360
|
* @return GetMediaAssetDistributionChannelAttachmentResponse
|
|
291
361
|
* @throws OciError when an error occurs
|
|
292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/GetMediaAssetDistributionChannelAttachment.ts.html |here} to see how to use GetMediaAssetDistributionChannelAttachment API.
|
|
293
363
|
*/
|
|
294
364
|
getMediaAssetDistributionChannelAttachment(getMediaAssetDistributionChannelAttachmentRequest: requests.GetMediaAssetDistributionChannelAttachmentRequest): Promise<responses.GetMediaAssetDistributionChannelAttachmentResponse>;
|
|
295
365
|
/**
|
|
@@ -298,7 +368,7 @@ export declare class MediaServicesClient {
|
|
|
298
368
|
* @param GetMediaWorkflowRequest
|
|
299
369
|
* @return GetMediaWorkflowResponse
|
|
300
370
|
* @throws OciError when an error occurs
|
|
301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/GetMediaWorkflow.ts.html |here} to see how to use GetMediaWorkflow API.
|
|
302
372
|
*/
|
|
303
373
|
getMediaWorkflow(getMediaWorkflowRequest: requests.GetMediaWorkflowRequest): Promise<responses.GetMediaWorkflowResponse>;
|
|
304
374
|
/**
|
|
@@ -307,7 +377,7 @@ export declare class MediaServicesClient {
|
|
|
307
377
|
* @param GetMediaWorkflowConfigurationRequest
|
|
308
378
|
* @return GetMediaWorkflowConfigurationResponse
|
|
309
379
|
* @throws OciError when an error occurs
|
|
310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/GetMediaWorkflowConfiguration.ts.html |here} to see how to use GetMediaWorkflowConfiguration API.
|
|
311
381
|
*/
|
|
312
382
|
getMediaWorkflowConfiguration(getMediaWorkflowConfigurationRequest: requests.GetMediaWorkflowConfigurationRequest): Promise<responses.GetMediaWorkflowConfigurationResponse>;
|
|
313
383
|
/**
|
|
@@ -316,25 +386,16 @@ export declare class MediaServicesClient {
|
|
|
316
386
|
* @param GetMediaWorkflowJobRequest
|
|
317
387
|
* @return GetMediaWorkflowJobResponse
|
|
318
388
|
* @throws OciError when an error occurs
|
|
319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/GetMediaWorkflowJob.ts.html |here} to see how to use GetMediaWorkflowJob API.
|
|
320
390
|
*/
|
|
321
391
|
getMediaWorkflowJob(getMediaWorkflowJobRequest: requests.GetMediaWorkflowJobRequest): Promise<responses.GetMediaWorkflowJobResponse>;
|
|
322
|
-
/**
|
|
323
|
-
* Get the MediaWorkflowJobFact identified by the mediaWorkflowJobId and Fact ID.
|
|
324
|
-
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
325
|
-
* @param GetMediaWorkflowJobFactRequest
|
|
326
|
-
* @return GetMediaWorkflowJobFactResponse
|
|
327
|
-
* @throws OciError when an error occurs
|
|
328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/GetMediaWorkflowJobFact.ts.html |here} to see how to use GetMediaWorkflowJobFact API.
|
|
329
|
-
*/
|
|
330
|
-
getMediaWorkflowJobFact(getMediaWorkflowJobFactRequest: requests.GetMediaWorkflowJobFactRequest): Promise<responses.GetMediaWorkflowJobFactResponse>;
|
|
331
392
|
/**
|
|
332
393
|
* Gets a StreamCdnConfig by identifier.
|
|
333
394
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
334
395
|
* @param GetStreamCdnConfigRequest
|
|
335
396
|
* @return GetStreamCdnConfigResponse
|
|
336
397
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/GetStreamCdnConfig.ts.html |here} to see how to use GetStreamCdnConfig API.
|
|
338
399
|
*/
|
|
339
400
|
getStreamCdnConfig(getStreamCdnConfigRequest: requests.GetStreamCdnConfigRequest): Promise<responses.GetStreamCdnConfigResponse>;
|
|
340
401
|
/**
|
|
@@ -343,7 +404,7 @@ export declare class MediaServicesClient {
|
|
|
343
404
|
* @param GetStreamDistributionChannelRequest
|
|
344
405
|
* @return GetStreamDistributionChannelResponse
|
|
345
406
|
* @throws OciError when an error occurs
|
|
346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/GetStreamDistributionChannel.ts.html |here} to see how to use GetStreamDistributionChannel API.
|
|
347
408
|
*/
|
|
348
409
|
getStreamDistributionChannel(getStreamDistributionChannelRequest: requests.GetStreamDistributionChannelRequest): Promise<responses.GetStreamDistributionChannelResponse>;
|
|
349
410
|
/**
|
|
@@ -352,7 +413,7 @@ export declare class MediaServicesClient {
|
|
|
352
413
|
* @param GetStreamPackagingConfigRequest
|
|
353
414
|
* @return GetStreamPackagingConfigResponse
|
|
354
415
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/GetStreamPackagingConfig.ts.html |here} to see how to use GetStreamPackagingConfig API.
|
|
356
417
|
*/
|
|
357
418
|
getStreamPackagingConfig(getStreamPackagingConfigRequest: requests.GetStreamPackagingConfigRequest): Promise<responses.GetStreamPackagingConfigResponse>;
|
|
358
419
|
/**
|
|
@@ -361,7 +422,7 @@ export declare class MediaServicesClient {
|
|
|
361
422
|
* @param IngestStreamDistributionChannelRequest
|
|
362
423
|
* @return IngestStreamDistributionChannelResponse
|
|
363
424
|
* @throws OciError when an error occurs
|
|
364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/IngestStreamDistributionChannel.ts.html |here} to see how to use IngestStreamDistributionChannel API.
|
|
365
426
|
*/
|
|
366
427
|
ingestStreamDistributionChannel(ingestStreamDistributionChannelRequest: requests.IngestStreamDistributionChannelRequest): Promise<responses.IngestStreamDistributionChannelResponse>;
|
|
367
428
|
/**
|
|
@@ -370,7 +431,7 @@ export declare class MediaServicesClient {
|
|
|
370
431
|
* @param ListMediaAssetDistributionChannelAttachmentsRequest
|
|
371
432
|
* @return ListMediaAssetDistributionChannelAttachmentsResponse
|
|
372
433
|
* @throws OciError when an error occurs
|
|
373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListMediaAssetDistributionChannelAttachments.ts.html |here} to see how to use ListMediaAssetDistributionChannelAttachments API.
|
|
374
435
|
*/
|
|
375
436
|
listMediaAssetDistributionChannelAttachments(listMediaAssetDistributionChannelAttachmentsRequest: requests.ListMediaAssetDistributionChannelAttachmentsRequest): Promise<responses.ListMediaAssetDistributionChannelAttachmentsResponse>;
|
|
376
437
|
/**
|
|
@@ -380,7 +441,7 @@ export declare class MediaServicesClient {
|
|
|
380
441
|
* @param ListMediaAssetsRequest
|
|
381
442
|
* @return ListMediaAssetsResponse
|
|
382
443
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListMediaAssets.ts.html |here} to see how to use ListMediaAssets API.
|
|
384
445
|
*/
|
|
385
446
|
listMediaAssets(listMediaAssetsRequest: requests.ListMediaAssetsRequest): Promise<responses.ListMediaAssetsResponse>;
|
|
386
447
|
/**
|
|
@@ -390,25 +451,16 @@ export declare class MediaServicesClient {
|
|
|
390
451
|
* @param ListMediaWorkflowConfigurationsRequest
|
|
391
452
|
* @return ListMediaWorkflowConfigurationsResponse
|
|
392
453
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListMediaWorkflowConfigurations.ts.html |here} to see how to use ListMediaWorkflowConfigurations API.
|
|
394
455
|
*/
|
|
395
456
|
listMediaWorkflowConfigurations(listMediaWorkflowConfigurationsRequest: requests.ListMediaWorkflowConfigurationsRequest): Promise<responses.ListMediaWorkflowConfigurationsResponse>;
|
|
396
|
-
/**
|
|
397
|
-
* Internal API to get a point-in-time snapshot of a MediaWorkflowJob.
|
|
398
|
-
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
399
|
-
* @param ListMediaWorkflowJobFactsRequest
|
|
400
|
-
* @return ListMediaWorkflowJobFactsResponse
|
|
401
|
-
* @throws OciError when an error occurs
|
|
402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/mediaservices/ListMediaWorkflowJobFacts.ts.html |here} to see how to use ListMediaWorkflowJobFacts API.
|
|
403
|
-
*/
|
|
404
|
-
listMediaWorkflowJobFacts(listMediaWorkflowJobFactsRequest: requests.ListMediaWorkflowJobFactsRequest): Promise<responses.ListMediaWorkflowJobFactsResponse>;
|
|
405
457
|
/**
|
|
406
458
|
* Lists the MediaWorkflowJobs.
|
|
407
459
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
408
460
|
* @param ListMediaWorkflowJobsRequest
|
|
409
461
|
* @return ListMediaWorkflowJobsResponse
|
|
410
462
|
* @throws OciError when an error occurs
|
|
411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListMediaWorkflowJobs.ts.html |here} to see how to use ListMediaWorkflowJobs API.
|
|
412
464
|
*/
|
|
413
465
|
listMediaWorkflowJobs(listMediaWorkflowJobsRequest: requests.ListMediaWorkflowJobsRequest): Promise<responses.ListMediaWorkflowJobsResponse>;
|
|
414
466
|
/**
|
|
@@ -418,7 +470,7 @@ export declare class MediaServicesClient {
|
|
|
418
470
|
* @param ListMediaWorkflowTaskDeclarationsRequest
|
|
419
471
|
* @return ListMediaWorkflowTaskDeclarationsResponse
|
|
420
472
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
473
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListMediaWorkflowTaskDeclarations.ts.html |here} to see how to use ListMediaWorkflowTaskDeclarations API.
|
|
422
474
|
*/
|
|
423
475
|
listMediaWorkflowTaskDeclarations(listMediaWorkflowTaskDeclarationsRequest: requests.ListMediaWorkflowTaskDeclarationsRequest): Promise<responses.ListMediaWorkflowTaskDeclarationsResponse>;
|
|
424
476
|
/**
|
|
@@ -427,7 +479,7 @@ export declare class MediaServicesClient {
|
|
|
427
479
|
* @param ListMediaWorkflowsRequest
|
|
428
480
|
* @return ListMediaWorkflowsResponse
|
|
429
481
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListMediaWorkflows.ts.html |here} to see how to use ListMediaWorkflows API.
|
|
431
483
|
*/
|
|
432
484
|
listMediaWorkflows(listMediaWorkflowsRequest: requests.ListMediaWorkflowsRequest): Promise<responses.ListMediaWorkflowsResponse>;
|
|
433
485
|
/**
|
|
@@ -436,7 +488,7 @@ export declare class MediaServicesClient {
|
|
|
436
488
|
* @param ListStreamCdnConfigsRequest
|
|
437
489
|
* @return ListStreamCdnConfigsResponse
|
|
438
490
|
* @throws OciError when an error occurs
|
|
439
|
-
* @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.79.0/mediaservices/ListStreamCdnConfigs.ts.html |here} to see how to use ListStreamCdnConfigs API.
|
|
440
492
|
*/
|
|
441
493
|
listStreamCdnConfigs(listStreamCdnConfigsRequest: requests.ListStreamCdnConfigsRequest): Promise<responses.ListStreamCdnConfigsResponse>;
|
|
442
494
|
/**
|
|
@@ -445,7 +497,7 @@ export declare class MediaServicesClient {
|
|
|
445
497
|
* @param ListStreamDistributionChannelsRequest
|
|
446
498
|
* @return ListStreamDistributionChannelsResponse
|
|
447
499
|
* @throws OciError when an error occurs
|
|
448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListStreamDistributionChannels.ts.html |here} to see how to use ListStreamDistributionChannels API.
|
|
449
501
|
*/
|
|
450
502
|
listStreamDistributionChannels(listStreamDistributionChannelsRequest: requests.ListStreamDistributionChannelsRequest): Promise<responses.ListStreamDistributionChannelsResponse>;
|
|
451
503
|
/**
|
|
@@ -454,7 +506,7 @@ export declare class MediaServicesClient {
|
|
|
454
506
|
* @param ListStreamPackagingConfigsRequest
|
|
455
507
|
* @return ListStreamPackagingConfigsResponse
|
|
456
508
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListStreamPackagingConfigs.ts.html |here} to see how to use ListStreamPackagingConfigs API.
|
|
458
510
|
*/
|
|
459
511
|
listStreamPackagingConfigs(listStreamPackagingConfigsRequest: requests.ListStreamPackagingConfigsRequest): Promise<responses.ListStreamPackagingConfigsResponse>;
|
|
460
512
|
/**
|
|
@@ -464,16 +516,86 @@ export declare class MediaServicesClient {
|
|
|
464
516
|
* @param ListSystemMediaWorkflowsRequest
|
|
465
517
|
* @return ListSystemMediaWorkflowsResponse
|
|
466
518
|
* @throws OciError when an error occurs
|
|
467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/ListSystemMediaWorkflows.ts.html |here} to see how to use ListSystemMediaWorkflows API.
|
|
468
520
|
*/
|
|
469
521
|
listSystemMediaWorkflows(listSystemMediaWorkflowsRequest: requests.ListSystemMediaWorkflowsRequest): Promise<responses.ListSystemMediaWorkflowsResponse>;
|
|
522
|
+
/**
|
|
523
|
+
* Remove a lock to an MediaAsset.
|
|
524
|
+
*
|
|
525
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
526
|
+
* @param RemoveMediaAssetLockRequest
|
|
527
|
+
* @return RemoveMediaAssetLockResponse
|
|
528
|
+
* @throws OciError when an error occurs
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveMediaAssetLock.ts.html |here} to see how to use RemoveMediaAssetLock API.
|
|
530
|
+
*/
|
|
531
|
+
removeMediaAssetLock(removeMediaAssetLockRequest: requests.RemoveMediaAssetLockRequest): Promise<responses.RemoveMediaAssetLockResponse>;
|
|
532
|
+
/**
|
|
533
|
+
* Remove a lock from a MediaWorkflowConfiguration.
|
|
534
|
+
*
|
|
535
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
536
|
+
* @param RemoveMediaWorkflowConfigurationLockRequest
|
|
537
|
+
* @return RemoveMediaWorkflowConfigurationLockResponse
|
|
538
|
+
* @throws OciError when an error occurs
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveMediaWorkflowConfigurationLock.ts.html |here} to see how to use RemoveMediaWorkflowConfigurationLock API.
|
|
540
|
+
*/
|
|
541
|
+
removeMediaWorkflowConfigurationLock(removeMediaWorkflowConfigurationLockRequest: requests.RemoveMediaWorkflowConfigurationLockRequest): Promise<responses.RemoveMediaWorkflowConfigurationLockResponse>;
|
|
542
|
+
/**
|
|
543
|
+
* Remove a lock from a MediaWorkflowJob.
|
|
544
|
+
*
|
|
545
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
546
|
+
* @param RemoveMediaWorkflowJobLockRequest
|
|
547
|
+
* @return RemoveMediaWorkflowJobLockResponse
|
|
548
|
+
* @throws OciError when an error occurs
|
|
549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveMediaWorkflowJobLock.ts.html |here} to see how to use RemoveMediaWorkflowJobLock API.
|
|
550
|
+
*/
|
|
551
|
+
removeMediaWorkflowJobLock(removeMediaWorkflowJobLockRequest: requests.RemoveMediaWorkflowJobLockRequest): Promise<responses.RemoveMediaWorkflowJobLockResponse>;
|
|
552
|
+
/**
|
|
553
|
+
* Remove a lock from a MediaWorkflow.
|
|
554
|
+
*
|
|
555
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
556
|
+
* @param RemoveMediaWorkflowLockRequest
|
|
557
|
+
* @return RemoveMediaWorkflowLockResponse
|
|
558
|
+
* @throws OciError when an error occurs
|
|
559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveMediaWorkflowLock.ts.html |here} to see how to use RemoveMediaWorkflowLock API.
|
|
560
|
+
*/
|
|
561
|
+
removeMediaWorkflowLock(removeMediaWorkflowLockRequest: requests.RemoveMediaWorkflowLockRequest): Promise<responses.RemoveMediaWorkflowLockResponse>;
|
|
562
|
+
/**
|
|
563
|
+
* Remove a lock from a StreamCdnConfig.
|
|
564
|
+
*
|
|
565
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
566
|
+
* @param RemoveStreamCdnConfigLockRequest
|
|
567
|
+
* @return RemoveStreamCdnConfigLockResponse
|
|
568
|
+
* @throws OciError when an error occurs
|
|
569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveStreamCdnConfigLock.ts.html |here} to see how to use RemoveStreamCdnConfigLock API.
|
|
570
|
+
*/
|
|
571
|
+
removeStreamCdnConfigLock(removeStreamCdnConfigLockRequest: requests.RemoveStreamCdnConfigLockRequest): Promise<responses.RemoveStreamCdnConfigLockResponse>;
|
|
572
|
+
/**
|
|
573
|
+
* Remove a lock to a StreamDistributionChannel.
|
|
574
|
+
*
|
|
575
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
576
|
+
* @param RemoveStreamDistributionChannelLockRequest
|
|
577
|
+
* @return RemoveStreamDistributionChannelLockResponse
|
|
578
|
+
* @throws OciError when an error occurs
|
|
579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveStreamDistributionChannelLock.ts.html |here} to see how to use RemoveStreamDistributionChannelLock API.
|
|
580
|
+
*/
|
|
581
|
+
removeStreamDistributionChannelLock(removeStreamDistributionChannelLockRequest: requests.RemoveStreamDistributionChannelLockRequest): Promise<responses.RemoveStreamDistributionChannelLockResponse>;
|
|
582
|
+
/**
|
|
583
|
+
* Remove a lock from a StreamPackagingConfig.
|
|
584
|
+
*
|
|
585
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
586
|
+
* @param RemoveStreamPackagingConfigLockRequest
|
|
587
|
+
* @return RemoveStreamPackagingConfigLockResponse
|
|
588
|
+
* @throws OciError when an error occurs
|
|
589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/RemoveStreamPackagingConfigLock.ts.html |here} to see how to use RemoveStreamPackagingConfigLock API.
|
|
590
|
+
*/
|
|
591
|
+
removeStreamPackagingConfigLock(removeStreamPackagingConfigLockRequest: requests.RemoveStreamPackagingConfigLockRequest): Promise<responses.RemoveStreamPackagingConfigLockResponse>;
|
|
470
592
|
/**
|
|
471
593
|
* Updates the MediaAsset.
|
|
472
594
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
473
595
|
* @param UpdateMediaAssetRequest
|
|
474
596
|
* @return UpdateMediaAssetResponse
|
|
475
597
|
* @throws OciError when an error occurs
|
|
476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
598
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/UpdateMediaAsset.ts.html |here} to see how to use UpdateMediaAsset API.
|
|
477
599
|
*/
|
|
478
600
|
updateMediaAsset(updateMediaAssetRequest: requests.UpdateMediaAssetRequest): Promise<responses.UpdateMediaAssetResponse>;
|
|
479
601
|
/**
|
|
@@ -482,7 +604,7 @@ export declare class MediaServicesClient {
|
|
|
482
604
|
* @param UpdateMediaWorkflowRequest
|
|
483
605
|
* @return UpdateMediaWorkflowResponse
|
|
484
606
|
* @throws OciError when an error occurs
|
|
485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/UpdateMediaWorkflow.ts.html |here} to see how to use UpdateMediaWorkflow API.
|
|
486
608
|
*/
|
|
487
609
|
updateMediaWorkflow(updateMediaWorkflowRequest: requests.UpdateMediaWorkflowRequest): Promise<responses.UpdateMediaWorkflowResponse>;
|
|
488
610
|
/**
|
|
@@ -491,7 +613,7 @@ export declare class MediaServicesClient {
|
|
|
491
613
|
* @param UpdateMediaWorkflowConfigurationRequest
|
|
492
614
|
* @return UpdateMediaWorkflowConfigurationResponse
|
|
493
615
|
* @throws OciError when an error occurs
|
|
494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/UpdateMediaWorkflowConfiguration.ts.html |here} to see how to use UpdateMediaWorkflowConfiguration API.
|
|
495
617
|
*/
|
|
496
618
|
updateMediaWorkflowConfiguration(updateMediaWorkflowConfigurationRequest: requests.UpdateMediaWorkflowConfigurationRequest): Promise<responses.UpdateMediaWorkflowConfigurationResponse>;
|
|
497
619
|
/**
|
|
@@ -500,7 +622,7 @@ export declare class MediaServicesClient {
|
|
|
500
622
|
* @param UpdateMediaWorkflowJobRequest
|
|
501
623
|
* @return UpdateMediaWorkflowJobResponse
|
|
502
624
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/UpdateMediaWorkflowJob.ts.html |here} to see how to use UpdateMediaWorkflowJob API.
|
|
504
626
|
*/
|
|
505
627
|
updateMediaWorkflowJob(updateMediaWorkflowJobRequest: requests.UpdateMediaWorkflowJobRequest): Promise<responses.UpdateMediaWorkflowJobResponse>;
|
|
506
628
|
/**
|
|
@@ -509,7 +631,7 @@ export declare class MediaServicesClient {
|
|
|
509
631
|
* @param UpdateStreamCdnConfigRequest
|
|
510
632
|
* @return UpdateStreamCdnConfigResponse
|
|
511
633
|
* @throws OciError when an error occurs
|
|
512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/UpdateStreamCdnConfig.ts.html |here} to see how to use UpdateStreamCdnConfig API.
|
|
513
635
|
*/
|
|
514
636
|
updateStreamCdnConfig(updateStreamCdnConfigRequest: requests.UpdateStreamCdnConfigRequest): Promise<responses.UpdateStreamCdnConfigResponse>;
|
|
515
637
|
/**
|
|
@@ -518,7 +640,7 @@ export declare class MediaServicesClient {
|
|
|
518
640
|
* @param UpdateStreamDistributionChannelRequest
|
|
519
641
|
* @return UpdateStreamDistributionChannelResponse
|
|
520
642
|
* @throws OciError when an error occurs
|
|
521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/UpdateStreamDistributionChannel.ts.html |here} to see how to use UpdateStreamDistributionChannel API.
|
|
522
644
|
*/
|
|
523
645
|
updateStreamDistributionChannel(updateStreamDistributionChannelRequest: requests.UpdateStreamDistributionChannelRequest): Promise<responses.UpdateStreamDistributionChannelResponse>;
|
|
524
646
|
/**
|
|
@@ -527,7 +649,7 @@ export declare class MediaServicesClient {
|
|
|
527
649
|
* @param UpdateStreamPackagingConfigRequest
|
|
528
650
|
* @return UpdateStreamPackagingConfigResponse
|
|
529
651
|
* @throws OciError when an error occurs
|
|
530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/UpdateStreamPackagingConfig.ts.html |here} to see how to use UpdateStreamPackagingConfig API.
|
|
531
653
|
*/
|
|
532
654
|
updateStreamPackagingConfig(updateStreamPackagingConfigRequest: requests.UpdateStreamPackagingConfigRequest): Promise<responses.UpdateStreamPackagingConfigResponse>;
|
|
533
655
|
}
|
|
@@ -588,21 +710,21 @@ export declare class MediaStreamClient {
|
|
|
588
710
|
*/
|
|
589
711
|
shutdownCircuitBreaker(): void;
|
|
590
712
|
/**
|
|
591
|
-
* Gets the playlist content for the specified Packaging Configuration and Media Asset combination.
|
|
713
|
+
* Gets the playlist content for the specified Packaging Configuration and Media Asset combination. This API call is made using the MediaStreamsClient, which requires the endpoint to be set with the value of the distribution channel domain name (for example, https://example_channel.dc.mediaservices.example_region.oci.oraclecloud.com) to generate a session token or playlist for a media asset registered in this distribution channel.
|
|
592
714
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
593
715
|
* @param GeneratePlaylistRequest
|
|
594
716
|
* @return GeneratePlaylistResponse
|
|
595
717
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/GeneratePlaylist.ts.html |here} to see how to use GeneratePlaylist API.
|
|
597
719
|
*/
|
|
598
720
|
generatePlaylist(generatePlaylistRequest: requests.GeneratePlaylistRequest): Promise<responses.GeneratePlaylistResponse>;
|
|
599
721
|
/**
|
|
600
|
-
* Generate a new streaming session token.
|
|
722
|
+
* Generate a new streaming session token. This API call is made using the MediaStreamsClient, which requires the endpoint to be set with the value of the distribution channel domain name (for example, https://example_channel.dc.mediaservices.example_region.oci.oraclecloud.com) to generate a session token or playlist for a media asset registered in this distribution channel.
|
|
601
723
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
602
724
|
* @param GenerateSessionTokenRequest
|
|
603
725
|
* @return GenerateSessionTokenResponse
|
|
604
726
|
* @throws OciError when an error occurs
|
|
605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/mediaservices/GenerateSessionToken.ts.html |here} to see how to use GenerateSessionToken API.
|
|
606
728
|
*/
|
|
607
729
|
generateSessionToken(generateSessionTokenRequest: requests.GenerateSessionTokenRequest): Promise<responses.GenerateSessionTokenResponse>;
|
|
608
730
|
}
|